@aws-sdk/client-notifications 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateChannelCommand.d.ts +2 -0
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +2 -0
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +2 -0
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +2 -0
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateChannelCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/GetEventRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +2 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetNotificationEventCommand.d.ts +2 -0
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AssociateChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, AssociateChannelCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, AssociateChannelCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // AssociateChannelRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateManagedNotificationAccountContactCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, AssociateManagedNotificationAccountContactCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, AssociateManagedNotificationAccountContactCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // AssociateManagedNotificationAccountContactRequest
|
|
38
40
|
* contactIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, AssociateManagedNotificationAdditionalChannelCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, AssociateManagedNotificationAdditionalChannelCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // AssociateManagedNotificationAdditionalChannelRequest
|
|
38
40
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateOrganizationalUnitCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, AssociateOrganizationalUnitCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, AssociateOrganizationalUnitCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // AssociateOrganizationalUnitRequest
|
|
38
40
|
* organizationalUnitId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateEventRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, CreateEventRuleCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, CreateEventRuleCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // CreateEventRuleRequest
|
|
38
40
|
* notificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, CreateNotificationConfigurationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, CreateNotificationConfigurationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // CreateNotificationConfigurationRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteEventRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DeleteEventRuleCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DeleteEventRuleCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DeleteEventRuleRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DeleteNotificationConfigurationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DeleteNotificationConfigurationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DeleteNotificationConfigurationRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeregisterNotificationHubCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DeregisterNotificationHubCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DeregisterNotificationHubCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DeregisterNotificationHubRequest
|
|
38
40
|
* notificationHubRegion: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisableNotificationsAccessForOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DisableNotificationsAccessForOrganizationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DisableNotificationsAccessForOrganizationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new DisableNotificationsAccessForOrganizationCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DisassociateChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DisassociateChannelCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DisassociateChannelCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DisassociateChannelRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateManagedNotificationAccountContactCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DisassociateManagedNotificationAccountContactCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DisassociateManagedNotificationAccountContactCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DisassociateManagedNotificationAccountContactRequest
|
|
38
40
|
* contactIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DisassociateManagedNotificationAdditionalChannelCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DisassociateManagedNotificationAdditionalChannelCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DisassociateManagedNotificationAdditionalChannelRequest
|
|
38
40
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateOrganizationalUnitCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, DisassociateOrganizationalUnitCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, DisassociateOrganizationalUnitCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // DisassociateOrganizationalUnitRequest
|
|
38
40
|
* organizationalUnitId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, EnableNotificationsAccessForOrganizationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, EnableNotificationsAccessForOrganizationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new EnableNotificationsAccessForOrganizationCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetEventRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetEventRuleCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetEventRuleCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetEventRuleRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetManagedNotificationChildEventCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetManagedNotificationChildEventCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetManagedNotificationChildEventCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetManagedNotificationChildEventRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetManagedNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetManagedNotificationConfigurationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetManagedNotificationConfigurationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetManagedNotificationConfigurationRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetManagedNotificationEventCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetManagedNotificationEventCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetManagedNotificationEventCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetManagedNotificationEventRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetNotificationConfigurationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetNotificationConfigurationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetNotificationConfigurationRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNotificationEventCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetNotificationEventCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetNotificationEventCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // GetNotificationEventRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNotificationsAccessForOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, GetNotificationsAccessForOrganizationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, GetNotificationsAccessForOrganizationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetNotificationsAccessForOrganizationCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const ListChannelsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListChannelsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListChannelsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListChannelsRequest
|
|
38
40
|
* notificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEventRulesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListEventRulesCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListEventRulesCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListEventRulesRequest
|
|
38
40
|
* notificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListManagedNotificationChannelAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListManagedNotificationChannelAssociationsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListManagedNotificationChannelAssociationsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListManagedNotificationChannelAssociationsRequest
|
|
38
40
|
* managedNotificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListManagedNotificationChildEventsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListManagedNotificationChildEventsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListManagedNotificationChildEventsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListManagedNotificationChildEventsRequest
|
|
38
40
|
* aggregateManagedNotificationEventArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListManagedNotificationConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListManagedNotificationConfigurationsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListManagedNotificationConfigurationsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListManagedNotificationConfigurationsRequest
|
|
38
40
|
* channelIdentifier: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListManagedNotificationEventsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListManagedNotificationEventsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListManagedNotificationEventsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListManagedNotificationEventsRequest
|
|
38
40
|
* startTime: new Date("TIMESTAMP"),
|
|
@@ -33,6 +33,8 @@ declare const ListMemberAccountsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListMemberAccountsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListMemberAccountsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListMemberAccountsRequest
|
|
38
40
|
* notificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListNotificationConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListNotificationConfigurationsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListNotificationConfigurationsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListNotificationConfigurationsRequest
|
|
38
40
|
* eventRuleSource: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListNotificationEventsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListNotificationEventsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListNotificationEventsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListNotificationEventsRequest
|
|
38
40
|
* startTime: new Date("TIMESTAMP"),
|
|
@@ -33,6 +33,8 @@ declare const ListNotificationHubsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListNotificationHubsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListNotificationHubsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListNotificationHubsRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListOrganizationalUnitsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListOrganizationalUnitsCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListOrganizationalUnitsCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListOrganizationalUnitsRequest
|
|
38
40
|
* notificationConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, ListTagsForResourceCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RegisterNotificationHubCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, RegisterNotificationHubCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, RegisterNotificationHubCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // RegisterNotificationHubRequest
|
|
38
40
|
* notificationHubRegion: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, TagResourceCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, TagResourceCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, UntagResourceCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, UntagResourceCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEventRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, UpdateEventRuleCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, UpdateEventRuleCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // UpdateEventRuleRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NotificationsClient, UpdateNotificationConfigurationCommand } from "@aws-sdk/client-notifications"; // ES Modules import
|
|
35
35
|
* // const { NotificationsClient, UpdateNotificationConfigurationCommand } = require("@aws-sdk/client-notifications"); // CommonJS import
|
|
36
|
+
* // import type { NotificationsClientConfig } from "@aws-sdk/client-notifications";
|
|
37
|
+
* const config = {}; // type is NotificationsClientConfig
|
|
36
38
|
* const client = new NotificationsClient(config);
|
|
37
39
|
* const input = { // UpdateNotificationConfigurationRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-notifications",
|
|
3
3
|
"description": "AWS SDK for JavaScript Notifications Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|