Skip to content

Commit dc37f60

Browse files
author
awstools
committed
Publish v1.0.0-alpha.14
1 parent b6a96c0 commit dc37f60

File tree

437 files changed

+11676
-456
lines changed

Some content is hidden

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

437 files changed

+11676
-456
lines changed

clients/client-acm-pca/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-28)
7+
8+
9+
10+
# 1.0.0-alpha.13 (2020-01-24)
11+
12+
13+
14+
# 1.0.0-alpha.12 (2020-01-22)
15+
16+
17+
18+
# 1.0.0-alpha.11 (2020-01-17)
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-acm-pca ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([21a226e](https://github.com/aws/aws-sdk-js-v3/commit/21a226e))
57+
58+
59+
60+
61+
662
# 1.0.0-alpha.11 (2020-01-24)
763

864

clients/client-acm-pca/package.json

Lines changed: 2 additions & 2 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.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 ./",
@@ -38,7 +38,7 @@
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
4040
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
41-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.6",
41+
"@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",
4444
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",

clients/client-acm/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-28)
7+
8+
9+
10+
# 1.0.0-alpha.13 (2020-01-24)
11+
12+
13+
14+
# 1.0.0-alpha.12 (2020-01-22)
15+
16+
17+
18+
# 1.0.0-alpha.11 (2020-01-17)
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-acm ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([b5a5742](https://github.com/aws/aws-sdk-js-v3/commit/b5a5742))
57+
58+
59+
60+
61+
662
# 1.0.0-alpha.11 (2020-01-24)
763

864

clients/client-acm/package.json

Lines changed: 2 additions & 2 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.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 ./",
@@ -38,7 +38,7 @@
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
4040
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
41-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.6",
41+
"@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",
4444
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",

clients/client-alexa-for-business/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-28)
7+
8+
9+
10+
# 1.0.0-alpha.13 (2020-01-24)
11+
12+
13+
14+
# 1.0.0-alpha.12 (2020-01-22)
15+
16+
17+
18+
# 1.0.0-alpha.11 (2020-01-17)
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-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))
57+
58+
59+
60+
61+
662
# 1.0.0-alpha.11 (2020-01-24)
763

864

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

Lines changed: 2 additions & 2 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.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 ./",
@@ -38,7 +38,7 @@
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
4040
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
41-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.6",
41+
"@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",
4444
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",

clients/client-amplify/CHANGELOG.md

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

860

clients/client-amplify/package.json

Lines changed: 2 additions & 2 deletions
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.10",
4+
"version": "1.0.0-alpha.11",
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 ./",
@@ -38,7 +38,7 @@
3838
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
3939
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
4040
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.6",
41-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.6",
41+
"@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",
4444
"@aws-sdk/smithy-client": "^1.0.0-alpha.4",

clients/client-api-gateway/CHANGELOG.md

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

866

0 commit comments

Comments
 (0)