@aws-sdk/client-ssm-incidents 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist-cjs/index.js +1242 -1433
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SSMIncidentsClient.js +2 -0
  4. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +3 -9
  5. package/dist-es/commands/CreateReplicationSetCommand.js +3 -9
  6. package/dist-es/commands/CreateResponsePlanCommand.js +3 -9
  7. package/dist-es/commands/CreateTimelineEventCommand.js +3 -9
  8. package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -9
  9. package/dist-es/commands/DeleteReplicationSetCommand.js +3 -9
  10. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  11. package/dist-es/commands/DeleteResponsePlanCommand.js +3 -9
  12. package/dist-es/commands/DeleteTimelineEventCommand.js +3 -9
  13. package/dist-es/commands/GetIncidentRecordCommand.js +3 -9
  14. package/dist-es/commands/GetReplicationSetCommand.js +3 -9
  15. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  16. package/dist-es/commands/GetResponsePlanCommand.js +3 -9
  17. package/dist-es/commands/GetTimelineEventCommand.js +3 -9
  18. package/dist-es/commands/ListIncidentFindingsCommand.js +3 -9
  19. package/dist-es/commands/ListIncidentRecordsCommand.js +3 -9
  20. package/dist-es/commands/ListRelatedItemsCommand.js +3 -9
  21. package/dist-es/commands/ListReplicationSetsCommand.js +3 -9
  22. package/dist-es/commands/ListResponsePlansCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/ListTimelineEventsCommand.js +3 -9
  25. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  26. package/dist-es/commands/StartIncidentCommand.js +3 -9
  27. package/dist-es/commands/TagResourceCommand.js +3 -9
  28. package/dist-es/commands/UntagResourceCommand.js +3 -9
  29. package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -9
  30. package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -9
  31. package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -9
  32. package/dist-es/commands/UpdateReplicationSetCommand.js +3 -9
  33. package/dist-es/commands/UpdateResponsePlanCommand.js +3 -9
  34. package/dist-es/commands/UpdateTimelineEventCommand.js +3 -9
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1172 -0
  37. package/dist-types/SSMIncidentsClient.d.ts +10 -1
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -0
  40. package/dist-types/runtimeConfig.native.d.ts +1 -0
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +171 -0
  43. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +177 -0
  49. package/package.json +5 -6
  50. package/dist-es/protocols/Aws_restJson1.js +0 -1200
  51. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -1,281 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput } from "../commands/BatchGetIncidentFindingsCommand";
