Skip to content

Commit 87a7137

Browse files
author
awstools
committed
Publish v1.0.0-alpha.25
1 parent e983ba4 commit 87a7137

File tree

455 files changed

+22738
-675
lines changed

Some content is hidden

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

455 files changed

+22738
-675
lines changed

clients/client-accessanalyzer/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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.9 (2020-03-09)
7+
8+
9+
### Features
10+
11+
* 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)
12+
* 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)
13+
14+
15+
16+
# 1.0.0-alpha.24 (2020-02-19)
17+
18+
19+
20+
# 1.0.0-alpha.23 (2020-02-14)
21+
22+
23+
24+
# 1.0.0-alpha.22 (2020-02-11)
25+
26+
27+
28+
# 1.0.0-alpha.21 (2020-02-11)
29+
30+
31+
32+
# 1.0.0-alpha.20 (2020-02-09)
33+
34+
35+
36+
# 1.0.0-alpha.19 (2020-02-07)
37+
38+
39+
40+
# 1.0.0-alpha.18 (2020-02-06)
41+
42+
43+
### Features
44+
45+
* 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))
46+
47+
48+
49+
50+
651
# 1.0.0-alpha.8 (2020-02-19)
752

853

clients/client-accessanalyzer/package.json

Lines changed: 3 additions & 3 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.8",
4+
"version": "1.0.0-alpha.9",
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 ./",
@@ -45,9 +45,9 @@
4545
"@aws-sdk/protocol-http": "^1.0.0-alpha.7",
4646
"@aws-sdk/region-provider": "^1.0.0-alpha.5",
4747
"@aws-sdk/smithy-client": "^1.0.0-alpha.8",
48-
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.5",
48+
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.6",
4949
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.5",
50-
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.2",
50+
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.3",
5151
"@aws-sdk/types": "^1.0.0-alpha.5",
5252
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.5",
5353
"@aws-sdk/url-parser-node": "^1.0.0-alpha.6",

clients/client-acm-pca/CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,112 @@
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.23 (2020-03-09)
7+
8+
9+
### Features
10+
11+
* 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)
12+
* 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)
13+
14+
15+
16+
# 1.0.0-alpha.24 (2020-02-19)
17+
18+
19+
20+
# 1.0.0-alpha.23 (2020-02-14)
21+
22+
23+
24+
# 1.0.0-alpha.22 (2020-02-11)
25+
26+
27+
28+
# 1.0.0-alpha.21 (2020-02-11)
29+
30+
31+
32+
# 1.0.0-alpha.20 (2020-02-09)
33+
34+
35+
36+
# 1.0.0-alpha.19 (2020-02-07)
37+
38+
39+
40+
# 1.0.0-alpha.18 (2020-02-06)
41+
42+
43+
44+
# 1.0.0-alpha.17 (2020-02-05)
45+
46+
47+
48+
# 1.0.0-alpha.16 (2020-02-04)
49+
50+
51+
52+
# 1.0.0-alpha.15 (2020-01-30)
53+
54+
55+
56+
# 1.0.0-alpha.14 (2020-01-28)
57+
58+
59+
60+
# 1.0.0-alpha.13 (2020-01-24)
61+
62+
63+
64+
# 1.0.0-alpha.12 (2020-01-22)
65+
66+
67+
68+
# 1.0.0-alpha.11 (2020-01-17)
69+
70+
71+
72+
# 1.0.0-alpha.9 (2020-01-17)
73+
74+
75+
76+
# 1.0.0-alpha.8 (2020-01-16)
77+
78+
79+
80+
# 1.0.0-alpha.4 (2020-01-14)
81+
82+
83+
84+
# 1.0.0-alpha.3 (2020-01-14)
85+
86+
87+
88+
# 1.0.0-alpha.2 (2020-01-10)
89+
90+
91+
### Features
92+
93+
* 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)
94+
95+
96+
97+
# 1.0.0-alpha.1 (2020-01-10)
98+
99+
100+
101+
# 0.9.0 (2020-01-09)
102+
103+
104+
### Features
105+
106+
* 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))
107+
108+
109+
110+
111+
6112
# 1.0.0-alpha.22 (2020-02-19)
7113

