@aws-sdk/client-securityhub 3.278.0 → 3.281.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 (140) hide show
  1. package/README.md +505 -17
  2. package/dist-cjs/SecurityHub.js +75 -0
  3. package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
  4. package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
  5. package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeHubCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
  14. package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
  16. package/dist-cjs/commands/index.js +5 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -76
  19. package/dist-cjs/models/models_2.js +102 -9
  20. package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
  21. package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +557 -3
  24. package/dist-es/SecurityHub.js +75 -0
  25. package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
  26. package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
  27. package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
  28. package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
  29. package/dist-es/commands/DeleteInsightCommand.js +1 -1
  30. package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
  31. package/dist-es/commands/DeleteMembersCommand.js +1 -1
  32. package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
  33. package/dist-es/commands/DescribeHubCommand.js +1 -1
  34. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
  35. package/dist-es/commands/DescribeProductsCommand.js +1 -2
  36. package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
  37. package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
  38. package/dist-es/commands/index.js +5 -0
  39. package/dist-es/models/models_0.js +5 -3
  40. package/dist-es/models/models_1.js +57 -50
  41. package/dist-es/models/models_2.js +77 -7
  42. package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
  43. package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +544 -0
  46. package/dist-types/SecurityHub.d.ts +59 -17
  47. package/dist-types/SecurityHubClient.d.ts +21 -19
  48. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
  49. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
  50. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
  51. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
  52. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
  53. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
  54. package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
  55. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
  56. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
  57. package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
  58. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
  59. package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
  60. package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
  61. package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
  62. package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
  63. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
  64. package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
  65. package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
  66. package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
  67. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
  68. package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
  69. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
  70. package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
  71. package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
  72. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
  73. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
  74. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
  75. package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
  76. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
  77. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
  78. package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
  79. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
  80. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
  81. package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
  82. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
  83. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
  84. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
  85. package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
  86. package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
  87. package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
  88. package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
  89. package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
  90. package/dist-types/commands/GetMembersCommand.d.ts +6 -0
  91. package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
  92. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
  93. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
  94. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
  95. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  96. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
  97. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
  98. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
  106. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
  107. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
  108. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
  109. package/dist-types/commands/index.d.ts +5 -0
  110. package/dist-types/models/models_0.d.ts +18 -25
  111. package/dist-types/models/models_1.d.ts +370 -260
  112. package/dist-types/models/models_2.d.ts +513 -8
  113. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +2 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  117. package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
  118. package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
  119. package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
  130. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
  132. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +4 -6
  134. package/dist-types/ts3.4/models/models_1.d.ts +137 -118
  135. package/dist-types/ts3.4/models/models_2.d.ts +184 -8
  136. package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  140. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateActionTargetCommand}.
8
+ */
6
9
  export interface UpdateActionTargetCommandInput extends UpdateActionTargetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateActionTargetCommand}.
13
+ */
8
14
  export interface UpdateActionTargetCommandOutput extends UpdateActionTargetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateFindingAggregatorCommand}.
8
+ */
6
9
  export interface UpdateFindingAggregatorCommandInput extends UpdateFindingAggregatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFindingAggregatorCommand}.
13
+ */
8
14
  export interface UpdateFindingAggregatorCommandOutput extends UpdateFindingAggregatorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateFindingsCommand}.
8
+ */
6
9
  export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFindingsCommand}.
13
+ */
8
14
  export interface UpdateFindingsCommandOutput extends UpdateFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateInsightCommand}.
8
+ */
6
9
  export interface UpdateInsightCommandInput extends UpdateInsightRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateInsightCommand}.
13
+ */
8
14
  export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateOrganizationConfigurationCommand}.
8
+ */
6
9
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateOrganizationConfigurationCommand}.
13
+ */
8
14
  export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSecurityHubConfigurationRequest, UpdateSecurityHubConfigurationResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateSecurityHubConfigurationCommand}.
8
+ */
6
9
  export interface UpdateSecurityHubConfigurationCommandInput extends UpdateSecurityHubConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSecurityHubConfigurationCommand}.
13
+ */
8
14
  export interface UpdateSecurityHubConfigurationCommandOutput extends UpdateSecurityHubConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
+ /**
7
+ * The input for {@link UpdateStandardsControlCommand}.
8
+ */
6
9
  export interface UpdateStandardsControlCommandInput extends UpdateStandardsControlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateStandardsControlCommand}.
13
+ */
8
14
  export interface UpdateStandardsControlCommandOutput extends UpdateStandardsControlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -2,8 +2,11 @@ export * from "./AcceptAdministratorInvitationCommand";
2
2
  export * from "./AcceptInvitationCommand";
3
3
  export * from "./BatchDisableStandardsCommand";
4
4
  export * from "./BatchEnableStandardsCommand";
5
+ export * from "./BatchGetSecurityControlsCommand";
6
+ export * from "./BatchGetStandardsControlAssociationsCommand";
5
7
  export * from "./BatchImportFindingsCommand";
