Skip to content

Commit 0f786a0

Browse files
author
awstools
committed
Publish v1.0.0-alpha.28
1 parent 25fa2fc commit 0f786a0

File tree

603 files changed

+36632
-7043
lines changed

Some content is hidden

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

603 files changed

+36632
-7043
lines changed

clients/client-accessanalyzer/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-03-20)
7+
8+
9+
10+
# 1.0.0-alpha.27 (2020-03-13)
11+
12+
13+
### Bug Fixes
14+
15+
* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
16+
17+
18+
19+
# 1.0.0-alpha.26 (2020-03-12)
20+
21+
22+
23+
# 1.0.0-alpha.25 (2020-03-09)
24+
25+
26+
### Features
27+
28+
* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
29+
* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
30+
31+
32+
33+
# 1.0.0-alpha.24 (2020-02-19)
34+
35+
36+
37+
# 1.0.0-alpha.23 (2020-02-14)
38+
39+
40+
41+
# 1.0.0-alpha.22 (2020-02-11)
42+
43+
44+
45+
# 1.0.0-alpha.21 (2020-02-11)
46+
47+
48+
49+
# 1.0.0-alpha.20 (2020-02-09)
50+
51+
52+
53+
# 1.0.0-alpha.19 (2020-02-07)
54+
55+
56+
57+
# 1.0.0-alpha.18 (2020-02-06)
58+
59+
60+
### Features
61+
62+
* add client-accessanalyzer ([#867](https://github.com/aws/aws-sdk-js-v3/issues/867)) ([0c95a91](https://github.com/aws/aws-sdk-js-v3/commit/0c95a919e9dac160550ac20c2d525a1ea79307c1))
63+
64+
65+
66+
67+
668
# 1.0.0-alpha.11 (2020-03-13)
769

870

clients/client-accessanalyzer/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-accessanalyzer",
33
"description": "@aws-sdk/client-accessanalyzer 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 ./",
@@ -30,36 +30,36 @@
3030
"dependencies": {
3131
"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
3232
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
33-
"@aws-sdk/config-resolver": "^1.0.0-alpha.13",
34-
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.6",
35-
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.8",
36-
"@aws-sdk/hash-node": "^1.0.0-alpha.5",
37-
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
38-
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.7",
39-
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.7",
40-
"@aws-sdk/middleware-retry": "^1.0.0-alpha.7",
41-
"@aws-sdk/middleware-serde": "^1.0.0-alpha.5",
42-
"@aws-sdk/middleware-signing": "^1.0.0-alpha.14",
43-
"@aws-sdk/middleware-stack": "^1.0.0-alpha.5",
44-
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.8",
45-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.8",
46-
"@aws-sdk/protocol-http": "^1.0.0-alpha.7",
47-
"@aws-sdk/region-provider": "^1.0.0-alpha.5",
48-
"@aws-sdk/smithy-client": "^1.0.0-alpha.8",
49-
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.6",
50-
"@aws-sdk/stream-collector-native": "^1.0.0-alpha.0",
51-
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.5",
52-
"@aws-sdk/types": "^1.0.0-alpha.5",
53-
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.5",
54-
"@aws-sdk/url-parser-node": "^1.0.0-alpha.6",
55-
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.2",
56-
"@aws-sdk/util-base64-node": "^1.0.0-alpha.2",
57-
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.2",
58-
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.2",
59-
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.8",
60-
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.8",
61-
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
62-
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
33+
"@aws-sdk/config-resolver": "^1.0.0-alpha.14",
34+
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.7",
35+
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.9",
36+
"@aws-sdk/hash-node": "^1.0.0-alpha.6",
37+
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.3",
38+
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.8",
39+
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.8",
40+
"@aws-sdk/middleware-retry": "^1.0.0-alpha.8",
41+
"@aws-sdk/middleware-serde": "^1.0.0-alpha.6",
42+
"@aws-sdk/middleware-signing": "^1.0.0-alpha.15",
43+
"@aws-sdk/middleware-stack": "^1.0.0-alpha.6",
44+
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.9",
45+
"@aws-sdk/node-http-handler": "^1.0.0-alpha.9",
46+
"@aws-sdk/protocol-http": "^1.0.0-alpha.8",
47+
"@aws-sdk/region-provider": "^1.0.0-alpha.6",
48+
"@aws-sdk/smithy-client": "^1.0.0-alpha.9",
49+
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.7",
50+
"@aws-sdk/stream-collector-native": "^1.0.0-alpha.4",
51+
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.6",
52+
"@aws-sdk/types": "^1.0.0-alpha.6",
53+
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.6",
54+
"@aws-sdk/url-parser-node": "^1.0.0-alpha.7",
55+
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.3",
56+
"@aws-sdk/util-base64-node": "^1.0.0-alpha.3",
57+
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.3",
58+
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.3",
59+
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.9",
60+
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.9",
61+
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.3",
62+
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.3",
6363
"tslib": "^1.8.0",
6464
"uuid": "^7.0.0"
6565
},

clients/client-acm-pca/CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,129 @@
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.26 (2020-03-20)
7+
8+
9+
10+
# 1.0.0-alpha.27 (2020-03-13)
11+
12+
13+
### Bug Fixes
14+
15+
* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
16+
17+
18+
19+
# 1.0.0-alpha.26 (2020-03-12)
20+
21+
22+
23+
# 1.0.0-alpha.25 (2020-03-09)
24+
25+
26+
### Features
27+
28+
* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
29+
* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
30+
31+
32+
33+
# 1.0.0-alpha.24 (2020-02-19)
34+
35+
36+
37+
# 1.0.0-alpha.23 (2020-02-14)
38+
39+
40+
41+
# 1.0.0-alpha.22 (2020-02-11)
42+
43+
44+
45+
# 1.0.0-alpha.21 (2020-02-11)
46+
47+
48+
49+
# 1.0.0-alpha.20 (2020-02-09)
50+
51+
52+
53+
# 1.0.0-alpha.19 (2020-02-07)
54+
55+
56+
57+
# 1.0.0-alpha.18 (2020-02-06)
58+
59+
60+
61+
# 1.0.0-alpha.17 (2020-02-05)
62+
63+
64+
65+
# 1.0.0-alpha.16 (2020-02-04)
66+
67+
68+
69+
# 1.0.0-alpha.15 (2020-01-30)
70+
71+
72+
73+
# 1.0.0-alpha.14 (2020-01-28)
74+
75+
76+
77+
# 1.0.0-alpha.13 (2020-01-24)
78+
79+
80+
81+
# 1.0.0-alpha.12 (2020-01-22)
82+
83+
84+
85+
# 1.0.0-alpha.11 (2020-01-17)
86+
87+
88+
89+
# 1.0.0-alpha.9 (2020-01-17)
90+
91+
92+
93+
# 1.0.0-alpha.8 (2020-01-16)
94+
95+
96+
97+
# 1.0.0-alpha.4 (2020-01-14)
98+
99+
100+
101+
# 1.0.0-alpha.3 (2020-01-14)
102+
103+
104+
105+
# 1.0.0-alpha.2 (2020-01-10)
106+
107+
108+
### Features
109+
110+
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), 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)
111+
112+
113+
114+
# 1.0.0-alpha.1 (2020-01-10)
115+
116+
117+
118+
# 0.9.0 (2020-01-09)
119+
120+
121+
### Features
122+
123+
* 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/21a226e66b7d9d8396f034fbb58a5bf1d5dc7e28))
124+
125+
126+
127+
128+
6129
# 1.0.0-alpha.25 (2020-03-13)
7130

