@aws-sdk/client-cognito-sync 3.306.0 → 3.309.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 (39) hide show
  1. package/dist-cjs/commands/BulkPublishCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeIdentityPoolUsageCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeIdentityUsageCommand.js +2 -2
  6. package/dist-cjs/commands/GetBulkPublishDetailsCommand.js +2 -2
  7. package/dist-cjs/commands/GetCognitoEventsCommand.js +2 -2
  8. package/dist-cjs/commands/GetIdentityPoolConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  10. package/dist-cjs/commands/ListIdentityPoolUsageCommand.js +2 -2
  11. package/dist-cjs/commands/ListRecordsCommand.js +2 -2
  12. package/dist-cjs/commands/RegisterDeviceCommand.js +2 -2
  13. package/dist-cjs/commands/SetCognitoEventsCommand.js +2 -2
  14. package/dist-cjs/commands/SetIdentityPoolConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/SubscribeToDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/UnsubscribeFromDatasetCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateRecordsCommand.js +2 -2
  18. package/dist-cjs/protocols/Aws_restJson1.js +249 -257
  19. package/dist-es/commands/BulkPublishCommand.js +3 -3
  20. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  21. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  22. package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +3 -3
  23. package/dist-es/commands/DescribeIdentityUsageCommand.js +3 -3
  24. package/dist-es/commands/GetBulkPublishDetailsCommand.js +3 -3
  25. package/dist-es/commands/GetCognitoEventsCommand.js +3 -3
  26. package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +3 -3
  27. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  28. package/dist-es/commands/ListIdentityPoolUsageCommand.js +3 -3
  29. package/dist-es/commands/ListRecordsCommand.js +3 -3
  30. package/dist-es/commands/RegisterDeviceCommand.js +3 -3
  31. package/dist-es/commands/SetCognitoEventsCommand.js +3 -3
  32. package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +3 -3
  33. package/dist-es/commands/SubscribeToDatasetCommand.js +3 -3
  34. package/dist-es/commands/UnsubscribeFromDatasetCommand.js +3 -3
  35. package/dist-es/commands/UpdateRecordsCommand.js +3 -3
  36. package/dist-es/protocols/Aws_restJson1.js +214 -222
  37. package/dist-types/protocols/Aws_restJson1.d.ts +136 -34
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +34 -34
  39. package/package.json +6 -6
@@ -36,10 +36,10 @@ class BulkPublishCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BulkPublishCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BulkPublishCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BulkPublishCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BulkPublishCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BulkPublishCommand = BulkPublishCommand;
@@ -36,10 +36,10 @@ class DeleteDatasetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
@@ -36,10 +36,10 @@ class DescribeDatasetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeDatasetCommand = DescribeDatasetCommand;
@@ -36,10 +36,10 @@ class DescribeIdentityPoolUsageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeIdentityPoolUsageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeIdentityPoolUsageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeIdentityPoolUsageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeIdentityPoolUsageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeIdentityPoolUsageCommand = DescribeIdentityPoolUsageCommand;
@@ -36,10 +36,10 @@ class DescribeIdentityUsageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeIdentityUsageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeIdentityUsageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeIdentityUsageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeIdentityUsageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeIdentityUsageCommand = DescribeIdentityUsageCommand;
@@ -36,10 +36,10 @@ class GetBulkPublishDetailsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetBulkPublishDetailsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetBulkPublishDetailsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBulkPublishDetailsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetBulkPublishDetailsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBulkPublishDetailsCommand = GetBulkPublishDetailsCommand;
@@ -36,10 +36,10 @@ class GetCognitoEventsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetCognitoEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCognitoEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCognitoEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCognitoEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCognitoEventsCommand = GetCognitoEventsCommand;
@@ -36,10 +36,10 @@ class GetIdentityPoolConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetIdentityPoolConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetIdentityPoolConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIdentityPoolConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetIdentityPoolConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetIdentityPoolConfigurationCommand = GetIdentityPoolConfigurationCommand;
@@ -36,10 +36,10 @@ class ListDatasetsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDatasetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDatasetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDatasetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDatasetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatasetsCommand = ListDatasetsCommand;
@@ -36,10 +36,10 @@ class ListIdentityPoolUsageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListIdentityPoolUsageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListIdentityPoolUsageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListIdentityPoolUsageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListIdentityPoolUsageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListIdentityPoolUsageCommand = ListIdentityPoolUsageCommand;
@@ -36,10 +36,10 @@ class ListRecordsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListRecordsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecordsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecordsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecordsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecordsCommand = ListRecordsCommand;
@@ -36,10 +36,10 @@ class RegisterDeviceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RegisterDeviceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RegisterDeviceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterDeviceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RegisterDeviceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RegisterDeviceCommand = RegisterDeviceCommand;
@@ -36,10 +36,10 @@ class SetCognitoEventsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1SetCognitoEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SetCognitoEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SetCognitoEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SetCognitoEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SetCognitoEventsCommand = SetCognitoEventsCommand;
@@ -36,10 +36,10 @@ class SetIdentityPoolConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1SetIdentityPoolConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SetIdentityPoolConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SetIdentityPoolConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SetIdentityPoolConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SetIdentityPoolConfigurationCommand = SetIdentityPoolConfigurationCommand;
@@ -36,10 +36,10 @@ class SubscribeToDatasetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1SubscribeToDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SubscribeToDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SubscribeToDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SubscribeToDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SubscribeToDatasetCommand = SubscribeToDatasetCommand;
@@ -36,10 +36,10 @@ class UnsubscribeFromDatasetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UnsubscribeFromDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UnsubscribeFromDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UnsubscribeFromDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UnsubscribeFromDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UnsubscribeFromDatasetCommand = UnsubscribeFromDatasetCommand;
@@ -36,10 +36,10 @@ class UpdateRecordsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRecordsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRecordsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRecordsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRecordsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRecordsCommand = UpdateRecordsCommand;