@aws-sdk/client-sns 3.1061.0 → 3.1062.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 ServicesSupport
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 ServicesSupport
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 ServicesSupport
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 ServicesSupport
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.1061.0",
4
+ "version": "3.1062.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",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "^3.974.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.50",
27
+ "@aws-sdk/credential-provider-node": "^3.972.51",
28
28
  "@aws-sdk/types": "^3.973.10",
29
29
  "@smithy/core": "^3.24.6",
30
30
  "@smithy/fetch-http-handler": "^5.4.6",