@aws-sdk/client-resource-groups 3.306.0 → 3.310.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 (41) hide show
  1. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  3. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  4. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  5. package/dist-cjs/commands/GetGroupConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/GetGroupQueryCommand.js +2 -2
  7. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  8. package/dist-cjs/commands/GroupResourcesCommand.js +2 -2
  9. package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
  10. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  11. package/dist-cjs/commands/PutGroupConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  13. package/dist-cjs/commands/TagCommand.js +2 -2
  14. package/dist-cjs/commands/UngroupResourcesCommand.js +2 -2
  15. package/dist-cjs/commands/UntagCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateGroupQueryCommand.js +2 -2
  19. package/dist-cjs/protocols/Aws_restJson1.js +327 -349
  20. package/dist-es/commands/CreateGroupCommand.js +3 -3
  21. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  22. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  23. package/dist-es/commands/GetGroupCommand.js +3 -3
  24. package/dist-es/commands/GetGroupConfigurationCommand.js +3 -3
  25. package/dist-es/commands/GetGroupQueryCommand.js +3 -3
  26. package/dist-es/commands/GetTagsCommand.js +3 -3
  27. package/dist-es/commands/GroupResourcesCommand.js +3 -3
  28. package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
  29. package/dist-es/commands/ListGroupsCommand.js +3 -3
  30. package/dist-es/commands/PutGroupConfigurationCommand.js +3 -3
  31. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  32. package/dist-es/commands/TagCommand.js +3 -3
  33. package/dist-es/commands/UngroupResourcesCommand.js +3 -3
  34. package/dist-es/commands/UntagCommand.js +3 -3
  35. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
  36. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  37. package/dist-es/commands/UpdateGroupQueryCommand.js +3 -3
  38. package/dist-es/protocols/Aws_restJson1.js +290 -312
  39. package/dist-types/protocols/Aws_restJson1.d.ts +144 -36
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -36
  41. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CreateGroupCommand 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_restJson1CreateGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateGroupCommand = CreateGroupCommand;
@@ -36,10 +36,10 @@ class DeleteGroupCommand 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_restJson1DeleteGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteGroupCommand = DeleteGroupCommand;
@@ -36,10 +36,10 @@ class GetAccountSettingsCommand 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_restJson1GetAccountSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAccountSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAccountSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAccountSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
@@ -36,10 +36,10 @@ class GetGroupCommand 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_restJson1GetGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCommand = GetGroupCommand;
@@ -36,10 +36,10 @@ class GetGroupConfigurationCommand 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_restJson1GetGroupConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupConfigurationCommand = GetGroupConfigurationCommand;
@@ -36,10 +36,10 @@ class GetGroupQueryCommand 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_restJson1GetGroupQueryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupQueryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupQueryCommand = GetGroupQueryCommand;
@@ -36,10 +36,10 @@ class GetTagsCommand 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_restJson1GetTagsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTagsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTagsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTagsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTagsCommand = GetTagsCommand;
@@ -36,10 +36,10 @@ class GroupResourcesCommand 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_restJson1GroupResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GroupResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GroupResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GroupResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GroupResourcesCommand = GroupResourcesCommand;
@@ -36,10 +36,10 @@ class ListGroupResourcesCommand 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_restJson1ListGroupResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupResourcesCommand = ListGroupResourcesCommand;
@@ -36,10 +36,10 @@ class ListGroupsCommand 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_restJson1ListGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupsCommand = ListGroupsCommand;
@@ -36,10 +36,10 @@ class PutGroupConfigurationCommand 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_restJson1PutGroupConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutGroupConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutGroupConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutGroupConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutGroupConfigurationCommand = PutGroupConfigurationCommand;
@@ -36,10 +36,10 @@ class SearchResourcesCommand 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_restJson1SearchResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchResourcesCommand = SearchResourcesCommand;
@@ -36,10 +36,10 @@ class TagCommand 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_restJson1TagCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagCommand = TagCommand;
@@ -36,10 +36,10 @@ class UngroupResourcesCommand 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_restJson1UngroupResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UngroupResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UngroupResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UngroupResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UngroupResourcesCommand = UngroupResourcesCommand;
@@ -36,10 +36,10 @@ class UntagCommand 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_restJson1UntagCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagCommand = UntagCommand;
@@ -36,10 +36,10 @@ class UpdateAccountSettingsCommand 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_restJson1UpdateAccountSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateAccountSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAccountSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateAccountSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
@@ -36,10 +36,10 @@ class UpdateGroupCommand 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_restJson1UpdateGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGroupCommand = UpdateGroupCommand;
@@ -36,10 +36,10 @@ class UpdateGroupQueryCommand 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_restJson1UpdateGroupQueryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateGroupQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGroupQueryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateGroupQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGroupQueryCommand = UpdateGroupQueryCommand;