Skip to content

Commit 488f6aa

Browse files
author
awstools
committed
Publish v1.0.0-alpha.16
1 parent 745caed commit 488f6aa

File tree

453 files changed

+14113
-1099
lines changed

Some content is hidden

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

453 files changed

+14113
-1099
lines changed

clients/client-acm-pca/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,70 @@
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.14 (2020-02-04)
7+
8+
9+
10+
# 1.0.0-alpha.15 (2020-01-30)
11+
12+
13+
14+
# 1.0.0-alpha.14 (2020-01-28)
15+
16+
17+
18+
# 1.0.0-alpha.13 (2020-01-24)
19+
20+
21+
22+
# 1.0.0-alpha.12 (2020-01-22)
23+
24+
25+
26+
# 1.0.0-alpha.11 (2020-01-17)
27+
28+
29+
30+
# 1.0.0-alpha.9 (2020-01-17)
31+
32+
33+
34+
# 1.0.0-alpha.8 (2020-01-16)
35+
36+
37+
38+
# 1.0.0-alpha.4 (2020-01-14)
39+
40+
41+
42+
# 1.0.0-alpha.3 (2020-01-14)
43+
44+
45+
46+
# 1.0.0-alpha.2 (2020-01-10)
47+
48+
49+
### Features
50+
51+
* 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)
52+
53+
54+
55+
# 1.0.0-alpha.1 (2020-01-10)
56+
57+
58+
59+
# 0.9.0 (2020-01-09)
60+
61+
62+
### Features
63+
64+
* 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))
65+
66+
67+
68+
69+
670
# 1.0.0-alpha.13 (2020-01-30)
771

872

clients/client-acm-pca/package.json

Lines changed: 5 additions & 5 deletions
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.13",
4+
"version": "1.0.0-alpha.14",
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 ./",
@@ -37,11 +37,11 @@
3737
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
40-
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
40+
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
4141
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
4242
"@aws-sdk/protocol-http": "^1.0.0-alpha.6",
4343
"@aws-sdk/region-provider": "^1.0.0-alpha.4",
44-
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",
44+
"@aws-sdk/smithy-client": "^1.0.0-alpha.5",
4545
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.4",
4646
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.4",
4747
"@aws-sdk/types": "^1.0.0-alpha.4",
@@ -51,8 +51,8 @@
5151
"@aws-sdk/util-base64-node": "^1.0.0-alpha.2",
5252
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.2",
5353
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.2",
54-
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.6",
55-
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.6",
54+
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.7",
55+
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.7",
5656
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5757
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
5858
"tslib": "^1.8.0"

clients/client-acm/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,70 @@
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.14 (2020-02-04)
7+
8+
9+
10+
# 1.0.0-alpha.15 (2020-01-30)
11+
12+
13+
14+
# 1.0.0-alpha.14 (2020-01-28)
15+
16+
17+
18+
# 1.0.0-alpha.13 (2020-01-24)
19+
20+
21+
22+
# 1.0.0-alpha.12 (2020-01-22)
23+
24+
25+
26+
# 1.0.0-alpha.11 (2020-01-17)
27+
28+
29+
30+
# 1.0.0-alpha.9 (2020-01-17)
31+
32+
33+
34+
# 1.0.0-alpha.8 (2020-01-16)
35+
36+
37+
38+
# 1.0.0-alpha.4 (2020-01-14)
39+
40+
41+
42+
# 1.0.0-alpha.3 (2020-01-14)
43+
44+
45+
46+
# 1.0.0-alpha.2 (2020-01-10)
47+
48+
49+
### Features
50+
51+
* 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)
52+
53+
54+
55+
# 1.0.0-alpha.1 (2020-01-10)
56+
57+
58+
59+
# 0.9.0 (2020-01-09)
60+
61+
62+
### Features
63+
64+
* 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))
65+
66+
67+
68+
69+
670
# 1.0.0-alpha.13 (2020-01-30)
771

872

clients/client-acm/package.json

