@aws-sdk/client-notifications 3.893.0 → 3.894.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 +2899 -10
- package/package.json +6 -6
- package/dist-cjs/Notifications.js +0 -89
- package/dist-cjs/NotificationsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AssociateChannelCommand.js +0 -26
- package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +0 -26
- package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +0 -26
- package/dist-cjs/commands/AssociateOrganizationalUnitCommand.js +0 -26
- package/dist-cjs/commands/CreateEventRuleCommand.js +0 -26
- package/dist-cjs/commands/CreateNotificationConfigurationCommand.js +0 -26
- package/dist-cjs/commands/DeleteEventRuleCommand.js +0 -26
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +0 -26
- package/dist-cjs/commands/DeregisterNotificationHubCommand.js +0 -26
- package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +0 -26
- package/dist-cjs/commands/DisassociateChannelCommand.js +0 -26
- package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +0 -26
- package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +0 -26
- package/dist-cjs/commands/DisassociateOrganizationalUnitCommand.js +0 -26
- package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +0 -26
- package/dist-cjs/commands/GetEventRuleCommand.js +0 -26
- package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +0 -26
- package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetManagedNotificationEventCommand.js +0 -26
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetNotificationEventCommand.js +0 -26
- package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +0 -26
- package/dist-cjs/commands/ListChannelsCommand.js +0 -26
- package/dist-cjs/commands/ListEventRulesCommand.js +0 -26
- package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +0 -26
- package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +0 -26
- package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +0 -26
- package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +0 -26
- package/dist-cjs/commands/ListMemberAccountsCommand.js +0 -26
- package/dist-cjs/commands/ListNotificationConfigurationsCommand.js +0 -26
- package/dist-cjs/commands/ListNotificationEventsCommand.js +0 -26
- package/dist-cjs/commands/ListNotificationHubsCommand.js +0 -26
- package/dist-cjs/commands/ListOrganizationalUnitsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/RegisterNotificationHubCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateEventRuleCommand.js +0 -26
- package/dist-cjs/commands/UpdateNotificationConfigurationCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -42
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/NotificationsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -225
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -7
- package/dist-cjs/pagination/ListEventRulesPaginator.js +0 -7
- package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +0 -7
- package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +0 -7
- package/dist-cjs/pagination/ListMemberAccountsPaginator.js +0 -7
- package/dist-cjs/pagination/ListNotificationConfigurationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListNotificationEventsPaginator.js +0 -7
- package/dist-cjs/pagination/ListNotificationHubsPaginator.js +0 -7
- package/dist-cjs/pagination/ListOrganizationalUnitsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -15
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1478
- package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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.894.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-notifications",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.894.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.894.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.894.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
30
|
"@aws-sdk/types": "3.893.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.894.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Notifications = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateChannelCommand_1 = require("./commands/AssociateChannelCommand");
|
|
6
|
-
const AssociateManagedNotificationAccountContactCommand_1 = require("./commands/AssociateManagedNotificationAccountContactCommand");
|
|
7
|
-
const AssociateManagedNotificationAdditionalChannelCommand_1 = require("./commands/AssociateManagedNotificationAdditionalChannelCommand");
|
|
8
|
-
const AssociateOrganizationalUnitCommand_1 = require("./commands/AssociateOrganizationalUnitCommand");
|
|
9
|
-
const CreateEventRuleCommand_1 = require("./commands/CreateEventRuleCommand");
|
|
10
|
-
const CreateNotificationConfigurationCommand_1 = require("./commands/CreateNotificationConfigurationCommand");
|
|
11
|
-
const DeleteEventRuleCommand_1 = require("./commands/DeleteEventRuleCommand");
|
|
12
|
-
const DeleteNotificationConfigurationCommand_1 = require("./commands/DeleteNotificationConfigurationCommand");
|
|
13
|
-
const DeregisterNotificationHubCommand_1 = require("./commands/DeregisterNotificationHubCommand");
|
|
14
|
-
const DisableNotificationsAccessForOrganizationCommand_1 = require("./commands/DisableNotificationsAccessForOrganizationCommand");
|
|
15
|
-
const DisassociateChannelCommand_1 = require("./commands/DisassociateChannelCommand");
|
|
16
|
-
const DisassociateManagedNotificationAccountContactCommand_1 = require("./commands/DisassociateManagedNotificationAccountContactCommand");
|
|
17
|
-
const DisassociateManagedNotificationAdditionalChannelCommand_1 = require("./commands/DisassociateManagedNotificationAdditionalChannelCommand");
|
|
18
|
-
const DisassociateOrganizationalUnitCommand_1 = require("./commands/DisassociateOrganizationalUnitCommand");
|
|
19
|
-
const EnableNotificationsAccessForOrganizationCommand_1 = require("./commands/EnableNotificationsAccessForOrganizationCommand");
|
|
20
|
-
const GetEventRuleCommand_1 = require("./commands/GetEventRuleCommand");
|
|
21
|
-
const GetManagedNotificationChildEventCommand_1 = require("./commands/GetManagedNotificationChildEventCommand");
|
|
22
|
-
const GetManagedNotificationConfigurationCommand_1 = require("./commands/GetManagedNotificationConfigurationCommand");
|
|
23
|
-
const GetManagedNotificationEventCommand_1 = require("./commands/GetManagedNotificationEventCommand");
|
|
24
|
-
const GetNotificationConfigurationCommand_1 = require("./commands/GetNotificationConfigurationCommand");
|
|
25
|
-
const GetNotificationEventCommand_1 = require("./commands/GetNotificationEventCommand");
|
|
26
|
-
const GetNotificationsAccessForOrganizationCommand_1 = require("./commands/GetNotificationsAccessForOrganizationCommand");
|
|
27
|
-
const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
|
|
28
|
-
const ListEventRulesCommand_1 = require("./commands/ListEventRulesCommand");
|
|
29
|
-
const ListManagedNotificationChannelAssociationsCommand_1 = require("./commands/ListManagedNotificationChannelAssociationsCommand");
|
|
30
|
-
const ListManagedNotificationChildEventsCommand_1 = require("./commands/ListManagedNotificationChildEventsCommand");
|
|
31
|
-
const ListManagedNotificationConfigurationsCommand_1 = require("./commands/ListManagedNotificationConfigurationsCommand");
|
|
32
|
-
const ListManagedNotificationEventsCommand_1 = require("./commands/ListManagedNotificationEventsCommand");
|
|
33
|
-
const ListMemberAccountsCommand_1 = require("./commands/ListMemberAccountsCommand");
|
|
34
|
-
const ListNotificationConfigurationsCommand_1 = require("./commands/ListNotificationConfigurationsCommand");
|
|
35
|
-
const ListNotificationEventsCommand_1 = require("./commands/ListNotificationEventsCommand");
|
|
36
|
-
const ListNotificationHubsCommand_1 = require("./commands/ListNotificationHubsCommand");
|
|
37
|
-
const ListOrganizationalUnitsCommand_1 = require("./commands/ListOrganizationalUnitsCommand");
|
|
38
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
39
|
-
const RegisterNotificationHubCommand_1 = require("./commands/RegisterNotificationHubCommand");
|
|
40
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
41
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
42
|
-
const UpdateEventRuleCommand_1 = require("./commands/UpdateEventRuleCommand");
|
|
43
|
-
const UpdateNotificationConfigurationCommand_1 = require("./commands/UpdateNotificationConfigurationCommand");
|
|
44
|
-
const NotificationsClient_1 = require("./NotificationsClient");
|
|
45
|
-
const commands = {
|
|
46
|
-
AssociateChannelCommand: AssociateChannelCommand_1.AssociateChannelCommand,
|
|
47
|
-
AssociateManagedNotificationAccountContactCommand: AssociateManagedNotificationAccountContactCommand_1.AssociateManagedNotificationAccountContactCommand,
|
|
48
|
-
AssociateManagedNotificationAdditionalChannelCommand: AssociateManagedNotificationAdditionalChannelCommand_1.AssociateManagedNotificationAdditionalChannelCommand,
|
|
49
|
-
AssociateOrganizationalUnitCommand: AssociateOrganizationalUnitCommand_1.AssociateOrganizationalUnitCommand,
|
|
50
|
-
CreateEventRuleCommand: CreateEventRuleCommand_1.CreateEventRuleCommand,
|
|
51
|
-
CreateNotificationConfigurationCommand: CreateNotificationConfigurationCommand_1.CreateNotificationConfigurationCommand,
|
|
52
|
-
DeleteEventRuleCommand: DeleteEventRuleCommand_1.DeleteEventRuleCommand,
|
|
53
|
-
DeleteNotificationConfigurationCommand: DeleteNotificationConfigurationCommand_1.DeleteNotificationConfigurationCommand,
|
|
54
|
-
DeregisterNotificationHubCommand: DeregisterNotificationHubCommand_1.DeregisterNotificationHubCommand,
|
|
55
|
-
DisableNotificationsAccessForOrganizationCommand: DisableNotificationsAccessForOrganizationCommand_1.DisableNotificationsAccessForOrganizationCommand,
|
|
56
|
-
DisassociateChannelCommand: DisassociateChannelCommand_1.DisassociateChannelCommand,
|
|
57
|
-
DisassociateManagedNotificationAccountContactCommand: DisassociateManagedNotificationAccountContactCommand_1.DisassociateManagedNotificationAccountContactCommand,
|
|
58
|
-
DisassociateManagedNotificationAdditionalChannelCommand: DisassociateManagedNotificationAdditionalChannelCommand_1.DisassociateManagedNotificationAdditionalChannelCommand,
|
|
59
|
-
DisassociateOrganizationalUnitCommand: DisassociateOrganizationalUnitCommand_1.DisassociateOrganizationalUnitCommand,
|
|
60
|
-
EnableNotificationsAccessForOrganizationCommand: EnableNotificationsAccessForOrganizationCommand_1.EnableNotificationsAccessForOrganizationCommand,
|
|
61
|
-
GetEventRuleCommand: GetEventRuleCommand_1.GetEventRuleCommand,
|
|
62
|
-
GetManagedNotificationChildEventCommand: GetManagedNotificationChildEventCommand_1.GetManagedNotificationChildEventCommand,
|
|
63
|
-
GetManagedNotificationConfigurationCommand: GetManagedNotificationConfigurationCommand_1.GetManagedNotificationConfigurationCommand,
|
|
64
|
-
GetManagedNotificationEventCommand: GetManagedNotificationEventCommand_1.GetManagedNotificationEventCommand,
|
|
65
|
-
GetNotificationConfigurationCommand: GetNotificationConfigurationCommand_1.GetNotificationConfigurationCommand,
|
|
66
|
-
GetNotificationEventCommand: GetNotificationEventCommand_1.GetNotificationEventCommand,
|
|
67
|
-
GetNotificationsAccessForOrganizationCommand: GetNotificationsAccessForOrganizationCommand_1.GetNotificationsAccessForOrganizationCommand,
|
|
68
|
-
ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
|
|
69
|
-
ListEventRulesCommand: ListEventRulesCommand_1.ListEventRulesCommand,
|
|
70
|
-
ListManagedNotificationChannelAssociationsCommand: ListManagedNotificationChannelAssociationsCommand_1.ListManagedNotificationChannelAssociationsCommand,
|
|
71
|
-
ListManagedNotificationChildEventsCommand: ListManagedNotificationChildEventsCommand_1.ListManagedNotificationChildEventsCommand,
|
|
72
|
-
ListManagedNotificationConfigurationsCommand: ListManagedNotificationConfigurationsCommand_1.ListManagedNotificationConfigurationsCommand,
|
|
73
|
-
ListManagedNotificationEventsCommand: ListManagedNotificationEventsCommand_1.ListManagedNotificationEventsCommand,
|
|
74
|
-
ListMemberAccountsCommand: ListMemberAccountsCommand_1.ListMemberAccountsCommand,
|
|
75
|
-
ListNotificationConfigurationsCommand: ListNotificationConfigurationsCommand_1.ListNotificationConfigurationsCommand,
|
|
76
|
-
ListNotificationEventsCommand: ListNotificationEventsCommand_1.ListNotificationEventsCommand,
|
|
77
|
-
ListNotificationHubsCommand: ListNotificationHubsCommand_1.ListNotificationHubsCommand,
|
|
78
|
-
ListOrganizationalUnitsCommand: ListOrganizationalUnitsCommand_1.ListOrganizationalUnitsCommand,
|
|
79
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
80
|
-
RegisterNotificationHubCommand: RegisterNotificationHubCommand_1.RegisterNotificationHubCommand,
|
|
81
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
82
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
83
|
-
UpdateEventRuleCommand: UpdateEventRuleCommand_1.UpdateEventRuleCommand,
|
|
84
|
-
UpdateNotificationConfigurationCommand: UpdateNotificationConfigurationCommand_1.UpdateNotificationConfigurationCommand,
|
|
85
|
-
};
|
|
86
|
-
class Notifications extends NotificationsClient_1.NotificationsClient {
|
|
87
|
-
}
|
|
88
|
-
exports.Notifications = Notifications;
|
|
89
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Notifications);
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotificationsClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
8
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
-
const core_1 = require("@smithy/core");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class NotificationsClient extends smithy_client_1.Client {
|
|
20
|
-
config;
|
|
21
|
-
constructor(...[configuration]) {
|
|
22
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
23
|
-
super(_config_0);
|
|
24
|
-
this.initConfig = _config_0;
|
|
25
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
26
|
-
const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
|
|
27
|
-
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
28
|
-
const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
|
|
29
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
30
|
-
const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
|
|
31
|
-
const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
|
|
32
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
33
|
-
this.config = _config_8;
|
|
34
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
40
|
-
this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
41
|
-
httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultNotificationsHttpAuthSchemeParametersProvider,
|
|
42
|
-
identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
|
|
43
|
-
"aws.auth#sigv4": config.credentials,
|
|
44
|
-
}),
|
|
45
|
-
}));
|
|
46
|
-
this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
|
|
47
|
-
}
|
|
48
|
-
destroy() {
|
|
49
|
-
super.destroy();
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
exports.NotificationsClient = NotificationsClient;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
|
|
4
|
-
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
5
|
-
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
6
|
-
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
7
|
-
let _credentials = runtimeConfig.credentials;
|
|
8
|
-
return {
|
|
9
|
-
setHttpAuthScheme(httpAuthScheme) {
|
|
10
|
-
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
11
|
-
if (index === -1) {
|
|
12
|
-
_httpAuthSchemes.push(httpAuthScheme);
|
|
13
|
-
}
|
|
14
|
-
else {
|
|
15
|
-
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
httpAuthSchemes() {
|
|
19
|
-
return _httpAuthSchemes;
|
|
20
|
-
},
|
|
21
|
-
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
22
|
-
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
23
|
-
},
|
|
24
|
-
httpAuthSchemeProvider() {
|
|
25
|
-
return _httpAuthSchemeProvider;
|
|
26
|
-
},
|
|
27
|
-
setCredentials(credentials) {
|
|
28
|
-
_credentials = credentials;
|
|
29
|
-
},
|
|
30
|
-
credentials() {
|
|
31
|
-
return _credentials;
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
|
|
36
|
-
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
37
|
-
return {
|
|
38
|
-
httpAuthSchemes: config.httpAuthSchemes(),
|
|
39
|
-
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
40
|
-
credentials: config.credentials(),
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "AssociateChannel", {})
|
|
20
|
-
.n("NotificationsClient", "AssociateChannelCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateChannelCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateChannelCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateChannelCommand = AssociateChannelCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateManagedNotificationAccountContactCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateManagedNotificationAccountContactCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "AssociateManagedNotificationAccountContact", {})
|
|
20
|
-
.n("NotificationsClient", "AssociateManagedNotificationAccountContactCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateManagedNotificationAccountContactCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateManagedNotificationAccountContactCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateManagedNotificationAccountContactCommand = AssociateManagedNotificationAccountContactCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateManagedNotificationAdditionalChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateManagedNotificationAdditionalChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "AssociateManagedNotificationAdditionalChannel", {})
|
|
20
|
-
.n("NotificationsClient", "AssociateManagedNotificationAdditionalChannelCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateManagedNotificationAdditionalChannelCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateManagedNotificationAdditionalChannelCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateManagedNotificationAdditionalChannelCommand = AssociateManagedNotificationAdditionalChannelCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateOrganizationalUnitCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateOrganizationalUnitCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "AssociateOrganizationalUnit", {})
|
|
20
|
-
.n("NotificationsClient", "AssociateOrganizationalUnitCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateOrganizationalUnitCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateOrganizationalUnitCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateOrganizationalUnitCommand = AssociateOrganizationalUnitCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEventRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateEventRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "CreateEventRule", {})
|
|
20
|
-
.n("NotificationsClient", "CreateEventRuleCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_CreateEventRuleCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_CreateEventRuleCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateEventRuleCommand = CreateEventRuleCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNotificationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateNotificationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "CreateNotificationConfiguration", {})
|
|
20
|
-
.n("NotificationsClient", "CreateNotificationConfigurationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_CreateNotificationConfigurationCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_CreateNotificationConfigurationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateNotificationConfigurationCommand = CreateNotificationConfigurationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEventRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteEventRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DeleteEventRule", {})
|
|
20
|
-
.n("NotificationsClient", "DeleteEventRuleCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DeleteEventRuleCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DeleteEventRuleCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteEventRuleCommand = DeleteEventRuleCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteNotificationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteNotificationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DeleteNotificationConfiguration", {})
|
|
20
|
-
.n("NotificationsClient", "DeleteNotificationConfigurationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DeleteNotificationConfigurationCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DeleteNotificationConfigurationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteNotificationConfigurationCommand = DeleteNotificationConfigurationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterNotificationHubCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeregisterNotificationHubCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DeregisterNotificationHub", {})
|
|
20
|
-
.n("NotificationsClient", "DeregisterNotificationHubCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DeregisterNotificationHubCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DeregisterNotificationHubCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeregisterNotificationHubCommand = DeregisterNotificationHubCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableNotificationsAccessForOrganizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisableNotificationsAccessForOrganizationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DisableNotificationsAccessForOrganization", {})
|
|
20
|
-
.n("NotificationsClient", "DisableNotificationsAccessForOrganizationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisableNotificationsAccessForOrganizationCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisableNotificationsAccessForOrganizationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisableNotificationsAccessForOrganizationCommand = DisableNotificationsAccessForOrganizationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DisassociateChannel", {})
|
|
20
|
-
.n("NotificationsClient", "DisassociateChannelCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateChannelCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateChannelCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateChannelCommand = DisassociateChannelCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateManagedNotificationAccountContactCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateManagedNotificationAccountContactCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DisassociateManagedNotificationAccountContact", {})
|
|
20
|
-
.n("NotificationsClient", "DisassociateManagedNotificationAccountContactCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateManagedNotificationAccountContactCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateManagedNotificationAccountContactCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateManagedNotificationAccountContactCommand = DisassociateManagedNotificationAccountContactCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateManagedNotificationAdditionalChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateManagedNotificationAdditionalChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DisassociateManagedNotificationAdditionalChannel", {})
|
|
20
|
-
.n("NotificationsClient", "DisassociateManagedNotificationAdditionalChannelCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateManagedNotificationAdditionalChannelCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateManagedNotificationAdditionalChannelCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateManagedNotificationAdditionalChannelCommand = DisassociateManagedNotificationAdditionalChannelCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateOrganizationalUnitCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateOrganizationalUnitCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "DisassociateOrganizationalUnit", {})
|
|
20
|
-
.n("NotificationsClient", "DisassociateOrganizationalUnitCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateOrganizationalUnitCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateOrganizationalUnitCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateOrganizationalUnitCommand = DisassociateOrganizationalUnitCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableNotificationsAccessForOrganizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class EnableNotificationsAccessForOrganizationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("Notifications", "EnableNotificationsAccessForOrganization", {})
|
|
20
|
-
.n("NotificationsClient", "EnableNotificationsAccessForOrganizationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_EnableNotificationsAccessForOrganizationCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_EnableNotificationsAccessForOrganizationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.EnableNotificationsAccessForOrganizationCommand = EnableNotificationsAccessForOrganizationCommand;
|