@aws-sdk/client-ssm-contacts 3.490.0 → 3.496.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.
Files changed (64) hide show
  1. package/dist-cjs/SSMContacts.js +1 -89
  2. package/dist-cjs/SSMContactsClient.js +1 -43
  3. package/dist-cjs/commands/AcceptPageCommand.js +1 -28
  4. package/dist-cjs/commands/ActivateContactChannelCommand.js +1 -28
  5. package/dist-cjs/commands/CreateContactChannelCommand.js +1 -28
  6. package/dist-cjs/commands/CreateContactCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRotationCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRotationOverrideCommand.js +1 -28
  9. package/dist-cjs/commands/DeactivateContactChannelCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteContactChannelCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteContactCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteRotationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteRotationOverrideCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeEngagementCommand.js +1 -28
  15. package/dist-cjs/commands/DescribePageCommand.js +1 -28
  16. package/dist-cjs/commands/GetContactChannelCommand.js +1 -28
  17. package/dist-cjs/commands/GetContactCommand.js +1 -28
  18. package/dist-cjs/commands/GetContactPolicyCommand.js +1 -28
  19. package/dist-cjs/commands/GetRotationCommand.js +1 -28
  20. package/dist-cjs/commands/GetRotationOverrideCommand.js +1 -28
  21. package/dist-cjs/commands/ListContactChannelsCommand.js +1 -28
  22. package/dist-cjs/commands/ListContactsCommand.js +1 -28
  23. package/dist-cjs/commands/ListEngagementsCommand.js +1 -28
  24. package/dist-cjs/commands/ListPageReceiptsCommand.js +1 -28
  25. package/dist-cjs/commands/ListPageResolutionsCommand.js +1 -28
  26. package/dist-cjs/commands/ListPagesByContactCommand.js +1 -28
  27. package/dist-cjs/commands/ListPagesByEngagementCommand.js +1 -28
  28. package/dist-cjs/commands/ListPreviewRotationShiftsCommand.js +1 -28
  29. package/dist-cjs/commands/ListRotationOverridesCommand.js +1 -28
  30. package/dist-cjs/commands/ListRotationShiftsCommand.js +1 -28
  31. package/dist-cjs/commands/ListRotationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  33. package/dist-cjs/commands/PutContactPolicyCommand.js +1 -28
  34. package/dist-cjs/commands/SendActivationCodeCommand.js +1 -28
  35. package/dist-cjs/commands/StartEngagementCommand.js +1 -28
  36. package/dist-cjs/commands/StopEngagementCommand.js +1 -28
  37. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  38. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateContactChannelCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateContactCommand.js +1 -28
  41. package/dist-cjs/commands/UpdateRotationCommand.js +1 -28
  42. package/dist-cjs/commands/index.js +1 -42
  43. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  44. package/dist-cjs/extensionConfiguration.js +1 -2
  45. package/dist-cjs/index.js +3714 -11
  46. package/dist-cjs/models/SSMContactsServiceException.js +1 -12
  47. package/dist-cjs/models/index.js +1 -4
  48. package/dist-cjs/models/models_0.js +1 -179
  49. package/dist-cjs/pagination/Interfaces.js +1 -2
  50. package/dist-cjs/pagination/ListContactChannelsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListContactsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListEngagementsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListPageReceiptsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListPageResolutionsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListPagesByContactPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListPagesByEngagementPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListPreviewRotationShiftsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListRotationOverridesPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListRotationShiftsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListRotationsPaginator.js +1 -7
  61. package/dist-cjs/pagination/index.js +1 -15
  62. package/dist-cjs/protocols/Aws_json1_1.js +1 -2565
  63. package/dist-cjs/runtimeExtensions.js +1 -22
  64. package/package.json +40 -40