Lines changed: 5 additions & 5 deletions
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.13",
4+
"version": "1.0.0-alpha.14",
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 ./",
@@ -37,11 +37,11 @@
3737
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
40-
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
40+
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
4141
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
4242
"@aws-sdk/protocol-http": "^1.0.0-alpha.6",
4343
"@aws-sdk/region-provider": "^1.0.0-alpha.4",
44-
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",
44+
"@aws-sdk/smithy-client": "^1.0.0-alpha.5",
4545
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.4",
4646
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.4",
4747
"@aws-sdk/types": "^1.0.0-alpha.4",
@@ -51,8 +51,8 @@
5151
"@aws-sdk/util-base64-node": "^1.0.0-alpha.2",
5252
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.2",
5353
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.2",
54-
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.6",
55-
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.6",
54+
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.7",
55+
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.7",
5656
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5757
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
5858
"tslib": "^1.8.0"

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

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,75 @@
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.14 (2020-02-04)
7+
8+
9+
10+
# 1.0.0-alpha.15 (2020-01-30)
11+
12+
13+
### Features
14+
15+
* 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))
16+
17+
18+
19+
# 1.0.0-alpha.14 (2020-01-28)
20+
21+
22+
23+
# 1.0.0-alpha.13 (2020-01-24)
24+
25+
26+
27+
# 1.0.0-alpha.12 (2020-01-22)
28+
29+
30+
31+
# 1.0.0-alpha.11 (2020-01-17)
32+
33+
34+
35+
# 1.0.0-alpha.9 (2020-01-17)
36+
37+
38+
39+
# 1.0.0-alpha.8 (2020-01-16)
40+
41+
42+
43+
# 1.0.0-alpha.4 (2020-01-14)
44+
45+
46+
47+
# 1.0.0-alpha.3 (2020-01-14)
48+
49+
50+
51+
# 1.0.0-alpha.2 (2020-01-10)
52+
53+
54+
### Features
55+
56+
* 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)
57+
58+
59+
60+
# 1.0.0-alpha.1 (2020-01-10)
61+
62+
63+
64+
# 0.9.0 (2020-01-09)
65+
66+
67+
### Features
68+
69+
* 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))
70+
71+
72+
73+
74+
675
# 1.0.0-alpha.13 (2020-01-30)
776

877

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

Lines changed: 5 additions & 5 deletions
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.13",
4+
"version": "1.0.0-alpha.14",
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 ./",
@@ -37,11 +37,11 @@
3737
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
40-
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
40+
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
4141
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
4242
"@aws-sdk/protocol-http": "^1.0.0-alpha.6",
4343
"@aws-sdk/region-provider": "^1.0.0-alpha.4",
44-
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",
44+
"@aws-sdk/smithy-client": "^1.0.0-alpha.5",
4545
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.4",
4646
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.4",
4747
"@aws-sdk/types": "^1.0.0-alpha.4",
@@ -51,8 +51,8 @@
5151
"@aws-sdk/util-base64-node": "^1.0.0-alpha.2",
5252
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.2",
5353
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.2",
54-
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.6",
55-
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.6",
54+
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.7",
55+
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.7",
5656
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5757
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
5858
"tslib": "^1.8.0",

clients/client-amplify/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-02-04)
7+
8+
9+
10+
# 1.0.0-alpha.15 (2020-01-30)
11+
12+
13+
14+
# 1.0.0-alpha.14 (2020-01-28)
15+
16+
17+
18+
# 1.0.0-alpha.13 (2020-01-24)
19+
20+
21+
22+
# 1.0.0-alpha.12 (2020-01-22)
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-amplify ([#642](https://github.com/aws/aws-sdk-js-v3/issues/642)) ([1e268d1](https://github.com/aws/aws-sdk-js-v3/commit/1e268d1))
61+
62+
63+
64+
65+
666
# 1.0.0-alpha.12 (2020-01-30)
767

868

0 commit comments

Comments
 (0)