@aws-sdk/client-ec2 3.701.0 → 3.703.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.
- package/README.md +88 -0
- package/dist-cjs/index.js +2100 -432
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
- package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
- package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
- package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +9 -32
- package/dist-es/models/models_1.js +50 -11
- package/dist-es/models/models_2.js +28 -19
- package/dist-es/models/models_3.js +21 -9
- package/dist-es/models/models_4.js +9 -0
- package/dist-es/models/models_5.js +8 -3
- package/dist-es/models/models_6.js +13 -8
- package/dist-es/models/models_7.js +15 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -123
- package/dist-types/EC2.d.ts +82 -0
- package/dist-types/EC2Client.d.ts +13 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +119 -298
- package/dist-types/models/models_1.d.ts +324 -199
- package/dist-types/models/models_2.d.ts +553 -274
- package/dist-types/models/models_3.d.ts +396 -839
- package/dist-types/models/models_4.d.ts +7095 -7084
- package/dist-types/models/models_5.d.ts +5587 -5044
- package/dist-types/models/models_6.d.ts +4288 -4396
- package/dist-types/models/models_7.d.ts +1424 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +216 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -64
- package/dist-types/ts3.4/models/models_1.d.ts +83 -54
- package/dist-types/ts3.4/models/models_2.d.ts +140 -81
- package/dist-types/ts3.4/models/models_3.d.ts +96 -153
- package/dist-types/ts3.4/models/models_4.d.ts +154 -134
- package/dist-types/ts3.4/models/models_5.d.ts +191 -127
- package/dist-types/ts3.4/models/models_6.d.ts +235 -266
- package/dist-types/ts3.4/models/models_7.d.ts +323 -6
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +1 -1
|
@@ -35,23 +35,69 @@ import {
|
|
|
35
35
|
ClientVpnEndpointStatus,
|
|
36
36
|
ClientVpnRouteStatus,
|
|
37
37
|
CoipCidr,
|
|
38
|
-
CoipPool,
|
|
39
38
|
ConnectionTrackingSpecificationRequest,
|
|
40
|
-
ConnectivityType,
|
|
41
39
|
GatewayType,
|
|
42
40
|
InstanceIpv6Address,
|
|
43
41
|
Ipv4PrefixSpecificationRequest,
|
|
44
42
|
Ipv6PrefixSpecificationRequest,
|
|
45
|
-
NatGatewayState,
|
|
46
43
|
OperatorRequest,
|
|
47
44
|
OperatorResponse,
|
|
45
|
+
PrefixListState,
|
|
48
46
|
PrivateIpAddressSpecification,
|
|
49
|
-
ProvisionedBandwidth,
|
|
50
47
|
Subnet,
|
|
51
48
|
Tenancy,
|
|
52
49
|
VolumeType,
|
|
53
50
|
Vpc,
|
|
54
51
|
} from "./models_1";
|
|
52
|
+
export interface ManagedPrefixList {
|
|
53
|
+
PrefixListId?: string | undefined;
|
|
54
|
+
AddressFamily?: string | undefined;
|
|
55
|
+
State?: PrefixListState | undefined;
|
|
56
|
+
StateMessage?: string | undefined;
|
|
57
|
+
PrefixListArn?: string | undefined;
|
|
58
|
+
PrefixListName?: string | undefined;
|
|
59
|
+
MaxEntries?: number | undefined;
|
|
60
|
+
Version?: number | undefined;
|
|
61
|
+
Tags?: Tag[] | undefined;
|
|
62
|
+
OwnerId?: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface CreateManagedPrefixListResult {
|
|
65
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
66
|
+
}
|
|
67
|
+
export declare const ConnectivityType: {
|
|
68
|
+
readonly PRIVATE: "private";
|
|
69
|
+
readonly PUBLIC: "public";
|
|
70
|
+
};
|
|
71
|
+
export type ConnectivityType =
|
|
72
|
+
(typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
73
|
+
export interface CreateNatGatewayRequest {
|
|
74
|
+
AllocationId?: string | undefined;
|
|
75
|
+
ClientToken?: string | undefined;
|
|
76
|
+
DryRun?: boolean | undefined;
|
|
77
|
+
SubnetId: string | undefined;
|
|
78
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
79
|
+
ConnectivityType?: ConnectivityType | undefined;
|
|
80
|
+
PrivateIpAddress?: string | undefined;
|
|
81
|
+
SecondaryAllocationIds?: string[] | undefined;
|
|
82
|
+
SecondaryPrivateIpAddresses?: string[] | undefined;
|
|
83
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface ProvisionedBandwidth {
|
|
86
|
+
ProvisionTime?: Date | undefined;
|
|
87
|
+
Provisioned?: string | undefined;
|
|
88
|
+
RequestTime?: Date | undefined;
|
|
89
|
+
Requested?: string | undefined;
|
|
90
|
+
Status?: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export declare const NatGatewayState: {
|
|
93
|
+
readonly AVAILABLE: "available";
|
|
94
|
+
readonly DELETED: "deleted";
|
|
95
|
+
readonly DELETING: "deleting";
|
|
96
|
+
readonly FAILED: "failed";
|
|
97
|
+
readonly PENDING: "pending";
|
|
98
|
+
};
|
|
99
|
+
export type NatGatewayState =
|
|
100
|
+
(typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
55
101
|
export interface NatGateway {
|
|
56
102
|
CreateTime?: Date | undefined;
|
|
57
103
|
DeleteTime?: Date | undefined;
|
|
@@ -1310,28 +1356,52 @@ export declare const VerifiedAccessEndpointAttachmentType: {
|
|
|
1310
1356
|
};
|
|
1311
1357
|
export type VerifiedAccessEndpointAttachmentType =
|
|
1312
1358
|
(typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
|
|
1313
|
-
export
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
}
|
|
1317
|
-
export type VerifiedAccessEndpointType =
|
|
1318
|
-
(typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
|
|
1359
|
+
export interface CreateVerifiedAccessEndpointPortRange {
|
|
1360
|
+
FromPort?: number | undefined;
|
|
1361
|
+
ToPort?: number | undefined;
|
|
1362
|
+
}
|
|
1319
1363
|
export declare const VerifiedAccessEndpointProtocol: {
|
|
1320
1364
|
readonly http: "http";
|
|
1321
1365
|
readonly https: "https";
|
|
1366
|
+
readonly tcp: "tcp";
|
|
1322
1367
|
};
|
|
1323
1368
|
export type VerifiedAccessEndpointProtocol =
|
|
1324
1369
|
(typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
|
|
1370
|
+
export interface CreateVerifiedAccessEndpointCidrOptions {
|
|
1371
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1372
|
+
SubnetIds?: string[] | undefined;
|
|
1373
|
+
Cidr?: string | undefined;
|
|
1374
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
1375
|
+
}
|
|
1376
|
+
export declare const VerifiedAccessEndpointType: {
|
|
1377
|
+
readonly cidr: "cidr";
|
|
1378
|
+
readonly load_balancer: "load-balancer";
|
|
1379
|
+
readonly network_interface: "network-interface";
|
|
1380
|
+
readonly rds: "rds";
|
|
1381
|
+
};
|
|
1382
|
+
export type VerifiedAccessEndpointType =
|
|
1383
|
+
(typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
|
|
1325
1384
|
export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
1326
1385
|
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1327
1386
|
Port?: number | undefined;
|
|
1328
1387
|
LoadBalancerArn?: string | undefined;
|
|
1329
1388
|
SubnetIds?: string[] | undefined;
|
|
1389
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
1330
1390
|
}
|
|
1331
1391
|
export interface CreateVerifiedAccessEndpointEniOptions {
|
|
1332
1392
|
NetworkInterfaceId?: string | undefined;
|
|
1333
1393
|
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1334
1394
|
Port?: number | undefined;
|
|
1395
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export interface CreateVerifiedAccessEndpointRdsOptions {
|
|
1398
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1399
|
+
Port?: number | undefined;
|
|
1400
|
+
RdsDbInstanceArn?: string | undefined;
|
|
1401
|
+
RdsDbClusterArn?: string | undefined;
|
|
1402
|
+
RdsDbProxyArn?: string | undefined;
|
|
1403
|
+
RdsEndpoint?: string | undefined;
|
|
1404
|
+
SubnetIds?: string[] | undefined;
|
|
1335
1405
|
}
|
|
1336
1406
|
export interface VerifiedAccessSseSpecificationRequest {
|
|
1337
1407
|
CustomerManagedKeyEnabled?: boolean | undefined;
|
|
@@ -1341,9 +1411,9 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
1341
1411
|
VerifiedAccessGroupId: string | undefined;
|
|
1342
1412
|
EndpointType: VerifiedAccessEndpointType | undefined;
|
|
1343
1413
|
AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
|
|
1344
|
-
DomainCertificateArn
|
|
1345
|
-
ApplicationDomain
|
|
1346
|
-
EndpointDomainPrefix
|
|
1414
|
+
DomainCertificateArn?: string | undefined;
|
|
1415
|
+
ApplicationDomain?: string | undefined;
|
|
1416
|
+
EndpointDomainPrefix?: string | undefined;
|
|
1347
1417
|
SecurityGroupIds?: string[] | undefined;
|
|
1348
1418
|
LoadBalancerOptions?:
|
|
1349
1419
|
| CreateVerifiedAccessEndpointLoadBalancerOptions
|
|
@@ -1355,17 +1425,40 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
1355
1425
|
ClientToken?: string | undefined;
|
|
1356
1426
|
DryRun?: boolean | undefined;
|
|
1357
1427
|
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1428
|
+
RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
|
|
1429
|
+
CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
export interface VerifiedAccessEndpointPortRange {
|
|
1432
|
+
FromPort?: number | undefined;
|
|
1433
|
+
ToPort?: number | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
export interface VerifiedAccessEndpointCidrOptions {
|
|
1436
|
+
Cidr?: string | undefined;
|
|
1437
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
1438
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1439
|
+
SubnetIds?: string[] | undefined;
|
|
1358
1440
|
}
|
|
1359
1441
|
export interface VerifiedAccessEndpointLoadBalancerOptions {
|
|
1360
1442
|
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1361
1443
|
Port?: number | undefined;
|
|
1362
1444
|
LoadBalancerArn?: string | undefined;
|
|
1363
1445
|
SubnetIds?: string[] | undefined;
|
|
1446
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
1364
1447
|
}
|
|
1365
1448
|
export interface VerifiedAccessEndpointEniOptions {
|
|
1366
1449
|
NetworkInterfaceId?: string | undefined;
|
|
1367
1450
|
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1368
1451
|
Port?: number | undefined;
|
|
1452
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
1453
|
+
}
|
|
1454
|
+
export interface VerifiedAccessEndpointRdsOptions {
|
|
1455
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1456
|
+
Port?: number | undefined;
|
|
1457
|
+
RdsDbInstanceArn?: string | undefined;
|
|
1458
|
+
RdsDbClusterArn?: string | undefined;
|
|
1459
|
+
RdsDbProxyArn?: string | undefined;
|
|
1460
|
+
RdsEndpoint?: string | undefined;
|
|
1461
|
+
SubnetIds?: string[] | undefined;
|
|
1369
1462
|
}
|
|
1370
1463
|
export declare const VerifiedAccessEndpointStatusCode: {
|
|
1371
1464
|
readonly active: "active";
|
|
@@ -1400,6 +1493,8 @@ export interface VerifiedAccessEndpoint {
|
|
|
1400
1493
|
DeletionTime?: string | undefined;
|
|
1401
1494
|
Tags?: Tag[] | undefined;
|
|
1402
1495
|
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1496
|
+
RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
|
|
1497
|
+
CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
|
|
1403
1498
|
}
|
|
1404
1499
|
export interface CreateVerifiedAccessEndpointResult {
|
|
1405
1500
|
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
@@ -1434,6 +1529,7 @@ export interface CreateVerifiedAccessInstanceRequest {
|
|
|
1434
1529
|
ClientToken?: string | undefined;
|
|
1435
1530
|
DryRun?: boolean | undefined;
|
|
1436
1531
|
FIPSEnabled?: boolean | undefined;
|
|
1532
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
1437
1533
|
}
|
|
1438
1534
|
export interface CreateVerifiedAccessInstanceResult {
|
|
1439
1535
|
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
@@ -1442,6 +1538,16 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
|
1442
1538
|
TenantId?: string | undefined;
|
|
1443
1539
|
PublicSigningKeyUrl?: string | undefined;
|
|
1444
1540
|
}
|
|
1541
|
+
export interface CreateVerifiedAccessNativeApplicationOidcOptions {
|
|
1542
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
1543
|
+
Issuer?: string | undefined;
|
|
1544
|
+
AuthorizationEndpoint?: string | undefined;
|
|
1545
|
+
TokenEndpoint?: string | undefined;
|
|
1546
|
+
UserInfoEndpoint?: string | undefined;
|
|
1547
|
+
ClientId?: string | undefined;
|
|
1548
|
+
ClientSecret?: string | undefined;
|
|
1549
|
+
Scope?: string | undefined;
|
|
1550
|
+
}
|
|
1445
1551
|
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
1446
1552
|
Issuer?: string | undefined;
|
|
1447
1553
|
AuthorizationEndpoint?: string | undefined;
|
|
@@ -1463,6 +1569,9 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
1463
1569
|
ClientToken?: string | undefined;
|
|
1464
1570
|
DryRun?: boolean | undefined;
|
|
1465
1571
|
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1572
|
+
NativeApplicationOidcOptions?:
|
|
1573
|
+
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
1574
|
+
| undefined;
|
|
1466
1575
|
}
|
|
1467
1576
|
export interface CreateVerifiedAccessTrustProviderResult {
|
|
1468
1577
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
@@ -1597,6 +1706,8 @@ export declare const VpcEndpointType: {
|
|
|
1597
1706
|
readonly Gateway: "Gateway";
|
|
1598
1707
|
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
1599
1708
|
readonly Interface: "Interface";
|
|
1709
|
+
readonly Resource: "Resource";
|
|
1710
|
+
readonly ServiceNetwork: "ServiceNetwork";
|
|
1600
1711
|
};
|
|
1601
1712
|
export type VpcEndpointType =
|
|
1602
1713
|
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
@@ -1604,7 +1715,7 @@ export interface CreateVpcEndpointRequest {
|
|
|
1604
1715
|
DryRun?: boolean | undefined;
|
|
1605
1716
|
VpcEndpointType?: VpcEndpointType | undefined;
|
|
1606
1717
|
VpcId: string | undefined;
|
|
1607
|
-
ServiceName
|
|
1718
|
+
ServiceName?: string | undefined;
|
|
1608
1719
|
PolicyDocument?: string | undefined;
|
|
1609
1720
|
RouteTableIds?: string[] | undefined;
|
|
1610
1721
|
SubnetIds?: string[] | undefined;
|
|
@@ -1615,6 +1726,8 @@ export interface CreateVpcEndpointRequest {
|
|
|
1615
1726
|
PrivateDnsEnabled?: boolean | undefined;
|
|
1616
1727
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1617
1728
|
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
1729
|
+
ServiceNetworkArn?: string | undefined;
|
|
1730
|
+
ResourceConfigurationArn?: string | undefined;
|
|
1618
1731
|
ServiceRegion?: string | undefined;
|
|
1619
1732
|
}
|
|
1620
1733
|
export interface DnsEntry {
|
|
@@ -1629,6 +1742,10 @@ export interface SecurityGroupIdentifier {
|
|
|
1629
1742
|
GroupId?: string | undefined;
|
|
1630
1743
|
GroupName?: string | undefined;
|
|
1631
1744
|
}
|
|
1745
|
+
export interface SubnetIpPrefixes {
|
|
1746
|
+
SubnetId?: string | undefined;
|
|
1747
|
+
IpPrefixes?: string[] | undefined;
|
|
1748
|
+
}
|
|
1632
1749
|
export interface LastError {
|
|
1633
1750
|
Message?: string | undefined;
|
|
1634
1751
|
Code?: string | undefined;
|
|
@@ -1639,6 +1756,7 @@ export declare const State: {
|
|
|
1639
1756
|
readonly Deleting: "Deleting";
|
|
1640
1757
|
readonly Expired: "Expired";
|
|
1641
1758
|
readonly Failed: "Failed";
|
|
1759
|
+
readonly Partial: "Partial";
|
|
1642
1760
|
readonly Pending: "Pending";
|
|
1643
1761
|
readonly PendingAcceptance: "PendingAcceptance";
|
|
1644
1762
|
readonly Rejected: "Rejected";
|
|
@@ -1664,6 +1782,11 @@ export interface VpcEndpoint {
|
|
|
1664
1782
|
Tags?: Tag[] | undefined;
|
|
1665
1783
|
OwnerId?: string | undefined;
|
|
1666
1784
|
LastError?: LastError | undefined;
|
|
1785
|
+
Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
1786
|
+
Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
1787
|
+
FailureReason?: string | undefined;
|
|
1788
|
+
ServiceNetworkArn?: string | undefined;
|
|
1789
|
+
ResourceConfigurationArn?: string | undefined;
|
|
1667
1790
|
ServiceRegion?: string | undefined;
|
|
1668
1791
|
}
|
|
1669
1792
|
export interface CreateVpcEndpointResult {
|
|
@@ -2059,73 +2182,9 @@ export interface DeleteCoipCidrRequest {
|
|
|
2059
2182
|
export interface DeleteCoipCidrResult {
|
|
2060
2183
|
CoipCidr?: CoipCidr | undefined;
|
|
2061
2184
|
}
|
|
2062
|
-
export
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
}
|
|
2066
|
-
export interface DeleteCoipPoolResult {
|
|
2067
|
-
CoipPool?: CoipPool | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export interface DeleteCustomerGatewayRequest {
|
|
2070
|
-
CustomerGatewayId: string | undefined;
|
|
2071
|
-
DryRun?: boolean | undefined;
|
|
2072
|
-
}
|
|
2073
|
-
export interface DeleteDhcpOptionsRequest {
|
|
2074
|
-
DhcpOptionsId: string | undefined;
|
|
2075
|
-
DryRun?: boolean | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
2078
|
-
DryRun?: boolean | undefined;
|
|
2079
|
-
EgressOnlyInternetGatewayId: string | undefined;
|
|
2080
|
-
}
|
|
2081
|
-
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
2082
|
-
ReturnCode?: boolean | undefined;
|
|
2083
|
-
}
|
|
2084
|
-
export interface DeleteFleetsRequest {
|
|
2085
|
-
DryRun?: boolean | undefined;
|
|
2086
|
-
FleetIds: string[] | undefined;
|
|
2087
|
-
TerminateInstances: boolean | undefined;
|
|
2088
|
-
}
|
|
2089
|
-
export declare const FleetStateCode: {
|
|
2090
|
-
readonly ACTIVE: "active";
|
|
2091
|
-
readonly DELETED: "deleted";
|
|
2092
|
-
readonly DELETED_RUNNING: "deleted_running";
|
|
2093
|
-
readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
|
|
2094
|
-
readonly FAILED: "failed";
|
|
2095
|
-
readonly MODIFYING: "modifying";
|
|
2096
|
-
readonly SUBMITTED: "submitted";
|
|
2097
|
-
};
|
|
2098
|
-
export type FleetStateCode =
|
|
2099
|
-
(typeof FleetStateCode)[keyof typeof FleetStateCode];
|
|
2100
|
-
export interface DeleteFleetSuccessItem {
|
|
2101
|
-
CurrentFleetState?: FleetStateCode | undefined;
|
|
2102
|
-
PreviousFleetState?: FleetStateCode | undefined;
|
|
2103
|
-
FleetId?: string | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export declare const DeleteFleetErrorCode: {
|
|
2106
|
-
readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
|
|
2107
|
-
readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
|
|
2108
|
-
readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
|
|
2109
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
2110
|
-
};
|
|
2111
|
-
export type DeleteFleetErrorCode =
|
|
2112
|
-
(typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
|
|
2113
|
-
export interface DeleteFleetError {
|
|
2114
|
-
Code?: DeleteFleetErrorCode | undefined;
|
|
2115
|
-
Message?: string | undefined;
|
|
2116
|
-
}
|
|
2117
|
-
export interface DeleteFleetErrorItem {
|
|
2118
|
-
Error?: DeleteFleetError | undefined;
|
|
2119
|
-
FleetId?: string | undefined;
|
|
2120
|
-
}
|
|
2121
|
-
export interface DeleteFleetsResult {
|
|
2122
|
-
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
|
|
2123
|
-
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
|
|
2124
|
-
}
|
|
2125
|
-
export interface DeleteFlowLogsRequest {
|
|
2126
|
-
DryRun?: boolean | undefined;
|
|
2127
|
-
FlowLogIds: string[] | undefined;
|
|
2128
|
-
}
|
|
2185
|
+
export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
2186
|
+
obj: CreateVerifiedAccessNativeApplicationOidcOptions
|
|
2187
|
+
) => any;
|
|
2129
2188
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2130
2189
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2131
2190
|
) => any;
|
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
BundleTask,
|
|
11
11
|
ByoipCidr,
|
|
12
12
|
CapacityReservationFleetState,
|
|
13
|
-
CapacityReservationTenancy,
|
|
14
13
|
ClientVpnAuthorizationRuleStatus,
|
|
15
14
|
InstanceEventWindowState,
|
|
16
15
|
Tag,
|
|
@@ -21,16 +20,14 @@ import {
|
|
|
21
20
|
VerifiedAccessTrustProvider,
|
|
22
21
|
} from "./models_0";
|
|
23
22
|
import {
|
|
24
|
-
_InstanceType,
|
|
25
23
|
CapacityReservation,
|
|
24
|
+
CapacityReservationTenancy,
|
|
26
25
|
CarrierGateway,
|
|
27
26
|
ClientVpnAuthenticationType,
|
|
28
27
|
ClientVpnEndpointStatus,
|
|
29
28
|
ClientVpnRouteStatus,
|
|
30
29
|
CoipPool,
|
|
31
30
|
CustomerGateway,
|
|
32
|
-
DefaultTargetCapacityType,
|
|
33
|
-
DestinationFileFormat,
|
|
34
31
|
DhcpOptions,
|
|
35
32
|
DiskImageFormat,
|
|
36
33
|
Ec2InstanceConnectEndpoint,
|
|
@@ -38,38 +35,23 @@ import {
|
|
|
38
35
|
ExportTask,
|
|
39
36
|
FleetCapacityReservation,
|
|
40
37
|
FleetCapacityReservationTenancy,
|
|
41
|
-
FleetCapacityReservationUsageStrategy,
|
|
42
|
-
FleetExcessCapacityTerminationPolicy,
|
|
43
38
|
FleetInstanceMatchCriteria,
|
|
44
|
-
FleetLaunchTemplateOverrides,
|
|
45
|
-
FleetLaunchTemplateSpecification,
|
|
46
|
-
FleetOnDemandAllocationStrategy,
|
|
47
|
-
FleetReplacementStrategy,
|
|
48
|
-
FleetType,
|
|
49
|
-
InstanceLifecycle,
|
|
50
39
|
Ipam,
|
|
51
40
|
IpamExternalResourceVerificationToken,
|
|
52
41
|
IpamPool,
|
|
53
42
|
IpamResourceDiscovery,
|
|
54
43
|
IpamScope,
|
|
55
44
|
LaunchTemplate,
|
|
56
|
-
LaunchTemplateAndOverridesResponse,
|
|
57
45
|
LocalGatewayRoute,
|
|
58
46
|
LocalGatewayRouteTable,
|
|
59
47
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
60
48
|
LocalGatewayRouteTableVpcAssociation,
|
|
61
|
-
LogDestinationType,
|
|
62
|
-
ManagedPrefixList,
|
|
63
49
|
PlatformValues,
|
|
64
|
-
SpotAllocationStrategy,
|
|
65
|
-
SpotInstanceInterruptionBehavior,
|
|
66
|
-
TargetCapacityUnitType,
|
|
67
|
-
TrafficType,
|
|
68
50
|
TransportProtocol,
|
|
69
51
|
} from "./models_1";
|
|
70
52
|
import {
|
|
71
|
-
FleetStateCode,
|
|
72
53
|
GroupIdentifier,
|
|
54
|
+
ManagedPrefixList,
|
|
73
55
|
SubnetCidrReservation,
|
|
74
56
|
TransitGateway,
|
|
75
57
|
TransitGatewayConnect,
|
|
@@ -84,6 +66,73 @@ import {
|
|
|
84
66
|
VerifiedAccessGroup,
|
|
85
67
|
VpcBlockPublicAccessExclusion,
|
|
86
68
|
} from "./models_2";
|
|
69
|
+
export interface DeleteCoipPoolRequest {
|
|
70
|
+
CoipPoolId: string | undefined;
|
|
71
|
+
DryRun?: boolean | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface DeleteCoipPoolResult {
|
|
74
|
+
CoipPool?: CoipPool | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface DeleteCustomerGatewayRequest {
|
|
77
|
+
CustomerGatewayId: string | undefined;
|
|
78
|
+
DryRun?: boolean | undefined;
|
|
79
|
+
}
|
|
80
|
+
export interface DeleteDhcpOptionsRequest {
|
|
81
|
+
DhcpOptionsId: string | undefined;
|
|
82
|
+
DryRun?: boolean | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
85
|
+
DryRun?: boolean | undefined;
|
|
86
|
+
EgressOnlyInternetGatewayId: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
89
|
+
ReturnCode?: boolean | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteFleetsRequest {
|
|
92
|
+
DryRun?: boolean | undefined;
|
|
93
|
+
FleetIds: string[] | undefined;
|
|
94
|
+
TerminateInstances: boolean | undefined;
|
|
95
|
+
}
|
|
96
|
+
export declare const FleetStateCode: {
|
|
97
|
+
readonly ACTIVE: "active";
|
|
98
|
+
readonly DELETED: "deleted";
|
|
99
|
+
readonly DELETED_RUNNING: "deleted_running";
|
|
100
|
+
readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
|
|
101
|
+
readonly FAILED: "failed";
|
|
102
|
+
readonly MODIFYING: "modifying";
|
|
103
|
+
readonly SUBMITTED: "submitted";
|
|
104
|
+
};
|
|
105
|
+
export type FleetStateCode =
|
|
106
|
+
(typeof FleetStateCode)[keyof typeof FleetStateCode];
|
|
107
|
+
export interface DeleteFleetSuccessItem {
|
|
108
|
+
CurrentFleetState?: FleetStateCode | undefined;
|
|
109
|
+
PreviousFleetState?: FleetStateCode | undefined;
|
|
110
|
+
FleetId?: string | undefined;
|
|
111
|
+
}
|
|
112
|
+
export declare const DeleteFleetErrorCode: {
|
|
113
|
+
readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
|
|
114
|
+
readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
|
|
115
|
+
readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
|
|
116
|
+
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
117
|
+
};
|
|
118
|
+
export type DeleteFleetErrorCode =
|
|
119
|
+
(typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
|
|
120
|
+
export interface DeleteFleetError {
|
|
121
|
+
Code?: DeleteFleetErrorCode | undefined;
|
|
122
|
+
Message?: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface DeleteFleetErrorItem {
|
|
125
|
+
Error?: DeleteFleetError | undefined;
|
|
126
|
+
FleetId?: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface DeleteFleetsResult {
|
|
129
|
+
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
|
|
130
|
+
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface DeleteFlowLogsRequest {
|
|
133
|
+
DryRun?: boolean | undefined;
|
|
134
|
+
FlowLogIds: string[] | undefined;
|
|
135
|
+
}
|
|
87
136
|
export interface DeleteFlowLogsResult {
|
|
88
137
|
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
89
138
|
}
|
|
@@ -1316,6 +1365,33 @@ export interface DescribeCustomerGatewaysRequest {
|
|
|
1316
1365
|
export interface DescribeCustomerGatewaysResult {
|
|
1317
1366
|
CustomerGateways?: CustomerGateway[] | undefined;
|
|
1318
1367
|
}
|
|
1368
|
+
export interface DescribeDeclarativePoliciesReportsRequest {
|
|
1369
|
+
DryRun?: boolean | undefined;
|
|
1370
|
+
NextToken?: string | undefined;
|
|
1371
|
+
MaxResults?: number | undefined;
|
|
1372
|
+
ReportIds?: string[] | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export declare const ReportState: {
|
|
1375
|
+
readonly cancelled: "cancelled";
|
|
1376
|
+
readonly complete: "complete";
|
|
1377
|
+
readonly error: "error";
|
|
1378
|
+
readonly running: "running";
|
|
1379
|
+
};
|
|
1380
|
+
export type ReportState = (typeof ReportState)[keyof typeof ReportState];
|
|
1381
|
+
export interface DeclarativePoliciesReport {
|
|
1382
|
+
ReportId?: string | undefined;
|
|
1383
|
+
S3Bucket?: string | undefined;
|
|
1384
|
+
S3Prefix?: string | undefined;
|
|
1385
|
+
TargetId?: string | undefined;
|
|
1386
|
+
StartTime?: Date | undefined;
|
|
1387
|
+
EndTime?: Date | undefined;
|
|
1388
|
+
Status?: ReportState | undefined;
|
|
1389
|
+
Tags?: Tag[] | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export interface DescribeDeclarativePoliciesReportsResult {
|
|
1392
|
+
NextToken?: string | undefined;
|
|
1393
|
+
Reports?: DeclarativePoliciesReport[] | undefined;
|
|
1394
|
+
}
|
|
1319
1395
|
export interface DescribeDhcpOptionsRequest {
|
|
1320
1396
|
DhcpOptionsIds?: string[] | undefined;
|
|
1321
1397
|
NextToken?: string | undefined;
|
|
@@ -1541,139 +1617,6 @@ export declare const FleetActivityStatus: {
|
|
|
1541
1617
|
};
|
|
1542
1618
|
export type FleetActivityStatus =
|
|
1543
1619
|
(typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
1544
|
-
export interface DescribeFleetError {
|
|
1545
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1546
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1547
|
-
ErrorCode?: string | undefined;
|
|
1548
|
-
ErrorMessage?: string | undefined;
|
|
1549
|
-
}
|
|
1550
|
-
export interface DescribeFleetsInstances {
|
|
1551
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1552
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1553
|
-
InstanceIds?: string[] | undefined;
|
|
1554
|
-
InstanceType?: _InstanceType | undefined;
|
|
1555
|
-
Platform?: PlatformValues | undefined;
|
|
1556
|
-
}
|
|
1557
|
-
export interface FleetLaunchTemplateConfig {
|
|
1558
|
-
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
1559
|
-
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
1560
|
-
}
|
|
1561
|
-
export interface CapacityReservationOptions {
|
|
1562
|
-
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
1563
|
-
}
|
|
1564
|
-
export interface OnDemandOptions {
|
|
1565
|
-
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
1566
|
-
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
1567
|
-
SingleInstanceType?: boolean | undefined;
|
|
1568
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1569
|
-
MinTargetCapacity?: number | undefined;
|
|
1570
|
-
MaxTotalPrice?: string | undefined;
|
|
1571
|
-
}
|
|
1572
|
-
export interface FleetSpotCapacityRebalance {
|
|
1573
|
-
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
1574
|
-
TerminationDelay?: number | undefined;
|
|
1575
|
-
}
|
|
1576
|
-
export interface FleetSpotMaintenanceStrategies {
|
|
1577
|
-
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface SpotOptions {
|
|
1580
|
-
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
1581
|
-
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
1582
|
-
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
1583
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
1584
|
-
SingleInstanceType?: boolean | undefined;
|
|
1585
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1586
|
-
MinTargetCapacity?: number | undefined;
|
|
1587
|
-
MaxTotalPrice?: string | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface TargetCapacitySpecification {
|
|
1590
|
-
TotalTargetCapacity?: number | undefined;
|
|
1591
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
1592
|
-
SpotTargetCapacity?: number | undefined;
|
|
1593
|
-
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
1594
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
1595
|
-
}
|
|
1596
|
-
export interface FleetData {
|
|
1597
|
-
ActivityStatus?: FleetActivityStatus | undefined;
|
|
1598
|
-
CreateTime?: Date | undefined;
|
|
1599
|
-
FleetId?: string | undefined;
|
|
1600
|
-
FleetState?: FleetStateCode | undefined;
|
|
1601
|
-
ClientToken?: string | undefined;
|
|
1602
|
-
ExcessCapacityTerminationPolicy?:
|
|
1603
|
-
| FleetExcessCapacityTerminationPolicy
|
|
1604
|
-
| undefined;
|
|
1605
|
-
FulfilledCapacity?: number | undefined;
|
|
1606
|
-
FulfilledOnDemandCapacity?: number | undefined;
|
|
1607
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
1608
|
-
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
1609
|
-
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1610
|
-
Type?: FleetType | undefined;
|
|
1611
|
-
ValidFrom?: Date | undefined;
|
|
1612
|
-
ValidUntil?: Date | undefined;
|
|
1613
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1614
|
-
SpotOptions?: SpotOptions | undefined;
|
|
1615
|
-
OnDemandOptions?: OnDemandOptions | undefined;
|
|
1616
|
-
Tags?: Tag[] | undefined;
|
|
1617
|
-
Errors?: DescribeFleetError[] | undefined;
|
|
1618
|
-
Instances?: DescribeFleetsInstances[] | undefined;
|
|
1619
|
-
Context?: string | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface DescribeFleetsResult {
|
|
1622
|
-
NextToken?: string | undefined;
|
|
1623
|
-
Fleets?: FleetData[] | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface DescribeFlowLogsRequest {
|
|
1626
|
-
DryRun?: boolean | undefined;
|
|
1627
|
-
Filter?: Filter[] | undefined;
|
|
1628
|
-
FlowLogIds?: string[] | undefined;
|
|
1629
|
-
MaxResults?: number | undefined;
|
|
1630
|
-
NextToken?: string | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface DestinationOptionsResponse {
|
|
1633
|
-
FileFormat?: DestinationFileFormat | undefined;
|
|
1634
|
-
HiveCompatiblePartitions?: boolean | undefined;
|
|
1635
|
-
PerHourPartition?: boolean | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface FlowLog {
|
|
1638
|
-
CreationTime?: Date | undefined;
|
|
1639
|
-
DeliverLogsErrorMessage?: string | undefined;
|
|
1640
|
-
DeliverLogsPermissionArn?: string | undefined;
|
|
1641
|
-
DeliverCrossAccountRole?: string | undefined;
|
|
1642
|
-
DeliverLogsStatus?: string | undefined;
|
|
1643
|
-
FlowLogId?: string | undefined;
|
|
1644
|
-
FlowLogStatus?: string | undefined;
|
|
1645
|
-
LogGroupName?: string | undefined;
|
|
1646
|
-
ResourceId?: string | undefined;
|
|
1647
|
-
TrafficType?: TrafficType | undefined;
|
|
1648
|
-
LogDestinationType?: LogDestinationType | undefined;
|
|
1649
|
-
LogDestination?: string | undefined;
|
|
1650
|
-
LogFormat?: string | undefined;
|
|
1651
|
-
Tags?: Tag[] | undefined;
|
|
1652
|
-
MaxAggregationInterval?: number | undefined;
|
|
1653
|
-
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface DescribeFlowLogsResult {
|
|
1656
|
-
FlowLogs?: FlowLog[] | undefined;
|
|
1657
|
-
NextToken?: string | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export declare const FpgaImageAttributeName: {
|
|
1660
|
-
readonly description: "description";
|
|
1661
|
-
readonly loadPermission: "loadPermission";
|
|
1662
|
-
readonly name: "name";
|
|
1663
|
-
readonly productCodes: "productCodes";
|
|
1664
|
-
};
|
|
1665
|
-
export type FpgaImageAttributeName =
|
|
1666
|
-
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
1667
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
1668
|
-
DryRun?: boolean | undefined;
|
|
1669
|
-
FpgaImageId: string | undefined;
|
|
1670
|
-
Attribute: FpgaImageAttributeName | undefined;
|
|
1671
|
-
}
|
|
1672
|
-
export declare const PermissionGroup: {
|
|
1673
|
-
readonly all: "all";
|
|
1674
|
-
};
|
|
1675
|
-
export type PermissionGroup =
|
|
1676
|
-
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
1677
1620
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1678
1621
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1679
1622
|
) => any;
|