@aws-sdk/client-ssm-contacts 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SSMContacts.d.ts +0 -27
- package/dist-types/ts3.4/SSMContactsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -223
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ssm-contacts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ssm-contacts
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-ssm-contacts
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -108,7 +108,6 @@ import {
|
|
|
108
108
|
UpdateContactCommandOutput,
|
|
109
109
|
} from "./commands/UpdateContactCommand";
|
|
110
110
|
import { SSMContactsClient } from "./SSMContactsClient";
|
|
111
|
-
|
|
112
111
|
export declare class SSMContacts extends SSMContactsClient {
|
|
113
112
|
acceptPage(
|
|
114
113
|
args: AcceptPageCommandInput,
|
|
@@ -123,7 +122,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
123
122
|
options: __HttpHandlerOptions,
|
|
124
123
|
cb: (err: any, data?: AcceptPageCommandOutput) => void
|
|
125
124
|
): void;
|
|
126
|
-
|
|
127
125
|
activateContactChannel(
|
|
128
126
|
args: ActivateContactChannelCommandInput,
|
|
129
127
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +135,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
137
135
|
options: __HttpHandlerOptions,
|
|
138
136
|
cb: (err: any, data?: ActivateContactChannelCommandOutput) => void
|
|
139
137
|
): void;
|
|
140
|
-
|
|
141
138
|
createContact(
|
|
142
139
|
args: CreateContactCommandInput,
|
|
143
140
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +148,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
151
148
|
options: __HttpHandlerOptions,
|
|
152
149
|
cb: (err: any, data?: CreateContactCommandOutput) => void
|
|
153
150
|
): void;
|
|
154
|
-
|
|
155
151
|
createContactChannel(
|
|
156
152
|
args: CreateContactChannelCommandInput,
|
|
157
153
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +161,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
165
161
|
options: __HttpHandlerOptions,
|
|
166
162
|
cb: (err: any, data?: CreateContactChannelCommandOutput) => void
|
|
167
163
|
): void;
|
|
168
|
-
|
|
169
164
|
deactivateContactChannel(
|
|
170
165
|
args: DeactivateContactChannelCommandInput,
|
|
171
166
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +174,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
179
174
|
options: __HttpHandlerOptions,
|
|
180
175
|
cb: (err: any, data?: DeactivateContactChannelCommandOutput) => void
|
|
181
176
|
): void;
|
|
182
|
-
|
|
183
177
|
deleteContact(
|
|
184
178
|
args: DeleteContactCommandInput,
|
|
185
179
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +187,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
193
187
|
options: __HttpHandlerOptions,
|
|
194
188
|
cb: (err: any, data?: DeleteContactCommandOutput) => void
|
|
195
189
|
): void;
|
|
196
|
-
|
|
197
190
|
deleteContactChannel(
|
|
198
191
|
args: DeleteContactChannelCommandInput,
|
|
199
192
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +200,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
207
200
|
options: __HttpHandlerOptions,
|
|
208
201
|
cb: (err: any, data?: DeleteContactChannelCommandOutput) => void
|
|
209
202
|
): void;
|
|
210
|
-
|
|
211
203
|
describeEngagement(
|
|
212
204
|
args: DescribeEngagementCommandInput,
|
|
213
205
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +213,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
221
213
|
options: __HttpHandlerOptions,
|
|
222
214
|
cb: (err: any, data?: DescribeEngagementCommandOutput) => void
|
|
223
215
|
): void;
|
|
224
|
-
|
|
225
216
|
describePage(
|
|
226
217
|
args: DescribePageCommandInput,
|
|
227
218
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +226,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
235
226
|
options: __HttpHandlerOptions,
|
|
236
227
|
cb: (err: any, data?: DescribePageCommandOutput) => void
|
|
237
228
|
): void;
|
|
238
|
-
|
|
239
229
|
getContact(
|
|
240
230
|
args: GetContactCommandInput,
|
|
241
231
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +239,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
249
239
|
options: __HttpHandlerOptions,
|
|
250
240
|
cb: (err: any, data?: GetContactCommandOutput) => void
|
|
251
241
|
): void;
|
|
252
|
-
|
|
253
242
|
getContactChannel(
|
|
254
243
|
args: GetContactChannelCommandInput,
|
|
255
244
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +252,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
263
252
|
options: __HttpHandlerOptions,
|
|
264
253
|
cb: (err: any, data?: GetContactChannelCommandOutput) => void
|
|
265
254
|
): void;
|
|
266
|
-
|
|
267
255
|
getContactPolicy(
|
|
268
256
|
args: GetContactPolicyCommandInput,
|
|
269
257
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +265,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
277
265
|
options: __HttpHandlerOptions,
|
|
278
266
|
cb: (err: any, data?: GetContactPolicyCommandOutput) => void
|
|
279
267
|
): void;
|
|
280
|
-
|
|
281
268
|
listContactChannels(
|
|
282
269
|
args: ListContactChannelsCommandInput,
|
|
283
270
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +278,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
291
278
|
options: __HttpHandlerOptions,
|
|
292
279
|
cb: (err: any, data?: ListContactChannelsCommandOutput) => void
|
|
293
280
|
): void;
|
|
294
|
-
|
|
295
281
|
listContacts(
|
|
296
282
|
args: ListContactsCommandInput,
|
|
297
283
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +291,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
305
291
|
options: __HttpHandlerOptions,
|
|
306
292
|
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
307
293
|
): void;
|
|
308
|
-
|
|
309
294
|
listEngagements(
|
|
310
295
|
args: ListEngagementsCommandInput,
|
|
311
296
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +304,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
319
304
|
options: __HttpHandlerOptions,
|
|
320
305
|
cb: (err: any, data?: ListEngagementsCommandOutput) => void
|
|
321
306
|
): void;
|
|
322
|
-
|
|
323
307
|
listPageReceipts(
|
|
324
308
|
args: ListPageReceiptsCommandInput,
|
|
325
309
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +317,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
333
317
|
options: __HttpHandlerOptions,
|
|
334
318
|
cb: (err: any, data?: ListPageReceiptsCommandOutput) => void
|
|
335
319
|
): void;
|
|
336
|
-
|
|
337
320
|
listPagesByContact(
|
|
338
321
|
args: ListPagesByContactCommandInput,
|
|
339
322
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +330,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
347
330
|
options: __HttpHandlerOptions,
|
|
348
331
|
cb: (err: any, data?: ListPagesByContactCommandOutput) => void
|
|
349
332
|
): void;
|
|
350
|
-
|
|
351
333
|
listPagesByEngagement(
|
|
352
334
|
args: ListPagesByEngagementCommandInput,
|
|
353
335
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +343,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
361
343
|
options: __HttpHandlerOptions,
|
|
362
344
|
cb: (err: any, data?: ListPagesByEngagementCommandOutput) => void
|
|
363
345
|
): void;
|
|
364
|
-
|
|
365
346
|
listTagsForResource(
|
|
366
347
|
args: ListTagsForResourceCommandInput,
|
|
367
348
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +356,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
375
356
|
options: __HttpHandlerOptions,
|
|
376
357
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
377
358
|
): void;
|
|
378
|
-
|
|
379
359
|
putContactPolicy(
|
|
380
360
|
args: PutContactPolicyCommandInput,
|
|
381
361
|
options?: __HttpHandlerOptions
|
|
@@ -389,7 +369,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
389
369
|
options: __HttpHandlerOptions,
|
|
390
370
|
cb: (err: any, data?: PutContactPolicyCommandOutput) => void
|
|
391
371
|
): void;
|
|
392
|
-
|
|
393
372
|
sendActivationCode(
|
|
394
373
|
args: SendActivationCodeCommandInput,
|
|
395
374
|
options?: __HttpHandlerOptions
|
|
@@ -403,7 +382,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
403
382
|
options: __HttpHandlerOptions,
|
|
404
383
|
cb: (err: any, data?: SendActivationCodeCommandOutput) => void
|
|
405
384
|
): void;
|
|
406
|
-
|
|
407
385
|
startEngagement(
|
|
408
386
|
args: StartEngagementCommandInput,
|
|
409
387
|
options?: __HttpHandlerOptions
|
|
@@ -417,7 +395,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
417
395
|
options: __HttpHandlerOptions,
|
|
418
396
|
cb: (err: any, data?: StartEngagementCommandOutput) => void
|
|
419
397
|
): void;
|
|
420
|
-
|
|
421
398
|
stopEngagement(
|
|
422
399
|
args: StopEngagementCommandInput,
|
|
423
400
|
options?: __HttpHandlerOptions
|
|
@@ -431,7 +408,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
431
408
|
options: __HttpHandlerOptions,
|
|
432
409
|
cb: (err: any, data?: StopEngagementCommandOutput) => void
|
|
433
410
|
): void;
|
|
434
|
-
|
|
435
411
|
tagResource(
|
|
436
412
|
args: TagResourceCommandInput,
|
|
437
413
|
options?: __HttpHandlerOptions
|
|
@@ -445,7 +421,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
445
421
|
options: __HttpHandlerOptions,
|
|
446
422
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
447
423
|
): void;
|
|
448
|
-
|
|
449
424
|
untagResource(
|
|
450
425
|
args: UntagResourceCommandInput,
|
|
451
426
|
options?: __HttpHandlerOptions
|
|
@@ -459,7 +434,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
459
434
|
options: __HttpHandlerOptions,
|
|
460
435
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
461
436
|
): void;
|
|
462
|
-
|
|
463
437
|
updateContact(
|
|
464
438
|
args: UpdateContactCommandInput,
|
|
465
439
|
options?: __HttpHandlerOptions
|
|
@@ -473,7 +447,6 @@ export declare class SSMContacts extends SSMContactsClient {
|
|
|
473
447
|
options: __HttpHandlerOptions,
|
|
474
448
|
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
475
449
|
): void;
|
|
476
|
-
|
|
477
450
|
updateContactChannel(
|
|
478
451
|
args: UpdateContactChannelCommandInput,
|
|
479
452
|
options?: __HttpHandlerOptions
|
|
@@ -209,47 +209,26 @@ export declare type ServiceOutputTypes =
|
|
|
209
209
|
export interface ClientDefaults
|
|
210
210
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
211
211
|
requestHandler?: __HttpHandler;
|
|
212
|
-
|
|
213
212
|
sha256?: __HashConstructor;
|
|
214
|
-
|
|
215
213
|
urlParser?: __UrlParser;
|
|
216
|
-
|
|
217
214
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
218
|
-
|
|
219
215
|
streamCollector?: __StreamCollector;
|
|
220
|
-
|
|
221
216
|
base64Decoder?: __Decoder;
|
|
222
|
-
|
|
223
217
|
base64Encoder?: __Encoder;
|
|
224
|
-
|
|
225
218
|
utf8Decoder?: __Decoder;
|
|
226
|
-
|
|
227
219
|
utf8Encoder?: __Encoder;
|
|
228
|
-
|
|
229
220
|
runtime?: string;
|
|
230
|
-
|
|
231
221
|
disableHostPrefix?: boolean;
|
|
232
|
-
|
|
233
222
|
maxAttempts?: number | __Provider<number>;
|
|
234
|
-
|
|
235
223
|
retryMode?: string | __Provider<string>;
|
|
236
|
-
|
|
237
224
|
logger?: __Logger;
|
|
238
|
-
|
|
239
225
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
240
|
-
|
|
241
226
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
242
|
-
|
|
243
227
|
serviceId?: string;
|
|
244
|
-
|
|
245
228
|
region?: string | __Provider<string>;
|
|
246
|
-
|
|
247
229
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
248
|
-
|
|
249
230
|
regionInfoProvider?: RegionInfoProvider;
|
|
250
|
-
|
|
251
231
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
252
|
-
|
|
253
232
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
254
233
|
}
|
|
255
234
|
declare type SSMContactsClientConfigType = Partial<
|
|
@@ -262,7 +241,6 @@ declare type SSMContactsClientConfigType = Partial<
|
|
|
262
241
|
HostHeaderInputConfig &
|
|
263
242
|
AwsAuthInputConfig &
|
|
264
243
|
UserAgentInputConfig;
|
|
265
|
-
|
|
266
244
|
export interface SSMContactsClientConfig extends SSMContactsClientConfigType {}
|
|
267
245
|
declare type SSMContactsClientResolvedConfigType =
|
|
268
246
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -273,10 +251,8 @@ declare type SSMContactsClientResolvedConfigType =
|
|
|
273
251
|
HostHeaderResolvedConfig &
|
|
274
252
|
AwsAuthResolvedConfig &
|
|
275
253
|
UserAgentResolvedConfig;
|
|
276
|
-
|
|
277
254
|
export interface SSMContactsClientResolvedConfig
|
|
278
255
|
extends SSMContactsClientResolvedConfigType {}
|
|
279
|
-
|
|
280
256
|
export declare class SSMContactsClient extends __Client<
|
|
281
257
|
__HttpHandlerOptions,
|
|
282
258
|
ServiceInputTypes,
|
|
@@ -285,7 +261,6 @@ export declare class SSMContactsClient extends __Client<
|
|
|
285
261
|
> {
|
|
286
262
|
readonly config: SSMContactsClientResolvedConfig;
|
|
287
263
|
constructor(configuration: SSMContactsClientConfig);
|
|
288
|
-
|
|
289
264
|
destroy(): void;
|
|
290
265
|
}
|
|
291
266
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AcceptPageCommandInput extends AcceptPageRequest {}
|
|
|
15
15
|
export interface AcceptPageCommandOutput
|
|
16
16
|
extends AcceptPageResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AcceptPageCommand extends $Command<
|
|
20
19
|
AcceptPageCommandInput,
|
|
21
20
|
AcceptPageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AcceptPageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AcceptPageCommandInput;
|
|
25
24
|
constructor(input: AcceptPageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ActivateContactChannelCommandInput
|
|
|
19
19
|
export interface ActivateContactChannelCommandOutput
|
|
20
20
|
extends ActivateContactChannelResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ActivateContactChannelCommand extends $Command<
|
|
24
23
|
ActivateContactChannelCommandInput,
|
|
25
24
|
ActivateContactChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ActivateContactChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ActivateContactChannelCommandInput;
|
|
29
28
|
constructor(input: ActivateContactChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContactChannelCommandInput
|
|
|
19
19
|
export interface CreateContactChannelCommandOutput
|
|
20
20
|
extends CreateContactChannelResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContactChannelCommand extends $Command<
|
|
24
23
|
CreateContactChannelCommandInput,
|
|
25
24
|
CreateContactChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContactChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContactChannelCommandInput;
|
|
29
28
|
constructor(input: CreateContactChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateContactCommandInput extends CreateContactRequest {}
|
|
|
15
15
|
export interface CreateContactCommandOutput
|
|
16
16
|
extends CreateContactResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateContactCommand extends $Command<
|
|
20
19
|
CreateContactCommandInput,
|
|
21
20
|
CreateContactCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateContactCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateContactCommandInput;
|
|
25
24
|
constructor(input: CreateContactCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeactivateContactChannelCommandInput
|
|
|
19
19
|
export interface DeactivateContactChannelCommandOutput
|
|
20
20
|
extends DeactivateContactChannelResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeactivateContactChannelCommand extends $Command<
|
|
24
23
|
DeactivateContactChannelCommandInput,
|
|
25
24
|
DeactivateContactChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeactivateContactChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeactivateContactChannelCommandInput;
|
|
29
28
|
constructor(input: DeactivateContactChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContactChannelCommandInput
|
|
|
19
19
|
export interface DeleteContactChannelCommandOutput
|
|
20
20
|
extends DeleteContactChannelResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContactChannelCommand extends $Command<
|
|
24
23
|
DeleteContactChannelCommandInput,
|
|
25
24
|
DeleteContactChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContactChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContactChannelCommandInput;
|
|
29
28
|
constructor(input: DeleteContactChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteContactCommandInput extends DeleteContactRequest {}
|
|
|
15
15
|
export interface DeleteContactCommandOutput
|
|
16
16
|
extends DeleteContactResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteContactCommand extends $Command<
|
|
20
19
|
DeleteContactCommandInput,
|
|
21
20
|
DeleteContactCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteContactCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteContactCommandInput;
|
|
25
24
|
constructor(input: DeleteContactCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEngagementCommandInput
|
|
|
19
19
|
export interface DescribeEngagementCommandOutput
|
|
20
20
|
extends DescribeEngagementResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEngagementCommand extends $Command<
|
|
24
23
|
DescribeEngagementCommandInput,
|
|
25
24
|
DescribeEngagementCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEngagementCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEngagementCommandInput;
|
|
29
28
|
constructor(input: DescribeEngagementCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribePageCommandInput extends DescribePageRequest {}
|
|
|
15
15
|
export interface DescribePageCommandOutput
|
|
16
16
|
extends DescribePageResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribePageCommand extends $Command<
|
|
20
19
|
DescribePageCommandInput,
|
|
21
20
|
DescribePageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribePageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribePageCommandInput;
|
|
25
24
|
constructor(input: DescribePageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContactChannelCommandInput
|
|
|
19
19
|
export interface GetContactChannelCommandOutput
|
|
20
20
|
extends GetContactChannelResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContactChannelCommand extends $Command<
|
|
24
23
|
GetContactChannelCommandInput,
|
|
25
24
|
GetContactChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContactChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContactChannelCommandInput;
|
|
29
28
|
constructor(input: GetContactChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetContactCommandInput extends GetContactRequest {}
|
|
|
15
15
|
export interface GetContactCommandOutput
|
|
16
16
|
extends GetContactResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetContactCommand extends $Command<
|
|
20
19
|
GetContactCommandInput,
|
|
21
20
|
GetContactCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetContactCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetContactCommandInput;
|
|
25
24
|
constructor(input: GetContactCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetContactPolicyCommandInput extends GetContactPolicyRequest {}
|
|
|
18
18
|
export interface GetContactPolicyCommandOutput
|
|
19
19
|
extends GetContactPolicyResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetContactPolicyCommand extends $Command<
|
|
23
22
|
GetContactPolicyCommandInput,
|
|
24
23
|
GetContactPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetContactPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetContactPolicyCommandInput;
|
|
28
27
|
constructor(input: GetContactPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListContactChannelsCommandInput
|
|
|
19
19
|
export interface ListContactChannelsCommandOutput
|
|
20
20
|
extends ListContactChannelsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListContactChannelsCommand extends $Command<
|
|
24
23
|
ListContactChannelsCommandInput,
|
|
25
24
|
ListContactChannelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListContactChannelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListContactChannelsCommandInput;
|
|
29
28
|
constructor(input: ListContactChannelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
|
15
15
|
export interface ListContactsCommandOutput
|
|
16
16
|
extends ListContactsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListContactsCommand extends $Command<
|
|
20
19
|
ListContactsCommandInput,
|
|
21
20
|
ListContactsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListContactsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListContactsCommandInput;
|
|
25
24
|
constructor(input: ListContactsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListEngagementsCommandInput extends ListEngagementsRequest {}
|
|
|
18
18
|
export interface ListEngagementsCommandOutput
|
|
19
19
|
extends ListEngagementsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListEngagementsCommand extends $Command<
|
|
23
22
|
ListEngagementsCommandInput,
|
|
24
23
|
ListEngagementsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListEngagementsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListEngagementsCommandInput;
|
|
28
27
|
constructor(input: ListEngagementsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPageReceiptsCommandInput extends ListPageReceiptsRequest {}
|
|
|
18
18
|
export interface ListPageReceiptsCommandOutput
|
|
19
19
|
extends ListPageReceiptsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPageReceiptsCommand extends $Command<
|
|
23
22
|
ListPageReceiptsCommandInput,
|
|
24
23
|
ListPageReceiptsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPageReceiptsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPageReceiptsCommandInput;
|
|
28
27
|
constructor(input: ListPageReceiptsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPagesByContactCommandInput
|
|
|
19
19
|
export interface ListPagesByContactCommandOutput
|
|
20
20
|
extends ListPagesByContactResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPagesByContactCommand extends $Command<
|
|
24
23
|
ListPagesByContactCommandInput,
|
|
25
24
|
ListPagesByContactCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPagesByContactCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPagesByContactCommandInput;
|
|
29
28
|
constructor(input: ListPagesByContactCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPagesByEngagementCommandInput
|
|
|
19
19
|
export interface ListPagesByEngagementCommandOutput
|
|
20
20
|
extends ListPagesByEngagementResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPagesByEngagementCommand extends $Command<
|
|
24
23
|
ListPagesByEngagementCommandInput,
|
|
25
24
|
ListPagesByEngagementCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPagesByEngagementCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPagesByEngagementCommandInput;
|
|
29
28
|
constructor(input: ListPagesByEngagementCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SSMContactsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutContactPolicyCommandInput extends PutContactPolicyRequest {}
|
|
|
18
18
|
export interface PutContactPolicyCommandOutput
|
|
19
19
|
extends PutContactPolicyResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutContactPolicyCommand extends $Command<
|
|
23
22
|
PutContactPolicyCommandInput,
|
|
24
23
|
PutContactPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutContactPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutContactPolicyCommandInput;
|
|
28
27
|
constructor(input: PutContactPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SSMContactsClientResolvedConfig,
|