@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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UntagResource",
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_UpdateDetectorCommand, se_UpdateDetectorCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateDetectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateDetectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateDetector",
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_UpdateFilterCommand, se_UpdateFilterCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateFilterCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateFilterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateFilter",
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_UpdateFindingsFeedbackCommand, se_UpdateFindingsFeedbackCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateFindingsFeedbackCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateFindingsFeedbackCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateFindingsFeedback",
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_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateIPSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateIPSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateIPSet",
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_UpdateMalwareScanSettingsCommand, se_UpdateMalwareScanSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateMalwareScanSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateMalwareScanSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateMalwareScanSettings",
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_UpdateMemberDetectorsCommand, se_UpdateMemberDetectorsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateMemberDetectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateMemberDetectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateMemberDetectors",
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_UpdateOrganizationConfigurationCommand, se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateOrganizationConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateOrganizationConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateOrganizationConfiguration",
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_UpdatePublishingDestinationCommand, se_UpdatePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdatePublishingDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdatePublishingDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdatePublishingDestination",
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_UpdateThreatIntelSetCommand, se_UpdateThreatIntelSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateThreatIntelSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateThreatIntelSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "GuardDutyAPIService",
35
+ operation: "UpdateThreatIntelSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -95,6 +95,7 @@ export const CoverageFilterCriterionKey = {
95
95
  ADDON_VERSION: "ADDON_VERSION",
96
96
  CLUSTER_NAME: "CLUSTER_NAME",
97
97
  COVERAGE_STATUS: "COVERAGE_STATUS",
98
+ EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME",
98
99
  MANAGEMENT_TYPE: "MANAGEMENT_TYPE",
99
100
  RESOURCE_TYPE: "RESOURCE_TYPE",
100
101
  };
@@ -103,6 +104,7 @@ export const CoverageSortKey = {
103
104
  ADDON_VERSION: "ADDON_VERSION",
104
105
  CLUSTER_NAME: "CLUSTER_NAME",
105
106
  COVERAGE_STATUS: "COVERAGE_STATUS",
107
+ EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME",
106
108
  ISSUE: "ISSUE",
107
109
  UPDATED_AT: "UPDATED_AT",
108
110
  };
@@ -1,14 +1,17 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
1
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
2
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
3
4
  const asPartial = (t) => t;
4
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
5
6
  const extensionConfiguration = {
7
+ ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
6
8
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
7
9
  ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
8
10
  };
9
11
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
10
12
  return {
11
13
  ...runtimeConfig,
14
+ ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
12
15
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
13
16
  ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
14
17
  };
@@ -24,7 +24,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
24
24
  /**
25
25
  * @public
26
26
  * <p>Removes the existing GuardDuty delegated
27
- * administrator of the organization. Only the organization's management account can run this
27
+ * administrator of the organization. Only the organization's management account can run this
28
28
  * API operation.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -38,7 +38,7 @@ export interface GetCoverageStatisticsCommandOutput extends GetCoverageStatistic
38
38
  * FilterCriteria: { // CoverageFilterCriteria
39
39
  * FilterCriterion: [ // CoverageFilterCriterionList
40
40
  * { // CoverageFilterCriterion
41
- * CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE",
41
+ * CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE" || "EKS_CLUSTER_NAME",
42
42
  * FilterCondition: { // CoverageFilterCondition
43
43
  * Equals: [ // Equals
44
44
  * "STRING_VALUE",
@@ -24,7 +24,7 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
24
24
  /**
25
25
  * @public
26
26
  * <p>Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account
27
- * that invokes this API. If you are using organizations to manager your GuardDuty environment, this step is not
27
+ * that invokes this API. If you are using Amazon Web Services Organizations to manage your GuardDuty environment, this step is not
28
28
  * needed. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html">Managing accounts with organizations</a>.</p>
29
29
  * <p>To invite Amazon Web Services accounts, the first step is
30
30
  * to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API
@@ -40,7 +40,7 @@ export interface ListCoverageCommandOutput extends ListCoverageResponse, __Metad
40
40
  * FilterCriteria: { // CoverageFilterCriteria
41
41
  * FilterCriterion: [ // CoverageFilterCriterionList
42
42
  * { // CoverageFilterCriterion
43
- * CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE",
43
+ * CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE" || "EKS_CLUSTER_NAME",
44
44
  * FilterCondition: { // CoverageFilterCondition
45
45
  * Equals: [ // Equals
46
46
  * "STRING_VALUE",
@@ -53,7 +53,7 @@ export interface ListCoverageCommandOutput extends ListCoverageResponse, __Metad
53
53
  * ],
54
54
  * },
55
55
  * SortCriteria: { // CoverageSortCriteria
56
- * AttributeName: "ACCOUNT_ID" || "CLUSTER_NAME" || "COVERAGE_STATUS" || "ISSUE" || "ADDON_VERSION" || "UPDATED_AT",
56
+ * AttributeName: "ACCOUNT_ID" || "CLUSTER_NAME" || "COVERAGE_STATUS" || "ISSUE" || "ADDON_VERSION" || "UPDATED_AT" || "EKS_CLUSTER_NAME",
57
57
  * OrderBy: "ASC" || "DESC",
58
58
  * },
59
59
  * };
@@ -23,8 +23,8 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the accounts configured as GuardDuty delegated administrators.
27
- * Only the organization's management account can run this
26
+ * <p>Lists the accounts designated as GuardDuty delegated administrators.
27
+ * Only the organization's management account can run this
28
28
  * API operation.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
24
24
  /**
25
25
  * @public
26
26
  * <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
27
- * IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource.
27
+ * IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource.
28
28
  * When invoked, this
29
29
  * operation returns all assigned tags for a given resource.</p>
30
30
  * @example
@@ -24,8 +24,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
24
24
  /**
25
25
  * @public
26
26
  * <p>Configures the delegated administrator account with the provided values. You must provide
27
- * a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>, but not
28
- * both. </p>
27
+ * a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>, but not both. </p>
29
28
  * <p>There might be regional differences because some data sources might not be
30
29
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
31
30
  * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
@@ -1,7 +1,8 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  /**
4
5
  * @internal
5
6
  */
