@aws-sdk/client-ssm-contacts 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.
- package/dist-cjs/index.js +1093 -1508
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/SSMContactsClient.js +2 -0
- package/dist-es/commands/AcceptPageCommand.js +3 -9
- package/dist-es/commands/ActivateContactChannelCommand.js +3 -9
- package/dist-es/commands/CreateContactChannelCommand.js +3 -9
- package/dist-es/commands/CreateContactCommand.js +3 -9
- package/dist-es/commands/CreateRotationCommand.js +3 -9
- package/dist-es/commands/CreateRotationOverrideCommand.js +3 -9
- package/dist-es/commands/DeactivateContactChannelCommand.js +3 -9
- package/dist-es/commands/DeleteContactChannelCommand.js +3 -9
- package/dist-es/commands/DeleteContactCommand.js +3 -9
- package/dist-es/commands/DeleteRotationCommand.js +3 -9
- package/dist-es/commands/DeleteRotationOverrideCommand.js +3 -9
- package/dist-es/commands/DescribeEngagementCommand.js +3 -9
- package/dist-es/commands/DescribePageCommand.js +3 -9
- package/dist-es/commands/GetContactChannelCommand.js +3 -9
- package/dist-es/commands/GetContactCommand.js +3 -9
- package/dist-es/commands/GetContactPolicyCommand.js +3 -9
- package/dist-es/commands/GetRotationCommand.js +3 -9
- package/dist-es/commands/GetRotationOverrideCommand.js +3 -9
- package/dist-es/commands/ListContactChannelsCommand.js +3 -9
- package/dist-es/commands/ListContactsCommand.js +3 -9
- package/dist-es/commands/ListEngagementsCommand.js +3 -9
- package/dist-es/commands/ListPageReceiptsCommand.js +3 -9
- package/dist-es/commands/ListPageResolutionsCommand.js +3 -9
- package/dist-es/commands/ListPagesByContactCommand.js +3 -9
- package/dist-es/commands/ListPagesByEngagementCommand.js +3 -9
- package/dist-es/commands/ListPreviewRotationShiftsCommand.js +3 -9
- package/dist-es/commands/ListRotationOverridesCommand.js +3 -9
- package/dist-es/commands/ListRotationShiftsCommand.js +3 -9
- package/dist-es/commands/ListRotationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutContactPolicyCommand.js +3 -9
- package/dist-es/commands/SendActivationCodeCommand.js +3 -9
- package/dist-es/commands/StartEngagementCommand.js +3 -9
- package/dist-es/commands/StopEngagementCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateContactChannelCommand.js +3 -9
- package/dist-es/commands/UpdateContactCommand.js +3 -9
- package/dist-es/commands/UpdateRotationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +996 -0
- package/dist-types/SSMContactsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +180 -0
- package/dist-types/ts3.4/SSMContactsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +186 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1215
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -473
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AcceptPageCommandInput, AcceptPageCommandOutput } from "../commands/AcceptPageCommand";
|
|
4
|
-
import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput } from "../commands/ActivateContactChannelCommand";
|
|
5
|
-
import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput } from "../commands/CreateContactChannelCommand";
|
|
6
|
-
import { CreateContactCommandInput, CreateContactCommandOutput } from "../commands/CreateContactCommand";
|
|
7
|
-
import { CreateRotationCommandInput, CreateRotationCommandOutput } from "../commands/CreateRotationCommand";
|
|
8
|
-
import { CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput } from "../commands/CreateRotationOverrideCommand";
|
|
9
|
-
import { DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput } from "../commands/DeactivateContactChannelCommand";
|
|
10
|
-
import { DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput } from "../commands/DeleteContactChannelCommand";
|
|
11
|
-
import { DeleteContactCommandInput, DeleteContactCommandOutput } from "../commands/DeleteContactCommand";
|
|
12
|
-
import { DeleteRotationCommandInput, DeleteRotationCommandOutput } from "../commands/DeleteRotationCommand";
|
|
13
|
-
import { DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput } from "../commands/DeleteRotationOverrideCommand";
|
|
14
|
-
import { DescribeEngagementCommandInput, DescribeEngagementCommandOutput } from "../commands/DescribeEngagementCommand";
|
|
15
|
-
import { DescribePageCommandInput, DescribePageCommandOutput } from "../commands/DescribePageCommand";
|
|
16
|
-
import { GetContactChannelCommandInput, GetContactChannelCommandOutput } from "../commands/GetContactChannelCommand";
|
|
17
|
-
import { GetContactCommandInput, GetContactCommandOutput } from "../commands/GetContactCommand";
|
|
18
|
-
import { GetContactPolicyCommandInput, GetContactPolicyCommandOutput } from "../commands/GetContactPolicyCommand";
|
|
19
|
-
import { GetRotationCommandInput, GetRotationCommandOutput } from "../commands/GetRotationCommand";
|
|
20
|
-
import { GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput } from "../commands/GetRotationOverrideCommand";
|
|
21
|
-
import { ListContactChannelsCommandInput, ListContactChannelsCommandOutput } from "../commands/ListContactChannelsCommand";
|
|
22
|
-
import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
|
|
23
|
-
import { ListEngagementsCommandInput, ListEngagementsCommandOutput } from "../commands/ListEngagementsCommand";
|
|
24
|
-
import { ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput } from "../commands/ListPageReceiptsCommand";
|
|
25
|
-
import { ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput } from "../commands/ListPageResolutionsCommand";
|
|
26
|
-
import { ListPagesByContactCommandInput, ListPagesByContactCommandOutput } from "../commands/ListPagesByContactCommand";
|
|
27
|
-
import { ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput } from "../commands/ListPagesByEngagementCommand";
|
|
28
|
-
import { ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput } from "../commands/ListPreviewRotationShiftsCommand";
|
|
29
|
-
import { ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput } from "../commands/ListRotationOverridesCommand";
|
|
30
|
-
import { ListRotationsCommandInput, ListRotationsCommandOutput } from "../commands/ListRotationsCommand";
|
|
31
|
-
import { ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput } from "../commands/ListRotationShiftsCommand";
|
|
32
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
33
|
-
import { PutContactPolicyCommandInput, PutContactPolicyCommandOutput } from "../commands/PutContactPolicyCommand";
|
|
34
|
-
import { SendActivationCodeCommandInput, SendActivationCodeCommandOutput } from "../commands/SendActivationCodeCommand";
|
|
35
|
-
import { StartEngagementCommandInput, StartEngagementCommandOutput } from "../commands/StartEngagementCommand";
|
|
36
|
-
import { StopEngagementCommandInput, StopEngagementCommandOutput } from "../commands/StopEngagementCommand";
|
|
37
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
38
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
39
|
-
import { UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput } from "../commands/UpdateContactChannelCommand";
|
|
40
|
-
import { UpdateContactCommandInput, UpdateContactCommandOutput } from "../commands/UpdateContactCommand";
|
|
41
|
-
import { UpdateRotationCommandInput, UpdateRotationCommandOutput } from "../commands/UpdateRotationCommand";
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_1AcceptPageCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_AcceptPageCommand: (input: AcceptPageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1ActivateContactChannelCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_ActivateContactChannelCommand: (input: ActivateContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1CreateContactCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_CreateContactCommand: (input: CreateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1CreateContactChannelCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_CreateContactChannelCommand: (input: CreateContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_1CreateRotationCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_CreateRotationCommand: (input: CreateRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_1CreateRotationOverrideCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_CreateRotationOverrideCommand: (input: CreateRotationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_1DeactivateContactChannelCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeactivateContactChannelCommand: (input: DeactivateContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_1DeleteContactCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DeleteContactCommand: (input: DeleteContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_1DeleteContactChannelCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DeleteContactChannelCommand: (input: DeleteContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_1DeleteRotationCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DeleteRotationCommand: (input: DeleteRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_1DeleteRotationOverrideCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_DeleteRotationOverrideCommand: (input: DeleteRotationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_1DescribeEngagementCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_DescribeEngagementCommand: (input: DescribeEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_1DescribePageCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_DescribePageCommand: (input: DescribePageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_1GetContactCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_GetContactCommand: (input: GetContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_1GetContactChannelCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_GetContactChannelCommand: (input: GetContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_1GetContactPolicyCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_GetContactPolicyCommand: (input: GetContactPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_1GetRotationCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_GetRotationCommand: (input: GetRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_1GetRotationOverrideCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_GetRotationOverrideCommand: (input: GetRotationOverrideCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_1ListContactChannelsCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ListContactChannelsCommand: (input: ListContactChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_json1_1ListContactsCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_json1_1ListEngagementsCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_ListEngagementsCommand: (input: ListEngagementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_json1_1ListPageReceiptsCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_ListPageReceiptsCommand: (input: ListPageReceiptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_json1_1ListPageResolutionsCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_ListPageResolutionsCommand: (input: ListPageResolutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_json1_1ListPagesByContactCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_ListPagesByContactCommand: (input: ListPagesByContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_json1_1ListPagesByEngagementCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_ListPagesByEngagementCommand: (input: ListPagesByEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_json1_1ListPreviewRotationShiftsCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_ListPreviewRotationShiftsCommand: (input: ListPreviewRotationShiftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_json1_1ListRotationOverridesCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_ListRotationOverridesCommand: (input: ListRotationOverridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_json1_1ListRotationsCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_ListRotationsCommand: (input: ListRotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_json1_1ListRotationShiftsCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_ListRotationShiftsCommand: (input: ListRotationShiftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_json1_1PutContactPolicyCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_PutContactPolicyCommand: (input: PutContactPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_json1_1SendActivationCodeCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_SendActivationCodeCommand: (input: SendActivationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_json1_1StartEngagementCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_StartEngagementCommand: (input: StartEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_json1_1StopEngagementCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_StopEngagementCommand: (input: StopEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_json1_1TagResourceCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_json1_1UpdateContactCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_UpdateContactCommand: (input: UpdateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_json1_1UpdateContactChannelCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_UpdateContactChannelCommand: (input: UpdateContactChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_json1_1UpdateRotationCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_UpdateRotationCommand: (input: UpdateRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_json1_1AcceptPageCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_AcceptPageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptPageCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_json1_1ActivateContactChannelCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_ActivateContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateContactChannelCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_json1_1CreateContactCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_CreateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_json1_1CreateContactChannelCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_CreateContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactChannelCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_json1_1CreateRotationCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_CreateRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRotationCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_json1_1CreateRotationOverrideCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_CreateRotationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRotationOverrideCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_json1_1DeactivateContactChannelCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_DeactivateContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateContactChannelCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_json1_1DeleteContactCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_DeleteContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_json1_1DeleteContactChannelCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_DeleteContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactChannelCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_json1_1DeleteRotationCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_DeleteRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRotationCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_json1_1DeleteRotationOverrideCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_DeleteRotationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRotationOverrideCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_json1_1DescribeEngagementCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_DescribeEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngagementCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_json1_1DescribePageCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_DescribePageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePageCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_json1_1GetContactCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_GetContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_json1_1GetContactChannelCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_GetContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactChannelCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_json1_1GetContactPolicyCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_GetContactPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactPolicyCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_json1_1GetRotationCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_GetRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRotationCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_json1_1GetRotationOverrideCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_GetRotationOverrideCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRotationOverrideCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_json1_1ListContactChannelsCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_ListContactChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactChannelsCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_json1_1ListContactsCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_json1_1ListEngagementsCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_ListEngagementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngagementsCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* deserializeAws_json1_1ListPageReceiptsCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const de_ListPageReceiptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPageReceiptsCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* deserializeAws_json1_1ListPageResolutionsCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const de_ListPageResolutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPageResolutionsCommandOutput>;
|
|
290
|
-
/**
|
|
291
|
-
* deserializeAws_json1_1ListPagesByContactCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const de_ListPagesByContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPagesByContactCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* deserializeAws_json1_1ListPagesByEngagementCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const de_ListPagesByEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPagesByEngagementCommandOutput>;
|
|
298
|
-
/**
|
|
299
|
-
* deserializeAws_json1_1ListPreviewRotationShiftsCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const de_ListPreviewRotationShiftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPreviewRotationShiftsCommandOutput>;
|
|
302
|
-
/**
|
|
303
|
-
* deserializeAws_json1_1ListRotationOverridesCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const de_ListRotationOverridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRotationOverridesCommandOutput>;
|
|
306
|
-
/**
|
|
307
|
-
* deserializeAws_json1_1ListRotationsCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const de_ListRotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRotationsCommandOutput>;
|
|
310
|
-
/**
|
|
311
|
-
* deserializeAws_json1_1ListRotationShiftsCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const de_ListRotationShiftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRotationShiftsCommandOutput>;
|
|
314
|
-
/**
|
|
315
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
318
|
-
/**
|
|
319
|
-
* deserializeAws_json1_1PutContactPolicyCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const de_PutContactPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContactPolicyCommandOutput>;
|
|
322
|
-
/**
|
|
323
|
-
* deserializeAws_json1_1SendActivationCodeCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const de_SendActivationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendActivationCodeCommandOutput>;
|
|
326
|
-
/**
|
|
327
|
-
* deserializeAws_json1_1StartEngagementCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const de_StartEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEngagementCommandOutput>;
|
|
330
|
-
/**
|
|
331
|
-
* deserializeAws_json1_1StopEngagementCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const de_StopEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEngagementCommandOutput>;
|
|
334
|
-
/**
|
|
335
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
338
|
-
/**
|
|
339
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
342
|
-
/**
|
|
343
|
-
* deserializeAws_json1_1UpdateContactCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const de_UpdateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactCommandOutput>;
|
|
346
|
-
/**
|
|
347
|
-
* deserializeAws_json1_1UpdateContactChannelCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const de_UpdateContactChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactChannelCommandOutput>;
|
|
350
|
-
/**
|
|
351
|
-
* deserializeAws_json1_1UpdateRotationCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const de_UpdateRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRotationCommandOutput>;
|