@aws-sdk/client-resource-explorer-2 3.303.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 (43) hide show
  1. package/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetViewCommand.js +2 -2
  3. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  4. package/dist-cjs/commands/CreateViewCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteIndexCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteViewCommand.js +2 -2
  7. package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
  8. package/dist-cjs/commands/GetDefaultViewCommand.js +2 -2
  9. package/dist-cjs/commands/GetIndexCommand.js +2 -2
  10. package/dist-cjs/commands/GetViewCommand.js +2 -2
  11. package/dist-cjs/commands/ListIndexesCommand.js +2 -2
  12. package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -2
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-cjs/commands/ListViewsCommand.js +2 -2
  15. package/dist-cjs/commands/SearchCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateViewCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +291 -293
  21. package/dist-es/commands/AssociateDefaultViewCommand.js +3 -3
  22. package/dist-es/commands/BatchGetViewCommand.js +3 -3
  23. package/dist-es/commands/CreateIndexCommand.js +3 -3
  24. package/dist-es/commands/CreateViewCommand.js +3 -3
  25. package/dist-es/commands/DeleteIndexCommand.js +3 -3
  26. package/dist-es/commands/DeleteViewCommand.js +3 -3
  27. package/dist-es/commands/DisassociateDefaultViewCommand.js +3 -3
  28. package/dist-es/commands/GetDefaultViewCommand.js +3 -3
  29. package/dist-es/commands/GetIndexCommand.js +3 -3
  30. package/dist-es/commands/GetViewCommand.js +3 -3
  31. package/dist-es/commands/ListIndexesCommand.js +3 -3
  32. package/dist-es/commands/ListSupportedResourceTypesCommand.js +3 -3
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  34. package/dist-es/commands/ListViewsCommand.js +3 -3
  35. package/dist-es/commands/SearchCommand.js +3 -3
  36. package/dist-es/commands/TagResourceCommand.js +3 -3
  37. package/dist-es/commands/UntagResourceCommand.js +3 -3
  38. package/dist-es/commands/UpdateIndexTypeCommand.js +3 -3
  39. package/dist-es/commands/UpdateViewCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +252 -254
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. package/package.json +29 -29
@@ -35,10 +35,10 @@ class AssociateDefaultViewCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociateDefaultViewCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_AssociateDefaultViewCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateDefaultViewCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_AssociateDefaultViewCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.AssociateDefaultViewCommand = AssociateDefaultViewCommand;
@@ -36,10 +36,10 @@ class BatchGetViewCommand 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_restJson1BatchGetViewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetViewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetViewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetViewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetViewCommand = BatchGetViewCommand;
@@ -35,10 +35,10 @@ class CreateIndexCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateIndexCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_CreateIndexCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIndexCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_CreateIndexCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.CreateIndexCommand = CreateIndexCommand;
@@ -36,10 +36,10 @@ class CreateViewCommand 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_restJson1CreateViewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateViewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateViewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateViewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateViewCommand = CreateViewCommand;
@@ -35,10 +35,10 @@ class DeleteIndexCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteIndexCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_DeleteIndexCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIndexCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_DeleteIndexCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.DeleteIndexCommand = DeleteIndexCommand;
@@ -35,10 +35,10 @@ class DeleteViewCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteViewCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_DeleteViewCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteViewCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_DeleteViewCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.DeleteViewCommand = DeleteViewCommand;
@@ -35,10 +35,10 @@ class DisassociateDefaultViewCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateDefaultViewCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_DisassociateDefaultViewCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateDefaultViewCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_DisassociateDefaultViewCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.DisassociateDefaultViewCommand = DisassociateDefaultViewCommand;
@@ -35,10 +35,10 @@ class GetDefaultViewCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDefaultViewCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_GetDefaultViewCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDefaultViewCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_GetDefaultViewCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.GetDefaultViewCommand = GetDefaultViewCommand;
@@ -35,10 +35,10 @@ class GetIndexCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1GetIndexCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_GetIndexCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIndexCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_GetIndexCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.GetIndexCommand = GetIndexCommand;
@@ -36,10 +36,10 @@ class GetViewCommand 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_restJson1GetViewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetViewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetViewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetViewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetViewCommand = GetViewCommand;
@@ -35,10 +35,10 @@ class ListIndexesCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1ListIndexesCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_ListIndexesCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListIndexesCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_ListIndexesCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.ListIndexesCommand = ListIndexesCommand;
@@ -35,10 +35,10 @@ class ListSupportedResourceTypesCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1ListSupportedResourceTypesCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_ListSupportedResourceTypesCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSupportedResourceTypesCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_ListSupportedResourceTypesCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.ListSupportedResourceTypesCommand = ListSupportedResourceTypesCommand;
@@ -35,10 +35,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -35,10 +35,10 @@ class ListViewsCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1ListViewsCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_ListViewsCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListViewsCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_ListViewsCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.ListViewsCommand = ListViewsCommand;
@@ -36,10 +36,10 @@ class SearchCommand 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_restJson1SearchCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchCommand = SearchCommand;
@@ -35,10 +35,10 @@ class TagResourceCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.TagResourceCommand = TagResourceCommand;
@@ -35,10 +35,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -35,10 +35,10 @@ class UpdateIndexTypeCommand extends smithy_client_1.Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateIndexTypeCommand)(input, context);
38
+ return (0, Aws_restJson1_1.se_UpdateIndexTypeCommand)(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateIndexTypeCommand)(output, context);
41
+ return (0, Aws_restJson1_1.de_UpdateIndexTypeCommand)(output, context);
42
42
  }
43
43
  }
44
44
  exports.UpdateIndexTypeCommand = UpdateIndexTypeCommand;
@@ -36,10 +36,10 @@ class UpdateViewCommand 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_restJson1UpdateViewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateViewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateViewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateViewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateViewCommand = UpdateViewCommand;