@aws-sdk/client-ec2 3.37.0 → 3.41.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/CHANGELOG.md +46 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/CreateFleetCommand.js +2 -1
- package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
- package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-cjs/commands/DescribeSubnetsCommand.js +2 -1
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
- package/dist-cjs/commands/index.js +476 -0
- package/dist-cjs/endpoints.js +194 -22
- package/dist-cjs/index.js +5 -609
- package/dist-cjs/models/models_0.js +144 -107
- package/dist-cjs/models/models_1.js +141 -169
- package/dist-cjs/models/models_2.js +177 -132
- package/dist-cjs/models/models_3.js +133 -180
- package/dist-cjs/models/models_4.js +222 -211
- package/dist-cjs/models/models_5.js +210 -4
- package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
- package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +109 -0
- package/dist-cjs/protocols/Aws_ec2.js +2178 -902
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +35 -0
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -1
- package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
- package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
- package/dist-es/commands/CreateImageCommand.js +1 -1
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DescribeHostsCommand.js +2 -1
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeImagesCommand.js +1 -1
- package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-es/commands/DescribeSubnetsCommand.js +2 -1
- package/dist-es/commands/DescribeTagsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
- package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
- package/dist-es/commands/index.js +473 -0
- package/dist-es/endpoints.js +194 -22
- package/dist-es/index.js +5 -609
- package/dist-es/models/models_0.js +116 -74
- package/dist-es/models/models_1.js +94 -116
- package/dist-es/models/models_2.js +123 -84
- package/dist-es/models/models_3.js +85 -116
- package/dist-es/models/models_4.js +144 -139
- package/dist-es/models/models_5.js +139 -0
- package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
- package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
- package/dist-es/pagination/index.js +106 -0
- package/dist-es/protocols/Aws_ec2.js +2742 -1274
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +32 -0
- package/dist-types/EC2.d.ts +30 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.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/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.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 +3 -2
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- 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/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.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/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.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/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.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/CreateTagsCommand.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/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.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/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.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 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -3
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- 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/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -2
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +473 -0
- package/dist-types/index.d.ts +5 -609
- package/dist-types/models/models_0.d.ts +602 -615
- package/dist-types/models/models_1.d.ts +4831 -4562
- package/dist-types/models/models_2.d.ts +4641 -4767
- package/dist-types/models/models_3.d.ts +7074 -7126
- package/dist-types/models/models_4.d.ts +4816 -4415
- package/dist-types/models/models_5.d.ts +867 -6
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +106 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +10 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.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/ModifyLaunchTemplateCommand.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/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/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +473 -0
- package/dist-types/ts3.4/index.d.ts +5 -609
- package/dist-types/ts3.4/models/models_0.d.ts +231 -254
- package/dist-types/ts3.4/models/models_1.d.ts +368 -345
- package/dist-types/ts3.4/models/models_2.d.ts +362 -347
- package/dist-types/ts3.4/models/models_3.d.ts +364 -393
- package/dist-types/ts3.4/models/models_4.d.ts +496 -431
- package/dist-types/ts3.4/models/models_5.d.ts +433 -5
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +106 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +32 -0
- package/dist-types/waiters/index.d.ts +32 -0
- package/package.json +28 -28
|
@@ -1,5 +1,355 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName,
|
|
2
|
-
import { DiskImageFormat, ExportTask, GroupIdentifier,
|
|
1
|
+
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DefaultTargetCapacityType, DhcpOptions, EgressOnlyInternetGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GatewayType, InstanceEventWindowState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, Tag, TagSpecification, TargetCapacityUnitType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { DestinationFileFormat, DiskImageFormat, ExportTask, FleetLaunchTemplateOverrides, GroupIdentifier, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SubnetCidrReservation, TrafficType, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable } from "./models_1";
|
|
3
|
+
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
4
|
+
|
|
5
|
+
DryRun?: boolean;
|
|
6
|
+
|
|
7
|
+
AcceptanceRequired?: boolean;
|
|
8
|
+
|
|
9
|
+
PrivateDnsName?: string;
|
|
10
|
+
|
|
11
|
+
NetworkLoadBalancerArns?: string[];
|
|
12
|
+
|
|
13
|
+
GatewayLoadBalancerArns?: string[];
|
|
14
|
+
|
|
15
|
+
ClientToken?: string;
|
|
16
|
+
|
|
17
|
+
TagSpecifications?: TagSpecification[];
|
|
18
|
+
}
|
|
19
|
+
export declare namespace CreateVpcEndpointServiceConfigurationRequest {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationRequest) => any;
|
|
22
|
+
}
|
|
23
|
+
export declare enum DnsNameState {
|
|
24
|
+
Failed = "failed",
|
|
25
|
+
PendingVerification = "pendingVerification",
|
|
26
|
+
Verified = "verified"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface PrivateDnsNameConfiguration {
|
|
30
|
+
|
|
31
|
+
State?: DnsNameState | string;
|
|
32
|
+
|
|
33
|
+
Type?: string;
|
|
34
|
+
|
|
35
|
+
Value?: string;
|
|
36
|
+
|
|
37
|
+
Name?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace PrivateDnsNameConfiguration {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: PrivateDnsNameConfiguration) => any;
|
|
42
|
+
}
|
|
43
|
+
export declare enum ServiceState {
|
|
44
|
+
Available = "Available",
|
|
45
|
+
Deleted = "Deleted",
|
|
46
|
+
Deleting = "Deleting",
|
|
47
|
+
Failed = "Failed",
|
|
48
|
+
Pending = "Pending"
|
|
49
|
+
}
|
|
50
|
+
export declare enum ServiceType {
|
|
51
|
+
Gateway = "Gateway",
|
|
52
|
+
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
53
|
+
Interface = "Interface"
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface ServiceTypeDetail {
|
|
57
|
+
|
|
58
|
+
ServiceType?: ServiceType | string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ServiceTypeDetail {
|
|
61
|
+
|
|
62
|
+
const filterSensitiveLog: (obj: ServiceTypeDetail) => any;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface ServiceConfiguration {
|
|
66
|
+
|
|
67
|
+
ServiceType?: ServiceTypeDetail[];
|
|
68
|
+
|
|
69
|
+
ServiceId?: string;
|
|
70
|
+
|
|
71
|
+
ServiceName?: string;
|
|
72
|
+
|
|
73
|
+
ServiceState?: ServiceState | string;
|
|
74
|
+
|
|
75
|
+
AvailabilityZones?: string[];
|
|
76
|
+
|
|
77
|
+
AcceptanceRequired?: boolean;
|
|
78
|
+
|
|
79
|
+
ManagesVpcEndpoints?: boolean;
|
|
80
|
+
|
|
81
|
+
NetworkLoadBalancerArns?: string[];
|
|
82
|
+
|
|
83
|
+
GatewayLoadBalancerArns?: string[];
|
|
84
|
+
|
|
85
|
+
BaseEndpointDnsNames?: string[];
|
|
86
|
+
|
|
87
|
+
PrivateDnsName?: string;
|
|
88
|
+
|
|
89
|
+
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
|
|
90
|
+
|
|
91
|
+
Tags?: Tag[];
|
|
92
|
+
}
|
|
93
|
+
export declare namespace ServiceConfiguration {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: ServiceConfiguration) => any;
|
|
96
|
+
}
|
|
97
|
+
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
98
|
+
|
|
99
|
+
ServiceConfiguration?: ServiceConfiguration;
|
|
100
|
+
|
|
101
|
+
ClientToken?: string;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace CreateVpcEndpointServiceConfigurationResult {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationResult) => any;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateVpcPeeringConnectionRequest {
|
|
108
|
+
|
|
109
|
+
DryRun?: boolean;
|
|
110
|
+
|
|
111
|
+
PeerOwnerId?: string;
|
|
112
|
+
|
|
113
|
+
PeerVpcId?: string;
|
|
114
|
+
|
|
115
|
+
VpcId?: string;
|
|
116
|
+
|
|
117
|
+
PeerRegion?: string;
|
|
118
|
+
|
|
119
|
+
TagSpecifications?: TagSpecification[];
|
|
120
|
+
}
|
|
121
|
+
export declare namespace CreateVpcPeeringConnectionRequest {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionRequest) => any;
|
|
124
|
+
}
|
|
125
|
+
export interface CreateVpcPeeringConnectionResult {
|
|
126
|
+
|
|
127
|
+
VpcPeeringConnection?: VpcPeeringConnection;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace CreateVpcPeeringConnectionResult {
|
|
130
|
+
|
|
131
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionResult) => any;
|
|
132
|
+
}
|
|
133
|
+
export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
|
|
134
|
+
|
|
135
|
+
export interface IKEVersionsRequestListValue {
|
|
136
|
+
|
|
137
|
+
Value?: string;
|
|
138
|
+
}
|
|
139
|
+
export declare namespace IKEVersionsRequestListValue {
|
|
140
|
+
|
|
141
|
+
const filterSensitiveLog: (obj: IKEVersionsRequestListValue) => any;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export interface Phase1DHGroupNumbersRequestListValue {
|
|
145
|
+
|
|
146
|
+
Value?: number;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace Phase1DHGroupNumbersRequestListValue {
|
|
149
|
+
|
|
150
|
+
const filterSensitiveLog: (obj: Phase1DHGroupNumbersRequestListValue) => any;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
154
|
+
|
|
155
|
+
Value?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace Phase1EncryptionAlgorithmsRequestListValue {
|
|
158
|
+
|
|
159
|
+
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsRequestListValue) => any;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
163
|
+
|
|
164
|
+
Value?: string;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace Phase1IntegrityAlgorithmsRequestListValue {
|
|
167
|
+
|
|
168
|
+
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsRequestListValue) => any;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface Phase2DHGroupNumbersRequestListValue {
|
|
172
|
+
|
|
173
|
+
Value?: number;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace Phase2DHGroupNumbersRequestListValue {
|
|
176
|
+
|
|
177
|
+
const filterSensitiveLog: (obj: Phase2DHGroupNumbersRequestListValue) => any;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
181
|
+
|
|
182
|
+
Value?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare namespace Phase2EncryptionAlgorithmsRequestListValue {
|
|
185
|
+
|
|
186
|
+
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsRequestListValue) => any;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
190
|
+
|
|
191
|
+
Value?: string;
|
|
192
|
+
}
|
|
193
|
+
export declare namespace Phase2IntegrityAlgorithmsRequestListValue {
|
|
194
|
+
|
|
195
|
+
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsRequestListValue) => any;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface VpnTunnelOptionsSpecification {
|
|
199
|
+
|
|
200
|
+
TunnelInsideCidr?: string;
|
|
201
|
+
|
|
202
|
+
TunnelInsideIpv6Cidr?: string;
|
|
203
|
+
|
|
204
|
+
PreSharedKey?: string;
|
|
205
|
+
|
|
206
|
+
Phase1LifetimeSeconds?: number;
|
|
207
|
+
|
|
208
|
+
Phase2LifetimeSeconds?: number;
|
|
209
|
+
|
|
210
|
+
RekeyMarginTimeSeconds?: number;
|
|
211
|
+
|
|
212
|
+
RekeyFuzzPercentage?: number;
|
|
213
|
+
|
|
214
|
+
ReplayWindowSize?: number;
|
|
215
|
+
|
|
216
|
+
DPDTimeoutSeconds?: number;
|
|
217
|
+
|
|
218
|
+
DPDTimeoutAction?: string;
|
|
219
|
+
|
|
220
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
221
|
+
|
|
222
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
223
|
+
|
|
224
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
225
|
+
|
|
226
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
227
|
+
|
|
228
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
229
|
+
|
|
230
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
231
|
+
|
|
232
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
233
|
+
|
|
234
|
+
StartupAction?: string;
|
|
235
|
+
}
|
|
236
|
+
export declare namespace VpnTunnelOptionsSpecification {
|
|
237
|
+
|
|
238
|
+
const filterSensitiveLog: (obj: VpnTunnelOptionsSpecification) => any;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface VpnConnectionOptionsSpecification {
|
|
242
|
+
|
|
243
|
+
EnableAcceleration?: boolean;
|
|
244
|
+
|
|
245
|
+
StaticRoutesOnly?: boolean;
|
|
246
|
+
|
|
247
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
248
|
+
|
|
249
|
+
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
250
|
+
|
|
251
|
+
LocalIpv4NetworkCidr?: string;
|
|
252
|
+
|
|
253
|
+
RemoteIpv4NetworkCidr?: string;
|
|
254
|
+
|
|
255
|
+
LocalIpv6NetworkCidr?: string;
|
|
256
|
+
|
|
257
|
+
RemoteIpv6NetworkCidr?: string;
|
|
258
|
+
}
|
|
259
|
+
export declare namespace VpnConnectionOptionsSpecification {
|
|
260
|
+
|
|
261
|
+
const filterSensitiveLog: (obj: VpnConnectionOptionsSpecification) => any;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface CreateVpnConnectionRequest {
|
|
265
|
+
|
|
266
|
+
CustomerGatewayId: string | undefined;
|
|
267
|
+
|
|
268
|
+
Type: string | undefined;
|
|
269
|
+
|
|
270
|
+
VpnGatewayId?: string;
|
|
271
|
+
|
|
272
|
+
TransitGatewayId?: string;
|
|
273
|
+
|
|
274
|
+
DryRun?: boolean;
|
|
275
|
+
|
|
276
|
+
Options?: VpnConnectionOptionsSpecification;
|
|
277
|
+
|
|
278
|
+
TagSpecifications?: TagSpecification[];
|
|
279
|
+
}
|
|
280
|
+
export declare namespace CreateVpnConnectionRequest {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
|
|
283
|
+
}
|
|
284
|
+
export declare enum GatewayAssociationState {
|
|
285
|
+
associated = "associated",
|
|
286
|
+
associating = "associating",
|
|
287
|
+
disassociating = "disassociating",
|
|
288
|
+
not_associated = "not-associated"
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export interface IKEVersionsListValue {
|
|
292
|
+
|
|
293
|
+
Value?: string;
|
|
294
|
+
}
|
|
295
|
+
export declare namespace IKEVersionsListValue {
|
|
296
|
+
|
|
297
|
+
const filterSensitiveLog: (obj: IKEVersionsListValue) => any;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface Phase1DHGroupNumbersListValue {
|
|
301
|
+
|
|
302
|
+
Value?: number;
|
|
303
|
+
}
|
|
304
|
+
export declare namespace Phase1DHGroupNumbersListValue {
|
|
305
|
+
|
|
306
|
+
const filterSensitiveLog: (obj: Phase1DHGroupNumbersListValue) => any;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export interface Phase1EncryptionAlgorithmsListValue {
|
|
310
|
+
|
|
311
|
+
Value?: string;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace Phase1EncryptionAlgorithmsListValue {
|
|
314
|
+
|
|
315
|
+
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsListValue) => any;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export interface Phase1IntegrityAlgorithmsListValue {
|
|
319
|
+
|
|
320
|
+
Value?: string;
|
|
321
|
+
}
|
|
322
|
+
export declare namespace Phase1IntegrityAlgorithmsListValue {
|
|
323
|
+
|
|
324
|
+
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsListValue) => any;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface Phase2DHGroupNumbersListValue {
|
|
328
|
+
|
|
329
|
+
Value?: number;
|
|
330
|
+
}
|
|
331
|
+
export declare namespace Phase2DHGroupNumbersListValue {
|
|
332
|
+
|
|
333
|
+
const filterSensitiveLog: (obj: Phase2DHGroupNumbersListValue) => any;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface Phase2EncryptionAlgorithmsListValue {
|
|
337
|
+
|
|
338
|
+
Value?: string;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace Phase2EncryptionAlgorithmsListValue {
|
|
341
|
+
|
|
342
|
+
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsListValue) => any;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface Phase2IntegrityAlgorithmsListValue {
|
|
346
|
+
|
|
347
|
+
Value?: string;
|
|
348
|
+
}
|
|
349
|
+
export declare namespace Phase2IntegrityAlgorithmsListValue {
|
|
350
|
+
|
|
351
|
+
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsListValue) => any;
|
|
352
|
+
}
|
|
3
353
|
|
|
4
354
|
export interface TunnelOption {
|
|
5
355
|
|
|
@@ -122,6 +472,12 @@ export interface VpnConnection {
|
|
|
122
472
|
|
|
123
473
|
TransitGatewayId?: string;
|
|
124
474
|
|
|
475
|
+
CoreNetworkArn?: string;
|
|
476
|
+
|
|
477
|
+
CoreNetworkAttachmentArn?: string;
|
|
478
|
+
|
|
479
|
+
GatewayAssociationState?: GatewayAssociationState | string;
|
|
480
|
+
|
|
125
481
|
Options?: VpnConnectionOptions;
|
|
126
482
|
|
|
127
483
|
Routes?: VpnStaticRoute[];
|
|
@@ -2753,6 +3109,8 @@ export declare namespace OnDemandOptions {
|
|
|
2753
3109
|
export interface FleetSpotCapacityRebalance {
|
|
2754
3110
|
|
|
2755
3111
|
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
3112
|
+
|
|
3113
|
+
TerminationDelay?: number;
|
|
2756
3114
|
}
|
|
2757
3115
|
export declare namespace FleetSpotCapacityRebalance {
|
|
2758
3116
|
|
|
@@ -2800,6 +3158,8 @@ export interface TargetCapacitySpecification {
|
|
|
2800
3158
|
SpotTargetCapacity?: number;
|
|
2801
3159
|
|
|
2802
3160
|
DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
|
|
3161
|
+
|
|
3162
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
2803
3163
|
}
|
|
2804
3164
|
export declare namespace TargetCapacitySpecification {
|
|
2805
3165
|
|
|
@@ -3227,348 +3587,3 @@ export declare namespace DescribeHostsRequest {
|
|
|
3227
3587
|
|
|
3228
3588
|
const filterSensitiveLog: (obj: DescribeHostsRequest) => any;
|
|
3229
3589
|
}
|
|
3230
|
-
|
|
3231
|
-
export interface InstanceCapacity {
|
|
3232
|
-
|
|
3233
|
-
AvailableCapacity?: number;
|
|
3234
|
-
|
|
3235
|
-
InstanceType?: string;
|
|
3236
|
-
|
|
3237
|
-
TotalCapacity?: number;
|
|
3238
|
-
}
|
|
3239
|
-
export declare namespace InstanceCapacity {
|
|
3240
|
-
|
|
3241
|
-
const filterSensitiveLog: (obj: InstanceCapacity) => any;
|
|
3242
|
-
}
|
|
3243
|
-
|
|
3244
|
-
export interface AvailableCapacity {
|
|
3245
|
-
|
|
3246
|
-
AvailableInstanceCapacity?: InstanceCapacity[];
|
|
3247
|
-
|
|
3248
|
-
AvailableVCpus?: number;
|
|
3249
|
-
}
|
|
3250
|
-
export declare namespace AvailableCapacity {
|
|
3251
|
-
|
|
3252
|
-
const filterSensitiveLog: (obj: AvailableCapacity) => any;
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
export interface HostProperties {
|
|
3256
|
-
|
|
3257
|
-
Cores?: number;
|
|
3258
|
-
|
|
3259
|
-
InstanceType?: string;
|
|
3260
|
-
|
|
3261
|
-
InstanceFamily?: string;
|
|
3262
|
-
|
|
3263
|
-
Sockets?: number;
|
|
3264
|
-
|
|
3265
|
-
TotalVCpus?: number;
|
|
3266
|
-
}
|
|
3267
|
-
export declare namespace HostProperties {
|
|
3268
|
-
|
|
3269
|
-
const filterSensitiveLog: (obj: HostProperties) => any;
|
|
3270
|
-
}
|
|
3271
|
-
|
|
3272
|
-
export interface HostInstance {
|
|
3273
|
-
|
|
3274
|
-
InstanceId?: string;
|
|
3275
|
-
|
|
3276
|
-
InstanceType?: string;
|
|
3277
|
-
|
|
3278
|
-
OwnerId?: string;
|
|
3279
|
-
}
|
|
3280
|
-
export declare namespace HostInstance {
|
|
3281
|
-
|
|
3282
|
-
const filterSensitiveLog: (obj: HostInstance) => any;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
export interface Host {
|
|
3286
|
-
|
|
3287
|
-
AutoPlacement?: AutoPlacement | string;
|
|
3288
|
-
|
|
3289
|
-
AvailabilityZone?: string;
|
|
3290
|
-
|
|
3291
|
-
AvailableCapacity?: AvailableCapacity;
|
|
3292
|
-
|
|
3293
|
-
ClientToken?: string;
|
|
3294
|
-
|
|
3295
|
-
HostId?: string;
|
|
3296
|
-
|
|
3297
|
-
HostProperties?: HostProperties;
|
|
3298
|
-
|
|
3299
|
-
HostReservationId?: string;
|
|
3300
|
-
|
|
3301
|
-
Instances?: HostInstance[];
|
|
3302
|
-
|
|
3303
|
-
State?: AllocationState | string;
|
|
3304
|
-
|
|
3305
|
-
AllocationTime?: Date;
|
|
3306
|
-
|
|
3307
|
-
ReleaseTime?: Date;
|
|
3308
|
-
|
|
3309
|
-
Tags?: Tag[];
|
|
3310
|
-
|
|
3311
|
-
HostRecovery?: HostRecovery | string;
|
|
3312
|
-
|
|
3313
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | string;
|
|
3314
|
-
|
|
3315
|
-
OwnerId?: string;
|
|
3316
|
-
|
|
3317
|
-
AvailabilityZoneId?: string;
|
|
3318
|
-
|
|
3319
|
-
MemberOfServiceLinkedResourceGroup?: boolean;
|
|
3320
|
-
}
|
|
3321
|
-
export declare namespace Host {
|
|
3322
|
-
|
|
3323
|
-
const filterSensitiveLog: (obj: Host) => any;
|
|
3324
|
-
}
|
|
3325
|
-
export interface DescribeHostsResult {
|
|
3326
|
-
|
|
3327
|
-
Hosts?: Host[];
|
|
3328
|
-
|
|
3329
|
-
NextToken?: string;
|
|
3330
|
-
}
|
|
3331
|
-
export declare namespace DescribeHostsResult {
|
|
3332
|
-
|
|
3333
|
-
const filterSensitiveLog: (obj: DescribeHostsResult) => any;
|
|
3334
|
-
}
|
|
3335
|
-
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
3336
|
-
|
|
3337
|
-
AssociationIds?: string[];
|
|
3338
|
-
|
|
3339
|
-
Filters?: Filter[];
|
|
3340
|
-
|
|
3341
|
-
MaxResults?: number;
|
|
3342
|
-
|
|
3343
|
-
NextToken?: string;
|
|
3344
|
-
}
|
|
3345
|
-
export declare namespace DescribeIamInstanceProfileAssociationsRequest {
|
|
3346
|
-
|
|
3347
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsRequest) => any;
|
|
3348
|
-
}
|
|
3349
|
-
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
3350
|
-
|
|
3351
|
-
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[];
|
|
3352
|
-
|
|
3353
|
-
NextToken?: string;
|
|
3354
|
-
}
|
|
3355
|
-
export declare namespace DescribeIamInstanceProfileAssociationsResult {
|
|
3356
|
-
|
|
3357
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsResult) => any;
|
|
3358
|
-
}
|
|
3359
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
3360
|
-
|
|
3361
|
-
PrincipalArn: string | undefined;
|
|
3362
|
-
|
|
3363
|
-
Resource?: string;
|
|
3364
|
-
}
|
|
3365
|
-
export declare namespace DescribeIdentityIdFormatRequest {
|
|
3366
|
-
|
|
3367
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatRequest) => any;
|
|
3368
|
-
}
|
|
3369
|
-
export interface DescribeIdentityIdFormatResult {
|
|
3370
|
-
|
|
3371
|
-
Statuses?: IdFormat[];
|
|
3372
|
-
}
|
|
3373
|
-
export declare namespace DescribeIdentityIdFormatResult {
|
|
3374
|
-
|
|
3375
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatResult) => any;
|
|
3376
|
-
}
|
|
3377
|
-
export interface DescribeIdFormatRequest {
|
|
3378
|
-
|
|
3379
|
-
Resource?: string;
|
|
3380
|
-
}
|
|
3381
|
-
export declare namespace DescribeIdFormatRequest {
|
|
3382
|
-
|
|
3383
|
-
const filterSensitiveLog: (obj: DescribeIdFormatRequest) => any;
|
|
3384
|
-
}
|
|
3385
|
-
export interface DescribeIdFormatResult {
|
|
3386
|
-
|
|
3387
|
-
Statuses?: IdFormat[];
|
|
3388
|
-
}
|
|
3389
|
-
export declare namespace DescribeIdFormatResult {
|
|
3390
|
-
|
|
3391
|
-
const filterSensitiveLog: (obj: DescribeIdFormatResult) => any;
|
|
3392
|
-
}
|
|
3393
|
-
export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport";
|
|
3394
|
-
|
|
3395
|
-
export interface DescribeImageAttributeRequest {
|
|
3396
|
-
|
|
3397
|
-
Attribute: ImageAttributeName | string | undefined;
|
|
3398
|
-
|
|
3399
|
-
ImageId: string | undefined;
|
|
3400
|
-
|
|
3401
|
-
DryRun?: boolean;
|
|
3402
|
-
}
|
|
3403
|
-
export declare namespace DescribeImageAttributeRequest {
|
|
3404
|
-
|
|
3405
|
-
const filterSensitiveLog: (obj: DescribeImageAttributeRequest) => any;
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
export interface LaunchPermission {
|
|
3409
|
-
|
|
3410
|
-
Group?: PermissionGroup | string;
|
|
3411
|
-
|
|
3412
|
-
UserId?: string;
|
|
3413
|
-
}
|
|
3414
|
-
export declare namespace LaunchPermission {
|
|
3415
|
-
|
|
3416
|
-
const filterSensitiveLog: (obj: LaunchPermission) => any;
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
export interface ImageAttribute {
|
|
3420
|
-
|
|
3421
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3422
|
-
|
|
3423
|
-
ImageId?: string;
|
|
3424
|
-
|
|
3425
|
-
LaunchPermissions?: LaunchPermission[];
|
|
3426
|
-
|
|
3427
|
-
ProductCodes?: ProductCode[];
|
|
3428
|
-
|
|
3429
|
-
Description?: AttributeValue;
|
|
3430
|
-
|
|
3431
|
-
KernelId?: AttributeValue;
|
|
3432
|
-
|
|
3433
|
-
RamdiskId?: AttributeValue;
|
|
3434
|
-
|
|
3435
|
-
SriovNetSupport?: AttributeValue;
|
|
3436
|
-
|
|
3437
|
-
BootMode?: AttributeValue;
|
|
3438
|
-
}
|
|
3439
|
-
export declare namespace ImageAttribute {
|
|
3440
|
-
|
|
3441
|
-
const filterSensitiveLog: (obj: ImageAttribute) => any;
|
|
3442
|
-
}
|
|
3443
|
-
export interface DescribeImagesRequest {
|
|
3444
|
-
|
|
3445
|
-
ExecutableUsers?: string[];
|
|
3446
|
-
|
|
3447
|
-
Filters?: Filter[];
|
|
3448
|
-
|
|
3449
|
-
ImageIds?: string[];
|
|
3450
|
-
|
|
3451
|
-
Owners?: string[];
|
|
3452
|
-
|
|
3453
|
-
IncludeDeprecated?: boolean;
|
|
3454
|
-
|
|
3455
|
-
DryRun?: boolean;
|
|
3456
|
-
}
|
|
3457
|
-
export declare namespace DescribeImagesRequest {
|
|
3458
|
-
|
|
3459
|
-
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
3460
|
-
}
|
|
3461
|
-
export declare type ArchitectureValues = "arm64" | "i386" | "x86_64" | "x86_64_mac";
|
|
3462
|
-
export declare type BootModeValues = "legacy-bios" | "uefi";
|
|
3463
|
-
export declare type HypervisorType = "ovm" | "xen";
|
|
3464
|
-
export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
|
|
3465
|
-
export declare type DeviceType = "ebs" | "instance-store";
|
|
3466
|
-
export declare type ImageState = "available" | "deregistered" | "error" | "failed" | "invalid" | "pending" | "transient";
|
|
3467
|
-
|
|
3468
|
-
export interface StateReason {
|
|
3469
|
-
|
|
3470
|
-
Code?: string;
|
|
3471
|
-
|
|
3472
|
-
Message?: string;
|
|
3473
|
-
}
|
|
3474
|
-
export declare namespace StateReason {
|
|
3475
|
-
|
|
3476
|
-
const filterSensitiveLog: (obj: StateReason) => any;
|
|
3477
|
-
}
|
|
3478
|
-
export declare type VirtualizationType = "hvm" | "paravirtual";
|
|
3479
|
-
|
|
3480
|
-
export interface Image {
|
|
3481
|
-
|
|
3482
|
-
Architecture?: ArchitectureValues | string;
|
|
3483
|
-
|
|
3484
|
-
CreationDate?: string;
|
|
3485
|
-
|
|
3486
|
-
ImageId?: string;
|
|
3487
|
-
|
|
3488
|
-
ImageLocation?: string;
|
|
3489
|
-
|
|
3490
|
-
ImageType?: ImageTypeValues | string;
|
|
3491
|
-
|
|
3492
|
-
Public?: boolean;
|
|
3493
|
-
|
|
3494
|
-
KernelId?: string;
|
|
3495
|
-
|
|
3496
|
-
OwnerId?: string;
|
|
3497
|
-
|
|
3498
|
-
Platform?: PlatformValues | string;
|
|
3499
|
-
|
|
3500
|
-
PlatformDetails?: string;
|
|
3501
|
-
|
|
3502
|
-
UsageOperation?: string;
|
|
3503
|
-
|
|
3504
|
-
ProductCodes?: ProductCode[];
|
|
3505
|
-
|
|
3506
|
-
RamdiskId?: string;
|
|
3507
|
-
|
|
3508
|
-
State?: ImageState | string;
|
|
3509
|
-
|
|
3510
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3511
|
-
|
|
3512
|
-
Description?: string;
|
|
3513
|
-
|
|
3514
|
-
EnaSupport?: boolean;
|
|
3515
|
-
|
|
3516
|
-
Hypervisor?: HypervisorType | string;
|
|
3517
|
-
|
|
3518
|
-
ImageOwnerAlias?: string;
|
|
3519
|
-
|
|
3520
|
-
Name?: string;
|
|
3521
|
-
|
|
3522
|
-
RootDeviceName?: string;
|
|
3523
|
-
|
|
3524
|
-
RootDeviceType?: DeviceType | string;
|
|
3525
|
-
|
|
3526
|
-
SriovNetSupport?: string;
|
|
3527
|
-
|
|
3528
|
-
StateReason?: StateReason;
|
|
3529
|
-
|
|
3530
|
-
Tags?: Tag[];
|
|
3531
|
-
|
|
3532
|
-
VirtualizationType?: VirtualizationType | string;
|
|
3533
|
-
|
|
3534
|
-
BootMode?: BootModeValues | string;
|
|
3535
|
-
|
|
3536
|
-
DeprecationTime?: string;
|
|
3537
|
-
}
|
|
3538
|
-
export declare namespace Image {
|
|
3539
|
-
|
|
3540
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
3541
|
-
}
|
|
3542
|
-
export interface DescribeImagesResult {
|
|
3543
|
-
|
|
3544
|
-
Images?: Image[];
|
|
3545
|
-
}
|
|
3546
|
-
export declare namespace DescribeImagesResult {
|
|
3547
|
-
|
|
3548
|
-
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
3549
|
-
}
|
|
3550
|
-
export interface DescribeImportImageTasksRequest {
|
|
3551
|
-
|
|
3552
|
-
DryRun?: boolean;
|
|
3553
|
-
|
|
3554
|
-
Filters?: Filter[];
|
|
3555
|
-
|
|
3556
|
-
ImportTaskIds?: string[];
|
|
3557
|
-
|
|
3558
|
-
MaxResults?: number;
|
|
3559
|
-
|
|
3560
|
-
NextToken?: string;
|
|
3561
|
-
}
|
|
3562
|
-
export declare namespace DescribeImportImageTasksRequest {
|
|
3563
|
-
|
|
3564
|
-
const filterSensitiveLog: (obj: DescribeImportImageTasksRequest) => any;
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
|
-
export interface ImportImageLicenseConfigurationResponse {
|
|
3568
|
-
|
|
3569
|
-
LicenseConfigurationArn?: string;
|
|
3570
|
-
}
|
|
3571
|
-
export declare namespace ImportImageLicenseConfigurationResponse {
|
|
3572
|
-
|
|
3573
|
-
const filterSensitiveLog: (obj: ImportImageLicenseConfigurationResponse) => any;
|
|
3574
|
-
}
|