6
8
  export * from "./BatchUpdateFindingsCommand";
9
+ export * from "./BatchUpdateStandardsControlAssociationsCommand";
7
10
  export * from "./CreateActionTargetCommand";
8
11
  export * from "./CreateFindingAggregatorCommand";
9
12
  export * from "./CreateInsightCommand";
@@ -44,6 +47,8 @@ export * from "./ListFindingAggregatorsCommand";
44
47
  export * from "./ListInvitationsCommand";
45
48
  export * from "./ListMembersCommand";
46
49
  export * from "./ListOrganizationAdminAccountsCommand";
50
+ export * from "./ListSecurityControlDefinitionsCommand";
51
+ export * from "./ListStandardsControlAssociationsCommand";
47
52
  export * from "./ListTagsForResourceCommand";
48
53
  export * from "./TagResourceCommand";
49
54
  export * from "./UntagResourceCommand";
@@ -504,6 +504,10 @@ export interface AssociatedStandard {
504
504
  */
505
505
  StandardsId?: string;
506
506
  }
507
+ export declare enum AssociationStatus {
508
+ DISABLED = "DISABLED",
509
+ ENABLED = "ENABLED"
510
+ }
507
511
  export declare enum AutoEnableStandards {
508
512
  DEFAULT = "DEFAULT",
509
513
  NONE = "NONE"
@@ -1566,8 +1570,8 @@ export interface AwsBackupBackupVaultNotificationsDetails {
1566
1570
  */
1567
1571
  BackupVaultEvents?: string[];
1568
1572
  /**
1569
- * <p>An ARN that uniquely identifies the Amazon SNS topic for a backup vault’s events.
1570
- * </p>
1573
+ * <p>The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for
1574
+ * a backup vault's events. </p>
1571
1575
  */
1572
1576
  SnsTopicArn?: string;
1573
1577
  }
@@ -4246,8 +4250,11 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsDetails {
4246
4250
  */
4247
4251
  NetworkInterfaceCount?: AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails;
4248
4252
  /**
4249
- * <p>
4250
- * The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.</p>
4253
+ * <p> The price protection threshold for On-Demand Instances. This is the maximum you'll pay
4254
+ * for an On-Demand Instance, expressed as a percentage above the least expensive current
4255
+ * generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects
4256
+ * instance types with your attributes, it excludes instance types priced above your
4257
+ * threshold.</p>
4251
4258
  * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
4252
4259
  * <p>A high value, such as <code>999999</code>, turns off price protection.</p>
4253
4260
  */
@@ -4259,11 +4266,10 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsDetails {
4259
4266
  */
4260
4267
  RequireHibernateSupport?: boolean;
4261
4268
  /**
4262
- * <p>
4263
- * The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a
4264
- * percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When
4265
- * Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.
4266
- * </p>
4269
+ * <p> The price protection threshold for Spot Instances. This is the maximum you'll pay for a
4270
+ * Spot Instance, expressed as a percentage above the least expensive current generation M, C,
4271
+ * or R instance type with your specified attributes. When Amazon EC2 selects instance
4272
+ * types with your attributes, it excludes instance types priced above your threshold. </p>
4267
4273
  * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
4268
4274
  * <p>A high value, such as <code>999999</code>, turns off price protection.</p>
4269
4275
  */
@@ -4314,9 +4320,9 @@ export interface AwsEc2LaunchTemplateDataMaintenanceOptionsDetails {
4314
4320
  */
4315
4321
  export interface AwsEc2LaunchTemplateDataMetadataOptionsDetails {
4316
4322
  /**
4317
- * <p>
4318
- * Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled, and you wont be able to access your instance metadata.
4319
- * </p>
4323
+ * <p> Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
4324
+ * not specified, the default state is enabled, and you won't be able to access your instance
4325
+ * metadata. </p>
4320
4326
  */
4321
4327
  HttpEndpoint?: string;
4322
4328
  /**
@@ -8936,15 +8942,6 @@ export interface AwsIamAttachedManagedPolicy {
8936
8942
  */
8937
8943
  PolicyArn?: string;
8938
8944
  }
8939
- /**
8940
- * <p>A managed policy that is attached to the IAM group.</p>
8941
- */
8942
- export interface AwsIamGroupPolicy {
8943
- /**
8944
- * <p>The name of the policy.</p>
8945
- */
8946
- PolicyName?: string;
8947
- }
8948
8945
  /**
8949
8946
  * @internal
8950
8947
  */
@@ -10105,7 +10102,3 @@ export declare const AwsIamAccessKeyDetailsFilterSensitiveLog: (obj: AwsIamAcces
10105
10102
  * @internal
10106
10103
  */
10107
10104
  export declare const AwsIamAttachedManagedPolicyFilterSensitiveLog: (obj: AwsIamAttachedManagedPolicy) => any;
10108
- /**
10109
- * @internal
10110
- */
10111
- export declare const AwsIamGroupPolicyFilterSensitiveLog: (obj: AwsIamGroupPolicy) => any;