@aws-sdk/client-ec2 3.891.0 → 3.892.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 (26) hide show
  1. package/dist-cjs/index.js +123 -5
  2. package/dist-es/models/models_7.js +0 -4
  3. package/dist-es/models/models_8.js +4 -0
  4. package/dist-es/protocols/Aws_ec2.js +124 -0
  5. package/dist-types/commands/CopySnapshotCommand.d.ts +7 -10
  6. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  7. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  8. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +0 -4
  9. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +12 -0
  10. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  11. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
  12. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -2
  13. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +3 -3
  14. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +12 -0
  15. package/dist-types/models/models_1.d.ts +4 -4
  16. package/dist-types/models/models_2.d.ts +4 -0
  17. package/dist-types/models/models_4.d.ts +11 -11
  18. package/dist-types/models/models_6.d.ts +100 -65
  19. package/dist-types/models/models_7.d.ts +45 -31
  20. package/dist-types/models/models_8.d.ts +149 -22
  21. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -4
  22. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +4 -2
  23. package/dist-types/ts3.4/models/models_6.d.ts +11 -12
  24. package/dist-types/ts3.4/models/models_7.d.ts +12 -10
  25. package/dist-types/ts3.4/models/models_8.d.ts +20 -2
  26. package/package.json +2 -2
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetNetworkInsightsAccessScopeContentRequest } from "../models/models_6";
5
- import { GetNetworkInsightsAccessScopeContentResult } from "../models/models_7";
4
+ import { GetNetworkInsightsAccessScopeContentRequest, GetNetworkInsightsAccessScopeContentResult } from "../models/models_7";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -32,10 +32,10 @@ declare const ModifyInstanceMetadataDefaultsCommand_base: {
32
32
  Region.</p>
33
33
  * <note>
34
34
  * <p>To remove a parameter's account-level default setting, specify
35
- * <code>no-preference</code>. If an account-level setting is cleared with
36
- * <code>no-preference</code>, then the instance launch considers the other
35
+ * <code>no-preference</code>. If an account-level setting is cleared with
36
+ * <code>no-preference</code>, then the instance launch considers the other
37
37
  * instance metadata settings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the
38
- * <i>Amazon EC2 User Guide</i>.</p>
38
+ * <i>Amazon EC2 User Guide</i>.</p>
39
39
  * </note>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -50,6 +50,18 @@ declare const ReplaceImageCriteriaInAllowedImagesSettingsCommand_base: {
50
50
  * ImageProviders: [ // ImageProviderRequestList
51
51
  * "STRING_VALUE",
52
52
  * ],
53
+ * MarketplaceProductCodes: [ // MarketplaceProductCodeRequestList
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * ImageNames: [ // ImageNameRequestList
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * DeprecationTimeCondition: { // DeprecationTimeConditionRequest
60
+ * MaximumDaysSinceDeprecated: Number("int"),
61
+ * },
62
+ * CreationDateCondition: { // CreationDateConditionRequest
63
+ * MaximumDaysSinceCreated: Number("int"),
64
+ * },
53
65
  * },
54
66
  * ],
55
67
  * DryRun: true || false,
@@ -247,9 +247,9 @@ export interface CopySnapshotRequest {
247
247
  DestinationRegion?: string | undefined;
248
248
  /**
249
249
  * <p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled,
250
- * enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots
251
- * are encrypted, even if you omit this parameter and encryption by default is not enabled. You
252
- * cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
250
+ * enable encryption using this parameter. Otherwise, omit this parameter. Copies of encrypted
251
+ * snapshots are encrypted, even if you omit this parameter and encryption by default is not
252
+ * enabled. You cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
253
253
  * <i>Amazon EBS User Guide</i>.</p>
254
254
  * @public
255
255
  */
@@ -7768,7 +7768,7 @@ export interface CreateImageUsageReportRequest {
7768
7768
  ClientToken?: string | undefined;
7769
7769
  /**
7770
7770
  * <p>The tags to apply to the report on creation. The <code>ResourceType</code> must be set to
7771
- * <code>image-usage-report</code>; any other value will cause the report creation to
7771
+ * <code>image-usage-report</code>; any other value will cause the report creation to
7772
7772
  * fail.</p>
7773
7773
  * <p>To tag a report after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
7774
7774
  * @public
@@ -4816,6 +4816,10 @@ export interface Route {
4816
4816
  * <p>
4817
4817
  * <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p>
4818
4818
  * </li>
4819
+ * <li>
4820
+ * <p>
4821
+ * <code>Advertisement</code> - The route was created dynamically by Amazon VPC Route Server.</p>
4822
+ * </li>
4819
4823
  * </ul>
4820
4824
  * @public
4821
4825
  */
@@ -5309,7 +5309,7 @@ export interface ResourceTypeOption {
5309
5309
  * <ul>
5310
5310
  * <li>
5311
5311
  * <p>Valid values: <code>pending</code> | <code>running</code> | <code>shutting-down</code> |
5312
- * <code>terminated</code> | <code>stopping</code> | <code>stopped</code>
5312
+ * <code>terminated</code> | <code>stopping</code> | <code>stopped</code>
5313
5313
  * </p>
5314
5314
  * </li>
5315
5315
  * <li>
@@ -5348,7 +5348,7 @@ export interface ResourceTypeRequest {
5348
5348
  ResourceType?: ImageReferenceResourceType | undefined;
5349
5349
  /**
5350
5350
  * <p>The options that affect the scope of the response. Valid only when
5351
- * <code>ResourceType</code> is <code>ec2:Instance</code> or
5351
+ * <code>ResourceType</code> is <code>ec2:Instance</code> or
5352
5352
  * <code>ec2:LaunchTemplate</code>.</p>
5353
5353
  * @public
5354
5354
  */
@@ -5366,13 +5366,13 @@ export interface DescribeImageReferencesRequest {
5366
5366
  /**
5367
5367
  * <p>Specifies whether to check all supported Amazon Web Services resource types for image references. When
5368
5368
  * specified, default values are applied for <code>ResourceTypeOptions</code>. For the default
5369
- * values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ami-references-works.html">How AMI reference checks
5370
- * work</a> in the <i>Amazon EC2 User Guide</i>. If you also specify
5371
- * <code>ResourceTypes</code> with <code>ResourceTypeOptions</code>, your specified values
5372
- * override the default values.</p>
5369
+ * values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-ami-references.html#how-ami-references-works">How AMI
5370
+ * reference checks work</a> in the <i>Amazon EC2 User Guide</i>. If you also
5371
+ * specify <code>ResourceTypes</code> with <code>ResourceTypeOptions</code>, your specified
5372
+ * values override the default values.</p>
5373
5373
  * <p>Supported resource types: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code> |
5374
- * <code>ssm:Parameter</code> | <code>imagebuilder:ImageRecipe</code> |
5375
- * <code>imagebuilder:ContainerRecipe</code>
5374
+ * <code>ssm:Parameter</code> | <code>imagebuilder:ImageRecipe</code> |
5375
+ * <code>imagebuilder:ContainerRecipe</code>
5376
5376
  * </p>
5377
5377
  * <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
5378
5378
  * specified.</p>
@@ -6117,7 +6117,7 @@ export interface DescribeImageUsageReportEntriesRequest {
6117
6117
  * <li>
6118
6118
  * <p>
6119
6119
  * <code>resource-type</code> - The resource type (<code>ec2:Instance</code> |
6120
- * <code>ec2:LaunchTemplate</code>).</p>
6120
+ * <code>ec2:LaunchTemplate</code>).</p>
6121
6121
  * </li>
6122
6122
  * </ul>
6123
6123
  * @public
@@ -6225,7 +6225,7 @@ export interface DescribeImageUsageReportsRequest {
6225
6225
  * <li>
6226
6226
  * <p>
6227
6227
  * <code>state</code> - The state of the report (<code>available</code> |
6228
- * <code>pending</code> | <code>error</code>).</p>
6228
+ * <code>pending</code> | <code>error</code>).</p>
6229
6229
  * </li>
6230
6230
  * </ul>
6231
6231
  * @public
@@ -8127,7 +8127,7 @@ export interface DescribeInstancesRequest {
8127
8127
  * <p>
8128
8128
  * <code>platform-details</code> - The platform (<code>Linux/UNIX</code> |
8129
8129
  * <code>Red Hat BYOL Linux</code> | <code> Red Hat Enterprise Linux</code> |
8130
- * <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise
8130
+ * <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise Linux with High Availability</code> | <code>Red Hat Enterprise
8131
8131
  * Linux with SQL Server Standard and HA</code> | <code>Red Hat Enterprise
8132
8132
  * Linux with SQL Server Enterprise and HA</code> | <code>Red Hat Enterprise
8133
8133
  * Linux with SQL Server Standard</code> | <code>Red Hat Enterprise Linux with
@@ -1,9 +1,9 @@
1
- import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
1
+ import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType, IpamResourceTag, RequestIpamResourceTag, Vpc } from "./models_1";
3
3
  import { ResponseLaunchTemplateData, SSEType, VpcBlockPublicAccessExclusion } from "./models_2";
4
4
  import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpamPoolCidr, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, StatisticType, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
5
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
- import { AnalysisStatus, ArchitectureType, VpcAttributeName } from "./models_5";
6
+ import { ArchitectureType, VpcAttributeName } from "./models_5";
7
7
  /**
8
8
  * @public
9
9
  */
@@ -4465,34 +4465,111 @@ export interface GetAllowedImagesSettingsRequest {
4465
4465
  DryRun?: boolean | undefined;
4466
4466
  }
4467
4467
  /**
4468
- * <p>The list of criteria that are evaluated to determine whch AMIs are discoverable and usable
4469
- * in the account in the specified Amazon Web Services Region. Currently, the only criteria that can be
4470
- * specified are AMI providers. </p>
4471
- * <p>Up to 10 <code>imageCriteria</code> objects can be specified, and up to a total of 200
4472
- * values for all <code>imageProviders</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration">JSON
4473
- * configuration for the Allowed AMIs criteria</a> in the
4474
- * <i>Amazon EC2 User Guide</i>.</p>
4468
+ * <p>The maximum age for allowed images.</p>
4469
+ * @public
4470
+ */
4471
+ export interface CreationDateCondition {
4472
+ /**
4473
+ * <p>The maximum number of days that have elapsed since the image was created. For example, a
4474
+ * value of <code>300</code> allows images that were created within the last 300 days.</p>
4475
+ * @public
4476
+ */
4477
+ MaximumDaysSinceCreated?: number | undefined;
4478
+ }
4479
+ /**
4480
+ * <p>The maximum period since deprecation for allowed images.</p>
4481
+ * @public
4482
+ */
4483
+ export interface DeprecationTimeCondition {
4484
+ /**
4485
+ * <p>The maximum number of days that have elapsed since the image was deprecated. When set to
4486
+ * <code>0</code>, no deprecated images are allowed.</p>
4487
+ * @public
4488
+ */
4489
+ MaximumDaysSinceDeprecated?: number | undefined;
4490
+ }
4491
+ /**
4492
+ * <p>The criteria that are evaluated to determine which AMIs are discoverable and usable in
4493
+ * your account for the specified Amazon Web Services Region.</p>
4494
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#how-allowed-amis-works">How Allowed AMIs
4495
+ * works</a> in the <i>Amazon EC2 User Guide</i>.</p>
4475
4496
  * @public
4476
4497
  */
4477
4498
  export interface ImageCriterion {
4478
4499
  /**
4479
- * <p>A list of AMI providers whose AMIs are discoverable and useable in the account. Up to a
4480
- * total of 200 values can be specified.</p>
4500
+ * <p>The image providers whose images are allowed.</p>
4481
4501
  * <p>Possible values:</p>
4482
- * <p>
4483
- * <code>amazon</code>: Allow AMIs created by Amazon Web Services.</p>
4484
- * <p>
4485
- * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
4486
- * Marketplace.</p>
4487
- * <p>
4488
- * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
4489
- * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
4490
- * specified.</p>
4491
- * <p>
4492
- * <code>none</code>: Allow AMIs created by your own account only.</p>
4502
+ * <ul>
4503
+ * <li>
4504
+ * <p>
4505
+ * <code>amazon</code>: Allow AMIs created by Amazon or verified providers.</p>
4506
+ * </li>
4507
+ * <li>
4508
+ * <p>
4509
+ * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
4510
+ * Marketplace.</p>
4511
+ * </li>
4512
+ * <li>
4513
+ * <p>
4514
+ * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
4515
+ * </li>
4516
+ * <li>
4517
+ * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
4518
+ * specified.</p>
4519
+ * </li>
4520
+ * <li>
4521
+ * <p>
4522
+ * <code>none</code>: Allow AMIs created by your own account only.</p>
4523
+ * </li>
4524
+ * </ul>
4525
+ * <p>Maximum: 200 values</p>
4493
4526
  * @public
4494
4527
  */
4495
4528
  ImageProviders?: string[] | undefined;
4529
+ /**
4530
+ * <p>The Amazon Web Services Marketplace product codes for allowed images.</p>
4531
+ * <p>Length: 1-25 characters</p>
4532
+ * <p>Valid characters: Letters (<code>A–Z, a–z</code>) and numbers (<code>0–9</code>)</p>
4533
+ * <p>Maximum: 50 values</p>
4534
+ * @public
4535
+ */
4536
+ MarketplaceProductCodes?: string[] | undefined;
4537
+ /**
4538
+ * <p>The names of allowed images. Names can include wildcards (<code>?</code> and
4539
+ * <code>*</code>).</p>
4540
+ * <p>Length: 1–128 characters. With <code>?</code>, the minimum is 3 characters.</p>
4541
+ * <p>Valid characters:</p>
4542
+ * <ul>
4543
+ * <li>
4544
+ * <p>Letters: <code>A–Z, a–z</code>
4545
+ * </p>
4546
+ * </li>
4547
+ * <li>
4548
+ * <p>Numbers: <code>0–9</code>
4549
+ * </p>
4550
+ * </li>
4551
+ * <li>
4552
+ * <p>Special characters: <code>( ) [ ] . / - ' @ _ * ?</code>
4553
+ * </p>
4554
+ * </li>
4555
+ * <li>
4556
+ * <p>Spaces</p>
4557
+ * </li>
4558
+ * </ul>
4559
+ * <p>Maximum: 50 values</p>
4560
+ * @public
4561
+ */
4562
+ ImageNames?: string[] | undefined;
4563
+ /**
4564
+ * <p>The maximum period since deprecation for allowed images.</p>
4565
+ * @public
4566
+ */
4567
+ DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
4568
+ /**
4569
+ * <p>The maximum age for allowed images.</p>
4570
+ * @public
4571
+ */
4572
+ CreationDateCondition?: CreationDateCondition | undefined;
4496
4573
  }
4497
4574
  /**
4498
4575
  * @public
@@ -5735,7 +5812,7 @@ export interface InstanceMetadataDefaultsResponse {
5735
5812
  * <p>Indicates whether access to instance tags from the instance metadata is enabled or
5736
5813
  * disabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
5737
5814
  * instance tags using the instance metadata</a> in the
5738
- * <i>Amazon EC2 User Guide</i>.</p>
5815
+ * <i>Amazon EC2 User Guide</i>.</p>
5739
5816
  * @public
5740
5817
  */
5741
5818
  InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
@@ -7157,48 +7234,6 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
7157
7234
  */
7158
7235
  DryRun?: boolean | undefined;
7159
7236
  }
7160
- /**
7161
- * @public
7162
- */
7163
- export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
7164
- /**
7165
- * <p>The ID of the Network Access Scope analysis.</p>
7166
- * @public
7167
- */
7168
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
7169
- /**
7170
- * <p>The status of Network Access Scope Analysis.</p>
7171
- * @public
7172
- */
7173
- AnalysisStatus?: AnalysisStatus | undefined;
7174
- /**
7175
- * <p>The findings associated with Network Access Scope Analysis.</p>
7176
- * @public
7177
- */
7178
- AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
7179
- /**
7180
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
7181
- * @public
7182
- */
7183
- NextToken?: string | undefined;
7184
- }
7185
- /**
7186
- * @public
7187
- */
7188
- export interface GetNetworkInsightsAccessScopeContentRequest {
7189
- /**
7190
- * <p>The ID of the Network Access Scope.</p>
7191
- * @public
7192
- */
7193
- NetworkInsightsAccessScopeId: string | undefined;
7194
- /**
7195
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7196
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7197
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7198
- * @public
7199
- */
7200
- DryRun?: boolean | undefined;
7201
- }
7202
7237
  /**
7203
7238
  * @internal
7204
7239
  */
@@ -1,10 +1,52 @@
1
- import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, RouteServerAssociation, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, RouteServerAssociation, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, CapacityReservation, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, InstanceRequirementsRequest, IpAddressType, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
4
  import { Byoasn, Filter, IKEVersionsRequestListValue, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
- import { ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
6
+ import { AnalysisStatus, ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
7
  import { InstanceFamilyCreditSpecification, InternetGatewayBlockMode, IpamResourceCidr, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VpcBlockPublicAccessOptions } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
12
+ /**
13
+ * <p>The ID of the Network Access Scope analysis.</p>
14
+ * @public
15
+ */
16
+ NetworkInsightsAccessScopeAnalysisId?: string | undefined;
17
+ /**
18
+ * <p>The status of Network Access Scope Analysis.</p>
19
+ * @public
20
+ */
21
+ AnalysisStatus?: AnalysisStatus | undefined;
22
+ /**
23
+ * <p>The findings associated with Network Access Scope Analysis.</p>
24
+ * @public
25
+ */
26
+ AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
27
+ /**
28
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
29
+ * @public
30
+ */
31
+ NextToken?: string | undefined;
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface GetNetworkInsightsAccessScopeContentRequest {
37
+ /**
38
+ * <p>The ID of the Network Access Scope.</p>
39
+ * @public
40
+ */
41
+ NetworkInsightsAccessScopeId: string | undefined;
42
+ /**
43
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
44
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
45
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
46
+ * @public
47
+ */
48
+ DryRun?: boolean | undefined;
49
+ }
8
50
  /**
9
51
  * @public
10
52
  */
@@ -4486,7 +4528,7 @@ export interface ModifyInstanceMetadataDefaultsRequest {
4486
4528
  * <p>Enables or disables access to an instance's tags from the instance metadata. For more
4487
4529
  * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
4488
4530
  * instance tags using the instance metadata</a> in the
4489
- * <i>Amazon EC2 User Guide</i>.</p>
4531
+ * <i>Amazon EC2 User Guide</i>.</p>
4490
4532
  * @public
4491
4533
  */
4492
4534
  InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
@@ -8428,34 +8470,6 @@ export interface ProvisionIpamByoasnResult {
8428
8470
  */
8429
8471
  Byoasn?: Byoasn | undefined;
8430
8472
  }
8431
- /**
8432
- * <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
8433
- * @public
8434
- */
8435
- export interface IpamCidrAuthorizationContext {
8436
- /**
8437
- * <p>The plain-text authorization message for the prefix and account.</p>
8438
- * @public
8439
- */
8440
- Message?: string | undefined;
8441
- /**
8442
- * <p>The signed authorization message for the prefix and account.</p>
8443
- * @public
8444
- */
8445
- Signature?: string | undefined;
8446
- }
8447
- /**
8448
- * @public
8449
- * @enum
8450
- */
8451
- export declare const VerificationMethod: {
8452
- readonly dns_token: "dns-token";
8453
- readonly remarks_x509: "remarks-x509";
8454
- };
8455
- /**
8456
- * @public
8457
- */
8458
- export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
8459
8473
  /**
8460
8474
  * @internal
8461
8475
  */