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