@aws-sdk/client-ssm-contacts
Advanced tools
Comparing version 3.37.0 to 3.38.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22) | ||
### Features | ||
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7)) | ||
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b)) | ||
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) | ||
@@ -8,0 +20,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./SSMContacts"), exports); | ||
tslib_1.__exportStar(require("./SSMContactsClient"), exports); | ||
tslib_1.__exportStar(require("./SSMContacts"), exports); | ||
tslib_1.__exportStar(require("./commands/AcceptPageCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ActivateContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateContactCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeactivateContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteContactCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeEngagementCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribePageCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetContactCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetContactPolicyCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ListContactChannelsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListContactChannelsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListContactsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListContactsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListEngagementsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListEngagementsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListPageReceiptsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListPageReceiptsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListPagesByContactCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListPagesByContactPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListPagesByEngagementCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListPagesByEngagementPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/PutContactPolicyCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SendActivationCodeCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/StartEngagementCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/StopEngagementCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateContactCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateContactChannelCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/Interfaces"), exports); | ||
tslib_1.__exportStar(require("./models/index"), exports); | ||
tslib_1.__exportStar(require("./commands"), exports); | ||
tslib_1.__exportStar(require("./models"), exports); | ||
tslib_1.__exportStar(require("./pagination"), exports); |
@@ -0,37 +1,5 @@ | ||
export * from "./SSMContacts"; | ||
export * from "./SSMContactsClient"; | ||
export * from "./SSMContacts"; | ||
export * from "./commands/AcceptPageCommand"; | ||
export * from "./commands/ActivateContactChannelCommand"; | ||
export * from "./commands/CreateContactCommand"; | ||
export * from "./commands/CreateContactChannelCommand"; | ||
export * from "./commands/DeactivateContactChannelCommand"; | ||
export * from "./commands/DeleteContactCommand"; | ||
export * from "./commands/DeleteContactChannelCommand"; | ||
export * from "./commands/DescribeEngagementCommand"; | ||
export * from "./commands/DescribePageCommand"; | ||
export * from "./commands/GetContactCommand"; | ||
export * from "./commands/GetContactChannelCommand"; | ||
export * from "./commands/GetContactPolicyCommand"; | ||
export * from "./commands/ListContactChannelsCommand"; | ||
export * from "./pagination/ListContactChannelsPaginator"; | ||
export * from "./commands/ListContactsCommand"; | ||
export * from "./pagination/ListContactsPaginator"; | ||
export * from "./commands/ListEngagementsCommand"; | ||
export * from "./pagination/ListEngagementsPaginator"; | ||
export * from "./commands/ListPageReceiptsCommand"; | ||
export * from "./pagination/ListPageReceiptsPaginator"; | ||
export * from "./commands/ListPagesByContactCommand"; | ||
export * from "./pagination/ListPagesByContactPaginator"; | ||
export * from "./commands/ListPagesByEngagementCommand"; | ||
export * from "./pagination/ListPagesByEngagementPaginator"; | ||
export * from "./commands/ListTagsForResourceCommand"; | ||
export * from "./commands/PutContactPolicyCommand"; | ||
export * from "./commands/SendActivationCodeCommand"; | ||
export * from "./commands/StartEngagementCommand"; | ||
export * from "./commands/StopEngagementCommand"; | ||
export * from "./commands/TagResourceCommand"; | ||
export * from "./commands/UntagResourceCommand"; | ||
export * from "./commands/UpdateContactCommand"; | ||
export * from "./commands/UpdateContactChannelCommand"; | ||
export * from "./pagination/Interfaces"; | ||
export * from "./models/index"; | ||
export * from "./commands"; | ||
export * from "./models"; | ||
export * from "./pagination"; |
@@ -0,37 +1,5 @@ | ||
export * from "./SSMContacts"; | ||
export * from "./SSMContactsClient"; | ||
export * from "./SSMContacts"; | ||
export * from "./commands/AcceptPageCommand"; | ||
export * from "./commands/ActivateContactChannelCommand"; | ||
export * from "./commands/CreateContactCommand"; | ||
export * from "./commands/CreateContactChannelCommand"; | ||
export * from "./commands/DeactivateContactChannelCommand"; | ||
export * from "./commands/DeleteContactCommand"; | ||
export * from "./commands/DeleteContactChannelCommand"; | ||
export * from "./commands/DescribeEngagementCommand"; | ||
export * from "./commands/DescribePageCommand"; | ||
export * from "./commands/GetContactCommand"; | ||
export * from "./commands/GetContactChannelCommand"; | ||
export * from "./commands/GetContactPolicyCommand"; | ||
export * from "./commands/ListContactChannelsCommand"; | ||
export * from "./pagination/ListContactChannelsPaginator"; | ||
export * from "./commands/ListContactsCommand"; | ||
export * from "./pagination/ListContactsPaginator"; | ||
export * from "./commands/ListEngagementsCommand"; | ||
export * from "./pagination/ListEngagementsPaginator"; | ||
export * from "./commands/ListPageReceiptsCommand"; | ||
export * from "./pagination/ListPageReceiptsPaginator"; | ||
export * from "./commands/ListPagesByContactCommand"; | ||
export * from "./pagination/ListPagesByContactPaginator"; | ||
export * from "./commands/ListPagesByEngagementCommand"; | ||
export * from "./pagination/ListPagesByEngagementPaginator"; | ||
export * from "./commands/ListTagsForResourceCommand"; | ||
export * from "./commands/PutContactPolicyCommand"; | ||
export * from "./commands/SendActivationCodeCommand"; | ||
export * from "./commands/StartEngagementCommand"; | ||
export * from "./commands/StopEngagementCommand"; | ||
export * from "./commands/TagResourceCommand"; | ||
export * from "./commands/UntagResourceCommand"; | ||
export * from "./commands/UpdateContactCommand"; | ||
export * from "./commands/UpdateContactChannelCommand"; | ||
export * from "./pagination/Interfaces"; | ||
export * from "./models/index"; | ||
export * from "./commands"; | ||
export * from "./models"; | ||
export * from "./pagination"; |
@@ -0,37 +1,5 @@ | ||
export * from "./SSMContacts"; | ||
export * from "./SSMContactsClient"; | ||
export * from "./SSMContacts"; | ||
export * from "./commands/AcceptPageCommand"; | ||
export * from "./commands/ActivateContactChannelCommand"; | ||
export * from "./commands/CreateContactCommand"; | ||
export * from "./commands/CreateContactChannelCommand"; | ||
export * from "./commands/DeactivateContactChannelCommand"; | ||
export * from "./commands/DeleteContactCommand"; | ||
export * from "./commands/DeleteContactChannelCommand"; | ||
export * from "./commands/DescribeEngagementCommand"; | ||
export * from "./commands/DescribePageCommand"; | ||
export * from "./commands/GetContactCommand"; | ||
export * from "./commands/GetContactChannelCommand"; | ||
export * from "./commands/GetContactPolicyCommand"; | ||
export * from "./commands/ListContactChannelsCommand"; | ||
export * from "./pagination/ListContactChannelsPaginator"; | ||
export * from "./commands/ListContactsCommand"; | ||
export * from "./pagination/ListContactsPaginator"; | ||
export * from "./commands/ListEngagementsCommand"; | ||
export * from "./pagination/ListEngagementsPaginator"; | ||
export * from "./commands/ListPageReceiptsCommand"; | ||
export * from "./pagination/ListPageReceiptsPaginator"; | ||
export * from "./commands/ListPagesByContactCommand"; | ||
export * from "./pagination/ListPagesByContactPaginator"; | ||
export * from "./commands/ListPagesByEngagementCommand"; | ||
export * from "./pagination/ListPagesByEngagementPaginator"; | ||
export * from "./commands/ListTagsForResourceCommand"; | ||
export * from "./commands/PutContactPolicyCommand"; | ||
export * from "./commands/SendActivationCodeCommand"; | ||
export * from "./commands/StartEngagementCommand"; | ||
export * from "./commands/StopEngagementCommand"; | ||
export * from "./commands/TagResourceCommand"; | ||
export * from "./commands/UntagResourceCommand"; | ||
export * from "./commands/UpdateContactCommand"; | ||
export * from "./commands/UpdateContactChannelCommand"; | ||
export * from "./pagination/Interfaces"; | ||
export * from "./models/index"; | ||
export * from "./commands"; | ||
export * from "./models"; | ||
export * from "./pagination"; |
{ | ||
"name": "@aws-sdk/client-ssm-contacts", | ||
"description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native", | ||
"version": "3.37.0", | ||
"version": "3.38.0", | ||
"scripts": { | ||
@@ -24,22 +24,22 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"@aws-crypto/sha256-js": "^1.1.0", | ||
"@aws-sdk/client-sts": "3.37.0", | ||
"@aws-sdk/config-resolver": "3.37.0", | ||
"@aws-sdk/credential-provider-node": "3.37.0", | ||
"@aws-sdk/fetch-http-handler": "3.37.0", | ||
"@aws-sdk/hash-node": "3.37.0", | ||
"@aws-sdk/invalid-dependency": "3.37.0", | ||
"@aws-sdk/middleware-content-length": "3.37.0", | ||
"@aws-sdk/middleware-host-header": "3.37.0", | ||
"@aws-sdk/middleware-logger": "3.37.0", | ||
"@aws-sdk/middleware-retry": "3.37.0", | ||
"@aws-sdk/middleware-serde": "3.37.0", | ||
"@aws-sdk/middleware-signing": "3.37.0", | ||
"@aws-sdk/middleware-stack": "3.37.0", | ||
"@aws-sdk/middleware-user-agent": "3.37.0", | ||
"@aws-sdk/node-config-provider": "3.37.0", | ||
"@aws-sdk/node-http-handler": "3.37.0", | ||
"@aws-sdk/protocol-http": "3.37.0", | ||
"@aws-sdk/smithy-client": "3.37.0", | ||
"@aws-sdk/types": "3.37.0", | ||
"@aws-sdk/url-parser": "3.37.0", | ||
"@aws-sdk/client-sts": "3.38.0", | ||
"@aws-sdk/config-resolver": "3.38.0", | ||
"@aws-sdk/credential-provider-node": "3.38.0", | ||
"@aws-sdk/fetch-http-handler": "3.38.0", | ||
"@aws-sdk/hash-node": "3.38.0", | ||
"@aws-sdk/invalid-dependency": "3.38.0", | ||
"@aws-sdk/middleware-content-length": "3.38.0", | ||
"@aws-sdk/middleware-host-header": "3.38.0", | ||
"@aws-sdk/middleware-logger": "3.38.0", | ||
"@aws-sdk/middleware-retry": "3.38.0", | ||
"@aws-sdk/middleware-serde": "3.38.0", | ||
"@aws-sdk/middleware-signing": "3.38.0", | ||
"@aws-sdk/middleware-stack": "3.38.0", | ||
"@aws-sdk/middleware-user-agent": "3.38.0", | ||
"@aws-sdk/node-config-provider": "3.38.0", | ||
"@aws-sdk/node-http-handler": "3.38.0", | ||
"@aws-sdk/protocol-http": "3.38.0", | ||
"@aws-sdk/smithy-client": "3.38.0", | ||
"@aws-sdk/types": "3.38.0", | ||
"@aws-sdk/url-parser": "3.38.0", | ||
"@aws-sdk/util-base64-browser": "3.37.0", | ||
@@ -49,4 +49,4 @@ "@aws-sdk/util-base64-node": "3.37.0", | ||
"@aws-sdk/util-body-length-node": "3.37.0", | ||
"@aws-sdk/util-user-agent-browser": "3.37.0", | ||
"@aws-sdk/util-user-agent-node": "3.37.0", | ||
"@aws-sdk/util-user-agent-browser": "3.38.0", | ||
"@aws-sdk/util-user-agent-node": "3.38.0", | ||
"@aws-sdk/util-utf8-browser": "3.37.0", | ||
@@ -58,3 +58,3 @@ "@aws-sdk/util-utf8-node": "3.37.0", | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.37.0", | ||
"@aws-sdk/service-client-documentation-generator": "3.38.0", | ||
"@types/node": "^12.7.5", | ||
@@ -61,0 +61,0 @@ "@types/uuid": "^8.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192
16498
868419
+ Added@aws-sdk/abort-controller@3.38.0(transitive)
+ Added@aws-sdk/client-sso@3.38.0(transitive)
+ Added@aws-sdk/client-sts@3.38.0(transitive)
+ Added@aws-sdk/config-resolver@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-imds@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.38.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.38.0(transitive)
+ Added@aws-sdk/fetch-http-handler@3.38.0(transitive)
+ Added@aws-sdk/hash-node@3.38.0(transitive)
+ Added@aws-sdk/invalid-dependency@3.38.0(transitive)
+ Added@aws-sdk/middleware-content-length@3.38.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.38.0(transitive)
+ Added@aws-sdk/middleware-logger@3.38.0(transitive)
+ Added@aws-sdk/middleware-retry@3.38.0(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.38.0(transitive)
+ Added@aws-sdk/middleware-serde@3.38.0(transitive)
+ Added@aws-sdk/middleware-signing@3.38.0(transitive)
+ Added@aws-sdk/middleware-stack@3.38.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.38.0(transitive)
+ Added@aws-sdk/node-config-provider@3.38.0(transitive)
+ Added@aws-sdk/node-http-handler@3.38.0(transitive)
+ Added@aws-sdk/property-provider@3.38.0(transitive)
+ Added@aws-sdk/protocol-http@3.38.0(transitive)
+ Added@aws-sdk/querystring-builder@3.38.0(transitive)
+ Added@aws-sdk/querystring-parser@3.38.0(transitive)
+ Added@aws-sdk/service-error-classification@3.38.0(transitive)
+ Added@aws-sdk/signature-v4@3.38.0(transitive)
+ Added@aws-sdk/smithy-client@3.38.0(transitive)
+ Added@aws-sdk/types@3.38.0(transitive)
+ Added@aws-sdk/url-parser@3.38.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.38.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.38.0(transitive)
- Removed@aws-sdk/abort-controller@3.37.0(transitive)
- Removed@aws-sdk/client-sso@3.37.0(transitive)
- Removed@aws-sdk/client-sts@3.37.0(transitive)
- Removed@aws-sdk/config-resolver@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-imds@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.37.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.37.0(transitive)
- Removed@aws-sdk/fetch-http-handler@3.37.0(transitive)
- Removed@aws-sdk/hash-node@3.37.0(transitive)
- Removed@aws-sdk/invalid-dependency@3.37.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.37.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.37.0(transitive)
- Removed@aws-sdk/middleware-logger@3.37.0(transitive)
- Removed@aws-sdk/middleware-retry@3.37.0(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.37.0(transitive)
- Removed@aws-sdk/middleware-serde@3.37.0(transitive)
- Removed@aws-sdk/middleware-signing@3.37.0(transitive)
- Removed@aws-sdk/middleware-stack@3.37.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.37.0(transitive)
- Removed@aws-sdk/node-config-provider@3.37.0(transitive)
- Removed@aws-sdk/node-http-handler@3.37.0(transitive)
- Removed@aws-sdk/property-provider@3.37.0(transitive)
- Removed@aws-sdk/protocol-http@3.37.0(transitive)
- Removed@aws-sdk/querystring-builder@3.37.0(transitive)
- Removed@aws-sdk/querystring-parser@3.37.0(transitive)
- Removed@aws-sdk/service-error-classification@3.37.0(transitive)
- Removed@aws-sdk/signature-v4@3.37.0(transitive)
- Removed@aws-sdk/smithy-client@3.37.0(transitive)
- Removed@aws-sdk/types@3.37.0(transitive)
- Removed@aws-sdk/url-parser@3.37.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.37.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.37.0(transitive)
Updated@aws-sdk/client-sts@3.38.0
Updated@aws-sdk/hash-node@3.38.0
Updated@aws-sdk/types@3.38.0
Updated@aws-sdk/url-parser@3.38.0