Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-ssm-contacts

Package Overview
Dependencies
Maintainers
7
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-ssm-contacts - npm Package Compare versions

Comparing version 3.37.0 to 3.38.0

dist-cjs/commands/index.js

12

CHANGELOG.md

@@ -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 @@

40

dist-cjs/index.js
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc