@aws-sdk/client-ec2 3.699.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 +2214 -445
- 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 +32 -19
- package/dist-es/models/models_3.js +21 -13
- package/dist-es/models/models_4.js +13 -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 +1655 -132
- 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 +2 -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 +4 -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 +28 -5
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -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 -1
- package/dist-types/commands/DeleteFpgaImageCommand.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/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
- 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/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -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/EnableTransitGatewayRouteTablePropagationCommand.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 -2
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- 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/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
- 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 +129 -298
- package/dist-types/models/models_1.d.ts +339 -202
- package/dist-types/models/models_2.d.ts +637 -289
- package/dist-types/models/models_3.d.ts +417 -861
- package/dist-types/models/models_4.d.ts +7130 -7145
- package/dist-types/models/models_5.d.ts +5633 -4991
- package/dist-types/models/models_6.d.ts +4335 -4505
- package/dist-types/models/models_7.d.ts +1540 -24
- 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 +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.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/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
- 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/EnableTransitGatewayRouteTablePropagationCommand.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 +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- 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 +38 -64
- package/dist-types/ts3.4/models/models_1.d.ts +83 -54
- package/dist-types/ts3.4/models/models_2.d.ts +158 -89
- package/dist-types/ts3.4/models/models_3.d.ts +103 -163
- package/dist-types/ts3.4/models/models_4.d.ts +164 -153
- package/dist-types/ts3.4/models/models_5.d.ts +211 -135
- package/dist-types/ts3.4/models/models_6.d.ts +245 -282
- package/dist-types/ts3.4/models/models_7.d.ts +341 -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
|
@@ -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,80 @@ 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
|
+
}
|
|
136
|
+
export interface DeleteFlowLogsResult {
|
|
137
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface DeleteFpgaImageRequest {
|
|
140
|
+
DryRun?: boolean | undefined;
|
|
141
|
+
FpgaImageId: string | undefined;
|
|
142
|
+
}
|
|
87
143
|
export interface DeleteFpgaImageResult {
|
|
88
144
|
Return?: boolean | undefined;
|
|
89
145
|
}
|
|
@@ -1309,6 +1365,33 @@ export interface DescribeCustomerGatewaysRequest {
|
|
|
1309
1365
|
export interface DescribeCustomerGatewaysResult {
|
|
1310
1366
|
CustomerGateways?: CustomerGateway[] | undefined;
|
|
1311
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
|
+
}
|
|
1312
1395
|
export interface DescribeDhcpOptionsRequest {
|
|
1313
1396
|
DhcpOptionsIds?: string[] | undefined;
|
|
1314
1397
|
NextToken?: string | undefined;
|
|
@@ -1534,149 +1617,6 @@ export declare const FleetActivityStatus: {
|
|
|
1534
1617
|
};
|
|
1535
1618
|
export type FleetActivityStatus =
|
|
1536
1619
|
(typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
1537
|
-
export interface DescribeFleetError {
|
|
1538
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1539
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1540
|
-
ErrorCode?: string | undefined;
|
|
1541
|
-
ErrorMessage?: string | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface DescribeFleetsInstances {
|
|
1544
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1545
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1546
|
-
InstanceIds?: string[] | undefined;
|
|
1547
|
-
InstanceType?: _InstanceType | undefined;
|
|
1548
|
-
Platform?: PlatformValues | undefined;
|
|
1549
|
-
}
|
|
1550
|
-
export interface FleetLaunchTemplateConfig {
|
|
1551
|
-
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
1552
|
-
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
1553
|
-
}
|
|
1554
|
-
export interface CapacityReservationOptions {
|
|
1555
|
-
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
1556
|
-
}
|
|
1557
|
-
export interface OnDemandOptions {
|
|
1558
|
-
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
1559
|
-
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
1560
|
-
SingleInstanceType?: boolean | undefined;
|
|
1561
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1562
|
-
MinTargetCapacity?: number | undefined;
|
|
1563
|
-
MaxTotalPrice?: string | undefined;
|
|
1564
|
-
}
|
|
1565
|
-
export interface FleetSpotCapacityRebalance {
|
|
1566
|
-
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
1567
|
-
TerminationDelay?: number | undefined;
|
|
1568
|
-
}
|
|
1569
|
-
export interface FleetSpotMaintenanceStrategies {
|
|
1570
|
-
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
1571
|
-
}
|
|
1572
|
-
export interface SpotOptions {
|
|
1573
|
-
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
1574
|
-
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
1575
|
-
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
1576
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
1577
|
-
SingleInstanceType?: boolean | undefined;
|
|
1578
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1579
|
-
MinTargetCapacity?: number | undefined;
|
|
1580
|
-
MaxTotalPrice?: string | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface TargetCapacitySpecification {
|
|
1583
|
-
TotalTargetCapacity?: number | undefined;
|
|
1584
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
1585
|
-
SpotTargetCapacity?: number | undefined;
|
|
1586
|
-
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
1587
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface FleetData {
|
|
1590
|
-
ActivityStatus?: FleetActivityStatus | undefined;
|
|
1591
|
-
CreateTime?: Date | undefined;
|
|
1592
|
-
FleetId?: string | undefined;
|
|
1593
|
-
FleetState?: FleetStateCode | undefined;
|
|
1594
|
-
ClientToken?: string | undefined;
|
|
1595
|
-
ExcessCapacityTerminationPolicy?:
|
|
1596
|
-
| FleetExcessCapacityTerminationPolicy
|
|
1597
|
-
| undefined;
|
|
1598
|
-
FulfilledCapacity?: number | undefined;
|
|
1599
|
-
FulfilledOnDemandCapacity?: number | undefined;
|
|
1600
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
1601
|
-
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
1602
|
-
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1603
|
-
Type?: FleetType | undefined;
|
|
1604
|
-
ValidFrom?: Date | undefined;
|
|
1605
|
-
ValidUntil?: Date | undefined;
|
|
1606
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1607
|
-
SpotOptions?: SpotOptions | undefined;
|
|
1608
|
-
OnDemandOptions?: OnDemandOptions | undefined;
|
|
1609
|
-
Tags?: Tag[] | undefined;
|
|
1610
|
-
Errors?: DescribeFleetError[] | undefined;
|
|
1611
|
-
Instances?: DescribeFleetsInstances[] | undefined;
|
|
1612
|
-
Context?: string | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface DescribeFleetsResult {
|
|
1615
|
-
NextToken?: string | undefined;
|
|
1616
|
-
Fleets?: FleetData[] | undefined;
|
|
1617
|
-
}
|
|
1618
|
-
export interface DescribeFlowLogsRequest {
|
|
1619
|
-
DryRun?: boolean | undefined;
|
|
1620
|
-
Filter?: Filter[] | undefined;
|
|
1621
|
-
FlowLogIds?: string[] | undefined;
|
|
1622
|
-
MaxResults?: number | undefined;
|
|
1623
|
-
NextToken?: string | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface DestinationOptionsResponse {
|
|
1626
|
-
FileFormat?: DestinationFileFormat | undefined;
|
|
1627
|
-
HiveCompatiblePartitions?: boolean | undefined;
|
|
1628
|
-
PerHourPartition?: boolean | undefined;
|
|
1629
|
-
}
|
|
1630
|
-
export interface FlowLog {
|
|
1631
|
-
CreationTime?: Date | undefined;
|
|
1632
|
-
DeliverLogsErrorMessage?: string | undefined;
|
|
1633
|
-
DeliverLogsPermissionArn?: string | undefined;
|
|
1634
|
-
DeliverCrossAccountRole?: string | undefined;
|
|
1635
|
-
DeliverLogsStatus?: string | undefined;
|
|
1636
|
-
FlowLogId?: string | undefined;
|
|
1637
|
-
FlowLogStatus?: string | undefined;
|
|
1638
|
-
LogGroupName?: string | undefined;
|
|
1639
|
-
ResourceId?: string | undefined;
|
|
1640
|
-
TrafficType?: TrafficType | undefined;
|
|
1641
|
-
LogDestinationType?: LogDestinationType | undefined;
|
|
1642
|
-
LogDestination?: string | undefined;
|
|
1643
|
-
LogFormat?: string | undefined;
|
|
1644
|
-
Tags?: Tag[] | undefined;
|
|
1645
|
-
MaxAggregationInterval?: number | undefined;
|
|
1646
|
-
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface DescribeFlowLogsResult {
|
|
1649
|
-
FlowLogs?: FlowLog[] | undefined;
|
|
1650
|
-
NextToken?: string | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export declare const FpgaImageAttributeName: {
|
|
1653
|
-
readonly description: "description";
|
|
1654
|
-
readonly loadPermission: "loadPermission";
|
|
1655
|
-
readonly name: "name";
|
|
1656
|
-
readonly productCodes: "productCodes";
|
|
1657
|
-
};
|
|
1658
|
-
export type FpgaImageAttributeName =
|
|
1659
|
-
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
1660
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
1661
|
-
DryRun?: boolean | undefined;
|
|
1662
|
-
FpgaImageId: string | undefined;
|
|
1663
|
-
Attribute: FpgaImageAttributeName | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export declare const PermissionGroup: {
|
|
1666
|
-
readonly all: "all";
|
|
1667
|
-
};
|
|
1668
|
-
export type PermissionGroup =
|
|
1669
|
-
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
1670
|
-
export interface LoadPermission {
|
|
1671
|
-
UserId?: string | undefined;
|
|
1672
|
-
Group?: PermissionGroup | undefined;
|
|
1673
|
-
}
|
|
1674
|
-
export declare const ProductCodeValues: {
|
|
1675
|
-
readonly devpay: "devpay";
|
|
1676
|
-
readonly marketplace: "marketplace";
|
|
1677
|
-
};
|
|
1678
|
-
export type ProductCodeValues =
|
|
1679
|
-
(typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
1680
1620
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1681
1621
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1682
1622
|
) => any;
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
InstanceEventWindow,
|
|
14
14
|
IpamResourceDiscoveryAssociation,
|
|
15
15
|
PathComponent,
|
|
16
|
-
ReservedInstancesListing,
|
|
17
16
|
Tag,
|
|
18
17
|
} from "./models_0";
|
|
19
18
|
import {
|
|
@@ -23,9 +22,19 @@ import {
|
|
|
23
22
|
BlockDeviceMapping,
|
|
24
23
|
CapacityReservationPreference,
|
|
25
24
|
CapacityReservationTargetResponse,
|
|
25
|
+
DefaultTargetCapacityType,
|
|
26
|
+
DestinationFileFormat,
|
|
26
27
|
Ec2InstanceConnectEndpoint,
|
|
28
|
+
FleetCapacityReservationUsageStrategy,
|
|
29
|
+
FleetExcessCapacityTerminationPolicy,
|
|
30
|
+
FleetLaunchTemplateOverrides,
|
|
31
|
+
FleetLaunchTemplateSpecification,
|
|
32
|
+
FleetOnDemandAllocationStrategy,
|
|
33
|
+
FleetReplacementStrategy,
|
|
34
|
+
FleetType,
|
|
27
35
|
HostnameType,
|
|
28
36
|
InstanceIpv6Address,
|
|
37
|
+
InstanceLifecycle,
|
|
29
38
|
InternetGateway,
|
|
30
39
|
Ipam,
|
|
31
40
|
IpamExternalResourceVerificationToken,
|
|
@@ -34,19 +43,24 @@ import {
|
|
|
34
43
|
IpamScope,
|
|
35
44
|
KeyType,
|
|
36
45
|
LaunchTemplate,
|
|
46
|
+
LaunchTemplateAndOverridesResponse,
|
|
37
47
|
LaunchTemplateVersion,
|
|
38
48
|
LocalGatewayRouteTable,
|
|
39
49
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
40
50
|
LocalGatewayRouteTableVpcAssociation,
|
|
41
|
-
|
|
51
|
+
LogDestinationType,
|
|
42
52
|
OperatorResponse,
|
|
43
53
|
Placement,
|
|
44
54
|
PlatformValues,
|
|
55
|
+
SpotAllocationStrategy,
|
|
56
|
+
SpotInstanceInterruptionBehavior,
|
|
45
57
|
StateReason,
|
|
46
|
-
|
|
58
|
+
TargetCapacityUnitType,
|
|
59
|
+
TrafficType,
|
|
47
60
|
} from "./models_1";
|
|
48
61
|
import {
|
|
49
62
|
GroupIdentifier,
|
|
63
|
+
ManagedPrefixList,
|
|
50
64
|
NatGateway,
|
|
51
65
|
NetworkAcl,
|
|
52
66
|
NetworkInsightsAccessScope,
|
|
@@ -57,17 +71,158 @@ import {
|
|
|
57
71
|
NetworkInterfaceStatus,
|
|
58
72
|
PlacementGroup,
|
|
59
73
|
ReplaceRootVolumeTask,
|
|
60
|
-
RouteTable,
|
|
61
74
|
} from "./models_2";
|
|
62
75
|
import {
|
|
63
76
|
Byoasn,
|
|
64
77
|
Filter,
|
|
78
|
+
FleetActivityStatus,
|
|
79
|
+
FleetStateCode,
|
|
65
80
|
IdFormat,
|
|
66
81
|
InstanceTagNotificationAttribute,
|
|
67
|
-
LoadPermission,
|
|
68
|
-
PermissionGroup,
|
|
69
|
-
ProductCodeValues,
|
|
70
82
|
} from "./models_3";
|
|
83
|
+
export interface DescribeFleetError {
|
|
84
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
85
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
86
|
+
ErrorCode?: string | undefined;
|
|
87
|
+
ErrorMessage?: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface DescribeFleetsInstances {
|
|
90
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
91
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
92
|
+
InstanceIds?: string[] | undefined;
|
|
93
|
+
InstanceType?: _InstanceType | undefined;
|
|
94
|
+
Platform?: PlatformValues | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface FleetLaunchTemplateConfig {
|
|
97
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
98
|
+
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface CapacityReservationOptions {
|
|
101
|
+
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface OnDemandOptions {
|
|
104
|
+
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
105
|
+
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
106
|
+
SingleInstanceType?: boolean | undefined;
|
|
107
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
108
|
+
MinTargetCapacity?: number | undefined;
|
|
109
|
+
MaxTotalPrice?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface FleetSpotCapacityRebalance {
|
|
112
|
+
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
113
|
+
TerminationDelay?: number | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface FleetSpotMaintenanceStrategies {
|
|
116
|
+
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface SpotOptions {
|
|
119
|
+
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
120
|
+
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
121
|
+
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
122
|
+
InstancePoolsToUseCount?: number | undefined;
|
|
123
|
+
SingleInstanceType?: boolean | undefined;
|
|
124
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
125
|
+
MinTargetCapacity?: number | undefined;
|
|
126
|
+
MaxTotalPrice?: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface TargetCapacitySpecification {
|
|
129
|
+
TotalTargetCapacity?: number | undefined;
|
|
130
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
131
|
+
SpotTargetCapacity?: number | undefined;
|
|
132
|
+
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
133
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface FleetData {
|
|
136
|
+
ActivityStatus?: FleetActivityStatus | undefined;
|
|
137
|
+
CreateTime?: Date | undefined;
|
|
138
|
+
FleetId?: string | undefined;
|
|
139
|
+
FleetState?: FleetStateCode | undefined;
|
|
140
|
+
ClientToken?: string | undefined;
|
|
141
|
+
ExcessCapacityTerminationPolicy?:
|
|
142
|
+
| FleetExcessCapacityTerminationPolicy
|
|
143
|
+
| undefined;
|
|
144
|
+
FulfilledCapacity?: number | undefined;
|
|
145
|
+
FulfilledOnDemandCapacity?: number | undefined;
|
|
146
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
147
|
+
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
148
|
+
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
149
|
+
Type?: FleetType | undefined;
|
|
150
|
+
ValidFrom?: Date | undefined;
|
|
151
|
+
ValidUntil?: Date | undefined;
|
|
152
|
+
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
153
|
+
SpotOptions?: SpotOptions | undefined;
|
|
154
|
+
OnDemandOptions?: OnDemandOptions | undefined;
|
|
155
|
+
Tags?: Tag[] | undefined;
|
|
156
|
+
Errors?: DescribeFleetError[] | undefined;
|
|
157
|
+
Instances?: DescribeFleetsInstances[] | undefined;
|
|
158
|
+
Context?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface DescribeFleetsResult {
|
|
161
|
+
NextToken?: string | undefined;
|
|
162
|
+
Fleets?: FleetData[] | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface DescribeFlowLogsRequest {
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
Filter?: Filter[] | undefined;
|
|
167
|
+
FlowLogIds?: string[] | undefined;
|
|
168
|
+
MaxResults?: number | undefined;
|
|
169
|
+
NextToken?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface DestinationOptionsResponse {
|
|
172
|
+
FileFormat?: DestinationFileFormat | undefined;
|
|
173
|
+
HiveCompatiblePartitions?: boolean | undefined;
|
|
174
|
+
PerHourPartition?: boolean | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface FlowLog {
|
|
177
|
+
CreationTime?: Date | undefined;
|
|
178
|
+
DeliverLogsErrorMessage?: string | undefined;
|
|
179
|
+
DeliverLogsPermissionArn?: string | undefined;
|
|
180
|
+
DeliverCrossAccountRole?: string | undefined;
|
|
181
|
+
DeliverLogsStatus?: string | undefined;
|
|
182
|
+
FlowLogId?: string | undefined;
|
|
183
|
+
FlowLogStatus?: string | undefined;
|
|
184
|
+
LogGroupName?: string | undefined;
|
|
185
|
+
ResourceId?: string | undefined;
|
|
186
|
+
TrafficType?: TrafficType | undefined;
|
|
187
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
188
|
+
LogDestination?: string | undefined;
|
|
189
|
+
LogFormat?: string | undefined;
|
|
190
|
+
Tags?: Tag[] | undefined;
|
|
191
|
+
MaxAggregationInterval?: number | undefined;
|
|
192
|
+
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface DescribeFlowLogsResult {
|
|
195
|
+
FlowLogs?: FlowLog[] | undefined;
|
|
196
|
+
NextToken?: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export declare const FpgaImageAttributeName: {
|
|
199
|
+
readonly description: "description";
|
|
200
|
+
readonly loadPermission: "loadPermission";
|
|
201
|
+
readonly name: "name";
|
|
202
|
+
readonly productCodes: "productCodes";
|
|
203
|
+
};
|
|
204
|
+
export type FpgaImageAttributeName =
|
|
205
|
+
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
206
|
+
export interface DescribeFpgaImageAttributeRequest {
|
|
207
|
+
DryRun?: boolean | undefined;
|
|
208
|
+
FpgaImageId: string | undefined;
|
|
209
|
+
Attribute: FpgaImageAttributeName | undefined;
|
|
210
|
+
}
|
|
211
|
+
export declare const PermissionGroup: {
|
|
212
|
+
readonly all: "all";
|
|
213
|
+
};
|
|
214
|
+
export type PermissionGroup =
|
|
215
|
+
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
216
|
+
export interface LoadPermission {
|
|
217
|
+
UserId?: string | undefined;
|
|
218
|
+
Group?: PermissionGroup | undefined;
|
|
219
|
+
}
|
|
220
|
+
export declare const ProductCodeValues: {
|
|
221
|
+
readonly devpay: "devpay";
|
|
222
|
+
readonly marketplace: "marketplace";
|
|
223
|
+
};
|
|
224
|
+
export type ProductCodeValues =
|
|
225
|
+
(typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
71
226
|
export interface ProductCode {
|
|
72
227
|
ProductCodeId?: string | undefined;
|
|
73
228
|
ProductCodeType?: ProductCodeValues | undefined;
|
|
@@ -405,6 +560,7 @@ export interface Image {
|
|
|
405
560
|
SourceInstanceId?: string | undefined;
|
|
406
561
|
DeregistrationProtection?: string | undefined;
|
|
407
562
|
LastLaunchedTime?: string | undefined;
|
|
563
|
+
ImageAllowed?: boolean | undefined;
|
|
408
564
|
SourceImageId?: string | undefined;
|
|
409
565
|
SourceImageRegion?: string | undefined;
|
|
410
566
|
ImageId?: string | undefined;
|
|
@@ -624,6 +780,7 @@ export interface ImageMetadata {
|
|
|
624
780
|
ImageOwnerAlias?: string | undefined;
|
|
625
781
|
CreationDate?: string | undefined;
|
|
626
782
|
DeprecationTime?: string | undefined;
|
|
783
|
+
ImageAllowed?: boolean | undefined;
|
|
627
784
|
IsPublic?: boolean | undefined;
|
|
628
785
|
}
|
|
629
786
|
export declare const InstanceStateName: {
|
|
@@ -1949,152 +2106,6 @@ export declare const ReservedInstanceState: {
|
|
|
1949
2106
|
};
|
|
1950
2107
|
export type ReservedInstanceState =
|
|
1951
2108
|
(typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
|
|
1952
|
-
export interface ReservedInstances {
|
|
1953
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1954
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
1955
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
1956
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1957
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
1958
|
-
Scope?: Scope | undefined;
|
|
1959
|
-
Tags?: Tag[] | undefined;
|
|
1960
|
-
ReservedInstancesId?: string | undefined;
|
|
1961
|
-
InstanceType?: _InstanceType | undefined;
|
|
1962
|
-
AvailabilityZone?: string | undefined;
|
|
1963
|
-
Start?: Date | undefined;
|
|
1964
|
-
End?: Date | undefined;
|
|
1965
|
-
Duration?: number | undefined;
|
|
1966
|
-
UsagePrice?: number | undefined;
|
|
1967
|
-
FixedPrice?: number | undefined;
|
|
1968
|
-
InstanceCount?: number | undefined;
|
|
1969
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
1970
|
-
State?: ReservedInstanceState | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export interface DescribeReservedInstancesResult {
|
|
1973
|
-
ReservedInstances?: ReservedInstances[] | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface DescribeReservedInstancesListingsRequest {
|
|
1976
|
-
ReservedInstancesId?: string | undefined;
|
|
1977
|
-
ReservedInstancesListingId?: string | undefined;
|
|
1978
|
-
Filters?: Filter[] | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export interface DescribeReservedInstancesListingsResult {
|
|
1981
|
-
ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface DescribeReservedInstancesModificationsRequest {
|
|
1984
|
-
ReservedInstancesModificationIds?: string[] | undefined;
|
|
1985
|
-
NextToken?: string | undefined;
|
|
1986
|
-
Filters?: Filter[] | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface ReservedInstancesConfiguration {
|
|
1989
|
-
AvailabilityZone?: string | undefined;
|
|
1990
|
-
InstanceCount?: number | undefined;
|
|
1991
|
-
InstanceType?: _InstanceType | undefined;
|
|
1992
|
-
Platform?: string | undefined;
|
|
1993
|
-
Scope?: Scope | undefined;
|
|
1994
|
-
}
|
|
1995
|
-
export interface ReservedInstancesModificationResult {
|
|
1996
|
-
ReservedInstancesId?: string | undefined;
|
|
1997
|
-
TargetConfiguration?: ReservedInstancesConfiguration | undefined;
|
|
1998
|
-
}
|
|
1999
|
-
export interface ReservedInstancesId {
|
|
2000
|
-
ReservedInstancesId?: string | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface ReservedInstancesModification {
|
|
2003
|
-
ClientToken?: string | undefined;
|
|
2004
|
-
CreateDate?: Date | undefined;
|
|
2005
|
-
EffectiveDate?: Date | undefined;
|
|
2006
|
-
ModificationResults?: ReservedInstancesModificationResult[] | undefined;
|
|
2007
|
-
ReservedInstancesIds?: ReservedInstancesId[] | undefined;
|
|
2008
|
-
ReservedInstancesModificationId?: string | undefined;
|
|
2009
|
-
Status?: string | undefined;
|
|
2010
|
-
StatusMessage?: string | undefined;
|
|
2011
|
-
UpdateDate?: Date | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface DescribeReservedInstancesModificationsResult {
|
|
2014
|
-
NextToken?: string | undefined;
|
|
2015
|
-
ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
|
|
2016
|
-
}
|
|
2017
|
-
export interface DescribeReservedInstancesOfferingsRequest {
|
|
2018
|
-
AvailabilityZone?: string | undefined;
|
|
2019
|
-
IncludeMarketplace?: boolean | undefined;
|
|
2020
|
-
InstanceType?: _InstanceType | undefined;
|
|
2021
|
-
MaxDuration?: number | undefined;
|
|
2022
|
-
MaxInstanceCount?: number | undefined;
|
|
2023
|
-
MinDuration?: number | undefined;
|
|
2024
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
2025
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
2026
|
-
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
2027
|
-
DryRun?: boolean | undefined;
|
|
2028
|
-
Filters?: Filter[] | undefined;
|
|
2029
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
2030
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
2031
|
-
NextToken?: string | undefined;
|
|
2032
|
-
MaxResults?: number | undefined;
|
|
2033
|
-
}
|
|
2034
|
-
export interface PricingDetail {
|
|
2035
|
-
Count?: number | undefined;
|
|
2036
|
-
Price?: number | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface ReservedInstancesOffering {
|
|
2039
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
2040
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
2041
|
-
Marketplace?: boolean | undefined;
|
|
2042
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
2043
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
2044
|
-
PricingDetails?: PricingDetail[] | undefined;
|
|
2045
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
2046
|
-
Scope?: Scope | undefined;
|
|
2047
|
-
ReservedInstancesOfferingId?: string | undefined;
|
|
2048
|
-
InstanceType?: _InstanceType | undefined;
|
|
2049
|
-
AvailabilityZone?: string | undefined;
|
|
2050
|
-
Duration?: number | undefined;
|
|
2051
|
-
UsagePrice?: number | undefined;
|
|
2052
|
-
FixedPrice?: number | undefined;
|
|
2053
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DescribeReservedInstancesOfferingsResult {
|
|
2056
|
-
NextToken?: string | undefined;
|
|
2057
|
-
ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DescribeRouteTablesRequest {
|
|
2060
|
-
NextToken?: string | undefined;
|
|
2061
|
-
MaxResults?: number | undefined;
|
|
2062
|
-
DryRun?: boolean | undefined;
|
|
2063
|
-
RouteTableIds?: string[] | undefined;
|
|
2064
|
-
Filters?: Filter[] | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface DescribeRouteTablesResult {
|
|
2067
|
-
RouteTables?: RouteTable[] | undefined;
|
|
2068
|
-
NextToken?: string | undefined;
|
|
2069
|
-
}
|
|
2070
|
-
export interface SlotDateTimeRangeRequest {
|
|
2071
|
-
EarliestTime: Date | undefined;
|
|
2072
|
-
LatestTime: Date | undefined;
|
|
2073
|
-
}
|
|
2074
|
-
export interface ScheduledInstanceRecurrenceRequest {
|
|
2075
|
-
Frequency?: string | undefined;
|
|
2076
|
-
Interval?: number | undefined;
|
|
2077
|
-
OccurrenceDays?: number[] | undefined;
|
|
2078
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
2079
|
-
OccurrenceUnit?: string | undefined;
|
|
2080
|
-
}
|
|
2081
|
-
export interface DescribeScheduledInstanceAvailabilityRequest {
|
|
2082
|
-
DryRun?: boolean | undefined;
|
|
2083
|
-
Filters?: Filter[] | undefined;
|
|
2084
|
-
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
2085
|
-
MaxResults?: number | undefined;
|
|
2086
|
-
MaxSlotDurationInHours?: number | undefined;
|
|
2087
|
-
MinSlotDurationInHours?: number | undefined;
|
|
2088
|
-
NextToken?: string | undefined;
|
|
2089
|
-
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
2090
|
-
}
|
|
2091
|
-
export interface ScheduledInstanceRecurrence {
|
|
2092
|
-
Frequency?: string | undefined;
|
|
2093
|
-
Interval?: number | undefined;
|
|
2094
|
-
OccurrenceDaySet?: number[] | undefined;
|
|
2095
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
2096
|
-
OccurrenceUnit?: string | undefined;
|
|
2097
|
-
}
|
|
2098
2109
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2099
2110
|
obj: SnapshotDetail
|
|
2100
2111
|
) => any;
|