@aws-sdk/client-inspector 3.53.0 → 3.55.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 (64) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/InspectorClient.js +13 -13
  3. package/dist-cjs/commands/AddAttributesToFindingsCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAssessmentTargetCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +3 -3
  6. package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +3 -3
  7. package/dist-cjs/commands/CreateResourceGroupCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteAssessmentRunCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeExclusionsCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeFindingsCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeResourceGroupsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeRulesPackagesCommand.js +3 -3
  19. package/dist-cjs/commands/GetAssessmentReportCommand.js +3 -3
  20. package/dist-cjs/commands/GetExclusionsPreviewCommand.js +3 -3
  21. package/dist-cjs/commands/GetTelemetryMetadataCommand.js +3 -3
  22. package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +3 -3
  23. package/dist-cjs/commands/ListAssessmentRunsCommand.js +3 -3
  24. package/dist-cjs/commands/ListAssessmentTargetsCommand.js +3 -3
  25. package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +3 -3
  26. package/dist-cjs/commands/ListEventSubscriptionsCommand.js +3 -3
  27. package/dist-cjs/commands/ListExclusionsCommand.js +3 -3
  28. package/dist-cjs/commands/ListFindingsCommand.js +3 -3
  29. package/dist-cjs/commands/ListRulesPackagesCommand.js +3 -3
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  31. package/dist-cjs/commands/PreviewAgentsCommand.js +3 -3
  32. package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +3 -3
  33. package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +3 -3
  34. package/dist-cjs/commands/SetTagsForResourceCommand.js +3 -3
  35. package/dist-cjs/commands/StartAssessmentRunCommand.js +3 -3
  36. package/dist-cjs/commands/StopAssessmentRunCommand.js +3 -3
  37. package/dist-cjs/commands/SubscribeToEventCommand.js +3 -3
  38. package/dist-cjs/commands/UnsubscribeFromEventCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +3 -3
  40. package/dist-cjs/endpoints.js +1 -1
  41. package/dist-cjs/protocols/Aws_json1_1.js +215 -215
  42. package/dist-cjs/runtimeConfig.browser.js +4 -4
  43. package/dist-cjs/runtimeConfig.js +9 -9
  44. package/dist-cjs/runtimeConfig.native.js +1 -1
  45. package/dist-es/Inspector.js +37 -37
  46. package/dist-es/pagination/GetExclusionsPreviewPaginator.js +4 -4
  47. package/dist-es/pagination/ListAssessmentRunAgentsPaginator.js +4 -4
  48. package/dist-es/pagination/ListAssessmentRunsPaginator.js +4 -4
  49. package/dist-es/pagination/ListAssessmentTargetsPaginator.js +4 -4
  50. package/dist-es/pagination/ListAssessmentTemplatesPaginator.js +4 -4
  51. package/dist-es/pagination/ListEventSubscriptionsPaginator.js +4 -4
  52. package/dist-es/pagination/ListExclusionsPaginator.js +4 -4
  53. package/dist-es/pagination/ListFindingsPaginator.js +4 -4
  54. package/dist-es/pagination/ListRulesPackagesPaginator.js +4 -4
  55. package/dist-es/pagination/PreviewAgentsPaginator.js +4 -4
  56. package/dist-types/InspectorClient.d.ts +2 -2
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  58. package/dist-types/runtimeConfig.d.ts +1 -1
  59. package/dist-types/runtimeConfig.native.d.ts +3 -3
  60. package/dist-types/ts3.4/InspectorClient.d.ts +2 -2
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  64. package/package.json +34 -34
@@ -11,7 +11,7 @@ class ListExclusionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class ListExclusionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListExclusionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListExclusionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListExclusionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListExclusionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListExclusionsCommand = ListExclusionsCommand;
@@ -11,7 +11,7 @@ class ListFindingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class ListFindingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFindingsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFindingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFindingsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFindingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFindingsCommand = ListFindingsCommand;
@@ -11,7 +11,7 @@ class ListRulesPackagesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class ListRulesPackagesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRulesPackagesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRulesPackagesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRulesPackagesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRulesPackagesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRulesPackagesCommand = ListRulesPackagesCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class PreviewAgentsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class PreviewAgentsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PreviewAgentsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PreviewAgentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PreviewAgentsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PreviewAgentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PreviewAgentsCommand = PreviewAgentsCommand;
@@ -11,7 +11,7 @@ class RegisterCrossAccountAccessRoleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class RegisterCrossAccountAccessRoleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1RegisterCrossAccountAccessRoleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RegisterCrossAccountAccessRoleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RegisterCrossAccountAccessRoleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterCrossAccountAccessRoleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterCrossAccountAccessRoleCommand = RegisterCrossAccountAccessRoleCommand;
@@ -11,7 +11,7 @@ class RemoveAttributesFromFindingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class RemoveAttributesFromFindingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1RemoveAttributesFromFindingsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RemoveAttributesFromFindingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RemoveAttributesFromFindingsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RemoveAttributesFromFindingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveAttributesFromFindingsCommand = RemoveAttributesFromFindingsCommand;
@@ -11,7 +11,7 @@ class SetTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class SetTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1SetTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SetTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SetTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SetTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SetTagsForResourceCommand = SetTagsForResourceCommand;
@@ -11,7 +11,7 @@ class StartAssessmentRunCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class StartAssessmentRunCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StartAssessmentRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartAssessmentRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartAssessmentRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartAssessmentRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartAssessmentRunCommand = StartAssessmentRunCommand;
@@ -11,7 +11,7 @@ class StopAssessmentRunCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class StopAssessmentRunCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StopAssessmentRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopAssessmentRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopAssessmentRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopAssessmentRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopAssessmentRunCommand = StopAssessmentRunCommand;
@@ -11,7 +11,7 @@ class SubscribeToEventCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class SubscribeToEventCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1SubscribeToEventCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SubscribeToEventCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SubscribeToEventCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SubscribeToEventCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SubscribeToEventCommand = SubscribeToEventCommand;
@@ -11,7 +11,7 @@ class UnsubscribeFromEventCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class UnsubscribeFromEventCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UnsubscribeFromEventCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UnsubscribeFromEventCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UnsubscribeFromEventCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UnsubscribeFromEventCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UnsubscribeFromEventCommand = UnsubscribeFromEventCommand;
@@ -11,7 +11,7 @@ class UpdateAssessmentTargetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "InspectorClient";
@@ -27,10 +27,10 @@ class UpdateAssessmentTargetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateAssessmentTargetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateAssessmentTargetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateAssessmentTargetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateAssessmentTargetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAssessmentTargetCommand = UpdateAssessmentTargetCommand;
@@ -175,7 +175,7 @@ const partitionHash = {
175
175
  ],
176
176
  },
177
177
  };
178
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
178
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
179
179
  ...options,
180
180
  signingService: "inspector",
181
181
  regionHash,