8131

clients/client-acm-pca/package.json

Lines changed: 31 additions & 31 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.25",
4+
"version": "1.0.0-alpha.26",
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 ./",
@@ -30,36 +30,36 @@
3030
"dependencies": {
3131
"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
3232
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
33-
"@aws-sdk/config-resolver": "^1.0.0-alpha.13",
34-
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.6",
35-
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.8",
36-
"@aws-sdk/hash-node": "^1.0.0-alpha.5",
37-
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
38-
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.7",
39-
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.7",
40-
"@aws-sdk/middleware-retry": "^1.0.0-alpha.7",
41-
"@aws-sdk/middleware-serde": "^1.0.0-alpha.5",
42-
"@aws-sdk/middleware-signing": "^1.0.0-alpha.14",
43-
"@aws-sdk/middleware-stack": "^1.0.0-alpha.5",
44-
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.8",
45-
"@aws-sdk/node-http-handler": "^1.0.0-alpha.8",
46-
"@aws-sdk/protocol-http": "^1.0.0-alpha.7",
47-
"@aws-sdk/region-provider": "^1.0.0-alpha.5",
48-
"@aws-sdk/smithy-client": "^1.0.0-alpha.8",
49-
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.6",
50-
"@aws-sdk/stream-collector-native": "^1.0.0-alpha.0",
51-
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.5",
52-
"@aws-sdk/types": "^1.0.0-alpha.5",
53-
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.5",
54-
"@aws-sdk/url-parser-node": "^1.0.0-alpha.6",
55-
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.2",
56-
"@aws-sdk/util-base64-node": "^1.0.0-alpha.2",
57-
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.2",
58-
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.2",
59-
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.8",
60-
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.8",
61-
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
62-
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
33+
"@aws-sdk/config-resolver": "^1.0.0-alpha.14",
34+
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.7",
35+
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.9",
36+
"@aws-sdk/hash-node": "^1.0.0-alpha.6",
37+
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.3",
38+
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.8",
39+
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.8",
40+
"@aws-sdk/middleware-retry": "^1.0.0-alpha.8",
41+
"@aws-sdk/middleware-serde": "^1.0.0-alpha.6",
42+
"@aws-sdk/middleware-signing": "^1.0.0-alpha.15",
43+
"@aws-sdk/middleware-stack": "^1.0.0-alpha.6",
44+
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.9",
45+
"@aws-sdk/node-http-handler": "^1.0.0-alpha.9",
46+
"@aws-sdk/protocol-http": "^1.0.0-alpha.8",
47+
"@aws-sdk/region-provider": "^1.0.0-alpha.6",
48+
"@aws-sdk/smithy-client": "^1.0.0-alpha.9",
49+
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.7",
50+
"@aws-sdk/stream-collector-native": "^1.0.0-alpha.4",
51+
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.6",
52+
"@aws-sdk/types": "^1.0.0-alpha.6",
53+
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.6",
54+
"@aws-sdk/url-parser-node": "^1.0.0-alpha.7",
55+
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.3",
56+
"@aws-sdk/util-base64-node": "^1.0.0-alpha.3",
57+
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.3",
58+
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.3",
59+
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.9",
60+
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.9",
61+
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.3",
62+
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.3",
6363
"tslib": "^1.8.0"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)