@aws-sdk/client-ssm-incidents 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetIncidentFindingsCommand.js +2 -14
- package/dist-es/commands/CreateReplicationSetCommand.js +2 -14
- package/dist-es/commands/CreateResponsePlanCommand.js +2 -14
- package/dist-es/commands/CreateTimelineEventCommand.js +2 -14
- package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -14
- package/dist-es/commands/DeleteReplicationSetCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteResponsePlanCommand.js +2 -14
- package/dist-es/commands/DeleteTimelineEventCommand.js +2 -14
- package/dist-es/commands/GetIncidentRecordCommand.js +2 -14
- package/dist-es/commands/GetReplicationSetCommand.js +2 -14
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/GetResponsePlanCommand.js +2 -14
- package/dist-es/commands/GetTimelineEventCommand.js +2 -14
- package/dist-es/commands/ListIncidentFindingsCommand.js +2 -14
- package/dist-es/commands/ListIncidentRecordsCommand.js +2 -14
- package/dist-es/commands/ListRelatedItemsCommand.js +2 -14
- package/dist-es/commands/ListReplicationSetsCommand.js +2 -14
- package/dist-es/commands/ListResponsePlansCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTimelineEventsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/StartIncidentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -14
- package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationSetCommand.js +2 -14
- package/dist-es/commands/UpdateResponsePlanCommand.js +2 -14
- package/dist-es/commands/UpdateTimelineEventCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +3 -8
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +3 -8
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +3 -8
- package/dist-types/commands/GetReplicationSetCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetResponsePlanCommand.d.ts +3 -8
- package/dist-types/commands/GetTimelineEventCommand.d.ts +3 -8
- package/dist-types/commands/ListIncidentFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListResponsePlansCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartIncidentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetReplicationSetInput,
|
|
5
4
|
GetReplicationSetOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetReplicationSetCommandInput extends GetReplicationSetInput {}
|
|
15
8
|
export interface GetReplicationSetCommandOutput
|
|
16
9
|
extends GetReplicationSetOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetReplicationSetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetReplicationSetCommandInput,
|
|
23
16
|
GetReplicationSetCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetReplicationSetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetReplicationSetCommandInput,
|
|
32
25
|
GetReplicationSetCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetResourcePoliciesInput,
|
|
5
4
|
GetResourcePoliciesOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResourcePoliciesCommandInput
|
|
15
8
|
extends GetResourcePoliciesInput {}
|
|
16
9
|
export interface GetResourcePoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourcePoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourcePoliciesCommandInput,
|
|
24
17
|
GetResourcePoliciesCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetResourcePoliciesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourcePoliciesCommandInput,
|
|
33
26
|
GetResourcePoliciesCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetResponsePlanInput,
|
|
5
4
|
GetResponsePlanOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResponsePlanCommandInput extends GetResponsePlanInput {}
|
|
15
8
|
export interface GetResponsePlanCommandOutput
|
|
16
9
|
extends GetResponsePlanOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetResponsePlanCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetResponsePlanCommandInput,
|
|
23
16
|
GetResponsePlanCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetResponsePlanCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetResponsePlanCommandInput,
|
|
32
25
|
GetResponsePlanCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTimelineEventInput,
|
|
5
4
|
GetTimelineEventOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTimelineEventCommandInput extends GetTimelineEventInput {}
|
|
15
8
|
export interface GetTimelineEventCommandOutput
|
|
16
9
|
extends GetTimelineEventOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetTimelineEventCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetTimelineEventCommandInput,
|
|
23
16
|
GetTimelineEventCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetTimelineEventCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetTimelineEventCommandInput,
|
|
32
25
|
GetTimelineEventCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListIncidentFindingsInput,
|
|
5
4
|
ListIncidentFindingsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListIncidentFindingsCommandInput
|
|
15
8
|
extends ListIncidentFindingsInput {}
|
|
16
9
|
export interface ListIncidentFindingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListIncidentFindingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListIncidentFindingsCommandInput,
|
|
24
17
|
ListIncidentFindingsCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListIncidentFindingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListIncidentFindingsCommandInput,
|
|
33
26
|
ListIncidentFindingsCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListIncidentRecordsInput,
|
|
5
4
|
ListIncidentRecordsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListIncidentRecordsCommandInput
|
|
15
8
|
extends ListIncidentRecordsInput {}
|
|
16
9
|
export interface ListIncidentRecordsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListIncidentRecordsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListIncidentRecordsCommandInput,
|
|
24
17
|
ListIncidentRecordsCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListIncidentRecordsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListIncidentRecordsCommandInput,
|
|
33
26
|
ListIncidentRecordsCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListRelatedItemsInput,
|
|
5
4
|
ListRelatedItemsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {}
|
|
15
8
|
export interface ListRelatedItemsCommandOutput
|
|
16
9
|
extends ListRelatedItemsOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListRelatedItemsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListRelatedItemsCommandInput,
|
|
23
16
|
ListRelatedItemsCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListRelatedItemsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListRelatedItemsCommandInput,
|
|
32
25
|
ListRelatedItemsCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListReplicationSetsInput,
|
|
5
4
|
ListReplicationSetsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListReplicationSetsCommandInput
|
|
15
8
|
extends ListReplicationSetsInput {}
|
|
16
9
|
export interface ListReplicationSetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListReplicationSetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListReplicationSetsCommandInput,
|
|
24
17
|
ListReplicationSetsCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListReplicationSetsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListReplicationSetsCommandInput,
|
|
33
26
|
ListReplicationSetsCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListResponsePlansInput,
|
|
5
4
|
ListResponsePlansOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListResponsePlansCommandInput extends ListResponsePlansInput {}
|
|
15
8
|
export interface ListResponsePlansCommandOutput
|
|
16
9
|
extends ListResponsePlansOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListResponsePlansCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListResponsePlansCommandInput,
|
|
23
16
|
ListResponsePlansCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListResponsePlansCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListResponsePlansCommandInput,
|
|
32
25
|
ListResponsePlansCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListResponsePlansCommand extends ListResponsePlansCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTimelineEventsInput,
|
|
5
4
|
ListTimelineEventsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTimelineEventsCommandInput
|
|
15
8
|
extends ListTimelineEventsInput {}
|
|
16
9
|
export interface ListTimelineEventsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTimelineEventsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTimelineEventsCommandInput,
|
|
24
17
|
ListTimelineEventsCommandOutput,
|
|
25
|
-
SSMIncidentsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTimelineEventsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTimelineEventsCommandInput,
|
|
33
26
|
ListTimelineEventsCommandOutput,
|
|
34
|
-
SSMIncidentsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutResourcePolicyInput,
|
|
5
4
|
PutResourcePolicyOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSMIncidentsClientResolvedConfig,
|
|
11
|
-
} from "../SSMIncidentsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
|
|
15
8
|
export interface PutResourcePolicyCommandOutput
|
|
16
9
|
extends PutResourcePolicyOutput,
|
|
@@ -21,22 +14,20 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutResourcePolicyCommandInput,
|
|
23
16
|
PutResourcePolicyCommandOutput,
|
|
24
|
-
SSMIncidentsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutResourcePolicyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutResourcePolicyCommandInput,
|
|
32
25
|
PutResourcePolicyCommandOutput,
|
|
33
|
-
SSMIncidentsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SSMIncidentsClientResolvedConfig,
|
|
8
|
-
} from "../SSMIncidentsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartIncidentCommandInput extends StartIncidentInput {}
|
|
12
5
|
export interface StartIncidentCommandOutput
|
|
13
6
|
extends StartIncidentOutput,
|
|
@@ -18,22 +11,20 @@ declare const StartIncidentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartIncidentCommandInput,
|
|
20
13
|
StartIncidentCommandOutput,
|
|
21
|
-
SSMIncidentsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StartIncidentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartIncidentCommandInput,
|
|
29
22
|
StartIncidentCommandOutput,
|
|
30
|
-
SSMIncidentsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartIncidentCommand extends StartIncidentCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SSMIncidentsClientResolvedConfig,
|
|
8
|
-
} from "../SSMIncidentsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
SSMIncidentsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
SSMIncidentsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SSMIncidentsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|