@aws-sdk/client-cognito-sync 3.496.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 +22 -21
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2041,43 +2041,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2041
2041
  // Annotate the CommonJS export names for ESM import in node:
2042
2042
 
2043
2043
  0 && (module.exports = {
2044
- AlreadyStreamedException,
2045
- BulkPublishCommand,
2046
- BulkPublishStatus,
2047
- CognitoSync,
2048
- CognitoSyncClient,
2049
2044
  CognitoSyncServiceException,
2050
- ConcurrentModificationException,
2045
+ __Client,
2046
+ CognitoSyncClient,
2047
+ CognitoSync,
2048
+ $Command,
2049
+ BulkPublishCommand,
2051
2050
  DeleteDatasetCommand,
2052
2051
  DescribeDatasetCommand,
2053
2052
  DescribeIdentityPoolUsageCommand,
2054
2053
  DescribeIdentityUsageCommand,
2055
- DuplicateRequestException,
2056
2054
  GetBulkPublishDetailsCommand,
2057
2055
  GetCognitoEventsCommand,
2058
2056
  GetIdentityPoolConfigurationCommand,
2059
- InternalErrorException,
2060
- InvalidConfigurationException,
2061
- InvalidLambdaFunctionOutputException,
2062
- InvalidParameterException,
2063
- LambdaThrottledException,
2064
- LimitExceededException,
2065
2057
  ListDatasetsCommand,
2066
2058
  ListIdentityPoolUsageCommand,
2067
2059
  ListRecordsCommand,
2068
- NotAuthorizedException,
2069
- Operation,
2070
- Platform,
2071
2060
  RegisterDeviceCommand,
2072
- ResourceConflictException,
2073
- ResourceNotFoundException,
2074
2061
  SetCognitoEventsCommand,
2075
2062
  SetIdentityPoolConfigurationCommand,
2076
- StreamingStatus,
2077
2063
  SubscribeToDatasetCommand,
2078
- TooManyRequestsException,
2079
2064
  UnsubscribeFromDatasetCommand,
2080
2065
  UpdateRecordsCommand,
2081
- __Client
2066
+ AlreadyStreamedException,
2067
+ DuplicateRequestException,
2068
+ InternalErrorException,
2069
+ InvalidParameterException,
2070
+ NotAuthorizedException,
2071
+ ResourceNotFoundException,
2072
+ ResourceConflictException,
2073
+ TooManyRequestsException,
2074
+ BulkPublishStatus,
2075
+ StreamingStatus,
2076
+ InvalidConfigurationException,
2077
+ Platform,
2078
+ ConcurrentModificationException,
2079
+ InvalidLambdaFunctionOutputException,
2080
+ LambdaThrottledException,
2081
+ LimitExceededException,
2082
+ Operation
2082
2083
  });
2083
2084
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-sync",
3
3
  "description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native",
4
- "version": "3.496.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-cognito-sync",
@@ -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.499.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.499.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",