@aws-sdk/client-ssm-incidents 3.489.0 → 3.495.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 (55) hide show
  1. package/dist-cjs/SSMIncidents.js +1 -73
  2. package/dist-cjs/SSMIncidentsClient.js +1 -43
  3. package/dist-cjs/commands/BatchGetIncidentFindingsCommand.js +1 -28
  4. package/dist-cjs/commands/CreateReplicationSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateResponsePlanCommand.js +1 -28
  6. package/dist-cjs/commands/CreateTimelineEventCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteReplicationSetCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteResponsePlanCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteTimelineEventCommand.js +1 -28
  12. package/dist-cjs/commands/GetIncidentRecordCommand.js +1 -28
  13. package/dist-cjs/commands/GetReplicationSetCommand.js +1 -28
  14. package/dist-cjs/commands/GetResourcePoliciesCommand.js +1 -28
  15. package/dist-cjs/commands/GetResponsePlanCommand.js +1 -28
  16. package/dist-cjs/commands/GetTimelineEventCommand.js +1 -28
  17. package/dist-cjs/commands/ListIncidentFindingsCommand.js +1 -28
  18. package/dist-cjs/commands/ListIncidentRecordsCommand.js +1 -28
  19. package/dist-cjs/commands/ListRelatedItemsCommand.js +1 -28
  20. package/dist-cjs/commands/ListReplicationSetsCommand.js +1 -28
  21. package/dist-cjs/commands/ListResponsePlansCommand.js +1 -28
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  23. package/dist-cjs/commands/ListTimelineEventsCommand.js +1 -28
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  25. package/dist-cjs/commands/StartIncidentCommand.js +1 -28
  26. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +1 -28
  29. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateReplicationSetCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateResponsePlanCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateTimelineEventCommand.js +1 -28
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +3539 -12
  38. package/dist-cjs/models/SSMIncidentsServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -285
  41. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -7
  42. package/dist-cjs/pagination/Interfaces.js +1 -2
  43. package/dist-cjs/pagination/ListIncidentFindingsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListIncidentRecordsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListRelatedItemsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListReplicationSetsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListResponsePlansPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListTimelineEventsPaginator.js +1 -7
  49. package/dist-cjs/pagination/index.js +1 -11
  50. package/dist-cjs/protocols/Aws_restJson1.js +1 -2250
  51. package/dist-cjs/runtimeExtensions.js +1 -22
  52. package/dist-cjs/waiters/index.js +1 -5
  53. package/dist-cjs/waiters/waitForWaitForReplicationSetActive.js +1 -63
  54. package/dist-cjs/waiters/waitForWaitForReplicationSetDeleted.js +1 -48
  55. package/package.json +41 -41
