@aws-sdk/client-sns 3.495.0 → 3.499.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 +47 -44
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -5792,13 +5792,15 @@ var paginateListTopics = (0, import_core.createPaginator)(SNSClient, ListTopicsC
5792
5792
  // src/index.ts
5793
5793
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5794
5794
  // Annotate the CommonJS export names for ESM import in node:
5795
+
5795
5796
  0 && (module.exports = {
5797
+ SNSServiceException,
5798
+ __Client,
5799
+ SNSClient,
5800
+ SNS,
5801
+ $Command,
5796
5802
  AddPermissionCommand,
5797
- AuthorizationErrorException,
5798
- BatchEntryIdsNotDistinctException,
5799
- BatchRequestTooLongException,
5800
5803
  CheckIfPhoneNumberIsOptedOutCommand,
5801
- ConcurrentAccessException,
5802
5804
  ConfirmSubscriptionCommand,
5803
5805
  CreatePlatformApplicationCommand,
5804
5806
  CreatePlatformEndpointCommand,
@@ -5808,9 +5810,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5808
5810
  DeletePlatformApplicationCommand,
5809
5811
  DeleteSMSSandboxPhoneNumberCommand,
5810
5812
  DeleteTopicCommand,
5811
- EmptyBatchRequestException,
5812
- EndpointDisabledException,
5813
- FilterPolicyLimitExceededException,
5814
5813
  GetDataProtectionPolicyCommand,
5815
5814
  GetEndpointAttributesCommand,
5816
5815
  GetPlatformApplicationAttributesCommand,
@@ -5818,19 +5817,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5818
5817
  GetSMSSandboxAccountStatusCommand,
5819
5818
  GetSubscriptionAttributesCommand,
5820
5819
  GetTopicAttributesCommand,
5821
- InternalErrorException,
5822
- InvalidBatchEntryIdException,
5823
- InvalidParameterException,
5824
- InvalidParameterValueException,
5825
- InvalidSecurityException,
5826
- InvalidStateException,
5827
- KMSAccessDeniedException,
5828
- KMSDisabledException,
5829
- KMSInvalidStateException,
5830
- KMSNotFoundException,
5831
- KMSOptInRequired,
5832
- KMSThrottlingException,
5833
- LanguageCodeString,
5834
5820
  ListEndpointsByPlatformApplicationCommand,
5835
5821
  ListOriginationNumbersCommand,
5836
5822
  ListPhoneNumbersOptedOutCommand,
@@ -5840,49 +5826,66 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5840
5826
  ListSubscriptionsCommand,
5841
5827
  ListTagsForResourceCommand,
5842
5828
  ListTopicsCommand,
5843
- NotFoundException,
5844
- NumberCapability,
5845
5829
  OptInPhoneNumberCommand,
5846
- OptedOutException,
5847
- PlatformApplicationDisabledException,
5848
5830
  PublishBatchCommand,
5849
5831
  PublishCommand,
5850
5832
  PutDataProtectionPolicyCommand,
5851
5833
  RemovePermissionCommand,
5852
- ReplayLimitExceededException,
5853
- ResourceNotFoundException,
5854
- RouteType,
5855
- SMSSandboxPhoneNumberVerificationStatus,
5856
- SNS,
5857
- SNSClient,
5858
- SNSServiceException,
5859
5834
  SetEndpointAttributesCommand,
5860
5835
  SetPlatformApplicationAttributesCommand,
5861
5836
  SetSMSAttributesCommand,
5862
5837
  SetSubscriptionAttributesCommand,
5863
5838
  SetTopicAttributesCommand,
5864
- StaleTagException,
5865
5839
  SubscribeCommand,
5866
- SubscriptionLimitExceededException,
5867
- TagLimitExceededException,
5868
- TagPolicyException,
5869
5840
  TagResourceCommand,
5870
- ThrottledException,
5871
- TooManyEntriesInBatchRequestException,
5872
- TopicLimitExceededException,
5873
5841
  UnsubscribeCommand,
5874
5842
  UntagResourceCommand,
5875
- UserErrorException,
5876
- ValidationException,
5877
- VerificationException,
5878
5843
  VerifySMSSandboxPhoneNumberCommand,
5879
- __Client,
5880
5844
  paginateListEndpointsByPlatformApplication,
5881
5845
  paginateListOriginationNumbers,
5882
5846
  paginateListPhoneNumbersOptedOut,
5883
5847
  paginateListPlatformApplications,
5884
5848
  paginateListSMSSandboxPhoneNumbers,
5885
- paginateListSubscriptions,
5886
5849
  paginateListSubscriptionsByTopic,
5887
- 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
5888
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "fast-xml-parser": "4.2.5",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",