@aws-sdk/client-ssm-incidents 3.477.0 → 3.481.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/commands/BatchGetIncidentFindingsCommand.js +18 -41
- package/dist-cjs/commands/CreateReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/CreateResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/CreateTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/GetIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/GetReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
- package/dist-cjs/commands/GetResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/GetTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/ListIncidentFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +18 -41
- package/dist-cjs/commands/ListRelatedItemsCommand.js +18 -41
- package/dist-cjs/commands/ListReplicationSetsCommand.js +18 -41
- package/dist-cjs/commands/ListResponsePlansCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTimelineEventsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/StartIncidentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +18 -41
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIncidentFindingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIncidentRecordsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRelatedItemsPaginator.js +2 -24
- package/dist-cjs/pagination/ListReplicationSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResponsePlansPaginator.js +2 -24
- package/dist-cjs/pagination/ListTimelineEventsPaginator.js +2 -24
- package/dist-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
- package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
- package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
- package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
- package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
- package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
- package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
- package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
- package/dist-es/commands/GetReplicationSetCommand.js +18 -41
- package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
- package/dist-es/commands/GetResponsePlanCommand.js +18 -41
- package/dist-es/commands/GetTimelineEventCommand.js +18 -41
- package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
- package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
- package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
- package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
- package/dist-es/commands/ListResponsePlansCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/StartIncidentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
- package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
- package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
- package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
- package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListIncidentFindingsPaginator.js +2 -23
- package/dist-es/pagination/ListIncidentRecordsPaginator.js +2 -23
- package/dist-es/pagination/ListRelatedItemsPaginator.js +2 -23
- package/dist-es/pagination/ListReplicationSetsPaginator.js +2 -23
- package/dist-es/pagination/ListResponsePlansPaginator.js +2 -23
- package/dist-es/pagination/ListTimelineEventsPaginator.js +2 -23
- package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
- package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIncidentFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResponsePlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIncidentFindingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchGetIncidentFindingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "BatchGetIncidentFindingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "BatchGetIncidentFindings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_BatchGetIncidentFindingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_BatchGetIncidentFindingsCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.BatchGetIncidentFindingsCommand = BatchGetIncidentFindingsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateReplicationSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "CreateReplicationSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "CreateReplicationSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateReplicationSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateReplicationSetCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateReplicationSetCommand = CreateReplicationSetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateResponsePlanCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "CreateResponsePlanCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "CreateResponsePlan",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateResponsePlanCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateResponsePlanCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateResponsePlanCommand = CreateResponsePlanCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateTimelineEventCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "CreateTimelineEventCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "CreateTimelineEvent",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateTimelineEventCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateTimelineEventCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateTimelineEventCommand = CreateTimelineEventCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteIncidentRecordCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "DeleteIncidentRecordCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "DeleteIncidentRecord",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteIncidentRecordCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteIncidentRecordCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteIncidentRecordCommand = DeleteIncidentRecordCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteReplicationSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "DeleteReplicationSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "DeleteReplicationSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteReplicationSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteReplicationSetCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteReplicationSetCommand = DeleteReplicationSetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "DeleteResourcePolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "DeleteResourcePolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteResourcePolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteResourcePolicyCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteResponsePlanCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "DeleteResponsePlanCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "DeleteResponsePlan",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteResponsePlanCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteResponsePlanCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteResponsePlanCommand = DeleteResponsePlanCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteTimelineEventCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SSMIncidentsClient";
|
|
29
|
-
const commandName = "DeleteTimelineEventCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SSMIncidents",
|
|
38
|
-
operation: "DeleteTimelineEvent",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteTimelineEventCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteTimelineEventCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteTimelineEventCommand = DeleteTimelineEventCommand;
|