@aws-sdk/client-notifications 3.1077.0 → 3.1078.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-cjs/index.js +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateChannelCommand.js +2 -14
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -14
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -14
- package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -14
- package/dist-es/commands/CreateEventRuleCommand.js +2 -14
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEventRuleCommand.js +2 -14
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -14
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/DisassociateChannelCommand.js +2 -14
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -14
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -14
- package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -14
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetEventRuleCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -14
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetNotificationEventCommand.js +2 -14
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListEventRulesCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -14
- package/dist-es/commands/ListMemberAccountsCommand.js +2 -14
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListNotificationEventsCommand.js +2 -14
- package/dist-es/commands/ListNotificationHubsCommand.js +2 -14
- package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterNotificationHubCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEventRuleCommand.js +2 -14
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateChannelCommand.d.ts +3 -8
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -8
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -8
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -8
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEventRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEventRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DeleteEventRule", {})
|
|
13
|
-
.n("NotificationsClient", "DeleteEventRuleCommand")
|
|
14
|
-
.sc(DeleteEventRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEventRuleCommand extends command(_ep0, _mw0, "DeleteEventRule", DeleteEventRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DeleteNotificationConfiguration", {})
|
|
13
|
-
.n("NotificationsClient", "DeleteNotificationConfigurationCommand")
|
|
14
|
-
.sc(DeleteNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteNotificationConfigurationCommand extends command(_ep0, _mw0, "DeleteNotificationConfiguration", DeleteNotificationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterNotificationHub$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterNotificationHubCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DeregisterNotificationHub", {})
|
|
13
|
-
.n("NotificationsClient", "DeregisterNotificationHubCommand")
|
|
14
|
-
.sc(DeregisterNotificationHub$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterNotificationHubCommand extends command(_ep0, _mw0, "DeregisterNotificationHub", DeregisterNotificationHub$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableNotificationsAccessForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableNotificationsAccessForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DisableNotificationsAccessForOrganization", {})
|
|
13
|
-
.n("NotificationsClient", "DisableNotificationsAccessForOrganizationCommand")
|
|
14
|
-
.sc(DisableNotificationsAccessForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "DisableNotificationsAccessForOrganization", DisableNotificationsAccessForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DisassociateChannel", {})
|
|
13
|
-
.n("NotificationsClient", "DisassociateChannelCommand")
|
|
14
|
-
.sc(DisassociateChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateChannelCommand extends command(_ep0, _mw0, "DisassociateChannel", DisassociateChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateManagedNotificationAccountContact$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateManagedNotificationAccountContactCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DisassociateManagedNotificationAccountContact", {})
|
|
13
|
-
.n("NotificationsClient", "DisassociateManagedNotificationAccountContactCommand")
|
|
14
|
-
.sc(DisassociateManagedNotificationAccountContact$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateManagedNotificationAccountContactCommand extends command(_ep0, _mw0, "DisassociateManagedNotificationAccountContact", DisassociateManagedNotificationAccountContact$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateManagedNotificationAdditionalChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateManagedNotificationAdditionalChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DisassociateManagedNotificationAdditionalChannel", {})
|
|
13
|
-
.n("NotificationsClient", "DisassociateManagedNotificationAdditionalChannelCommand")
|
|
14
|
-
.sc(DisassociateManagedNotificationAdditionalChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateManagedNotificationAdditionalChannelCommand extends command(_ep0, _mw0, "DisassociateManagedNotificationAdditionalChannel", DisassociateManagedNotificationAdditionalChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateOrganizationalUnit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateOrganizationalUnitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "DisassociateOrganizationalUnit", {})
|
|
13
|
-
.n("NotificationsClient", "DisassociateOrganizationalUnitCommand")
|
|
14
|
-
.sc(DisassociateOrganizationalUnit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateOrganizationalUnitCommand extends command(_ep0, _mw0, "DisassociateOrganizationalUnit", DisassociateOrganizationalUnit$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableNotificationsAccessForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableNotificationsAccessForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "EnableNotificationsAccessForOrganization", {})
|
|
13
|
-
.n("NotificationsClient", "EnableNotificationsAccessForOrganizationCommand")
|
|
14
|
-
.sc(EnableNotificationsAccessForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "EnableNotificationsAccessForOrganization", EnableNotificationsAccessForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetEventRule", {})
|
|
13
|
-
.n("NotificationsClient", "GetEventRuleCommand")
|
|
14
|
-
.sc(GetEventRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventRuleCommand extends command(_ep0, _mw0, "GetEventRule", GetEventRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetManagedNotificationChildEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetManagedNotificationChildEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetManagedNotificationChildEvent", {})
|
|
13
|
-
.n("NotificationsClient", "GetManagedNotificationChildEventCommand")
|
|
14
|
-
.sc(GetManagedNotificationChildEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetManagedNotificationChildEventCommand extends command(_ep0, _mw0, "GetManagedNotificationChildEvent", GetManagedNotificationChildEvent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetManagedNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetManagedNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetManagedNotificationConfiguration", {})
|
|
13
|
-
.n("NotificationsClient", "GetManagedNotificationConfigurationCommand")
|
|
14
|
-
.sc(GetManagedNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetManagedNotificationConfigurationCommand extends command(_ep0, _mw0, "GetManagedNotificationConfiguration", GetManagedNotificationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetManagedNotificationEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetManagedNotificationEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetManagedNotificationEvent", {})
|
|
13
|
-
.n("NotificationsClient", "GetManagedNotificationEventCommand")
|
|
14
|
-
.sc(GetManagedNotificationEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetManagedNotificationEventCommand extends command(_ep0, _mw0, "GetManagedNotificationEvent", GetManagedNotificationEvent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetNotificationConfiguration", {})
|
|
13
|
-
.n("NotificationsClient", "GetNotificationConfigurationCommand")
|
|
14
|
-
.sc(GetNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetNotificationConfigurationCommand extends command(_ep0, _mw0, "GetNotificationConfiguration", GetNotificationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetNotificationEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetNotificationEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetNotificationEvent", {})
|
|
13
|
-
.n("NotificationsClient", "GetNotificationEventCommand")
|
|
14
|
-
.sc(GetNotificationEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetNotificationEventCommand extends command(_ep0, _mw0, "GetNotificationEvent", GetNotificationEvent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetNotificationsAccessForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetNotificationsAccessForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "GetNotificationsAccessForOrganization", {})
|
|
13
|
-
.n("NotificationsClient", "GetNotificationsAccessForOrganizationCommand")
|
|
14
|
-
.sc(GetNotificationsAccessForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "GetNotificationsAccessForOrganization", GetNotificationsAccessForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListChannels", {})
|
|
13
|
-
.n("NotificationsClient", "ListChannelsCommand")
|
|
14
|
-
.sc(ListChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEventRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEventRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListEventRules", {})
|
|
13
|
-
.n("NotificationsClient", "ListEventRulesCommand")
|
|
14
|
-
.sc(ListEventRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEventRulesCommand extends command(_ep0, _mw0, "ListEventRules", ListEventRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedNotificationChannelAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedNotificationChannelAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListManagedNotificationChannelAssociations", {})
|
|
13
|
-
.n("NotificationsClient", "ListManagedNotificationChannelAssociationsCommand")
|
|
14
|
-
.sc(ListManagedNotificationChannelAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedNotificationChannelAssociationsCommand extends command(_ep0, _mw0, "ListManagedNotificationChannelAssociations", ListManagedNotificationChannelAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedNotificationChildEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedNotificationChildEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListManagedNotificationChildEvents", {})
|
|
13
|
-
.n("NotificationsClient", "ListManagedNotificationChildEventsCommand")
|
|
14
|
-
.sc(ListManagedNotificationChildEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedNotificationChildEventsCommand extends command(_ep0, _mw0, "ListManagedNotificationChildEvents", ListManagedNotificationChildEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedNotificationConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedNotificationConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListManagedNotificationConfigurations", {})
|
|
13
|
-
.n("NotificationsClient", "ListManagedNotificationConfigurationsCommand")
|
|
14
|
-
.sc(ListManagedNotificationConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedNotificationConfigurationsCommand extends command(_ep0, _mw0, "ListManagedNotificationConfigurations", ListManagedNotificationConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedNotificationEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedNotificationEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListManagedNotificationEvents", {})
|
|
13
|
-
.n("NotificationsClient", "ListManagedNotificationEventsCommand")
|
|
14
|
-
.sc(ListManagedNotificationEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedNotificationEventsCommand extends command(_ep0, _mw0, "ListManagedNotificationEvents", ListManagedNotificationEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMemberAccounts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMemberAccountsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListMemberAccounts", {})
|
|
13
|
-
.n("NotificationsClient", "ListMemberAccountsCommand")
|
|
14
|
-
.sc(ListMemberAccounts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMemberAccountsCommand extends command(_ep0, _mw0, "ListMemberAccounts", ListMemberAccounts$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListNotificationConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNotificationConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListNotificationConfigurations", {})
|
|
13
|
-
.n("NotificationsClient", "ListNotificationConfigurationsCommand")
|
|
14
|
-
.sc(ListNotificationConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNotificationConfigurationsCommand extends command(_ep0, _mw0, "ListNotificationConfigurations", ListNotificationConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListNotificationEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNotificationEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListNotificationEvents", {})
|
|
13
|
-
.n("NotificationsClient", "ListNotificationEventsCommand")
|
|
14
|
-
.sc(ListNotificationEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNotificationEventsCommand extends command(_ep0, _mw0, "ListNotificationEvents", ListNotificationEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListNotificationHubs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNotificationHubsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListNotificationHubs", {})
|
|
13
|
-
.n("NotificationsClient", "ListNotificationHubsCommand")
|
|
14
|
-
.sc(ListNotificationHubs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNotificationHubsCommand extends command(_ep0, _mw0, "ListNotificationHubs", ListNotificationHubs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOrganizationalUnits$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOrganizationalUnitsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListOrganizationalUnits", {})
|
|
13
|
-
.n("NotificationsClient", "ListOrganizationalUnitsCommand")
|
|
14
|
-
.sc(ListOrganizationalUnits$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOrganizationalUnitsCommand extends command(_ep0, _mw0, "ListOrganizationalUnits", ListOrganizationalUnits$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "ListTagsForResource", {})
|
|
13
|
-
.n("NotificationsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterNotificationHub$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterNotificationHubCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "RegisterNotificationHub", {})
|
|
13
|
-
.n("NotificationsClient", "RegisterNotificationHubCommand")
|
|
14
|
-
.sc(RegisterNotificationHub$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterNotificationHubCommand extends command(_ep0, _mw0, "RegisterNotificationHub", RegisterNotificationHub$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "TagResource", {})
|
|
13
|
-
.n("NotificationsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Notifications", "UntagResource", {})
|
|
13
|
-
.n("NotificationsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|