@aws-sdk/client-ec2 3.50.0 → 3.53.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 +31 -0
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/EC2ServiceException.js +11 -0
- package/dist-cjs/protocols/Aws_ec2.js +2085 -5210
- package/dist-es/endpoints.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/EC2ServiceException.js +12 -0
- package/dist-es/protocols/Aws_ec2.js +4170 -3648
- package/dist-types/EC2.d.ts +7 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/EC2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +16 -14
- package/dist-types/models/models_2.d.ts +10 -10
- package/dist-types/models/models_3.d.ts +104 -22
- package/dist-types/models/models_4.d.ts +5 -19
- package/dist-types/models/models_6.d.ts +28 -0
- package/dist-types/ts3.4/EC2.d.ts +2610 -0
- package/dist-types/ts3.4/EC2Client.d.ts +594 -0
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +521 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3401 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3934 -0
- package/dist-types/ts3.4/models/models_2.d.ts +3427 -0
- package/dist-types/ts3.4/models/models_3.d.ts +3964 -0
- package/dist-types/ts3.4/models/models_4.d.ts +3933 -0
- package/dist-types/ts3.4/models/models_5.d.ts +3837 -0
- package/dist-types/ts3.4/models/models_6.d.ts +1068 -0
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +119 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +1565 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +33 -0
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +7 -0
- package/package.json +35 -35
|
@@ -0,0 +1,3934 @@
|
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbpsRequest, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateSpecificationRequest, HostnameType, InstanceEventWindow, InstanceGeneration, InternetGatewayAttachment, Ipv4PrefixSpecification, LocalStorage, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentState, UnsuccessfulItem, WeekDay } from "./models_0";
|
|
2
|
+
export declare enum LocalStorageType {
|
|
3
|
+
HDD = "hdd",
|
|
4
|
+
SSD = "ssd"
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export interface MemoryGiBPerVCpuRequest {
|
|
8
|
+
|
|
9
|
+
Min?: number;
|
|
10
|
+
|
|
11
|
+
Max?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare namespace MemoryGiBPerVCpuRequest {
|
|
14
|
+
|
|
15
|
+
const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface MemoryMiBRequest {
|
|
19
|
+
|
|
20
|
+
Min: number | undefined;
|
|
21
|
+
|
|
22
|
+
Max?: number;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace MemoryMiBRequest {
|
|
25
|
+
|
|
26
|
+
const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface NetworkInterfaceCountRequest {
|
|
30
|
+
|
|
31
|
+
Min?: number;
|
|
32
|
+
|
|
33
|
+
Max?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace NetworkInterfaceCountRequest {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface TotalLocalStorageGBRequest {
|
|
41
|
+
|
|
42
|
+
Min?: number;
|
|
43
|
+
|
|
44
|
+
Max?: number;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace TotalLocalStorageGBRequest {
|
|
47
|
+
|
|
48
|
+
const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface VCpuCountRangeRequest {
|
|
52
|
+
|
|
53
|
+
Min: number | undefined;
|
|
54
|
+
|
|
55
|
+
Max?: number;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace VCpuCountRangeRequest {
|
|
58
|
+
|
|
59
|
+
const filterSensitiveLog: (obj: VCpuCountRangeRequest) => any;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface InstanceRequirementsRequest {
|
|
63
|
+
|
|
64
|
+
VCpuCount: VCpuCountRangeRequest | undefined;
|
|
65
|
+
|
|
66
|
+
MemoryMiB: MemoryMiBRequest | undefined;
|
|
67
|
+
|
|
68
|
+
CpuManufacturers?: (CpuManufacturer | string)[];
|
|
69
|
+
|
|
70
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
|
|
71
|
+
|
|
72
|
+
ExcludedInstanceTypes?: string[];
|
|
73
|
+
|
|
74
|
+
InstanceGenerations?: (InstanceGeneration | string)[];
|
|
75
|
+
|
|
76
|
+
SpotMaxPricePercentageOverLowestPrice?: number;
|
|
77
|
+
|
|
78
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
|
79
|
+
|
|
80
|
+
BareMetal?: BareMetal | string;
|
|
81
|
+
|
|
82
|
+
BurstablePerformance?: BurstablePerformance | string;
|
|
83
|
+
|
|
84
|
+
RequireHibernateSupport?: boolean;
|
|
85
|
+
|
|
86
|
+
NetworkInterfaceCount?: NetworkInterfaceCountRequest;
|
|
87
|
+
|
|
88
|
+
LocalStorage?: LocalStorage | string;
|
|
89
|
+
|
|
90
|
+
LocalStorageTypes?: (LocalStorageType | string)[];
|
|
91
|
+
|
|
92
|
+
TotalLocalStorageGB?: TotalLocalStorageGBRequest;
|
|
93
|
+
|
|
94
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
|
|
95
|
+
|
|
96
|
+
AcceleratorTypes?: (AcceleratorType | string)[];
|
|
97
|
+
|
|
98
|
+
AcceleratorCount?: AcceleratorCountRequest;
|
|
99
|
+
|
|
100
|
+
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
101
|
+
|
|
102
|
+
AcceleratorNames?: (AcceleratorName | string)[];
|
|
103
|
+
|
|
104
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace InstanceRequirementsRequest {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: InstanceRequirementsRequest) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface Placement {
|
|
112
|
+
|
|
113
|
+
AvailabilityZone?: string;
|
|
114
|
+
|
|
115
|
+
Affinity?: string;
|
|
116
|
+
|
|
117
|
+
GroupName?: string;
|
|
118
|
+
|
|
119
|
+
PartitionNumber?: number;
|
|
120
|
+
|
|
121
|
+
HostId?: string;
|
|
122
|
+
|
|
123
|
+
Tenancy?: Tenancy | string;
|
|
124
|
+
|
|
125
|
+
SpreadDomain?: string;
|
|
126
|
+
|
|
127
|
+
HostResourceGroupArn?: string;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace Placement {
|
|
130
|
+
|
|
131
|
+
const filterSensitiveLog: (obj: Placement) => any;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface FleetLaunchTemplateOverridesRequest {
|
|
135
|
+
|
|
136
|
+
InstanceType?: _InstanceType | string;
|
|
137
|
+
|
|
138
|
+
MaxPrice?: string;
|
|
139
|
+
|
|
140
|
+
SubnetId?: string;
|
|
141
|
+
|
|
142
|
+
AvailabilityZone?: string;
|
|
143
|
+
|
|
144
|
+
WeightedCapacity?: number;
|
|
145
|
+
|
|
146
|
+
Priority?: number;
|
|
147
|
+
|
|
148
|
+
Placement?: Placement;
|
|
149
|
+
|
|
150
|
+
InstanceRequirements?: InstanceRequirementsRequest;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace FleetLaunchTemplateOverridesRequest {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateOverridesRequest) => any;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export interface FleetLaunchTemplateConfigRequest {
|
|
158
|
+
|
|
159
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest;
|
|
160
|
+
|
|
161
|
+
Overrides?: FleetLaunchTemplateOverridesRequest[];
|
|
162
|
+
}
|
|
163
|
+
export declare namespace FleetLaunchTemplateConfigRequest {
|
|
164
|
+
|
|
165
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateConfigRequest) => any;
|
|
166
|
+
}
|
|
167
|
+
export declare enum FleetOnDemandAllocationStrategy {
|
|
168
|
+
LOWEST_PRICE = "lowest-price",
|
|
169
|
+
PRIORITIZED = "prioritized"
|
|
170
|
+
}
|
|
171
|
+
export declare enum FleetCapacityReservationUsageStrategy {
|
|
172
|
+
USE_CAPACITY_RESERVATIONS_FIRST = "use-capacity-reservations-first"
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export interface CapacityReservationOptionsRequest {
|
|
176
|
+
|
|
177
|
+
UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace CapacityReservationOptionsRequest {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: CapacityReservationOptionsRequest) => any;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface OnDemandOptionsRequest {
|
|
185
|
+
|
|
186
|
+
AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
|
|
187
|
+
|
|
188
|
+
CapacityReservationOptions?: CapacityReservationOptionsRequest;
|
|
189
|
+
|
|
190
|
+
SingleInstanceType?: boolean;
|
|
191
|
+
|
|
192
|
+
SingleAvailabilityZone?: boolean;
|
|
193
|
+
|
|
194
|
+
MinTargetCapacity?: number;
|
|
195
|
+
|
|
196
|
+
MaxTotalPrice?: string;
|
|
197
|
+
}
|
|
198
|
+
export declare namespace OnDemandOptionsRequest {
|
|
199
|
+
|
|
200
|
+
const filterSensitiveLog: (obj: OnDemandOptionsRequest) => any;
|
|
201
|
+
}
|
|
202
|
+
export declare enum SpotAllocationStrategy {
|
|
203
|
+
CAPACITY_OPTIMIZED = "capacity-optimized",
|
|
204
|
+
CAPACITY_OPTIMIZED_PRIORITIZED = "capacity-optimized-prioritized",
|
|
205
|
+
DIVERSIFIED = "diversified",
|
|
206
|
+
LOWEST_PRICE = "lowest-price"
|
|
207
|
+
}
|
|
208
|
+
export declare type SpotInstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
|
|
209
|
+
export declare enum FleetReplacementStrategy {
|
|
210
|
+
LAUNCH = "launch",
|
|
211
|
+
LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export interface FleetSpotCapacityRebalanceRequest {
|
|
215
|
+
|
|
216
|
+
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
217
|
+
|
|
218
|
+
TerminationDelay?: number;
|
|
219
|
+
}
|
|
220
|
+
export declare namespace FleetSpotCapacityRebalanceRequest {
|
|
221
|
+
|
|
222
|
+
const filterSensitiveLog: (obj: FleetSpotCapacityRebalanceRequest) => any;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export interface FleetSpotMaintenanceStrategiesRequest {
|
|
226
|
+
|
|
227
|
+
CapacityRebalance?: FleetSpotCapacityRebalanceRequest;
|
|
228
|
+
}
|
|
229
|
+
export declare namespace FleetSpotMaintenanceStrategiesRequest {
|
|
230
|
+
|
|
231
|
+
const filterSensitiveLog: (obj: FleetSpotMaintenanceStrategiesRequest) => any;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface SpotOptionsRequest {
|
|
235
|
+
|
|
236
|
+
AllocationStrategy?: SpotAllocationStrategy | string;
|
|
237
|
+
|
|
238
|
+
MaintenanceStrategies?: FleetSpotMaintenanceStrategiesRequest;
|
|
239
|
+
|
|
240
|
+
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
|
|
241
|
+
|
|
242
|
+
InstancePoolsToUseCount?: number;
|
|
243
|
+
|
|
244
|
+
SingleInstanceType?: boolean;
|
|
245
|
+
|
|
246
|
+
SingleAvailabilityZone?: boolean;
|
|
247
|
+
|
|
248
|
+
MinTargetCapacity?: number;
|
|
249
|
+
|
|
250
|
+
MaxTotalPrice?: string;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace SpotOptionsRequest {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: SpotOptionsRequest) => any;
|
|
255
|
+
}
|
|
256
|
+
export declare enum DefaultTargetCapacityType {
|
|
257
|
+
ON_DEMAND = "on-demand",
|
|
258
|
+
SPOT = "spot"
|
|
259
|
+
}
|
|
260
|
+
export declare enum TargetCapacityUnitType {
|
|
261
|
+
MEMORY_MIB = "memory-mib",
|
|
262
|
+
UNITS = "units",
|
|
263
|
+
VCPU = "vcpu"
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface TargetCapacitySpecificationRequest {
|
|
267
|
+
|
|
268
|
+
TotalTargetCapacity: number | undefined;
|
|
269
|
+
|
|
270
|
+
OnDemandTargetCapacity?: number;
|
|
271
|
+
|
|
272
|
+
SpotTargetCapacity?: number;
|
|
273
|
+
|
|
274
|
+
DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
|
|
275
|
+
|
|
276
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace TargetCapacitySpecificationRequest {
|
|
279
|
+
|
|
280
|
+
const filterSensitiveLog: (obj: TargetCapacitySpecificationRequest) => any;
|
|
281
|
+
}
|
|
282
|
+
export declare enum FleetType {
|
|
283
|
+
INSTANT = "instant",
|
|
284
|
+
MAINTAIN = "maintain",
|
|
285
|
+
REQUEST = "request"
|
|
286
|
+
}
|
|
287
|
+
export interface CreateFleetRequest {
|
|
288
|
+
|
|
289
|
+
DryRun?: boolean;
|
|
290
|
+
|
|
291
|
+
ClientToken?: string;
|
|
292
|
+
|
|
293
|
+
SpotOptions?: SpotOptionsRequest;
|
|
294
|
+
|
|
295
|
+
OnDemandOptions?: OnDemandOptionsRequest;
|
|
296
|
+
|
|
297
|
+
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | string;
|
|
298
|
+
|
|
299
|
+
LaunchTemplateConfigs: FleetLaunchTemplateConfigRequest[] | undefined;
|
|
300
|
+
|
|
301
|
+
TargetCapacitySpecification: TargetCapacitySpecificationRequest | undefined;
|
|
302
|
+
|
|
303
|
+
TerminateInstancesWithExpiration?: boolean;
|
|
304
|
+
|
|
305
|
+
Type?: FleetType | string;
|
|
306
|
+
|
|
307
|
+
ValidFrom?: Date;
|
|
308
|
+
|
|
309
|
+
ValidUntil?: Date;
|
|
310
|
+
|
|
311
|
+
ReplaceUnhealthyInstances?: boolean;
|
|
312
|
+
|
|
313
|
+
TagSpecifications?: TagSpecification[];
|
|
314
|
+
|
|
315
|
+
Context?: string;
|
|
316
|
+
}
|
|
317
|
+
export declare namespace CreateFleetRequest {
|
|
318
|
+
|
|
319
|
+
const filterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface FleetLaunchTemplateSpecification {
|
|
323
|
+
|
|
324
|
+
LaunchTemplateId?: string;
|
|
325
|
+
|
|
326
|
+
LaunchTemplateName?: string;
|
|
327
|
+
|
|
328
|
+
Version?: string;
|
|
329
|
+
}
|
|
330
|
+
export declare namespace FleetLaunchTemplateSpecification {
|
|
331
|
+
|
|
332
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecification) => any;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface BaselineEbsBandwidthMbps {
|
|
336
|
+
|
|
337
|
+
Min?: number;
|
|
338
|
+
|
|
339
|
+
Max?: number;
|
|
340
|
+
}
|
|
341
|
+
export declare namespace BaselineEbsBandwidthMbps {
|
|
342
|
+
|
|
343
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbps) => any;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export interface MemoryGiBPerVCpu {
|
|
347
|
+
|
|
348
|
+
Min?: number;
|
|
349
|
+
|
|
350
|
+
Max?: number;
|
|
351
|
+
}
|
|
352
|
+
export declare namespace MemoryGiBPerVCpu {
|
|
353
|
+
|
|
354
|
+
const filterSensitiveLog: (obj: MemoryGiBPerVCpu) => any;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface MemoryMiB {
|
|
358
|
+
|
|
359
|
+
Min?: number;
|
|
360
|
+
|
|
361
|
+
Max?: number;
|
|
362
|
+
}
|
|
363
|
+
export declare namespace MemoryMiB {
|
|
364
|
+
|
|
365
|
+
const filterSensitiveLog: (obj: MemoryMiB) => any;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export interface NetworkInterfaceCount {
|
|
369
|
+
|
|
370
|
+
Min?: number;
|
|
371
|
+
|
|
372
|
+
Max?: number;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace NetworkInterfaceCount {
|
|
375
|
+
|
|
376
|
+
const filterSensitiveLog: (obj: NetworkInterfaceCount) => any;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface TotalLocalStorageGB {
|
|
380
|
+
|
|
381
|
+
Min?: number;
|
|
382
|
+
|
|
383
|
+
Max?: number;
|
|
384
|
+
}
|
|
385
|
+
export declare namespace TotalLocalStorageGB {
|
|
386
|
+
|
|
387
|
+
const filterSensitiveLog: (obj: TotalLocalStorageGB) => any;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
export interface VCpuCountRange {
|
|
391
|
+
|
|
392
|
+
Min?: number;
|
|
393
|
+
|
|
394
|
+
Max?: number;
|
|
395
|
+
}
|
|
396
|
+
export declare namespace VCpuCountRange {
|
|
397
|
+
|
|
398
|
+
const filterSensitiveLog: (obj: VCpuCountRange) => any;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface InstanceRequirements {
|
|
402
|
+
|
|
403
|
+
VCpuCount?: VCpuCountRange;
|
|
404
|
+
|
|
405
|
+
MemoryMiB?: MemoryMiB;
|
|
406
|
+
|
|
407
|
+
CpuManufacturers?: (CpuManufacturer | string)[];
|
|
408
|
+
|
|
409
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpu;
|
|
410
|
+
|
|
411
|
+
ExcludedInstanceTypes?: string[];
|
|
412
|
+
|
|
413
|
+
InstanceGenerations?: (InstanceGeneration | string)[];
|
|
414
|
+
|
|
415
|
+
SpotMaxPricePercentageOverLowestPrice?: number;
|
|
416
|
+
|
|
417
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
|
418
|
+
|
|
419
|
+
BareMetal?: BareMetal | string;
|
|
420
|
+
|
|
421
|
+
BurstablePerformance?: BurstablePerformance | string;
|
|
422
|
+
|
|
423
|
+
RequireHibernateSupport?: boolean;
|
|
424
|
+
|
|
425
|
+
NetworkInterfaceCount?: NetworkInterfaceCount;
|
|
426
|
+
|
|
427
|
+
LocalStorage?: LocalStorage | string;
|
|
428
|
+
|
|
429
|
+
LocalStorageTypes?: (LocalStorageType | string)[];
|
|
430
|
+
|
|
431
|
+
TotalLocalStorageGB?: TotalLocalStorageGB;
|
|
432
|
+
|
|
433
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbps;
|
|
434
|
+
|
|
435
|
+
AcceleratorTypes?: (AcceleratorType | string)[];
|
|
436
|
+
|
|
437
|
+
AcceleratorCount?: AcceleratorCount;
|
|
438
|
+
|
|
439
|
+
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
440
|
+
|
|
441
|
+
AcceleratorNames?: (AcceleratorName | string)[];
|
|
442
|
+
|
|
443
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
|
|
444
|
+
}
|
|
445
|
+
export declare namespace InstanceRequirements {
|
|
446
|
+
|
|
447
|
+
const filterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface PlacementResponse {
|
|
451
|
+
|
|
452
|
+
GroupName?: string;
|
|
453
|
+
}
|
|
454
|
+
export declare namespace PlacementResponse {
|
|
455
|
+
|
|
456
|
+
const filterSensitiveLog: (obj: PlacementResponse) => any;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface FleetLaunchTemplateOverrides {
|
|
460
|
+
|
|
461
|
+
InstanceType?: _InstanceType | string;
|
|
462
|
+
|
|
463
|
+
MaxPrice?: string;
|
|
464
|
+
|
|
465
|
+
SubnetId?: string;
|
|
466
|
+
|
|
467
|
+
AvailabilityZone?: string;
|
|
468
|
+
|
|
469
|
+
WeightedCapacity?: number;
|
|
470
|
+
|
|
471
|
+
Priority?: number;
|
|
472
|
+
|
|
473
|
+
Placement?: PlacementResponse;
|
|
474
|
+
|
|
475
|
+
InstanceRequirements?: InstanceRequirements;
|
|
476
|
+
}
|
|
477
|
+
export declare namespace FleetLaunchTemplateOverrides {
|
|
478
|
+
|
|
479
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateOverrides) => any;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export interface LaunchTemplateAndOverridesResponse {
|
|
483
|
+
|
|
484
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
|
|
485
|
+
|
|
486
|
+
Overrides?: FleetLaunchTemplateOverrides;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace LaunchTemplateAndOverridesResponse {
|
|
489
|
+
|
|
490
|
+
const filterSensitiveLog: (obj: LaunchTemplateAndOverridesResponse) => any;
|
|
491
|
+
}
|
|
492
|
+
export declare enum InstanceLifecycle {
|
|
493
|
+
ON_DEMAND = "on-demand",
|
|
494
|
+
SPOT = "spot"
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export interface CreateFleetError {
|
|
498
|
+
|
|
499
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
500
|
+
|
|
501
|
+
Lifecycle?: InstanceLifecycle | string;
|
|
502
|
+
|
|
503
|
+
ErrorCode?: string;
|
|
504
|
+
|
|
505
|
+
ErrorMessage?: string;
|
|
506
|
+
}
|
|
507
|
+
export declare namespace CreateFleetError {
|
|
508
|
+
|
|
509
|
+
const filterSensitiveLog: (obj: CreateFleetError) => any;
|
|
510
|
+
}
|
|
511
|
+
export declare type PlatformValues = "Windows";
|
|
512
|
+
|
|
513
|
+
export interface CreateFleetInstance {
|
|
514
|
+
|
|
515
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
516
|
+
|
|
517
|
+
Lifecycle?: InstanceLifecycle | string;
|
|
518
|
+
|
|
519
|
+
InstanceIds?: string[];
|
|
520
|
+
|
|
521
|
+
InstanceType?: _InstanceType | string;
|
|
522
|
+
|
|
523
|
+
Platform?: PlatformValues | string;
|
|
524
|
+
}
|
|
525
|
+
export declare namespace CreateFleetInstance {
|
|
526
|
+
|
|
527
|
+
const filterSensitiveLog: (obj: CreateFleetInstance) => any;
|
|
528
|
+
}
|
|
529
|
+
export interface CreateFleetResult {
|
|
530
|
+
|
|
531
|
+
FleetId?: string;
|
|
532
|
+
|
|
533
|
+
Errors?: CreateFleetError[];
|
|
534
|
+
|
|
535
|
+
Instances?: CreateFleetInstance[];
|
|
536
|
+
}
|
|
537
|
+
export declare namespace CreateFleetResult {
|
|
538
|
+
|
|
539
|
+
const filterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
540
|
+
}
|
|
541
|
+
export declare enum DestinationFileFormat {
|
|
542
|
+
parquet = "parquet",
|
|
543
|
+
plain_text = "plain-text"
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface DestinationOptionsRequest {
|
|
547
|
+
|
|
548
|
+
FileFormat?: DestinationFileFormat | string;
|
|
549
|
+
|
|
550
|
+
HiveCompatiblePartitions?: boolean;
|
|
551
|
+
|
|
552
|
+
PerHourPartition?: boolean;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace DestinationOptionsRequest {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
557
|
+
}
|
|
558
|
+
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
559
|
+
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
560
|
+
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
561
|
+
export interface CreateFlowLogsRequest {
|
|
562
|
+
|
|
563
|
+
DryRun?: boolean;
|
|
564
|
+
|
|
565
|
+
ClientToken?: string;
|
|
566
|
+
|
|
567
|
+
DeliverLogsPermissionArn?: string;
|
|
568
|
+
|
|
569
|
+
LogGroupName?: string;
|
|
570
|
+
|
|
571
|
+
ResourceIds: string[] | undefined;
|
|
572
|
+
|
|
573
|
+
ResourceType: FlowLogsResourceType | string | undefined;
|
|
574
|
+
|
|
575
|
+
TrafficType: TrafficType | string | undefined;
|
|
576
|
+
|
|
577
|
+
LogDestinationType?: LogDestinationType | string;
|
|
578
|
+
|
|
579
|
+
LogDestination?: string;
|
|
580
|
+
|
|
581
|
+
LogFormat?: string;
|
|
582
|
+
|
|
583
|
+
TagSpecifications?: TagSpecification[];
|
|
584
|
+
|
|
585
|
+
MaxAggregationInterval?: number;
|
|
586
|
+
|
|
587
|
+
DestinationOptions?: DestinationOptionsRequest;
|
|
588
|
+
}
|
|
589
|
+
export declare namespace CreateFlowLogsRequest {
|
|
590
|
+
|
|
591
|
+
const filterSensitiveLog: (obj: CreateFlowLogsRequest) => any;
|
|
592
|
+
}
|
|
593
|
+
export interface CreateFlowLogsResult {
|
|
594
|
+
|
|
595
|
+
ClientToken?: string;
|
|
596
|
+
|
|
597
|
+
FlowLogIds?: string[];
|
|
598
|
+
|
|
599
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
600
|
+
}
|
|
601
|
+
export declare namespace CreateFlowLogsResult {
|
|
602
|
+
|
|
603
|
+
const filterSensitiveLog: (obj: CreateFlowLogsResult) => any;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
export interface StorageLocation {
|
|
607
|
+
|
|
608
|
+
Bucket?: string;
|
|
609
|
+
|
|
610
|
+
Key?: string;
|
|
611
|
+
}
|
|
612
|
+
export declare namespace StorageLocation {
|
|
613
|
+
|
|
614
|
+
const filterSensitiveLog: (obj: StorageLocation) => any;
|
|
615
|
+
}
|
|
616
|
+
export interface CreateFpgaImageRequest {
|
|
617
|
+
|
|
618
|
+
DryRun?: boolean;
|
|
619
|
+
|
|
620
|
+
InputStorageLocation: StorageLocation | undefined;
|
|
621
|
+
|
|
622
|
+
LogsStorageLocation?: StorageLocation;
|
|
623
|
+
|
|
624
|
+
Description?: string;
|
|
625
|
+
|
|
626
|
+
Name?: string;
|
|
627
|
+
|
|
628
|
+
ClientToken?: string;
|
|
629
|
+
|
|
630
|
+
TagSpecifications?: TagSpecification[];
|
|
631
|
+
}
|
|
632
|
+
export declare namespace CreateFpgaImageRequest {
|
|
633
|
+
|
|
634
|
+
const filterSensitiveLog: (obj: CreateFpgaImageRequest) => any;
|
|
635
|
+
}
|
|
636
|
+
export interface CreateFpgaImageResult {
|
|
637
|
+
|
|
638
|
+
FpgaImageId?: string;
|
|
639
|
+
|
|
640
|
+
FpgaImageGlobalId?: string;
|
|
641
|
+
}
|
|
642
|
+
export declare namespace CreateFpgaImageResult {
|
|
643
|
+
|
|
644
|
+
const filterSensitiveLog: (obj: CreateFpgaImageResult) => any;
|
|
645
|
+
}
|
|
646
|
+
export declare type VolumeType = "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard";
|
|
647
|
+
|
|
648
|
+
export interface EbsBlockDevice {
|
|
649
|
+
|
|
650
|
+
DeleteOnTermination?: boolean;
|
|
651
|
+
|
|
652
|
+
Iops?: number;
|
|
653
|
+
|
|
654
|
+
SnapshotId?: string;
|
|
655
|
+
|
|
656
|
+
VolumeSize?: number;
|
|
657
|
+
|
|
658
|
+
VolumeType?: VolumeType | string;
|
|
659
|
+
|
|
660
|
+
KmsKeyId?: string;
|
|
661
|
+
|
|
662
|
+
Throughput?: number;
|
|
663
|
+
|
|
664
|
+
OutpostArn?: string;
|
|
665
|
+
|
|
666
|
+
Encrypted?: boolean;
|
|
667
|
+
}
|
|
668
|
+
export declare namespace EbsBlockDevice {
|
|
669
|
+
|
|
670
|
+
const filterSensitiveLog: (obj: EbsBlockDevice) => any;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export interface BlockDeviceMapping {
|
|
674
|
+
|
|
675
|
+
DeviceName?: string;
|
|
676
|
+
|
|
677
|
+
VirtualName?: string;
|
|
678
|
+
|
|
679
|
+
Ebs?: EbsBlockDevice;
|
|
680
|
+
|
|
681
|
+
NoDevice?: string;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace BlockDeviceMapping {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
686
|
+
}
|
|
687
|
+
export interface CreateImageRequest {
|
|
688
|
+
|
|
689
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
690
|
+
|
|
691
|
+
Description?: string;
|
|
692
|
+
|
|
693
|
+
DryRun?: boolean;
|
|
694
|
+
|
|
695
|
+
InstanceId: string | undefined;
|
|
696
|
+
|
|
697
|
+
Name: string | undefined;
|
|
698
|
+
|
|
699
|
+
NoReboot?: boolean;
|
|
700
|
+
|
|
701
|
+
TagSpecifications?: TagSpecification[];
|
|
702
|
+
}
|
|
703
|
+
export declare namespace CreateImageRequest {
|
|
704
|
+
|
|
705
|
+
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
706
|
+
}
|
|
707
|
+
export interface CreateImageResult {
|
|
708
|
+
|
|
709
|
+
ImageId?: string;
|
|
710
|
+
}
|
|
711
|
+
export declare namespace CreateImageResult {
|
|
712
|
+
|
|
713
|
+
const filterSensitiveLog: (obj: CreateImageResult) => any;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export interface InstanceEventWindowTimeRangeRequest {
|
|
717
|
+
|
|
718
|
+
StartWeekDay?: WeekDay | string;
|
|
719
|
+
|
|
720
|
+
StartHour?: number;
|
|
721
|
+
|
|
722
|
+
EndWeekDay?: WeekDay | string;
|
|
723
|
+
|
|
724
|
+
EndHour?: number;
|
|
725
|
+
}
|
|
726
|
+
export declare namespace InstanceEventWindowTimeRangeRequest {
|
|
727
|
+
|
|
728
|
+
const filterSensitiveLog: (obj: InstanceEventWindowTimeRangeRequest) => any;
|
|
729
|
+
}
|
|
730
|
+
export interface CreateInstanceEventWindowRequest {
|
|
731
|
+
|
|
732
|
+
DryRun?: boolean;
|
|
733
|
+
|
|
734
|
+
Name?: string;
|
|
735
|
+
|
|
736
|
+
TimeRanges?: InstanceEventWindowTimeRangeRequest[];
|
|
737
|
+
|
|
738
|
+
CronExpression?: string;
|
|
739
|
+
|
|
740
|
+
TagSpecifications?: TagSpecification[];
|
|
741
|
+
}
|
|
742
|
+
export declare namespace CreateInstanceEventWindowRequest {
|
|
743
|
+
|
|
744
|
+
const filterSensitiveLog: (obj: CreateInstanceEventWindowRequest) => any;
|
|
745
|
+
}
|
|
746
|
+
export interface CreateInstanceEventWindowResult {
|
|
747
|
+
|
|
748
|
+
InstanceEventWindow?: InstanceEventWindow;
|
|
749
|
+
}
|
|
750
|
+
export declare namespace CreateInstanceEventWindowResult {
|
|
751
|
+
|
|
752
|
+
const filterSensitiveLog: (obj: CreateInstanceEventWindowResult) => any;
|
|
753
|
+
}
|
|
754
|
+
export declare type ContainerFormat = "ova";
|
|
755
|
+
export declare type DiskImageFormat = "RAW" | "VHD" | "VMDK";
|
|
756
|
+
|
|
757
|
+
export interface ExportToS3TaskSpecification {
|
|
758
|
+
|
|
759
|
+
ContainerFormat?: ContainerFormat | string;
|
|
760
|
+
|
|
761
|
+
DiskImageFormat?: DiskImageFormat | string;
|
|
762
|
+
|
|
763
|
+
S3Bucket?: string;
|
|
764
|
+
|
|
765
|
+
S3Prefix?: string;
|
|
766
|
+
}
|
|
767
|
+
export declare namespace ExportToS3TaskSpecification {
|
|
768
|
+
|
|
769
|
+
const filterSensitiveLog: (obj: ExportToS3TaskSpecification) => any;
|
|
770
|
+
}
|
|
771
|
+
export declare type ExportEnvironment = "citrix" | "microsoft" | "vmware";
|
|
772
|
+
export interface CreateInstanceExportTaskRequest {
|
|
773
|
+
|
|
774
|
+
Description?: string;
|
|
775
|
+
|
|
776
|
+
ExportToS3Task: ExportToS3TaskSpecification | undefined;
|
|
777
|
+
|
|
778
|
+
InstanceId: string | undefined;
|
|
779
|
+
|
|
780
|
+
TargetEnvironment: ExportEnvironment | string | undefined;
|
|
781
|
+
|
|
782
|
+
TagSpecifications?: TagSpecification[];
|
|
783
|
+
}
|
|
784
|
+
export declare namespace CreateInstanceExportTaskRequest {
|
|
785
|
+
|
|
786
|
+
const filterSensitiveLog: (obj: CreateInstanceExportTaskRequest) => any;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export interface ExportToS3Task {
|
|
790
|
+
|
|
791
|
+
ContainerFormat?: ContainerFormat | string;
|
|
792
|
+
|
|
793
|
+
DiskImageFormat?: DiskImageFormat | string;
|
|
794
|
+
|
|
795
|
+
S3Bucket?: string;
|
|
796
|
+
|
|
797
|
+
S3Key?: string;
|
|
798
|
+
}
|
|
799
|
+
export declare namespace ExportToS3Task {
|
|
800
|
+
|
|
801
|
+
const filterSensitiveLog: (obj: ExportToS3Task) => any;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export interface InstanceExportDetails {
|
|
805
|
+
|
|
806
|
+
InstanceId?: string;
|
|
807
|
+
|
|
808
|
+
TargetEnvironment?: ExportEnvironment | string;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace InstanceExportDetails {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: InstanceExportDetails) => any;
|
|
813
|
+
}
|
|
814
|
+
export declare type ExportTaskState = "active" | "cancelled" | "cancelling" | "completed";
|
|
815
|
+
|
|
816
|
+
export interface ExportTask {
|
|
817
|
+
|
|
818
|
+
Description?: string;
|
|
819
|
+
|
|
820
|
+
ExportTaskId?: string;
|
|
821
|
+
|
|
822
|
+
ExportToS3Task?: ExportToS3Task;
|
|
823
|
+
|
|
824
|
+
InstanceExportDetails?: InstanceExportDetails;
|
|
825
|
+
|
|
826
|
+
State?: ExportTaskState | string;
|
|
827
|
+
|
|
828
|
+
StatusMessage?: string;
|
|
829
|
+
|
|
830
|
+
Tags?: Tag[];
|
|
831
|
+
}
|
|
832
|
+
export declare namespace ExportTask {
|
|
833
|
+
|
|
834
|
+
const filterSensitiveLog: (obj: ExportTask) => any;
|
|
835
|
+
}
|
|
836
|
+
export interface CreateInstanceExportTaskResult {
|
|
837
|
+
|
|
838
|
+
ExportTask?: ExportTask;
|
|
839
|
+
}
|
|
840
|
+
export declare namespace CreateInstanceExportTaskResult {
|
|
841
|
+
|
|
842
|
+
const filterSensitiveLog: (obj: CreateInstanceExportTaskResult) => any;
|
|
843
|
+
}
|
|
844
|
+
export interface CreateInternetGatewayRequest {
|
|
845
|
+
|
|
846
|
+
TagSpecifications?: TagSpecification[];
|
|
847
|
+
|
|
848
|
+
DryRun?: boolean;
|
|
849
|
+
}
|
|
850
|
+
export declare namespace CreateInternetGatewayRequest {
|
|
851
|
+
|
|
852
|
+
const filterSensitiveLog: (obj: CreateInternetGatewayRequest) => any;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export interface InternetGateway {
|
|
856
|
+
|
|
857
|
+
Attachments?: InternetGatewayAttachment[];
|
|
858
|
+
|
|
859
|
+
InternetGatewayId?: string;
|
|
860
|
+
|
|
861
|
+
OwnerId?: string;
|
|
862
|
+
|
|
863
|
+
Tags?: Tag[];
|
|
864
|
+
}
|
|
865
|
+
export declare namespace InternetGateway {
|
|
866
|
+
|
|
867
|
+
const filterSensitiveLog: (obj: InternetGateway) => any;
|
|
868
|
+
}
|
|
869
|
+
export interface CreateInternetGatewayResult {
|
|
870
|
+
|
|
871
|
+
InternetGateway?: InternetGateway;
|
|
872
|
+
}
|
|
873
|
+
export declare namespace CreateInternetGatewayResult {
|
|
874
|
+
|
|
875
|
+
const filterSensitiveLog: (obj: CreateInternetGatewayResult) => any;
|
|
876
|
+
}
|
|
877
|
+
export interface CreateIpamRequest {
|
|
878
|
+
|
|
879
|
+
DryRun?: boolean;
|
|
880
|
+
|
|
881
|
+
Description?: string;
|
|
882
|
+
|
|
883
|
+
OperatingRegions?: AddIpamOperatingRegion[];
|
|
884
|
+
|
|
885
|
+
TagSpecifications?: TagSpecification[];
|
|
886
|
+
|
|
887
|
+
ClientToken?: string;
|
|
888
|
+
}
|
|
889
|
+
export declare namespace CreateIpamRequest {
|
|
890
|
+
|
|
891
|
+
const filterSensitiveLog: (obj: CreateIpamRequest) => any;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export interface IpamOperatingRegion {
|
|
895
|
+
|
|
896
|
+
RegionName?: string;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace IpamOperatingRegion {
|
|
899
|
+
|
|
900
|
+
const filterSensitiveLog: (obj: IpamOperatingRegion) => any;
|
|
901
|
+
}
|
|
902
|
+
export declare enum IpamState {
|
|
903
|
+
create_complete = "create-complete",
|
|
904
|
+
create_failed = "create-failed",
|
|
905
|
+
create_in_progress = "create-in-progress",
|
|
906
|
+
delete_complete = "delete-complete",
|
|
907
|
+
delete_failed = "delete-failed",
|
|
908
|
+
delete_in_progress = "delete-in-progress",
|
|
909
|
+
modify_complete = "modify-complete",
|
|
910
|
+
modify_failed = "modify-failed",
|
|
911
|
+
modify_in_progress = "modify-in-progress"
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
export interface Ipam {
|
|
915
|
+
|
|
916
|
+
OwnerId?: string;
|
|
917
|
+
|
|
918
|
+
IpamId?: string;
|
|
919
|
+
|
|
920
|
+
IpamArn?: string;
|
|
921
|
+
|
|
922
|
+
IpamRegion?: string;
|
|
923
|
+
|
|
924
|
+
PublicDefaultScopeId?: string;
|
|
925
|
+
|
|
926
|
+
PrivateDefaultScopeId?: string;
|
|
927
|
+
|
|
928
|
+
ScopeCount?: number;
|
|
929
|
+
|
|
930
|
+
Description?: string;
|
|
931
|
+
|
|
932
|
+
OperatingRegions?: IpamOperatingRegion[];
|
|
933
|
+
|
|
934
|
+
State?: IpamState | string;
|
|
935
|
+
|
|
936
|
+
Tags?: Tag[];
|
|
937
|
+
}
|
|
938
|
+
export declare namespace Ipam {
|
|
939
|
+
|
|
940
|
+
const filterSensitiveLog: (obj: Ipam) => any;
|
|
941
|
+
}
|
|
942
|
+
export interface CreateIpamResult {
|
|
943
|
+
|
|
944
|
+
Ipam?: Ipam;
|
|
945
|
+
}
|
|
946
|
+
export declare namespace CreateIpamResult {
|
|
947
|
+
|
|
948
|
+
const filterSensitiveLog: (obj: CreateIpamResult) => any;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export interface RequestIpamResourceTag {
|
|
952
|
+
|
|
953
|
+
Key?: string;
|
|
954
|
+
|
|
955
|
+
Value?: string;
|
|
956
|
+
}
|
|
957
|
+
export declare namespace RequestIpamResourceTag {
|
|
958
|
+
|
|
959
|
+
const filterSensitiveLog: (obj: RequestIpamResourceTag) => any;
|
|
960
|
+
}
|
|
961
|
+
export declare enum IpamPoolAwsService {
|
|
962
|
+
ec2 = "ec2"
|
|
963
|
+
}
|
|
964
|
+
export interface CreateIpamPoolRequest {
|
|
965
|
+
|
|
966
|
+
DryRun?: boolean;
|
|
967
|
+
|
|
968
|
+
IpamScopeId: string | undefined;
|
|
969
|
+
|
|
970
|
+
Locale?: string;
|
|
971
|
+
|
|
972
|
+
SourceIpamPoolId?: string;
|
|
973
|
+
|
|
974
|
+
Description?: string;
|
|
975
|
+
|
|
976
|
+
AddressFamily?: AddressFamily | string;
|
|
977
|
+
|
|
978
|
+
AutoImport?: boolean;
|
|
979
|
+
|
|
980
|
+
PubliclyAdvertisable?: boolean;
|
|
981
|
+
|
|
982
|
+
AllocationMinNetmaskLength?: number;
|
|
983
|
+
|
|
984
|
+
AllocationMaxNetmaskLength?: number;
|
|
985
|
+
|
|
986
|
+
AllocationDefaultNetmaskLength?: number;
|
|
987
|
+
|
|
988
|
+
AllocationResourceTags?: RequestIpamResourceTag[];
|
|
989
|
+
|
|
990
|
+
TagSpecifications?: TagSpecification[];
|
|
991
|
+
|
|
992
|
+
ClientToken?: string;
|
|
993
|
+
|
|
994
|
+
AwsService?: IpamPoolAwsService | string;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace CreateIpamPoolRequest {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: CreateIpamPoolRequest) => any;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
export interface IpamResourceTag {
|
|
1002
|
+
|
|
1003
|
+
Key?: string;
|
|
1004
|
+
|
|
1005
|
+
Value?: string;
|
|
1006
|
+
}
|
|
1007
|
+
export declare namespace IpamResourceTag {
|
|
1008
|
+
|
|
1009
|
+
const filterSensitiveLog: (obj: IpamResourceTag) => any;
|
|
1010
|
+
}
|
|
1011
|
+
export declare enum IpamScopeType {
|
|
1012
|
+
private = "private",
|
|
1013
|
+
public = "public"
|
|
1014
|
+
}
|
|
1015
|
+
export declare enum IpamPoolState {
|
|
1016
|
+
create_complete = "create-complete",
|
|
1017
|
+
create_failed = "create-failed",
|
|
1018
|
+
create_in_progress = "create-in-progress",
|
|
1019
|
+
delete_complete = "delete-complete",
|
|
1020
|
+
delete_failed = "delete-failed",
|
|
1021
|
+
delete_in_progress = "delete-in-progress",
|
|
1022
|
+
modify_complete = "modify-complete",
|
|
1023
|
+
modify_failed = "modify-failed",
|
|
1024
|
+
modify_in_progress = "modify-in-progress"
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
export interface IpamPool {
|
|
1028
|
+
|
|
1029
|
+
OwnerId?: string;
|
|
1030
|
+
|
|
1031
|
+
IpamPoolId?: string;
|
|
1032
|
+
|
|
1033
|
+
SourceIpamPoolId?: string;
|
|
1034
|
+
|
|
1035
|
+
IpamPoolArn?: string;
|
|
1036
|
+
|
|
1037
|
+
IpamScopeArn?: string;
|
|
1038
|
+
|
|
1039
|
+
IpamScopeType?: IpamScopeType | string;
|
|
1040
|
+
|
|
1041
|
+
IpamArn?: string;
|
|
1042
|
+
|
|
1043
|
+
IpamRegion?: string;
|
|
1044
|
+
|
|
1045
|
+
Locale?: string;
|
|
1046
|
+
|
|
1047
|
+
PoolDepth?: number;
|
|
1048
|
+
|
|
1049
|
+
State?: IpamPoolState | string;
|
|
1050
|
+
|
|
1051
|
+
StateMessage?: string;
|
|
1052
|
+
|
|
1053
|
+
Description?: string;
|
|
1054
|
+
|
|
1055
|
+
AutoImport?: boolean;
|
|
1056
|
+
|
|
1057
|
+
PubliclyAdvertisable?: boolean;
|
|
1058
|
+
|
|
1059
|
+
AddressFamily?: AddressFamily | string;
|
|
1060
|
+
|
|
1061
|
+
AllocationMinNetmaskLength?: number;
|
|
1062
|
+
|
|
1063
|
+
AllocationMaxNetmaskLength?: number;
|
|
1064
|
+
|
|
1065
|
+
AllocationDefaultNetmaskLength?: number;
|
|
1066
|
+
|
|
1067
|
+
AllocationResourceTags?: IpamResourceTag[];
|
|
1068
|
+
|
|
1069
|
+
Tags?: Tag[];
|
|
1070
|
+
|
|
1071
|
+
AwsService?: IpamPoolAwsService | string;
|
|
1072
|
+
}
|
|
1073
|
+
export declare namespace IpamPool {
|
|
1074
|
+
|
|
1075
|
+
const filterSensitiveLog: (obj: IpamPool) => any;
|
|
1076
|
+
}
|
|
1077
|
+
export interface CreateIpamPoolResult {
|
|
1078
|
+
|
|
1079
|
+
IpamPool?: IpamPool;
|
|
1080
|
+
}
|
|
1081
|
+
export declare namespace CreateIpamPoolResult {
|
|
1082
|
+
|
|
1083
|
+
const filterSensitiveLog: (obj: CreateIpamPoolResult) => any;
|
|
1084
|
+
}
|
|
1085
|
+
export interface CreateIpamScopeRequest {
|
|
1086
|
+
|
|
1087
|
+
DryRun?: boolean;
|
|
1088
|
+
|
|
1089
|
+
IpamId: string | undefined;
|
|
1090
|
+
|
|
1091
|
+
Description?: string;
|
|
1092
|
+
|
|
1093
|
+
TagSpecifications?: TagSpecification[];
|
|
1094
|
+
|
|
1095
|
+
ClientToken?: string;
|
|
1096
|
+
}
|
|
1097
|
+
export declare namespace CreateIpamScopeRequest {
|
|
1098
|
+
|
|
1099
|
+
const filterSensitiveLog: (obj: CreateIpamScopeRequest) => any;
|
|
1100
|
+
}
|
|
1101
|
+
export declare enum IpamScopeState {
|
|
1102
|
+
create_complete = "create-complete",
|
|
1103
|
+
create_failed = "create-failed",
|
|
1104
|
+
create_in_progress = "create-in-progress",
|
|
1105
|
+
delete_complete = "delete-complete",
|
|
1106
|
+
delete_failed = "delete-failed",
|
|
1107
|
+
delete_in_progress = "delete-in-progress",
|
|
1108
|
+
modify_complete = "modify-complete",
|
|
1109
|
+
modify_failed = "modify-failed",
|
|
1110
|
+
modify_in_progress = "modify-in-progress"
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
export interface IpamScope {
|
|
1114
|
+
|
|
1115
|
+
OwnerId?: string;
|
|
1116
|
+
|
|
1117
|
+
IpamScopeId?: string;
|
|
1118
|
+
|
|
1119
|
+
IpamScopeArn?: string;
|
|
1120
|
+
|
|
1121
|
+
IpamArn?: string;
|
|
1122
|
+
|
|
1123
|
+
IpamRegion?: string;
|
|
1124
|
+
|
|
1125
|
+
IpamScopeType?: IpamScopeType | string;
|
|
1126
|
+
|
|
1127
|
+
IsDefault?: boolean;
|
|
1128
|
+
|
|
1129
|
+
Description?: string;
|
|
1130
|
+
|
|
1131
|
+
PoolCount?: number;
|
|
1132
|
+
|
|
1133
|
+
State?: IpamScopeState | string;
|
|
1134
|
+
|
|
1135
|
+
Tags?: Tag[];
|
|
1136
|
+
}
|
|
1137
|
+
export declare namespace IpamScope {
|
|
1138
|
+
|
|
1139
|
+
const filterSensitiveLog: (obj: IpamScope) => any;
|
|
1140
|
+
}
|
|
1141
|
+
export interface CreateIpamScopeResult {
|
|
1142
|
+
|
|
1143
|
+
IpamScope?: IpamScope;
|
|
1144
|
+
}
|
|
1145
|
+
export declare namespace CreateIpamScopeResult {
|
|
1146
|
+
|
|
1147
|
+
const filterSensitiveLog: (obj: CreateIpamScopeResult) => any;
|
|
1148
|
+
}
|
|
1149
|
+
export declare enum KeyType {
|
|
1150
|
+
ed25519 = "ed25519",
|
|
1151
|
+
rsa = "rsa"
|
|
1152
|
+
}
|
|
1153
|
+
export interface CreateKeyPairRequest {
|
|
1154
|
+
|
|
1155
|
+
KeyName: string | undefined;
|
|
1156
|
+
|
|
1157
|
+
DryRun?: boolean;
|
|
1158
|
+
|
|
1159
|
+
KeyType?: KeyType | string;
|
|
1160
|
+
|
|
1161
|
+
TagSpecifications?: TagSpecification[];
|
|
1162
|
+
}
|
|
1163
|
+
export declare namespace CreateKeyPairRequest {
|
|
1164
|
+
|
|
1165
|
+
const filterSensitiveLog: (obj: CreateKeyPairRequest) => any;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export interface KeyPair {
|
|
1169
|
+
|
|
1170
|
+
KeyFingerprint?: string;
|
|
1171
|
+
|
|
1172
|
+
KeyMaterial?: string;
|
|
1173
|
+
|
|
1174
|
+
KeyName?: string;
|
|
1175
|
+
|
|
1176
|
+
KeyPairId?: string;
|
|
1177
|
+
|
|
1178
|
+
Tags?: Tag[];
|
|
1179
|
+
}
|
|
1180
|
+
export declare namespace KeyPair {
|
|
1181
|
+
|
|
1182
|
+
const filterSensitiveLog: (obj: KeyPair) => any;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
1186
|
+
|
|
1187
|
+
Encrypted?: boolean;
|
|
1188
|
+
|
|
1189
|
+
DeleteOnTermination?: boolean;
|
|
1190
|
+
|
|
1191
|
+
Iops?: number;
|
|
1192
|
+
|
|
1193
|
+
KmsKeyId?: string;
|
|
1194
|
+
|
|
1195
|
+
SnapshotId?: string;
|
|
1196
|
+
|
|
1197
|
+
VolumeSize?: number;
|
|
1198
|
+
|
|
1199
|
+
VolumeType?: VolumeType | string;
|
|
1200
|
+
|
|
1201
|
+
Throughput?: number;
|
|
1202
|
+
}
|
|
1203
|
+
export declare namespace LaunchTemplateEbsBlockDeviceRequest {
|
|
1204
|
+
|
|
1205
|
+
const filterSensitiveLog: (obj: LaunchTemplateEbsBlockDeviceRequest) => any;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
export interface LaunchTemplateBlockDeviceMappingRequest {
|
|
1209
|
+
|
|
1210
|
+
DeviceName?: string;
|
|
1211
|
+
|
|
1212
|
+
VirtualName?: string;
|
|
1213
|
+
|
|
1214
|
+
Ebs?: LaunchTemplateEbsBlockDeviceRequest;
|
|
1215
|
+
|
|
1216
|
+
NoDevice?: string;
|
|
1217
|
+
}
|
|
1218
|
+
export declare namespace LaunchTemplateBlockDeviceMappingRequest {
|
|
1219
|
+
|
|
1220
|
+
const filterSensitiveLog: (obj: LaunchTemplateBlockDeviceMappingRequest) => any;
|
|
1221
|
+
}
|
|
1222
|
+
export declare type CapacityReservationPreference = "none" | "open";
|
|
1223
|
+
|
|
1224
|
+
export interface CapacityReservationTarget {
|
|
1225
|
+
|
|
1226
|
+
CapacityReservationId?: string;
|
|
1227
|
+
|
|
1228
|
+
CapacityReservationResourceGroupArn?: string;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace CapacityReservationTarget {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: CapacityReservationTarget) => any;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export interface LaunchTemplateCapacityReservationSpecificationRequest {
|
|
1236
|
+
|
|
1237
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1238
|
+
|
|
1239
|
+
CapacityReservationTarget?: CapacityReservationTarget;
|
|
1240
|
+
}
|
|
1241
|
+
export declare namespace LaunchTemplateCapacityReservationSpecificationRequest {
|
|
1242
|
+
|
|
1243
|
+
const filterSensitiveLog: (obj: LaunchTemplateCapacityReservationSpecificationRequest) => any;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
export interface LaunchTemplateCpuOptionsRequest {
|
|
1247
|
+
|
|
1248
|
+
CoreCount?: number;
|
|
1249
|
+
|
|
1250
|
+
ThreadsPerCore?: number;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace LaunchTemplateCpuOptionsRequest {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: LaunchTemplateCpuOptionsRequest) => any;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export interface CreditSpecificationRequest {
|
|
1258
|
+
|
|
1259
|
+
CpuCredits: string | undefined;
|
|
1260
|
+
}
|
|
1261
|
+
export declare namespace CreditSpecificationRequest {
|
|
1262
|
+
|
|
1263
|
+
const filterSensitiveLog: (obj: CreditSpecificationRequest) => any;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
export interface ElasticGpuSpecification {
|
|
1267
|
+
|
|
1268
|
+
Type: string | undefined;
|
|
1269
|
+
}
|
|
1270
|
+
export declare namespace ElasticGpuSpecification {
|
|
1271
|
+
|
|
1272
|
+
const filterSensitiveLog: (obj: ElasticGpuSpecification) => any;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export interface LaunchTemplateElasticInferenceAccelerator {
|
|
1276
|
+
|
|
1277
|
+
Type: string | undefined;
|
|
1278
|
+
|
|
1279
|
+
Count?: number;
|
|
1280
|
+
}
|
|
1281
|
+
export declare namespace LaunchTemplateElasticInferenceAccelerator {
|
|
1282
|
+
|
|
1283
|
+
const filterSensitiveLog: (obj: LaunchTemplateElasticInferenceAccelerator) => any;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export interface LaunchTemplateEnclaveOptionsRequest {
|
|
1287
|
+
|
|
1288
|
+
Enabled?: boolean;
|
|
1289
|
+
}
|
|
1290
|
+
export declare namespace LaunchTemplateEnclaveOptionsRequest {
|
|
1291
|
+
|
|
1292
|
+
const filterSensitiveLog: (obj: LaunchTemplateEnclaveOptionsRequest) => any;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
export interface LaunchTemplateHibernationOptionsRequest {
|
|
1296
|
+
|
|
1297
|
+
Configured?: boolean;
|
|
1298
|
+
}
|
|
1299
|
+
export declare namespace LaunchTemplateHibernationOptionsRequest {
|
|
1300
|
+
|
|
1301
|
+
const filterSensitiveLog: (obj: LaunchTemplateHibernationOptionsRequest) => any;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
|
|
1305
|
+
|
|
1306
|
+
Arn?: string;
|
|
1307
|
+
|
|
1308
|
+
Name?: string;
|
|
1309
|
+
}
|
|
1310
|
+
export declare namespace LaunchTemplateIamInstanceProfileSpecificationRequest {
|
|
1311
|
+
|
|
1312
|
+
const filterSensitiveLog: (obj: LaunchTemplateIamInstanceProfileSpecificationRequest) => any;
|
|
1313
|
+
}
|
|
1314
|
+
export declare type ShutdownBehavior = "stop" | "terminate";
|
|
1315
|
+
export declare type MarketType = "spot";
|
|
1316
|
+
export declare type InstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
|
|
1317
|
+
export declare type SpotInstanceType = "one-time" | "persistent";
|
|
1318
|
+
|
|
1319
|
+
export interface LaunchTemplateSpotMarketOptionsRequest {
|
|
1320
|
+
|
|
1321
|
+
MaxPrice?: string;
|
|
1322
|
+
|
|
1323
|
+
SpotInstanceType?: SpotInstanceType | string;
|
|
1324
|
+
|
|
1325
|
+
BlockDurationMinutes?: number;
|
|
1326
|
+
|
|
1327
|
+
ValidUntil?: Date;
|
|
1328
|
+
|
|
1329
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
1330
|
+
}
|
|
1331
|
+
export declare namespace LaunchTemplateSpotMarketOptionsRequest {
|
|
1332
|
+
|
|
1333
|
+
const filterSensitiveLog: (obj: LaunchTemplateSpotMarketOptionsRequest) => any;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
export interface LaunchTemplateInstanceMarketOptionsRequest {
|
|
1337
|
+
|
|
1338
|
+
MarketType?: MarketType | string;
|
|
1339
|
+
|
|
1340
|
+
SpotOptions?: LaunchTemplateSpotMarketOptionsRequest;
|
|
1341
|
+
}
|
|
1342
|
+
export declare namespace LaunchTemplateInstanceMarketOptionsRequest {
|
|
1343
|
+
|
|
1344
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceMarketOptionsRequest) => any;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export interface LaunchTemplateLicenseConfigurationRequest {
|
|
1348
|
+
|
|
1349
|
+
LicenseConfigurationArn?: string;
|
|
1350
|
+
}
|
|
1351
|
+
export declare namespace LaunchTemplateLicenseConfigurationRequest {
|
|
1352
|
+
|
|
1353
|
+
const filterSensitiveLog: (obj: LaunchTemplateLicenseConfigurationRequest) => any;
|
|
1354
|
+
}
|
|
1355
|
+
export declare type LaunchTemplateInstanceMetadataEndpointState = "disabled" | "enabled";
|
|
1356
|
+
export declare enum LaunchTemplateInstanceMetadataProtocolIpv6 {
|
|
1357
|
+
disabled = "disabled",
|
|
1358
|
+
enabled = "enabled"
|
|
1359
|
+
}
|
|
1360
|
+
export declare enum LaunchTemplateHttpTokensState {
|
|
1361
|
+
optional = "optional",
|
|
1362
|
+
required = "required"
|
|
1363
|
+
}
|
|
1364
|
+
export declare enum LaunchTemplateInstanceMetadataTagsState {
|
|
1365
|
+
disabled = "disabled",
|
|
1366
|
+
enabled = "enabled"
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
1370
|
+
|
|
1371
|
+
HttpTokens?: LaunchTemplateHttpTokensState | string;
|
|
1372
|
+
|
|
1373
|
+
HttpPutResponseHopLimit?: number;
|
|
1374
|
+
|
|
1375
|
+
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
|
|
1376
|
+
|
|
1377
|
+
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
|
|
1378
|
+
|
|
1379
|
+
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
|
|
1380
|
+
}
|
|
1381
|
+
export declare namespace LaunchTemplateInstanceMetadataOptionsRequest {
|
|
1382
|
+
|
|
1383
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceMetadataOptionsRequest) => any;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
export interface LaunchTemplatesMonitoringRequest {
|
|
1387
|
+
|
|
1388
|
+
Enabled?: boolean;
|
|
1389
|
+
}
|
|
1390
|
+
export declare namespace LaunchTemplatesMonitoringRequest {
|
|
1391
|
+
|
|
1392
|
+
const filterSensitiveLog: (obj: LaunchTemplatesMonitoringRequest) => any;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
export interface Ipv4PrefixSpecificationRequest {
|
|
1396
|
+
|
|
1397
|
+
Ipv4Prefix?: string;
|
|
1398
|
+
}
|
|
1399
|
+
export declare namespace Ipv4PrefixSpecificationRequest {
|
|
1400
|
+
|
|
1401
|
+
const filterSensitiveLog: (obj: Ipv4PrefixSpecificationRequest) => any;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
export interface InstanceIpv6AddressRequest {
|
|
1405
|
+
|
|
1406
|
+
Ipv6Address?: string;
|
|
1407
|
+
}
|
|
1408
|
+
export declare namespace InstanceIpv6AddressRequest {
|
|
1409
|
+
|
|
1410
|
+
const filterSensitiveLog: (obj: InstanceIpv6AddressRequest) => any;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
export interface Ipv6PrefixSpecificationRequest {
|
|
1414
|
+
|
|
1415
|
+
Ipv6Prefix?: string;
|
|
1416
|
+
}
|
|
1417
|
+
export declare namespace Ipv6PrefixSpecificationRequest {
|
|
1418
|
+
|
|
1419
|
+
const filterSensitiveLog: (obj: Ipv6PrefixSpecificationRequest) => any;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
export interface PrivateIpAddressSpecification {
|
|
1423
|
+
|
|
1424
|
+
Primary?: boolean;
|
|
1425
|
+
|
|
1426
|
+
PrivateIpAddress?: string;
|
|
1427
|
+
}
|
|
1428
|
+
export declare namespace PrivateIpAddressSpecification {
|
|
1429
|
+
|
|
1430
|
+
const filterSensitiveLog: (obj: PrivateIpAddressSpecification) => any;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
1434
|
+
|
|
1435
|
+
AssociateCarrierIpAddress?: boolean;
|
|
1436
|
+
|
|
1437
|
+
AssociatePublicIpAddress?: boolean;
|
|
1438
|
+
|
|
1439
|
+
DeleteOnTermination?: boolean;
|
|
1440
|
+
|
|
1441
|
+
Description?: string;
|
|
1442
|
+
|
|
1443
|
+
DeviceIndex?: number;
|
|
1444
|
+
|
|
1445
|
+
Groups?: string[];
|
|
1446
|
+
|
|
1447
|
+
InterfaceType?: string;
|
|
1448
|
+
|
|
1449
|
+
Ipv6AddressCount?: number;
|
|
1450
|
+
|
|
1451
|
+
Ipv6Addresses?: InstanceIpv6AddressRequest[];
|
|
1452
|
+
|
|
1453
|
+
NetworkInterfaceId?: string;
|
|
1454
|
+
|
|
1455
|
+
PrivateIpAddress?: string;
|
|
1456
|
+
|
|
1457
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
1458
|
+
|
|
1459
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
1460
|
+
|
|
1461
|
+
SubnetId?: string;
|
|
1462
|
+
|
|
1463
|
+
NetworkCardIndex?: number;
|
|
1464
|
+
|
|
1465
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
1466
|
+
|
|
1467
|
+
Ipv4PrefixCount?: number;
|
|
1468
|
+
|
|
1469
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
1470
|
+
|
|
1471
|
+
Ipv6PrefixCount?: number;
|
|
1472
|
+
}
|
|
1473
|
+
export declare namespace LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
1474
|
+
|
|
1475
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) => any;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
export interface LaunchTemplatePlacementRequest {
|
|
1479
|
+
|
|
1480
|
+
AvailabilityZone?: string;
|
|
1481
|
+
|
|
1482
|
+
Affinity?: string;
|
|
1483
|
+
|
|
1484
|
+
GroupName?: string;
|
|
1485
|
+
|
|
1486
|
+
HostId?: string;
|
|
1487
|
+
|
|
1488
|
+
Tenancy?: Tenancy | string;
|
|
1489
|
+
|
|
1490
|
+
SpreadDomain?: string;
|
|
1491
|
+
|
|
1492
|
+
HostResourceGroupArn?: string;
|
|
1493
|
+
|
|
1494
|
+
PartitionNumber?: number;
|
|
1495
|
+
}
|
|
1496
|
+
export declare namespace LaunchTemplatePlacementRequest {
|
|
1497
|
+
|
|
1498
|
+
const filterSensitiveLog: (obj: LaunchTemplatePlacementRequest) => any;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
1502
|
+
|
|
1503
|
+
HostnameType?: HostnameType | string;
|
|
1504
|
+
|
|
1505
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
1506
|
+
|
|
1507
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1508
|
+
}
|
|
1509
|
+
export declare namespace LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
1510
|
+
|
|
1511
|
+
const filterSensitiveLog: (obj: LaunchTemplatePrivateDnsNameOptionsRequest) => any;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
export interface LaunchTemplateTagSpecificationRequest {
|
|
1515
|
+
|
|
1516
|
+
ResourceType?: ResourceType | string;
|
|
1517
|
+
|
|
1518
|
+
Tags?: Tag[];
|
|
1519
|
+
}
|
|
1520
|
+
export declare namespace LaunchTemplateTagSpecificationRequest {
|
|
1521
|
+
|
|
1522
|
+
const filterSensitiveLog: (obj: LaunchTemplateTagSpecificationRequest) => any;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
export interface RequestLaunchTemplateData {
|
|
1526
|
+
|
|
1527
|
+
KernelId?: string;
|
|
1528
|
+
|
|
1529
|
+
EbsOptimized?: boolean;
|
|
1530
|
+
|
|
1531
|
+
IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecificationRequest;
|
|
1532
|
+
|
|
1533
|
+
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[];
|
|
1534
|
+
|
|
1535
|
+
NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
|
|
1536
|
+
|
|
1537
|
+
ImageId?: string;
|
|
1538
|
+
|
|
1539
|
+
InstanceType?: _InstanceType | string;
|
|
1540
|
+
|
|
1541
|
+
KeyName?: string;
|
|
1542
|
+
|
|
1543
|
+
Monitoring?: LaunchTemplatesMonitoringRequest;
|
|
1544
|
+
|
|
1545
|
+
Placement?: LaunchTemplatePlacementRequest;
|
|
1546
|
+
|
|
1547
|
+
RamDiskId?: string;
|
|
1548
|
+
|
|
1549
|
+
DisableApiTermination?: boolean;
|
|
1550
|
+
|
|
1551
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
1552
|
+
|
|
1553
|
+
UserData?: string;
|
|
1554
|
+
|
|
1555
|
+
TagSpecifications?: LaunchTemplateTagSpecificationRequest[];
|
|
1556
|
+
|
|
1557
|
+
ElasticGpuSpecifications?: ElasticGpuSpecification[];
|
|
1558
|
+
|
|
1559
|
+
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[];
|
|
1560
|
+
|
|
1561
|
+
SecurityGroupIds?: string[];
|
|
1562
|
+
|
|
1563
|
+
SecurityGroups?: string[];
|
|
1564
|
+
|
|
1565
|
+
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest;
|
|
1566
|
+
|
|
1567
|
+
CreditSpecification?: CreditSpecificationRequest;
|
|
1568
|
+
|
|
1569
|
+
CpuOptions?: LaunchTemplateCpuOptionsRequest;
|
|
1570
|
+
|
|
1571
|
+
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationRequest;
|
|
1572
|
+
|
|
1573
|
+
LicenseSpecifications?: LaunchTemplateLicenseConfigurationRequest[];
|
|
1574
|
+
|
|
1575
|
+
HibernationOptions?: LaunchTemplateHibernationOptionsRequest;
|
|
1576
|
+
|
|
1577
|
+
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest;
|
|
1578
|
+
|
|
1579
|
+
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
|
|
1580
|
+
|
|
1581
|
+
InstanceRequirements?: InstanceRequirementsRequest;
|
|
1582
|
+
|
|
1583
|
+
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest;
|
|
1584
|
+
}
|
|
1585
|
+
export declare namespace RequestLaunchTemplateData {
|
|
1586
|
+
|
|
1587
|
+
const filterSensitiveLog: (obj: RequestLaunchTemplateData) => any;
|
|
1588
|
+
}
|
|
1589
|
+
export interface CreateLaunchTemplateRequest {
|
|
1590
|
+
|
|
1591
|
+
DryRun?: boolean;
|
|
1592
|
+
|
|
1593
|
+
ClientToken?: string;
|
|
1594
|
+
|
|
1595
|
+
LaunchTemplateName: string | undefined;
|
|
1596
|
+
|
|
1597
|
+
VersionDescription?: string;
|
|
1598
|
+
|
|
1599
|
+
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
1600
|
+
|
|
1601
|
+
TagSpecifications?: TagSpecification[];
|
|
1602
|
+
}
|
|
1603
|
+
export declare namespace CreateLaunchTemplateRequest {
|
|
1604
|
+
|
|
1605
|
+
const filterSensitiveLog: (obj: CreateLaunchTemplateRequest) => any;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
export interface LaunchTemplate {
|
|
1609
|
+
|
|
1610
|
+
LaunchTemplateId?: string;
|
|
1611
|
+
|
|
1612
|
+
LaunchTemplateName?: string;
|
|
1613
|
+
|
|
1614
|
+
CreateTime?: Date;
|
|
1615
|
+
|
|
1616
|
+
CreatedBy?: string;
|
|
1617
|
+
|
|
1618
|
+
DefaultVersionNumber?: number;
|
|
1619
|
+
|
|
1620
|
+
LatestVersionNumber?: number;
|
|
1621
|
+
|
|
1622
|
+
Tags?: Tag[];
|
|
1623
|
+
}
|
|
1624
|
+
export declare namespace LaunchTemplate {
|
|
1625
|
+
|
|
1626
|
+
const filterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
export interface ValidationError {
|
|
1630
|
+
|
|
1631
|
+
Code?: string;
|
|
1632
|
+
|
|
1633
|
+
Message?: string;
|
|
1634
|
+
}
|
|
1635
|
+
export declare namespace ValidationError {
|
|
1636
|
+
|
|
1637
|
+
const filterSensitiveLog: (obj: ValidationError) => any;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
export interface ValidationWarning {
|
|
1641
|
+
|
|
1642
|
+
Errors?: ValidationError[];
|
|
1643
|
+
}
|
|
1644
|
+
export declare namespace ValidationWarning {
|
|
1645
|
+
|
|
1646
|
+
const filterSensitiveLog: (obj: ValidationWarning) => any;
|
|
1647
|
+
}
|
|
1648
|
+
export interface CreateLaunchTemplateResult {
|
|
1649
|
+
|
|
1650
|
+
LaunchTemplate?: LaunchTemplate;
|
|
1651
|
+
|
|
1652
|
+
Warning?: ValidationWarning;
|
|
1653
|
+
}
|
|
1654
|
+
export declare namespace CreateLaunchTemplateResult {
|
|
1655
|
+
|
|
1656
|
+
const filterSensitiveLog: (obj: CreateLaunchTemplateResult) => any;
|
|
1657
|
+
}
|
|
1658
|
+
export interface CreateLaunchTemplateVersionRequest {
|
|
1659
|
+
|
|
1660
|
+
DryRun?: boolean;
|
|
1661
|
+
|
|
1662
|
+
ClientToken?: string;
|
|
1663
|
+
|
|
1664
|
+
LaunchTemplateId?: string;
|
|
1665
|
+
|
|
1666
|
+
LaunchTemplateName?: string;
|
|
1667
|
+
|
|
1668
|
+
SourceVersion?: string;
|
|
1669
|
+
|
|
1670
|
+
VersionDescription?: string;
|
|
1671
|
+
|
|
1672
|
+
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
1673
|
+
}
|
|
1674
|
+
export declare namespace CreateLaunchTemplateVersionRequest {
|
|
1675
|
+
|
|
1676
|
+
const filterSensitiveLog: (obj: CreateLaunchTemplateVersionRequest) => any;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
export interface LaunchTemplateEbsBlockDevice {
|
|
1680
|
+
|
|
1681
|
+
Encrypted?: boolean;
|
|
1682
|
+
|
|
1683
|
+
DeleteOnTermination?: boolean;
|
|
1684
|
+
|
|
1685
|
+
Iops?: number;
|
|
1686
|
+
|
|
1687
|
+
KmsKeyId?: string;
|
|
1688
|
+
|
|
1689
|
+
SnapshotId?: string;
|
|
1690
|
+
|
|
1691
|
+
VolumeSize?: number;
|
|
1692
|
+
|
|
1693
|
+
VolumeType?: VolumeType | string;
|
|
1694
|
+
|
|
1695
|
+
Throughput?: number;
|
|
1696
|
+
}
|
|
1697
|
+
export declare namespace LaunchTemplateEbsBlockDevice {
|
|
1698
|
+
|
|
1699
|
+
const filterSensitiveLog: (obj: LaunchTemplateEbsBlockDevice) => any;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
export interface LaunchTemplateBlockDeviceMapping {
|
|
1703
|
+
|
|
1704
|
+
DeviceName?: string;
|
|
1705
|
+
|
|
1706
|
+
VirtualName?: string;
|
|
1707
|
+
|
|
1708
|
+
Ebs?: LaunchTemplateEbsBlockDevice;
|
|
1709
|
+
|
|
1710
|
+
NoDevice?: string;
|
|
1711
|
+
}
|
|
1712
|
+
export declare namespace LaunchTemplateBlockDeviceMapping {
|
|
1713
|
+
|
|
1714
|
+
const filterSensitiveLog: (obj: LaunchTemplateBlockDeviceMapping) => any;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
export interface CapacityReservationTargetResponse {
|
|
1718
|
+
|
|
1719
|
+
CapacityReservationId?: string;
|
|
1720
|
+
|
|
1721
|
+
CapacityReservationResourceGroupArn?: string;
|
|
1722
|
+
}
|
|
1723
|
+
export declare namespace CapacityReservationTargetResponse {
|
|
1724
|
+
|
|
1725
|
+
const filterSensitiveLog: (obj: CapacityReservationTargetResponse) => any;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
1729
|
+
|
|
1730
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1731
|
+
|
|
1732
|
+
CapacityReservationTarget?: CapacityReservationTargetResponse;
|
|
1733
|
+
}
|
|
1734
|
+
export declare namespace LaunchTemplateCapacityReservationSpecificationResponse {
|
|
1735
|
+
|
|
1736
|
+
const filterSensitiveLog: (obj: LaunchTemplateCapacityReservationSpecificationResponse) => any;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
export interface LaunchTemplateCpuOptions {
|
|
1740
|
+
|
|
1741
|
+
CoreCount?: number;
|
|
1742
|
+
|
|
1743
|
+
ThreadsPerCore?: number;
|
|
1744
|
+
}
|
|
1745
|
+
export declare namespace LaunchTemplateCpuOptions {
|
|
1746
|
+
|
|
1747
|
+
const filterSensitiveLog: (obj: LaunchTemplateCpuOptions) => any;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
export interface CreditSpecification {
|
|
1751
|
+
|
|
1752
|
+
CpuCredits?: string;
|
|
1753
|
+
}
|
|
1754
|
+
export declare namespace CreditSpecification {
|
|
1755
|
+
|
|
1756
|
+
const filterSensitiveLog: (obj: CreditSpecification) => any;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
export interface ElasticGpuSpecificationResponse {
|
|
1760
|
+
|
|
1761
|
+
Type?: string;
|
|
1762
|
+
}
|
|
1763
|
+
export declare namespace ElasticGpuSpecificationResponse {
|
|
1764
|
+
|
|
1765
|
+
const filterSensitiveLog: (obj: ElasticGpuSpecificationResponse) => any;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
1769
|
+
|
|
1770
|
+
Type?: string;
|
|
1771
|
+
|
|
1772
|
+
Count?: number;
|
|
1773
|
+
}
|
|
1774
|
+
export declare namespace LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
1775
|
+
|
|
1776
|
+
const filterSensitiveLog: (obj: LaunchTemplateElasticInferenceAcceleratorResponse) => any;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
export interface LaunchTemplateEnclaveOptions {
|
|
1780
|
+
|
|
1781
|
+
Enabled?: boolean;
|
|
1782
|
+
}
|
|
1783
|
+
export declare namespace LaunchTemplateEnclaveOptions {
|
|
1784
|
+
|
|
1785
|
+
const filterSensitiveLog: (obj: LaunchTemplateEnclaveOptions) => any;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
export interface LaunchTemplateHibernationOptions {
|
|
1789
|
+
|
|
1790
|
+
Configured?: boolean;
|
|
1791
|
+
}
|
|
1792
|
+
export declare namespace LaunchTemplateHibernationOptions {
|
|
1793
|
+
|
|
1794
|
+
const filterSensitiveLog: (obj: LaunchTemplateHibernationOptions) => any;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
1798
|
+
|
|
1799
|
+
Arn?: string;
|
|
1800
|
+
|
|
1801
|
+
Name?: string;
|
|
1802
|
+
}
|
|
1803
|
+
export declare namespace LaunchTemplateIamInstanceProfileSpecification {
|
|
1804
|
+
|
|
1805
|
+
const filterSensitiveLog: (obj: LaunchTemplateIamInstanceProfileSpecification) => any;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
export interface LaunchTemplateSpotMarketOptions {
|
|
1809
|
+
|
|
1810
|
+
MaxPrice?: string;
|
|
1811
|
+
|
|
1812
|
+
SpotInstanceType?: SpotInstanceType | string;
|
|
1813
|
+
|
|
1814
|
+
BlockDurationMinutes?: number;
|
|
1815
|
+
|
|
1816
|
+
ValidUntil?: Date;
|
|
1817
|
+
|
|
1818
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
1819
|
+
}
|
|
1820
|
+
export declare namespace LaunchTemplateSpotMarketOptions {
|
|
1821
|
+
|
|
1822
|
+
const filterSensitiveLog: (obj: LaunchTemplateSpotMarketOptions) => any;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
export interface LaunchTemplateInstanceMarketOptions {
|
|
1826
|
+
|
|
1827
|
+
MarketType?: MarketType | string;
|
|
1828
|
+
|
|
1829
|
+
SpotOptions?: LaunchTemplateSpotMarketOptions;
|
|
1830
|
+
}
|
|
1831
|
+
export declare namespace LaunchTemplateInstanceMarketOptions {
|
|
1832
|
+
|
|
1833
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceMarketOptions) => any;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
export interface LaunchTemplateLicenseConfiguration {
|
|
1837
|
+
|
|
1838
|
+
LicenseConfigurationArn?: string;
|
|
1839
|
+
}
|
|
1840
|
+
export declare namespace LaunchTemplateLicenseConfiguration {
|
|
1841
|
+
|
|
1842
|
+
const filterSensitiveLog: (obj: LaunchTemplateLicenseConfiguration) => any;
|
|
1843
|
+
}
|
|
1844
|
+
export declare type LaunchTemplateInstanceMetadataOptionsState = "applied" | "pending";
|
|
1845
|
+
|
|
1846
|
+
export interface LaunchTemplateInstanceMetadataOptions {
|
|
1847
|
+
|
|
1848
|
+
State?: LaunchTemplateInstanceMetadataOptionsState | string;
|
|
1849
|
+
|
|
1850
|
+
HttpTokens?: LaunchTemplateHttpTokensState | string;
|
|
1851
|
+
|
|
1852
|
+
HttpPutResponseHopLimit?: number;
|
|
1853
|
+
|
|
1854
|
+
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
|
|
1855
|
+
|
|
1856
|
+
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
|
|
1857
|
+
|
|
1858
|
+
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
|
|
1859
|
+
}
|
|
1860
|
+
export declare namespace LaunchTemplateInstanceMetadataOptions {
|
|
1861
|
+
|
|
1862
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceMetadataOptions) => any;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
export interface LaunchTemplatesMonitoring {
|
|
1866
|
+
|
|
1867
|
+
Enabled?: boolean;
|
|
1868
|
+
}
|
|
1869
|
+
export declare namespace LaunchTemplatesMonitoring {
|
|
1870
|
+
|
|
1871
|
+
const filterSensitiveLog: (obj: LaunchTemplatesMonitoring) => any;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
export interface Ipv4PrefixSpecificationResponse {
|
|
1875
|
+
|
|
1876
|
+
Ipv4Prefix?: string;
|
|
1877
|
+
}
|
|
1878
|
+
export declare namespace Ipv4PrefixSpecificationResponse {
|
|
1879
|
+
|
|
1880
|
+
const filterSensitiveLog: (obj: Ipv4PrefixSpecificationResponse) => any;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
export interface InstanceIpv6Address {
|
|
1884
|
+
|
|
1885
|
+
Ipv6Address?: string;
|
|
1886
|
+
}
|
|
1887
|
+
export declare namespace InstanceIpv6Address {
|
|
1888
|
+
|
|
1889
|
+
const filterSensitiveLog: (obj: InstanceIpv6Address) => any;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
export interface Ipv6PrefixSpecificationResponse {
|
|
1893
|
+
|
|
1894
|
+
Ipv6Prefix?: string;
|
|
1895
|
+
}
|
|
1896
|
+
export declare namespace Ipv6PrefixSpecificationResponse {
|
|
1897
|
+
|
|
1898
|
+
const filterSensitiveLog: (obj: Ipv6PrefixSpecificationResponse) => any;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
1902
|
+
|
|
1903
|
+
AssociateCarrierIpAddress?: boolean;
|
|
1904
|
+
|
|
1905
|
+
AssociatePublicIpAddress?: boolean;
|
|
1906
|
+
|
|
1907
|
+
DeleteOnTermination?: boolean;
|
|
1908
|
+
|
|
1909
|
+
Description?: string;
|
|
1910
|
+
|
|
1911
|
+
DeviceIndex?: number;
|
|
1912
|
+
|
|
1913
|
+
Groups?: string[];
|
|
1914
|
+
|
|
1915
|
+
InterfaceType?: string;
|
|
1916
|
+
|
|
1917
|
+
Ipv6AddressCount?: number;
|
|
1918
|
+
|
|
1919
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
1920
|
+
|
|
1921
|
+
NetworkInterfaceId?: string;
|
|
1922
|
+
|
|
1923
|
+
PrivateIpAddress?: string;
|
|
1924
|
+
|
|
1925
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
1926
|
+
|
|
1927
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
1928
|
+
|
|
1929
|
+
SubnetId?: string;
|
|
1930
|
+
|
|
1931
|
+
NetworkCardIndex?: number;
|
|
1932
|
+
|
|
1933
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[];
|
|
1934
|
+
|
|
1935
|
+
Ipv4PrefixCount?: number;
|
|
1936
|
+
|
|
1937
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[];
|
|
1938
|
+
|
|
1939
|
+
Ipv6PrefixCount?: number;
|
|
1940
|
+
}
|
|
1941
|
+
export declare namespace LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
1942
|
+
|
|
1943
|
+
const filterSensitiveLog: (obj: LaunchTemplateInstanceNetworkInterfaceSpecification) => any;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
export interface LaunchTemplatePlacement {
|
|
1947
|
+
|
|
1948
|
+
AvailabilityZone?: string;
|
|
1949
|
+
|
|
1950
|
+
Affinity?: string;
|
|
1951
|
+
|
|
1952
|
+
GroupName?: string;
|
|
1953
|
+
|
|
1954
|
+
HostId?: string;
|
|
1955
|
+
|
|
1956
|
+
Tenancy?: Tenancy | string;
|
|
1957
|
+
|
|
1958
|
+
SpreadDomain?: string;
|
|
1959
|
+
|
|
1960
|
+
HostResourceGroupArn?: string;
|
|
1961
|
+
|
|
1962
|
+
PartitionNumber?: number;
|
|
1963
|
+
}
|
|
1964
|
+
export declare namespace LaunchTemplatePlacement {
|
|
1965
|
+
|
|
1966
|
+
const filterSensitiveLog: (obj: LaunchTemplatePlacement) => any;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
export interface LaunchTemplatePrivateDnsNameOptions {
|
|
1970
|
+
|
|
1971
|
+
HostnameType?: HostnameType | string;
|
|
1972
|
+
|
|
1973
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
1974
|
+
|
|
1975
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1976
|
+
}
|
|
1977
|
+
export declare namespace LaunchTemplatePrivateDnsNameOptions {
|
|
1978
|
+
|
|
1979
|
+
const filterSensitiveLog: (obj: LaunchTemplatePrivateDnsNameOptions) => any;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
export interface LaunchTemplateTagSpecification {
|
|
1983
|
+
|
|
1984
|
+
ResourceType?: ResourceType | string;
|
|
1985
|
+
|
|
1986
|
+
Tags?: Tag[];
|
|
1987
|
+
}
|
|
1988
|
+
export declare namespace LaunchTemplateTagSpecification {
|
|
1989
|
+
|
|
1990
|
+
const filterSensitiveLog: (obj: LaunchTemplateTagSpecification) => any;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
export interface ResponseLaunchTemplateData {
|
|
1994
|
+
|
|
1995
|
+
KernelId?: string;
|
|
1996
|
+
|
|
1997
|
+
EbsOptimized?: boolean;
|
|
1998
|
+
|
|
1999
|
+
IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification;
|
|
2000
|
+
|
|
2001
|
+
BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[];
|
|
2002
|
+
|
|
2003
|
+
NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecification[];
|
|
2004
|
+
|
|
2005
|
+
ImageId?: string;
|
|
2006
|
+
|
|
2007
|
+
InstanceType?: _InstanceType | string;
|
|
2008
|
+
|
|
2009
|
+
KeyName?: string;
|
|
2010
|
+
|
|
2011
|
+
Monitoring?: LaunchTemplatesMonitoring;
|
|
2012
|
+
|
|
2013
|
+
Placement?: LaunchTemplatePlacement;
|
|
2014
|
+
|
|
2015
|
+
RamDiskId?: string;
|
|
2016
|
+
|
|
2017
|
+
DisableApiTermination?: boolean;
|
|
2018
|
+
|
|
2019
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
2020
|
+
|
|
2021
|
+
UserData?: string;
|
|
2022
|
+
|
|
2023
|
+
TagSpecifications?: LaunchTemplateTagSpecification[];
|
|
2024
|
+
|
|
2025
|
+
ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[];
|
|
2026
|
+
|
|
2027
|
+
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorResponse[];
|
|
2028
|
+
|
|
2029
|
+
SecurityGroupIds?: string[];
|
|
2030
|
+
|
|
2031
|
+
SecurityGroups?: string[];
|
|
2032
|
+
|
|
2033
|
+
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions;
|
|
2034
|
+
|
|
2035
|
+
CreditSpecification?: CreditSpecification;
|
|
2036
|
+
|
|
2037
|
+
CpuOptions?: LaunchTemplateCpuOptions;
|
|
2038
|
+
|
|
2039
|
+
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse;
|
|
2040
|
+
|
|
2041
|
+
LicenseSpecifications?: LaunchTemplateLicenseConfiguration[];
|
|
2042
|
+
|
|
2043
|
+
HibernationOptions?: LaunchTemplateHibernationOptions;
|
|
2044
|
+
|
|
2045
|
+
MetadataOptions?: LaunchTemplateInstanceMetadataOptions;
|
|
2046
|
+
|
|
2047
|
+
EnclaveOptions?: LaunchTemplateEnclaveOptions;
|
|
2048
|
+
|
|
2049
|
+
InstanceRequirements?: InstanceRequirements;
|
|
2050
|
+
|
|
2051
|
+
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions;
|
|
2052
|
+
}
|
|
2053
|
+
export declare namespace ResponseLaunchTemplateData {
|
|
2054
|
+
|
|
2055
|
+
const filterSensitiveLog: (obj: ResponseLaunchTemplateData) => any;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
export interface LaunchTemplateVersion {
|
|
2059
|
+
|
|
2060
|
+
LaunchTemplateId?: string;
|
|
2061
|
+
|
|
2062
|
+
LaunchTemplateName?: string;
|
|
2063
|
+
|
|
2064
|
+
VersionNumber?: number;
|
|
2065
|
+
|
|
2066
|
+
VersionDescription?: string;
|
|
2067
|
+
|
|
2068
|
+
CreateTime?: Date;
|
|
2069
|
+
|
|
2070
|
+
CreatedBy?: string;
|
|
2071
|
+
|
|
2072
|
+
DefaultVersion?: boolean;
|
|
2073
|
+
|
|
2074
|
+
LaunchTemplateData?: ResponseLaunchTemplateData;
|
|
2075
|
+
}
|
|
2076
|
+
export declare namespace LaunchTemplateVersion {
|
|
2077
|
+
|
|
2078
|
+
const filterSensitiveLog: (obj: LaunchTemplateVersion) => any;
|
|
2079
|
+
}
|
|
2080
|
+
export interface CreateLaunchTemplateVersionResult {
|
|
2081
|
+
|
|
2082
|
+
LaunchTemplateVersion?: LaunchTemplateVersion;
|
|
2083
|
+
|
|
2084
|
+
Warning?: ValidationWarning;
|
|
2085
|
+
}
|
|
2086
|
+
export declare namespace CreateLaunchTemplateVersionResult {
|
|
2087
|
+
|
|
2088
|
+
const filterSensitiveLog: (obj: CreateLaunchTemplateVersionResult) => any;
|
|
2089
|
+
}
|
|
2090
|
+
export interface CreateLocalGatewayRouteRequest {
|
|
2091
|
+
|
|
2092
|
+
DestinationCidrBlock: string | undefined;
|
|
2093
|
+
|
|
2094
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
2095
|
+
|
|
2096
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
2097
|
+
|
|
2098
|
+
DryRun?: boolean;
|
|
2099
|
+
}
|
|
2100
|
+
export declare namespace CreateLocalGatewayRouteRequest {
|
|
2101
|
+
|
|
2102
|
+
const filterSensitiveLog: (obj: CreateLocalGatewayRouteRequest) => any;
|
|
2103
|
+
}
|
|
2104
|
+
export declare type LocalGatewayRouteState = "active" | "blackhole" | "deleted" | "deleting" | "pending";
|
|
2105
|
+
export declare type LocalGatewayRouteType = "propagated" | "static";
|
|
2106
|
+
|
|
2107
|
+
export interface LocalGatewayRoute {
|
|
2108
|
+
|
|
2109
|
+
DestinationCidrBlock?: string;
|
|
2110
|
+
|
|
2111
|
+
LocalGatewayVirtualInterfaceGroupId?: string;
|
|
2112
|
+
|
|
2113
|
+
Type?: LocalGatewayRouteType | string;
|
|
2114
|
+
|
|
2115
|
+
State?: LocalGatewayRouteState | string;
|
|
2116
|
+
|
|
2117
|
+
LocalGatewayRouteTableId?: string;
|
|
2118
|
+
|
|
2119
|
+
LocalGatewayRouteTableArn?: string;
|
|
2120
|
+
|
|
2121
|
+
OwnerId?: string;
|
|
2122
|
+
}
|
|
2123
|
+
export declare namespace LocalGatewayRoute {
|
|
2124
|
+
|
|
2125
|
+
const filterSensitiveLog: (obj: LocalGatewayRoute) => any;
|
|
2126
|
+
}
|
|
2127
|
+
export interface CreateLocalGatewayRouteResult {
|
|
2128
|
+
|
|
2129
|
+
Route?: LocalGatewayRoute;
|
|
2130
|
+
}
|
|
2131
|
+
export declare namespace CreateLocalGatewayRouteResult {
|
|
2132
|
+
|
|
2133
|
+
const filterSensitiveLog: (obj: CreateLocalGatewayRouteResult) => any;
|
|
2134
|
+
}
|
|
2135
|
+
export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
|
|
2136
|
+
|
|
2137
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
2138
|
+
|
|
2139
|
+
VpcId: string | undefined;
|
|
2140
|
+
|
|
2141
|
+
TagSpecifications?: TagSpecification[];
|
|
2142
|
+
|
|
2143
|
+
DryRun?: boolean;
|
|
2144
|
+
}
|
|
2145
|
+
export declare namespace CreateLocalGatewayRouteTableVpcAssociationRequest {
|
|
2146
|
+
|
|
2147
|
+
const filterSensitiveLog: (obj: CreateLocalGatewayRouteTableVpcAssociationRequest) => any;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
export interface LocalGatewayRouteTableVpcAssociation {
|
|
2151
|
+
|
|
2152
|
+
LocalGatewayRouteTableVpcAssociationId?: string;
|
|
2153
|
+
|
|
2154
|
+
LocalGatewayRouteTableId?: string;
|
|
2155
|
+
|
|
2156
|
+
LocalGatewayRouteTableArn?: string;
|
|
2157
|
+
|
|
2158
|
+
LocalGatewayId?: string;
|
|
2159
|
+
|
|
2160
|
+
VpcId?: string;
|
|
2161
|
+
|
|
2162
|
+
OwnerId?: string;
|
|
2163
|
+
|
|
2164
|
+
State?: string;
|
|
2165
|
+
|
|
2166
|
+
Tags?: Tag[];
|
|
2167
|
+
}
|
|
2168
|
+
export declare namespace LocalGatewayRouteTableVpcAssociation {
|
|
2169
|
+
|
|
2170
|
+
const filterSensitiveLog: (obj: LocalGatewayRouteTableVpcAssociation) => any;
|
|
2171
|
+
}
|
|
2172
|
+
export interface CreateLocalGatewayRouteTableVpcAssociationResult {
|
|
2173
|
+
|
|
2174
|
+
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
|
|
2175
|
+
}
|
|
2176
|
+
export declare namespace CreateLocalGatewayRouteTableVpcAssociationResult {
|
|
2177
|
+
|
|
2178
|
+
const filterSensitiveLog: (obj: CreateLocalGatewayRouteTableVpcAssociationResult) => any;
|
|
2179
|
+
}
|
|
2180
|
+
export interface CreateManagedPrefixListRequest {
|
|
2181
|
+
|
|
2182
|
+
DryRun?: boolean;
|
|
2183
|
+
|
|
2184
|
+
PrefixListName: string | undefined;
|
|
2185
|
+
|
|
2186
|
+
Entries?: AddPrefixListEntry[];
|
|
2187
|
+
|
|
2188
|
+
MaxEntries: number | undefined;
|
|
2189
|
+
|
|
2190
|
+
TagSpecifications?: TagSpecification[];
|
|
2191
|
+
|
|
2192
|
+
AddressFamily: string | undefined;
|
|
2193
|
+
|
|
2194
|
+
ClientToken?: string;
|
|
2195
|
+
}
|
|
2196
|
+
export declare namespace CreateManagedPrefixListRequest {
|
|
2197
|
+
|
|
2198
|
+
const filterSensitiveLog: (obj: CreateManagedPrefixListRequest) => any;
|
|
2199
|
+
}
|
|
2200
|
+
export declare type PrefixListState = "create-complete" | "create-failed" | "create-in-progress" | "delete-complete" | "delete-failed" | "delete-in-progress" | "modify-complete" | "modify-failed" | "modify-in-progress" | "restore-complete" | "restore-failed" | "restore-in-progress";
|
|
2201
|
+
|
|
2202
|
+
export interface ManagedPrefixList {
|
|
2203
|
+
|
|
2204
|
+
PrefixListId?: string;
|
|
2205
|
+
|
|
2206
|
+
AddressFamily?: string;
|
|
2207
|
+
|
|
2208
|
+
State?: PrefixListState | string;
|
|
2209
|
+
|
|
2210
|
+
StateMessage?: string;
|
|
2211
|
+
|
|
2212
|
+
PrefixListArn?: string;
|
|
2213
|
+
|
|
2214
|
+
PrefixListName?: string;
|
|
2215
|
+
|
|
2216
|
+
MaxEntries?: number;
|
|
2217
|
+
|
|
2218
|
+
Version?: number;
|
|
2219
|
+
|
|
2220
|
+
Tags?: Tag[];
|
|
2221
|
+
|
|
2222
|
+
OwnerId?: string;
|
|
2223
|
+
}
|
|
2224
|
+
export declare namespace ManagedPrefixList {
|
|
2225
|
+
|
|
2226
|
+
const filterSensitiveLog: (obj: ManagedPrefixList) => any;
|
|
2227
|
+
}
|
|
2228
|
+
export interface CreateManagedPrefixListResult {
|
|
2229
|
+
|
|
2230
|
+
PrefixList?: ManagedPrefixList;
|
|
2231
|
+
}
|
|
2232
|
+
export declare namespace CreateManagedPrefixListResult {
|
|
2233
|
+
|
|
2234
|
+
const filterSensitiveLog: (obj: CreateManagedPrefixListResult) => any;
|
|
2235
|
+
}
|
|
2236
|
+
export declare enum ConnectivityType {
|
|
2237
|
+
PRIVATE = "private",
|
|
2238
|
+
PUBLIC = "public"
|
|
2239
|
+
}
|
|
2240
|
+
export interface CreateNatGatewayRequest {
|
|
2241
|
+
|
|
2242
|
+
AllocationId?: string;
|
|
2243
|
+
|
|
2244
|
+
ClientToken?: string;
|
|
2245
|
+
|
|
2246
|
+
DryRun?: boolean;
|
|
2247
|
+
|
|
2248
|
+
SubnetId: string | undefined;
|
|
2249
|
+
|
|
2250
|
+
TagSpecifications?: TagSpecification[];
|
|
2251
|
+
|
|
2252
|
+
ConnectivityType?: ConnectivityType | string;
|
|
2253
|
+
}
|
|
2254
|
+
export declare namespace CreateNatGatewayRequest {
|
|
2255
|
+
|
|
2256
|
+
const filterSensitiveLog: (obj: CreateNatGatewayRequest) => any;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
export interface NatGatewayAddress {
|
|
2260
|
+
|
|
2261
|
+
AllocationId?: string;
|
|
2262
|
+
|
|
2263
|
+
NetworkInterfaceId?: string;
|
|
2264
|
+
|
|
2265
|
+
PrivateIp?: string;
|
|
2266
|
+
|
|
2267
|
+
PublicIp?: string;
|
|
2268
|
+
}
|
|
2269
|
+
export declare namespace NatGatewayAddress {
|
|
2270
|
+
|
|
2271
|
+
const filterSensitiveLog: (obj: NatGatewayAddress) => any;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
export interface ProvisionedBandwidth {
|
|
2275
|
+
|
|
2276
|
+
ProvisionTime?: Date;
|
|
2277
|
+
|
|
2278
|
+
Provisioned?: string;
|
|
2279
|
+
|
|
2280
|
+
RequestTime?: Date;
|
|
2281
|
+
|
|
2282
|
+
Requested?: string;
|
|
2283
|
+
|
|
2284
|
+
Status?: string;
|
|
2285
|
+
}
|
|
2286
|
+
export declare namespace ProvisionedBandwidth {
|
|
2287
|
+
|
|
2288
|
+
const filterSensitiveLog: (obj: ProvisionedBandwidth) => any;
|
|
2289
|
+
}
|
|
2290
|
+
export declare enum NatGatewayState {
|
|
2291
|
+
AVAILABLE = "available",
|
|
2292
|
+
DELETED = "deleted",
|
|
2293
|
+
DELETING = "deleting",
|
|
2294
|
+
FAILED = "failed",
|
|
2295
|
+
PENDING = "pending"
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
export interface NatGateway {
|
|
2299
|
+
|
|
2300
|
+
CreateTime?: Date;
|
|
2301
|
+
|
|
2302
|
+
DeleteTime?: Date;
|
|
2303
|
+
|
|
2304
|
+
FailureCode?: string;
|
|
2305
|
+
|
|
2306
|
+
FailureMessage?: string;
|
|
2307
|
+
|
|
2308
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
2309
|
+
|
|
2310
|
+
NatGatewayId?: string;
|
|
2311
|
+
|
|
2312
|
+
ProvisionedBandwidth?: ProvisionedBandwidth;
|
|
2313
|
+
|
|
2314
|
+
State?: NatGatewayState | string;
|
|
2315
|
+
|
|
2316
|
+
SubnetId?: string;
|
|
2317
|
+
|
|
2318
|
+
VpcId?: string;
|
|
2319
|
+
|
|
2320
|
+
Tags?: Tag[];
|
|
2321
|
+
|
|
2322
|
+
ConnectivityType?: ConnectivityType | string;
|
|
2323
|
+
}
|
|
2324
|
+
export declare namespace NatGateway {
|
|
2325
|
+
|
|
2326
|
+
const filterSensitiveLog: (obj: NatGateway) => any;
|
|
2327
|
+
}
|
|
2328
|
+
export interface CreateNatGatewayResult {
|
|
2329
|
+
|
|
2330
|
+
ClientToken?: string;
|
|
2331
|
+
|
|
2332
|
+
NatGateway?: NatGateway;
|
|
2333
|
+
}
|
|
2334
|
+
export declare namespace CreateNatGatewayResult {
|
|
2335
|
+
|
|
2336
|
+
const filterSensitiveLog: (obj: CreateNatGatewayResult) => any;
|
|
2337
|
+
}
|
|
2338
|
+
export interface CreateNetworkAclRequest {
|
|
2339
|
+
|
|
2340
|
+
DryRun?: boolean;
|
|
2341
|
+
|
|
2342
|
+
VpcId: string | undefined;
|
|
2343
|
+
|
|
2344
|
+
TagSpecifications?: TagSpecification[];
|
|
2345
|
+
}
|
|
2346
|
+
export declare namespace CreateNetworkAclRequest {
|
|
2347
|
+
|
|
2348
|
+
const filterSensitiveLog: (obj: CreateNetworkAclRequest) => any;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
export interface NetworkAclAssociation {
|
|
2352
|
+
|
|
2353
|
+
NetworkAclAssociationId?: string;
|
|
2354
|
+
|
|
2355
|
+
NetworkAclId?: string;
|
|
2356
|
+
|
|
2357
|
+
SubnetId?: string;
|
|
2358
|
+
}
|
|
2359
|
+
export declare namespace NetworkAclAssociation {
|
|
2360
|
+
|
|
2361
|
+
const filterSensitiveLog: (obj: NetworkAclAssociation) => any;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
export interface IcmpTypeCode {
|
|
2365
|
+
|
|
2366
|
+
Code?: number;
|
|
2367
|
+
|
|
2368
|
+
Type?: number;
|
|
2369
|
+
}
|
|
2370
|
+
export declare namespace IcmpTypeCode {
|
|
2371
|
+
|
|
2372
|
+
const filterSensitiveLog: (obj: IcmpTypeCode) => any;
|
|
2373
|
+
}
|
|
2374
|
+
export declare type RuleAction = "allow" | "deny";
|
|
2375
|
+
|
|
2376
|
+
export interface NetworkAclEntry {
|
|
2377
|
+
|
|
2378
|
+
CidrBlock?: string;
|
|
2379
|
+
|
|
2380
|
+
Egress?: boolean;
|
|
2381
|
+
|
|
2382
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
2383
|
+
|
|
2384
|
+
Ipv6CidrBlock?: string;
|
|
2385
|
+
|
|
2386
|
+
PortRange?: PortRange;
|
|
2387
|
+
|
|
2388
|
+
Protocol?: string;
|
|
2389
|
+
|
|
2390
|
+
RuleAction?: RuleAction | string;
|
|
2391
|
+
|
|
2392
|
+
RuleNumber?: number;
|
|
2393
|
+
}
|
|
2394
|
+
export declare namespace NetworkAclEntry {
|
|
2395
|
+
|
|
2396
|
+
const filterSensitiveLog: (obj: NetworkAclEntry) => any;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
export interface NetworkAcl {
|
|
2400
|
+
|
|
2401
|
+
Associations?: NetworkAclAssociation[];
|
|
2402
|
+
|
|
2403
|
+
Entries?: NetworkAclEntry[];
|
|
2404
|
+
|
|
2405
|
+
IsDefault?: boolean;
|
|
2406
|
+
|
|
2407
|
+
NetworkAclId?: string;
|
|
2408
|
+
|
|
2409
|
+
Tags?: Tag[];
|
|
2410
|
+
|
|
2411
|
+
VpcId?: string;
|
|
2412
|
+
|
|
2413
|
+
OwnerId?: string;
|
|
2414
|
+
}
|
|
2415
|
+
export declare namespace NetworkAcl {
|
|
2416
|
+
|
|
2417
|
+
const filterSensitiveLog: (obj: NetworkAcl) => any;
|
|
2418
|
+
}
|
|
2419
|
+
export interface CreateNetworkAclResult {
|
|
2420
|
+
|
|
2421
|
+
NetworkAcl?: NetworkAcl;
|
|
2422
|
+
}
|
|
2423
|
+
export declare namespace CreateNetworkAclResult {
|
|
2424
|
+
|
|
2425
|
+
const filterSensitiveLog: (obj: CreateNetworkAclResult) => any;
|
|
2426
|
+
}
|
|
2427
|
+
export interface CreateNetworkAclEntryRequest {
|
|
2428
|
+
|
|
2429
|
+
CidrBlock?: string;
|
|
2430
|
+
|
|
2431
|
+
DryRun?: boolean;
|
|
2432
|
+
|
|
2433
|
+
Egress: boolean | undefined;
|
|
2434
|
+
|
|
2435
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
2436
|
+
|
|
2437
|
+
Ipv6CidrBlock?: string;
|
|
2438
|
+
|
|
2439
|
+
NetworkAclId: string | undefined;
|
|
2440
|
+
|
|
2441
|
+
PortRange?: PortRange;
|
|
2442
|
+
|
|
2443
|
+
Protocol: string | undefined;
|
|
2444
|
+
|
|
2445
|
+
RuleAction: RuleAction | string | undefined;
|
|
2446
|
+
|
|
2447
|
+
RuleNumber: number | undefined;
|
|
2448
|
+
}
|
|
2449
|
+
export declare namespace CreateNetworkAclEntryRequest {
|
|
2450
|
+
|
|
2451
|
+
const filterSensitiveLog: (obj: CreateNetworkAclEntryRequest) => any;
|
|
2452
|
+
}
|
|
2453
|
+
export interface CreateNetworkInsightsAccessScopeRequest {
|
|
2454
|
+
|
|
2455
|
+
MatchPaths?: AccessScopePathRequest[];
|
|
2456
|
+
|
|
2457
|
+
ExcludePaths?: AccessScopePathRequest[];
|
|
2458
|
+
|
|
2459
|
+
ClientToken?: string;
|
|
2460
|
+
|
|
2461
|
+
TagSpecifications?: TagSpecification[];
|
|
2462
|
+
|
|
2463
|
+
DryRun?: boolean;
|
|
2464
|
+
}
|
|
2465
|
+
export declare namespace CreateNetworkInsightsAccessScopeRequest {
|
|
2466
|
+
|
|
2467
|
+
const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeRequest) => any;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
export interface NetworkInsightsAccessScope {
|
|
2471
|
+
|
|
2472
|
+
NetworkInsightsAccessScopeId?: string;
|
|
2473
|
+
|
|
2474
|
+
NetworkInsightsAccessScopeArn?: string;
|
|
2475
|
+
|
|
2476
|
+
CreatedDate?: Date;
|
|
2477
|
+
|
|
2478
|
+
UpdatedDate?: Date;
|
|
2479
|
+
|
|
2480
|
+
Tags?: Tag[];
|
|
2481
|
+
}
|
|
2482
|
+
export declare namespace NetworkInsightsAccessScope {
|
|
2483
|
+
|
|
2484
|
+
const filterSensitiveLog: (obj: NetworkInsightsAccessScope) => any;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
export interface NetworkInsightsAccessScopeContent {
|
|
2488
|
+
|
|
2489
|
+
NetworkInsightsAccessScopeId?: string;
|
|
2490
|
+
|
|
2491
|
+
MatchPaths?: AccessScopePath[];
|
|
2492
|
+
|
|
2493
|
+
ExcludePaths?: AccessScopePath[];
|
|
2494
|
+
}
|
|
2495
|
+
export declare namespace NetworkInsightsAccessScopeContent {
|
|
2496
|
+
|
|
2497
|
+
const filterSensitiveLog: (obj: NetworkInsightsAccessScopeContent) => any;
|
|
2498
|
+
}
|
|
2499
|
+
export interface CreateNetworkInsightsAccessScopeResult {
|
|
2500
|
+
|
|
2501
|
+
NetworkInsightsAccessScope?: NetworkInsightsAccessScope;
|
|
2502
|
+
|
|
2503
|
+
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
2504
|
+
}
|
|
2505
|
+
export declare namespace CreateNetworkInsightsAccessScopeResult {
|
|
2506
|
+
|
|
2507
|
+
const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeResult) => any;
|
|
2508
|
+
}
|
|
2509
|
+
export interface CreateNetworkInsightsPathRequest {
|
|
2510
|
+
|
|
2511
|
+
SourceIp?: string;
|
|
2512
|
+
|
|
2513
|
+
DestinationIp?: string;
|
|
2514
|
+
|
|
2515
|
+
Source: string | undefined;
|
|
2516
|
+
|
|
2517
|
+
Destination: string | undefined;
|
|
2518
|
+
|
|
2519
|
+
Protocol: Protocol | string | undefined;
|
|
2520
|
+
|
|
2521
|
+
DestinationPort?: number;
|
|
2522
|
+
|
|
2523
|
+
TagSpecifications?: TagSpecification[];
|
|
2524
|
+
|
|
2525
|
+
DryRun?: boolean;
|
|
2526
|
+
|
|
2527
|
+
ClientToken?: string;
|
|
2528
|
+
}
|
|
2529
|
+
export declare namespace CreateNetworkInsightsPathRequest {
|
|
2530
|
+
|
|
2531
|
+
const filterSensitiveLog: (obj: CreateNetworkInsightsPathRequest) => any;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
export interface NetworkInsightsPath {
|
|
2535
|
+
|
|
2536
|
+
NetworkInsightsPathId?: string;
|
|
2537
|
+
|
|
2538
|
+
NetworkInsightsPathArn?: string;
|
|
2539
|
+
|
|
2540
|
+
CreatedDate?: Date;
|
|
2541
|
+
|
|
2542
|
+
Source?: string;
|
|
2543
|
+
|
|
2544
|
+
Destination?: string;
|
|
2545
|
+
|
|
2546
|
+
SourceIp?: string;
|
|
2547
|
+
|
|
2548
|
+
DestinationIp?: string;
|
|
2549
|
+
|
|
2550
|
+
Protocol?: Protocol | string;
|
|
2551
|
+
|
|
2552
|
+
DestinationPort?: number;
|
|
2553
|
+
|
|
2554
|
+
Tags?: Tag[];
|
|
2555
|
+
}
|
|
2556
|
+
export declare namespace NetworkInsightsPath {
|
|
2557
|
+
|
|
2558
|
+
const filterSensitiveLog: (obj: NetworkInsightsPath) => any;
|
|
2559
|
+
}
|
|
2560
|
+
export interface CreateNetworkInsightsPathResult {
|
|
2561
|
+
|
|
2562
|
+
NetworkInsightsPath?: NetworkInsightsPath;
|
|
2563
|
+
}
|
|
2564
|
+
export declare namespace CreateNetworkInsightsPathResult {
|
|
2565
|
+
|
|
2566
|
+
const filterSensitiveLog: (obj: CreateNetworkInsightsPathResult) => any;
|
|
2567
|
+
}
|
|
2568
|
+
export declare type NetworkInterfaceCreationType = "branch" | "efa" | "trunk";
|
|
2569
|
+
|
|
2570
|
+
export interface CreateNetworkInterfaceRequest {
|
|
2571
|
+
|
|
2572
|
+
Description?: string;
|
|
2573
|
+
|
|
2574
|
+
DryRun?: boolean;
|
|
2575
|
+
|
|
2576
|
+
Groups?: string[];
|
|
2577
|
+
|
|
2578
|
+
Ipv6AddressCount?: number;
|
|
2579
|
+
|
|
2580
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
2581
|
+
|
|
2582
|
+
PrivateIpAddress?: string;
|
|
2583
|
+
|
|
2584
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
2585
|
+
|
|
2586
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
2587
|
+
|
|
2588
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
2589
|
+
|
|
2590
|
+
Ipv4PrefixCount?: number;
|
|
2591
|
+
|
|
2592
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
2593
|
+
|
|
2594
|
+
Ipv6PrefixCount?: number;
|
|
2595
|
+
|
|
2596
|
+
InterfaceType?: NetworkInterfaceCreationType | string;
|
|
2597
|
+
|
|
2598
|
+
SubnetId: string | undefined;
|
|
2599
|
+
|
|
2600
|
+
TagSpecifications?: TagSpecification[];
|
|
2601
|
+
|
|
2602
|
+
ClientToken?: string;
|
|
2603
|
+
}
|
|
2604
|
+
export declare namespace CreateNetworkInterfaceRequest {
|
|
2605
|
+
|
|
2606
|
+
const filterSensitiveLog: (obj: CreateNetworkInterfaceRequest) => any;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
export interface NetworkInterfaceAssociation {
|
|
2610
|
+
|
|
2611
|
+
AllocationId?: string;
|
|
2612
|
+
|
|
2613
|
+
AssociationId?: string;
|
|
2614
|
+
|
|
2615
|
+
IpOwnerId?: string;
|
|
2616
|
+
|
|
2617
|
+
PublicDnsName?: string;
|
|
2618
|
+
|
|
2619
|
+
PublicIp?: string;
|
|
2620
|
+
|
|
2621
|
+
CustomerOwnedIp?: string;
|
|
2622
|
+
|
|
2623
|
+
CarrierIp?: string;
|
|
2624
|
+
}
|
|
2625
|
+
export declare namespace NetworkInterfaceAssociation {
|
|
2626
|
+
|
|
2627
|
+
const filterSensitiveLog: (obj: NetworkInterfaceAssociation) => any;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
export interface NetworkInterfaceAttachment {
|
|
2631
|
+
|
|
2632
|
+
AttachTime?: Date;
|
|
2633
|
+
|
|
2634
|
+
AttachmentId?: string;
|
|
2635
|
+
|
|
2636
|
+
DeleteOnTermination?: boolean;
|
|
2637
|
+
|
|
2638
|
+
DeviceIndex?: number;
|
|
2639
|
+
|
|
2640
|
+
NetworkCardIndex?: number;
|
|
2641
|
+
|
|
2642
|
+
InstanceId?: string;
|
|
2643
|
+
|
|
2644
|
+
InstanceOwnerId?: string;
|
|
2645
|
+
|
|
2646
|
+
Status?: AttachmentStatus | string;
|
|
2647
|
+
}
|
|
2648
|
+
export declare namespace NetworkInterfaceAttachment {
|
|
2649
|
+
|
|
2650
|
+
const filterSensitiveLog: (obj: NetworkInterfaceAttachment) => any;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
export interface GroupIdentifier {
|
|
2654
|
+
|
|
2655
|
+
GroupName?: string;
|
|
2656
|
+
|
|
2657
|
+
GroupId?: string;
|
|
2658
|
+
}
|
|
2659
|
+
export declare namespace GroupIdentifier {
|
|
2660
|
+
|
|
2661
|
+
const filterSensitiveLog: (obj: GroupIdentifier) => any;
|
|
2662
|
+
}
|
|
2663
|
+
export declare type NetworkInterfaceType = "api_gateway_managed" | "aws_codestar_connections_managed" | "branch" | "efa" | "gateway_load_balancer" | "gateway_load_balancer_endpoint" | "global_accelerator_managed" | "interface" | "iot_rules_managed" | "lambda" | "load_balancer" | "natGateway" | "network_load_balancer" | "quicksight" | "transit_gateway" | "trunk" | "vpc_endpoint";
|
|
2664
|
+
|
|
2665
|
+
export interface NetworkInterfaceIpv6Address {
|
|
2666
|
+
|
|
2667
|
+
Ipv6Address?: string;
|
|
2668
|
+
}
|
|
2669
|
+
export declare namespace NetworkInterfaceIpv6Address {
|
|
2670
|
+
|
|
2671
|
+
const filterSensitiveLog: (obj: NetworkInterfaceIpv6Address) => any;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
export interface Ipv6PrefixSpecification {
|
|
2675
|
+
|
|
2676
|
+
Ipv6Prefix?: string;
|
|
2677
|
+
}
|
|
2678
|
+
export declare namespace Ipv6PrefixSpecification {
|
|
2679
|
+
|
|
2680
|
+
const filterSensitiveLog: (obj: Ipv6PrefixSpecification) => any;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
export interface NetworkInterfacePrivateIpAddress {
|
|
2684
|
+
|
|
2685
|
+
Association?: NetworkInterfaceAssociation;
|
|
2686
|
+
|
|
2687
|
+
Primary?: boolean;
|
|
2688
|
+
|
|
2689
|
+
PrivateDnsName?: string;
|
|
2690
|
+
|
|
2691
|
+
PrivateIpAddress?: string;
|
|
2692
|
+
}
|
|
2693
|
+
export declare namespace NetworkInterfacePrivateIpAddress {
|
|
2694
|
+
|
|
2695
|
+
const filterSensitiveLog: (obj: NetworkInterfacePrivateIpAddress) => any;
|
|
2696
|
+
}
|
|
2697
|
+
export declare type NetworkInterfaceStatus = "associated" | "attaching" | "available" | "detaching" | "in-use";
|
|
2698
|
+
|
|
2699
|
+
export interface NetworkInterface {
|
|
2700
|
+
|
|
2701
|
+
Association?: NetworkInterfaceAssociation;
|
|
2702
|
+
|
|
2703
|
+
Attachment?: NetworkInterfaceAttachment;
|
|
2704
|
+
|
|
2705
|
+
AvailabilityZone?: string;
|
|
2706
|
+
|
|
2707
|
+
Description?: string;
|
|
2708
|
+
|
|
2709
|
+
Groups?: GroupIdentifier[];
|
|
2710
|
+
|
|
2711
|
+
InterfaceType?: NetworkInterfaceType | string;
|
|
2712
|
+
|
|
2713
|
+
Ipv6Addresses?: NetworkInterfaceIpv6Address[];
|
|
2714
|
+
|
|
2715
|
+
MacAddress?: string;
|
|
2716
|
+
|
|
2717
|
+
NetworkInterfaceId?: string;
|
|
2718
|
+
|
|
2719
|
+
OutpostArn?: string;
|
|
2720
|
+
|
|
2721
|
+
OwnerId?: string;
|
|
2722
|
+
|
|
2723
|
+
PrivateDnsName?: string;
|
|
2724
|
+
|
|
2725
|
+
PrivateIpAddress?: string;
|
|
2726
|
+
|
|
2727
|
+
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
|
|
2728
|
+
|
|
2729
|
+
Ipv4Prefixes?: Ipv4PrefixSpecification[];
|
|
2730
|
+
|
|
2731
|
+
Ipv6Prefixes?: Ipv6PrefixSpecification[];
|
|
2732
|
+
|
|
2733
|
+
RequesterId?: string;
|
|
2734
|
+
|
|
2735
|
+
RequesterManaged?: boolean;
|
|
2736
|
+
|
|
2737
|
+
SourceDestCheck?: boolean;
|
|
2738
|
+
|
|
2739
|
+
Status?: NetworkInterfaceStatus | string;
|
|
2740
|
+
|
|
2741
|
+
SubnetId?: string;
|
|
2742
|
+
|
|
2743
|
+
TagSet?: Tag[];
|
|
2744
|
+
|
|
2745
|
+
VpcId?: string;
|
|
2746
|
+
|
|
2747
|
+
DenyAllIgwTraffic?: boolean;
|
|
2748
|
+
|
|
2749
|
+
Ipv6Native?: boolean;
|
|
2750
|
+
|
|
2751
|
+
Ipv6Address?: string;
|
|
2752
|
+
}
|
|
2753
|
+
export declare namespace NetworkInterface {
|
|
2754
|
+
|
|
2755
|
+
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
export interface CreateNetworkInterfaceResult {
|
|
2759
|
+
|
|
2760
|
+
NetworkInterface?: NetworkInterface;
|
|
2761
|
+
|
|
2762
|
+
ClientToken?: string;
|
|
2763
|
+
}
|
|
2764
|
+
export declare namespace CreateNetworkInterfaceResult {
|
|
2765
|
+
|
|
2766
|
+
const filterSensitiveLog: (obj: CreateNetworkInterfaceResult) => any;
|
|
2767
|
+
}
|
|
2768
|
+
export declare type InterfacePermissionType = "EIP-ASSOCIATE" | "INSTANCE-ATTACH";
|
|
2769
|
+
|
|
2770
|
+
export interface CreateNetworkInterfacePermissionRequest {
|
|
2771
|
+
|
|
2772
|
+
NetworkInterfaceId: string | undefined;
|
|
2773
|
+
|
|
2774
|
+
AwsAccountId?: string;
|
|
2775
|
+
|
|
2776
|
+
AwsService?: string;
|
|
2777
|
+
|
|
2778
|
+
Permission: InterfacePermissionType | string | undefined;
|
|
2779
|
+
|
|
2780
|
+
DryRun?: boolean;
|
|
2781
|
+
}
|
|
2782
|
+
export declare namespace CreateNetworkInterfacePermissionRequest {
|
|
2783
|
+
|
|
2784
|
+
const filterSensitiveLog: (obj: CreateNetworkInterfacePermissionRequest) => any;
|
|
2785
|
+
}
|
|
2786
|
+
export declare type NetworkInterfacePermissionStateCode = "granted" | "pending" | "revoked" | "revoking";
|
|
2787
|
+
|
|
2788
|
+
export interface NetworkInterfacePermissionState {
|
|
2789
|
+
|
|
2790
|
+
State?: NetworkInterfacePermissionStateCode | string;
|
|
2791
|
+
|
|
2792
|
+
StatusMessage?: string;
|
|
2793
|
+
}
|
|
2794
|
+
export declare namespace NetworkInterfacePermissionState {
|
|
2795
|
+
|
|
2796
|
+
const filterSensitiveLog: (obj: NetworkInterfacePermissionState) => any;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
export interface NetworkInterfacePermission {
|
|
2800
|
+
|
|
2801
|
+
NetworkInterfacePermissionId?: string;
|
|
2802
|
+
|
|
2803
|
+
NetworkInterfaceId?: string;
|
|
2804
|
+
|
|
2805
|
+
AwsAccountId?: string;
|
|
2806
|
+
|
|
2807
|
+
AwsService?: string;
|
|
2808
|
+
|
|
2809
|
+
Permission?: InterfacePermissionType | string;
|
|
2810
|
+
|
|
2811
|
+
PermissionState?: NetworkInterfacePermissionState;
|
|
2812
|
+
}
|
|
2813
|
+
export declare namespace NetworkInterfacePermission {
|
|
2814
|
+
|
|
2815
|
+
const filterSensitiveLog: (obj: NetworkInterfacePermission) => any;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
export interface CreateNetworkInterfacePermissionResult {
|
|
2819
|
+
|
|
2820
|
+
InterfacePermission?: NetworkInterfacePermission;
|
|
2821
|
+
}
|
|
2822
|
+
export declare namespace CreateNetworkInterfacePermissionResult {
|
|
2823
|
+
|
|
2824
|
+
const filterSensitiveLog: (obj: CreateNetworkInterfacePermissionResult) => any;
|
|
2825
|
+
}
|
|
2826
|
+
export declare type PlacementStrategy = "cluster" | "partition" | "spread";
|
|
2827
|
+
export interface CreatePlacementGroupRequest {
|
|
2828
|
+
|
|
2829
|
+
DryRun?: boolean;
|
|
2830
|
+
|
|
2831
|
+
GroupName?: string;
|
|
2832
|
+
|
|
2833
|
+
Strategy?: PlacementStrategy | string;
|
|
2834
|
+
|
|
2835
|
+
PartitionCount?: number;
|
|
2836
|
+
|
|
2837
|
+
TagSpecifications?: TagSpecification[];
|
|
2838
|
+
}
|
|
2839
|
+
export declare namespace CreatePlacementGroupRequest {
|
|
2840
|
+
|
|
2841
|
+
const filterSensitiveLog: (obj: CreatePlacementGroupRequest) => any;
|
|
2842
|
+
}
|
|
2843
|
+
export declare type PlacementGroupState = "available" | "deleted" | "deleting" | "pending";
|
|
2844
|
+
|
|
2845
|
+
export interface PlacementGroup {
|
|
2846
|
+
|
|
2847
|
+
GroupName?: string;
|
|
2848
|
+
|
|
2849
|
+
State?: PlacementGroupState | string;
|
|
2850
|
+
|
|
2851
|
+
Strategy?: PlacementStrategy | string;
|
|
2852
|
+
|
|
2853
|
+
PartitionCount?: number;
|
|
2854
|
+
|
|
2855
|
+
GroupId?: string;
|
|
2856
|
+
|
|
2857
|
+
Tags?: Tag[];
|
|
2858
|
+
|
|
2859
|
+
GroupArn?: string;
|
|
2860
|
+
}
|
|
2861
|
+
export declare namespace PlacementGroup {
|
|
2862
|
+
|
|
2863
|
+
const filterSensitiveLog: (obj: PlacementGroup) => any;
|
|
2864
|
+
}
|
|
2865
|
+
export interface CreatePlacementGroupResult {
|
|
2866
|
+
|
|
2867
|
+
PlacementGroup?: PlacementGroup;
|
|
2868
|
+
}
|
|
2869
|
+
export declare namespace CreatePlacementGroupResult {
|
|
2870
|
+
|
|
2871
|
+
const filterSensitiveLog: (obj: CreatePlacementGroupResult) => any;
|
|
2872
|
+
}
|
|
2873
|
+
export interface CreatePublicIpv4PoolRequest {
|
|
2874
|
+
|
|
2875
|
+
DryRun?: boolean;
|
|
2876
|
+
|
|
2877
|
+
TagSpecifications?: TagSpecification[];
|
|
2878
|
+
}
|
|
2879
|
+
export declare namespace CreatePublicIpv4PoolRequest {
|
|
2880
|
+
|
|
2881
|
+
const filterSensitiveLog: (obj: CreatePublicIpv4PoolRequest) => any;
|
|
2882
|
+
}
|
|
2883
|
+
export interface CreatePublicIpv4PoolResult {
|
|
2884
|
+
|
|
2885
|
+
PoolId?: string;
|
|
2886
|
+
}
|
|
2887
|
+
export declare namespace CreatePublicIpv4PoolResult {
|
|
2888
|
+
|
|
2889
|
+
const filterSensitiveLog: (obj: CreatePublicIpv4PoolResult) => any;
|
|
2890
|
+
}
|
|
2891
|
+
export interface CreateReplaceRootVolumeTaskRequest {
|
|
2892
|
+
|
|
2893
|
+
InstanceId: string | undefined;
|
|
2894
|
+
|
|
2895
|
+
SnapshotId?: string;
|
|
2896
|
+
|
|
2897
|
+
ClientToken?: string;
|
|
2898
|
+
|
|
2899
|
+
DryRun?: boolean;
|
|
2900
|
+
|
|
2901
|
+
TagSpecifications?: TagSpecification[];
|
|
2902
|
+
}
|
|
2903
|
+
export declare namespace CreateReplaceRootVolumeTaskRequest {
|
|
2904
|
+
|
|
2905
|
+
const filterSensitiveLog: (obj: CreateReplaceRootVolumeTaskRequest) => any;
|
|
2906
|
+
}
|
|
2907
|
+
export declare enum ReplaceRootVolumeTaskState {
|
|
2908
|
+
failed = "failed",
|
|
2909
|
+
failed_detached = "failed-detached",
|
|
2910
|
+
failing = "failing",
|
|
2911
|
+
in_progress = "in-progress",
|
|
2912
|
+
pending = "pending",
|
|
2913
|
+
succeeded = "succeeded"
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
export interface ReplaceRootVolumeTask {
|
|
2917
|
+
|
|
2918
|
+
ReplaceRootVolumeTaskId?: string;
|
|
2919
|
+
|
|
2920
|
+
InstanceId?: string;
|
|
2921
|
+
|
|
2922
|
+
TaskState?: ReplaceRootVolumeTaskState | string;
|
|
2923
|
+
|
|
2924
|
+
StartTime?: string;
|
|
2925
|
+
|
|
2926
|
+
CompleteTime?: string;
|
|
2927
|
+
|
|
2928
|
+
Tags?: Tag[];
|
|
2929
|
+
}
|
|
2930
|
+
export declare namespace ReplaceRootVolumeTask {
|
|
2931
|
+
|
|
2932
|
+
const filterSensitiveLog: (obj: ReplaceRootVolumeTask) => any;
|
|
2933
|
+
}
|
|
2934
|
+
export interface CreateReplaceRootVolumeTaskResult {
|
|
2935
|
+
|
|
2936
|
+
ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
|
|
2937
|
+
}
|
|
2938
|
+
export declare namespace CreateReplaceRootVolumeTaskResult {
|
|
2939
|
+
|
|
2940
|
+
const filterSensitiveLog: (obj: CreateReplaceRootVolumeTaskResult) => any;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
export interface PriceScheduleSpecification {
|
|
2944
|
+
|
|
2945
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
2946
|
+
|
|
2947
|
+
Price?: number;
|
|
2948
|
+
|
|
2949
|
+
Term?: number;
|
|
2950
|
+
}
|
|
2951
|
+
export declare namespace PriceScheduleSpecification {
|
|
2952
|
+
|
|
2953
|
+
const filterSensitiveLog: (obj: PriceScheduleSpecification) => any;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
export interface CreateReservedInstancesListingRequest {
|
|
2957
|
+
|
|
2958
|
+
ClientToken: string | undefined;
|
|
2959
|
+
|
|
2960
|
+
InstanceCount: number | undefined;
|
|
2961
|
+
|
|
2962
|
+
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
2963
|
+
|
|
2964
|
+
ReservedInstancesId: string | undefined;
|
|
2965
|
+
}
|
|
2966
|
+
export declare namespace CreateReservedInstancesListingRequest {
|
|
2967
|
+
|
|
2968
|
+
const filterSensitiveLog: (obj: CreateReservedInstancesListingRequest) => any;
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2971
|
+
export interface CreateReservedInstancesListingResult {
|
|
2972
|
+
|
|
2973
|
+
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
2974
|
+
}
|
|
2975
|
+
export declare namespace CreateReservedInstancesListingResult {
|
|
2976
|
+
|
|
2977
|
+
const filterSensitiveLog: (obj: CreateReservedInstancesListingResult) => any;
|
|
2978
|
+
}
|
|
2979
|
+
export interface CreateRestoreImageTaskRequest {
|
|
2980
|
+
|
|
2981
|
+
Bucket: string | undefined;
|
|
2982
|
+
|
|
2983
|
+
ObjectKey: string | undefined;
|
|
2984
|
+
|
|
2985
|
+
Name?: string;
|
|
2986
|
+
|
|
2987
|
+
TagSpecifications?: TagSpecification[];
|
|
2988
|
+
|
|
2989
|
+
DryRun?: boolean;
|
|
2990
|
+
}
|
|
2991
|
+
export declare namespace CreateRestoreImageTaskRequest {
|
|
2992
|
+
|
|
2993
|
+
const filterSensitiveLog: (obj: CreateRestoreImageTaskRequest) => any;
|
|
2994
|
+
}
|
|
2995
|
+
export interface CreateRestoreImageTaskResult {
|
|
2996
|
+
|
|
2997
|
+
ImageId?: string;
|
|
2998
|
+
}
|
|
2999
|
+
export declare namespace CreateRestoreImageTaskResult {
|
|
3000
|
+
|
|
3001
|
+
const filterSensitiveLog: (obj: CreateRestoreImageTaskResult) => any;
|
|
3002
|
+
}
|
|
3003
|
+
export interface CreateRouteRequest {
|
|
3004
|
+
|
|
3005
|
+
DestinationCidrBlock?: string;
|
|
3006
|
+
|
|
3007
|
+
DestinationIpv6CidrBlock?: string;
|
|
3008
|
+
|
|
3009
|
+
DestinationPrefixListId?: string;
|
|
3010
|
+
|
|
3011
|
+
DryRun?: boolean;
|
|
3012
|
+
|
|
3013
|
+
VpcEndpointId?: string;
|
|
3014
|
+
|
|
3015
|
+
EgressOnlyInternetGatewayId?: string;
|
|
3016
|
+
|
|
3017
|
+
GatewayId?: string;
|
|
3018
|
+
|
|
3019
|
+
InstanceId?: string;
|
|
3020
|
+
|
|
3021
|
+
NatGatewayId?: string;
|
|
3022
|
+
|
|
3023
|
+
TransitGatewayId?: string;
|
|
3024
|
+
|
|
3025
|
+
LocalGatewayId?: string;
|
|
3026
|
+
|
|
3027
|
+
CarrierGatewayId?: string;
|
|
3028
|
+
|
|
3029
|
+
NetworkInterfaceId?: string;
|
|
3030
|
+
|
|
3031
|
+
RouteTableId: string | undefined;
|
|
3032
|
+
|
|
3033
|
+
VpcPeeringConnectionId?: string;
|
|
3034
|
+
|
|
3035
|
+
CoreNetworkArn?: string;
|
|
3036
|
+
}
|
|
3037
|
+
export declare namespace CreateRouteRequest {
|
|
3038
|
+
|
|
3039
|
+
const filterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
3040
|
+
}
|
|
3041
|
+
export interface CreateRouteResult {
|
|
3042
|
+
|
|
3043
|
+
Return?: boolean;
|
|
3044
|
+
}
|
|
3045
|
+
export declare namespace CreateRouteResult {
|
|
3046
|
+
|
|
3047
|
+
const filterSensitiveLog: (obj: CreateRouteResult) => any;
|
|
3048
|
+
}
|
|
3049
|
+
export interface CreateRouteTableRequest {
|
|
3050
|
+
|
|
3051
|
+
DryRun?: boolean;
|
|
3052
|
+
|
|
3053
|
+
VpcId: string | undefined;
|
|
3054
|
+
|
|
3055
|
+
TagSpecifications?: TagSpecification[];
|
|
3056
|
+
}
|
|
3057
|
+
export declare namespace CreateRouteTableRequest {
|
|
3058
|
+
|
|
3059
|
+
const filterSensitiveLog: (obj: CreateRouteTableRequest) => any;
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
export interface RouteTableAssociation {
|
|
3063
|
+
|
|
3064
|
+
Main?: boolean;
|
|
3065
|
+
|
|
3066
|
+
RouteTableAssociationId?: string;
|
|
3067
|
+
|
|
3068
|
+
RouteTableId?: string;
|
|
3069
|
+
|
|
3070
|
+
SubnetId?: string;
|
|
3071
|
+
|
|
3072
|
+
GatewayId?: string;
|
|
3073
|
+
|
|
3074
|
+
AssociationState?: RouteTableAssociationState;
|
|
3075
|
+
}
|
|
3076
|
+
export declare namespace RouteTableAssociation {
|
|
3077
|
+
|
|
3078
|
+
const filterSensitiveLog: (obj: RouteTableAssociation) => any;
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
export interface PropagatingVgw {
|
|
3082
|
+
|
|
3083
|
+
GatewayId?: string;
|
|
3084
|
+
}
|
|
3085
|
+
export declare namespace PropagatingVgw {
|
|
3086
|
+
|
|
3087
|
+
const filterSensitiveLog: (obj: PropagatingVgw) => any;
|
|
3088
|
+
}
|
|
3089
|
+
export declare type RouteOrigin = "CreateRoute" | "CreateRouteTable" | "EnableVgwRoutePropagation";
|
|
3090
|
+
export declare type RouteState = "active" | "blackhole";
|
|
3091
|
+
|
|
3092
|
+
export interface Route {
|
|
3093
|
+
|
|
3094
|
+
DestinationCidrBlock?: string;
|
|
3095
|
+
|
|
3096
|
+
DestinationIpv6CidrBlock?: string;
|
|
3097
|
+
|
|
3098
|
+
DestinationPrefixListId?: string;
|
|
3099
|
+
|
|
3100
|
+
EgressOnlyInternetGatewayId?: string;
|
|
3101
|
+
|
|
3102
|
+
GatewayId?: string;
|
|
3103
|
+
|
|
3104
|
+
InstanceId?: string;
|
|
3105
|
+
|
|
3106
|
+
InstanceOwnerId?: string;
|
|
3107
|
+
|
|
3108
|
+
NatGatewayId?: string;
|
|
3109
|
+
|
|
3110
|
+
TransitGatewayId?: string;
|
|
3111
|
+
|
|
3112
|
+
LocalGatewayId?: string;
|
|
3113
|
+
|
|
3114
|
+
CarrierGatewayId?: string;
|
|
3115
|
+
|
|
3116
|
+
NetworkInterfaceId?: string;
|
|
3117
|
+
|
|
3118
|
+
Origin?: RouteOrigin | string;
|
|
3119
|
+
|
|
3120
|
+
State?: RouteState | string;
|
|
3121
|
+
|
|
3122
|
+
VpcPeeringConnectionId?: string;
|
|
3123
|
+
|
|
3124
|
+
CoreNetworkArn?: string;
|
|
3125
|
+
}
|
|
3126
|
+
export declare namespace Route {
|
|
3127
|
+
|
|
3128
|
+
const filterSensitiveLog: (obj: Route) => any;
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
export interface RouteTable {
|
|
3132
|
+
|
|
3133
|
+
Associations?: RouteTableAssociation[];
|
|
3134
|
+
|
|
3135
|
+
PropagatingVgws?: PropagatingVgw[];
|
|
3136
|
+
|
|
3137
|
+
RouteTableId?: string;
|
|
3138
|
+
|
|
3139
|
+
Routes?: Route[];
|
|
3140
|
+
|
|
3141
|
+
Tags?: Tag[];
|
|
3142
|
+
|
|
3143
|
+
VpcId?: string;
|
|
3144
|
+
|
|
3145
|
+
OwnerId?: string;
|
|
3146
|
+
}
|
|
3147
|
+
export declare namespace RouteTable {
|
|
3148
|
+
|
|
3149
|
+
const filterSensitiveLog: (obj: RouteTable) => any;
|
|
3150
|
+
}
|
|
3151
|
+
export interface CreateRouteTableResult {
|
|
3152
|
+
|
|
3153
|
+
RouteTable?: RouteTable;
|
|
3154
|
+
}
|
|
3155
|
+
export declare namespace CreateRouteTableResult {
|
|
3156
|
+
|
|
3157
|
+
const filterSensitiveLog: (obj: CreateRouteTableResult) => any;
|
|
3158
|
+
}
|
|
3159
|
+
export interface CreateSecurityGroupRequest {
|
|
3160
|
+
|
|
3161
|
+
Description: string | undefined;
|
|
3162
|
+
|
|
3163
|
+
GroupName: string | undefined;
|
|
3164
|
+
|
|
3165
|
+
VpcId?: string;
|
|
3166
|
+
|
|
3167
|
+
TagSpecifications?: TagSpecification[];
|
|
3168
|
+
|
|
3169
|
+
DryRun?: boolean;
|
|
3170
|
+
}
|
|
3171
|
+
export declare namespace CreateSecurityGroupRequest {
|
|
3172
|
+
|
|
3173
|
+
const filterSensitiveLog: (obj: CreateSecurityGroupRequest) => any;
|
|
3174
|
+
}
|
|
3175
|
+
export interface CreateSecurityGroupResult {
|
|
3176
|
+
|
|
3177
|
+
GroupId?: string;
|
|
3178
|
+
|
|
3179
|
+
Tags?: Tag[];
|
|
3180
|
+
}
|
|
3181
|
+
export declare namespace CreateSecurityGroupResult {
|
|
3182
|
+
|
|
3183
|
+
const filterSensitiveLog: (obj: CreateSecurityGroupResult) => any;
|
|
3184
|
+
}
|
|
3185
|
+
export interface CreateSnapshotRequest {
|
|
3186
|
+
|
|
3187
|
+
Description?: string;
|
|
3188
|
+
|
|
3189
|
+
OutpostArn?: string;
|
|
3190
|
+
|
|
3191
|
+
VolumeId: string | undefined;
|
|
3192
|
+
|
|
3193
|
+
TagSpecifications?: TagSpecification[];
|
|
3194
|
+
|
|
3195
|
+
DryRun?: boolean;
|
|
3196
|
+
}
|
|
3197
|
+
export declare namespace CreateSnapshotRequest {
|
|
3198
|
+
|
|
3199
|
+
const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
|
|
3200
|
+
}
|
|
3201
|
+
export declare type SnapshotState = "completed" | "error" | "pending" | "recoverable" | "recovering";
|
|
3202
|
+
export declare enum StorageTier {
|
|
3203
|
+
archive = "archive",
|
|
3204
|
+
standard = "standard"
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
export interface Snapshot {
|
|
3208
|
+
|
|
3209
|
+
DataEncryptionKeyId?: string;
|
|
3210
|
+
|
|
3211
|
+
Description?: string;
|
|
3212
|
+
|
|
3213
|
+
Encrypted?: boolean;
|
|
3214
|
+
|
|
3215
|
+
KmsKeyId?: string;
|
|
3216
|
+
|
|
3217
|
+
OwnerId?: string;
|
|
3218
|
+
|
|
3219
|
+
Progress?: string;
|
|
3220
|
+
|
|
3221
|
+
SnapshotId?: string;
|
|
3222
|
+
|
|
3223
|
+
StartTime?: Date;
|
|
3224
|
+
|
|
3225
|
+
State?: SnapshotState | string;
|
|
3226
|
+
|
|
3227
|
+
StateMessage?: string;
|
|
3228
|
+
|
|
3229
|
+
VolumeId?: string;
|
|
3230
|
+
|
|
3231
|
+
VolumeSize?: number;
|
|
3232
|
+
|
|
3233
|
+
OwnerAlias?: string;
|
|
3234
|
+
|
|
3235
|
+
OutpostArn?: string;
|
|
3236
|
+
|
|
3237
|
+
Tags?: Tag[];
|
|
3238
|
+
|
|
3239
|
+
StorageTier?: StorageTier | string;
|
|
3240
|
+
|
|
3241
|
+
RestoreExpiryTime?: Date;
|
|
3242
|
+
}
|
|
3243
|
+
export declare namespace Snapshot {
|
|
3244
|
+
|
|
3245
|
+
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
3246
|
+
}
|
|
3247
|
+
export declare type CopyTagsFromSource = "volume";
|
|
3248
|
+
|
|
3249
|
+
export interface InstanceSpecification {
|
|
3250
|
+
|
|
3251
|
+
InstanceId?: string;
|
|
3252
|
+
|
|
3253
|
+
ExcludeBootVolume?: boolean;
|
|
3254
|
+
}
|
|
3255
|
+
export declare namespace InstanceSpecification {
|
|
3256
|
+
|
|
3257
|
+
const filterSensitiveLog: (obj: InstanceSpecification) => any;
|
|
3258
|
+
}
|
|
3259
|
+
export interface CreateSnapshotsRequest {
|
|
3260
|
+
|
|
3261
|
+
Description?: string;
|
|
3262
|
+
|
|
3263
|
+
InstanceSpecification: InstanceSpecification | undefined;
|
|
3264
|
+
|
|
3265
|
+
OutpostArn?: string;
|
|
3266
|
+
|
|
3267
|
+
TagSpecifications?: TagSpecification[];
|
|
3268
|
+
|
|
3269
|
+
DryRun?: boolean;
|
|
3270
|
+
|
|
3271
|
+
CopyTagsFromSource?: CopyTagsFromSource | string;
|
|
3272
|
+
}
|
|
3273
|
+
export declare namespace CreateSnapshotsRequest {
|
|
3274
|
+
|
|
3275
|
+
const filterSensitiveLog: (obj: CreateSnapshotsRequest) => any;
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
export interface SnapshotInfo {
|
|
3279
|
+
|
|
3280
|
+
Description?: string;
|
|
3281
|
+
|
|
3282
|
+
Tags?: Tag[];
|
|
3283
|
+
|
|
3284
|
+
Encrypted?: boolean;
|
|
3285
|
+
|
|
3286
|
+
VolumeId?: string;
|
|
3287
|
+
|
|
3288
|
+
State?: SnapshotState | string;
|
|
3289
|
+
|
|
3290
|
+
VolumeSize?: number;
|
|
3291
|
+
|
|
3292
|
+
StartTime?: Date;
|
|
3293
|
+
|
|
3294
|
+
Progress?: string;
|
|
3295
|
+
|
|
3296
|
+
OwnerId?: string;
|
|
3297
|
+
|
|
3298
|
+
SnapshotId?: string;
|
|
3299
|
+
|
|
3300
|
+
OutpostArn?: string;
|
|
3301
|
+
}
|
|
3302
|
+
export declare namespace SnapshotInfo {
|
|
3303
|
+
|
|
3304
|
+
const filterSensitiveLog: (obj: SnapshotInfo) => any;
|
|
3305
|
+
}
|
|
3306
|
+
export interface CreateSnapshotsResult {
|
|
3307
|
+
|
|
3308
|
+
Snapshots?: SnapshotInfo[];
|
|
3309
|
+
}
|
|
3310
|
+
export declare namespace CreateSnapshotsResult {
|
|
3311
|
+
|
|
3312
|
+
const filterSensitiveLog: (obj: CreateSnapshotsResult) => any;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
|
+
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
3316
|
+
|
|
3317
|
+
Bucket: string | undefined;
|
|
3318
|
+
|
|
3319
|
+
DryRun?: boolean;
|
|
3320
|
+
|
|
3321
|
+
Prefix?: string;
|
|
3322
|
+
}
|
|
3323
|
+
export declare namespace CreateSpotDatafeedSubscriptionRequest {
|
|
3324
|
+
|
|
3325
|
+
const filterSensitiveLog: (obj: CreateSpotDatafeedSubscriptionRequest) => any;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
export interface SpotInstanceStateFault {
|
|
3329
|
+
|
|
3330
|
+
Code?: string;
|
|
3331
|
+
|
|
3332
|
+
Message?: string;
|
|
3333
|
+
}
|
|
3334
|
+
export declare namespace SpotInstanceStateFault {
|
|
3335
|
+
|
|
3336
|
+
const filterSensitiveLog: (obj: SpotInstanceStateFault) => any;
|
|
3337
|
+
}
|
|
3338
|
+
export declare type DatafeedSubscriptionState = "Active" | "Inactive";
|
|
3339
|
+
|
|
3340
|
+
export interface SpotDatafeedSubscription {
|
|
3341
|
+
|
|
3342
|
+
Bucket?: string;
|
|
3343
|
+
|
|
3344
|
+
Fault?: SpotInstanceStateFault;
|
|
3345
|
+
|
|
3346
|
+
OwnerId?: string;
|
|
3347
|
+
|
|
3348
|
+
Prefix?: string;
|
|
3349
|
+
|
|
3350
|
+
State?: DatafeedSubscriptionState | string;
|
|
3351
|
+
}
|
|
3352
|
+
export declare namespace SpotDatafeedSubscription {
|
|
3353
|
+
|
|
3354
|
+
const filterSensitiveLog: (obj: SpotDatafeedSubscription) => any;
|
|
3355
|
+
}
|
|
3356
|
+
|
|
3357
|
+
export interface CreateSpotDatafeedSubscriptionResult {
|
|
3358
|
+
|
|
3359
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription;
|
|
3360
|
+
}
|
|
3361
|
+
export declare namespace CreateSpotDatafeedSubscriptionResult {
|
|
3362
|
+
|
|
3363
|
+
const filterSensitiveLog: (obj: CreateSpotDatafeedSubscriptionResult) => any;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
export interface S3ObjectTag {
|
|
3367
|
+
|
|
3368
|
+
Key?: string;
|
|
3369
|
+
|
|
3370
|
+
Value?: string;
|
|
3371
|
+
}
|
|
3372
|
+
export declare namespace S3ObjectTag {
|
|
3373
|
+
|
|
3374
|
+
const filterSensitiveLog: (obj: S3ObjectTag) => any;
|
|
3375
|
+
}
|
|
3376
|
+
export interface CreateStoreImageTaskRequest {
|
|
3377
|
+
|
|
3378
|
+
ImageId: string | undefined;
|
|
3379
|
+
|
|
3380
|
+
Bucket: string | undefined;
|
|
3381
|
+
|
|
3382
|
+
S3ObjectTags?: S3ObjectTag[];
|
|
3383
|
+
|
|
3384
|
+
DryRun?: boolean;
|
|
3385
|
+
}
|
|
3386
|
+
export declare namespace CreateStoreImageTaskRequest {
|
|
3387
|
+
|
|
3388
|
+
const filterSensitiveLog: (obj: CreateStoreImageTaskRequest) => any;
|
|
3389
|
+
}
|
|
3390
|
+
export interface CreateStoreImageTaskResult {
|
|
3391
|
+
|
|
3392
|
+
ObjectKey?: string;
|
|
3393
|
+
}
|
|
3394
|
+
export declare namespace CreateStoreImageTaskResult {
|
|
3395
|
+
|
|
3396
|
+
const filterSensitiveLog: (obj: CreateStoreImageTaskResult) => any;
|
|
3397
|
+
}
|
|
3398
|
+
export interface CreateSubnetRequest {
|
|
3399
|
+
|
|
3400
|
+
TagSpecifications?: TagSpecification[];
|
|
3401
|
+
|
|
3402
|
+
AvailabilityZone?: string;
|
|
3403
|
+
|
|
3404
|
+
AvailabilityZoneId?: string;
|
|
3405
|
+
|
|
3406
|
+
CidrBlock?: string;
|
|
3407
|
+
|
|
3408
|
+
Ipv6CidrBlock?: string;
|
|
3409
|
+
|
|
3410
|
+
OutpostArn?: string;
|
|
3411
|
+
|
|
3412
|
+
VpcId: string | undefined;
|
|
3413
|
+
|
|
3414
|
+
DryRun?: boolean;
|
|
3415
|
+
|
|
3416
|
+
Ipv6Native?: boolean;
|
|
3417
|
+
}
|
|
3418
|
+
export declare namespace CreateSubnetRequest {
|
|
3419
|
+
|
|
3420
|
+
const filterSensitiveLog: (obj: CreateSubnetRequest) => any;
|
|
3421
|
+
}
|
|
3422
|
+
export interface CreateSubnetResult {
|
|
3423
|
+
|
|
3424
|
+
Subnet?: Subnet;
|
|
3425
|
+
}
|
|
3426
|
+
export declare namespace CreateSubnetResult {
|
|
3427
|
+
|
|
3428
|
+
const filterSensitiveLog: (obj: CreateSubnetResult) => any;
|
|
3429
|
+
}
|
|
3430
|
+
export declare enum SubnetCidrReservationType {
|
|
3431
|
+
explicit = "explicit",
|
|
3432
|
+
prefix = "prefix"
|
|
3433
|
+
}
|
|
3434
|
+
export interface CreateSubnetCidrReservationRequest {
|
|
3435
|
+
|
|
3436
|
+
TagSpecifications?: TagSpecification[];
|
|
3437
|
+
|
|
3438
|
+
SubnetId: string | undefined;
|
|
3439
|
+
|
|
3440
|
+
Cidr: string | undefined;
|
|
3441
|
+
|
|
3442
|
+
ReservationType: SubnetCidrReservationType | string | undefined;
|
|
3443
|
+
|
|
3444
|
+
Description?: string;
|
|
3445
|
+
|
|
3446
|
+
DryRun?: boolean;
|
|
3447
|
+
}
|
|
3448
|
+
export declare namespace CreateSubnetCidrReservationRequest {
|
|
3449
|
+
|
|
3450
|
+
const filterSensitiveLog: (obj: CreateSubnetCidrReservationRequest) => any;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
export interface SubnetCidrReservation {
|
|
3454
|
+
|
|
3455
|
+
SubnetCidrReservationId?: string;
|
|
3456
|
+
|
|
3457
|
+
SubnetId?: string;
|
|
3458
|
+
|
|
3459
|
+
Cidr?: string;
|
|
3460
|
+
|
|
3461
|
+
ReservationType?: SubnetCidrReservationType | string;
|
|
3462
|
+
|
|
3463
|
+
OwnerId?: string;
|
|
3464
|
+
|
|
3465
|
+
Description?: string;
|
|
3466
|
+
|
|
3467
|
+
Tags?: Tag[];
|
|
3468
|
+
}
|
|
3469
|
+
export declare namespace SubnetCidrReservation {
|
|
3470
|
+
|
|
3471
|
+
const filterSensitiveLog: (obj: SubnetCidrReservation) => any;
|
|
3472
|
+
}
|
|
3473
|
+
export interface CreateSubnetCidrReservationResult {
|
|
3474
|
+
|
|
3475
|
+
SubnetCidrReservation?: SubnetCidrReservation;
|
|
3476
|
+
}
|
|
3477
|
+
export declare namespace CreateSubnetCidrReservationResult {
|
|
3478
|
+
|
|
3479
|
+
const filterSensitiveLog: (obj: CreateSubnetCidrReservationResult) => any;
|
|
3480
|
+
}
|
|
3481
|
+
export interface CreateTagsRequest {
|
|
3482
|
+
|
|
3483
|
+
DryRun?: boolean;
|
|
3484
|
+
|
|
3485
|
+
Resources: string[] | undefined;
|
|
3486
|
+
|
|
3487
|
+
Tags: Tag[] | undefined;
|
|
3488
|
+
}
|
|
3489
|
+
export declare namespace CreateTagsRequest {
|
|
3490
|
+
|
|
3491
|
+
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
3492
|
+
}
|
|
3493
|
+
export interface CreateTrafficMirrorFilterRequest {
|
|
3494
|
+
|
|
3495
|
+
Description?: string;
|
|
3496
|
+
|
|
3497
|
+
TagSpecifications?: TagSpecification[];
|
|
3498
|
+
|
|
3499
|
+
DryRun?: boolean;
|
|
3500
|
+
|
|
3501
|
+
ClientToken?: string;
|
|
3502
|
+
}
|
|
3503
|
+
export declare namespace CreateTrafficMirrorFilterRequest {
|
|
3504
|
+
|
|
3505
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorFilterRequest) => any;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
export interface TrafficMirrorPortRange {
|
|
3509
|
+
|
|
3510
|
+
FromPort?: number;
|
|
3511
|
+
|
|
3512
|
+
ToPort?: number;
|
|
3513
|
+
}
|
|
3514
|
+
export declare namespace TrafficMirrorPortRange {
|
|
3515
|
+
|
|
3516
|
+
const filterSensitiveLog: (obj: TrafficMirrorPortRange) => any;
|
|
3517
|
+
}
|
|
3518
|
+
export declare type TrafficMirrorRuleAction = "accept" | "reject";
|
|
3519
|
+
export declare type TrafficDirection = "egress" | "ingress";
|
|
3520
|
+
|
|
3521
|
+
export interface TrafficMirrorFilterRule {
|
|
3522
|
+
|
|
3523
|
+
TrafficMirrorFilterRuleId?: string;
|
|
3524
|
+
|
|
3525
|
+
TrafficMirrorFilterId?: string;
|
|
3526
|
+
|
|
3527
|
+
TrafficDirection?: TrafficDirection | string;
|
|
3528
|
+
|
|
3529
|
+
RuleNumber?: number;
|
|
3530
|
+
|
|
3531
|
+
RuleAction?: TrafficMirrorRuleAction | string;
|
|
3532
|
+
|
|
3533
|
+
Protocol?: number;
|
|
3534
|
+
|
|
3535
|
+
DestinationPortRange?: TrafficMirrorPortRange;
|
|
3536
|
+
|
|
3537
|
+
SourcePortRange?: TrafficMirrorPortRange;
|
|
3538
|
+
|
|
3539
|
+
DestinationCidrBlock?: string;
|
|
3540
|
+
|
|
3541
|
+
SourceCidrBlock?: string;
|
|
3542
|
+
|
|
3543
|
+
Description?: string;
|
|
3544
|
+
}
|
|
3545
|
+
export declare namespace TrafficMirrorFilterRule {
|
|
3546
|
+
|
|
3547
|
+
const filterSensitiveLog: (obj: TrafficMirrorFilterRule) => any;
|
|
3548
|
+
}
|
|
3549
|
+
export declare type TrafficMirrorNetworkService = "amazon-dns";
|
|
3550
|
+
|
|
3551
|
+
export interface TrafficMirrorFilter {
|
|
3552
|
+
|
|
3553
|
+
TrafficMirrorFilterId?: string;
|
|
3554
|
+
|
|
3555
|
+
IngressFilterRules?: TrafficMirrorFilterRule[];
|
|
3556
|
+
|
|
3557
|
+
EgressFilterRules?: TrafficMirrorFilterRule[];
|
|
3558
|
+
|
|
3559
|
+
NetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
3560
|
+
|
|
3561
|
+
Description?: string;
|
|
3562
|
+
|
|
3563
|
+
Tags?: Tag[];
|
|
3564
|
+
}
|
|
3565
|
+
export declare namespace TrafficMirrorFilter {
|
|
3566
|
+
|
|
3567
|
+
const filterSensitiveLog: (obj: TrafficMirrorFilter) => any;
|
|
3568
|
+
}
|
|
3569
|
+
export interface CreateTrafficMirrorFilterResult {
|
|
3570
|
+
|
|
3571
|
+
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
3572
|
+
|
|
3573
|
+
ClientToken?: string;
|
|
3574
|
+
}
|
|
3575
|
+
export declare namespace CreateTrafficMirrorFilterResult {
|
|
3576
|
+
|
|
3577
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorFilterResult) => any;
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3580
|
+
export interface TrafficMirrorPortRangeRequest {
|
|
3581
|
+
|
|
3582
|
+
FromPort?: number;
|
|
3583
|
+
|
|
3584
|
+
ToPort?: number;
|
|
3585
|
+
}
|
|
3586
|
+
export declare namespace TrafficMirrorPortRangeRequest {
|
|
3587
|
+
|
|
3588
|
+
const filterSensitiveLog: (obj: TrafficMirrorPortRangeRequest) => any;
|
|
3589
|
+
}
|
|
3590
|
+
export interface CreateTrafficMirrorFilterRuleRequest {
|
|
3591
|
+
|
|
3592
|
+
TrafficMirrorFilterId: string | undefined;
|
|
3593
|
+
|
|
3594
|
+
TrafficDirection: TrafficDirection | string | undefined;
|
|
3595
|
+
|
|
3596
|
+
RuleNumber: number | undefined;
|
|
3597
|
+
|
|
3598
|
+
RuleAction: TrafficMirrorRuleAction | string | undefined;
|
|
3599
|
+
|
|
3600
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
3601
|
+
|
|
3602
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
3603
|
+
|
|
3604
|
+
Protocol?: number;
|
|
3605
|
+
|
|
3606
|
+
DestinationCidrBlock: string | undefined;
|
|
3607
|
+
|
|
3608
|
+
SourceCidrBlock: string | undefined;
|
|
3609
|
+
|
|
3610
|
+
Description?: string;
|
|
3611
|
+
|
|
3612
|
+
DryRun?: boolean;
|
|
3613
|
+
|
|
3614
|
+
ClientToken?: string;
|
|
3615
|
+
}
|
|
3616
|
+
export declare namespace CreateTrafficMirrorFilterRuleRequest {
|
|
3617
|
+
|
|
3618
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorFilterRuleRequest) => any;
|
|
3619
|
+
}
|
|
3620
|
+
export interface CreateTrafficMirrorFilterRuleResult {
|
|
3621
|
+
|
|
3622
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
3623
|
+
|
|
3624
|
+
ClientToken?: string;
|
|
3625
|
+
}
|
|
3626
|
+
export declare namespace CreateTrafficMirrorFilterRuleResult {
|
|
3627
|
+
|
|
3628
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorFilterRuleResult) => any;
|
|
3629
|
+
}
|
|
3630
|
+
export interface CreateTrafficMirrorSessionRequest {
|
|
3631
|
+
|
|
3632
|
+
NetworkInterfaceId: string | undefined;
|
|
3633
|
+
|
|
3634
|
+
TrafficMirrorTargetId: string | undefined;
|
|
3635
|
+
|
|
3636
|
+
TrafficMirrorFilterId: string | undefined;
|
|
3637
|
+
|
|
3638
|
+
PacketLength?: number;
|
|
3639
|
+
|
|
3640
|
+
SessionNumber: number | undefined;
|
|
3641
|
+
|
|
3642
|
+
VirtualNetworkId?: number;
|
|
3643
|
+
|
|
3644
|
+
Description?: string;
|
|
3645
|
+
|
|
3646
|
+
TagSpecifications?: TagSpecification[];
|
|
3647
|
+
|
|
3648
|
+
DryRun?: boolean;
|
|
3649
|
+
|
|
3650
|
+
ClientToken?: string;
|
|
3651
|
+
}
|
|
3652
|
+
export declare namespace CreateTrafficMirrorSessionRequest {
|
|
3653
|
+
|
|
3654
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorSessionRequest) => any;
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3657
|
+
export interface TrafficMirrorSession {
|
|
3658
|
+
|
|
3659
|
+
TrafficMirrorSessionId?: string;
|
|
3660
|
+
|
|
3661
|
+
TrafficMirrorTargetId?: string;
|
|
3662
|
+
|
|
3663
|
+
TrafficMirrorFilterId?: string;
|
|
3664
|
+
|
|
3665
|
+
NetworkInterfaceId?: string;
|
|
3666
|
+
|
|
3667
|
+
OwnerId?: string;
|
|
3668
|
+
|
|
3669
|
+
PacketLength?: number;
|
|
3670
|
+
|
|
3671
|
+
SessionNumber?: number;
|
|
3672
|
+
|
|
3673
|
+
VirtualNetworkId?: number;
|
|
3674
|
+
|
|
3675
|
+
Description?: string;
|
|
3676
|
+
|
|
3677
|
+
Tags?: Tag[];
|
|
3678
|
+
}
|
|
3679
|
+
export declare namespace TrafficMirrorSession {
|
|
3680
|
+
|
|
3681
|
+
const filterSensitiveLog: (obj: TrafficMirrorSession) => any;
|
|
3682
|
+
}
|
|
3683
|
+
export interface CreateTrafficMirrorSessionResult {
|
|
3684
|
+
|
|
3685
|
+
TrafficMirrorSession?: TrafficMirrorSession;
|
|
3686
|
+
|
|
3687
|
+
ClientToken?: string;
|
|
3688
|
+
}
|
|
3689
|
+
export declare namespace CreateTrafficMirrorSessionResult {
|
|
3690
|
+
|
|
3691
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorSessionResult) => any;
|
|
3692
|
+
}
|
|
3693
|
+
export interface CreateTrafficMirrorTargetRequest {
|
|
3694
|
+
|
|
3695
|
+
NetworkInterfaceId?: string;
|
|
3696
|
+
|
|
3697
|
+
NetworkLoadBalancerArn?: string;
|
|
3698
|
+
|
|
3699
|
+
Description?: string;
|
|
3700
|
+
|
|
3701
|
+
TagSpecifications?: TagSpecification[];
|
|
3702
|
+
|
|
3703
|
+
DryRun?: boolean;
|
|
3704
|
+
|
|
3705
|
+
ClientToken?: string;
|
|
3706
|
+
}
|
|
3707
|
+
export declare namespace CreateTrafficMirrorTargetRequest {
|
|
3708
|
+
|
|
3709
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorTargetRequest) => any;
|
|
3710
|
+
}
|
|
3711
|
+
export declare type TrafficMirrorTargetType = "network-interface" | "network-load-balancer";
|
|
3712
|
+
|
|
3713
|
+
export interface TrafficMirrorTarget {
|
|
3714
|
+
|
|
3715
|
+
TrafficMirrorTargetId?: string;
|
|
3716
|
+
|
|
3717
|
+
NetworkInterfaceId?: string;
|
|
3718
|
+
|
|
3719
|
+
NetworkLoadBalancerArn?: string;
|
|
3720
|
+
|
|
3721
|
+
Type?: TrafficMirrorTargetType | string;
|
|
3722
|
+
|
|
3723
|
+
Description?: string;
|
|
3724
|
+
|
|
3725
|
+
OwnerId?: string;
|
|
3726
|
+
|
|
3727
|
+
Tags?: Tag[];
|
|
3728
|
+
}
|
|
3729
|
+
export declare namespace TrafficMirrorTarget {
|
|
3730
|
+
|
|
3731
|
+
const filterSensitiveLog: (obj: TrafficMirrorTarget) => any;
|
|
3732
|
+
}
|
|
3733
|
+
export interface CreateTrafficMirrorTargetResult {
|
|
3734
|
+
|
|
3735
|
+
TrafficMirrorTarget?: TrafficMirrorTarget;
|
|
3736
|
+
|
|
3737
|
+
ClientToken?: string;
|
|
3738
|
+
}
|
|
3739
|
+
export declare namespace CreateTrafficMirrorTargetResult {
|
|
3740
|
+
|
|
3741
|
+
const filterSensitiveLog: (obj: CreateTrafficMirrorTargetResult) => any;
|
|
3742
|
+
}
|
|
3743
|
+
export declare type AutoAcceptSharedAttachmentsValue = "disable" | "enable";
|
|
3744
|
+
export declare type DefaultRouteTableAssociationValue = "disable" | "enable";
|
|
3745
|
+
export declare type DefaultRouteTablePropagationValue = "disable" | "enable";
|
|
3746
|
+
export declare type MulticastSupportValue = "disable" | "enable";
|
|
3747
|
+
export declare type VpnEcmpSupportValue = "disable" | "enable";
|
|
3748
|
+
|
|
3749
|
+
export interface TransitGatewayRequestOptions {
|
|
3750
|
+
|
|
3751
|
+
AmazonSideAsn?: number;
|
|
3752
|
+
|
|
3753
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
3754
|
+
|
|
3755
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
3756
|
+
|
|
3757
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
3758
|
+
|
|
3759
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
3760
|
+
|
|
3761
|
+
DnsSupport?: DnsSupportValue | string;
|
|
3762
|
+
|
|
3763
|
+
MulticastSupport?: MulticastSupportValue | string;
|
|
3764
|
+
|
|
3765
|
+
TransitGatewayCidrBlocks?: string[];
|
|
3766
|
+
}
|
|
3767
|
+
export declare namespace TransitGatewayRequestOptions {
|
|
3768
|
+
|
|
3769
|
+
const filterSensitiveLog: (obj: TransitGatewayRequestOptions) => any;
|
|
3770
|
+
}
|
|
3771
|
+
export interface CreateTransitGatewayRequest {
|
|
3772
|
+
|
|
3773
|
+
Description?: string;
|
|
3774
|
+
|
|
3775
|
+
Options?: TransitGatewayRequestOptions;
|
|
3776
|
+
|
|
3777
|
+
TagSpecifications?: TagSpecification[];
|
|
3778
|
+
|
|
3779
|
+
DryRun?: boolean;
|
|
3780
|
+
}
|
|
3781
|
+
export declare namespace CreateTransitGatewayRequest {
|
|
3782
|
+
|
|
3783
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayRequest) => any;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
export interface TransitGatewayOptions {
|
|
3787
|
+
|
|
3788
|
+
AmazonSideAsn?: number;
|
|
3789
|
+
|
|
3790
|
+
TransitGatewayCidrBlocks?: string[];
|
|
3791
|
+
|
|
3792
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
3793
|
+
|
|
3794
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
3795
|
+
|
|
3796
|
+
AssociationDefaultRouteTableId?: string;
|
|
3797
|
+
|
|
3798
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
3799
|
+
|
|
3800
|
+
PropagationDefaultRouteTableId?: string;
|
|
3801
|
+
|
|
3802
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
3803
|
+
|
|
3804
|
+
DnsSupport?: DnsSupportValue | string;
|
|
3805
|
+
|
|
3806
|
+
MulticastSupport?: MulticastSupportValue | string;
|
|
3807
|
+
}
|
|
3808
|
+
export declare namespace TransitGatewayOptions {
|
|
3809
|
+
|
|
3810
|
+
const filterSensitiveLog: (obj: TransitGatewayOptions) => any;
|
|
3811
|
+
}
|
|
3812
|
+
export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
|
|
3813
|
+
|
|
3814
|
+
export interface TransitGateway {
|
|
3815
|
+
|
|
3816
|
+
TransitGatewayId?: string;
|
|
3817
|
+
|
|
3818
|
+
TransitGatewayArn?: string;
|
|
3819
|
+
|
|
3820
|
+
State?: TransitGatewayState | string;
|
|
3821
|
+
|
|
3822
|
+
OwnerId?: string;
|
|
3823
|
+
|
|
3824
|
+
Description?: string;
|
|
3825
|
+
|
|
3826
|
+
CreationTime?: Date;
|
|
3827
|
+
|
|
3828
|
+
Options?: TransitGatewayOptions;
|
|
3829
|
+
|
|
3830
|
+
Tags?: Tag[];
|
|
3831
|
+
}
|
|
3832
|
+
export declare namespace TransitGateway {
|
|
3833
|
+
|
|
3834
|
+
const filterSensitiveLog: (obj: TransitGateway) => any;
|
|
3835
|
+
}
|
|
3836
|
+
export interface CreateTransitGatewayResult {
|
|
3837
|
+
|
|
3838
|
+
TransitGateway?: TransitGateway;
|
|
3839
|
+
}
|
|
3840
|
+
export declare namespace CreateTransitGatewayResult {
|
|
3841
|
+
|
|
3842
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
|
|
3843
|
+
}
|
|
3844
|
+
export declare type ProtocolValue = "gre";
|
|
3845
|
+
|
|
3846
|
+
export interface CreateTransitGatewayConnectRequestOptions {
|
|
3847
|
+
|
|
3848
|
+
Protocol: ProtocolValue | string | undefined;
|
|
3849
|
+
}
|
|
3850
|
+
export declare namespace CreateTransitGatewayConnectRequestOptions {
|
|
3851
|
+
|
|
3852
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
|
|
3853
|
+
}
|
|
3854
|
+
export interface CreateTransitGatewayConnectRequest {
|
|
3855
|
+
|
|
3856
|
+
TransportTransitGatewayAttachmentId: string | undefined;
|
|
3857
|
+
|
|
3858
|
+
Options: CreateTransitGatewayConnectRequestOptions | undefined;
|
|
3859
|
+
|
|
3860
|
+
TagSpecifications?: TagSpecification[];
|
|
3861
|
+
|
|
3862
|
+
DryRun?: boolean;
|
|
3863
|
+
}
|
|
3864
|
+
export declare namespace CreateTransitGatewayConnectRequest {
|
|
3865
|
+
|
|
3866
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequest) => any;
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
export interface TransitGatewayConnectOptions {
|
|
3870
|
+
|
|
3871
|
+
Protocol?: ProtocolValue | string;
|
|
3872
|
+
}
|
|
3873
|
+
export declare namespace TransitGatewayConnectOptions {
|
|
3874
|
+
|
|
3875
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectOptions) => any;
|
|
3876
|
+
}
|
|
3877
|
+
|
|
3878
|
+
export interface TransitGatewayConnect {
|
|
3879
|
+
|
|
3880
|
+
TransitGatewayAttachmentId?: string;
|
|
3881
|
+
|
|
3882
|
+
TransportTransitGatewayAttachmentId?: string;
|
|
3883
|
+
|
|
3884
|
+
TransitGatewayId?: string;
|
|
3885
|
+
|
|
3886
|
+
State?: TransitGatewayAttachmentState | string;
|
|
3887
|
+
|
|
3888
|
+
CreationTime?: Date;
|
|
3889
|
+
|
|
3890
|
+
Options?: TransitGatewayConnectOptions;
|
|
3891
|
+
|
|
3892
|
+
Tags?: Tag[];
|
|
3893
|
+
}
|
|
3894
|
+
export declare namespace TransitGatewayConnect {
|
|
3895
|
+
|
|
3896
|
+
const filterSensitiveLog: (obj: TransitGatewayConnect) => any;
|
|
3897
|
+
}
|
|
3898
|
+
export interface CreateTransitGatewayConnectResult {
|
|
3899
|
+
|
|
3900
|
+
TransitGatewayConnect?: TransitGatewayConnect;
|
|
3901
|
+
}
|
|
3902
|
+
export declare namespace CreateTransitGatewayConnectResult {
|
|
3903
|
+
|
|
3904
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectResult) => any;
|
|
3905
|
+
}
|
|
3906
|
+
|
|
3907
|
+
export interface TransitGatewayConnectRequestBgpOptions {
|
|
3908
|
+
|
|
3909
|
+
PeerAsn?: number;
|
|
3910
|
+
}
|
|
3911
|
+
export declare namespace TransitGatewayConnectRequestBgpOptions {
|
|
3912
|
+
|
|
3913
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectRequestBgpOptions) => any;
|
|
3914
|
+
}
|
|
3915
|
+
export interface CreateTransitGatewayConnectPeerRequest {
|
|
3916
|
+
|
|
3917
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
3918
|
+
|
|
3919
|
+
TransitGatewayAddress?: string;
|
|
3920
|
+
|
|
3921
|
+
PeerAddress: string | undefined;
|
|
3922
|
+
|
|
3923
|
+
BgpOptions?: TransitGatewayConnectRequestBgpOptions;
|
|
3924
|
+
|
|
3925
|
+
InsideCidrBlocks: string[] | undefined;
|
|
3926
|
+
|
|
3927
|
+
TagSpecifications?: TagSpecification[];
|
|
3928
|
+
|
|
3929
|
+
DryRun?: boolean;
|
|
3930
|
+
}
|
|
3931
|
+
export declare namespace CreateTransitGatewayConnectPeerRequest {
|
|
3932
|
+
|
|
3933
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerRequest) => any;
|
|
3934
|
+
}
|