@aws-sdk/client-ssm-contacts 3.496.0 → 3.501.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 +23 -22
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3640,21 +3640,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3640
3640
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3641
3641
|
|
|
3642
3642
|
0 && (module.exports = {
|
|
3643
|
-
|
|
3643
|
+
SSMContactsServiceException,
|
|
3644
|
+
__Client,
|
|
3645
|
+
SSMContactsClient,
|
|
3646
|
+
SSMContacts,
|
|
3647
|
+
$Command,
|
|
3644
3648
|
AcceptPageCommand,
|
|
3645
|
-
AcceptType,
|
|
3646
|
-
AccessDeniedException,
|
|
3647
3649
|
ActivateContactChannelCommand,
|
|
3648
|
-
ActivationStatus,
|
|
3649
|
-
ChannelType,
|
|
3650
|
-
ConflictException,
|
|
3651
|
-
ContactType,
|
|
3652
3650
|
CreateContactChannelCommand,
|
|
3653
3651
|
CreateContactCommand,
|
|
3654
3652
|
CreateRotationCommand,
|
|
3655
3653
|
CreateRotationOverrideCommand,
|
|
3656
|
-
DataEncryptionException,
|
|
3657
|
-
DayOfWeek,
|
|
3658
3654
|
DeactivateContactChannelCommand,
|
|
3659
3655
|
DeleteContactChannelCommand,
|
|
3660
3656
|
DeleteContactCommand,
|
|
@@ -3667,7 +3663,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3667
3663
|
GetContactPolicyCommand,
|
|
3668
3664
|
GetRotationCommand,
|
|
3669
3665
|
GetRotationOverrideCommand,
|
|
3670
|
-
InternalServerException,
|
|
3671
3666
|
ListContactChannelsCommand,
|
|
3672
3667
|
ListContactsCommand,
|
|
3673
3668
|
ListEngagementsCommand,
|
|
@@ -3681,25 +3676,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3681
3676
|
ListRotationsCommand,
|
|
3682
3677
|
ListTagsForResourceCommand,
|
|
3683
3678
|
PutContactPolicyCommand,
|
|
3684
|
-
ReceiptType,
|
|
3685
|
-
ResourceNotFoundException,
|
|
3686
|
-
SSMContacts,
|
|
3687
|
-
SSMContactsClient,
|
|
3688
|
-
SSMContactsServiceException,
|
|
3689
3679
|
SendActivationCodeCommand,
|
|
3690
|
-
ServiceQuotaExceededException,
|
|
3691
|
-
ShiftType,
|
|
3692
3680
|
StartEngagementCommand,
|
|
3693
3681
|
StopEngagementCommand,
|
|
3694
3682
|
TagResourceCommand,
|
|
3695
|
-
ThrottlingException,
|
|
3696
3683
|
UntagResourceCommand,
|
|
3697
3684
|
UpdateContactChannelCommand,
|
|
3698
3685
|
UpdateContactCommand,
|
|
3699
3686
|
UpdateRotationCommand,
|
|
3700
|
-
ValidationException,
|
|
3701
|
-
ValidationExceptionReason,
|
|
3702
|
-
__Client,
|
|
3703
3687
|
paginateListContactChannels,
|
|
3704
3688
|
paginateListContacts,
|
|
3705
3689
|
paginateListEngagements,
|
|
@@ -3710,6 +3694,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3710
3694
|
paginateListPreviewRotationShifts,
|
|
3711
3695
|
paginateListRotationOverrides,
|
|
3712
3696
|
paginateListRotationShifts,
|
|
3713
|
-
paginateListRotations
|
|
3697
|
+
paginateListRotations,
|
|
3698
|
+
AcceptCodeValidation,
|
|
3699
|
+
AcceptType,
|
|
3700
|
+
AccessDeniedException,
|
|
3701
|
+
InternalServerException,
|
|
3702
|
+
ResourceNotFoundException,
|
|
3703
|
+
ThrottlingException,
|
|
3704
|
+
ValidationExceptionReason,
|
|
3705
|
+
ValidationException,
|
|
3706
|
+
ActivationStatus,
|
|
3707
|
+
ChannelType,
|
|
3708
|
+
ConflictException,
|
|
3709
|
+
ContactType,
|
|
3710
|
+
DataEncryptionException,
|
|
3711
|
+
ServiceQuotaExceededException,
|
|
3712
|
+
DayOfWeek,
|
|
3713
|
+
ReceiptType,
|
|
3714
|
+
ShiftType
|
|
3714
3715
|
});
|
|
3715
3716
|
|
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.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm-contacts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|