@aws-sdk/client-sns 3.1061.0 → 3.1063.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.
|
@@ -66,7 +66,7 @@ declare const ConfirmSubscriptionCommand_base: {
|
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link FilterPolicyLimitExceededException} (client fault)
|
|
68
68
|
* <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
|
|
69
|
-
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web
|
|
69
|
+
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
|
|
70
70
|
* Center.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link InternalErrorException} (server fault)
|
|
@@ -61,7 +61,7 @@ declare const SetSubscriptionAttributesCommand_base: {
|
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link FilterPolicyLimitExceededException} (client fault)
|
|
63
63
|
* <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
|
|
64
|
-
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web
|
|
64
|
+
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
|
|
65
65
|
* Center.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalErrorException} (server fault)
|
|
@@ -71,7 +71,7 @@ declare const SubscribeCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link FilterPolicyLimitExceededException} (client fault)
|
|
73
73
|
* <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
|
|
74
|
-
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web
|
|
74
|
+
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
|
|
75
75
|
* Center.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link InternalErrorException} (server fault)
|
|
@@ -63,7 +63,7 @@ export declare class ThrottledException extends __BaseException {
|
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
|
|
66
|
-
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web
|
|
66
|
+
* add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
|
|
67
67
|
* Center.</p>
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
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.1063.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,9 +23,9 @@
|
|
|
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.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.974.18",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.52",
|
|
28
|
+
"@aws-sdk/types": "^3.973.11",
|
|
29
29
|
"@smithy/core": "^3.24.6",
|
|
30
30
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
31
31
|
"@smithy/node-http-handler": "^4.7.6",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
],
|
|
56
56
|
"author": {
|
|
57
57
|
"name": "AWS SDK for JavaScript Team",
|
|
58
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
58
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
59
59
|
},
|
|
60
60
|
"license": "Apache-2.0",
|
|
61
61
|
"browser": {
|