Skip to content

Commit

Permalink
Publish v1.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 6, 2020
1 parent 1a87839 commit 70b5430
Show file tree
Hide file tree
Showing 463 changed files with 15,957 additions and 909 deletions.
11 changes: 11 additions & 0 deletions clients/client-accessanalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.2 (2020-02-06)


### Features

* add client-accessanalyzer ([#867](https://github.com/aws/aws-sdk-js-v3/issues/867)) ([0c95a91](https://github.com/aws/aws-sdk-js-v3/commit/0c95a91))
18 changes: 9 additions & 9 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-accessanalyzer",
"description": "@aws-sdk/client-accessanalyzer client",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
"build-documentation": "npm run clean && typedoc ./",
Expand All @@ -25,18 +25,17 @@
},
"sideEffects": false,
"dependencies": {
"tslib": "^1.8.0",
"@aws-crypto/sha256-browser": "^0.1.0-preview.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.8",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.9",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.5",
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.6",
"@aws-sdk/hash-node": "^1.0.0-alpha.4",
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.6",
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.6",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.6",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.9",
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
Expand All @@ -56,15 +55,16 @@
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.7",
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
"tslib": "^1.8.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"rimraf": "^3.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3",
"@types/node": "^12.7.5",
"@types/uuid": "^3.4.7",
"tslib": "^1.8.0"
"rimraf": "^3.0.0",
"tslib": "^1.8.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
72 changes: 72 additions & 0 deletions clients/client-acm-pca/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.16 (2020-02-06)



# 1.0.0-alpha.17 (2020-02-05)



# 1.0.0-alpha.16 (2020-02-04)



# 1.0.0-alpha.15 (2020-01-30)



# 1.0.0-alpha.14 (2020-01-28)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 1.0.0-alpha.11 (2020-01-17)



# 1.0.0-alpha.9 (2020-01-17)



# 1.0.0-alpha.8 (2020-01-16)



# 1.0.0-alpha.4 (2020-01-14)



# 1.0.0-alpha.3 (2020-01-14)



# 1.0.0-alpha.2 (2020-01-10)


### Features

* 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)



# 1.0.0-alpha.1 (2020-01-10)



# 0.9.0 (2020-01-09)


### Features

* 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))





# 1.0.0-alpha.15 (2020-02-05)


Expand Down
8 changes: 4 additions & 4 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-acm-pca",
"description": "@aws-sdk/client-acm-pca client",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
"build-documentation": "npm run clean && typedoc ./",
Expand All @@ -26,16 +26,16 @@
"sideEffects": false,
"dependencies": {
"@aws-crypto/sha256-browser": "^0.1.0-preview.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.8",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.9",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.5",
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.6",
"@aws-sdk/hash-node": "^1.0.0-alpha.4",
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.6",
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.6",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.6",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.9",
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
Expand Down
72 changes: 72 additions & 0 deletions clients/client-acm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.16 (2020-02-06)



# 1.0.0-alpha.17 (2020-02-05)



# 1.0.0-alpha.16 (2020-02-04)



# 1.0.0-alpha.15 (2020-01-30)



# 1.0.0-alpha.14 (2020-01-28)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 1.0.0-alpha.11 (2020-01-17)



# 1.0.0-alpha.9 (2020-01-17)



# 1.0.0-alpha.8 (2020-01-16)



# 1.0.0-alpha.4 (2020-01-14)



# 1.0.0-alpha.3 (2020-01-14)



# 1.0.0-alpha.2 (2020-01-10)


### Features

* 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)



# 1.0.0-alpha.1 (2020-01-10)



# 0.9.0 (2020-01-09)


### Features

* 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))





# 1.0.0-alpha.15 (2020-02-05)


Expand Down
8 changes: 4 additions & 4 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-acm",
"description": "@aws-sdk/client-acm client",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
"build-documentation": "npm run clean && typedoc ./",
Expand All @@ -26,16 +26,16 @@
"sideEffects": false,
"dependencies": {
"@aws-crypto/sha256-browser": "^0.1.0-preview.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.8",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.9",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.5",
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.6",
"@aws-sdk/hash-node": "^1.0.0-alpha.4",
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.6",
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.6",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.6",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.9",
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
Expand Down
77 changes: 77 additions & 0 deletions clients/client-alexa-for-business/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,83 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.16 (2020-02-06)



# 1.0.0-alpha.17 (2020-02-05)



# 1.0.0-alpha.16 (2020-02-04)



# 1.0.0-alpha.15 (2020-01-30)


### Features

* 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))



# 1.0.0-alpha.14 (2020-01-28)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 1.0.0-alpha.11 (2020-01-17)



# 1.0.0-alpha.9 (2020-01-17)



# 1.0.0-alpha.8 (2020-01-16)



# 1.0.0-alpha.4 (2020-01-14)



# 1.0.0-alpha.3 (2020-01-14)



# 1.0.0-alpha.2 (2020-01-10)


### Features

* 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)



# 1.0.0-alpha.1 (2020-01-10)



# 0.9.0 (2020-01-09)


### Features

* 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))





# 1.0.0-alpha.15 (2020-02-05)


Expand Down
8 changes: 4 additions & 4 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-alexa-for-business",
"description": "@aws-sdk/client-alexa-for-business client",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
"build-documentation": "npm run clean && typedoc ./",
Expand All @@ -26,16 +26,16 @@
"sideEffects": false,
"dependencies": {
"@aws-crypto/sha256-browser": "^0.1.0-preview.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.8",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.4",
"@aws-sdk/config-resolver": "^1.0.0-alpha.9",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.5",
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.6",
"@aws-sdk/hash-node": "^1.0.0-alpha.4",
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.2",
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.6",
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.6",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.6",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.4",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.8",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.9",
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4",
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.7",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.7",
Expand Down
Loading

0 comments on commit 70b5430

Please sign in to comment.