@aws-sdk/client-guardduty 3.413.0 → 3.418.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 (153) hide show
  1. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +5 -0
  2. package/dist-cjs/commands/AcceptInvitationCommand.js +5 -0
  3. package/dist-cjs/commands/ArchiveFindingsCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDetectorCommand.js +5 -0
  5. package/dist-cjs/commands/CreateFilterCommand.js +5 -0
  6. package/dist-cjs/commands/CreateIPSetCommand.js +5 -0
  7. package/dist-cjs/commands/CreateMembersCommand.js +5 -0
  8. package/dist-cjs/commands/CreatePublishingDestinationCommand.js +5 -0
  9. package/dist-cjs/commands/CreateSampleFindingsCommand.js +5 -0
  10. package/dist-cjs/commands/CreateThreatIntelSetCommand.js +5 -0
  11. package/dist-cjs/commands/DeclineInvitationsCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteDetectorCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteFilterCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteIPSetCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteInvitationsCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteMembersCommand.js +5 -0
  17. package/dist-cjs/commands/DeletePublishingDestinationCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeMalwareScansCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +5 -0
  21. package/dist-cjs/commands/DescribePublishingDestinationCommand.js +5 -0
  22. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +5 -0
  23. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
  24. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +5 -0
  25. package/dist-cjs/commands/DisassociateMembersCommand.js +5 -0
  26. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +5 -0
  27. package/dist-cjs/commands/GetAdministratorAccountCommand.js +5 -0
  28. package/dist-cjs/commands/GetCoverageStatisticsCommand.js +5 -0
  29. package/dist-cjs/commands/GetDetectorCommand.js +5 -0
  30. package/dist-cjs/commands/GetFilterCommand.js +5 -0
  31. package/dist-cjs/commands/GetFindingsCommand.js +5 -0
  32. package/dist-cjs/commands/GetFindingsStatisticsCommand.js +5 -0
  33. package/dist-cjs/commands/GetIPSetCommand.js +5 -0
  34. package/dist-cjs/commands/GetInvitationsCountCommand.js +5 -0
  35. package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +5 -0
  36. package/dist-cjs/commands/GetMasterAccountCommand.js +5 -0
  37. package/dist-cjs/commands/GetMemberDetectorsCommand.js +5 -0
  38. package/dist-cjs/commands/GetMembersCommand.js +5 -0
  39. package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +5 -0
  40. package/dist-cjs/commands/GetThreatIntelSetCommand.js +5 -0
  41. package/dist-cjs/commands/GetUsageStatisticsCommand.js +5 -0
  42. package/dist-cjs/commands/InviteMembersCommand.js +5 -0
  43. package/dist-cjs/commands/ListCoverageCommand.js +5 -0
  44. package/dist-cjs/commands/ListDetectorsCommand.js +5 -0
  45. package/dist-cjs/commands/ListFiltersCommand.js +5 -0
  46. package/dist-cjs/commands/ListFindingsCommand.js +5 -0
  47. package/dist-cjs/commands/ListIPSetsCommand.js +5 -0
  48. package/dist-cjs/commands/ListInvitationsCommand.js +5 -0
  49. package/dist-cjs/commands/ListMembersCommand.js +5 -0
  50. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +5 -0
  51. package/dist-cjs/commands/ListPublishingDestinationsCommand.js +5 -0
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  53. package/dist-cjs/commands/ListThreatIntelSetsCommand.js +5 -0
  54. package/dist-cjs/commands/StartMalwareScanCommand.js +5 -0
  55. package/dist-cjs/commands/StartMonitoringMembersCommand.js +5 -0
  56. package/dist-cjs/commands/StopMonitoringMembersCommand.js +5 -0
  57. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  58. package/dist-cjs/commands/UnarchiveFindingsCommand.js +5 -0
  59. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  60. package/dist-cjs/commands/UpdateDetectorCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateFilterCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateIPSetCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +5 -0
  67. package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +5 -0
  69. package/dist-cjs/models/models_0.js +2 -0
  70. package/dist-cjs/runtimeExtensions.js +3 -0
  71. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +5 -0
  72. package/dist-es/commands/AcceptInvitationCommand.js +5 -0
  73. package/dist-es/commands/ArchiveFindingsCommand.js +5 -0
  74. package/dist-es/commands/CreateDetectorCommand.js +5 -0
  75. package/dist-es/commands/CreateFilterCommand.js +5 -0
  76. package/dist-es/commands/CreateIPSetCommand.js +5 -0
  77. package/dist-es/commands/CreateMembersCommand.js +5 -0
  78. package/dist-es/commands/CreatePublishingDestinationCommand.js +5 -0
  79. package/dist-es/commands/CreateSampleFindingsCommand.js +5 -0
  80. package/dist-es/commands/CreateThreatIntelSetCommand.js +5 -0
  81. package/dist-es/commands/DeclineInvitationsCommand.js +5 -0
  82. package/dist-es/commands/DeleteDetectorCommand.js +5 -0
  83. package/dist-es/commands/DeleteFilterCommand.js +5 -0
  84. package/dist-es/commands/DeleteIPSetCommand.js +5 -0
  85. package/dist-es/commands/DeleteInvitationsCommand.js +5 -0
  86. package/dist-es/commands/DeleteMembersCommand.js +5 -0
  87. package/dist-es/commands/DeletePublishingDestinationCommand.js +5 -0
  88. package/dist-es/commands/DeleteThreatIntelSetCommand.js +5 -0
  89. package/dist-es/commands/DescribeMalwareScansCommand.js +5 -0
  90. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +5 -0
  91. package/dist-es/commands/DescribePublishingDestinationCommand.js +5 -0
  92. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +5 -0
  93. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
  94. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +5 -0
  95. package/dist-es/commands/DisassociateMembersCommand.js +5 -0
  96. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +5 -0
  97. package/dist-es/commands/GetAdministratorAccountCommand.js +5 -0
  98. package/dist-es/commands/GetCoverageStatisticsCommand.js +5 -0
  99. package/dist-es/commands/GetDetectorCommand.js +5 -0
  100. package/dist-es/commands/GetFilterCommand.js +5 -0
  101. package/dist-es/commands/GetFindingsCommand.js +5 -0
  102. package/dist-es/commands/GetFindingsStatisticsCommand.js +5 -0
  103. package/dist-es/commands/GetIPSetCommand.js +5 -0
  104. package/dist-es/commands/GetInvitationsCountCommand.js +5 -0
  105. package/dist-es/commands/GetMalwareScanSettingsCommand.js +5 -0
  106. package/dist-es/commands/GetMasterAccountCommand.js +5 -0
  107. package/dist-es/commands/GetMemberDetectorsCommand.js +5 -0
  108. package/dist-es/commands/GetMembersCommand.js +5 -0
  109. package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +5 -0
  110. package/dist-es/commands/GetThreatIntelSetCommand.js +5 -0
  111. package/dist-es/commands/GetUsageStatisticsCommand.js +5 -0
  112. package/dist-es/commands/InviteMembersCommand.js +5 -0
  113. package/dist-es/commands/ListCoverageCommand.js +5 -0
  114. package/dist-es/commands/ListDetectorsCommand.js +5 -0
  115. package/dist-es/commands/ListFiltersCommand.js +5 -0
  116. package/dist-es/commands/ListFindingsCommand.js +5 -0
  117. package/dist-es/commands/ListIPSetsCommand.js +5 -0
  118. package/dist-es/commands/ListInvitationsCommand.js +5 -0
  119. package/dist-es/commands/ListMembersCommand.js +5 -0
  120. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +5 -0
  121. package/dist-es/commands/ListPublishingDestinationsCommand.js +5 -0
  122. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  123. package/dist-es/commands/ListThreatIntelSetsCommand.js +5 -0
  124. package/dist-es/commands/StartMalwareScanCommand.js +5 -0
  125. package/dist-es/commands/StartMonitoringMembersCommand.js +5 -0
  126. package/dist-es/commands/StopMonitoringMembersCommand.js +5 -0
  127. package/dist-es/commands/TagResourceCommand.js +5 -0
  128. package/dist-es/commands/UnarchiveFindingsCommand.js +5 -0
  129. package/dist-es/commands/UntagResourceCommand.js +5 -0
  130. package/dist-es/commands/UpdateDetectorCommand.js +5 -0
  131. package/dist-es/commands/UpdateFilterCommand.js +5 -0
  132. package/dist-es/commands/UpdateFindingsFeedbackCommand.js +5 -0
  133. package/dist-es/commands/UpdateIPSetCommand.js +5 -0
  134. package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +5 -0
  135. package/dist-es/commands/UpdateMemberDetectorsCommand.js +5 -0
  136. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +5 -0
  137. package/dist-es/commands/UpdatePublishingDestinationCommand.js +5 -0
  138. package/dist-es/commands/UpdateThreatIntelSetCommand.js +5 -0
  139. package/dist-es/models/models_0.js +2 -0
  140. package/dist-es/runtimeExtensions.js +3 -0
  141. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  142. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  143. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  144. package/dist-types/commands/ListCoverageCommand.d.ts +2 -2
  145. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -2
  146. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -2
  148. package/dist-types/extensionConfiguration.d.ts +2 -1
  149. package/dist-types/models/models_0.d.ts +20 -9
  150. package/dist-types/models/models_1.d.ts +11 -11
  151. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  152. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  153. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetAdministratorAccountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAdministratorAccountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetAdministratorAccount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetCoverageStatisticsCommand, se_GetCoverageStatisticsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetCoverageStatisticsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetCoverageStatisticsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetCoverageStatistics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDetectorCommand, se_GetDetectorCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetDetectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDetectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetDetector",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetFilterCommand, se_GetFilterCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetFilterCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetFilterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetFilter",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetFindingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetFindingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetFindings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetFindingsStatisticsCommand, se_GetFindingsStatisticsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetFindingsStatisticsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetFindingsStatisticsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetFindingsStatistics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetIPSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetIPSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetIPSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetInvitationsCountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInvitationsCountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetInvitationsCount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetMalwareScanSettingsCommand, se_GetMalwareScanSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMalwareScanSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMalwareScanSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetMalwareScanSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMasterAccountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMasterAccountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetMasterAccount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetMemberDetectorsCommand, se_GetMemberDetectorsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMemberDetectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMemberDetectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetMemberDetectors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMembersCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMembersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetMembers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetRemainingFreeTrialDaysCommand, se_GetRemainingFreeTrialDaysCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetRemainingFreeTrialDaysCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRemainingFreeTrialDaysCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetRemainingFreeTrialDays",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetThreatIntelSetCommand, se_GetThreatIntelSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetThreatIntelSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetThreatIntelSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetThreatIntelSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetUsageStatisticsCommand, se_GetUsageStatisticsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetUsageStatisticsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetUsageStatisticsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "GetUsageStatistics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class InviteMembersCommand extends $Command {
@@ -29,6 +30,10 @@ export class InviteMembersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "InviteMembers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCoverageCommand, se_ListCoverageCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListCoverageCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCoverageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListCoverage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDetectorsCommand, se_ListDetectorsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDetectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDetectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListDetectors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListFiltersCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListFiltersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListFilters",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListFindingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListFindingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListFindings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListIPSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListIPSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListIPSets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListInvitationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListInvitationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListInvitations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListMembersCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMembersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListMembers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOrganizationAdminAccountsCommand, se_ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListOrganizationAdminAccountsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOrganizationAdminAccountsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListOrganizationAdminAccounts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPublishingDestinationsCommand, se_ListPublishingDestinationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListPublishingDestinationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPublishingDestinationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListPublishingDestinations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListThreatIntelSetsCommand, se_ListThreatIntelSetsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListThreatIntelSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListThreatIntelSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "ListThreatIntelSets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartMalwareScanCommand, se_StartMalwareScanCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StartMalwareScanCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartMalwareScanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "StartMalwareScan",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartMonitoringMembersCommand, se_StartMonitoringMembersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StartMonitoringMembersCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartMonitoringMembersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "StartMonitoringMembers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopMonitoringMembersCommand, se_StopMonitoringMembersCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StopMonitoringMembersCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopMonitoringMembersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "StopMonitoringMembers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "TagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UnarchiveFindingsCommand, se_UnarchiveFindingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UnarchiveFindingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class UnarchiveFindingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UnarchiveFindings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);