@aws-sdk/client-ssm-contacts 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AcceptPageCommand.js +2 -3
- package/dist-cjs/commands/ActivateContactChannelCommand.js +2 -3
- package/dist-cjs/commands/CreateContactChannelCommand.js +2 -3
- package/dist-cjs/commands/CreateContactCommand.js +2 -3
- package/dist-cjs/commands/DeactivateContactChannelCommand.js +2 -3
- package/dist-cjs/commands/DeleteContactChannelCommand.js +2 -3
- package/dist-cjs/commands/DeleteContactCommand.js +2 -3
- package/dist-cjs/commands/DescribeEngagementCommand.js +2 -3
- package/dist-cjs/commands/DescribePageCommand.js +2 -3
- package/dist-cjs/commands/GetContactChannelCommand.js +2 -3
- package/dist-cjs/commands/GetContactCommand.js +2 -3
- package/dist-cjs/commands/GetContactPolicyCommand.js +2 -3
- package/dist-cjs/commands/ListContactChannelsCommand.js +2 -3
- package/dist-cjs/commands/ListContactsCommand.js +2 -3
- package/dist-cjs/commands/ListEngagementsCommand.js +2 -3
- package/dist-cjs/commands/ListPageReceiptsCommand.js +2 -3
- package/dist-cjs/commands/ListPagesByContactCommand.js +2 -3
- package/dist-cjs/commands/ListPagesByEngagementCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutContactPolicyCommand.js +2 -3
- package/dist-cjs/commands/SendActivationCodeCommand.js +2 -3
- package/dist-cjs/commands/StartEngagementCommand.js +2 -3
- package/dist-cjs/commands/StopEngagementCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateContactChannelCommand.js +2 -3
- package/dist-cjs/commands/UpdateContactCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-es/commands/AcceptPageCommand.js +2 -3
- package/dist-es/commands/ActivateContactChannelCommand.js +2 -3
- package/dist-es/commands/CreateContactChannelCommand.js +2 -3
- package/dist-es/commands/CreateContactCommand.js +2 -3
- package/dist-es/commands/DeactivateContactChannelCommand.js +2 -3
- package/dist-es/commands/DeleteContactChannelCommand.js +2 -3
- package/dist-es/commands/DeleteContactCommand.js +2 -3
- package/dist-es/commands/DescribeEngagementCommand.js +2 -3
- package/dist-es/commands/DescribePageCommand.js +2 -3
- package/dist-es/commands/GetContactChannelCommand.js +2 -3
- package/dist-es/commands/GetContactCommand.js +2 -3
- package/dist-es/commands/GetContactPolicyCommand.js +2 -3
- package/dist-es/commands/ListContactChannelsCommand.js +2 -3
- package/dist-es/commands/ListContactsCommand.js +2 -3
- package/dist-es/commands/ListEngagementsCommand.js +2 -3
- package/dist-es/commands/ListPageReceiptsCommand.js +2 -3
- package/dist-es/commands/ListPagesByContactCommand.js +2 -3
- package/dist-es/commands/ListPagesByEngagementCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutContactPolicyCommand.js +2 -3
- package/dist-es/commands/SendActivationCodeCommand.js +2 -3
- package/dist-es/commands/StartEngagementCommand.js +2 -3
- package/dist-es/commands/StopEngagementCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateContactChannelCommand.js +2 -3
- package/dist-es/commands/UpdateContactCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -204
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/ts3.4/models/models_0.d.ts +0 -186
- package/package.json +11 -10
|
@@ -401,189 +401,3 @@ export interface UpdateContactChannelRequest {
|
|
|
401
401
|
DeliveryAddress?: ContactChannelAddress;
|
|
402
402
|
}
|
|
403
403
|
export interface UpdateContactChannelResult {}
|
|
404
|
-
export declare const AcceptPageRequestFilterSensitiveLog: (
|
|
405
|
-
obj: AcceptPageRequest
|
|
406
|
-
) => any;
|
|
407
|
-
export declare const AcceptPageResultFilterSensitiveLog: (
|
|
408
|
-
obj: AcceptPageResult
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
411
|
-
obj: ValidationExceptionField
|
|
412
|
-
) => any;
|
|
413
|
-
export declare const ActivateContactChannelRequestFilterSensitiveLog: (
|
|
414
|
-
obj: ActivateContactChannelRequest
|
|
415
|
-
) => any;
|
|
416
|
-
export declare const ActivateContactChannelResultFilterSensitiveLog: (
|
|
417
|
-
obj: ActivateContactChannelResult
|
|
418
|
-
) => any;
|
|
419
|
-
export declare const ChannelTargetInfoFilterSensitiveLog: (
|
|
420
|
-
obj: ChannelTargetInfo
|
|
421
|
-
) => any;
|
|
422
|
-
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
423
|
-
export declare const ContactChannelAddressFilterSensitiveLog: (
|
|
424
|
-
obj: ContactChannelAddress
|
|
425
|
-
) => any;
|
|
426
|
-
export declare const ContactChannelFilterSensitiveLog: (
|
|
427
|
-
obj: ContactChannel
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const ContactTargetInfoFilterSensitiveLog: (
|
|
430
|
-
obj: ContactTargetInfo
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
433
|
-
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
434
|
-
export declare const PlanFilterSensitiveLog: (obj: Plan) => any;
|
|
435
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
436
|
-
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
437
|
-
obj: CreateContactRequest
|
|
438
|
-
) => any;
|
|
439
|
-
export declare const CreateContactResultFilterSensitiveLog: (
|
|
440
|
-
obj: CreateContactResult
|
|
441
|
-
) => any;
|
|
442
|
-
export declare const CreateContactChannelRequestFilterSensitiveLog: (
|
|
443
|
-
obj: CreateContactChannelRequest
|
|
444
|
-
) => any;
|
|
445
|
-
export declare const CreateContactChannelResultFilterSensitiveLog: (
|
|
446
|
-
obj: CreateContactChannelResult
|
|
447
|
-
) => any;
|
|
448
|
-
export declare const DeactivateContactChannelRequestFilterSensitiveLog: (
|
|
449
|
-
obj: DeactivateContactChannelRequest
|
|
450
|
-
) => any;
|
|
451
|
-
export declare const DeactivateContactChannelResultFilterSensitiveLog: (
|
|
452
|
-
obj: DeactivateContactChannelResult
|
|
453
|
-
) => any;
|
|
454
|
-
export declare const DeleteContactRequestFilterSensitiveLog: (
|
|
455
|
-
obj: DeleteContactRequest
|
|
456
|
-
) => any;
|
|
457
|
-
export declare const DeleteContactResultFilterSensitiveLog: (
|
|
458
|
-
obj: DeleteContactResult
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const DeleteContactChannelRequestFilterSensitiveLog: (
|
|
461
|
-
obj: DeleteContactChannelRequest
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const DeleteContactChannelResultFilterSensitiveLog: (
|
|
464
|
-
obj: DeleteContactChannelResult
|
|
465
|
-
) => any;
|
|
466
|
-
export declare const DescribeEngagementRequestFilterSensitiveLog: (
|
|
467
|
-
obj: DescribeEngagementRequest
|
|
468
|
-
) => any;
|
|
469
|
-
export declare const DescribeEngagementResultFilterSensitiveLog: (
|
|
470
|
-
obj: DescribeEngagementResult
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const DescribePageRequestFilterSensitiveLog: (
|
|
473
|
-
obj: DescribePageRequest
|
|
474
|
-
) => any;
|
|
475
|
-
export declare const DescribePageResultFilterSensitiveLog: (
|
|
476
|
-
obj: DescribePageResult
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const EngagementFilterSensitiveLog: (obj: Engagement) => any;
|
|
479
|
-
export declare const GetContactRequestFilterSensitiveLog: (
|
|
480
|
-
obj: GetContactRequest
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const GetContactResultFilterSensitiveLog: (
|
|
483
|
-
obj: GetContactResult
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const GetContactChannelRequestFilterSensitiveLog: (
|
|
486
|
-
obj: GetContactChannelRequest
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const GetContactChannelResultFilterSensitiveLog: (
|
|
489
|
-
obj: GetContactChannelResult
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const GetContactPolicyRequestFilterSensitiveLog: (
|
|
492
|
-
obj: GetContactPolicyRequest
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const GetContactPolicyResultFilterSensitiveLog: (
|
|
495
|
-
obj: GetContactPolicyResult
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const ListContactChannelsRequestFilterSensitiveLog: (
|
|
498
|
-
obj: ListContactChannelsRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const ListContactChannelsResultFilterSensitiveLog: (
|
|
501
|
-
obj: ListContactChannelsResult
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const ListContactsRequestFilterSensitiveLog: (
|
|
504
|
-
obj: ListContactsRequest
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const ListContactsResultFilterSensitiveLog: (
|
|
507
|
-
obj: ListContactsResult
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
510
|
-
export declare const ListEngagementsRequestFilterSensitiveLog: (
|
|
511
|
-
obj: ListEngagementsRequest
|
|
512
|
-
) => any;
|
|
513
|
-
export declare const ListEngagementsResultFilterSensitiveLog: (
|
|
514
|
-
obj: ListEngagementsResult
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const ListPageReceiptsRequestFilterSensitiveLog: (
|
|
517
|
-
obj: ListPageReceiptsRequest
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const ReceiptFilterSensitiveLog: (obj: Receipt) => any;
|
|
520
|
-
export declare const ListPageReceiptsResultFilterSensitiveLog: (
|
|
521
|
-
obj: ListPageReceiptsResult
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const ListPagesByContactRequestFilterSensitiveLog: (
|
|
524
|
-
obj: ListPagesByContactRequest
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const PageFilterSensitiveLog: (obj: Page) => any;
|
|
527
|
-
export declare const ListPagesByContactResultFilterSensitiveLog: (
|
|
528
|
-
obj: ListPagesByContactResult
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const ListPagesByEngagementRequestFilterSensitiveLog: (
|
|
531
|
-
obj: ListPagesByEngagementRequest
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const ListPagesByEngagementResultFilterSensitiveLog: (
|
|
534
|
-
obj: ListPagesByEngagementResult
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
537
|
-
obj: ListTagsForResourceRequest
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
540
|
-
obj: ListTagsForResourceResult
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const PutContactPolicyRequestFilterSensitiveLog: (
|
|
543
|
-
obj: PutContactPolicyRequest
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const PutContactPolicyResultFilterSensitiveLog: (
|
|
546
|
-
obj: PutContactPolicyResult
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const SendActivationCodeRequestFilterSensitiveLog: (
|
|
549
|
-
obj: SendActivationCodeRequest
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const SendActivationCodeResultFilterSensitiveLog: (
|
|
552
|
-
obj: SendActivationCodeResult
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const StartEngagementRequestFilterSensitiveLog: (
|
|
555
|
-
obj: StartEngagementRequest
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const StartEngagementResultFilterSensitiveLog: (
|
|
558
|
-
obj: StartEngagementResult
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const StopEngagementRequestFilterSensitiveLog: (
|
|
561
|
-
obj: StopEngagementRequest
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const StopEngagementResultFilterSensitiveLog: (
|
|
564
|
-
obj: StopEngagementResult
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
567
|
-
obj: TagResourceRequest
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const TagResourceResultFilterSensitiveLog: (
|
|
570
|
-
obj: TagResourceResult
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
573
|
-
obj: UntagResourceRequest
|
|
574
|
-
) => any;
|
|
575
|
-
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
576
|
-
obj: UntagResourceResult
|
|
577
|
-
) => any;
|
|
578
|
-
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
579
|
-
obj: UpdateContactRequest
|
|
580
|
-
) => any;
|
|
581
|
-
export declare const UpdateContactResultFilterSensitiveLog: (
|
|
582
|
-
obj: UpdateContactResult
|
|
583
|
-
) => any;
|
|
584
|
-
export declare const UpdateContactChannelRequestFilterSensitiveLog: (
|
|
585
|
-
obj: UpdateContactChannelRequest
|
|
586
|
-
) => any;
|
|
587
|
-
export declare const UpdateContactChannelResultFilterSensitiveLog: (
|
|
588
|
-
obj: UpdateContactChannelResult
|
|
589
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-contacts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo ssm-contacts"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|