@@ -1,89 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMContacts = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AcceptPageCommand_1 = require("./commands/AcceptPageCommand");
6
- const ActivateContactChannelCommand_1 = require("./commands/ActivateContactChannelCommand");
7
- const CreateContactChannelCommand_1 = require("./commands/CreateContactChannelCommand");
8
- const CreateContactCommand_1 = require("./commands/CreateContactCommand");
9
- const CreateRotationCommand_1 = require("./commands/CreateRotationCommand");
10
- const CreateRotationOverrideCommand_1 = require("./commands/CreateRotationOverrideCommand");
11
- const DeactivateContactChannelCommand_1 = require("./commands/DeactivateContactChannelCommand");
12
- const DeleteContactChannelCommand_1 = require("./commands/DeleteContactChannelCommand");
13
- const DeleteContactCommand_1 = require("./commands/DeleteContactCommand");
14
- const DeleteRotationCommand_1 = require("./commands/DeleteRotationCommand");
15
- const DeleteRotationOverrideCommand_1 = require("./commands/DeleteRotationOverrideCommand");
16
- const DescribeEngagementCommand_1 = require("./commands/DescribeEngagementCommand");
17
- const DescribePageCommand_1 = require("./commands/DescribePageCommand");
18
- const GetContactChannelCommand_1 = require("./commands/GetContactChannelCommand");
19
- const GetContactCommand_1 = require("./commands/GetContactCommand");
20
- const GetContactPolicyCommand_1 = require("./commands/GetContactPolicyCommand");
21
- const GetRotationCommand_1 = require("./commands/GetRotationCommand");
22
- const GetRotationOverrideCommand_1 = require("./commands/GetRotationOverrideCommand");
23
- const ListContactChannelsCommand_1 = require("./commands/ListContactChannelsCommand");
24
- const ListContactsCommand_1 = require("./commands/ListContactsCommand");
25
- const ListEngagementsCommand_1 = require("./commands/ListEngagementsCommand");
26
- const ListPageReceiptsCommand_1 = require("./commands/ListPageReceiptsCommand");
27
- const ListPageResolutionsCommand_1 = require("./commands/ListPageResolutionsCommand");
28
- const ListPagesByContactCommand_1 = require("./commands/ListPagesByContactCommand");
29
- const ListPagesByEngagementCommand_1 = require("./commands/ListPagesByEngagementCommand");
30
- const ListPreviewRotationShiftsCommand_1 = require("./commands/ListPreviewRotationShiftsCommand");
31
- const ListRotationOverridesCommand_1 = require("./commands/ListRotationOverridesCommand");
32
- const ListRotationsCommand_1 = require("./commands/ListRotationsCommand");
33
- const ListRotationShiftsCommand_1 = require("./commands/ListRotationShiftsCommand");
34
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
35
- const PutContactPolicyCommand_1 = require("./commands/PutContactPolicyCommand");
36
- const SendActivationCodeCommand_1 = require("./commands/SendActivationCodeCommand");
37
- const StartEngagementCommand_1 = require("./commands/StartEngagementCommand");
38
- const StopEngagementCommand_1 = require("./commands/StopEngagementCommand");
39
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
40
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
41
- const UpdateContactChannelCommand_1 = require("./commands/UpdateContactChannelCommand");
42
- const UpdateContactCommand_1 = require("./commands/UpdateContactCommand");
43
- const UpdateRotationCommand_1 = require("./commands/UpdateRotationCommand");
44
- const SSMContactsClient_1 = require("./SSMContactsClient");
45
- const commands = {
46
- AcceptPageCommand: AcceptPageCommand_1.AcceptPageCommand,
47
- ActivateContactChannelCommand: ActivateContactChannelCommand_1.ActivateContactChannelCommand,
48
- CreateContactCommand: CreateContactCommand_1.CreateContactCommand,
49
- CreateContactChannelCommand: CreateContactChannelCommand_1.CreateContactChannelCommand,
50
- CreateRotationCommand: CreateRotationCommand_1.CreateRotationCommand,
51
- CreateRotationOverrideCommand: CreateRotationOverrideCommand_1.CreateRotationOverrideCommand,
52
- DeactivateContactChannelCommand: DeactivateContactChannelCommand_1.DeactivateContactChannelCommand,
53
- DeleteContactCommand: DeleteContactCommand_1.DeleteContactCommand,
54
- DeleteContactChannelCommand: DeleteContactChannelCommand_1.DeleteContactChannelCommand,
55
- DeleteRotationCommand: DeleteRotationCommand_1.DeleteRotationCommand,
56
- DeleteRotationOverrideCommand: DeleteRotationOverrideCommand_1.DeleteRotationOverrideCommand,
57
- DescribeEngagementCommand: DescribeEngagementCommand_1.DescribeEngagementCommand,
58
- DescribePageCommand: DescribePageCommand_1.DescribePageCommand,
59
- GetContactCommand: GetContactCommand_1.GetContactCommand,
60
- GetContactChannelCommand: GetContactChannelCommand_1.GetContactChannelCommand,
61
- GetContactPolicyCommand: GetContactPolicyCommand_1.GetContactPolicyCommand,
62
- GetRotationCommand: GetRotationCommand_1.GetRotationCommand,
63
- GetRotationOverrideCommand: GetRotationOverrideCommand_1.GetRotationOverrideCommand,
64
- ListContactChannelsCommand: ListContactChannelsCommand_1.ListContactChannelsCommand,
65
- ListContactsCommand: ListContactsCommand_1.ListContactsCommand,
66
- ListEngagementsCommand: ListEngagementsCommand_1.ListEngagementsCommand,
67
- ListPageReceiptsCommand: ListPageReceiptsCommand_1.ListPageReceiptsCommand,
68
- ListPageResolutionsCommand: ListPageResolutionsCommand_1.ListPageResolutionsCommand,
69
- ListPagesByContactCommand: ListPagesByContactCommand_1.ListPagesByContactCommand,
70
- ListPagesByEngagementCommand: ListPagesByEngagementCommand_1.ListPagesByEngagementCommand,
71
- ListPreviewRotationShiftsCommand: ListPreviewRotationShiftsCommand_1.ListPreviewRotationShiftsCommand,
72
- ListRotationOverridesCommand: ListRotationOverridesCommand_1.ListRotationOverridesCommand,
73
- ListRotationsCommand: ListRotationsCommand_1.ListRotationsCommand,
74
- ListRotationShiftsCommand: ListRotationShiftsCommand_1.ListRotationShiftsCommand,
75
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
76
- PutContactPolicyCommand: PutContactPolicyCommand_1.PutContactPolicyCommand,
77
- SendActivationCodeCommand: SendActivationCodeCommand_1.SendActivationCodeCommand,
78
- StartEngagementCommand: StartEngagementCommand_1.StartEngagementCommand,
79
- StopEngagementCommand: StopEngagementCommand_1.StopEngagementCommand,
80
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
81
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
82
- UpdateContactCommand: UpdateContactCommand_1.UpdateContactCommand,
83
- UpdateContactChannelCommand: UpdateContactChannelCommand_1.UpdateContactChannelCommand,
84
- UpdateRotationCommand: UpdateRotationCommand_1.UpdateRotationCommand,
85
- };
86
- class SSMContacts extends SSMContactsClient_1.SSMContactsClient {
87
- }
88
- exports.SSMContacts = SSMContacts;
89
- (0, smithy_client_1.createAggregatedClient)(commands, SSMContacts);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMContactsClient = 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_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
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 EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class SSMContactsClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.SSMContactsClient = SSMContactsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptPageCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AcceptPageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "AcceptPage", {})
22
- .n("SSMContactsClient", "AcceptPageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AcceptPageCommand)
25
- .de(Aws_json1_1_1.de_AcceptPageCommand)
26
- .build() {
27
- }
28
- exports.AcceptPageCommand = AcceptPageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivateContactChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ActivateContactChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "ActivateContactChannel", {})
22
- .n("SSMContactsClient", "ActivateContactChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ActivateContactChannelCommand)
25
- .de(Aws_json1_1_1.de_ActivateContactChannelCommand)
26
- .build() {
27
- }
28
- exports.ActivateContactChannelCommand = ActivateContactChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateContactChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateContactChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "CreateContactChannel", {})
22
- .n("SSMContactsClient", "CreateContactChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateContactChannelCommand)
25
- .de(Aws_json1_1_1.de_CreateContactChannelCommand)
26
- .build() {
27
- }
28
- exports.CreateContactChannelCommand = CreateContactChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateContactCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateContactCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "CreateContact", {})
22
- .n("SSMContactsClient", "CreateContactCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateContactCommand)
25
- .de(Aws_json1_1_1.de_CreateContactCommand)
26
- .build() {
27
- }
28
- exports.CreateContactCommand = CreateContactCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRotationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateRotationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "CreateRotation", {})
22
- .n("SSMContactsClient", "CreateRotationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRotationCommand)
25
- .de(Aws_json1_1_1.de_CreateRotationCommand)
26
- .build() {
27
- }
28
- exports.CreateRotationCommand = CreateRotationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRotationOverrideCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateRotationOverrideCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "CreateRotationOverride", {})
22
- .n("SSMContactsClient", "CreateRotationOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRotationOverrideCommand)
25
- .de(Aws_json1_1_1.de_CreateRotationOverrideCommand)
26
- .build() {
27
- }
28
- exports.CreateRotationOverrideCommand = CreateRotationOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeactivateContactChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeactivateContactChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DeactivateContactChannel", {})
22
- .n("SSMContactsClient", "DeactivateContactChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeactivateContactChannelCommand)
25
- .de(Aws_json1_1_1.de_DeactivateContactChannelCommand)
26
- .build() {
27
- }
28
- exports.DeactivateContactChannelCommand = DeactivateContactChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteContactChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteContactChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DeleteContactChannel", {})
22
- .n("SSMContactsClient", "DeleteContactChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteContactChannelCommand)
25
- .de(Aws_json1_1_1.de_DeleteContactChannelCommand)
26
- .build() {
27
- }
28
- exports.DeleteContactChannelCommand = DeleteContactChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteContactCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteContactCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DeleteContact", {})
22
- .n("SSMContactsClient", "DeleteContactCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteContactCommand)
25
- .de(Aws_json1_1_1.de_DeleteContactCommand)
26
- .build() {
27
- }
28
- exports.DeleteContactCommand = DeleteContactCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRotationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRotationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DeleteRotation", {})
22
- .n("SSMContactsClient", "DeleteRotationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRotationCommand)
25
- .de(Aws_json1_1_1.de_DeleteRotationCommand)
26
- .build() {
27
- }
28
- exports.DeleteRotationCommand = DeleteRotationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRotationOverrideCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRotationOverrideCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DeleteRotationOverride", {})
22
- .n("SSMContactsClient", "DeleteRotationOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRotationOverrideCommand)
25
- .de(Aws_json1_1_1.de_DeleteRotationOverrideCommand)
26
- .build() {
27
- }
28
- exports.DeleteRotationOverrideCommand = DeleteRotationOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEngagementCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeEngagementCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DescribeEngagement", {})
22
- .n("SSMContactsClient", "DescribeEngagementCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeEngagementCommand)
25
- .de(Aws_json1_1_1.de_DescribeEngagementCommand)
26
- .build() {
27
- }
28
- exports.DescribeEngagementCommand = DescribeEngagementCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePageCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribePageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "DescribePage", {})
22
- .n("SSMContactsClient", "DescribePageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribePageCommand)
25
- .de(Aws_json1_1_1.de_DescribePageCommand)
26
- .build() {
27
- }
28
- exports.DescribePageCommand = DescribePageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetContactChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetContactChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "GetContactChannel", {})
22
- .n("SSMContactsClient", "GetContactChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetContactChannelCommand)
25
- .de(Aws_json1_1_1.de_GetContactChannelCommand)
26
- .build() {
27
- }
28
- exports.GetContactChannelCommand = GetContactChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetContactCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetContactCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "GetContact", {})
22
- .n("SSMContactsClient", "GetContactCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetContactCommand)
25
- .de(Aws_json1_1_1.de_GetContactCommand)
26
- .build() {
27
- }
28
- exports.GetContactCommand = GetContactCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetContactPolicyCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetContactPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SSMContacts", "GetContactPolicy", {})
22
- .n("SSMContactsClient", "GetContactPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetContactPolicyCommand)
25
- .de(Aws_json1_1_1.de_GetContactPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetContactPolicyCommand = GetContactPolicyCommand;
1
+ module.exports = require("../index.js");