@aws-sdk/client-ec2 3.694.0 → 3.696.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 (144) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +672 -54
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +5 -0
  12. package/dist-es/models/models_2.js +16 -0
  13. package/dist-es/models/models_4.js +0 -15
  14. package/dist-es/models/models_5.js +25 -0
  15. package/dist-es/models/models_6.js +0 -4
  16. package/dist-es/models/models_7.js +4 -1
  17. package/dist-es/protocols/Aws_ec2.js +511 -32
  18. package/dist-types/EC2.d.ts +44 -0
  19. package/dist-types/EC2Client.d.ts +8 -2
  20. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  21. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  22. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  23. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
  28. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  33. package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  43. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  44. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  45. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  49. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
  55. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  65. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  66. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  67. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  68. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  69. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  70. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  71. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  72. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  75. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  76. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
  77. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
  78. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  79. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  80. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
  81. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  82. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  83. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  86. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  88. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  89. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  90. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  91. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  92. package/dist-types/commands/index.d.ts +6 -0
  93. package/dist-types/models/models_0.d.ts +27 -23
  94. package/dist-types/models/models_1.d.ts +120 -116
  95. package/dist-types/models/models_2.d.ts +276 -143
  96. package/dist-types/models/models_3.d.ts +192 -409
  97. package/dist-types/models/models_4.d.ts +1119 -1064
  98. package/dist-types/models/models_5.d.ts +2975 -2932
  99. package/dist-types/models/models_6.d.ts +4328 -4255
  100. package/dist-types/models/models_7.d.ts +564 -29
  101. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  102. package/dist-types/ts3.4/EC2.d.ts +140 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  104. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
  107. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
  119. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
  127. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  136. package/dist-types/ts3.4/models/models_1.d.ts +24 -27
  137. package/dist-types/ts3.4/models/models_2.d.ts +74 -40
  138. package/dist-types/ts3.4/models/models_3.d.ts +48 -76
  139. package/dist-types/ts3.4/models/models_4.d.ts +83 -77
  140. package/dist-types/ts3.4/models/models_5.d.ts +117 -107
  141. package/dist-types/ts3.4/models/models_6.d.ts +112 -117
  142. package/dist-types/ts3.4/models/models_7.d.ts +137 -3
  143. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  144. package/package.json +37 -37
