@aws-sdk/client-ssm-incidents 3.306.0 → 3.309.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 -2
- package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/GetReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
- package/dist-cjs/commands/GetResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/GetTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -2
- package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -2
- package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -2
- package/dist-cjs/commands/ListResponsePlansCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartIncidentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +519 -555
- package/dist-es/commands/CreateReplicationSetCommand.js +3 -3
- package/dist-es/commands/CreateResponsePlanCommand.js +3 -3
- package/dist-es/commands/CreateTimelineEventCommand.js +3 -3
- package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationSetCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResponsePlanCommand.js +3 -3
- package/dist-es/commands/DeleteTimelineEventCommand.js +3 -3
- package/dist-es/commands/GetIncidentRecordCommand.js +3 -3
- package/dist-es/commands/GetReplicationSetCommand.js +3 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
- package/dist-es/commands/GetResponsePlanCommand.js +3 -3
- package/dist-es/commands/GetTimelineEventCommand.js +3 -3
- package/dist-es/commands/ListIncidentRecordsCommand.js +3 -3
- package/dist-es/commands/ListRelatedItemsCommand.js +3 -3
- package/dist-es/commands/ListReplicationSetsCommand.js +3 -3
- package/dist-es/commands/ListResponsePlansCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTimelineEventsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/StartIncidentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -3
- package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationSetCommand.js +3 -3
- package/dist-es/commands/UpdateResponsePlanCommand.js +3 -3
- package/dist-es/commands/UpdateTimelineEventCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +459 -495
- package/dist-types/protocols/Aws_restJson1.d.ts +232 -58
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +58 -58
- package/package.json +6 -6
|
@@ -29,61 +29,235 @@ import { UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput } from
|
|
|
29
29
|
import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } from "../commands/UpdateReplicationSetCommand";
|
|
30
30
|
import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "../commands/UpdateResponsePlanCommand";
|
|
31
31
|
import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "../commands/UpdateTimelineEventCommand";
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export declare const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export declare const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export declare const
|
|
88
|
-
|
|
89
|
-
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_restJson1CreateReplicationSetCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_CreateReplicationSetCommand: (input: CreateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_restJson1CreateResponsePlanCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_CreateResponsePlanCommand: (input: CreateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_restJson1CreateTimelineEventCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_CreateTimelineEventCommand: (input: CreateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_restJson1DeleteIncidentRecordCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_DeleteIncidentRecordCommand: (input: DeleteIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_restJson1DeleteReplicationSetCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_DeleteReplicationSetCommand: (input: DeleteReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_restJson1DeleteResourcePolicyCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_restJson1DeleteResponsePlanCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_DeleteResponsePlanCommand: (input: DeleteResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_restJson1DeleteTimelineEventCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_DeleteTimelineEventCommand: (input: DeleteTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_restJson1GetIncidentRecordCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_GetIncidentRecordCommand: (input: GetIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_restJson1GetReplicationSetCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_GetReplicationSetCommand: (input: GetReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_restJson1GetResourcePoliciesCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1GetResponsePlanCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_GetResponsePlanCommand: (input: GetResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_restJson1GetTimelineEventCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_GetTimelineEventCommand: (input: GetTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_restJson1ListIncidentRecordsCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_ListIncidentRecordsCommand: (input: ListIncidentRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_restJson1ListRelatedItemsCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_ListRelatedItemsCommand: (input: ListRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_restJson1ListReplicationSetsCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_ListReplicationSetsCommand: (input: ListReplicationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_restJson1ListResponsePlansCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_ListResponsePlansCommand: (input: ListResponsePlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1ListTimelineEventsCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_ListTimelineEventsCommand: (input: ListTimelineEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_restJson1PutResourcePolicyCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
/**
|
|
113
|
+
* serializeAws_restJson1StartIncidentCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const se_StartIncidentCommand: (input: StartIncidentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_restJson1TagResourceCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
/**
|
|
121
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* serializeAws_restJson1UpdateDeletionProtectionCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const se_UpdateDeletionProtectionCommand: (input: UpdateDeletionProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
/**
|
|
129
|
+
* serializeAws_restJson1UpdateIncidentRecordCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const se_UpdateIncidentRecordCommand: (input: UpdateIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
/**
|
|
133
|
+
* serializeAws_restJson1UpdateRelatedItemsCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const se_UpdateRelatedItemsCommand: (input: UpdateRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
/**
|
|
137
|
+
* serializeAws_restJson1UpdateReplicationSetCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const se_UpdateReplicationSetCommand: (input: UpdateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_restJson1UpdateResponsePlanCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_UpdateResponsePlanCommand: (input: UpdateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_restJson1UpdateTimelineEventCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_UpdateTimelineEventCommand: (input: UpdateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
/**
|
|
149
|
+
* deserializeAws_restJson1CreateReplicationSetCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const de_CreateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationSetCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* deserializeAws_restJson1CreateResponsePlanCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const de_CreateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponsePlanCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* deserializeAws_restJson1CreateTimelineEventCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const de_CreateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTimelineEventCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_restJson1DeleteIncidentRecordCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_DeleteIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIncidentRecordCommandOutput>;
|
|
164
|
+
/**
|
|
165
|
+
* deserializeAws_restJson1DeleteReplicationSetCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const de_DeleteReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationSetCommandOutput>;
|
|
168
|
+
/**
|
|
169
|
+
* deserializeAws_restJson1DeleteResourcePolicyCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_restJson1DeleteResponsePlanCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_DeleteResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponsePlanCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_restJson1DeleteTimelineEventCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_DeleteTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimelineEventCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* deserializeAws_restJson1GetIncidentRecordCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const de_GetIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIncidentRecordCommandOutput>;
|
|
184
|
+
/**
|
|
185
|
+
* deserializeAws_restJson1GetReplicationSetCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const de_GetReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationSetCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_restJson1GetResourcePoliciesCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
|
|
192
|
+
/**
|
|
193
|
+
* deserializeAws_restJson1GetResponsePlanCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const de_GetResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponsePlanCommandOutput>;
|
|
196
|
+
/**
|
|
197
|
+
* deserializeAws_restJson1GetTimelineEventCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const de_GetTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTimelineEventCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* deserializeAws_restJson1ListIncidentRecordsCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const de_ListIncidentRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIncidentRecordsCommandOutput>;
|
|
204
|
+
/**
|
|
205
|
+
* deserializeAws_restJson1ListRelatedItemsCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const de_ListRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRelatedItemsCommandOutput>;
|
|
208
|
+
/**
|
|
209
|
+
* deserializeAws_restJson1ListReplicationSetsCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const de_ListReplicationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplicationSetsCommandOutput>;
|
|
212
|
+
/**
|
|
213
|
+
* deserializeAws_restJson1ListResponsePlansCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const de_ListResponsePlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponsePlansCommandOutput>;
|
|
216
|
+
/**
|
|
217
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
220
|
+
/**
|
|
221
|
+
* deserializeAws_restJson1ListTimelineEventsCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const de_ListTimelineEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimelineEventsCommandOutput>;
|
|
224
|
+
/**
|
|
225
|
+
* deserializeAws_restJson1PutResourcePolicyCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
228
|
+
/**
|
|
229
|
+
* deserializeAws_restJson1StartIncidentCommand
|
|
230
|
+
*/
|
|
231
|
+
export declare const de_StartIncidentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIncidentCommandOutput>;
|
|
232
|
+
/**
|
|
233
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
236
|
+
/**
|
|
237
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
238
|
+
*/
|
|
239
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
240
|
+
/**
|
|
241
|
+
* deserializeAws_restJson1UpdateDeletionProtectionCommand
|
|
242
|
+
*/
|
|
243
|
+
export declare const de_UpdateDeletionProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeletionProtectionCommandOutput>;
|
|
244
|
+
/**
|
|
245
|
+
* deserializeAws_restJson1UpdateIncidentRecordCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const de_UpdateIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIncidentRecordCommandOutput>;
|
|
248
|
+
/**
|
|
249
|
+
* deserializeAws_restJson1UpdateRelatedItemsCommand
|
|
250
|
+
*/
|
|
251
|
+
export declare const de_UpdateRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRelatedItemsCommandOutput>;
|
|
252
|
+
/**
|
|
253
|
+
* deserializeAws_restJson1UpdateReplicationSetCommand
|
|
254
|
+
*/
|
|
255
|
+
export declare const de_UpdateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationSetCommandOutput>;
|
|
256
|
+
/**
|
|
257
|
+
* deserializeAws_restJson1UpdateResponsePlanCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const de_UpdateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponsePlanCommandOutput>;
|
|
260
|
+
/**
|
|
261
|
+
* deserializeAws_restJson1UpdateTimelineEventCommand
|
|
262
|
+
*/
|
|
263
|
+
export declare const de_UpdateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTimelineEventCommandOutput>;
|
|
@@ -119,235 +119,235 @@ import {
|
|
|
119
119
|
UpdateTimelineEventCommandInput,
|
|
120
120
|
UpdateTimelineEventCommandOutput,
|
|
121
121
|
} from "../commands/UpdateTimelineEventCommand";
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateReplicationSetCommand: (
|
|
123
123
|
input: CreateReplicationSetCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateResponsePlanCommand: (
|
|
127
127
|
input: CreateResponsePlanCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateTimelineEventCommand: (
|
|
131
131
|
input: CreateTimelineEventCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteIncidentRecordCommand: (
|
|
135
135
|
input: DeleteIncidentRecordCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DeleteReplicationSetCommand: (
|
|
139
139
|
input: DeleteReplicationSetCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DeleteResourcePolicyCommand: (
|
|
143
143
|
input: DeleteResourcePolicyCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DeleteResponsePlanCommand: (
|
|
147
147
|
input: DeleteResponsePlanCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DeleteTimelineEventCommand: (
|
|
151
151
|
input: DeleteTimelineEventCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetIncidentRecordCommand: (
|
|
155
155
|
input: GetIncidentRecordCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetReplicationSetCommand: (
|
|
159
159
|
input: GetReplicationSetCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetResourcePoliciesCommand: (
|
|
163
163
|
input: GetResourcePoliciesCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_GetResponsePlanCommand: (
|
|
167
167
|
input: GetResponsePlanCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_GetTimelineEventCommand: (
|
|
171
171
|
input: GetTimelineEventCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListIncidentRecordsCommand: (
|
|
175
175
|
input: ListIncidentRecordsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListRelatedItemsCommand: (
|
|
179
179
|
input: ListRelatedItemsCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListReplicationSetsCommand: (
|
|
183
183
|
input: ListReplicationSetsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListResponsePlansCommand: (
|
|
187
187
|
input: ListResponsePlansCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
191
191
|
input: ListTagsForResourceCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListTimelineEventsCommand: (
|
|
195
195
|
input: ListTimelineEventsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_PutResourcePolicyCommand: (
|
|
199
199
|
input: PutResourcePolicyCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_StartIncidentCommand: (
|
|
203
203
|
input: StartIncidentCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_TagResourceCommand: (
|
|
207
207
|
input: TagResourceCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UntagResourceCommand: (
|
|
211
211
|
input: UntagResourceCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UpdateDeletionProtectionCommand: (
|
|
215
215
|
input: UpdateDeletionProtectionCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UpdateIncidentRecordCommand: (
|
|
219
219
|
input: UpdateIncidentRecordCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UpdateRelatedItemsCommand: (
|
|
223
223
|
input: UpdateRelatedItemsCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UpdateReplicationSetCommand: (
|
|
227
227
|
input: UpdateReplicationSetCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_UpdateResponsePlanCommand: (
|
|
231
231
|
input: UpdateResponsePlanCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_UpdateTimelineEventCommand: (
|
|
235
235
|
input: UpdateTimelineEventCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateReplicationSetCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateReplicationSetCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_CreateResponsePlanCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<CreateResponsePlanCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_CreateTimelineEventCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<CreateTimelineEventCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DeleteIncidentRecordCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DeleteIncidentRecordCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DeleteReplicationSetCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DeleteReplicationSetCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DeleteResourcePolicyCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DeleteResponsePlanCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DeleteResponsePlanCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DeleteTimelineEventCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DeleteTimelineEventCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_GetIncidentRecordCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<GetIncidentRecordCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_GetReplicationSetCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<GetReplicationSetCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_GetResourcePoliciesCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<GetResourcePoliciesCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_GetResponsePlanCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<GetResponsePlanCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_GetTimelineEventCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<GetTimelineEventCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListIncidentRecordsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListIncidentRecordsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListRelatedItemsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListRelatedItemsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListReplicationSetsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListReplicationSetsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListResponsePlansCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListResponsePlansCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_ListTimelineEventsCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<ListTimelineEventsCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_PutResourcePolicyCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<PutResourcePolicyCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_StartIncidentCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<StartIncidentCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_TagResourceCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<TagResourceCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_UntagResourceCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<UntagResourceCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_UpdateDeletionProtectionCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<UpdateDeletionProtectionCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_UpdateIncidentRecordCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<UpdateIncidentRecordCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_UpdateRelatedItemsCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<UpdateRelatedItemsCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_UpdateReplicationSetCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<UpdateReplicationSetCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_UpdateResponsePlanCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<UpdateResponsePlanCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_UpdateTimelineEventCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<UpdateTimelineEventCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-incidents",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|