Skip to content

Commit c19bb80

Browse files
author
awstools
committed
Publish v1.0.0-alpha.15
1 parent 00117df commit c19bb80

File tree

293 files changed

+8551
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+8551
-174
lines changed

clients/client-acm-pca/CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,66 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0-alpha.13 (2020-01-30)
7+
8+
9+
10+
# 1.0.0-alpha.14 (2020-01-28)
11+
12+
13+
14+
# 1.0.0-alpha.13 (2020-01-24)
15+
16+
17+
18+
# 1.0.0-alpha.12 (2020-01-22)
19+
20+
21+
22+
# 1.0.0-alpha.11 (2020-01-17)
23+
24+
25+
26+
# 1.0.0-alpha.9 (2020-01-17)
27+
28+
29+
30+
# 1.0.0-alpha.8 (2020-01-16)
31+
32+
33+
34+
# 1.0.0-alpha.4 (2020-01-14)
35+
36+
37+
38+
# 1.0.0-alpha.3 (2020-01-14)
39+
40+
41+
42+
# 1.0.0-alpha.2 (2020-01-10)
43+
44+
45+
### Features
46+
47+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
48+
49+
50+
51+
# 1.0.0-alpha.1 (2020-01-10)
52+
53+
54+
55+
# 0.9.0 (2020-01-09)
56+
57+
58+
### Features
59+
60+
* add client-acm-pca ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([21a226e](https://github.com/aws/aws-sdk-js-v3/commit/21a226e))
61+
62+
63+
64+
65+
666
# 1.0.0-alpha.12 (2020-01-28)
767

868

clients/client-acm-pca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "@aws-sdk/client-acm-pca client",
4-
"version": "1.0.0-alpha.12",
4+
"version": "1.0.0-alpha.13",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",

clients/client-acm/CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,66 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0-alpha.13 (2020-01-30)
7+
8+
9+
10+
# 1.0.0-alpha.14 (2020-01-28)
11+
12+
13+
14+
# 1.0.0-alpha.13 (2020-01-24)
15+
16+
17+
18+
# 1.0.0-alpha.12 (2020-01-22)
19+
20+
21+
22+
# 1.0.0-alpha.11 (2020-01-17)
23+
24+
25+
26+
# 1.0.0-alpha.9 (2020-01-17)
27+
28+
29+
30+
# 1.0.0-alpha.8 (2020-01-16)
31+
32+
33+
34+
# 1.0.0-alpha.4 (2020-01-14)
35+
36+
37+
38+
# 1.0.0-alpha.3 (2020-01-14)
39+
40+
41+
42+
# 1.0.0-alpha.2 (2020-01-10)
43+
44+
45+
### Features
46+
47+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
48+
49+
50+
51+
# 1.0.0-alpha.1 (2020-01-10)
52+
53+
54+
55+
# 0.9.0 (2020-01-09)
56+
57+
58+
### Features
59+
60+
* add client-acm ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([b5a5742](https://github.com/aws/aws-sdk-js-v3/commit/b5a5742))
61+
62+
63+
64+
65+
666
# 1.0.0-alpha.12 (2020-01-28)
767

868

clients/client-acm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm",
33
"description": "@aws-sdk/client-acm client",
4-
"version": "1.0.0-alpha.12",
4+
"version": "1.0.0-alpha.13",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",

clients/client-alexa-for-business/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,71 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0-alpha.13 (2020-01-30)
7+
8+
9+
### Features
10+
11+
* codegen for auto-fill idempotency token ([#815](https://github.com/aws/aws-sdk-js-v3/issues/815)) ([7911a7a](https://github.com/aws/aws-sdk-js-v3/commit/7911a7a))
12+
13+
14+
15+
# 1.0.0-alpha.14 (2020-01-28)
16+
17+
18+
19+
# 1.0.0-alpha.13 (2020-01-24)
20+
21+
22+
23+
# 1.0.0-alpha.12 (2020-01-22)
24+
25+
26+
27+
# 1.0.0-alpha.11 (2020-01-17)
28+
29+
30+
31+
# 1.0.0-alpha.9 (2020-01-17)
32+
33+
34+
35+
# 1.0.0-alpha.8 (2020-01-16)
36+
37+
38+
39+
# 1.0.0-alpha.4 (2020-01-14)
40+
41+
42+
43+
# 1.0.0-alpha.3 (2020-01-14)
44+
45+
46+
47+
# 1.0.0-alpha.2 (2020-01-10)
48+
49+
50+
### Features
51+
52+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
53+
54+
55+
56+
# 1.0.0-alpha.1 (2020-01-10)
57+
58+
59+
60+
# 0.9.0 (2020-01-09)
61+
62+
63+
### Features
64+
65+
* add client-alexa-for-business ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([29b15af](https://github.com/aws/aws-sdk-js-v3/commit/29b15af))
66+
67+
68+
69+
70+
671
# 1.0.0-alpha.12 (2020-01-28)
772

873

clients/client-alexa-for-business/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-alexa-for-business",
33
"description": "@aws-sdk/client-alexa-for-business client",
4-
"version": "1.0.0-alpha.12",
4+
"version": "1.0.0-alpha.13",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",

clients/client-amplify/CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0-alpha.12 (2020-01-30)
7+
8+
9+
10+
# 1.0.0-alpha.14 (2020-01-28)
11+
12+
13+
14+
# 1.0.0-alpha.13 (2020-01-24)
15+
16+
17+
18+
# 1.0.0-alpha.12 (2020-01-22)
19+
20+
21+
22+
# 1.0.0-alpha.9 (2020-01-17)
23+
24+
25+
26+
# 1.0.0-alpha.8 (2020-01-16)
27+
28+
29+
30+
# 1.0.0-alpha.4 (2020-01-14)
31+
32+
33+
34+
# 1.0.0-alpha.3 (2020-01-14)
35+
36+
37+
38+
# 1.0.0-alpha.2 (2020-01-10)
39+
40+
41+
### Features
42+
43+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
44+
45+
46+
47+
# 1.0.0-alpha.1 (2020-01-10)
48+
49+
50+
51+
# 0.9.0 (2020-01-09)
52+
53+
54+
### Features
55+
56+
* add client-amplify ([#642](https://github.com/aws/aws-sdk-js-v3/issues/642)) ([1e268d1](https://github.com/aws/aws-sdk-js-v3/commit/1e268d1))
57+
58+
59+
60+
61+
662
# 1.0.0-alpha.11 (2020-01-28)
763

864

clients/client-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplify",
33
"description": "@aws-sdk/client-amplify client",
4-
"version": "1.0.0-alpha.11",
4+
"version": "1.0.0-alpha.12",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",

clients/client-api-gateway/CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0-alpha.12 (2020-01-30)
7+
8+
9+
10+
# 1.0.0-alpha.14 (2020-01-28)
11+
12+
13+
14+
# 1.0.0-alpha.13 (2020-01-24)
15+
16+
17+
18+
# 1.0.0-alpha.12 (2020-01-22)
19+
20+
21+
22+
# 1.0.0-alpha.9 (2020-01-17)
23+
24+
25+
26+
# 1.0.0-alpha.8 (2020-01-16)
27+
28+
29+
30+
# 1.0.0-alpha.4 (2020-01-14)
31+
32+
33+
34+
# 1.0.0-alpha.3 (2020-01-14)
35+
36+
37+
38+
# 1.0.0-alpha.2 (2020-01-10)
39+
40+
41+
### Features
42+
43+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
44+
45+
46+
47+
# 1.0.0-alpha.1 (2020-01-10)
48+
49+
50+
51+
# 0.9.0 (2020-01-09)
52+
53+
54+
### Bug Fixes
55+
56+
* **client-api-gateway:** remove forward slash after * ([#641](https://github.com/aws/aws-sdk-js-v3/issues/641)) ([e852397](https://github.com/aws/aws-sdk-js-v3/commit/e852397))
57+
* api-gateway client model comment ([#674](https://github.com/aws/aws-sdk-js-v3/issues/674)) ([04aac8d](https://github.com/aws/aws-sdk-js-v3/commit/04aac8d))
58+
59+
60+
### Features
61+
62+
* generate client-api-gateway ([#615](https://github.com/aws/aws-sdk-js-v3/issues/615)) ([b6ef882](https://github.com/aws/aws-sdk-js-v3/commit/b6ef882))
63+
64+
65+
66+
67+
668
# 1.0.0-alpha.11 (2020-01-28)
769

870

clients/client-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-api-gateway",
33
"description": "@aws-sdk/client-api-gateway client",
4-
"version": "1.0.0-alpha.11",
4+
"version": "1.0.0-alpha.12",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",

0 commit comments

Comments
 (0)