@@ -43,18 +43,17 @@ declare const RegisterImageCommand_base: {
43
43
  * <p>
44
44
  * <b>Register a snapshot of a root device volume</b>
45
45
  * </p>
46
- * <p>You can use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from
47
- * a snapshot of a root device volume. You specify the snapshot using a block device mapping.
48
- * You can't set the encryption state of the volume using the block device mapping. If the
49
- * snapshot is encrypted, or encryption by default is enabled, the root volume of an instance
50
- * launched from the AMI is encrypted.</p>
46
+ * <p>You can use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from a snapshot
47
+ * of a root device volume. You specify the snapshot using a block device mapping. You can't set
48
+ * the encryption state of the volume using the block device mapping. If the snapshot is
49
+ * encrypted, or encryption by default is enabled, the root volume of an instance launched from
50
+ * the AMI is encrypted.</p>
51
51
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot">Create an AMI from a snapshot</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with Amazon EBS-backed
52
52
  * AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
53
53
  * <p>
54
54
  * <b>Amazon Web Services Marketplace product codes</b>
55
55
  * </p>
56
- * <p>If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new
57
- * AMI.</p>
56
+ * <p>If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.</p>
58
57
  * <p>In most cases, AMIs for Windows, RedHat, SUSE, and SQL Server require correct licensing
59
58
  * information to be present on the AMI. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html">Understand AMI billing
60
59
  * information</a> in the <i>Amazon EC2 User Guide</i>. When creating an AMI from
@@ -27,7 +27,8 @@ declare const RestoreImageFromRecycleBinCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
30
+ * <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in
31
+ * the <i>Amazon EC2 User Guide</i>.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -220,6 +220,9 @@ declare const RunInstancesCommand_base: {
220
220
  * },
221
221
  * DisableApiStop: true || false,
222
222
  * EnablePrimaryIpv6: true || false,
223
+ * Operator: { // OperatorRequest
224
+ * Principal: "STRING_VALUE",
225
+ * },
223
226
  * DryRun: true || false,
224
227
  * DisableApiTermination: true || false,
225
228
  * InstanceInitiatedShutdownBehavior: "stop" || "terminate",
@@ -312,6 +315,10 @@ declare const RunInstancesCommand_base: {
312
315
  * // VolumeId: "STRING_VALUE",
313
316
  * // AssociatedResource: "STRING_VALUE",
314
317
  * // VolumeOwnerId: "STRING_VALUE",
318
+ * // Operator: { // OperatorResponse
319
+ * // Managed: true || false,
320
+ * // Principal: "STRING_VALUE",
321
+ * // },
315
322
  * // },
316
323
  * // },
317
324
  * // ],
@@ -415,6 +422,10 @@ declare const RunInstancesCommand_base: {
415
422
  * // UdpStreamTimeout: Number("int"),
416
423
  * // UdpTimeout: Number("int"),
417
424
  * // },
425
+ * // Operator: {
426
+ * // Managed: true || false,
427
+ * // Principal: "STRING_VALUE",
428
+ * // },
418
429
  * // },
419
430
  * // ],
420
431
  * // OutpostArn: "STRING_VALUE",
@@ -482,6 +493,7 @@ declare const RunInstancesCommand_base: {
482
493
  * // AutoRecovery: "disabled" || "default",
483
494
  * // },
484
495
  * // CurrentInstanceBootMode: "legacy-bios" || "uefi",
496
+ * // Operator: "<OperatorResponse>",
485
497
  * // InstanceId: "STRING_VALUE",
486
498
  * // ImageId: "STRING_VALUE",
487
499
  * // State: { // InstanceState
@@ -132,6 +132,7 @@ export * from "./CreateVerifiedAccessGroupCommand";
132
132
  export * from "./CreateVerifiedAccessInstanceCommand";
133
133
  export * from "./CreateVerifiedAccessTrustProviderCommand";
134
134
  export * from "./CreateVolumeCommand";
135
+ export * from "./CreateVpcBlockPublicAccessExclusionCommand";
135
136
  export * from "./CreateVpcCommand";
136
137
  export * from "./CreateVpcEndpointCommand";
137
138
  export * from "./CreateVpcEndpointConnectionNotificationCommand";
@@ -207,6 +208,7 @@ export * from "./DeleteVerifiedAccessGroupCommand";
207
208
  export * from "./DeleteVerifiedAccessInstanceCommand";
208
209
  export * from "./DeleteVerifiedAccessTrustProviderCommand";
209
210
  export * from "./DeleteVolumeCommand";
211
+ export * from "./DeleteVpcBlockPublicAccessExclusionCommand";
210
212
  export * from "./DeleteVpcCommand";
211
213
  export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
212
214
  export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
@@ -366,6 +368,8 @@ export * from "./DescribeVolumeStatusCommand";
366
368
  export * from "./DescribeVolumesCommand";
367
369
  export * from "./DescribeVolumesModificationsCommand";
368
370
  export * from "./DescribeVpcAttributeCommand";
371
+ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
372
+ export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
369
373
  export * from "./DescribeVpcClassicLinkCommand";
370
374
  export * from "./DescribeVpcClassicLinkDnsSupportCommand";
371
375
  export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
@@ -552,6 +556,8 @@ export * from "./ModifyVerifiedAccessTrustProviderCommand";
552
556
  export * from "./ModifyVolumeAttributeCommand";
553
557
  export * from "./ModifyVolumeCommand";
554
558
  export * from "./ModifyVpcAttributeCommand";
559
+ export * from "./ModifyVpcBlockPublicAccessExclusionCommand";
560
+ export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
555
561
  export * from "./ModifyVpcEndpointCommand";
556
562
  export * from "./ModifyVpcEndpointConnectionNotificationCommand";
557
563
  export * from "./ModifyVpcEndpointServiceConfigurationCommand";
@@ -6182,20 +6182,22 @@ export interface AuthorizeSecurityGroupIngressResult {
6182
6182
  SecurityGroupRules?: SecurityGroupRule[] | undefined;
6183
6183
  }
6184
6184
  /**
6185
- * <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>
6185
+ * <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed
6186
+ * AMI.</p>
6186
6187
  * @public
6187
6188
  */
6188
6189
  export interface S3Storage {
6189
6190
  /**
6190
6191
  * <p>The access key ID of the owner of the bucket. Before you specify a value for your access
6191
- * key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html">Best
6192
- * Practices for Amazon Web Services accounts</a> in the <i>Account ManagementReference
6193
- * Guide</i>.</p>
6192
+ * key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html">Best Practices for Amazon Web Services
6193
+ * accounts</a> in the <i>Account ManagementReference Guide</i>.</p>
6194
6194
  * @public
6195
6195
  */
6196
6196
  AWSAccessKeyId?: string | undefined;
6197
6197
  /**
6198
- * <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>
6198
+ * <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a
6199
+ * new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone
6200
+ * else, Amazon EC2 returns an error.</p>
6199
6201
  * @public
6200
6202
  */
6201
6203
  Bucket?: string | undefined;
@@ -6205,7 +6207,8 @@ export interface S3Storage {
6205
6207
  */
6206
6208
  Prefix?: string | undefined;
6207
6209
  /**
6208
- * <p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.</p>
6210
+ * <p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your
6211
+ * behalf.</p>
6209
6212
  * @public
6210
6213
  */
6211
6214
  UploadPolicy?: Uint8Array | undefined;
@@ -6238,7 +6241,9 @@ export interface BundleInstanceRequest {
6238
6241
  */
6239
6242
  InstanceId: string | undefined;
6240
6243
  /**
6241
- * <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>
6244
+ * <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a
6245
+ * new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone
6246
+ * else, Amazon EC2 returns an error.</p>
6242
6247
  * @public
6243
6248
  */
6244
6249
  Storage: Storage | undefined;
@@ -7041,9 +7046,9 @@ export interface CopyFpgaImageResult {
7041
7046
  */
7042
7047
  export interface CopyImageRequest {
7043
7048
  /**
7044
- * <p>Unique, case-sensitive identifier you provide to ensure
7045
- * idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>
7046
- * in the <i>Amazon EC2 API Reference</i>.</p>
7049
+ * <p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For
7050
+ * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>
7051
+ * in the <i>Amazon EC2 API Reference</i>.</p>
7047
7052
  * @public
7048
7053
  */
7049
7054
  ClientToken?: string | undefined;
@@ -7062,9 +7067,9 @@ export interface CopyImageRequest {
7062
7067
  */
7063
7068
  Encrypted?: boolean | undefined;
7064
7069
  /**
7065
- * <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating
7066
- * encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used.
7067
- * If you specify a KMS key, you must also set the encrypted state to <code>true</code>.</p>
7070
+ * <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.
7071
+ * If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you
7072
+ * specify a KMS key, you must also set the encrypted state to <code>true</code>.</p>
7068
7073
  * <p>You can specify a KMS key using any of the following:</p>
7069
7074
  * <ul>
7070
7075
  * <li>
@@ -7080,8 +7085,8 @@ export interface CopyImageRequest {
7080
7085
  * <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
7081
7086
  * </li>
7082
7087
  * </ul>
7083
- * <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid,
7084
- * the action can appear to complete, but eventually fails.</p>
7088
+ * <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier
7089
+ * that is not valid, the action can appear to complete, but eventually fails.</p>
7085
7090
  * <p>The specified KMS key must exist in the destination Region.</p>
7086
7091
  * <p>Amazon EBS does not support asymmetric KMS keys.</p>
7087
7092
  * @public
@@ -7103,13 +7108,12 @@ export interface CopyImageRequest {
7103
7108
  */
7104
7109
  SourceRegion: string | undefined;
7105
7110
  /**
7106
- * <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only
7107
- * specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost.
7108
- * The AMI must be in the Region of the destination Outpost. You cannot copy an
7109
- * AMI from an Outpost to a Region, from one Outpost to another, or within the same
7110
- * Outpost.</p>
7111
- * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services
7112
- * Region to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
7111
+ * <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this
7112
+ * parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the
7113
+ * Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from
7114
+ * one Outpost to another, or within the same Outpost.</p>
7115
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services Region
7116
+ * to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
7113
7117
  * @public
7114
7118
  */
7115
7119
  DestinationOutpostArn?: string | undefined;
@@ -7139,7 +7143,7 @@ export interface CopyImageRequest {
7139
7143
  * </li>
7140
7144
  * <li>
7141
7145
  * <p>To tag the new snapshots, the value for <code>ResourceType</code> must be
7142
- * <code>snapshot</code>. The same tag is applied to all the new snapshots.</p>
7146
+ * <code>snapshot</code>. The same tag is applied to all the new snapshots.</p>
7143
7147
  * </li>
7144
7148
  * </ul>
7145
7149
  * <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
@@ -1,4 +1,4 @@
1
- import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, EndDateType, InstanceEventWindow, InstanceMatchCriteria, NatGatewayAddress, PortRange, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, EndDateType, InstanceEventWindow, InstanceMatchCriteria, NatGatewayAddress, PortRange, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
2
  /**
3
3
  * <p>Describes a Capacity Reservation.</p>
4
4
  * @public
@@ -2294,6 +2294,44 @@ export interface CreateDefaultSubnetRequest {
2294
2294
  */
2295
2295
  Ipv6Native?: boolean | undefined;
2296
2296
  }
2297
+ /**
2298
+ * @public
2299
+ * @enum
2300
+ */
2301
+ export declare const BlockPublicAccessMode: {
2302
+ readonly block_bidirectional: "block-bidirectional";
2303
+ readonly block_ingress: "block-ingress";
2304
+ readonly off: "off";
2305
+ };
2306
+ /**
2307
+ * @public
2308
+ */
2309
+ export type BlockPublicAccessMode = (typeof BlockPublicAccessMode)[keyof typeof BlockPublicAccessMode];
2310
+ /**
2311
+ * <p>The state of VPC Block Public Access (BPA).</p>
2312
+ * @public
2313
+ */
2314
+ export interface BlockPublicAccessStates {
2315
+ /**
2316
+ * <p>The mode of VPC BPA.</p>
2317
+ * <ul>
2318
+ * <li>
2319
+ * <p>
2320
+ * <code>bidirectional-access-allowed</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
2321
+ * </li>
2322
+ * <li>
2323
+ * <p>
2324
+ * <code>bidirectional-access-blocked</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
2325
+ * </li>
2326
+ * <li>
2327
+ * <p>
2328
+ * <code>ingress-access-blocked</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
2329
+ * </li>
2330
+ * </ul>
2331
+ * @public
2332
+ */
2333
+ InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
2334
+ }
2297
2335
  /**
2298
2336
  * @public
2299
2337
  * @enum
@@ -2423,6 +2461,11 @@ export interface Subnet {
2423
2461
  * @public
2424
2462
  */
2425
2463
  PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
2464
+ /**
2465
+ * <p>The state of VPC Block Public Access (BPA).</p>
2466
+ * @public
2467
+ */
2468
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
2426
2469
  /**
2427
2470
  * <p>The ID of the subnet.</p>
2428
2471
  * @public
@@ -2549,6 +2592,11 @@ export interface Vpc {
2549
2592
  * @public
2550
2593
  */
2551
2594
  Tags?: Tag[] | undefined;
2595
+ /**
2596
+ * <p>The state of VPC Block Public Access (BPA).</p>
2597
+ * @public
2598
+ */
2599
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
2552
2600
  /**
2553
2601
  * <p>The ID of the VPC.</p>
2554
2602
  * @public
@@ -5540,8 +5588,8 @@ export interface CreateImageRequest {
5540
5588
  * <code>image</code>.</p>
5541
5589
  * </li>
5542
5590
  * <li>
5543
- * <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
5544
- * are attached to the instance, the value for <code>ResourceType</code> must be
5591
+ * <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes
5592
+ * that are attached to the instance, the value for <code>ResourceType</code> must be
5545
5593
  * <code>snapshot</code>. The same tag is applied to all of the snapshots that are
5546
5594
  * created.</p>
5547
5595
  * </li>
@@ -5565,7 +5613,9 @@ export interface CreateImageRequest {
5565
5613
  InstanceId: string | undefined;
5566
5614
  /**
5567
5615
  * <p>A name for the new image.</p>
5568
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
5616
+ * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
5617
+ * ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
5618
+ * underscores(_)</p>
5569
5619
  * @public
5570
5620
  */
5571
5621
  Name: string | undefined;
@@ -5575,21 +5625,21 @@ export interface CreateImageRequest {
5575
5625
  */
5576
5626
  Description?: string | undefined;
5577
5627
  /**
5578
- * <p>Indicates whether or not the instance should be automatically rebooted before creating
5579
- * the image. Specify one of the following values:</p>
5628
+ * <p>Indicates whether or not the instance should be automatically rebooted before creating the
5629
+ * image. Specify one of the following values:</p>
5580
5630
  * <ul>
5581
5631
  * <li>
5582
5632
  * <p>
5583
5633
  * <code>true</code> - The instance is not rebooted before creating the image. This
5584
- * creates crash-consistent snapshots that include only the data that has been written
5585
- * to the volumes at the time the snapshots are created. Buffered data and data in
5586
- * memory that has not yet been written to the volumes is not included in the snapshots.</p>
5634
+ * creates crash-consistent snapshots that include only the data that has been written to the
5635
+ * volumes at the time the snapshots are created. Buffered data and data in memory that has
5636
+ * not yet been written to the volumes is not included in the snapshots.</p>
5587
5637
  * </li>
5588
5638
  * <li>
5589
5639
  * <p>
5590
- * <code>false</code> - The instance is rebooted before creating the image. This
5591
- * ensures that all buffered data and data in memory is written to the volumes before the
5592
- * snapshots are created.</p>
5640
+ * <code>false</code> - The instance is rebooted before creating the image. This ensures
5641
+ * that all buffered data and data in memory is written to the volumes before the snapshots
5642
+ * are created.</p>
5593
5643
  * </li>
5594
5644
  * </ul>
5595
5645
  * <p>Default: <code>false</code>
@@ -8157,12 +8207,23 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
8157
8207
  /**
8158
8208
  * <p>A security group connection tracking specification that enables you to set the timeout
8159
8209
  * for connection tracking on an Elastic network interface. For more information, see
8160
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
8161
- * <i>Amazon EC2 User Guide</i>.</p>
8210
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
8211
+ * <i>Amazon EC2 User Guide</i>.</p>
8162
8212
  * @public
8163
8213
  */
8164
8214
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
8165
8215
  }
8216
+ /**
8217
+ * <p>The entity that manages the resource.</p>
8218
+ * @public
8219
+ */
8220
+ export interface OperatorRequest {
8221
+ /**
8222
+ * <p>The entity that manages the resource.</p>
8223
+ * @public
8224
+ */
8225
+ Principal?: string | undefined;
8226
+ }
8166
8227
  /**
8167
8228
  * <p>Describes the placement of an instance.</p>
8168
8229
  * @public
@@ -8603,6 +8664,11 @@ export interface RequestLaunchTemplateData {
8603
8664
  * @public
8604
8665
  */
8605
8666
  DisableApiStop?: boolean | undefined;
8667
+ /**
8668
+ * <p>The entity that manages the launch template.</p>
8669
+ * @public
8670
+ */
8671
+ Operator?: OperatorRequest | undefined;
8606
8672
  }
8607
8673
  /**
8608
8674
  * @public
@@ -8639,6 +8705,11 @@ export interface CreateLaunchTemplateRequest {
8639
8705
  * @public
8640
8706
  */
8641
8707
  LaunchTemplateData: RequestLaunchTemplateData | undefined;
8708
+ /**
8709
+ * <p>Reserved for internal use.</p>
8710
+ * @public
8711
+ */
8712
+ Operator?: OperatorRequest | undefined;
8642
8713
  /**
8643
8714
  * <p>The tags to apply to the launch template on creation. To tag the launch template, the
8644
8715
  * resource type must be <code>launch-template</code>.</p>
@@ -8648,6 +8719,24 @@ export interface CreateLaunchTemplateRequest {
8648
8719
  */
8649
8720
  TagSpecifications?: TagSpecification[] | undefined;
8650
8721
  }
8722
+ /**
8723
+ * <p>Describes whether the resource is managed by an entity and, if so,
8724
+ * describes the entity that manages it.</p>
8725
+ * @public
8726
+ */
8727
+ export interface OperatorResponse {
8728
+ /**
8729
+ * <p>If <code>true</code>, the resource is managed by an entity.</p>
8730
+ * @public
8731
+ */
8732
+ Managed?: boolean | undefined;
8733
+ /**
8734
+ * <p>If <code>managed</code> is <code>true</code>, then the principal is returned.
8735
+ * The principal is the entity that manages the resource.</p>
8736
+ * @public
8737
+ */
8738
+ Principal?: string | undefined;
8739
+ }
8651
8740
  /**
8652
8741
  * <p>Describes a launch template.</p>
8653
8742
  * @public
@@ -8688,6 +8777,11 @@ export interface LaunchTemplate {
8688
8777
  * @public
8689
8778
  */
8690
8779
  Tags?: Tag[] | undefined;
8780
+ /**
8781
+ * <p>The entity that manages the launch template.</p>
8782
+ * @public
8783
+ */
8784
+ Operator?: OperatorResponse | undefined;
8691
8785
  }
8692
8786
  /**
8693
8787
  * <p>The error code and error message that is returned for a parameter or parameter
@@ -9453,8 +9547,8 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
9453
9547
  /**
9454
9548
  * <p>A security group connection tracking specification that enables you to set the timeout
9455
9549
  * for connection tracking on an Elastic network interface. For more information, see
9456
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
9457
- * <i>Amazon EC2 User Guide</i>.</p>
9550
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
9551
+ * <i>Amazon EC2 User Guide</i>.</p>
9458
9552
  * @public
9459
9553
  */
9460
9554
  ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
@@ -9761,6 +9855,11 @@ export interface ResponseLaunchTemplateData {
9761
9855
  * @public
9762
9856
  */
9763
9857
  DisableApiStop?: boolean | undefined;
9858
+ /**
9859
+ * <p>The entity that manages the launch template.</p>
9860
+ * @public
9861
+ */
9862
+ Operator?: OperatorResponse | undefined;
9764
9863
  }
9765
9864
  /**
9766
9865
  * <p>Describes a launch template version.</p>
@@ -9807,6 +9906,11 @@ export interface LaunchTemplateVersion {
9807
9906
  * @public
9808
9907
  */
9809
9908
  LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
9909
+ /**
9910
+ * <p>The entity that manages the launch template.</p>
9911
+ * @public
9912
+ */
9913
+ Operator?: OperatorResponse | undefined;
9810
9914
  }
9811
9915
  /**
9812
9916
  * @public
@@ -10966,106 +11070,6 @@ export interface CreateNetworkAclEntryRequest {
10966
11070
  */
10967
11071
  PortRange?: PortRange | undefined;
10968
11072
  }
10969
- /**
10970
- * @public
10971
- */
10972
- export interface CreateNetworkInsightsAccessScopeRequest {
10973
- /**
10974
- * <p>The paths to match.</p>
10975
- * @public
10976
- */
10977
- MatchPaths?: AccessScopePathRequest[] | undefined;
10978
- /**
10979
- * <p>The paths to exclude.</p>
10980
- * @public
10981
- */
10982
- ExcludePaths?: AccessScopePathRequest[] | undefined;
10983
- /**
10984
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
10985
- * see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
10986
- * @public
10987
- */
10988
- ClientToken?: string | undefined;
10989
- /**
10990
- * <p>The tags to apply.</p>
10991
- * @public
10992
- */
10993
- TagSpecifications?: TagSpecification[] | undefined;
10994
- /**
10995
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10996
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10997
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10998
- * @public
10999
- */
11000
- DryRun?: boolean | undefined;
11001
- }
11002
- /**
11003
- * <p>Describes a Network Access Scope.</p>
11004
- * @public
11005
- */
11006
- export interface NetworkInsightsAccessScope {
11007
- /**
11008
- * <p>The ID of the Network Access Scope.</p>
11009
- * @public
11010
- */
11011
- NetworkInsightsAccessScopeId?: string | undefined;
11012
- /**
11013
- * <p>The Amazon Resource Name (ARN) of the Network Access Scope.</p>
11014
- * @public
11015
- */
11016
- NetworkInsightsAccessScopeArn?: string | undefined;
11017
- /**
11018
- * <p>The creation date.</p>
11019
- * @public
11020
- */
11021
- CreatedDate?: Date | undefined;
11022
- /**
11023
- * <p>The last updated date.</p>
11024
- * @public
11025
- */
11026
- UpdatedDate?: Date | undefined;
11027
- /**
11028
- * <p>The tags.</p>
11029
- * @public
11030
- */
11031
- Tags?: Tag[] | undefined;
11032
- }
11033
- /**
11034
- * <p>Describes the Network Access Scope content.</p>
11035
- * @public
11036
- */
11037
- export interface NetworkInsightsAccessScopeContent {
11038
- /**
11039
- * <p>The ID of the Network Access Scope.</p>
11040
- * @public
11041
- */
11042
- NetworkInsightsAccessScopeId?: string | undefined;
11043
- /**
11044
- * <p>The paths to match.</p>
11045
- * @public
11046
- */
11047
- MatchPaths?: AccessScopePath[] | undefined;
11048
- /**
11049
- * <p>The paths to exclude.</p>
11050
- * @public
11051
- */
11052
- ExcludePaths?: AccessScopePath[] | undefined;
11053
- }
11054
- /**
11055
- * @public
11056
- */
11057
- export interface CreateNetworkInsightsAccessScopeResult {
11058
- /**
11059
- * <p>The Network Access Scope.</p>
11060
- * @public
11061
- */
11062
- NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
11063
- /**
11064
- * <p>The Network Access Scope content.</p>
11065
- * @public
11066
- */
11067
- NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent | undefined;
11068
- }
11069
11073
  /**
11070
11074
  * @internal
11071
11075
  */