@aws-sdk/client-ssm-incidents 3.296.0 → 3.298.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/CreateReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/GetReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -3
- package/dist-cjs/commands/GetResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/GetTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -3
- package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -3
- package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -3
- package/dist-cjs/commands/ListResponsePlansCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/StartIncidentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -3
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -482
- package/dist-es/commands/CreateReplicationSetCommand.js +2 -3
- package/dist-es/commands/CreateResponsePlanCommand.js +2 -3
- package/dist-es/commands/CreateTimelineEventCommand.js +2 -3
- package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -3
- package/dist-es/commands/DeleteReplicationSetCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteResponsePlanCommand.js +2 -3
- package/dist-es/commands/DeleteTimelineEventCommand.js +2 -3
- package/dist-es/commands/GetIncidentRecordCommand.js +2 -3
- package/dist-es/commands/GetReplicationSetCommand.js +2 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -3
- package/dist-es/commands/GetResponsePlanCommand.js +2 -3
- package/dist-es/commands/GetTimelineEventCommand.js +2 -3
- package/dist-es/commands/ListIncidentRecordsCommand.js +2 -3
- package/dist-es/commands/ListRelatedItemsCommand.js +2 -3
- package/dist-es/commands/ListReplicationSetsCommand.js +2 -3
- package/dist-es/commands/ListResponsePlansCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTimelineEventsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/StartIncidentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -3
- package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -3
- package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -3
- package/dist-es/commands/UpdateReplicationSetCommand.js +2 -3
- package/dist-es/commands/UpdateResponsePlanCommand.js +2 -3
- package/dist-es/commands/UpdateTimelineEventCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -387
- package/dist-types/SSMIncidents.d.ts +30 -0
- package/dist-types/SSMIncidentsClient.d.ts +24 -4
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
- package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +281 -368
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -258
- package/package.json +4 -3
|
@@ -37,15 +37,24 @@ import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } f
|
|
|
37
37
|
import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
|
|
38
38
|
import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
|
|
39
39
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
40
43
|
export type ServiceInputTypes = CreateReplicationSetCommandInput | CreateResponsePlanCommandInput | CreateTimelineEventCommandInput | DeleteIncidentRecordCommandInput | DeleteReplicationSetCommandInput | DeleteResourcePolicyCommandInput | DeleteResponsePlanCommandInput | DeleteTimelineEventCommandInput | GetIncidentRecordCommandInput | GetReplicationSetCommandInput | GetResourcePoliciesCommandInput | GetResponsePlanCommandInput | GetTimelineEventCommandInput | ListIncidentRecordsCommandInput | ListRelatedItemsCommandInput | ListReplicationSetsCommandInput | ListResponsePlansCommandInput | ListTagsForResourceCommandInput | ListTimelineEventsCommandInput | PutResourcePolicyCommandInput | StartIncidentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeletionProtectionCommandInput | UpdateIncidentRecordCommandInput | UpdateRelatedItemsCommandInput | UpdateReplicationSetCommandInput | UpdateResponsePlanCommandInput | UpdateTimelineEventCommandInput;
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
41
47
|
export type ServiceOutputTypes = CreateReplicationSetCommandOutput | CreateResponsePlanCommandOutput | CreateTimelineEventCommandOutput | DeleteIncidentRecordCommandOutput | DeleteReplicationSetCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResponsePlanCommandOutput | DeleteTimelineEventCommandOutput | GetIncidentRecordCommandOutput | GetReplicationSetCommandOutput | GetResourcePoliciesCommandOutput | GetResponsePlanCommandOutput | GetTimelineEventCommandOutput | ListIncidentRecordsCommandOutput | ListRelatedItemsCommandOutput | ListReplicationSetsCommandOutput | ListResponsePlansCommandOutput | ListTagsForResourceCommandOutput | ListTimelineEventsCommandOutput | PutResourcePolicyCommandOutput | StartIncidentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeletionProtectionCommandOutput | UpdateIncidentRecordCommandOutput | UpdateRelatedItemsCommandOutput | UpdateReplicationSetCommandOutput | UpdateResponsePlanCommandOutput | UpdateTimelineEventCommandOutput;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
42
51
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
43
52
|
/**
|
|
44
53
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
45
54
|
*/
|
|
46
55
|
requestHandler?: __HttpHandler;
|
|
47
56
|
/**
|
|
48
|
-
* A constructor for a class implementing the {@link
|
|
57
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
49
58
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
50
59
|
* @internal
|
|
51
60
|
*/
|
|
@@ -135,23 +144,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
135
144
|
*/
|
|
136
145
|
logger?: __Logger;
|
|
137
146
|
/**
|
|
138
|
-
* The {@link
|
|
147
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
139
148
|
*/
|
|
140
149
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
141
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
142
154
|
type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
143
155
|
/**
|
|
144
|
-
*
|
|
156
|
+
* @public
|
|
157
|
+
*
|
|
158
|
+
* The configuration interface of SSMIncidentsClient class constructor that set the region, credentials and other options.
|
|
145
159
|
*/
|
|
146
160
|
export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType {
|
|
147
161
|
}
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
148
165
|
type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
149
166
|
/**
|
|
150
|
-
*
|
|
167
|
+
* @public
|
|
168
|
+
*
|
|
169
|
+
* The resolved configuration interface of SSMIncidentsClient class. This is resolved and normalized from the {@link SSMIncidentsClientConfig | constructor configuration interface}.
|
|
151
170
|
*/
|
|
152
171
|
export interface SSMIncidentsClientResolvedConfig extends SSMIncidentsClientResolvedConfigType {
|
|
153
172
|
}
|
|
154
173
|
/**
|
|
174
|
+
* @public
|
|
155
175
|
* <p>Systems Manager Incident Manager is an incident management console designed to help users
|
|
156
176
|
* mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
|
|
157
177
|
* incident is any unplanned interruption or reduction in quality of services. </p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateReplicationSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateReplicationSetCommandInput extends CreateReplicationSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateReplicationSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateReplicationSetCommandOutput extends CreateReplicationSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>A replication set replicates and encrypts your data to the provided Regions with the
|
|
18
23
|
* provided KMS key. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateReplicationSetCommandOutput extends CreateReplicationSetO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateReplicationSetCommandInput - {@link CreateReplicationSetCommandInput}
|
|
35
|
+
* @returns {@link CreateReplicationSetCommandOutput}
|
|
29
36
|
* @see {@link CreateReplicationSetCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateReplicationSetCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateReplicationSetCommandOutput extends CreateReplicationSetO
|
|
|
55
62
|
export declare class CreateReplicationSetCommand extends $Command<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateReplicationSetCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateReplicationSetCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateResponsePlanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateResponsePlanCommandInput extends CreateResponsePlanInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateResponsePlanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a response plan that automates the initial response to incidents. A response
|
|
18
23
|
* plan engages contacts, starts chat channel collaboration, and initiates runbooks at the
|
|
19
24
|
* beginning of an incident.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateResponsePlanCommandInput - {@link CreateResponsePlanCommandInput}
|
|
36
|
+
* @returns {@link CreateResponsePlanCommandOutput}
|
|
30
37
|
* @see {@link CreateResponsePlanCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateResponsePlanCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
|
|
|
56
63
|
export declare class CreateResponsePlanCommand extends $Command<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateResponsePlanCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateResponsePlanCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTimelineEventCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTimelineEventCommandInput extends CreateTimelineEventInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTimelineEventCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a custom timeline event on the incident details page of an incident record.
|
|
18
23
|
* Timeline events are automatically created by Incident Manager, marking key moment during an
|
|
19
24
|
* incident. You can create custom timeline events to mark important events that are
|
|
@@ -28,6 +33,8 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateTimelineEventCommandInput - {@link CreateTimelineEventCommandInput}
|
|
37
|
+
* @returns {@link CreateTimelineEventCommandOutput}
|
|
31
38
|
* @see {@link CreateTimelineEventCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateTimelineEventCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
|
|
|
57
64
|
export declare class CreateTimelineEventCommand extends $Command<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateTimelineEventCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateTimelineEventCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteIncidentRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteIncidentRecordCommandInput extends DeleteIncidentRecordInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteIncidentRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete an incident record from Incident Manager. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteIncidentRecordCommandInput - {@link DeleteIncidentRecordCommandInput}
|
|
34
|
+
* @returns {@link DeleteIncidentRecordCommandOutput}
|
|
28
35
|
* @see {@link DeleteIncidentRecordCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteIncidentRecordCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
|
|
|
48
55
|
export declare class DeleteIncidentRecordCommand extends $Command<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
49
56
|
readonly input: DeleteIncidentRecordCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DeleteIncidentRecordCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteReplicationSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteReplicationSetCommandInput extends DeleteReplicationSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteReplicationSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
|
|
18
23
|
* Incident Manager data.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteReplicationSetCommandInput - {@link DeleteReplicationSetCommandInput}
|
|
35
|
+
* @returns {@link DeleteReplicationSetCommandOutput}
|
|
29
36
|
* @see {@link DeleteReplicationSetCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteReplicationSetCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
|
|
|
52
59
|
export declare class DeleteReplicationSetCommand extends $Command<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteReplicationSetCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteReplicationSetCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResourcePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResourcePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
|
|
18
23
|
* resource.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
35
|
+
* @returns {@link DeleteResourcePolicyCommandOutput}
|
|
29
36
|
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
|
|
|
52
59
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResponsePlanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResponsePlanCommandInput extends DeleteResponsePlanInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResponsePlanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this
|
|
18
23
|
* response plan.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteResponsePlanCommandInput - {@link DeleteResponsePlanCommandInput}
|
|
35
|
+
* @returns {@link DeleteResponsePlanCommandOutput}
|
|
29
36
|
* @see {@link DeleteResponsePlanCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteResponsePlanCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
|
|
|
49
56
|
export declare class DeleteResponsePlanCommand extends $Command<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteResponsePlanCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteResponsePlanCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTimelineEventCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTimelineEventCommandInput extends DeleteTimelineEventInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTimelineEventCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a timeline event from an incident.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteTimelineEventCommandInput - {@link DeleteTimelineEventCommandInput}
|
|
34
|
+
* @returns {@link DeleteTimelineEventCommandOutput}
|
|
28
35
|
* @see {@link DeleteTimelineEventCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteTimelineEventCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
|
|
|
48
55
|
export declare class DeleteTimelineEventCommand extends $Command<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
49
56
|
readonly input: DeleteTimelineEventCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DeleteTimelineEventCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetIncidentRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetIncidentRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the details for the specified incident record.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetIncidentRecordCommandInput - {@link GetIncidentRecordCommandInput}
|
|
34
|
+
* @returns {@link GetIncidentRecordCommandOutput}
|
|
28
35
|
* @see {@link GetIncidentRecordCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetIncidentRecordCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
|
|
|
51
58
|
export declare class GetIncidentRecordCommand extends $Command<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
52
59
|
readonly input: GetIncidentRecordCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetIncidentRecordCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetReplicationSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetReplicationSetCommandInput extends GetReplicationSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetReplicationSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieve your Incident Manager replication set.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetReplicationSetCommandInput - {@link GetReplicationSetCommandInput}
|
|
34
|
+
* @returns {@link GetReplicationSetCommandOutput}
|
|
28
35
|
* @see {@link GetReplicationSetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetReplicationSetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
|
|
|
51
58
|
export declare class GetReplicationSetCommand extends $Command<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
52
59
|
readonly input: GetReplicationSetCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetReplicationSetCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReplicationSetCommandInput, GetReplicationSetCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResourcePoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResourcePoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the resource policies attached to the specified response plan.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetResourcePoliciesCommandInput - {@link GetResourcePoliciesCommandInput}
|
|
34
|
+
* @returns {@link GetResourcePoliciesCommandOutput}
|
|
28
35
|
* @see {@link GetResourcePoliciesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetResourcePoliciesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
|
|
|
51
58
|
export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig> {
|
|
52
59
|
readonly input: GetResourcePoliciesCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetResourcePoliciesCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|