@aws-sdk/client-sns 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +45 -44
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5794,12 +5794,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5794
5794
  // Annotate the CommonJS export names for ESM import in node:
5795
5795
 
5796
5796
  0 && (module.exports = {
5797
+ SNSServiceException,
5798
+ __Client,
5799
+ SNSClient,
5800
+ SNS,
5801
+ $Command,
5797
5802
  AddPermissionCommand,
5798
- AuthorizationErrorException,
5799
- BatchEntryIdsNotDistinctException,
5800
- BatchRequestTooLongException,
5801
5803
  CheckIfPhoneNumberIsOptedOutCommand,
5802
- ConcurrentAccessException,
5803
5804
  ConfirmSubscriptionCommand,
5804
5805
  CreatePlatformApplicationCommand,
5805
5806
  CreatePlatformEndpointCommand,
@@ -5809,9 +5810,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5809
5810
  DeletePlatformApplicationCommand,
5810
5811
  DeleteSMSSandboxPhoneNumberCommand,
5811
5812
  DeleteTopicCommand,
5812
- EmptyBatchRequestException,
5813
- EndpointDisabledException,
5814
- FilterPolicyLimitExceededException,
5815
5813
  GetDataProtectionPolicyCommand,
5816
5814
  GetEndpointAttributesCommand,
5817
5815
  GetPlatformApplicationAttributesCommand,
@@ -5819,19 +5817,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5819
5817
  GetSMSSandboxAccountStatusCommand,
5820
5818
  GetSubscriptionAttributesCommand,
5821
5819
  GetTopicAttributesCommand,
5822
- InternalErrorException,
5823
- InvalidBatchEntryIdException,
5824
- InvalidParameterException,
5825
- InvalidParameterValueException,
5826
- InvalidSecurityException,
5827
- InvalidStateException,
5828
- KMSAccessDeniedException,
5829
- KMSDisabledException,
5830
- KMSInvalidStateException,
5831
- KMSNotFoundException,
5832
- KMSOptInRequired,
5833
- KMSThrottlingException,
5834
- LanguageCodeString,
5835
5820
  ListEndpointsByPlatformApplicationCommand,
5836
5821
  ListOriginationNumbersCommand,
5837
5822
  ListPhoneNumbersOptedOutCommand,
@@ -5841,50 +5826,66 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5841
5826
  ListSubscriptionsCommand,
5842
5827
  ListTagsForResourceCommand,
5843
5828
  ListTopicsCommand,
5844
- NotFoundException,
5845
- NumberCapability,
5846
5829
  OptInPhoneNumberCommand,
5847
- OptedOutException,
5848
- PlatformApplicationDisabledException,
5849
5830
  PublishBatchCommand,
5850
5831
  PublishCommand,
5851
5832
  PutDataProtectionPolicyCommand,
5852
5833
  RemovePermissionCommand,
5853
- ReplayLimitExceededException,
5854
- ResourceNotFoundException,
5855
- RouteType,
5856
- SMSSandboxPhoneNumberVerificationStatus,
5857
- SNS,
5858
- SNSClient,
5859
- SNSServiceException,
5860
5834
  SetEndpointAttributesCommand,
5861
5835
  SetPlatformApplicationAttributesCommand,
5862
5836
  SetSMSAttributesCommand,
5863
5837
  SetSubscriptionAttributesCommand,
5864
5838
  SetTopicAttributesCommand,
5865
- StaleTagException,
5866
5839
  SubscribeCommand,
5867
- SubscriptionLimitExceededException,
5868
- TagLimitExceededException,
5869
- TagPolicyException,
5870
5840
  TagResourceCommand,
5871
- ThrottledException,
5872
- TooManyEntriesInBatchRequestException,
5873
- TopicLimitExceededException,
5874
5841
  UnsubscribeCommand,
5875
5842
  UntagResourceCommand,
5876
- UserErrorException,
5877
- ValidationException,
5878
- VerificationException,
5879
5843
  VerifySMSSandboxPhoneNumberCommand,
5880
- __Client,
5881
5844
  paginateListEndpointsByPlatformApplication,
5882
5845
  paginateListOriginationNumbers,
5883
5846
  paginateListPhoneNumbersOptedOut,
5884
5847
  paginateListPlatformApplications,
5885
5848
  paginateListSMSSandboxPhoneNumbers,
5886
- paginateListSubscriptions,
5887
5849
  paginateListSubscriptionsByTopic,
5888
- paginateListTopics
5850
+ paginateListSubscriptions,
5851
+ paginateListTopics,
5852
+ AuthorizationErrorException,
5853
+ InternalErrorException,
5854
+ InvalidParameterException,
5855
+ NotFoundException,
5856
+ ThrottledException,
5857
+ FilterPolicyLimitExceededException,
5858
+ ReplayLimitExceededException,
5859
+ SubscriptionLimitExceededException,
5860
+ LanguageCodeString,
5861
+ OptedOutException,
5862
+ UserErrorException,
5863
+ ConcurrentAccessException,
5864
+ InvalidSecurityException,
5865
+ StaleTagException,
5866
+ TagLimitExceededException,
5867
+ TagPolicyException,
5868
+ TopicLimitExceededException,
5869
+ ResourceNotFoundException,
5870
+ InvalidStateException,
5871
+ NumberCapability,
5872
+ RouteType,
5873
+ ValidationException,
5874
+ SMSSandboxPhoneNumberVerificationStatus,
5875
+ EndpointDisabledException,
5876
+ InvalidParameterValueException,
5877
+ KMSAccessDeniedException,
5878
+ KMSDisabledException,
5879
+ KMSInvalidStateException,
5880
+ KMSNotFoundException,
5881
+ KMSOptInRequired,
5882
+ KMSThrottlingException,
5883
+ PlatformApplicationDisabledException,
5884
+ BatchEntryIdsNotDistinctException,
5885
+ BatchRequestTooLongException,
5886
+ EmptyBatchRequestException,
5887
+ InvalidBatchEntryIdException,
5888
+ TooManyEntriesInBatchRequestException,
5889
+ VerificationException
5889
5890
  });
5890
5891
 
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.496.0",
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-sns",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
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",