@aws-sdk/client-sns 3.987.0 → 3.989.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 +61 -1704
- package/dist-cjs/models/SNSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +452 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1066 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +219 -213
- package/dist-types/schemas/schemas_0.d.ts +40 -33
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
- package/package.json +13 -13
|
@@ -1,12 +1,50 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
+
export declare var SNSServiceException$: StaticErrorSchema;
|
|
3
4
|
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
4
5
|
export declare var BatchEntryIdsNotDistinctException$: StaticErrorSchema;
|
|
5
6
|
export declare var BatchRequestTooLongException$: StaticErrorSchema;
|
|
7
|
+
export declare var ConcurrentAccessException$: StaticErrorSchema;
|
|
8
|
+
export declare var EmptyBatchRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var EndpointDisabledException$: StaticErrorSchema;
|
|
10
|
+
export declare var FilterPolicyLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidBatchEntryIdException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidSecurityException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
17
|
+
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
18
|
+
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
19
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
20
|
+
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
21
|
+
export declare var KMSOptInRequired$: StaticErrorSchema;
|
|
22
|
+
export declare var KMSThrottlingException$: StaticErrorSchema;
|
|
23
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var OptedOutException$: StaticErrorSchema;
|
|
25
|
+
export declare var PlatformApplicationDisabledException$: StaticErrorSchema;
|
|
26
|
+
export declare var ReplayLimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var StaleTagException$: StaticErrorSchema;
|
|
29
|
+
export declare var SubscriptionLimitExceededException$: StaticErrorSchema;
|
|
30
|
+
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var TagPolicyException$: StaticErrorSchema;
|
|
32
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
33
|
+
export declare var TooManyEntriesInBatchRequestException$: StaticErrorSchema;
|
|
34
|
+
export declare var TopicLimitExceededException$: StaticErrorSchema;
|
|
35
|
+
export declare var UserErrorException$: StaticErrorSchema;
|
|
36
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
37
|
+
export declare var VerificationException$: StaticErrorSchema;
|
|
38
|
+
/**
|
|
39
|
+
* TypeRegistry instances containing modeled errors.
|
|
40
|
+
* @internal
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
44
|
+
export declare var AddPermissionInput$: StaticStructureSchema;
|
|
6
45
|
export declare var BatchResultErrorEntry$: StaticStructureSchema;
|
|
7
46
|
export declare var CheckIfPhoneNumberIsOptedOutInput$: StaticStructureSchema;
|
|
8
47
|
export declare var CheckIfPhoneNumberIsOptedOutResponse$: StaticStructureSchema;
|
|
9
|
-
export declare var ConcurrentAccessException$: StaticErrorSchema;
|
|
10
48
|
export declare var ConfirmSubscriptionInput$: StaticStructureSchema;
|
|
11
49
|
export declare var ConfirmSubscriptionResponse$: StaticStructureSchema;
|
|
12
50
|
export declare var CreateEndpointResponse$: StaticStructureSchema;
|
|
@@ -22,10 +60,7 @@ export declare var DeletePlatformApplicationInput$: StaticStructureSchema;
|
|
|
22
60
|
export declare var DeleteSMSSandboxPhoneNumberInput$: StaticStructureSchema;
|
|
23
61
|
export declare var DeleteSMSSandboxPhoneNumberResult$: StaticStructureSchema;
|
|
24
62
|
export declare var DeleteTopicInput$: StaticStructureSchema;
|
|
25
|
-
export declare var EmptyBatchRequestException$: StaticErrorSchema;
|
|
26
63
|
export declare var Endpoint$: StaticStructureSchema;
|
|
27
|
-
export declare var EndpointDisabledException$: StaticErrorSchema;
|
|
28
|
-
export declare var FilterPolicyLimitExceededException$: StaticErrorSchema;
|
|
29
64
|
export declare var GetDataProtectionPolicyInput$: StaticStructureSchema;
|
|
30
65
|
export declare var GetDataProtectionPolicyResponse$: StaticStructureSchema;
|
|
31
66
|
export declare var GetEndpointAttributesInput$: StaticStructureSchema;
|
|
@@ -40,18 +75,6 @@ export declare var GetSubscriptionAttributesInput$: StaticStructureSchema;
|
|
|
40
75
|
export declare var GetSubscriptionAttributesResponse$: StaticStructureSchema;
|
|
41
76
|
export declare var GetTopicAttributesInput$: StaticStructureSchema;
|
|
42
77
|
export declare var GetTopicAttributesResponse$: StaticStructureSchema;
|
|
43
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
44
|
-
export declare var InvalidBatchEntryIdException$: StaticErrorSchema;
|
|
45
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
46
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
47
|
-
export declare var InvalidSecurityException$: StaticErrorSchema;
|
|
48
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
49
|
-
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
50
|
-
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
51
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
52
|
-
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
53
|
-
export declare var KMSOptInRequired$: StaticErrorSchema;
|
|
54
|
-
export declare var KMSThrottlingException$: StaticErrorSchema;
|
|
55
78
|
export declare var ListEndpointsByPlatformApplicationInput$: StaticStructureSchema;
|
|
56
79
|
export declare var ListEndpointsByPlatformApplicationResponse$: StaticStructureSchema;
|
|
57
80
|
export declare var ListOriginationNumbersRequest$: StaticStructureSchema;
|
|
@@ -71,13 +94,10 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
71
94
|
export declare var ListTopicsInput$: StaticStructureSchema;
|
|
72
95
|
export declare var ListTopicsResponse$: StaticStructureSchema;
|
|
73
96
|
export declare var MessageAttributeValue$: StaticStructureSchema;
|
|
74
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
75
|
-
export declare var OptedOutException$: StaticErrorSchema;
|
|
76
97
|
export declare var OptInPhoneNumberInput$: StaticStructureSchema;
|
|
77
98
|
export declare var OptInPhoneNumberResponse$: StaticStructureSchema;
|
|
78
99
|
export declare var PhoneNumberInformation$: StaticStructureSchema;
|
|
79
100
|
export declare var PlatformApplication$: StaticStructureSchema;
|
|
80
|
-
export declare var PlatformApplicationDisabledException$: StaticErrorSchema;
|
|
81
101
|
export declare var PublishBatchInput$: StaticStructureSchema;
|
|
82
102
|
export declare var PublishBatchRequestEntry$: StaticStructureSchema;
|
|
83
103
|
export declare var PublishBatchResponse$: StaticStructureSchema;
|
|
@@ -86,8 +106,6 @@ export declare var PublishInput$: StaticStructureSchema;
|
|
|
86
106
|
export declare var PublishResponse$: StaticStructureSchema;
|
|
87
107
|
export declare var PutDataProtectionPolicyInput$: StaticStructureSchema;
|
|
88
108
|
export declare var RemovePermissionInput$: StaticStructureSchema;
|
|
89
|
-
export declare var ReplayLimitExceededException$: StaticErrorSchema;
|
|
90
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
91
109
|
export declare var SetEndpointAttributesInput$: StaticStructureSchema;
|
|
92
110
|
export declare var SetPlatformApplicationAttributesInput$: StaticStructureSchema;
|
|
93
111
|
export declare var SetSMSAttributesInput$: StaticStructureSchema;
|
|
@@ -95,29 +113,18 @@ export declare var SetSMSAttributesResponse$: StaticStructureSchema;
|
|
|
95
113
|
export declare var SetSubscriptionAttributesInput$: StaticStructureSchema;
|
|
96
114
|
export declare var SetTopicAttributesInput$: StaticStructureSchema;
|
|
97
115
|
export declare var SMSSandboxPhoneNumber$: StaticStructureSchema;
|
|
98
|
-
export declare var StaleTagException$: StaticErrorSchema;
|
|
99
116
|
export declare var SubscribeInput$: StaticStructureSchema;
|
|
100
117
|
export declare var SubscribeResponse$: StaticStructureSchema;
|
|
101
118
|
export declare var Subscription$: StaticStructureSchema;
|
|
102
|
-
export declare var SubscriptionLimitExceededException$: StaticErrorSchema;
|
|
103
119
|
export declare var Tag$: StaticStructureSchema;
|
|
104
|
-
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
105
|
-
export declare var TagPolicyException$: StaticErrorSchema;
|
|
106
120
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
107
121
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
108
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
109
|
-
export declare var TooManyEntriesInBatchRequestException$: StaticErrorSchema;
|
|
110
122
|
export declare var Topic$: StaticStructureSchema;
|
|
111
|
-
export declare var TopicLimitExceededException$: StaticErrorSchema;
|
|
112
123
|
export declare var UnsubscribeInput$: StaticStructureSchema;
|
|
113
124
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
114
125
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
115
|
-
export declare var UserErrorException$: StaticErrorSchema;
|
|
116
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
117
|
-
export declare var VerificationException$: StaticErrorSchema;
|
|
118
126
|
export declare var VerifySMSSandboxPhoneNumberInput$: StaticStructureSchema;
|
|
119
127
|
export declare var VerifySMSSandboxPhoneNumberResult$: StaticStructureSchema;
|
|
120
|
-
export declare var SNSServiceException$: StaticErrorSchema;
|
|
121
128
|
export declare var AddPermission$: StaticOperationSchema;
|
|
122
129
|
export declare var CheckIfPhoneNumberIsOptedOut$: StaticOperationSchema;
|
|
123
130
|
export declare var ConfirmSubscription$: StaticOperationSchema;
|
|
@@ -1,16 +1,49 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
+
export declare var SNSServiceException$: StaticErrorSchema;
|
|
7
8
|
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
8
9
|
export declare var BatchEntryIdsNotDistinctException$: StaticErrorSchema;
|
|
9
10
|
export declare var BatchRequestTooLongException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConcurrentAccessException$: StaticErrorSchema;
|
|
12
|
+
export declare var EmptyBatchRequestException$: StaticErrorSchema;
|
|
13
|
+
export declare var EndpointDisabledException$: StaticErrorSchema;
|
|
14
|
+
export declare var FilterPolicyLimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidBatchEntryIdException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidSecurityException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
21
|
+
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
22
|
+
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
23
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
24
|
+
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
25
|
+
export declare var KMSOptInRequired$: StaticErrorSchema;
|
|
26
|
+
export declare var KMSThrottlingException$: StaticErrorSchema;
|
|
27
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var OptedOutException$: StaticErrorSchema;
|
|
29
|
+
export declare var PlatformApplicationDisabledException$: StaticErrorSchema;
|
|
30
|
+
export declare var ReplayLimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
32
|
+
export declare var StaleTagException$: StaticErrorSchema;
|
|
33
|
+
export declare var SubscriptionLimitExceededException$: StaticErrorSchema;
|
|
34
|
+
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
35
|
+
export declare var TagPolicyException$: StaticErrorSchema;
|
|
36
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
37
|
+
export declare var TooManyEntriesInBatchRequestException$: StaticErrorSchema;
|
|
38
|
+
export declare var TopicLimitExceededException$: StaticErrorSchema;
|
|
39
|
+
export declare var UserErrorException$: StaticErrorSchema;
|
|
40
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
41
|
+
export declare var VerificationException$: StaticErrorSchema;
|
|
42
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
43
|
+
export declare var AddPermissionInput$: StaticStructureSchema;
|
|
10
44
|
export declare var BatchResultErrorEntry$: StaticStructureSchema;
|
|
11
45
|
export declare var CheckIfPhoneNumberIsOptedOutInput$: StaticStructureSchema;
|
|
12
46
|
export declare var CheckIfPhoneNumberIsOptedOutResponse$: StaticStructureSchema;
|
|
13
|
-
export declare var ConcurrentAccessException$: StaticErrorSchema;
|
|
14
47
|
export declare var ConfirmSubscriptionInput$: StaticStructureSchema;
|
|
15
48
|
export declare var ConfirmSubscriptionResponse$: StaticStructureSchema;
|
|
16
49
|
export declare var CreateEndpointResponse$: StaticStructureSchema;
|
|
@@ -26,10 +59,7 @@ export declare var DeletePlatformApplicationInput$: StaticStructureSchema;
|
|
|
26
59
|
export declare var DeleteSMSSandboxPhoneNumberInput$: StaticStructureSchema;
|
|
27
60
|
export declare var DeleteSMSSandboxPhoneNumberResult$: StaticStructureSchema;
|
|
28
61
|
export declare var DeleteTopicInput$: StaticStructureSchema;
|
|
29
|
-
export declare var EmptyBatchRequestException$: StaticErrorSchema;
|
|
30
62
|
export declare var Endpoint$: StaticStructureSchema;
|
|
31
|
-
export declare var EndpointDisabledException$: StaticErrorSchema;
|
|
32
|
-
export declare var FilterPolicyLimitExceededException$: StaticErrorSchema;
|
|
33
63
|
export declare var GetDataProtectionPolicyInput$: StaticStructureSchema;
|
|
34
64
|
export declare var GetDataProtectionPolicyResponse$: StaticStructureSchema;
|
|
35
65
|
export declare var GetEndpointAttributesInput$: StaticStructureSchema;
|
|
@@ -44,18 +74,6 @@ export declare var GetSubscriptionAttributesInput$: StaticStructureSchema;
|
|
|
44
74
|
export declare var GetSubscriptionAttributesResponse$: StaticStructureSchema;
|
|
45
75
|
export declare var GetTopicAttributesInput$: StaticStructureSchema;
|
|
46
76
|
export declare var GetTopicAttributesResponse$: StaticStructureSchema;
|
|
47
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
48
|
-
export declare var InvalidBatchEntryIdException$: StaticErrorSchema;
|
|
49
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
50
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
51
|
-
export declare var InvalidSecurityException$: StaticErrorSchema;
|
|
52
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
53
|
-
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
54
|
-
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
55
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
56
|
-
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
57
|
-
export declare var KMSOptInRequired$: StaticErrorSchema;
|
|
58
|
-
export declare var KMSThrottlingException$: StaticErrorSchema;
|
|
59
77
|
export declare var ListEndpointsByPlatformApplicationInput$: StaticStructureSchema;
|
|
60
78
|
export declare var ListEndpointsByPlatformApplicationResponse$: StaticStructureSchema;
|
|
61
79
|
export declare var ListOriginationNumbersRequest$: StaticStructureSchema;
|
|
@@ -75,13 +93,10 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
75
93
|
export declare var ListTopicsInput$: StaticStructureSchema;
|
|
76
94
|
export declare var ListTopicsResponse$: StaticStructureSchema;
|
|
77
95
|
export declare var MessageAttributeValue$: StaticStructureSchema;
|
|
78
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
79
|
-
export declare var OptedOutException$: StaticErrorSchema;
|
|
80
96
|
export declare var OptInPhoneNumberInput$: StaticStructureSchema;
|
|
81
97
|
export declare var OptInPhoneNumberResponse$: StaticStructureSchema;
|
|
82
98
|
export declare var PhoneNumberInformation$: StaticStructureSchema;
|
|
83
99
|
export declare var PlatformApplication$: StaticStructureSchema;
|
|
84
|
-
export declare var PlatformApplicationDisabledException$: StaticErrorSchema;
|
|
85
100
|
export declare var PublishBatchInput$: StaticStructureSchema;
|
|
86
101
|
export declare var PublishBatchRequestEntry$: StaticStructureSchema;
|
|
87
102
|
export declare var PublishBatchResponse$: StaticStructureSchema;
|
|
@@ -90,8 +105,6 @@ export declare var PublishInput$: StaticStructureSchema;
|
|
|
90
105
|
export declare var PublishResponse$: StaticStructureSchema;
|
|
91
106
|
export declare var PutDataProtectionPolicyInput$: StaticStructureSchema;
|
|
92
107
|
export declare var RemovePermissionInput$: StaticStructureSchema;
|
|
93
|
-
export declare var ReplayLimitExceededException$: StaticErrorSchema;
|
|
94
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
95
108
|
export declare var SetEndpointAttributesInput$: StaticStructureSchema;
|
|
96
109
|
export declare var SetPlatformApplicationAttributesInput$: StaticStructureSchema;
|
|
97
110
|
export declare var SetSMSAttributesInput$: StaticStructureSchema;
|
|
@@ -99,29 +112,18 @@ export declare var SetSMSAttributesResponse$: StaticStructureSchema;
|
|
|
99
112
|
export declare var SetSubscriptionAttributesInput$: StaticStructureSchema;
|
|
100
113
|
export declare var SetTopicAttributesInput$: StaticStructureSchema;
|
|
101
114
|
export declare var SMSSandboxPhoneNumber$: StaticStructureSchema;
|
|
102
|
-
export declare var StaleTagException$: StaticErrorSchema;
|
|
103
115
|
export declare var SubscribeInput$: StaticStructureSchema;
|
|
104
116
|
export declare var SubscribeResponse$: StaticStructureSchema;
|
|
105
117
|
export declare var Subscription$: StaticStructureSchema;
|
|
106
|
-
export declare var SubscriptionLimitExceededException$: StaticErrorSchema;
|
|
107
118
|
export declare var Tag$: StaticStructureSchema;
|
|
108
|
-
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
109
|
-
export declare var TagPolicyException$: StaticErrorSchema;
|
|
110
119
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
111
120
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
112
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
113
|
-
export declare var TooManyEntriesInBatchRequestException$: StaticErrorSchema;
|
|
114
121
|
export declare var Topic$: StaticStructureSchema;
|
|
115
|
-
export declare var TopicLimitExceededException$: StaticErrorSchema;
|
|
116
122
|
export declare var UnsubscribeInput$: StaticStructureSchema;
|
|
117
123
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
118
124
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
119
|
-
export declare var UserErrorException$: StaticErrorSchema;
|
|
120
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
121
|
-
export declare var VerificationException$: StaticErrorSchema;
|
|
122
125
|
export declare var VerifySMSSandboxPhoneNumberInput$: StaticStructureSchema;
|
|
123
126
|
export declare var VerifySMSSandboxPhoneNumberResult$: StaticStructureSchema;
|
|
124
|
-
export declare var SNSServiceException$: StaticErrorSchema;
|
|
125
127
|
export declare var AddPermission$: StaticOperationSchema;
|
|
126
128
|
export declare var CheckIfPhoneNumberIsOptedOut$: StaticOperationSchema;
|
|
127
129
|
export declare var ConfirmSubscription$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sns",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|