@aws-sdk/client-guardduty 3.54.0 → 3.56.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 (80) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/GuardDutyClient.js +13 -13
  3. package/dist-cjs/commands/AcceptInvitationCommand.js +3 -3
  4. package/dist-cjs/commands/ArchiveFindingsCommand.js +3 -3
  5. package/dist-cjs/commands/CreateDetectorCommand.js +3 -3
  6. package/dist-cjs/commands/CreateFilterCommand.js +3 -3
  7. package/dist-cjs/commands/CreateIPSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateMembersCommand.js +3 -3
  9. package/dist-cjs/commands/CreatePublishingDestinationCommand.js +3 -3
  10. package/dist-cjs/commands/CreateSampleFindingsCommand.js +3 -3
  11. package/dist-cjs/commands/CreateThreatIntelSetCommand.js +3 -3
  12. package/dist-cjs/commands/DeclineInvitationsCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteDetectorCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteFilterCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteIPSetCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
  18. package/dist-cjs/commands/DeletePublishingDestinationCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  21. package/dist-cjs/commands/DescribePublishingDestinationCommand.js +3 -3
  22. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  23. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +3 -3
  24. package/dist-cjs/commands/DisassociateMembersCommand.js +3 -3
  25. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  26. package/dist-cjs/commands/GetDetectorCommand.js +3 -3
  27. package/dist-cjs/commands/GetFilterCommand.js +3 -3
  28. package/dist-cjs/commands/GetFindingsCommand.js +3 -3
  29. package/dist-cjs/commands/GetFindingsStatisticsCommand.js +3 -3
  30. package/dist-cjs/commands/GetIPSetCommand.js +3 -3
  31. package/dist-cjs/commands/GetInvitationsCountCommand.js +3 -3
  32. package/dist-cjs/commands/GetMasterAccountCommand.js +3 -3
  33. package/dist-cjs/commands/GetMemberDetectorsCommand.js +3 -3
  34. package/dist-cjs/commands/GetMembersCommand.js +3 -3
  35. package/dist-cjs/commands/GetThreatIntelSetCommand.js +3 -3
  36. package/dist-cjs/commands/GetUsageStatisticsCommand.js +3 -3
  37. package/dist-cjs/commands/InviteMembersCommand.js +3 -3
  38. package/dist-cjs/commands/ListDetectorsCommand.js +3 -3
  39. package/dist-cjs/commands/ListFiltersCommand.js +3 -3
  40. package/dist-cjs/commands/ListFindingsCommand.js +3 -3
  41. package/dist-cjs/commands/ListIPSetsCommand.js +3 -3
  42. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  43. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  44. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  45. package/dist-cjs/commands/ListPublishingDestinationsCommand.js +3 -3
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-cjs/commands/ListThreatIntelSetsCommand.js +3 -3
  48. package/dist-cjs/commands/StartMonitoringMembersCommand.js +3 -3
  49. package/dist-cjs/commands/StopMonitoringMembersCommand.js +3 -3
  50. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  51. package/dist-cjs/commands/UnarchiveFindingsCommand.js +3 -3
  52. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  53. package/dist-cjs/commands/UpdateDetectorCommand.js +3 -3
  54. package/dist-cjs/commands/UpdateFilterCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateIPSetCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  59. package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +3 -3
  61. package/dist-cjs/endpoints.js +1 -1
  62. package/dist-cjs/protocols/Aws_restJson1.js +393 -393
  63. package/dist-cjs/runtimeConfig.browser.js +4 -4
  64. package/dist-cjs/runtimeConfig.js +9 -9
  65. package/dist-cjs/runtimeConfig.native.js +1 -1
  66. package/dist-es/GuardDuty.js +58 -58
  67. package/dist-es/pagination/GetUsageStatisticsPaginator.js +4 -4
  68. package/dist-es/pagination/ListDetectorsPaginator.js +4 -4
  69. package/dist-es/pagination/ListFiltersPaginator.js +4 -4
  70. package/dist-es/pagination/ListFindingsPaginator.js +4 -4
  71. package/dist-es/pagination/ListIPSetsPaginator.js +4 -4
  72. package/dist-es/pagination/ListInvitationsPaginator.js +4 -4
  73. package/dist-es/pagination/ListMembersPaginator.js +4 -4
  74. package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +4 -4
  75. package/dist-es/pagination/ListPublishingDestinationsPaginator.js +4 -4
  76. package/dist-es/pagination/ListThreatIntelSetsPaginator.js +4 -4
  77. package/dist-es/protocols/Aws_restJson1.js +58 -58
  78. package/dist-types/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  80. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetFilterCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetFilterCommand 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_restJson1_1.serializeAws_restJson1GetFilterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetFilterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetFilterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetFilterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFilterCommand = GetFilterCommand;
