@aws-sdk/client-inspector2 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 (69) hide show
  1. package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
  4. package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DisableCommand.js +2 -2
  10. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
  11. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  12. package/dist-cjs/commands/EnableCommand.js +2 -2
  13. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
  14. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
  16. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  18. package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListCoverageCommand.js +2 -2
  20. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
  21. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
  22. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  23. package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
  24. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +797 -1027
  34. package/dist-es/commands/AssociateMemberCommand.js +3 -3
  35. package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
  36. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
  37. package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
  38. package/dist-es/commands/CreateFilterCommand.js +3 -3
  39. package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
  40. package/dist-es/commands/DeleteFilterCommand.js +3 -3
  41. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  42. package/dist-es/commands/DisableCommand.js +3 -3
  43. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
  44. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  45. package/dist-es/commands/EnableCommand.js +3 -3
  46. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
  47. package/dist-es/commands/GetConfigurationCommand.js +3 -3
  48. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
  49. package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
  50. package/dist-es/commands/GetMemberCommand.js +3 -3
  51. package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
  52. package/dist-es/commands/ListCoverageCommand.js +3 -3
  53. package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
  54. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
  55. package/dist-es/commands/ListFiltersCommand.js +3 -3
  56. package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
  57. package/dist-es/commands/ListFindingsCommand.js +3 -3
  58. package/dist-es/commands/ListMembersCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  60. package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
  61. package/dist-es/commands/TagResourceCommand.js +3 -3
  62. package/dist-es/commands/UntagResourceCommand.js +3 -3
  63. package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
  64. package/dist-es/commands/UpdateFilterCommand.js +3 -3
  65. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +731 -961
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +29 -29
@@ -36,10 +36,10 @@ class AssociateMemberCommand 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_restJson1AssociateMemberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateMemberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateMemberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateMemberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateMemberCommand = AssociateMemberCommand;
@@ -36,10 +36,10 @@ class BatchGetAccountStatusCommand 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_restJson1BatchGetAccountStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetAccountStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetAccountStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetAccountStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetAccountStatusCommand = BatchGetAccountStatusCommand;
@@ -36,10 +36,10 @@ class BatchGetFreeTrialInfoCommand 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_restJson1BatchGetFreeTrialInfoCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetFreeTrialInfoCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetFreeTrialInfoCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetFreeTrialInfoCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetFreeTrialInfoCommand = BatchGetFreeTrialInfoCommand;
@@ -36,10 +36,10 @@ class CancelFindingsReportCommand 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_restJson1CancelFindingsReportCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelFindingsReportCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelFindingsReportCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelFindingsReportCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelFindingsReportCommand = CancelFindingsReportCommand;
@@ -36,10 +36,10 @@ class CreateFilterCommand 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_restJson1CreateFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFilterCommand = CreateFilterCommand;
@@ -36,10 +36,10 @@ class CreateFindingsReportCommand 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_restJson1CreateFindingsReportCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFindingsReportCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFindingsReportCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFindingsReportCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFindingsReportCommand = CreateFindingsReportCommand;
@@ -36,10 +36,10 @@ class DeleteFilterCommand 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_restJson1DeleteFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFilterCommand = DeleteFilterCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationConfigurationCommand 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_restJson1DescribeOrganizationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOrganizationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOrganizationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOrganizationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
@@ -36,10 +36,10 @@ class DisableCommand 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_restJson1DisableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisableCommand = DisableCommand;
@@ -36,10 +36,10 @@ class DisableDelegatedAdminAccountCommand 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_restJson1DisableDelegatedAdminAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisableDelegatedAdminAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisableDelegatedAdminAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisableDelegatedAdminAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisableDelegatedAdminAccountCommand = DisableDelegatedAdminAccountCommand;
@@ -36,10 +36,10 @@ class DisassociateMemberCommand 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_restJson1DisassociateMemberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateMemberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateMemberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateMemberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateMemberCommand = DisassociateMemberCommand;
@@ -36,10 +36,10 @@ class EnableCommand 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_restJson1EnableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_EnableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1EnableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_EnableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnableCommand = EnableCommand;
@@ -36,10 +36,10 @@ class EnableDelegatedAdminAccountCommand 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_restJson1EnableDelegatedAdminAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_EnableDelegatedAdminAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1EnableDelegatedAdminAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_EnableDelegatedAdminAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnableDelegatedAdminAccountCommand = EnableDelegatedAdminAccountCommand;
@@ -36,10 +36,10 @@ class GetConfigurationCommand 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_restJson1GetConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConfigurationCommand = GetConfigurationCommand;
@@ -36,10 +36,10 @@ class GetDelegatedAdminAccountCommand 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_restJson1GetDelegatedAdminAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDelegatedAdminAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDelegatedAdminAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDelegatedAdminAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDelegatedAdminAccountCommand = GetDelegatedAdminAccountCommand;
@@ -36,10 +36,10 @@ class GetFindingsReportStatusCommand 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_restJson1GetFindingsReportStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFindingsReportStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsReportStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFindingsReportStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFindingsReportStatusCommand = GetFindingsReportStatusCommand;
@@ -36,10 +36,10 @@ class GetMemberCommand 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_restJson1GetMemberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMemberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMemberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMemberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMemberCommand = GetMemberCommand;
@@ -36,10 +36,10 @@ class ListAccountPermissionsCommand 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_restJson1ListAccountPermissionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAccountPermissionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccountPermissionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAccountPermissionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAccountPermissionsCommand = ListAccountPermissionsCommand;
@@ -36,10 +36,10 @@ class ListCoverageCommand 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_restJson1ListCoverageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCoverageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCoverageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCoverageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCoverageCommand = ListCoverageCommand;
@@ -36,10 +36,10 @@ class ListCoverageStatisticsCommand 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_restJson1ListCoverageStatisticsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCoverageStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCoverageStatisticsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCoverageStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCoverageStatisticsCommand = ListCoverageStatisticsCommand;
@@ -36,10 +36,10 @@ class ListDelegatedAdminAccountsCommand 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_restJson1ListDelegatedAdminAccountsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDelegatedAdminAccountsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDelegatedAdminAccountsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDelegatedAdminAccountsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDelegatedAdminAccountsCommand = ListDelegatedAdminAccountsCommand;
@@ -36,10 +36,10 @@ class ListFiltersCommand 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_restJson1ListFiltersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFiltersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFiltersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFiltersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFiltersCommand = ListFiltersCommand;
@@ -36,10 +36,10 @@ class ListFindingAggregationsCommand 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_restJson1ListFindingAggregationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFindingAggregationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFindingAggregationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFindingAggregationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFindingAggregationsCommand = ListFindingAggregationsCommand;
@@ -36,10 +36,10 @@ class ListFindingsCommand 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_restJson1ListFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFindingsCommand = ListFindingsCommand;
@@ -36,10 +36,10 @@ class ListMembersCommand 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_restJson1ListMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMembersCommand = ListMembersCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListUsageTotalsCommand 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_restJson1ListUsageTotalsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListUsageTotalsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListUsageTotalsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListUsageTotalsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListUsageTotalsCommand = ListUsageTotalsCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateConfigurationCommand 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_restJson1UpdateConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
@@ -36,10 +36,10 @@ class UpdateFilterCommand 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_restJson1UpdateFilterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFilterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFilterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFilterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFilterCommand = UpdateFilterCommand;
@@ -36,10 +36,10 @@ class UpdateOrganizationConfigurationCommand 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_restJson1UpdateOrganizationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateOrganizationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateOrganizationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateOrganizationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;