@@ -1,73 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMIncidents = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchGetIncidentFindingsCommand_1 = require("./commands/BatchGetIncidentFindingsCommand");
6
- const CreateReplicationSetCommand_1 = require("./commands/CreateReplicationSetCommand");
7
- const CreateResponsePlanCommand_1 = require("./commands/CreateResponsePlanCommand");
8
- const CreateTimelineEventCommand_1 = require("./commands/CreateTimelineEventCommand");
9
- const DeleteIncidentRecordCommand_1 = require("./commands/DeleteIncidentRecordCommand");
10
- const DeleteReplicationSetCommand_1 = require("./commands/DeleteReplicationSetCommand");
11
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
12
- const DeleteResponsePlanCommand_1 = require("./commands/DeleteResponsePlanCommand");
13
- const DeleteTimelineEventCommand_1 = require("./commands/DeleteTimelineEventCommand");
14
- const GetIncidentRecordCommand_1 = require("./commands/GetIncidentRecordCommand");
15
- const GetReplicationSetCommand_1 = require("./commands/GetReplicationSetCommand");
16
- const GetResourcePoliciesCommand_1 = require("./commands/GetResourcePoliciesCommand");
17
- const GetResponsePlanCommand_1 = require("./commands/GetResponsePlanCommand");
18
- const GetTimelineEventCommand_1 = require("./commands/GetTimelineEventCommand");
19
- const ListIncidentFindingsCommand_1 = require("./commands/ListIncidentFindingsCommand");
20
- const ListIncidentRecordsCommand_1 = require("./commands/ListIncidentRecordsCommand");
21
- const ListRelatedItemsCommand_1 = require("./commands/ListRelatedItemsCommand");
22
- const ListReplicationSetsCommand_1 = require("./commands/ListReplicationSetsCommand");
23
- const ListResponsePlansCommand_1 = require("./commands/ListResponsePlansCommand");
24
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
25
- const ListTimelineEventsCommand_1 = require("./commands/ListTimelineEventsCommand");
26
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
27
- const StartIncidentCommand_1 = require("./commands/StartIncidentCommand");
28
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
29
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
30
- const UpdateDeletionProtectionCommand_1 = require("./commands/UpdateDeletionProtectionCommand");
31
- const UpdateIncidentRecordCommand_1 = require("./commands/UpdateIncidentRecordCommand");
32
- const UpdateRelatedItemsCommand_1 = require("./commands/UpdateRelatedItemsCommand");
33
- const UpdateReplicationSetCommand_1 = require("./commands/UpdateReplicationSetCommand");
34
- const UpdateResponsePlanCommand_1 = require("./commands/UpdateResponsePlanCommand");
35
- const UpdateTimelineEventCommand_1 = require("./commands/UpdateTimelineEventCommand");
36
- const SSMIncidentsClient_1 = require("./SSMIncidentsClient");
37
- const commands = {
38
- BatchGetIncidentFindingsCommand: BatchGetIncidentFindingsCommand_1.BatchGetIncidentFindingsCommand,
39
- CreateReplicationSetCommand: CreateReplicationSetCommand_1.CreateReplicationSetCommand,
40
- CreateResponsePlanCommand: CreateResponsePlanCommand_1.CreateResponsePlanCommand,
41
- CreateTimelineEventCommand: CreateTimelineEventCommand_1.CreateTimelineEventCommand,
42
- DeleteIncidentRecordCommand: DeleteIncidentRecordCommand_1.DeleteIncidentRecordCommand,
43
- DeleteReplicationSetCommand: DeleteReplicationSetCommand_1.DeleteReplicationSetCommand,
44
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
45
- DeleteResponsePlanCommand: DeleteResponsePlanCommand_1.DeleteResponsePlanCommand,
46
- DeleteTimelineEventCommand: DeleteTimelineEventCommand_1.DeleteTimelineEventCommand,
47
- GetIncidentRecordCommand: GetIncidentRecordCommand_1.GetIncidentRecordCommand,
48
- GetReplicationSetCommand: GetReplicationSetCommand_1.GetReplicationSetCommand,
49
- GetResourcePoliciesCommand: GetResourcePoliciesCommand_1.GetResourcePoliciesCommand,
50
- GetResponsePlanCommand: GetResponsePlanCommand_1.GetResponsePlanCommand,
51
- GetTimelineEventCommand: GetTimelineEventCommand_1.GetTimelineEventCommand,
52
- ListIncidentFindingsCommand: ListIncidentFindingsCommand_1.ListIncidentFindingsCommand,
53
- ListIncidentRecordsCommand: ListIncidentRecordsCommand_1.ListIncidentRecordsCommand,
54
- ListRelatedItemsCommand: ListRelatedItemsCommand_1.ListRelatedItemsCommand,
55
- ListReplicationSetsCommand: ListReplicationSetsCommand_1.ListReplicationSetsCommand,
56
- ListResponsePlansCommand: ListResponsePlansCommand_1.ListResponsePlansCommand,
57
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
58
- ListTimelineEventsCommand: ListTimelineEventsCommand_1.ListTimelineEventsCommand,
59
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
60
- StartIncidentCommand: StartIncidentCommand_1.StartIncidentCommand,
61
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
62
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
63
- UpdateDeletionProtectionCommand: UpdateDeletionProtectionCommand_1.UpdateDeletionProtectionCommand,
64
- UpdateIncidentRecordCommand: UpdateIncidentRecordCommand_1.UpdateIncidentRecordCommand,
65
- UpdateRelatedItemsCommand: UpdateRelatedItemsCommand_1.UpdateRelatedItemsCommand,
66
- UpdateReplicationSetCommand: UpdateReplicationSetCommand_1.UpdateReplicationSetCommand,
67
- UpdateResponsePlanCommand: UpdateResponsePlanCommand_1.UpdateResponsePlanCommand,
68
- UpdateTimelineEventCommand: UpdateTimelineEventCommand_1.UpdateTimelineEventCommand,
69
- };
70
- class SSMIncidents extends SSMIncidentsClient_1.SSMIncidentsClient {
71
- }
72
- exports.SSMIncidents = SSMIncidents;
73
- (0, smithy_client_1.createAggregatedClient)(commands, SSMIncidents);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMIncidentsClient = 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 SSMIncidentsClient 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.SSMIncidentsClient = SSMIncidentsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetIncidentFindingsCommand = 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 BatchGetIncidentFindingsCommand 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("SSMIncidents", "BatchGetIncidentFindings", {})
22
- .n("SSMIncidentsClient", "BatchGetIncidentFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetIncidentFindingsCommand)
25
- .de(Aws_restJson1_1.de_BatchGetIncidentFindingsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetIncidentFindingsCommand = BatchGetIncidentFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReplicationSetCommand = 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 CreateReplicationSetCommand 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("SSMIncidents", "CreateReplicationSet", {})
22
- .n("SSMIncidentsClient", "CreateReplicationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateReplicationSetCommand)
25
- .de(Aws_restJson1_1.de_CreateReplicationSetCommand)
26
- .build() {
27
- }
28
- exports.CreateReplicationSetCommand = CreateReplicationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateResponsePlanCommand = 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 CreateResponsePlanCommand 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("SSMIncidents", "CreateResponsePlan", {})
22
- .n("SSMIncidentsClient", "CreateResponsePlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateResponsePlanCommand)
25
- .de(Aws_restJson1_1.de_CreateResponsePlanCommand)
26
- .build() {
27
- }
28
- exports.CreateResponsePlanCommand = CreateResponsePlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTimelineEventCommand = 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 CreateTimelineEventCommand 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("SSMIncidents", "CreateTimelineEvent", {})
22
- .n("SSMIncidentsClient", "CreateTimelineEventCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateTimelineEventCommand)
25
- .de(Aws_restJson1_1.de_CreateTimelineEventCommand)
26
- .build() {
27
- }
28
- exports.CreateTimelineEventCommand = CreateTimelineEventCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIncidentRecordCommand = 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 DeleteIncidentRecordCommand 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("SSMIncidents", "DeleteIncidentRecord", {})
22
- .n("SSMIncidentsClient", "DeleteIncidentRecordCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteIncidentRecordCommand)
25
- .de(Aws_restJson1_1.de_DeleteIncidentRecordCommand)
26
- .build() {
27
- }
28
- exports.DeleteIncidentRecordCommand = DeleteIncidentRecordCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReplicationSetCommand = 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 DeleteReplicationSetCommand 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("SSMIncidents", "DeleteReplicationSet", {})
22
- .n("SSMIncidentsClient", "DeleteReplicationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteReplicationSetCommand)
25
- .de(Aws_restJson1_1.de_DeleteReplicationSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteReplicationSetCommand = DeleteReplicationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = 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 DeleteResourcePolicyCommand 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("SSMIncidents", "DeleteResourcePolicy", {})
22
- .n("SSMIncidentsClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResponsePlanCommand = 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 DeleteResponsePlanCommand 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("SSMIncidents", "DeleteResponsePlan", {})
22
- .n("SSMIncidentsClient", "DeleteResponsePlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteResponsePlanCommand)
25
- .de(Aws_restJson1_1.de_DeleteResponsePlanCommand)
26
- .build() {
27
- }
28
- exports.DeleteResponsePlanCommand = DeleteResponsePlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTimelineEventCommand = 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 DeleteTimelineEventCommand 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("SSMIncidents", "DeleteTimelineEvent", {})
22
- .n("SSMIncidentsClient", "DeleteTimelineEventCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteTimelineEventCommand)
25
- .de(Aws_restJson1_1.de_DeleteTimelineEventCommand)
26
- .build() {
27
- }
28
- exports.DeleteTimelineEventCommand = DeleteTimelineEventCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIncidentRecordCommand = 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 GetIncidentRecordCommand 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("SSMIncidents", "GetIncidentRecord", {})
22
- .n("SSMIncidentsClient", "GetIncidentRecordCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetIncidentRecordCommand)
25
- .de(Aws_restJson1_1.de_GetIncidentRecordCommand)
26
- .build() {
27
- }
28
- exports.GetIncidentRecordCommand = GetIncidentRecordCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReplicationSetCommand = 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 GetReplicationSetCommand 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("SSMIncidents", "GetReplicationSet", {})
22
- .n("SSMIncidentsClient", "GetReplicationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetReplicationSetCommand)
25
- .de(Aws_restJson1_1.de_GetReplicationSetCommand)
26
- .build() {
27
- }
28
- exports.GetReplicationSetCommand = GetReplicationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePoliciesCommand = 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 GetResourcePoliciesCommand 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("SSMIncidents", "GetResourcePolicies", {})
22
- .n("SSMIncidentsClient", "GetResourcePoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResourcePoliciesCommand)
25
- .de(Aws_restJson1_1.de_GetResourcePoliciesCommand)
26
- .build() {
27
- }
28
- exports.GetResourcePoliciesCommand = GetResourcePoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResponsePlanCommand = 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 GetResponsePlanCommand 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("SSMIncidents", "GetResponsePlan", {})
22
- .n("SSMIncidentsClient", "GetResponsePlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResponsePlanCommand)
25
- .de(Aws_restJson1_1.de_GetResponsePlanCommand)
26
- .build() {
27
- }
28
- exports.GetResponsePlanCommand = GetResponsePlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTimelineEventCommand = 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 GetTimelineEventCommand 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("SSMIncidents", "GetTimelineEvent", {})
22
- .n("SSMIncidentsClient", "GetTimelineEventCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTimelineEventCommand)
25
- .de(Aws_restJson1_1.de_GetTimelineEventCommand)
26
- .build() {
27
- }
28
- exports.GetTimelineEventCommand = GetTimelineEventCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIncidentFindingsCommand = 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 ListIncidentFindingsCommand 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("SSMIncidents", "ListIncidentFindings", {})
22
- .n("SSMIncidentsClient", "ListIncidentFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIncidentFindingsCommand)
25
- .de(Aws_restJson1_1.de_ListIncidentFindingsCommand)
26
- .build() {
27
- }
28
- exports.ListIncidentFindingsCommand = ListIncidentFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIncidentRecordsCommand = 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 ListIncidentRecordsCommand 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("SSMIncidents", "ListIncidentRecords", {})
22
- .n("SSMIncidentsClient", "ListIncidentRecordsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIncidentRecordsCommand)
25
- .de(Aws_restJson1_1.de_ListIncidentRecordsCommand)
26
- .build() {
27
- }
28
- exports.ListIncidentRecordsCommand = ListIncidentRecordsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRelatedItemsCommand = 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 ListRelatedItemsCommand 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("SSMIncidents", "ListRelatedItems", {})
22
- .n("SSMIncidentsClient", "ListRelatedItemsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRelatedItemsCommand)
25
- .de(Aws_restJson1_1.de_ListRelatedItemsCommand)
26
- .build() {
27
- }
28
- exports.ListRelatedItemsCommand = ListRelatedItemsCommand;
1
+ module.exports = require("../index.js");