8114

clients/client-acm-pca/package.json

Lines changed: 3 additions & 3 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.22",
4+
"version": "1.0.0-alpha.23",
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 ./",
@@ -45,9 +45,9 @@
4545
"@aws-sdk/protocol-http": "^1.0.0-alpha.7",
4646
"@aws-sdk/region-provider": "^1.0.0-alpha.5",
4747
"@aws-sdk/smithy-client": "^1.0.0-alpha.8",
48-
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.5",
48+
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.6",
4949
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.5",
50-
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.2",
50+
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.3",
5151
"@aws-sdk/types": "^1.0.0-alpha.5",
5252
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.5",
5353
"@aws-sdk/url-parser-node": "^1.0.0-alpha.6",

clients/client-acm/CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,112 @@
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.23 (2020-03-09)
7+
8+
9+
### Features
10+
11+
* 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)
12+
* 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)
13+
14+
15+
16+
# 1.0.0-alpha.24 (2020-02-19)
17+
18+
19+
20+
# 1.0.0-alpha.23 (2020-02-14)
21+
22+
23+
24+
# 1.0.0-alpha.22 (2020-02-11)
25+
26+
27+
28+
# 1.0.0-alpha.21 (2020-02-11)
29+
30+
31+
32+
# 1.0.0-alpha.20 (2020-02-09)
33+
34+
35+
36+
# 1.0.0-alpha.19 (2020-02-07)
37+
38+
39+
40+
# 1.0.0-alpha.18 (2020-02-06)
41+
42+
43+
44+
# 1.0.0-alpha.17 (2020-02-05)
45+
46+
47+
48+
# 1.0.0-alpha.16 (2020-02-04)
49+
50+
51+
52+
# 1.0.0-alpha.15 (2020-01-30)
53+
54+
55+
56+
# 1.0.0-alpha.14 (2020-01-28)
57+
58+
59+
60+
# 1.0.0-alpha.13 (2020-01-24)
61+
62+
63+
64+
# 1.0.0-alpha.12 (2020-01-22)
65+
66+
67+
68+
# 1.0.0-alpha.11 (2020-01-17)
69+
70+
71+
72+
# 1.0.0-alpha.9 (2020-01-17)
73+
74+
75+
76+
# 1.0.0-alpha.8 (2020-01-16)
77+
78+
79+
80+
# 1.0.0-alpha.4 (2020-01-14)
81+
82+
83+
84+
# 1.0.0-alpha.3 (2020-01-14)
85+
86+
87+
88+
# 1.0.0-alpha.2 (2020-01-10)
89+
90+
91+
### Features
92+
93+
* 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)
94+
95+
96+
97+
# 1.0.0-alpha.1 (2020-01-10)
98+
99+
100+
101+
# 0.9.0 (2020-01-09)
102+
103+
104+
### Features
105+
106+
* add client-acm ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([b5a5742](https://github.com/aws/aws-sdk-js-v3/commit/b5a5742a39a7bf89728fca191a8737b2d33c9f7b))
107+
108+
109+
110+
111+
6112
# 1.0.0-alpha.22 (2020-02-19)
7113

8114

clients/client-acm/package.json

Lines changed: 3 additions & 3 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.22",
4+
"version": "1.0.0-alpha.23",
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 ./",
@@ -45,9 +45,9 @@
4545
"@aws-sdk/protocol-http": "^1.0.0-alpha.7",
4646
"@aws-sdk/region-provider": "^1.0.0-alpha.5",
4747
"@aws-sdk/smithy-client": "^1.0.0-alpha.8",
48-
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.5",
48+
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.6",
4949
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.5",
50-
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.2",
50+
"@aws-sdk/stream-collector-rn": "^1.0.0-alpha.3",
5151
"@aws-sdk/types": "^1.0.0-alpha.5",
5252
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.5",
5353
"@aws-sdk/url-parser-node": "^1.0.0-alpha.6",

0 commit comments

Comments
 (0)