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