@jjrawlins/cdk-ami-builder 0.0.23 → 0.0.25
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.
- package/.jsii +12 -12
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +123 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +124 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +7 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +100 -65
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +45 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +149 -22
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +11 -12
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +20 -2
- package/node_modules/@aws-sdk/client-ec2/package.json +19 -19
- package/node_modules/@aws-sdk/client-ecs/package.json +18 -18
- package/node_modules/@aws-sdk/client-kms/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/package.json +28 -28
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +18 -18
- package/node_modules/@aws-sdk/client-sfn/package.json +18 -18
- package/node_modules/@aws-sdk/client-sns/package.json +18 -18
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +19 -19
- package/node_modules/@aws-sdk/client-ssm/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-arn-parser/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-format-url/package.json +3 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -1
- package/node_modules/cdk-iam-floyd/README.md +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -9
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.d.ts +23 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.js +29 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +133 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +166 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.d.ts +16 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.js +24 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.d.ts +333 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.js +334 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.d.ts +108 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.js +109 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +4 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.js +5 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.d.ts +93 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.js +103 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +24 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +34 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.d.ts +48 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.js +68 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.d.ts +6 -14
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.js +7 -18
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-es/fixture.js +0 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/fixture.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/ts3.4/fixture.d.ts +0 -12
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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
|
|
4469
|
-
*
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
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>
|
|
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
|
-
* <
|
|
4483
|
-
* <
|
|
4484
|
-
*
|
|
4485
|
-
*
|
|
4486
|
-
*
|
|
4487
|
-
*
|
|
4488
|
-
*
|
|
4489
|
-
*
|
|
4490
|
-
*
|
|
4491
|
-
*
|
|
4492
|
-
* <
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
*/
|
|
@@ -5,7 +5,35 @@ import { CapacityBlock, CapacityBlockExtension, Filter, InstanceTagNotificationA
|
|
|
5
5
|
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
7
|
import { Purchase } from "./models_6";
|
|
8
|
-
import { CapacityReservationSpecification, InstanceMonitoring,
|
|
8
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
9
|
+
/**
|
|
10
|
+
* <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export interface IpamCidrAuthorizationContext {
|
|
14
|
+
/**
|
|
15
|
+
* <p>The plain-text authorization message for the prefix and account.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Message?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The signed authorization message for the prefix and account.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Signature?: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const VerificationMethod: {
|
|
30
|
+
readonly dns_token: "dns-token";
|
|
31
|
+
readonly remarks_x509: "remarks-x509";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
|
|
9
37
|
/**
|
|
10
38
|
* @public
|
|
11
39
|
*/
|
|
@@ -1003,35 +1031,134 @@ export interface ReplaceIamInstanceProfileAssociationResult {
|
|
|
1003
1031
|
IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
|
|
1004
1032
|
}
|
|
1005
1033
|
/**
|
|
1006
|
-
* <p>The
|
|
1007
|
-
*
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1034
|
+
* <p>The maximum age for allowed images.</p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
export interface CreationDateConditionRequest {
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The maximum number of days that have elapsed since the image was created. For example, a
|
|
1040
|
+
* value of <code>300</code> allows images that were created within the last 300 days.</p>
|
|
1041
|
+
* @public
|
|
1042
|
+
*/
|
|
1043
|
+
MaximumDaysSinceCreated?: number | undefined;
|
|
1044
|
+
}
|
|
1045
|
+
/**
|
|
1046
|
+
* <p>The maximum period since deprecation for allowed images.</p>
|
|
1047
|
+
* @public
|
|
1048
|
+
*/
|
|
1049
|
+
export interface DeprecationTimeConditionRequest {
|
|
1050
|
+
/**
|
|
1051
|
+
* <p>The maximum number of days that have elapsed since the image was deprecated. Set to
|
|
1052
|
+
* <code>0</code> to exclude all deprecated images.</p>
|
|
1053
|
+
* @public
|
|
1054
|
+
*/
|
|
1055
|
+
MaximumDaysSinceDeprecated?: number | undefined;
|
|
1056
|
+
}
|
|
1057
|
+
/**
|
|
1058
|
+
* <p>The criteria that are evaluated to determine which AMIs are discoverable and usable in
|
|
1059
|
+
* your account for the specified Amazon Web Services Region.</p>
|
|
1060
|
+
* <p>The <code>ImageCriteria</code> can include up to:</p>
|
|
1061
|
+
* <ul>
|
|
1062
|
+
* <li>
|
|
1063
|
+
* <p>10 <code>ImageCriterion</code>
|
|
1064
|
+
* </p>
|
|
1065
|
+
* </li>
|
|
1066
|
+
* </ul>
|
|
1067
|
+
* <p>Each <code>ImageCriterion</code> can include up to:</p>
|
|
1068
|
+
* <ul>
|
|
1069
|
+
* <li>
|
|
1070
|
+
* <p>200 values for <code>ImageProviders</code>
|
|
1071
|
+
* </p>
|
|
1072
|
+
* </li>
|
|
1073
|
+
* <li>
|
|
1074
|
+
* <p>50 values for <code>ImageNames</code>
|
|
1075
|
+
* </p>
|
|
1076
|
+
* </li>
|
|
1077
|
+
* <li>
|
|
1078
|
+
* <p>50 values for <code>MarketplaceProductCodes</code>
|
|
1079
|
+
* </p>
|
|
1080
|
+
* </li>
|
|
1081
|
+
* </ul>
|
|
1082
|
+
* <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
|
|
1083
|
+
* works</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1013
1084
|
* @public
|
|
1014
1085
|
*/
|
|
1015
1086
|
export interface ImageCriterionRequest {
|
|
1016
1087
|
/**
|
|
1017
|
-
* <p>
|
|
1018
|
-
* total of 200 values can be specified.</p>
|
|
1088
|
+
* <p>The image providers whose images are allowed.</p>
|
|
1019
1089
|
* <p>Possible values:</p>
|
|
1020
|
-
* <
|
|
1021
|
-
* <
|
|
1022
|
-
*
|
|
1023
|
-
*
|
|
1024
|
-
*
|
|
1025
|
-
*
|
|
1026
|
-
*
|
|
1027
|
-
*
|
|
1028
|
-
*
|
|
1029
|
-
*
|
|
1030
|
-
* <
|
|
1031
|
-
*
|
|
1090
|
+
* <ul>
|
|
1091
|
+
* <li>
|
|
1092
|
+
* <p>
|
|
1093
|
+
* <code>amazon</code>: Allow AMIs created by Amazon or verified providers.</p>
|
|
1094
|
+
* </li>
|
|
1095
|
+
* <li>
|
|
1096
|
+
* <p>
|
|
1097
|
+
* <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
|
|
1098
|
+
* Marketplace.</p>
|
|
1099
|
+
* </li>
|
|
1100
|
+
* <li>
|
|
1101
|
+
* <p>
|
|
1102
|
+
* <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
|
|
1103
|
+
* </li>
|
|
1104
|
+
* <li>
|
|
1105
|
+
* <p>12-digit account ID: Allow AMIs created by the specified accounts. One or more account IDs can be
|
|
1106
|
+
* specified.</p>
|
|
1107
|
+
* </li>
|
|
1108
|
+
* <li>
|
|
1109
|
+
* <p>
|
|
1110
|
+
* <code>none</code>: Allow AMIs created by your own account only. When <code>none</code> is
|
|
1111
|
+
* specified, no other values can be specified.</p>
|
|
1112
|
+
* </li>
|
|
1113
|
+
* </ul>
|
|
1114
|
+
* <p>Maximum: 200 values</p>
|
|
1032
1115
|
* @public
|
|
1033
1116
|
*/
|
|
1034
1117
|
ImageProviders?: string[] | undefined;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>The Amazon Web Services Marketplace product codes for allowed images.</p>
|
|
1120
|
+
* <p>Length: 1-25 characters</p>
|
|
1121
|
+
* <p>Valid characters: Letters (<code>A–Z, a–z</code>) and numbers (<code>0–9</code>)</p>
|
|
1122
|
+
* <p>Maximum: 50 values</p>
|
|
1123
|
+
* @public
|
|
1124
|
+
*/
|
|
1125
|
+
MarketplaceProductCodes?: string[] | undefined;
|
|
1126
|
+
/**
|
|
1127
|
+
* <p>The names of allowed images. Names can include wildcards (<code>?</code> and
|
|
1128
|
+
* <code>*</code>).</p>
|
|
1129
|
+
* <p>Length: 1–128 characters. With <code>?</code>, the minimum is 3 characters.</p>
|
|
1130
|
+
* <p>Valid characters:</p>
|
|
1131
|
+
* <ul>
|
|
1132
|
+
* <li>
|
|
1133
|
+
* <p>Letters: <code>A–Z, a–z</code>
|
|
1134
|
+
* </p>
|
|
1135
|
+
* </li>
|
|
1136
|
+
* <li>
|
|
1137
|
+
* <p>Numbers: <code>0–9</code>
|
|
1138
|
+
* </p>
|
|
1139
|
+
* </li>
|
|
1140
|
+
* <li>
|
|
1141
|
+
* <p>Special characters: <code>( ) [ ] . / - ' @ _ * ?</code>
|
|
1142
|
+
* </p>
|
|
1143
|
+
* </li>
|
|
1144
|
+
* <li>
|
|
1145
|
+
* <p>Spaces</p>
|
|
1146
|
+
* </li>
|
|
1147
|
+
* </ul>
|
|
1148
|
+
* <p>Maximum: 50 values</p>
|
|
1149
|
+
* @public
|
|
1150
|
+
*/
|
|
1151
|
+
ImageNames?: string[] | undefined;
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>The maximum period since deprecation for allowed images.</p>
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
DeprecationTimeCondition?: DeprecationTimeConditionRequest | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>The maximum age for allowed images.</p>
|
|
1159
|
+
* @public
|
|
1160
|
+
*/
|
|
1161
|
+
CreationDateCondition?: CreationDateConditionRequest | undefined;
|
|
1035
1162
|
}
|
|
1036
1163
|
/**
|
|
1037
1164
|
* @public
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetNetworkInsightsAccessScopeAnalysisFindingsResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetNetworkInsightsAccessScopeAnalysisFindingsRequest } from "../models/models_6";
|
|
9
|
+
import { GetNetworkInsightsAccessScopeAnalysisFindingsResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetNetworkInsightsAccessScopeContentRequest,
|
|
10
|
+
GetNetworkInsightsAccessScopeContentResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetNetworkInsightsAccessScopeContentCommandInput
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
AccessScopeAnalysisFinding,
|
|
3
2
|
ActiveVpnTunnelStatus,
|
|
4
3
|
AddressTransfer,
|
|
5
4
|
AllowedImagesSettingsDisabledState,
|
|
@@ -76,7 +75,7 @@ import {
|
|
|
76
75
|
PaymentOption,
|
|
77
76
|
VirtualizationType,
|
|
78
77
|
} from "./models_4";
|
|
79
|
-
import {
|
|
78
|
+
import { ArchitectureType, VpcAttributeName } from "./models_5";
|
|
80
79
|
export interface DescribeVpcAttributeRequest {
|
|
81
80
|
Attribute: VpcAttributeName | undefined;
|
|
82
81
|
VpcId: string | undefined;
|
|
@@ -1019,8 +1018,18 @@ export interface GetActiveVpnTunnelStatusResult {
|
|
|
1019
1018
|
export interface GetAllowedImagesSettingsRequest {
|
|
1020
1019
|
DryRun?: boolean | undefined;
|
|
1021
1020
|
}
|
|
1021
|
+
export interface CreationDateCondition {
|
|
1022
|
+
MaximumDaysSinceCreated?: number | undefined;
|
|
1023
|
+
}
|
|
1024
|
+
export interface DeprecationTimeCondition {
|
|
1025
|
+
MaximumDaysSinceDeprecated?: number | undefined;
|
|
1026
|
+
}
|
|
1022
1027
|
export interface ImageCriterion {
|
|
1023
1028
|
ImageProviders?: string[] | undefined;
|
|
1029
|
+
MarketplaceProductCodes?: string[] | undefined;
|
|
1030
|
+
ImageNames?: string[] | undefined;
|
|
1031
|
+
DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
|
|
1032
|
+
CreationDateCondition?: CreationDateCondition | undefined;
|
|
1024
1033
|
}
|
|
1025
1034
|
export interface GetAllowedImagesSettingsResult {
|
|
1026
1035
|
State?: string | undefined;
|
|
@@ -1650,16 +1659,6 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
|
1650
1659
|
NextToken?: string | undefined;
|
|
1651
1660
|
DryRun?: boolean | undefined;
|
|
1652
1661
|
}
|
|
1653
|
-
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
1654
|
-
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
1655
|
-
AnalysisStatus?: AnalysisStatus | undefined;
|
|
1656
|
-
AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
|
|
1657
|
-
NextToken?: string | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
1660
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1661
|
-
DryRun?: boolean | undefined;
|
|
1662
|
-
}
|
|
1663
1662
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1664
1663
|
obj: DescribeVpnConnectionsResult
|
|
1665
1664
|
) => any;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AccessScopeAnalysisFinding,
|
|
2
3
|
AddedPrincipal,
|
|
3
4
|
AddIpamOperatingRegion,
|
|
4
5
|
AddIpamOrganizationalUnitExclusion,
|
|
@@ -134,6 +135,7 @@ import {
|
|
|
134
135
|
VirtualizationType,
|
|
135
136
|
} from "./models_4";
|
|
136
137
|
import {
|
|
138
|
+
AnalysisStatus,
|
|
137
139
|
ArchitectureType,
|
|
138
140
|
CreateVolumePermission,
|
|
139
141
|
ExcessCapacityTerminationPolicy,
|
|
@@ -155,6 +157,16 @@ import {
|
|
|
155
157
|
UnlimitedSupportedInstanceFamily,
|
|
156
158
|
VpcBlockPublicAccessOptions,
|
|
157
159
|
} from "./models_6";
|
|
160
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
161
|
+
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
162
|
+
AnalysisStatus?: AnalysisStatus | undefined;
|
|
163
|
+
AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
|
|
164
|
+
NextToken?: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
167
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
168
|
+
DryRun?: boolean | undefined;
|
|
169
|
+
}
|
|
158
170
|
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
159
171
|
NetworkInsightsAccessScopeContent?:
|
|
160
172
|
| NetworkInsightsAccessScopeContent
|
|
@@ -1903,16 +1915,6 @@ export interface ProvisionIpamByoasnRequest {
|
|
|
1903
1915
|
export interface ProvisionIpamByoasnResult {
|
|
1904
1916
|
Byoasn?: Byoasn | undefined;
|
|
1905
1917
|
}
|
|
1906
|
-
export interface IpamCidrAuthorizationContext {
|
|
1907
|
-
Message?: string | undefined;
|
|
1908
|
-
Signature?: string | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
export declare const VerificationMethod: {
|
|
1911
|
-
readonly dns_token: "dns-token";
|
|
1912
|
-
readonly remarks_x509: "remarks-x509";
|
|
1913
|
-
};
|
|
1914
|
-
export type VerificationMethod =
|
|
1915
|
-
(typeof VerificationMethod)[keyof typeof VerificationMethod];
|
|
1916
1918
|
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1917
1919
|
obj: GetPasswordDataResult
|
|
1918
1920
|
) => any;
|