4
- import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "../commands/CreateReplicationSetCommand";
5
- import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "../commands/CreateResponsePlanCommand";
6
- import { CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput } from "../commands/CreateTimelineEventCommand";
7
- import { DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput } from "../commands/DeleteIncidentRecordCommand";
8
- import { DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput } from "../commands/DeleteReplicationSetCommand";
9
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
10
- import { DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput } from "../commands/DeleteResponsePlanCommand";
11
- import { DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput } from "../commands/DeleteTimelineEventCommand";
12
- import { GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput } from "../commands/GetIncidentRecordCommand";
13
- import { GetReplicationSetCommandInput, GetReplicationSetCommandOutput } from "../commands/GetReplicationSetCommand";
14
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
15
- import { GetResponsePlanCommandInput, GetResponsePlanCommandOutput } from "../commands/GetResponsePlanCommand";
16
- import { GetTimelineEventCommandInput, GetTimelineEventCommandOutput } from "../commands/GetTimelineEventCommand";
17
- import { ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput } from "../commands/ListIncidentFindingsCommand";
18
- import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "../commands/ListIncidentRecordsCommand";
19
- import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "../commands/ListRelatedItemsCommand";
20
- import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "../commands/ListReplicationSetsCommand";
21
- import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "../commands/ListResponsePlansCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
- import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "../commands/ListTimelineEventsCommand";
24
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
25
- import { StartIncidentCommandInput, StartIncidentCommandOutput } from "../commands/StartIncidentCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
28
- import { UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput } from "../commands/UpdateDeletionProtectionCommand";
29
- import { UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput } from "../commands/UpdateIncidentRecordCommand";
30
- import { UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput } from "../commands/UpdateRelatedItemsCommand";
31
- import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } from "../commands/UpdateReplicationSetCommand";
32
- import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "../commands/UpdateResponsePlanCommand";
33
- import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "../commands/UpdateTimelineEventCommand";
34
- /**
35
- * serializeAws_restJson1BatchGetIncidentFindingsCommand
36
- */
37
- export declare const se_BatchGetIncidentFindingsCommand: (input: BatchGetIncidentFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CreateReplicationSetCommand
40
- */
41
- export declare const se_CreateReplicationSetCommand: (input: CreateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateResponsePlanCommand
44
- */
45
- export declare const se_CreateResponsePlanCommand: (input: CreateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateTimelineEventCommand
48
- */
49
- export declare const se_CreateTimelineEventCommand: (input: CreateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1DeleteIncidentRecordCommand
52
- */
53
- export declare const se_DeleteIncidentRecordCommand: (input: DeleteIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1DeleteReplicationSetCommand
56
- */
57
- export declare const se_DeleteReplicationSetCommand: (input: DeleteReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DeleteResourcePolicyCommand
60
- */
61
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteResponsePlanCommand
64
- */
65
- export declare const se_DeleteResponsePlanCommand: (input: DeleteResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1DeleteTimelineEventCommand
68
- */
69
- export declare const se_DeleteTimelineEventCommand: (input: DeleteTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1GetIncidentRecordCommand
72
- */
73
- export declare const se_GetIncidentRecordCommand: (input: GetIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1GetReplicationSetCommand
76
- */
77
- export declare const se_GetReplicationSetCommand: (input: GetReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetResourcePoliciesCommand
80
- */
81
- export declare const se_GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1GetResponsePlanCommand
84
- */
85
- export declare const se_GetResponsePlanCommand: (input: GetResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetTimelineEventCommand
88
- */
89
- export declare const se_GetTimelineEventCommand: (input: GetTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1ListIncidentFindingsCommand
92
- */
93
- export declare const se_ListIncidentFindingsCommand: (input: ListIncidentFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1ListIncidentRecordsCommand
96
- */
97
- export declare const se_ListIncidentRecordsCommand: (input: ListIncidentRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1ListRelatedItemsCommand
100
- */
101
- export declare const se_ListRelatedItemsCommand: (input: ListRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ListReplicationSetsCommand
104
- */
105
- export declare const se_ListReplicationSetsCommand: (input: ListReplicationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ListResponsePlansCommand
108
- */
109
- export declare const se_ListResponsePlansCommand: (input: ListResponsePlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ListTagsForResourceCommand
112
- */
113
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListTimelineEventsCommand
116
- */
117
- export declare const se_ListTimelineEventsCommand: (input: ListTimelineEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1PutResourcePolicyCommand
120
- */
121
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1StartIncidentCommand
124
- */
125
- export declare const se_StartIncidentCommand: (input: StartIncidentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1TagResourceCommand
128
- */
129
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1UntagResourceCommand
132
- */
133
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1UpdateDeletionProtectionCommand
136
- */
137
- export declare const se_UpdateDeletionProtectionCommand: (input: UpdateDeletionProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1UpdateIncidentRecordCommand
140
- */
141
- export declare const se_UpdateIncidentRecordCommand: (input: UpdateIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1UpdateRelatedItemsCommand
144
- */
145
- export declare const se_UpdateRelatedItemsCommand: (input: UpdateRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1UpdateReplicationSetCommand
148
- */
149
- export declare const se_UpdateReplicationSetCommand: (input: UpdateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1UpdateResponsePlanCommand
152
- */
153
- export declare const se_UpdateResponsePlanCommand: (input: UpdateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1UpdateTimelineEventCommand
156
- */
157
- export declare const se_UpdateTimelineEventCommand: (input: UpdateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * deserializeAws_restJson1BatchGetIncidentFindingsCommand
160
- */
161
- export declare const de_BatchGetIncidentFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetIncidentFindingsCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1CreateReplicationSetCommand
164
- */
165
- export declare const de_CreateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationSetCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1CreateResponsePlanCommand
168
- */
169
- export declare const de_CreateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponsePlanCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1CreateTimelineEventCommand
172
- */
173
- export declare const de_CreateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTimelineEventCommandOutput>;
174
- /**
175
- * deserializeAws_restJson1DeleteIncidentRecordCommand
176
- */
177
- export declare const de_DeleteIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIncidentRecordCommandOutput>;
178
- /**
179
- * deserializeAws_restJson1DeleteReplicationSetCommand
180
- */
181
- export declare const de_DeleteReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationSetCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1DeleteResourcePolicyCommand
184
- */
185
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1DeleteResponsePlanCommand
188
- */
189
- export declare const de_DeleteResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponsePlanCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1DeleteTimelineEventCommand
192
- */
193
- export declare const de_DeleteTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimelineEventCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1GetIncidentRecordCommand
196
- */
197
- export declare const de_GetIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIncidentRecordCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1GetReplicationSetCommand
200
- */
201
- export declare const de_GetReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationSetCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1GetResourcePoliciesCommand
204
- */
205
- export declare const de_GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1GetResponsePlanCommand
208
- */
209
- export declare const de_GetResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponsePlanCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1GetTimelineEventCommand
212
- */
213
- export declare const de_GetTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTimelineEventCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1ListIncidentFindingsCommand
216
- */
217
- export declare const de_ListIncidentFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIncidentFindingsCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1ListIncidentRecordsCommand
220
- */
221
- export declare const de_ListIncidentRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIncidentRecordsCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1ListRelatedItemsCommand
224
- */
225
- export declare const de_ListRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRelatedItemsCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1ListReplicationSetsCommand
228
- */
229
- export declare const de_ListReplicationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplicationSetsCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1ListResponsePlansCommand
232
- */
233
- export declare const de_ListResponsePlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponsePlansCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1ListTagsForResourceCommand
236
- */
237
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1ListTimelineEventsCommand
240
- */
241
- export declare const de_ListTimelineEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimelineEventsCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1PutResourcePolicyCommand
244
- */
245
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1StartIncidentCommand
248
- */
249
- export declare const de_StartIncidentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIncidentCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1TagResourceCommand
252
- */
253
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1UntagResourceCommand
256
- */
257
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1UpdateDeletionProtectionCommand
260
- */
261
- export declare const de_UpdateDeletionProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeletionProtectionCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1UpdateIncidentRecordCommand
264
- */
265
- export declare const de_UpdateIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIncidentRecordCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1UpdateRelatedItemsCommand
268
- */
269
- export declare const de_UpdateRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRelatedItemsCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1UpdateReplicationSetCommand
272
- */
273
- export declare const de_UpdateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationSetCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1UpdateResponsePlanCommand
276
- */
277
- export declare const de_UpdateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponsePlanCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1UpdateTimelineEventCommand
280
- */
281
- export declare const de_UpdateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTimelineEventCommandOutput>;
@@ -1,377 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchGetIncidentFindingsCommandInput,
8
- BatchGetIncidentFindingsCommandOutput,
9
- } from "../commands/BatchGetIncidentFindingsCommand";
10
- import {
11
- CreateReplicationSetCommandInput,
12
- CreateReplicationSetCommandOutput,
13
- } from "../commands/CreateReplicationSetCommand";
14
- import {
15
- CreateResponsePlanCommandInput,
16
- CreateResponsePlanCommandOutput,
17
- } from "../commands/CreateResponsePlanCommand";
18
- import {
19
- CreateTimelineEventCommandInput,
20
- CreateTimelineEventCommandOutput,
21
- } from "../commands/CreateTimelineEventCommand";
22
- import {
23
- DeleteIncidentRecordCommandInput,
24
- DeleteIncidentRecordCommandOutput,
25
- } from "../commands/DeleteIncidentRecordCommand";
26
- import {
27
- DeleteReplicationSetCommandInput,
28
- DeleteReplicationSetCommandOutput,
29
- } from "../commands/DeleteReplicationSetCommand";
30
- import {
31
- DeleteResourcePolicyCommandInput,
32
- DeleteResourcePolicyCommandOutput,
33
- } from "../commands/DeleteResourcePolicyCommand";
34
- import {
35
- DeleteResponsePlanCommandInput,
36
- DeleteResponsePlanCommandOutput,
37
- } from "../commands/DeleteResponsePlanCommand";
38
- import {
39
- DeleteTimelineEventCommandInput,
40
- DeleteTimelineEventCommandOutput,
41
- } from "../commands/DeleteTimelineEventCommand";
42
- import {
43
- GetIncidentRecordCommandInput,
44
- GetIncidentRecordCommandOutput,
45
- } from "../commands/GetIncidentRecordCommand";
46
- import {
47
- GetReplicationSetCommandInput,
48
- GetReplicationSetCommandOutput,
49
- } from "../commands/GetReplicationSetCommand";
50
- import {
51
- GetResourcePoliciesCommandInput,
52
- GetResourcePoliciesCommandOutput,
53
- } from "../commands/GetResourcePoliciesCommand";
54
- import {
55
- GetResponsePlanCommandInput,
56
- GetResponsePlanCommandOutput,
57
- } from "../commands/GetResponsePlanCommand";
58
- import {
59
- GetTimelineEventCommandInput,
60
- GetTimelineEventCommandOutput,
61
- } from "../commands/GetTimelineEventCommand";
62
- import {
63
- ListIncidentFindingsCommandInput,
64
- ListIncidentFindingsCommandOutput,
65
- } from "../commands/ListIncidentFindingsCommand";
66
- import {
67
- ListIncidentRecordsCommandInput,
68
- ListIncidentRecordsCommandOutput,
69
- } from "../commands/ListIncidentRecordsCommand";
70
- import {
71
- ListRelatedItemsCommandInput,
72
- ListRelatedItemsCommandOutput,
73
- } from "../commands/ListRelatedItemsCommand";
74
- import {
75
- ListReplicationSetsCommandInput,
76
- ListReplicationSetsCommandOutput,
77
- } from "../commands/ListReplicationSetsCommand";
78
- import {
79
- ListResponsePlansCommandInput,
80
- ListResponsePlansCommandOutput,
81
- } from "../commands/ListResponsePlansCommand";
82
- import {
83
- ListTagsForResourceCommandInput,
84
- ListTagsForResourceCommandOutput,
85
- } from "../commands/ListTagsForResourceCommand";
86
- import {
87
- ListTimelineEventsCommandInput,
88
- ListTimelineEventsCommandOutput,
89
- } from "../commands/ListTimelineEventsCommand";
90
- import {
91
- PutResourcePolicyCommandInput,
92
- PutResourcePolicyCommandOutput,
93
- } from "../commands/PutResourcePolicyCommand";
94
- import {
95
- StartIncidentCommandInput,
96
- StartIncidentCommandOutput,
97
- } from "../commands/StartIncidentCommand";
98
- import {
99
- TagResourceCommandInput,
100
- TagResourceCommandOutput,
101
- } from "../commands/TagResourceCommand";
102
- import {
103
- UntagResourceCommandInput,
104
- UntagResourceCommandOutput,
105
- } from "../commands/UntagResourceCommand";
106
- import {
107
- UpdateDeletionProtectionCommandInput,
108
- UpdateDeletionProtectionCommandOutput,
109
- } from "../commands/UpdateDeletionProtectionCommand";
110
- import {
111
- UpdateIncidentRecordCommandInput,
112
- UpdateIncidentRecordCommandOutput,
113
- } from "../commands/UpdateIncidentRecordCommand";
114
- import {
115
- UpdateRelatedItemsCommandInput,
116
- UpdateRelatedItemsCommandOutput,
117
- } from "../commands/UpdateRelatedItemsCommand";
118
- import {
119
- UpdateReplicationSetCommandInput,
120
- UpdateReplicationSetCommandOutput,
121
- } from "../commands/UpdateReplicationSetCommand";
122
- import {
123
- UpdateResponsePlanCommandInput,
124
- UpdateResponsePlanCommandOutput,
125
- } from "../commands/UpdateResponsePlanCommand";
126
- import {
127
- UpdateTimelineEventCommandInput,
128
- UpdateTimelineEventCommandOutput,
129
- } from "../commands/UpdateTimelineEventCommand";
130
- export declare const se_BatchGetIncidentFindingsCommand: (
131
- input: BatchGetIncidentFindingsCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateReplicationSetCommand: (
135
- input: CreateReplicationSetCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateResponsePlanCommand: (
139
- input: CreateResponsePlanCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateTimelineEventCommand: (
143
- input: CreateTimelineEventCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteIncidentRecordCommand: (
147
- input: DeleteIncidentRecordCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteReplicationSetCommand: (
151
- input: DeleteReplicationSetCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteResourcePolicyCommand: (
155
- input: DeleteResourcePolicyCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteResponsePlanCommand: (
159
- input: DeleteResponsePlanCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteTimelineEventCommand: (
163
- input: DeleteTimelineEventCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetIncidentRecordCommand: (
167
- input: GetIncidentRecordCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetReplicationSetCommand: (
171
- input: GetReplicationSetCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetResourcePoliciesCommand: (
175
- input: GetResourcePoliciesCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetResponsePlanCommand: (
179
- input: GetResponsePlanCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetTimelineEventCommand: (
183
- input: GetTimelineEventCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListIncidentFindingsCommand: (
187
- input: ListIncidentFindingsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListIncidentRecordsCommand: (
191
- input: ListIncidentRecordsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListRelatedItemsCommand: (
195
- input: ListRelatedItemsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListReplicationSetsCommand: (
199
- input: ListReplicationSetsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListResponsePlansCommand: (
203
- input: ListResponsePlansCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListTagsForResourceCommand: (
207
- input: ListTagsForResourceCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListTimelineEventsCommand: (
211
- input: ListTimelineEventsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_PutResourcePolicyCommand: (
215
- input: PutResourcePolicyCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_StartIncidentCommand: (
219
- input: StartIncidentCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_TagResourceCommand: (
223
- input: TagResourceCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UntagResourceCommand: (
227
- input: UntagResourceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_UpdateDeletionProtectionCommand: (
231
- input: UpdateDeletionProtectionCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UpdateIncidentRecordCommand: (
235
- input: UpdateIncidentRecordCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_UpdateRelatedItemsCommand: (
239
- input: UpdateRelatedItemsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateReplicationSetCommand: (
243
- input: UpdateReplicationSetCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_UpdateResponsePlanCommand: (
247
- input: UpdateResponsePlanCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_UpdateTimelineEventCommand: (
251
- input: UpdateTimelineEventCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const de_BatchGetIncidentFindingsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<BatchGetIncidentFindingsCommandOutput>;
258
- export declare const de_CreateReplicationSetCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateReplicationSetCommandOutput>;
262
- export declare const de_CreateResponsePlanCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<CreateResponsePlanCommandOutput>;
266
- export declare const de_CreateTimelineEventCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<CreateTimelineEventCommandOutput>;
270
- export declare const de_DeleteIncidentRecordCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeleteIncidentRecordCommandOutput>;
274
- export declare const de_DeleteReplicationSetCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DeleteReplicationSetCommandOutput>;
278
- export declare const de_DeleteResourcePolicyCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DeleteResourcePolicyCommandOutput>;
282
- export declare const de_DeleteResponsePlanCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DeleteResponsePlanCommandOutput>;
286
- export declare const de_DeleteTimelineEventCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DeleteTimelineEventCommandOutput>;
290
- export declare const de_GetIncidentRecordCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<GetIncidentRecordCommandOutput>;
294
- export declare const de_GetReplicationSetCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetReplicationSetCommandOutput>;
298
- export declare const de_GetResourcePoliciesCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetResourcePoliciesCommandOutput>;
302
- export declare const de_GetResponsePlanCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetResponsePlanCommandOutput>;
306
- export declare const de_GetTimelineEventCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<GetTimelineEventCommandOutput>;
310
- export declare const de_ListIncidentFindingsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListIncidentFindingsCommandOutput>;
314
- export declare const de_ListIncidentRecordsCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListIncidentRecordsCommandOutput>;
318
- export declare const de_ListRelatedItemsCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListRelatedItemsCommandOutput>;
322
- export declare const de_ListReplicationSetsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ListReplicationSetsCommandOutput>;
326
- export declare const de_ListResponsePlansCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<ListResponsePlansCommandOutput>;
330
- export declare const de_ListTagsForResourceCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<ListTagsForResourceCommandOutput>;
334
- export declare const de_ListTimelineEventsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListTimelineEventsCommandOutput>;
338
- export declare const de_PutResourcePolicyCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<PutResourcePolicyCommandOutput>;
342
- export declare const de_StartIncidentCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<StartIncidentCommandOutput>;
346
- export declare const de_TagResourceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<TagResourceCommandOutput>;
350
- export declare const de_UntagResourceCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<UntagResourceCommandOutput>;
354
- export declare const de_UpdateDeletionProtectionCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<UpdateDeletionProtectionCommandOutput>;
358
- export declare const de_UpdateIncidentRecordCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<UpdateIncidentRecordCommandOutput>;
362
- export declare const de_UpdateRelatedItemsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<UpdateRelatedItemsCommandOutput>;
366
- export declare const de_UpdateReplicationSetCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<UpdateReplicationSetCommandOutput>;
370
- export declare const de_UpdateResponsePlanCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<UpdateResponsePlanCommandOutput>;
374
- export declare const de_UpdateTimelineEventCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<UpdateTimelineEventCommandOutput>;