@@ -11,7 +11,7 @@ class GetFindingsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetFindingsCommand 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_restJson1_1.serializeAws_restJson1GetFindingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetFindingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetFindingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFindingsCommand = GetFindingsCommand;
@@ -11,7 +11,7 @@ class GetFindingsStatisticsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetFindingsStatisticsCommand 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_restJson1_1.serializeAws_restJson1GetFindingsStatisticsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetFindingsStatisticsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetFindingsStatisticsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsStatisticsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFindingsStatisticsCommand = GetFindingsStatisticsCommand;
@@ -11,7 +11,7 @@ class GetIPSetCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetIPSetCommand 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_restJson1_1.serializeAws_restJson1GetIPSetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIPSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIPSetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIPSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIPSetCommand = GetIPSetCommand;
@@ -11,7 +11,7 @@ class GetInvitationsCountCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetInvitationsCountCommand 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_restJson1_1.serializeAws_restJson1GetInvitationsCountCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetInvitationsCountCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetInvitationsCountCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetInvitationsCountCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetInvitationsCountCommand = GetInvitationsCountCommand;
@@ -11,7 +11,7 @@ class GetMasterAccountCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetMasterAccountCommand 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_restJson1_1.serializeAws_restJson1GetMasterAccountCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMasterAccountCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMasterAccountCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMasterAccountCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMasterAccountCommand = GetMasterAccountCommand;
@@ -11,7 +11,7 @@ class GetMemberDetectorsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetMemberDetectorsCommand 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_restJson1_1.serializeAws_restJson1GetMemberDetectorsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMemberDetectorsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMemberDetectorsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMemberDetectorsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMemberDetectorsCommand = GetMemberDetectorsCommand;
@@ -11,7 +11,7 @@ class GetMembersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetMembersCommand 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_restJson1_1.serializeAws_restJson1GetMembersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMembersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMembersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMembersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMembersCommand = GetMembersCommand;
@@ -11,7 +11,7 @@ class GetThreatIntelSetCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetThreatIntelSetCommand 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_restJson1_1.serializeAws_restJson1GetThreatIntelSetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetThreatIntelSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetThreatIntelSetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetThreatIntelSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetThreatIntelSetCommand = GetThreatIntelSetCommand;
@@ -11,7 +11,7 @@ class GetUsageStatisticsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class GetUsageStatisticsCommand 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_restJson1_1.serializeAws_restJson1GetUsageStatisticsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsageStatisticsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsageStatisticsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsageStatisticsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsageStatisticsCommand = GetUsageStatisticsCommand;
@@ -11,7 +11,7 @@ class InviteMembersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class InviteMembersCommand 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_restJson1_1.serializeAws_restJson1InviteMembersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1InviteMembersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1InviteMembersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1InviteMembersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.InviteMembersCommand = InviteMembersCommand;
@@ -11,7 +11,7 @@ class ListDetectorsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListDetectorsCommand 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_restJson1_1.serializeAws_restJson1ListDetectorsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDetectorsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDetectorsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDetectorsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDetectorsCommand = ListDetectorsCommand;
@@ -11,7 +11,7 @@ class ListFiltersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListFiltersCommand 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_restJson1_1.serializeAws_restJson1ListFiltersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFiltersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFiltersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFiltersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFiltersCommand = ListFiltersCommand;
@@ -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 = "GuardDutyClient";
@@ -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_restJson1_1.serializeAws_restJson1ListFindingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFindingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFindingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFindingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFindingsCommand = ListFindingsCommand;
@@ -11,7 +11,7 @@ class ListIPSetsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListIPSetsCommand 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_restJson1_1.serializeAws_restJson1ListIPSetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListIPSetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListIPSetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListIPSetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListIPSetsCommand = ListIPSetsCommand;
@@ -11,7 +11,7 @@ class ListInvitationsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListInvitationsCommand 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_restJson1_1.serializeAws_restJson1ListInvitationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListInvitationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListInvitationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListInvitationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListInvitationsCommand = ListInvitationsCommand;
@@ -11,7 +11,7 @@ class ListMembersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListMembersCommand 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_restJson1_1.serializeAws_restJson1ListMembersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMembersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListMembersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMembersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListMembersCommand = ListMembersCommand;
@@ -11,7 +11,7 @@ class ListOrganizationAdminAccountsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListOrganizationAdminAccountsCommand 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_restJson1_1.serializeAws_restJson1ListOrganizationAdminAccountsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListOrganizationAdminAccountsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListOrganizationAdminAccountsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListOrganizationAdminAccountsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListOrganizationAdminAccountsCommand = ListOrganizationAdminAccountsCommand;
@@ -11,7 +11,7 @@ class ListPublishingDestinationsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListPublishingDestinationsCommand 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_restJson1_1.serializeAws_restJson1ListPublishingDestinationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPublishingDestinationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPublishingDestinationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPublishingDestinationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPublishingDestinationsCommand = ListPublishingDestinationsCommand;
@@ -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 = "GuardDutyClient";
@@ -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_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListThreatIntelSetsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class ListThreatIntelSetsCommand 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_restJson1_1.serializeAws_restJson1ListThreatIntelSetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListThreatIntelSetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListThreatIntelSetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListThreatIntelSetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListThreatIntelSetsCommand = ListThreatIntelSetsCommand;
@@ -11,7 +11,7 @@ class StartMonitoringMembersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class StartMonitoringMembersCommand 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_restJson1_1.serializeAws_restJson1StartMonitoringMembersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartMonitoringMembersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartMonitoringMembersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartMonitoringMembersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartMonitoringMembersCommand = StartMonitoringMembersCommand;
@@ -11,7 +11,7 @@ class StopMonitoringMembersCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class StopMonitoringMembersCommand 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_restJson1_1.serializeAws_restJson1StopMonitoringMembersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopMonitoringMembersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopMonitoringMembersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopMonitoringMembersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopMonitoringMembersCommand = StopMonitoringMembersCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class TagResourceCommand 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_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UnarchiveFindingsCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class UnarchiveFindingsCommand 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_restJson1_1.serializeAws_restJson1UnarchiveFindingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UnarchiveFindingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UnarchiveFindingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UnarchiveFindingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UnarchiveFindingsCommand = UnarchiveFindingsCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand 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_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateDetectorCommand 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 = "GuardDutyClient";
@@ -27,10 +27,10 @@ class UpdateDetectorCommand 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_restJson1_1.serializeAws_restJson1UpdateDetectorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDetectorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateDetectorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDetectorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDetectorCommand = UpdateDetectorCommand;