6
- export interface GuardDutyExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
7
+ export interface GuardDutyExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
7
8
  }
@@ -1258,6 +1258,7 @@ export declare const CoverageFilterCriterionKey: {
1258
1258
  readonly ADDON_VERSION: "ADDON_VERSION";
1259
1259
  readonly CLUSTER_NAME: "CLUSTER_NAME";
1260
1260
  readonly COVERAGE_STATUS: "COVERAGE_STATUS";
1261
+ readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
1261
1262
  readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
1262
1263
  readonly RESOURCE_TYPE: "RESOURCE_TYPE";
1263
1264
  };
@@ -1274,6 +1275,10 @@ export interface CoverageFilterCriterion {
1274
1275
  /**
1275
1276
  * @public
1276
1277
  * <p>An enum value representing possible filter fields.</p>
1278
+ * <note>
1279
+ * <p>Replace the enum value <code>CLUSTER_NAME</code> with <code>EKS_CLUSTER_NAME</code>.
1280
+ * <code>CLUSTER_NAME</code> has been deprecated.</p>
1281
+ * </note>
1277
1282
  */
1278
1283
  CriterionKey?: CoverageFilterCriterionKey | string;
1279
1284
  /**
@@ -1362,6 +1367,7 @@ export declare const CoverageSortKey: {
1362
1367
  readonly ADDON_VERSION: "ADDON_VERSION";
1363
1368
  readonly CLUSTER_NAME: "CLUSTER_NAME";
1364
1369
  readonly COVERAGE_STATUS: "COVERAGE_STATUS";
1370
+ readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
1365
1371
  readonly ISSUE: "ISSUE";
1366
1372
  readonly UPDATED_AT: "UPDATED_AT";
1367
1373
  };
@@ -1389,6 +1395,10 @@ export interface CoverageSortCriteria {
1389
1395
  /**
1390
1396
  * @public
1391
1397
  * <p>Represents the field name used to sort the coverage details.</p>
1398
+ * <note>
1399
+ * <p>Replace the enum value <code>CLUSTER_NAME</code> with <code>EKS_CLUSTER_NAME</code>.
1400
+ * <code>CLUSTER_NAME</code> has been deprecated.</p>
1401
+ * </note>
1392
1402
  */
1393
1403
  AttributeName?: CoverageSortKey | string;
1394
1404
  /**
@@ -2696,6 +2706,10 @@ export interface FilterCriterion {
2696
2706
  * @public
2697
2707
  * <p>An enum value representing possible scan properties to match with given scan
2698
2708
  * entries.</p>
2709
+ * <note>
2710
+ * <p>Replace the enum value <code>CLUSTER_NAME</code> with <code>EKS_CLUSTER_NAME</code>.
2711
+ * <code>CLUSTER_NAME</code> has been deprecated.</p>
2712
+ * </note>
2699
2713
  */
2700
2714
  CriterionKey?: CriterionKey | string;
2701
2715
  /**
@@ -3959,7 +3973,7 @@ export interface EksClusterDetails {
3959
3973
  export interface EnableOrganizationAdminAccountRequest {
3960
3974
  /**
3961
3975
  * @public
3962
- * <p>The Amazon Web Services Account ID for the organization account to be enabled as a GuardDuty delegated
3976
+ * <p>The Amazon Web Services account ID for the organization account to be enabled as a GuardDuty delegated
3963
3977
  * administrator.</p>
3964
3978
  */
3965
3979
  AdminAccountId: string | undefined;
@@ -4947,7 +4961,7 @@ export interface Service {
4947
4961
  }
4948
4962
  /**
4949
4963
  * @public
4950
- * <p>Contains information about the finding, which is generated when abnormal or suspicious
4964
+ * <p>Contains information about the finding that is generated when abnormal or suspicious
4951
4965
  * activity is detected.</p>
4952
4966
  */
4953
4967
  export interface Finding {
@@ -5371,21 +5385,18 @@ export declare const ScanCriterionKey: {
5371
5385
  export type ScanCriterionKey = (typeof ScanCriterionKey)[keyof typeof ScanCriterionKey];
5372
5386
  /**
5373
5387
  * @public
5374
- * <p>Represents key, value pair to be matched against given resource property.</p>
5388
+ * <p>Represents the <code>key:value</code> pair to be matched against given resource property.</p>
5375
5389
  */
5376
5390
  export interface ScanConditionPair {
5377
5391
  /**
5378
5392
  * @public
5379
- * <p>Represents <i>key</i>
5380
- * <b></b> in the map condition.</p>
5393
+ * <p>Represents the <b>key</b> in the map condition.</p>
5381
5394
  */
5382
5395
  Key: string | undefined;
5383
5396
  /**
5384
5397
  * @public
5385
- * <p>Represents optional <i>value</i>
5386
- * <b></b> in the map
5387
- * condition. If not specified, only <i>key</i>
5388
- * <b></b> will be
5398
+ * <p>Represents optional <b>value</b> in the map
5399
+ * condition. If not specified, only the <b>key</b> will be
5389
5400
  * matched.</p>
5390
5401
  */
5391
5402
  Value?: string;
@@ -522,8 +522,9 @@ export interface OrganizationFeatureConfiguration {
522
522
  Name?: OrgFeature | string;
523
523
  /**
524
524
  * @public
525
- * <p>The status of the feature that will be configured for the organization. Use one of the following
526
- * values to configure the feature status for the entire organization:</p>
525
+ * <p>Describes the status of the feature that is configured for the
526
+ * member accounts within the organization. One of the following
527
+ * values is the status for the entire organization:</p>
527
528
  * <ul>
528
529
  * <li>
529
530
  * <p>
@@ -540,9 +541,10 @@ export interface OrganizationFeatureConfiguration {
540
541
  * </li>
541
542
  * <li>
542
543
  * <p>
543
- * <code>NONE</code>: Indicates that the feature will not be automatically enabled for any
544
- * account in the organization. The administrator must manage the feature for each account
545
- * individually.</p>
544
+ * <code>NONE</code>: Indicates that the feature will not be
545
+ * automatically enabled for any
546
+ * account in the organization. The administrator must manage the feature
547
+ * for each account individually.</p>
546
548
  * </li>
547
549
  * </ul>
548
550
  */
@@ -566,9 +568,9 @@ export interface UpdateOrganizationConfigurationRequest {
566
568
  * @public
567
569
  * @deprecated
568
570
  *
569
- * <p>Indicates whether to automatically enable member accounts in the organization.</p>
571
+ * <p>Represents whether or not to automatically enable member accounts in the organization.</p>
570
572
  * <p>Even though this is still supported, we recommend using
571
- * <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide the
573
+ * <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide a
572
574
  * value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
573
575
  */
574
576
  AutoEnable?: boolean;
@@ -587,8 +589,7 @@ export interface UpdateOrganizationConfigurationRequest {
587
589
  /**
588
590
  * @public
589
591
  * <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
590
- * organization. You must provide a
591
- * value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
592
+ * organization. You must provide a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
592
593
  * <p>Use one of the
593
594
  * following configuration values for <code>autoEnableOrganizationMembers</code>:</p>
594
595
  * <ul>
@@ -608,8 +609,7 @@ export interface UpdateOrganizationConfigurationRequest {
608
609
  * <li>
609
610
  * <p>
610
611
  * <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any
611
- * account in the organization. The administrator must manage GuardDuty for each account in the organization
612
- * individually.</p>
612
+ * account in the organization. The administrator must manage GuardDuty for each account in the organization individually.</p>
613
613
  * </li>
614
614
  * </ul>
615
615
  */
@@ -1,5 +1,7 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  export interface GuardDutyExtensionConfiguration
4
5
  extends HttpHandlerExtensionConfiguration,
5
- DefaultExtensionConfiguration {}
6
+ DefaultExtensionConfiguration,
7
+ AwsRegionExtensionConfiguration {}
@@ -323,6 +323,7 @@ export declare const CoverageFilterCriterionKey: {
323
323
  readonly ADDON_VERSION: "ADDON_VERSION";
324
324
  readonly CLUSTER_NAME: "CLUSTER_NAME";
325
325
  readonly COVERAGE_STATUS: "COVERAGE_STATUS";
326
+ readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
326
327
  readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
327
328
  readonly RESOURCE_TYPE: "RESOURCE_TYPE";
328
329
  };
@@ -353,6 +354,7 @@ export declare const CoverageSortKey: {
353
354
  readonly ADDON_VERSION: "ADDON_VERSION";
354
355
  readonly CLUSTER_NAME: "CLUSTER_NAME";
355
356
  readonly COVERAGE_STATUS: "COVERAGE_STATUS";
357
+ readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
356
358
  readonly ISSUE: "ISSUE";
357
359
  readonly UPDATED_AT: "UPDATED_AT";
358
360
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.413.0",
4
+ "version": "3.418.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.413.0",
25
- "@aws-sdk/credential-provider-node": "3.413.0",
26
- "@aws-sdk/middleware-host-header": "3.413.0",
27
- "@aws-sdk/middleware-logger": "3.413.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.413.0",
29
- "@aws-sdk/middleware-signing": "3.413.0",
30
- "@aws-sdk/middleware-user-agent": "3.413.0",
31
- "@aws-sdk/types": "3.413.0",
32
- "@aws-sdk/util-endpoints": "3.413.0",
33
- "@aws-sdk/util-user-agent-browser": "3.413.0",
34
- "@aws-sdk/util-user-agent-node": "3.413.0",
35
- "@smithy/config-resolver": "^2.0.8",
36
- "@smithy/fetch-http-handler": "^2.1.3",
37
- "@smithy/hash-node": "^2.0.7",
38
- "@smithy/invalid-dependency": "^2.0.7",
39
- "@smithy/middleware-content-length": "^2.0.9",
40
- "@smithy/middleware-endpoint": "^2.0.7",
41
- "@smithy/middleware-retry": "^2.0.10",
42
- "@smithy/middleware-serde": "^2.0.7",
43
- "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.10",
45
- "@smithy/node-http-handler": "^2.1.3",
46
- "@smithy/protocol-http": "^3.0.3",
47
- "@smithy/smithy-client": "^2.1.4",
48
- "@smithy/types": "^2.3.1",
49
- "@smithy/url-parser": "^2.0.7",
24
+ "@aws-sdk/client-sts": "3.418.0",
25
+ "@aws-sdk/credential-provider-node": "3.418.0",
26
+ "@aws-sdk/middleware-host-header": "3.418.0",
27
+ "@aws-sdk/middleware-logger": "3.418.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.418.0",
29
+ "@aws-sdk/middleware-signing": "3.418.0",
30
+ "@aws-sdk/middleware-user-agent": "3.418.0",
31
+ "@aws-sdk/region-config-resolver": "3.418.0",
32
+ "@aws-sdk/types": "3.418.0",
33
+ "@aws-sdk/util-endpoints": "3.418.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.418.0",
35
+ "@aws-sdk/util-user-agent-node": "3.418.0",
36
+ "@smithy/config-resolver": "^2.0.10",
37
+ "@smithy/fetch-http-handler": "^2.1.5",
38
+ "@smithy/hash-node": "^2.0.9",
39
+ "@smithy/invalid-dependency": "^2.0.9",
40
+ "@smithy/middleware-content-length": "^2.0.11",
41
+ "@smithy/middleware-endpoint": "^2.0.9",
42
+ "@smithy/middleware-retry": "^2.0.12",
43
+ "@smithy/middleware-serde": "^2.0.9",
44
+ "@smithy/middleware-stack": "^2.0.2",
45
+ "@smithy/node-config-provider": "^2.0.12",
46
+ "@smithy/node-http-handler": "^2.1.5",
47
+ "@smithy/protocol-http": "^3.0.5",
48
+ "@smithy/smithy-client": "^2.1.6",
49
+ "@smithy/types": "^2.3.3",
50
+ "@smithy/url-parser": "^2.0.9",
50
51
  "@smithy/util-base64": "^2.0.0",
51
52
  "@smithy/util-body-length-browser": "^2.0.0",
52
53
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.8",
54
- "@smithy/util-defaults-mode-node": "^2.0.10",
55
- "@smithy/util-retry": "^2.0.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.10",
55
+ "@smithy/util-defaults-mode-node": "^2.0.12",
56
+ "@smithy/util-retry": "^2.0.2",
56
57
  "@smithy/util-utf8": "^2.0.0",
57
58
  "tslib": "^2.5.0",
58
59
  "uuid": "^8.3.2"