@aws-sdk/client-accessanalyzer 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 (61) hide show
  1. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -2
  2. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -2
  8. package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -2
  9. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -2
  10. package/dist-cjs/commands/GetAnalyzerCommand.js +2 -2
  11. package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -2
  12. package/dist-cjs/commands/GetFindingCommand.js +2 -2
  13. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -2
  15. package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -2
  16. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -2
  17. package/dist-cjs/commands/ListAnalyzersCommand.js +2 -2
  18. package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -2
  19. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -2
  23. package/dist-cjs/commands/StartResourceScanCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
  28. package/dist-cjs/commands/ValidatePolicyCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +617 -663
  30. package/dist-es/commands/ApplyArchiveRuleCommand.js +3 -3
  31. package/dist-es/commands/CancelPolicyGenerationCommand.js +3 -3
  32. package/dist-es/commands/CreateAccessPreviewCommand.js +3 -3
  33. package/dist-es/commands/CreateAnalyzerCommand.js +3 -3
  34. package/dist-es/commands/CreateArchiveRuleCommand.js +3 -3
  35. package/dist-es/commands/DeleteAnalyzerCommand.js +3 -3
  36. package/dist-es/commands/DeleteArchiveRuleCommand.js +3 -3
  37. package/dist-es/commands/GetAccessPreviewCommand.js +3 -3
  38. package/dist-es/commands/GetAnalyzedResourceCommand.js +3 -3
  39. package/dist-es/commands/GetAnalyzerCommand.js +3 -3
  40. package/dist-es/commands/GetArchiveRuleCommand.js +3 -3
  41. package/dist-es/commands/GetFindingCommand.js +3 -3
  42. package/dist-es/commands/GetGeneratedPolicyCommand.js +3 -3
  43. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +3 -3
  44. package/dist-es/commands/ListAccessPreviewsCommand.js +3 -3
  45. package/dist-es/commands/ListAnalyzedResourcesCommand.js +3 -3
  46. package/dist-es/commands/ListAnalyzersCommand.js +3 -3
  47. package/dist-es/commands/ListArchiveRulesCommand.js +3 -3
  48. package/dist-es/commands/ListFindingsCommand.js +3 -3
  49. package/dist-es/commands/ListPolicyGenerationsCommand.js +3 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  51. package/dist-es/commands/StartPolicyGenerationCommand.js +3 -3
  52. package/dist-es/commands/StartResourceScanCommand.js +3 -3
  53. package/dist-es/commands/TagResourceCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateArchiveRuleCommand.js +3 -3
  56. package/dist-es/commands/UpdateFindingsCommand.js +3 -3
  57. package/dist-es/commands/ValidatePolicyCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +559 -605
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +35 -35
@@ -36,10 +36,10 @@ class ApplyArchiveRuleCommand 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_restJson1ApplyArchiveRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ApplyArchiveRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ApplyArchiveRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ApplyArchiveRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ApplyArchiveRuleCommand = ApplyArchiveRuleCommand;
@@ -36,10 +36,10 @@ class CancelPolicyGenerationCommand 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_restJson1CancelPolicyGenerationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelPolicyGenerationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelPolicyGenerationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelPolicyGenerationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelPolicyGenerationCommand = CancelPolicyGenerationCommand;
@@ -36,10 +36,10 @@ class CreateAccessPreviewCommand 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_restJson1CreateAccessPreviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAccessPreviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAccessPreviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAccessPreviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAccessPreviewCommand = CreateAccessPreviewCommand;
@@ -36,10 +36,10 @@ class CreateAnalyzerCommand 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_restJson1CreateAnalyzerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAnalyzerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAnalyzerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAnalyzerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAnalyzerCommand = CreateAnalyzerCommand;
@@ -36,10 +36,10 @@ class CreateArchiveRuleCommand 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_restJson1CreateArchiveRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateArchiveRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateArchiveRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateArchiveRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateArchiveRuleCommand = CreateArchiveRuleCommand;
@@ -36,10 +36,10 @@ class DeleteAnalyzerCommand 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_restJson1DeleteAnalyzerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAnalyzerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAnalyzerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAnalyzerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAnalyzerCommand = DeleteAnalyzerCommand;
@@ -36,10 +36,10 @@ class DeleteArchiveRuleCommand 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_restJson1DeleteArchiveRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteArchiveRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteArchiveRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteArchiveRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteArchiveRuleCommand = DeleteArchiveRuleCommand;
@@ -36,10 +36,10 @@ class GetAccessPreviewCommand 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_restJson1GetAccessPreviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAccessPreviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAccessPreviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAccessPreviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAccessPreviewCommand = GetAccessPreviewCommand;
@@ -36,10 +36,10 @@ class GetAnalyzedResourceCommand 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_restJson1GetAnalyzedResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAnalyzedResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAnalyzedResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAnalyzedResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAnalyzedResourceCommand = GetAnalyzedResourceCommand;
@@ -36,10 +36,10 @@ class GetAnalyzerCommand 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_restJson1GetAnalyzerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAnalyzerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAnalyzerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAnalyzerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAnalyzerCommand = GetAnalyzerCommand;
@@ -36,10 +36,10 @@ class GetArchiveRuleCommand 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_restJson1GetArchiveRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetArchiveRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetArchiveRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetArchiveRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetArchiveRuleCommand = GetArchiveRuleCommand;
@@ -36,10 +36,10 @@ class GetFindingCommand 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_restJson1GetFindingCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFindingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFindingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFindingCommand = GetFindingCommand;
@@ -36,10 +36,10 @@ class GetGeneratedPolicyCommand 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_restJson1GetGeneratedPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGeneratedPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGeneratedPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGeneratedPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGeneratedPolicyCommand = GetGeneratedPolicyCommand;
@@ -36,10 +36,10 @@ class ListAccessPreviewFindingsCommand 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_restJson1ListAccessPreviewFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAccessPreviewFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccessPreviewFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAccessPreviewFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAccessPreviewFindingsCommand = ListAccessPreviewFindingsCommand;
@@ -36,10 +36,10 @@ class ListAccessPreviewsCommand 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_restJson1ListAccessPreviewsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAccessPreviewsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccessPreviewsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAccessPreviewsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAccessPreviewsCommand = ListAccessPreviewsCommand;
@@ -36,10 +36,10 @@ class ListAnalyzedResourcesCommand 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_restJson1ListAnalyzedResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAnalyzedResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAnalyzedResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAnalyzedResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAnalyzedResourcesCommand = ListAnalyzedResourcesCommand;
@@ -36,10 +36,10 @@ class ListAnalyzersCommand 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_restJson1ListAnalyzersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAnalyzersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAnalyzersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAnalyzersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAnalyzersCommand = ListAnalyzersCommand;
@@ -36,10 +36,10 @@ class ListArchiveRulesCommand 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_restJson1ListArchiveRulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListArchiveRulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListArchiveRulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListArchiveRulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListArchiveRulesCommand = ListArchiveRulesCommand;
@@ -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 ListPolicyGenerationsCommand 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_restJson1ListPolicyGenerationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPolicyGenerationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPolicyGenerationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPolicyGenerationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPolicyGenerationsCommand = ListPolicyGenerationsCommand;
@@ -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 StartPolicyGenerationCommand 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_restJson1StartPolicyGenerationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartPolicyGenerationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartPolicyGenerationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartPolicyGenerationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartPolicyGenerationCommand = StartPolicyGenerationCommand;
@@ -36,10 +36,10 @@ class StartResourceScanCommand 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_restJson1StartResourceScanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartResourceScanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartResourceScanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartResourceScanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartResourceScanCommand = StartResourceScanCommand;
@@ -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 UpdateArchiveRuleCommand 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_restJson1UpdateArchiveRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateArchiveRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateArchiveRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateArchiveRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateArchiveRuleCommand = UpdateArchiveRuleCommand;
@@ -36,10 +36,10 @@ class UpdateFindingsCommand 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_restJson1UpdateFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFindingsCommand = UpdateFindingsCommand;
@@ -36,10 +36,10 @@ class ValidatePolicyCommand 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_restJson1ValidatePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ValidatePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ValidatePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ValidatePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ValidatePolicyCommand = ValidatePolicyCommand;