@aws-sdk/client-ec2 3.170.0 → 3.172.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 +22 -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/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- 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 +3 -3
- 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 +3 -3
- 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/MonitorInstancesCommand.js +2 -1
- 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 +994 -44
- package/dist-cjs/models/models_1.js +300 -42
- package/dist-cjs/models/models_2.js +208 -90
- package/dist-cjs/models/models_3.js +351 -93
- package/dist-cjs/models/models_4.js +160 -74
- package/dist-cjs/models/models_5.js +118 -80
- package/dist-cjs/models/models_6.js +108 -3
- package/dist-cjs/protocols/Aws_ec2.js +622 -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/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- 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 +1 -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 +1 -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/MonitorInstancesCommand.js +2 -1
- 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 +967 -20
- package/dist-es/models/models_1.js +255 -9
- package/dist-es/models/models_2.js +151 -21
- package/dist-es/models/models_3.js +282 -30
- package/dist-es/models/models_4.js +109 -17
- package/dist-es/models/models_5.js +61 -23
- package/dist-es/models/models_6.js +53 -0
- package/dist-es/protocols/Aws_ec2.js +711 -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/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -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 +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/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/MonitorInstancesCommand.d.ts +2 -1
- 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 +1074 -171
- package/dist-types/models/models_1.d.ts +566 -329
- package/dist-types/models/models_2.d.ts +530 -879
- package/dist-types/models/models_3.d.ts +6021 -5752
- package/dist-types/models/models_4.d.ts +644 -264
- package/dist-types/models/models_5.d.ts +295 -357
- package/dist-types/models/models_6.d.ts +382 -10
- 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 +2 -6
- 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 +1 -3
- 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 +1 -3
- 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 +2 -6
- 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 +967 -1880
- package/dist-types/ts3.4/models/models_1.d.ts +311 -1473
- package/dist-types/ts3.4/models/models_2.d.ts +267 -1127
- package/dist-types/ts3.4/models/models_3.d.ts +417 -1570
- package/dist-types/ts3.4/models/models_4.d.ts +229 -1394
- package/dist-types/ts3.4/models/models_5.d.ts +165 -1257
- package/dist-types/ts3.4/models/models_6.d.ts +171 -523
- 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
|
@@ -148,8 +148,23 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
148
148
|
*/
|
|
149
149
|
DryRun?: boolean;
|
|
150
150
|
}
|
|
151
|
-
export declare
|
|
152
|
-
|
|
151
|
+
export declare enum TransitGatewayAttachmentResourceType {
|
|
152
|
+
connect = "connect",
|
|
153
|
+
direct_connect_gateway = "direct-connect-gateway",
|
|
154
|
+
peering = "peering",
|
|
155
|
+
tgw_peering = "tgw-peering",
|
|
156
|
+
vpc = "vpc",
|
|
157
|
+
vpn = "vpn"
|
|
158
|
+
}
|
|
159
|
+
export declare enum TransitGatewayMulitcastDomainAssociationState {
|
|
160
|
+
associated = "associated",
|
|
161
|
+
associating = "associating",
|
|
162
|
+
disassociated = "disassociated",
|
|
163
|
+
disassociating = "disassociating",
|
|
164
|
+
failed = "failed",
|
|
165
|
+
pendingAcceptance = "pendingAcceptance",
|
|
166
|
+
rejected = "rejected"
|
|
167
|
+
}
|
|
153
168
|
/**
|
|
154
169
|
* <p>Describes the subnet association with the transit gateway multicast domain.</p>
|
|
155
170
|
*/
|
|
@@ -244,7 +259,21 @@ export interface TransitGatewayPeeringAttachmentOptions {
|
|
|
244
259
|
*/
|
|
245
260
|
DynamicRouting?: DynamicRoutingValue | string;
|
|
246
261
|
}
|
|
247
|
-
export declare
|
|
262
|
+
export declare enum TransitGatewayAttachmentState {
|
|
263
|
+
available = "available",
|
|
264
|
+
deleted = "deleted",
|
|
265
|
+
deleting = "deleting",
|
|
266
|
+
failed = "failed",
|
|
267
|
+
failing = "failing",
|
|
268
|
+
initiating = "initiating",
|
|
269
|
+
initiatingRequest = "initiatingRequest",
|
|
270
|
+
modifying = "modifying",
|
|
271
|
+
pending = "pending",
|
|
272
|
+
pendingAcceptance = "pendingAcceptance",
|
|
273
|
+
rejected = "rejected",
|
|
274
|
+
rejecting = "rejecting",
|
|
275
|
+
rollingBack = "rollingBack"
|
|
276
|
+
}
|
|
248
277
|
/**
|
|
249
278
|
* <p>The status of the transit gateway peering attachment.</p>
|
|
250
279
|
*/
|
|
@@ -333,9 +362,18 @@ export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
|
333
362
|
*/
|
|
334
363
|
DryRun?: boolean;
|
|
335
364
|
}
|
|
336
|
-
export declare
|
|
337
|
-
|
|
338
|
-
|
|
365
|
+
export declare enum ApplianceModeSupportValue {
|
|
366
|
+
disable = "disable",
|
|
367
|
+
enable = "enable"
|
|
368
|
+
}
|
|
369
|
+
export declare enum DnsSupportValue {
|
|
370
|
+
disable = "disable",
|
|
371
|
+
enable = "enable"
|
|
372
|
+
}
|
|
373
|
+
export declare enum Ipv6SupportValue {
|
|
374
|
+
disable = "disable",
|
|
375
|
+
enable = "enable"
|
|
376
|
+
}
|
|
339
377
|
/**
|
|
340
378
|
* <p>Describes the VPC attachment options.</p>
|
|
341
379
|
*/
|
|
@@ -533,7 +571,17 @@ export interface VpcPeeringConnectionVpcInfo {
|
|
|
533
571
|
*/
|
|
534
572
|
Region?: string;
|
|
535
573
|
}
|
|
536
|
-
export declare
|
|
574
|
+
export declare enum VpcPeeringConnectionStateReasonCode {
|
|
575
|
+
active = "active",
|
|
576
|
+
deleted = "deleted",
|
|
577
|
+
deleting = "deleting",
|
|
578
|
+
expired = "expired",
|
|
579
|
+
failed = "failed",
|
|
580
|
+
initiating_request = "initiating-request",
|
|
581
|
+
pending_acceptance = "pending-acceptance",
|
|
582
|
+
provisioning = "provisioning",
|
|
583
|
+
rejected = "rejected"
|
|
584
|
+
}
|
|
537
585
|
/**
|
|
538
586
|
* <p>Describes the status of a VPC peering connection.</p>
|
|
539
587
|
*/
|
|
@@ -900,7 +948,10 @@ export interface AccessScopeAnalysisFinding {
|
|
|
900
948
|
*/
|
|
901
949
|
FindingComponents?: PathComponent[];
|
|
902
950
|
}
|
|
903
|
-
export declare
|
|
951
|
+
export declare enum Protocol {
|
|
952
|
+
tcp = "tcp",
|
|
953
|
+
udp = "udp"
|
|
954
|
+
}
|
|
904
955
|
/**
|
|
905
956
|
* <p>Describes a packet header statement.</p>
|
|
906
957
|
*/
|
|
@@ -1093,7 +1144,10 @@ export interface AccountAttribute {
|
|
|
1093
1144
|
*/
|
|
1094
1145
|
AttributeValues?: AccountAttributeValue[];
|
|
1095
1146
|
}
|
|
1096
|
-
export declare
|
|
1147
|
+
export declare enum AccountAttributeName {
|
|
1148
|
+
default_vpc = "default-vpc",
|
|
1149
|
+
supported_platforms = "supported-platforms"
|
|
1150
|
+
}
|
|
1097
1151
|
export declare enum InstanceHealthStatus {
|
|
1098
1152
|
HEALTHY_STATUS = "healthy",
|
|
1099
1153
|
UNHEALTHY_STATUS = "unhealthy"
|
|
@@ -1127,6 +1181,35 @@ export declare enum ActivityStatus {
|
|
|
1127
1181
|
PENDING_FULFILLMENT = "pending_fulfillment",
|
|
1128
1182
|
PENDING_TERMINATION = "pending_termination"
|
|
1129
1183
|
}
|
|
1184
|
+
export declare enum PrincipalType {
|
|
1185
|
+
Account = "Account",
|
|
1186
|
+
All = "All",
|
|
1187
|
+
OrganizationUnit = "OrganizationUnit",
|
|
1188
|
+
Role = "Role",
|
|
1189
|
+
Service = "Service",
|
|
1190
|
+
User = "User"
|
|
1191
|
+
}
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>Describes a principal.</p>
|
|
1194
|
+
*/
|
|
1195
|
+
export interface AddedPrincipal {
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>The type of principal.</p>
|
|
1198
|
+
*/
|
|
1199
|
+
PrincipalType?: PrincipalType | string;
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>The Amazon Resource Name (ARN) of the principal.</p>
|
|
1202
|
+
*/
|
|
1203
|
+
Principal?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>The ID of the service permission.</p>
|
|
1206
|
+
*/
|
|
1207
|
+
ServicePermissionId?: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* <p>The ID of the service.</p>
|
|
1210
|
+
*/
|
|
1211
|
+
ServiceId?: string;
|
|
1212
|
+
}
|
|
1130
1213
|
/**
|
|
1131
1214
|
* <p>Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
|
|
1132
1215
|
* discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
@@ -1153,7 +1236,10 @@ export interface AddPrefixListEntry {
|
|
|
1153
1236
|
*/
|
|
1154
1237
|
Description?: string;
|
|
1155
1238
|
}
|
|
1156
|
-
export declare
|
|
1239
|
+
export declare enum DomainType {
|
|
1240
|
+
standard = "standard",
|
|
1241
|
+
vpc = "vpc"
|
|
1242
|
+
}
|
|
1157
1243
|
/**
|
|
1158
1244
|
* <p>Describes an Elastic IP address, or a carrier IP address.</p>
|
|
1159
1245
|
*/
|
|
@@ -1256,7 +1342,9 @@ export interface AddressAttribute {
|
|
|
1256
1342
|
*/
|
|
1257
1343
|
PtrRecordUpdate?: PtrUpdateStatus;
|
|
1258
1344
|
}
|
|
1259
|
-
export declare
|
|
1345
|
+
export declare enum AddressAttributeName {
|
|
1346
|
+
domain_name = "domain-name"
|
|
1347
|
+
}
|
|
1260
1348
|
export declare enum AddressFamily {
|
|
1261
1349
|
ipv4 = "ipv4",
|
|
1262
1350
|
ipv6 = "ipv6"
|
|
@@ -1274,7 +1362,16 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
1274
1362
|
*/
|
|
1275
1363
|
DryRun?: boolean;
|
|
1276
1364
|
}
|
|
1277
|
-
export declare
|
|
1365
|
+
export declare enum ByoipCidrState {
|
|
1366
|
+
advertised = "advertised",
|
|
1367
|
+
deprovisioned = "deprovisioned",
|
|
1368
|
+
failed_deprovision = "failed-deprovision",
|
|
1369
|
+
failed_provision = "failed-provision",
|
|
1370
|
+
pending_deprovision = "pending-deprovision",
|
|
1371
|
+
pending_provision = "pending-provision",
|
|
1372
|
+
provisioned = "provisioned",
|
|
1373
|
+
provisioned_not_publicly_advertisable = "provisioned-not-publicly-advertisable"
|
|
1374
|
+
}
|
|
1278
1375
|
/**
|
|
1279
1376
|
* <p>Information about an address range that is provisioned for use with your Amazon Web Services resources
|
|
1280
1377
|
* through bring your own IP addresses (BYOIP).</p>
|
|
@@ -1303,8 +1400,89 @@ export interface AdvertiseByoipCidrResult {
|
|
|
1303
1400
|
*/
|
|
1304
1401
|
ByoipCidr?: ByoipCidr;
|
|
1305
1402
|
}
|
|
1306
|
-
export declare
|
|
1307
|
-
|
|
1403
|
+
export declare enum Affinity {
|
|
1404
|
+
default = "default",
|
|
1405
|
+
host = "host"
|
|
1406
|
+
}
|
|
1407
|
+
export declare enum ResourceType {
|
|
1408
|
+
capacity_reservation = "capacity-reservation",
|
|
1409
|
+
capacity_reservation_fleet = "capacity-reservation-fleet",
|
|
1410
|
+
carrier_gateway = "carrier-gateway",
|
|
1411
|
+
client_vpn_endpoint = "client-vpn-endpoint",
|
|
1412
|
+
coip_pool = "coip-pool",
|
|
1413
|
+
customer_gateway = "customer-gateway",
|
|
1414
|
+
dedicated_host = "dedicated-host",
|
|
1415
|
+
dhcp_options = "dhcp-options",
|
|
1416
|
+
egress_only_internet_gateway = "egress-only-internet-gateway",
|
|
1417
|
+
elastic_gpu = "elastic-gpu",
|
|
1418
|
+
elastic_ip = "elastic-ip",
|
|
1419
|
+
export_image_task = "export-image-task",
|
|
1420
|
+
export_instance_task = "export-instance-task",
|
|
1421
|
+
fleet = "fleet",
|
|
1422
|
+
fpga_image = "fpga-image",
|
|
1423
|
+
host_reservation = "host-reservation",
|
|
1424
|
+
image = "image",
|
|
1425
|
+
import_image_task = "import-image-task",
|
|
1426
|
+
import_snapshot_task = "import-snapshot-task",
|
|
1427
|
+
instance = "instance",
|
|
1428
|
+
instance_event_window = "instance-event-window",
|
|
1429
|
+
internet_gateway = "internet-gateway",
|
|
1430
|
+
ipam = "ipam",
|
|
1431
|
+
ipam_pool = "ipam-pool",
|
|
1432
|
+
ipam_scope = "ipam-scope",
|
|
1433
|
+
ipv4pool_ec2 = "ipv4pool-ec2",
|
|
1434
|
+
ipv6pool_ec2 = "ipv6pool-ec2",
|
|
1435
|
+
key_pair = "key-pair",
|
|
1436
|
+
launch_template = "launch-template",
|
|
1437
|
+
local_gateway = "local-gateway",
|
|
1438
|
+
local_gateway_route_table = "local-gateway-route-table",
|
|
1439
|
+
local_gateway_route_table_virtual_interface_group_association = "local-gateway-route-table-virtual-interface-group-association",
|
|
1440
|
+
local_gateway_route_table_vpc_association = "local-gateway-route-table-vpc-association",
|
|
1441
|
+
local_gateway_virtual_interface = "local-gateway-virtual-interface",
|
|
1442
|
+
local_gateway_virtual_interface_group = "local-gateway-virtual-interface-group",
|
|
1443
|
+
natgateway = "natgateway",
|
|
1444
|
+
network_acl = "network-acl",
|
|
1445
|
+
network_insights_access_scope = "network-insights-access-scope",
|
|
1446
|
+
network_insights_access_scope_analysis = "network-insights-access-scope-analysis",
|
|
1447
|
+
network_insights_analysis = "network-insights-analysis",
|
|
1448
|
+
network_insights_path = "network-insights-path",
|
|
1449
|
+
network_interface = "network-interface",
|
|
1450
|
+
placement_group = "placement-group",
|
|
1451
|
+
prefix_list = "prefix-list",
|
|
1452
|
+
replace_root_volume_task = "replace-root-volume-task",
|
|
1453
|
+
reserved_instances = "reserved-instances",
|
|
1454
|
+
route_table = "route-table",
|
|
1455
|
+
security_group = "security-group",
|
|
1456
|
+
security_group_rule = "security-group-rule",
|
|
1457
|
+
snapshot = "snapshot",
|
|
1458
|
+
spot_fleet_request = "spot-fleet-request",
|
|
1459
|
+
spot_instances_request = "spot-instances-request",
|
|
1460
|
+
subnet = "subnet",
|
|
1461
|
+
subnet_cidr_reservation = "subnet-cidr-reservation",
|
|
1462
|
+
traffic_mirror_filter = "traffic-mirror-filter",
|
|
1463
|
+
traffic_mirror_filter_rule = "traffic-mirror-filter-rule",
|
|
1464
|
+
traffic_mirror_session = "traffic-mirror-session",
|
|
1465
|
+
traffic_mirror_target = "traffic-mirror-target",
|
|
1466
|
+
transit_gateway = "transit-gateway",
|
|
1467
|
+
transit_gateway_attachment = "transit-gateway-attachment",
|
|
1468
|
+
transit_gateway_connect_peer = "transit-gateway-connect-peer",
|
|
1469
|
+
transit_gateway_multicast_domain = "transit-gateway-multicast-domain",
|
|
1470
|
+
transit_gateway_policy_table = "transit-gateway-policy-table",
|
|
1471
|
+
transit_gateway_route_table = "transit-gateway-route-table",
|
|
1472
|
+
transit_gateway_route_table_announcement = "transit-gateway-route-table-announcement",
|
|
1473
|
+
volume = "volume",
|
|
1474
|
+
vpc = "vpc",
|
|
1475
|
+
vpc_endpoint = "vpc-endpoint",
|
|
1476
|
+
vpc_endpoint_connection = "vpc-endpoint-connection",
|
|
1477
|
+
vpc_endpoint_connection_device_type = "vpc-endpoint-connection-device-type",
|
|
1478
|
+
vpc_endpoint_service = "vpc-endpoint-service",
|
|
1479
|
+
vpc_endpoint_service_permission = "vpc-endpoint-service-permission",
|
|
1480
|
+
vpc_flow_log = "vpc-flow-log",
|
|
1481
|
+
vpc_peering_connection = "vpc-peering-connection",
|
|
1482
|
+
vpn_connection = "vpn-connection",
|
|
1483
|
+
vpn_connection_device_type = "vpn-connection-device-type",
|
|
1484
|
+
vpn_gateway = "vpn-gateway"
|
|
1485
|
+
}
|
|
1308
1486
|
/**
|
|
1309
1487
|
* <p>The tags to apply to a resource when the resource is being created.</p>
|
|
1310
1488
|
* <note>
|
|
@@ -1404,8 +1582,14 @@ export interface AllocateAddressResult {
|
|
|
1404
1582
|
*/
|
|
1405
1583
|
CarrierIp?: string;
|
|
1406
1584
|
}
|
|
1407
|
-
export declare
|
|
1408
|
-
|
|
1585
|
+
export declare enum AutoPlacement {
|
|
1586
|
+
off = "off",
|
|
1587
|
+
on = "on"
|
|
1588
|
+
}
|
|
1589
|
+
export declare enum HostRecovery {
|
|
1590
|
+
off = "off",
|
|
1591
|
+
on = "on"
|
|
1592
|
+
}
|
|
1409
1593
|
export interface AllocateHostsRequest {
|
|
1410
1594
|
/**
|
|
1411
1595
|
* <p>Indicates whether the host accepts any untargeted instance launches that
|
|
@@ -1580,21 +1764,20 @@ export interface AllocateIpamPoolCidrResult {
|
|
|
1580
1764
|
*/
|
|
1581
1765
|
IpamPoolAllocation?: IpamPoolAllocation;
|
|
1582
1766
|
}
|
|
1583
|
-
export declare
|
|
1767
|
+
export declare enum AllocationState {
|
|
1768
|
+
available = "available",
|
|
1769
|
+
pending = "pending",
|
|
1770
|
+
permanent_failure = "permanent-failure",
|
|
1771
|
+
released = "released",
|
|
1772
|
+
released_permanent_failure = "released-permanent-failure",
|
|
1773
|
+
under_assessment = "under-assessment"
|
|
1774
|
+
}
|
|
1584
1775
|
export declare enum AllocationStrategy {
|
|
1585
1776
|
CAPACITY_OPTIMIZED = "capacityOptimized",
|
|
1586
1777
|
CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
|
|
1587
1778
|
DIVERSIFIED = "diversified",
|
|
1588
1779
|
LOWEST_PRICE = "lowestPrice"
|
|
1589
1780
|
}
|
|
1590
|
-
export declare enum PrincipalType {
|
|
1591
|
-
Account = "Account",
|
|
1592
|
-
All = "All",
|
|
1593
|
-
OrganizationUnit = "OrganizationUnit",
|
|
1594
|
-
Role = "Role",
|
|
1595
|
-
Service = "Service",
|
|
1596
|
-
User = "User"
|
|
1597
|
-
}
|
|
1598
1781
|
/**
|
|
1599
1782
|
* <p>Describes a principal.</p>
|
|
1600
1783
|
*/
|
|
@@ -1607,8 +1790,23 @@ export interface AllowedPrincipal {
|
|
|
1607
1790
|
* <p>The Amazon Resource Name (ARN) of the principal.</p>
|
|
1608
1791
|
*/
|
|
1609
1792
|
Principal?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* <p>The ID of the service permission.</p>
|
|
1795
|
+
*/
|
|
1796
|
+
ServicePermissionId?: string;
|
|
1797
|
+
/**
|
|
1798
|
+
* <p>The tags.</p>
|
|
1799
|
+
*/
|
|
1800
|
+
Tags?: Tag[];
|
|
1801
|
+
/**
|
|
1802
|
+
* <p>The ID of the service.</p>
|
|
1803
|
+
*/
|
|
1804
|
+
ServiceId?: string;
|
|
1805
|
+
}
|
|
1806
|
+
export declare enum AllowsMultipleInstanceTypes {
|
|
1807
|
+
off = "off",
|
|
1808
|
+
on = "on"
|
|
1610
1809
|
}
|
|
1611
|
-
export declare type AllowsMultipleInstanceTypes = "off" | "on";
|
|
1612
1810
|
/**
|
|
1613
1811
|
* <p>Describes an potential intermediate component of a feasible path.</p>
|
|
1614
1812
|
*/
|
|
@@ -1815,7 +2013,13 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
1815
2013
|
*/
|
|
1816
2014
|
DryRun?: boolean;
|
|
1817
2015
|
}
|
|
1818
|
-
export declare
|
|
2016
|
+
export declare enum AssociationStatusCode {
|
|
2017
|
+
associated = "associated",
|
|
2018
|
+
associating = "associating",
|
|
2019
|
+
association_failed = "association-failed",
|
|
2020
|
+
disassociated = "disassociated",
|
|
2021
|
+
disassociating = "disassociating"
|
|
2022
|
+
}
|
|
1819
2023
|
/**
|
|
1820
2024
|
* <p>Describes the state of a target network association.</p>
|
|
1821
2025
|
*/
|
|
@@ -2110,7 +2314,13 @@ export interface AssociateRouteTableRequest {
|
|
|
2110
2314
|
*/
|
|
2111
2315
|
GatewayId?: string;
|
|
2112
2316
|
}
|
|
2113
|
-
export declare
|
|
2317
|
+
export declare enum RouteTableAssociationStateCode {
|
|
2318
|
+
associated = "associated",
|
|
2319
|
+
associating = "associating",
|
|
2320
|
+
disassociated = "disassociated",
|
|
2321
|
+
disassociating = "disassociating",
|
|
2322
|
+
failed = "failed"
|
|
2323
|
+
}
|
|
2114
2324
|
/**
|
|
2115
2325
|
* <p>Describes the state of an association between a route table and a subnet or gateway.</p>
|
|
2116
2326
|
*/
|
|
@@ -2146,7 +2356,14 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
2146
2356
|
*/
|
|
2147
2357
|
SubnetId: string | undefined;
|
|
2148
2358
|
}
|
|
2149
|
-
export declare
|
|
2359
|
+
export declare enum SubnetCidrBlockStateCode {
|
|
2360
|
+
associated = "associated",
|
|
2361
|
+
associating = "associating",
|
|
2362
|
+
disassociated = "disassociated",
|
|
2363
|
+
disassociating = "disassociating",
|
|
2364
|
+
failed = "failed",
|
|
2365
|
+
failing = "failing"
|
|
2366
|
+
}
|
|
2150
2367
|
/**
|
|
2151
2368
|
* <p>Describes the state of a CIDR block.</p>
|
|
2152
2369
|
*/
|
|
@@ -2229,7 +2446,12 @@ export interface AssociateTransitGatewayPolicyTableRequest {
|
|
|
2229
2446
|
*/
|
|
2230
2447
|
DryRun?: boolean;
|
|
2231
2448
|
}
|
|
2232
|
-
export declare
|
|
2449
|
+
export declare enum TransitGatewayAssociationState {
|
|
2450
|
+
associated = "associated",
|
|
2451
|
+
associating = "associating",
|
|
2452
|
+
disassociated = "disassociated",
|
|
2453
|
+
disassociating = "disassociating"
|
|
2454
|
+
}
|
|
2233
2455
|
/**
|
|
2234
2456
|
* <p>Describes a transit gateway policy table association.</p>
|
|
2235
2457
|
*/
|
|
@@ -2438,7 +2660,14 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
2438
2660
|
*/
|
|
2439
2661
|
Ipv6NetmaskLength?: number;
|
|
2440
2662
|
}
|
|
2441
|
-
export declare
|
|
2663
|
+
export declare enum VpcCidrBlockStateCode {
|
|
2664
|
+
associated = "associated",
|
|
2665
|
+
associating = "associating",
|
|
2666
|
+
disassociated = "disassociated",
|
|
2667
|
+
disassociating = "disassociating",
|
|
2668
|
+
failed = "failed",
|
|
2669
|
+
failing = "failing"
|
|
2670
|
+
}
|
|
2442
2671
|
/**
|
|
2443
2672
|
* <p>Describes the state of a CIDR block.</p>
|
|
2444
2673
|
*/
|
|
@@ -2614,7 +2843,13 @@ export interface AttachVolumeRequest {
|
|
|
2614
2843
|
*/
|
|
2615
2844
|
DryRun?: boolean;
|
|
2616
2845
|
}
|
|
2617
|
-
export declare
|
|
2846
|
+
export declare enum VolumeAttachmentState {
|
|
2847
|
+
attached = "attached",
|
|
2848
|
+
attaching = "attaching",
|
|
2849
|
+
busy = "busy",
|
|
2850
|
+
detached = "detached",
|
|
2851
|
+
detaching = "detaching"
|
|
2852
|
+
}
|
|
2618
2853
|
/**
|
|
2619
2854
|
* <p>Describes volume attachment details.</p>
|
|
2620
2855
|
*/
|
|
@@ -2664,7 +2899,12 @@ export interface AttachVpnGatewayRequest {
|
|
|
2664
2899
|
*/
|
|
2665
2900
|
DryRun?: boolean;
|
|
2666
2901
|
}
|
|
2667
|
-
export declare
|
|
2902
|
+
export declare enum AttachmentStatus {
|
|
2903
|
+
attached = "attached",
|
|
2904
|
+
attaching = "attaching",
|
|
2905
|
+
detached = "detached",
|
|
2906
|
+
detaching = "detaching"
|
|
2907
|
+
}
|
|
2668
2908
|
/**
|
|
2669
2909
|
* <p>Describes an attachment between a virtual private gateway and a VPC.</p>
|
|
2670
2910
|
*/
|
|
@@ -2719,7 +2959,12 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
2719
2959
|
*/
|
|
2720
2960
|
DryRun?: boolean;
|
|
2721
2961
|
}
|
|
2722
|
-
export declare
|
|
2962
|
+
export declare enum ClientVpnAuthorizationRuleStatusCode {
|
|
2963
|
+
active = "active",
|
|
2964
|
+
authorizing = "authorizing",
|
|
2965
|
+
failed = "failed",
|
|
2966
|
+
revoking = "revoking"
|
|
2967
|
+
}
|
|
2723
2968
|
/**
|
|
2724
2969
|
* <p>Describes the state of an authorization rule.</p>
|
|
2725
2970
|
*/
|
|
@@ -3174,7 +3419,15 @@ export interface BundleTaskError {
|
|
|
3174
3419
|
*/
|
|
3175
3420
|
Message?: string;
|
|
3176
3421
|
}
|
|
3177
|
-
export declare
|
|
3422
|
+
export declare enum BundleTaskState {
|
|
3423
|
+
bundling = "bundling",
|
|
3424
|
+
cancelling = "cancelling",
|
|
3425
|
+
complete = "complete",
|
|
3426
|
+
failed = "failed",
|
|
3427
|
+
pending = "pending",
|
|
3428
|
+
storing = "storing",
|
|
3429
|
+
waiting_for_shutdown = "waiting-for-shutdown"
|
|
3430
|
+
}
|
|
3178
3431
|
/**
|
|
3179
3432
|
* <p>Describes a bundle task.</p>
|
|
3180
3433
|
*/
|
|
@@ -3396,7 +3649,12 @@ export interface CancelReservedInstancesListingRequest {
|
|
|
3396
3649
|
*/
|
|
3397
3650
|
ReservedInstancesListingId: string | undefined;
|
|
3398
3651
|
}
|
|
3399
|
-
export declare
|
|
3652
|
+
export declare enum ListingState {
|
|
3653
|
+
available = "available",
|
|
3654
|
+
cancelled = "cancelled",
|
|
3655
|
+
pending = "pending",
|
|
3656
|
+
sold = "sold"
|
|
3657
|
+
}
|
|
3400
3658
|
/**
|
|
3401
3659
|
* <p>Describes a Reserved Instance listing state.</p>
|
|
3402
3660
|
*/
|
|
@@ -3410,7 +3668,9 @@ export interface InstanceCount {
|
|
|
3410
3668
|
*/
|
|
3411
3669
|
State?: ListingState | string;
|
|
3412
3670
|
}
|
|
3413
|
-
export declare
|
|
3671
|
+
export declare enum CurrencyCodeValues {
|
|
3672
|
+
USD = "USD"
|
|
3673
|
+
}
|
|
3414
3674
|
/**
|
|
3415
3675
|
* <p>Describes the price for a Reserved Instance.</p>
|
|
3416
3676
|
*/
|
|
@@ -3434,7 +3694,12 @@ export interface PriceSchedule {
|
|
|
3434
3694
|
*/
|
|
3435
3695
|
Term?: number;
|
|
3436
3696
|
}
|
|
3437
|
-
export declare
|
|
3697
|
+
export declare enum ListingStatus {
|
|
3698
|
+
active = "active",
|
|
3699
|
+
cancelled = "cancelled",
|
|
3700
|
+
closed = "closed",
|
|
3701
|
+
pending = "pending"
|
|
3702
|
+
}
|
|
3438
3703
|
/**
|
|
3439
3704
|
* <p>Describes a Reserved Instance listing.</p>
|
|
3440
3705
|
*/
|
|
@@ -3598,7 +3863,13 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
3598
3863
|
*/
|
|
3599
3864
|
SpotInstanceRequestIds: string[] | undefined;
|
|
3600
3865
|
}
|
|
3601
|
-
export declare
|
|
3866
|
+
export declare enum CancelSpotInstanceRequestState {
|
|
3867
|
+
active = "active",
|
|
3868
|
+
cancelled = "cancelled",
|
|
3869
|
+
closed = "closed",
|
|
3870
|
+
completed = "completed",
|
|
3871
|
+
open = "open"
|
|
3872
|
+
}
|
|
3602
3873
|
/**
|
|
3603
3874
|
* <p>Describes a request to cancel a Spot Instance.</p>
|
|
3604
3875
|
*/
|
|
@@ -3873,8 +4144,14 @@ export interface CopySnapshotResult {
|
|
|
3873
4144
|
*/
|
|
3874
4145
|
Tags?: Tag[];
|
|
3875
4146
|
}
|
|
3876
|
-
export declare
|
|
3877
|
-
|
|
4147
|
+
export declare enum EndDateType {
|
|
4148
|
+
limited = "limited",
|
|
4149
|
+
unlimited = "unlimited"
|
|
4150
|
+
}
|
|
4151
|
+
export declare enum InstanceMatchCriteria {
|
|
4152
|
+
open = "open",
|
|
4153
|
+
targeted = "targeted"
|
|
4154
|
+
}
|
|
3878
4155
|
export declare enum CapacityReservationInstancePlatform {
|
|
3879
4156
|
LINUX_UNIX = "Linux/UNIX",
|
|
3880
4157
|
LINUX_WITH_SQL_SERVER_ENTERPRISE = "Linux with SQL Server Enterprise",
|
|
@@ -3894,7 +4171,10 @@ export declare enum CapacityReservationInstancePlatform {
|
|
|
3894
4171
|
WINDOWS_WITH_SQL_SERVER_STANDARD = "Windows with SQL Server Standard",
|
|
3895
4172
|
WINDOWS_WITH_SQL_SERVER_WEB = "Windows with SQL Server Web"
|
|
3896
4173
|
}
|
|
3897
|
-
export declare
|
|
4174
|
+
export declare enum CapacityReservationTenancy {
|
|
4175
|
+
dedicated = "dedicated",
|
|
4176
|
+
default = "default"
|
|
4177
|
+
}
|
|
3898
4178
|
export interface CreateCapacityReservationRequest {
|
|
3899
4179
|
/**
|
|
3900
4180
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
@@ -4021,7 +4301,13 @@ export interface CreateCapacityReservationRequest {
|
|
|
4021
4301
|
*/
|
|
4022
4302
|
PlacementGroupArn?: string;
|
|
4023
4303
|
}
|
|
4024
|
-
export declare
|
|
4304
|
+
export declare enum CapacityReservationState {
|
|
4305
|
+
active = "active",
|
|
4306
|
+
cancelled = "cancelled",
|
|
4307
|
+
expired = "expired",
|
|
4308
|
+
failed = "failed",
|
|
4309
|
+
pending = "pending"
|
|
4310
|
+
}
|
|
4025
4311
|
/**
|
|
4026
4312
|
* <p>Describes a Capacity Reservation.</p>
|
|
4027
4313
|
*/
|
|
@@ -4200,7 +4486,576 @@ export interface CreateCapacityReservationResult {
|
|
|
4200
4486
|
export declare enum FleetInstanceMatchCriteria {
|
|
4201
4487
|
open = "open"
|
|
4202
4488
|
}
|
|
4203
|
-
export declare
|
|
4489
|
+
export declare enum _InstanceType {
|
|
4490
|
+
a1_2xlarge = "a1.2xlarge",
|
|
4491
|
+
a1_4xlarge = "a1.4xlarge",
|
|
4492
|
+
a1_large = "a1.large",
|
|
4493
|
+
a1_medium = "a1.medium",
|
|
4494
|
+
a1_metal = "a1.metal",
|
|
4495
|
+
a1_xlarge = "a1.xlarge",
|
|
4496
|
+
c1_medium = "c1.medium",
|
|
4497
|
+
c1_xlarge = "c1.xlarge",
|
|
4498
|
+
c3_2xlarge = "c3.2xlarge",
|
|
4499
|
+
c3_4xlarge = "c3.4xlarge",
|
|
4500
|
+
c3_8xlarge = "c3.8xlarge",
|
|
4501
|
+
c3_large = "c3.large",
|
|
4502
|
+
c3_xlarge = "c3.xlarge",
|
|
4503
|
+
c4_2xlarge = "c4.2xlarge",
|
|
4504
|
+
c4_4xlarge = "c4.4xlarge",
|
|
4505
|
+
c4_8xlarge = "c4.8xlarge",
|
|
4506
|
+
c4_large = "c4.large",
|
|
4507
|
+
c4_xlarge = "c4.xlarge",
|
|
4508
|
+
c5_12xlarge = "c5.12xlarge",
|
|
4509
|
+
c5_18xlarge = "c5.18xlarge",
|
|
4510
|
+
c5_24xlarge = "c5.24xlarge",
|
|
4511
|
+
c5_2xlarge = "c5.2xlarge",
|
|
4512
|
+
c5_4xlarge = "c5.4xlarge",
|
|
4513
|
+
c5_9xlarge = "c5.9xlarge",
|
|
4514
|
+
c5_large = "c5.large",
|
|
4515
|
+
c5_metal = "c5.metal",
|
|
4516
|
+
c5_xlarge = "c5.xlarge",
|
|
4517
|
+
c5a_12xlarge = "c5a.12xlarge",
|
|
4518
|
+
c5a_16xlarge = "c5a.16xlarge",
|
|
4519
|
+
c5a_24xlarge = "c5a.24xlarge",
|
|
4520
|
+
c5a_2xlarge = "c5a.2xlarge",
|
|
4521
|
+
c5a_4xlarge = "c5a.4xlarge",
|
|
4522
|
+
c5a_8xlarge = "c5a.8xlarge",
|
|
4523
|
+
c5a_large = "c5a.large",
|
|
4524
|
+
c5a_xlarge = "c5a.xlarge",
|
|
4525
|
+
c5ad_12xlarge = "c5ad.12xlarge",
|
|
4526
|
+
c5ad_16xlarge = "c5ad.16xlarge",
|
|
4527
|
+
c5ad_24xlarge = "c5ad.24xlarge",
|
|
4528
|
+
c5ad_2xlarge = "c5ad.2xlarge",
|
|
4529
|
+
c5ad_4xlarge = "c5ad.4xlarge",
|
|
4530
|
+
c5ad_8xlarge = "c5ad.8xlarge",
|
|
4531
|
+
c5ad_large = "c5ad.large",
|
|
4532
|
+
c5ad_xlarge = "c5ad.xlarge",
|
|
4533
|
+
c5d_12xlarge = "c5d.12xlarge",
|
|
4534
|
+
c5d_18xlarge = "c5d.18xlarge",
|
|
4535
|
+
c5d_24xlarge = "c5d.24xlarge",
|
|
4536
|
+
c5d_2xlarge = "c5d.2xlarge",
|
|
4537
|
+
c5d_4xlarge = "c5d.4xlarge",
|
|
4538
|
+
c5d_9xlarge = "c5d.9xlarge",
|
|
4539
|
+
c5d_large = "c5d.large",
|
|
4540
|
+
c5d_metal = "c5d.metal",
|
|
4541
|
+
c5d_xlarge = "c5d.xlarge",
|
|
4542
|
+
c5n_18xlarge = "c5n.18xlarge",
|
|
4543
|
+
c5n_2xlarge = "c5n.2xlarge",
|
|
4544
|
+
c5n_4xlarge = "c5n.4xlarge",
|
|
4545
|
+
c5n_9xlarge = "c5n.9xlarge",
|
|
4546
|
+
c5n_large = "c5n.large",
|
|
4547
|
+
c5n_metal = "c5n.metal",
|
|
4548
|
+
c5n_xlarge = "c5n.xlarge",
|
|
4549
|
+
c6a_12xlarge = "c6a.12xlarge",
|
|
4550
|
+
c6a_16xlarge = "c6a.16xlarge",
|
|
4551
|
+
c6a_24xlarge = "c6a.24xlarge",
|
|
4552
|
+
c6a_2xlarge = "c6a.2xlarge",
|
|
4553
|
+
c6a_32xlarge = "c6a.32xlarge",
|
|
4554
|
+
c6a_48xlarge = "c6a.48xlarge",
|
|
4555
|
+
c6a_4xlarge = "c6a.4xlarge",
|
|
4556
|
+
c6a_8xlarge = "c6a.8xlarge",
|
|
4557
|
+
c6a_large = "c6a.large",
|
|
4558
|
+
c6a_metal = "c6a.metal",
|
|
4559
|
+
c6a_xlarge = "c6a.xlarge",
|
|
4560
|
+
c6g_12xlarge = "c6g.12xlarge",
|
|
4561
|
+
c6g_16xlarge = "c6g.16xlarge",
|
|
4562
|
+
c6g_2xlarge = "c6g.2xlarge",
|
|
4563
|
+
c6g_4xlarge = "c6g.4xlarge",
|
|
4564
|
+
c6g_8xlarge = "c6g.8xlarge",
|
|
4565
|
+
c6g_large = "c6g.large",
|
|
4566
|
+
c6g_medium = "c6g.medium",
|
|
4567
|
+
c6g_metal = "c6g.metal",
|
|
4568
|
+
c6g_xlarge = "c6g.xlarge",
|
|
4569
|
+
c6gd_12xlarge = "c6gd.12xlarge",
|
|
4570
|
+
c6gd_16xlarge = "c6gd.16xlarge",
|
|
4571
|
+
c6gd_2xlarge = "c6gd.2xlarge",
|
|
4572
|
+
c6gd_4xlarge = "c6gd.4xlarge",
|
|
4573
|
+
c6gd_8xlarge = "c6gd.8xlarge",
|
|
4574
|
+
c6gd_large = "c6gd.large",
|
|
4575
|
+
c6gd_medium = "c6gd.medium",
|
|
4576
|
+
c6gd_metal = "c6gd.metal",
|
|
4577
|
+
c6gd_xlarge = "c6gd.xlarge",
|
|
4578
|
+
c6gn_12xlarge = "c6gn.12xlarge",
|
|
4579
|
+
c6gn_16xlarge = "c6gn.16xlarge",
|
|
4580
|
+
c6gn_2xlarge = "c6gn.2xlarge",
|
|
4581
|
+
c6gn_4xlarge = "c6gn.4xlarge",
|
|
4582
|
+
c6gn_8xlarge = "c6gn.8xlarge",
|
|
4583
|
+
c6gn_large = "c6gn.large",
|
|
4584
|
+
c6gn_medium = "c6gn.medium",
|
|
4585
|
+
c6gn_xlarge = "c6gn.xlarge",
|
|
4586
|
+
c6i_12xlarge = "c6i.12xlarge",
|
|
4587
|
+
c6i_16xlarge = "c6i.16xlarge",
|
|
4588
|
+
c6i_24xlarge = "c6i.24xlarge",
|
|
4589
|
+
c6i_2xlarge = "c6i.2xlarge",
|
|
4590
|
+
c6i_32xlarge = "c6i.32xlarge",
|
|
4591
|
+
c6i_4xlarge = "c6i.4xlarge",
|
|
4592
|
+
c6i_8xlarge = "c6i.8xlarge",
|
|
4593
|
+
c6i_large = "c6i.large",
|
|
4594
|
+
c6i_metal = "c6i.metal",
|
|
4595
|
+
c6i_xlarge = "c6i.xlarge",
|
|
4596
|
+
c6id_12xlarge = "c6id.12xlarge",
|
|
4597
|
+
c6id_16xlarge = "c6id.16xlarge",
|
|
4598
|
+
c6id_24xlarge = "c6id.24xlarge",
|
|
4599
|
+
c6id_2xlarge = "c6id.2xlarge",
|
|
4600
|
+
c6id_32xlarge = "c6id.32xlarge",
|
|
4601
|
+
c6id_4xlarge = "c6id.4xlarge",
|
|
4602
|
+
c6id_8xlarge = "c6id.8xlarge",
|
|
4603
|
+
c6id_large = "c6id.large",
|
|
4604
|
+
c6id_metal = "c6id.metal",
|
|
4605
|
+
c6id_xlarge = "c6id.xlarge",
|
|
4606
|
+
c7g_12xlarge = "c7g.12xlarge",
|
|
4607
|
+
c7g_16xlarge = "c7g.16xlarge",
|
|
4608
|
+
c7g_2xlarge = "c7g.2xlarge",
|
|
4609
|
+
c7g_4xlarge = "c7g.4xlarge",
|
|
4610
|
+
c7g_8xlarge = "c7g.8xlarge",
|
|
4611
|
+
c7g_large = "c7g.large",
|
|
4612
|
+
c7g_medium = "c7g.medium",
|
|
4613
|
+
c7g_xlarge = "c7g.xlarge",
|
|
4614
|
+
cc1_4xlarge = "cc1.4xlarge",
|
|
4615
|
+
cc2_8xlarge = "cc2.8xlarge",
|
|
4616
|
+
cg1_4xlarge = "cg1.4xlarge",
|
|
4617
|
+
cr1_8xlarge = "cr1.8xlarge",
|
|
4618
|
+
d2_2xlarge = "d2.2xlarge",
|
|
4619
|
+
d2_4xlarge = "d2.4xlarge",
|
|
4620
|
+
d2_8xlarge = "d2.8xlarge",
|
|
4621
|
+
d2_xlarge = "d2.xlarge",
|
|
4622
|
+
d3_2xlarge = "d3.2xlarge",
|
|
4623
|
+
d3_4xlarge = "d3.4xlarge",
|
|
4624
|
+
d3_8xlarge = "d3.8xlarge",
|
|
4625
|
+
d3_xlarge = "d3.xlarge",
|
|
4626
|
+
d3en_12xlarge = "d3en.12xlarge",
|
|
4627
|
+
d3en_2xlarge = "d3en.2xlarge",
|
|
4628
|
+
d3en_4xlarge = "d3en.4xlarge",
|
|
4629
|
+
d3en_6xlarge = "d3en.6xlarge",
|
|
4630
|
+
d3en_8xlarge = "d3en.8xlarge",
|
|
4631
|
+
d3en_xlarge = "d3en.xlarge",
|
|
4632
|
+
dl1_24xlarge = "dl1.24xlarge",
|
|
4633
|
+
f1_16xlarge = "f1.16xlarge",
|
|
4634
|
+
f1_2xlarge = "f1.2xlarge",
|
|
4635
|
+
f1_4xlarge = "f1.4xlarge",
|
|
4636
|
+
g2_2xlarge = "g2.2xlarge",
|
|
4637
|
+
g2_8xlarge = "g2.8xlarge",
|
|
4638
|
+
g3_16xlarge = "g3.16xlarge",
|
|
4639
|
+
g3_4xlarge = "g3.4xlarge",
|
|
4640
|
+
g3_8xlarge = "g3.8xlarge",
|
|
4641
|
+
g3s_xlarge = "g3s.xlarge",
|
|
4642
|
+
g4ad_16xlarge = "g4ad.16xlarge",
|
|
4643
|
+
g4ad_2xlarge = "g4ad.2xlarge",
|
|
4644
|
+
g4ad_4xlarge = "g4ad.4xlarge",
|
|
4645
|
+
g4ad_8xlarge = "g4ad.8xlarge",
|
|
4646
|
+
g4ad_xlarge = "g4ad.xlarge",
|
|
4647
|
+
g4dn_12xlarge = "g4dn.12xlarge",
|
|
4648
|
+
g4dn_16xlarge = "g4dn.16xlarge",
|
|
4649
|
+
g4dn_2xlarge = "g4dn.2xlarge",
|
|
4650
|
+
g4dn_4xlarge = "g4dn.4xlarge",
|
|
4651
|
+
g4dn_8xlarge = "g4dn.8xlarge",
|
|
4652
|
+
g4dn_metal = "g4dn.metal",
|
|
4653
|
+
g4dn_xlarge = "g4dn.xlarge",
|
|
4654
|
+
g5_12xlarge = "g5.12xlarge",
|
|
4655
|
+
g5_16xlarge = "g5.16xlarge",
|
|
4656
|
+
g5_24xlarge = "g5.24xlarge",
|
|
4657
|
+
g5_2xlarge = "g5.2xlarge",
|
|
4658
|
+
g5_48xlarge = "g5.48xlarge",
|
|
4659
|
+
g5_4xlarge = "g5.4xlarge",
|
|
4660
|
+
g5_8xlarge = "g5.8xlarge",
|
|
4661
|
+
g5_xlarge = "g5.xlarge",
|
|
4662
|
+
g5g_16xlarge = "g5g.16xlarge",
|
|
4663
|
+
g5g_2xlarge = "g5g.2xlarge",
|
|
4664
|
+
g5g_4xlarge = "g5g.4xlarge",
|
|
4665
|
+
g5g_8xlarge = "g5g.8xlarge",
|
|
4666
|
+
g5g_metal = "g5g.metal",
|
|
4667
|
+
g5g_xlarge = "g5g.xlarge",
|
|
4668
|
+
h1_16xlarge = "h1.16xlarge",
|
|
4669
|
+
h1_2xlarge = "h1.2xlarge",
|
|
4670
|
+
h1_4xlarge = "h1.4xlarge",
|
|
4671
|
+
h1_8xlarge = "h1.8xlarge",
|
|
4672
|
+
hi1_4xlarge = "hi1.4xlarge",
|
|
4673
|
+
hpc6a_48xlarge = "hpc6a.48xlarge",
|
|
4674
|
+
hs1_8xlarge = "hs1.8xlarge",
|
|
4675
|
+
i2_2xlarge = "i2.2xlarge",
|
|
4676
|
+
i2_4xlarge = "i2.4xlarge",
|
|
4677
|
+
i2_8xlarge = "i2.8xlarge",
|
|
4678
|
+
i2_xlarge = "i2.xlarge",
|
|
4679
|
+
i3_16xlarge = "i3.16xlarge",
|
|
4680
|
+
i3_2xlarge = "i3.2xlarge",
|
|
4681
|
+
i3_4xlarge = "i3.4xlarge",
|
|
4682
|
+
i3_8xlarge = "i3.8xlarge",
|
|
4683
|
+
i3_large = "i3.large",
|
|
4684
|
+
i3_metal = "i3.metal",
|
|
4685
|
+
i3_xlarge = "i3.xlarge",
|
|
4686
|
+
i3en_12xlarge = "i3en.12xlarge",
|
|
4687
|
+
i3en_24xlarge = "i3en.24xlarge",
|
|
4688
|
+
i3en_2xlarge = "i3en.2xlarge",
|
|
4689
|
+
i3en_3xlarge = "i3en.3xlarge",
|
|
4690
|
+
i3en_6xlarge = "i3en.6xlarge",
|
|
4691
|
+
i3en_large = "i3en.large",
|
|
4692
|
+
i3en_metal = "i3en.metal",
|
|
4693
|
+
i3en_xlarge = "i3en.xlarge",
|
|
4694
|
+
i4i_16xlarge = "i4i.16xlarge",
|
|
4695
|
+
i4i_2xlarge = "i4i.2xlarge",
|
|
4696
|
+
i4i_32xlarge = "i4i.32xlarge",
|
|
4697
|
+
i4i_4xlarge = "i4i.4xlarge",
|
|
4698
|
+
i4i_8xlarge = "i4i.8xlarge",
|
|
4699
|
+
i4i_large = "i4i.large",
|
|
4700
|
+
i4i_metal = "i4i.metal",
|
|
4701
|
+
i4i_xlarge = "i4i.xlarge",
|
|
4702
|
+
im4gn_16xlarge = "im4gn.16xlarge",
|
|
4703
|
+
im4gn_2xlarge = "im4gn.2xlarge",
|
|
4704
|
+
im4gn_4xlarge = "im4gn.4xlarge",
|
|
4705
|
+
im4gn_8xlarge = "im4gn.8xlarge",
|
|
4706
|
+
im4gn_large = "im4gn.large",
|
|
4707
|
+
im4gn_xlarge = "im4gn.xlarge",
|
|
4708
|
+
inf1_24xlarge = "inf1.24xlarge",
|
|
4709
|
+
inf1_2xlarge = "inf1.2xlarge",
|
|
4710
|
+
inf1_6xlarge = "inf1.6xlarge",
|
|
4711
|
+
inf1_xlarge = "inf1.xlarge",
|
|
4712
|
+
is4gen_2xlarge = "is4gen.2xlarge",
|
|
4713
|
+
is4gen_4xlarge = "is4gen.4xlarge",
|
|
4714
|
+
is4gen_8xlarge = "is4gen.8xlarge",
|
|
4715
|
+
is4gen_large = "is4gen.large",
|
|
4716
|
+
is4gen_medium = "is4gen.medium",
|
|
4717
|
+
is4gen_xlarge = "is4gen.xlarge",
|
|
4718
|
+
m1_large = "m1.large",
|
|
4719
|
+
m1_medium = "m1.medium",
|
|
4720
|
+
m1_small = "m1.small",
|
|
4721
|
+
m1_xlarge = "m1.xlarge",
|
|
4722
|
+
m2_2xlarge = "m2.2xlarge",
|
|
4723
|
+
m2_4xlarge = "m2.4xlarge",
|
|
4724
|
+
m2_xlarge = "m2.xlarge",
|
|
4725
|
+
m3_2xlarge = "m3.2xlarge",
|
|
4726
|
+
m3_large = "m3.large",
|
|
4727
|
+
m3_medium = "m3.medium",
|
|
4728
|
+
m3_xlarge = "m3.xlarge",
|
|
4729
|
+
m4_10xlarge = "m4.10xlarge",
|
|
4730
|
+
m4_16xlarge = "m4.16xlarge",
|
|
4731
|
+
m4_2xlarge = "m4.2xlarge",
|
|
4732
|
+
m4_4xlarge = "m4.4xlarge",
|
|
4733
|
+
m4_large = "m4.large",
|
|
4734
|
+
m4_xlarge = "m4.xlarge",
|
|
4735
|
+
m5_12xlarge = "m5.12xlarge",
|
|
4736
|
+
m5_16xlarge = "m5.16xlarge",
|
|
4737
|
+
m5_24xlarge = "m5.24xlarge",
|
|
4738
|
+
m5_2xlarge = "m5.2xlarge",
|
|
4739
|
+
m5_4xlarge = "m5.4xlarge",
|
|
4740
|
+
m5_8xlarge = "m5.8xlarge",
|
|
4741
|
+
m5_large = "m5.large",
|
|
4742
|
+
m5_metal = "m5.metal",
|
|
4743
|
+
m5_xlarge = "m5.xlarge",
|
|
4744
|
+
m5a_12xlarge = "m5a.12xlarge",
|
|
4745
|
+
m5a_16xlarge = "m5a.16xlarge",
|
|
4746
|
+
m5a_24xlarge = "m5a.24xlarge",
|
|
4747
|
+
m5a_2xlarge = "m5a.2xlarge",
|
|
4748
|
+
m5a_4xlarge = "m5a.4xlarge",
|
|
4749
|
+
m5a_8xlarge = "m5a.8xlarge",
|
|
4750
|
+
m5a_large = "m5a.large",
|
|
4751
|
+
m5a_xlarge = "m5a.xlarge",
|
|
4752
|
+
m5ad_12xlarge = "m5ad.12xlarge",
|
|
4753
|
+
m5ad_16xlarge = "m5ad.16xlarge",
|
|
4754
|
+
m5ad_24xlarge = "m5ad.24xlarge",
|
|
4755
|
+
m5ad_2xlarge = "m5ad.2xlarge",
|
|
4756
|
+
m5ad_4xlarge = "m5ad.4xlarge",
|
|
4757
|
+
m5ad_8xlarge = "m5ad.8xlarge",
|
|
4758
|
+
m5ad_large = "m5ad.large",
|
|
4759
|
+
m5ad_xlarge = "m5ad.xlarge",
|
|
4760
|
+
m5d_12xlarge = "m5d.12xlarge",
|
|
4761
|
+
m5d_16xlarge = "m5d.16xlarge",
|
|
4762
|
+
m5d_24xlarge = "m5d.24xlarge",
|
|
4763
|
+
m5d_2xlarge = "m5d.2xlarge",
|
|
4764
|
+
m5d_4xlarge = "m5d.4xlarge",
|
|
4765
|
+
m5d_8xlarge = "m5d.8xlarge",
|
|
4766
|
+
m5d_large = "m5d.large",
|
|
4767
|
+
m5d_metal = "m5d.metal",
|
|
4768
|
+
m5d_xlarge = "m5d.xlarge",
|
|
4769
|
+
m5dn_12xlarge = "m5dn.12xlarge",
|
|
4770
|
+
m5dn_16xlarge = "m5dn.16xlarge",
|
|
4771
|
+
m5dn_24xlarge = "m5dn.24xlarge",
|
|
4772
|
+
m5dn_2xlarge = "m5dn.2xlarge",
|
|
4773
|
+
m5dn_4xlarge = "m5dn.4xlarge",
|
|
4774
|
+
m5dn_8xlarge = "m5dn.8xlarge",
|
|
4775
|
+
m5dn_large = "m5dn.large",
|
|
4776
|
+
m5dn_metal = "m5dn.metal",
|
|
4777
|
+
m5dn_xlarge = "m5dn.xlarge",
|
|
4778
|
+
m5n_12xlarge = "m5n.12xlarge",
|
|
4779
|
+
m5n_16xlarge = "m5n.16xlarge",
|
|
4780
|
+
m5n_24xlarge = "m5n.24xlarge",
|
|
4781
|
+
m5n_2xlarge = "m5n.2xlarge",
|
|
4782
|
+
m5n_4xlarge = "m5n.4xlarge",
|
|
4783
|
+
m5n_8xlarge = "m5n.8xlarge",
|
|
4784
|
+
m5n_large = "m5n.large",
|
|
4785
|
+
m5n_metal = "m5n.metal",
|
|
4786
|
+
m5n_xlarge = "m5n.xlarge",
|
|
4787
|
+
m5zn_12xlarge = "m5zn.12xlarge",
|
|
4788
|
+
m5zn_2xlarge = "m5zn.2xlarge",
|
|
4789
|
+
m5zn_3xlarge = "m5zn.3xlarge",
|
|
4790
|
+
m5zn_6xlarge = "m5zn.6xlarge",
|
|
4791
|
+
m5zn_large = "m5zn.large",
|
|
4792
|
+
m5zn_metal = "m5zn.metal",
|
|
4793
|
+
m5zn_xlarge = "m5zn.xlarge",
|
|
4794
|
+
m6a_12xlarge = "m6a.12xlarge",
|
|
4795
|
+
m6a_16xlarge = "m6a.16xlarge",
|
|
4796
|
+
m6a_24xlarge = "m6a.24xlarge",
|
|
4797
|
+
m6a_2xlarge = "m6a.2xlarge",
|
|
4798
|
+
m6a_32xlarge = "m6a.32xlarge",
|
|
4799
|
+
m6a_48xlarge = "m6a.48xlarge",
|
|
4800
|
+
m6a_4xlarge = "m6a.4xlarge",
|
|
4801
|
+
m6a_8xlarge = "m6a.8xlarge",
|
|
4802
|
+
m6a_large = "m6a.large",
|
|
4803
|
+
m6a_metal = "m6a.metal",
|
|
4804
|
+
m6a_xlarge = "m6a.xlarge",
|
|
4805
|
+
m6g_12xlarge = "m6g.12xlarge",
|
|
4806
|
+
m6g_16xlarge = "m6g.16xlarge",
|
|
4807
|
+
m6g_2xlarge = "m6g.2xlarge",
|
|
4808
|
+
m6g_4xlarge = "m6g.4xlarge",
|
|
4809
|
+
m6g_8xlarge = "m6g.8xlarge",
|
|
4810
|
+
m6g_large = "m6g.large",
|
|
4811
|
+
m6g_medium = "m6g.medium",
|
|
4812
|
+
m6g_metal = "m6g.metal",
|
|
4813
|
+
m6g_xlarge = "m6g.xlarge",
|
|
4814
|
+
m6gd_12xlarge = "m6gd.12xlarge",
|
|
4815
|
+
m6gd_16xlarge = "m6gd.16xlarge",
|
|
4816
|
+
m6gd_2xlarge = "m6gd.2xlarge",
|
|
4817
|
+
m6gd_4xlarge = "m6gd.4xlarge",
|
|
4818
|
+
m6gd_8xlarge = "m6gd.8xlarge",
|
|
4819
|
+
m6gd_large = "m6gd.large",
|
|
4820
|
+
m6gd_medium = "m6gd.medium",
|
|
4821
|
+
m6gd_metal = "m6gd.metal",
|
|
4822
|
+
m6gd_xlarge = "m6gd.xlarge",
|
|
4823
|
+
m6i_12xlarge = "m6i.12xlarge",
|
|
4824
|
+
m6i_16xlarge = "m6i.16xlarge",
|
|
4825
|
+
m6i_24xlarge = "m6i.24xlarge",
|
|
4826
|
+
m6i_2xlarge = "m6i.2xlarge",
|
|
4827
|
+
m6i_32xlarge = "m6i.32xlarge",
|
|
4828
|
+
m6i_4xlarge = "m6i.4xlarge",
|
|
4829
|
+
m6i_8xlarge = "m6i.8xlarge",
|
|
4830
|
+
m6i_large = "m6i.large",
|
|
4831
|
+
m6i_metal = "m6i.metal",
|
|
4832
|
+
m6i_xlarge = "m6i.xlarge",
|
|
4833
|
+
m6id_12xlarge = "m6id.12xlarge",
|
|
4834
|
+
m6id_16xlarge = "m6id.16xlarge",
|
|
4835
|
+
m6id_24xlarge = "m6id.24xlarge",
|
|
4836
|
+
m6id_2xlarge = "m6id.2xlarge",
|
|
4837
|
+
m6id_32xlarge = "m6id.32xlarge",
|
|
4838
|
+
m6id_4xlarge = "m6id.4xlarge",
|
|
4839
|
+
m6id_8xlarge = "m6id.8xlarge",
|
|
4840
|
+
m6id_large = "m6id.large",
|
|
4841
|
+
m6id_metal = "m6id.metal",
|
|
4842
|
+
m6id_xlarge = "m6id.xlarge",
|
|
4843
|
+
mac1_metal = "mac1.metal",
|
|
4844
|
+
mac2_metal = "mac2.metal",
|
|
4845
|
+
p2_16xlarge = "p2.16xlarge",
|
|
4846
|
+
p2_8xlarge = "p2.8xlarge",
|
|
4847
|
+
p2_xlarge = "p2.xlarge",
|
|
4848
|
+
p3_16xlarge = "p3.16xlarge",
|
|
4849
|
+
p3_2xlarge = "p3.2xlarge",
|
|
4850
|
+
p3_8xlarge = "p3.8xlarge",
|
|
4851
|
+
p3dn_24xlarge = "p3dn.24xlarge",
|
|
4852
|
+
p4d_24xlarge = "p4d.24xlarge",
|
|
4853
|
+
p4de_24xlarge = "p4de.24xlarge",
|
|
4854
|
+
r3_2xlarge = "r3.2xlarge",
|
|
4855
|
+
r3_4xlarge = "r3.4xlarge",
|
|
4856
|
+
r3_8xlarge = "r3.8xlarge",
|
|
4857
|
+
r3_large = "r3.large",
|
|
4858
|
+
r3_xlarge = "r3.xlarge",
|
|
4859
|
+
r4_16xlarge = "r4.16xlarge",
|
|
4860
|
+
r4_2xlarge = "r4.2xlarge",
|
|
4861
|
+
r4_4xlarge = "r4.4xlarge",
|
|
4862
|
+
r4_8xlarge = "r4.8xlarge",
|
|
4863
|
+
r4_large = "r4.large",
|
|
4864
|
+
r4_xlarge = "r4.xlarge",
|
|
4865
|
+
r5_12xlarge = "r5.12xlarge",
|
|
4866
|
+
r5_16xlarge = "r5.16xlarge",
|
|
4867
|
+
r5_24xlarge = "r5.24xlarge",
|
|
4868
|
+
r5_2xlarge = "r5.2xlarge",
|
|
4869
|
+
r5_4xlarge = "r5.4xlarge",
|
|
4870
|
+
r5_8xlarge = "r5.8xlarge",
|
|
4871
|
+
r5_large = "r5.large",
|
|
4872
|
+
r5_metal = "r5.metal",
|
|
4873
|
+
r5_xlarge = "r5.xlarge",
|
|
4874
|
+
r5a_12xlarge = "r5a.12xlarge",
|
|
4875
|
+
r5a_16xlarge = "r5a.16xlarge",
|
|
4876
|
+
r5a_24xlarge = "r5a.24xlarge",
|
|
4877
|
+
r5a_2xlarge = "r5a.2xlarge",
|
|
4878
|
+
r5a_4xlarge = "r5a.4xlarge",
|
|
4879
|
+
r5a_8xlarge = "r5a.8xlarge",
|
|
4880
|
+
r5a_large = "r5a.large",
|
|
4881
|
+
r5a_xlarge = "r5a.xlarge",
|
|
4882
|
+
r5ad_12xlarge = "r5ad.12xlarge",
|
|
4883
|
+
r5ad_16xlarge = "r5ad.16xlarge",
|
|
4884
|
+
r5ad_24xlarge = "r5ad.24xlarge",
|
|
4885
|
+
r5ad_2xlarge = "r5ad.2xlarge",
|
|
4886
|
+
r5ad_4xlarge = "r5ad.4xlarge",
|
|
4887
|
+
r5ad_8xlarge = "r5ad.8xlarge",
|
|
4888
|
+
r5ad_large = "r5ad.large",
|
|
4889
|
+
r5ad_xlarge = "r5ad.xlarge",
|
|
4890
|
+
r5b_12xlarge = "r5b.12xlarge",
|
|
4891
|
+
r5b_16xlarge = "r5b.16xlarge",
|
|
4892
|
+
r5b_24xlarge = "r5b.24xlarge",
|
|
4893
|
+
r5b_2xlarge = "r5b.2xlarge",
|
|
4894
|
+
r5b_4xlarge = "r5b.4xlarge",
|
|
4895
|
+
r5b_8xlarge = "r5b.8xlarge",
|
|
4896
|
+
r5b_large = "r5b.large",
|
|
4897
|
+
r5b_metal = "r5b.metal",
|
|
4898
|
+
r5b_xlarge = "r5b.xlarge",
|
|
4899
|
+
r5d_12xlarge = "r5d.12xlarge",
|
|
4900
|
+
r5d_16xlarge = "r5d.16xlarge",
|
|
4901
|
+
r5d_24xlarge = "r5d.24xlarge",
|
|
4902
|
+
r5d_2xlarge = "r5d.2xlarge",
|
|
4903
|
+
r5d_4xlarge = "r5d.4xlarge",
|
|
4904
|
+
r5d_8xlarge = "r5d.8xlarge",
|
|
4905
|
+
r5d_large = "r5d.large",
|
|
4906
|
+
r5d_metal = "r5d.metal",
|
|
4907
|
+
r5d_xlarge = "r5d.xlarge",
|
|
4908
|
+
r5dn_12xlarge = "r5dn.12xlarge",
|
|
4909
|
+
r5dn_16xlarge = "r5dn.16xlarge",
|
|
4910
|
+
r5dn_24xlarge = "r5dn.24xlarge",
|
|
4911
|
+
r5dn_2xlarge = "r5dn.2xlarge",
|
|
4912
|
+
r5dn_4xlarge = "r5dn.4xlarge",
|
|
4913
|
+
r5dn_8xlarge = "r5dn.8xlarge",
|
|
4914
|
+
r5dn_large = "r5dn.large",
|
|
4915
|
+
r5dn_metal = "r5dn.metal",
|
|
4916
|
+
r5dn_xlarge = "r5dn.xlarge",
|
|
4917
|
+
r5n_12xlarge = "r5n.12xlarge",
|
|
4918
|
+
r5n_16xlarge = "r5n.16xlarge",
|
|
4919
|
+
r5n_24xlarge = "r5n.24xlarge",
|
|
4920
|
+
r5n_2xlarge = "r5n.2xlarge",
|
|
4921
|
+
r5n_4xlarge = "r5n.4xlarge",
|
|
4922
|
+
r5n_8xlarge = "r5n.8xlarge",
|
|
4923
|
+
r5n_large = "r5n.large",
|
|
4924
|
+
r5n_metal = "r5n.metal",
|
|
4925
|
+
r5n_xlarge = "r5n.xlarge",
|
|
4926
|
+
r6a_12xlarge = "r6a.12xlarge",
|
|
4927
|
+
r6a_16xlarge = "r6a.16xlarge",
|
|
4928
|
+
r6a_24xlarge = "r6a.24xlarge",
|
|
4929
|
+
r6a_2xlarge = "r6a.2xlarge",
|
|
4930
|
+
r6a_32xlarge = "r6a.32xlarge",
|
|
4931
|
+
r6a_48xlarge = "r6a.48xlarge",
|
|
4932
|
+
r6a_4xlarge = "r6a.4xlarge",
|
|
4933
|
+
r6a_8xlarge = "r6a.8xlarge",
|
|
4934
|
+
r6a_large = "r6a.large",
|
|
4935
|
+
r6a_metal = "r6a.metal",
|
|
4936
|
+
r6a_xlarge = "r6a.xlarge",
|
|
4937
|
+
r6g_12xlarge = "r6g.12xlarge",
|
|
4938
|
+
r6g_16xlarge = "r6g.16xlarge",
|
|
4939
|
+
r6g_2xlarge = "r6g.2xlarge",
|
|
4940
|
+
r6g_4xlarge = "r6g.4xlarge",
|
|
4941
|
+
r6g_8xlarge = "r6g.8xlarge",
|
|
4942
|
+
r6g_large = "r6g.large",
|
|
4943
|
+
r6g_medium = "r6g.medium",
|
|
4944
|
+
r6g_metal = "r6g.metal",
|
|
4945
|
+
r6g_xlarge = "r6g.xlarge",
|
|
4946
|
+
r6gd_12xlarge = "r6gd.12xlarge",
|
|
4947
|
+
r6gd_16xlarge = "r6gd.16xlarge",
|
|
4948
|
+
r6gd_2xlarge = "r6gd.2xlarge",
|
|
4949
|
+
r6gd_4xlarge = "r6gd.4xlarge",
|
|
4950
|
+
r6gd_8xlarge = "r6gd.8xlarge",
|
|
4951
|
+
r6gd_large = "r6gd.large",
|
|
4952
|
+
r6gd_medium = "r6gd.medium",
|
|
4953
|
+
r6gd_metal = "r6gd.metal",
|
|
4954
|
+
r6gd_xlarge = "r6gd.xlarge",
|
|
4955
|
+
r6i_12xlarge = "r6i.12xlarge",
|
|
4956
|
+
r6i_16xlarge = "r6i.16xlarge",
|
|
4957
|
+
r6i_24xlarge = "r6i.24xlarge",
|
|
4958
|
+
r6i_2xlarge = "r6i.2xlarge",
|
|
4959
|
+
r6i_32xlarge = "r6i.32xlarge",
|
|
4960
|
+
r6i_4xlarge = "r6i.4xlarge",
|
|
4961
|
+
r6i_8xlarge = "r6i.8xlarge",
|
|
4962
|
+
r6i_large = "r6i.large",
|
|
4963
|
+
r6i_metal = "r6i.metal",
|
|
4964
|
+
r6i_xlarge = "r6i.xlarge",
|
|
4965
|
+
r6id_12xlarge = "r6id.12xlarge",
|
|
4966
|
+
r6id_16xlarge = "r6id.16xlarge",
|
|
4967
|
+
r6id_24xlarge = "r6id.24xlarge",
|
|
4968
|
+
r6id_2xlarge = "r6id.2xlarge",
|
|
4969
|
+
r6id_32xlarge = "r6id.32xlarge",
|
|
4970
|
+
r6id_4xlarge = "r6id.4xlarge",
|
|
4971
|
+
r6id_8xlarge = "r6id.8xlarge",
|
|
4972
|
+
r6id_large = "r6id.large",
|
|
4973
|
+
r6id_metal = "r6id.metal",
|
|
4974
|
+
r6id_xlarge = "r6id.xlarge",
|
|
4975
|
+
t1_micro = "t1.micro",
|
|
4976
|
+
t2_2xlarge = "t2.2xlarge",
|
|
4977
|
+
t2_large = "t2.large",
|
|
4978
|
+
t2_medium = "t2.medium",
|
|
4979
|
+
t2_micro = "t2.micro",
|
|
4980
|
+
t2_nano = "t2.nano",
|
|
4981
|
+
t2_small = "t2.small",
|
|
4982
|
+
t2_xlarge = "t2.xlarge",
|
|
4983
|
+
t3_2xlarge = "t3.2xlarge",
|
|
4984
|
+
t3_large = "t3.large",
|
|
4985
|
+
t3_medium = "t3.medium",
|
|
4986
|
+
t3_micro = "t3.micro",
|
|
4987
|
+
t3_nano = "t3.nano",
|
|
4988
|
+
t3_small = "t3.small",
|
|
4989
|
+
t3_xlarge = "t3.xlarge",
|
|
4990
|
+
t3a_2xlarge = "t3a.2xlarge",
|
|
4991
|
+
t3a_large = "t3a.large",
|
|
4992
|
+
t3a_medium = "t3a.medium",
|
|
4993
|
+
t3a_micro = "t3a.micro",
|
|
4994
|
+
t3a_nano = "t3a.nano",
|
|
4995
|
+
t3a_small = "t3a.small",
|
|
4996
|
+
t3a_xlarge = "t3a.xlarge",
|
|
4997
|
+
t4g_2xlarge = "t4g.2xlarge",
|
|
4998
|
+
t4g_large = "t4g.large",
|
|
4999
|
+
t4g_medium = "t4g.medium",
|
|
5000
|
+
t4g_micro = "t4g.micro",
|
|
5001
|
+
t4g_nano = "t4g.nano",
|
|
5002
|
+
t4g_small = "t4g.small",
|
|
5003
|
+
t4g_xlarge = "t4g.xlarge",
|
|
5004
|
+
u_12tb1_112xlarge = "u-12tb1.112xlarge",
|
|
5005
|
+
u_12tb1_metal = "u-12tb1.metal",
|
|
5006
|
+
u_18tb1_metal = "u-18tb1.metal",
|
|
5007
|
+
u_24tb1_metal = "u-24tb1.metal",
|
|
5008
|
+
u_6tb1_112xlarge = "u-6tb1.112xlarge",
|
|
5009
|
+
u_6tb1_56xlarge = "u-6tb1.56xlarge",
|
|
5010
|
+
u_6tb1_metal = "u-6tb1.metal",
|
|
5011
|
+
u_9tb1_112xlarge = "u-9tb1.112xlarge",
|
|
5012
|
+
u_9tb1_metal = "u-9tb1.metal",
|
|
5013
|
+
vt1_24xlarge = "vt1.24xlarge",
|
|
5014
|
+
vt1_3xlarge = "vt1.3xlarge",
|
|
5015
|
+
vt1_6xlarge = "vt1.6xlarge",
|
|
5016
|
+
x1_16xlarge = "x1.16xlarge",
|
|
5017
|
+
x1_32xlarge = "x1.32xlarge",
|
|
5018
|
+
x1e_16xlarge = "x1e.16xlarge",
|
|
5019
|
+
x1e_2xlarge = "x1e.2xlarge",
|
|
5020
|
+
x1e_32xlarge = "x1e.32xlarge",
|
|
5021
|
+
x1e_4xlarge = "x1e.4xlarge",
|
|
5022
|
+
x1e_8xlarge = "x1e.8xlarge",
|
|
5023
|
+
x1e_xlarge = "x1e.xlarge",
|
|
5024
|
+
x2gd_12xlarge = "x2gd.12xlarge",
|
|
5025
|
+
x2gd_16xlarge = "x2gd.16xlarge",
|
|
5026
|
+
x2gd_2xlarge = "x2gd.2xlarge",
|
|
5027
|
+
x2gd_4xlarge = "x2gd.4xlarge",
|
|
5028
|
+
x2gd_8xlarge = "x2gd.8xlarge",
|
|
5029
|
+
x2gd_large = "x2gd.large",
|
|
5030
|
+
x2gd_medium = "x2gd.medium",
|
|
5031
|
+
x2gd_metal = "x2gd.metal",
|
|
5032
|
+
x2gd_xlarge = "x2gd.xlarge",
|
|
5033
|
+
x2idn_16xlarge = "x2idn.16xlarge",
|
|
5034
|
+
x2idn_24xlarge = "x2idn.24xlarge",
|
|
5035
|
+
x2idn_32xlarge = "x2idn.32xlarge",
|
|
5036
|
+
x2idn_metal = "x2idn.metal",
|
|
5037
|
+
x2iedn_16xlarge = "x2iedn.16xlarge",
|
|
5038
|
+
x2iedn_24xlarge = "x2iedn.24xlarge",
|
|
5039
|
+
x2iedn_2xlarge = "x2iedn.2xlarge",
|
|
5040
|
+
x2iedn_32xlarge = "x2iedn.32xlarge",
|
|
5041
|
+
x2iedn_4xlarge = "x2iedn.4xlarge",
|
|
5042
|
+
x2iedn_8xlarge = "x2iedn.8xlarge",
|
|
5043
|
+
x2iedn_metal = "x2iedn.metal",
|
|
5044
|
+
x2iedn_xlarge = "x2iedn.xlarge",
|
|
5045
|
+
x2iezn_12xlarge = "x2iezn.12xlarge",
|
|
5046
|
+
x2iezn_2xlarge = "x2iezn.2xlarge",
|
|
5047
|
+
x2iezn_4xlarge = "x2iezn.4xlarge",
|
|
5048
|
+
x2iezn_6xlarge = "x2iezn.6xlarge",
|
|
5049
|
+
x2iezn_8xlarge = "x2iezn.8xlarge",
|
|
5050
|
+
x2iezn_metal = "x2iezn.metal",
|
|
5051
|
+
z1d_12xlarge = "z1d.12xlarge",
|
|
5052
|
+
z1d_2xlarge = "z1d.2xlarge",
|
|
5053
|
+
z1d_3xlarge = "z1d.3xlarge",
|
|
5054
|
+
z1d_6xlarge = "z1d.6xlarge",
|
|
5055
|
+
z1d_large = "z1d.large",
|
|
5056
|
+
z1d_metal = "z1d.metal",
|
|
5057
|
+
z1d_xlarge = "z1d.xlarge"
|
|
5058
|
+
}
|
|
4204
5059
|
/**
|
|
4205
5060
|
* <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
|
|
4206
5061
|
*/
|
|
@@ -4448,7 +5303,12 @@ export interface CreateCarrierGatewayRequest {
|
|
|
4448
5303
|
*/
|
|
4449
5304
|
ClientToken?: string;
|
|
4450
5305
|
}
|
|
4451
|
-
export declare
|
|
5306
|
+
export declare enum CarrierGatewayState {
|
|
5307
|
+
available = "available",
|
|
5308
|
+
deleted = "deleted",
|
|
5309
|
+
deleting = "deleting",
|
|
5310
|
+
pending = "pending"
|
|
5311
|
+
}
|
|
4452
5312
|
/**
|
|
4453
5313
|
* <p>Describes a carrier gateway.</p>
|
|
4454
5314
|
*/
|
|
@@ -4512,7 +5372,11 @@ export interface CertificateAuthenticationRequest {
|
|
|
4512
5372
|
*/
|
|
4513
5373
|
ClientRootCertificateChainArn?: string;
|
|
4514
5374
|
}
|
|
4515
|
-
export declare
|
|
5375
|
+
export declare enum ClientVpnAuthenticationType {
|
|
5376
|
+
certificate_authentication = "certificate-authentication",
|
|
5377
|
+
directory_service_authentication = "directory-service-authentication",
|
|
5378
|
+
federated_authentication = "federated-authentication"
|
|
5379
|
+
}
|
|
4516
5380
|
/**
|
|
4517
5381
|
* <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
|
|
4518
5382
|
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
@@ -4586,8 +5450,14 @@ export interface ConnectionLogOptions {
|
|
|
4586
5450
|
*/
|
|
4587
5451
|
CloudwatchLogStream?: string;
|
|
4588
5452
|
}
|
|
4589
|
-
export declare
|
|
4590
|
-
|
|
5453
|
+
export declare enum SelfServicePortal {
|
|
5454
|
+
disabled = "disabled",
|
|
5455
|
+
enabled = "enabled"
|
|
5456
|
+
}
|
|
5457
|
+
export declare enum TransportProtocol {
|
|
5458
|
+
tcp = "tcp",
|
|
5459
|
+
udp = "udp"
|
|
5460
|
+
}
|
|
4591
5461
|
export interface CreateClientVpnEndpointRequest {
|
|
4592
5462
|
/**
|
|
4593
5463
|
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.</p>
|
|
@@ -4696,7 +5566,12 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
4696
5566
|
*/
|
|
4697
5567
|
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
4698
5568
|
}
|
|
4699
|
-
export declare
|
|
5569
|
+
export declare enum ClientVpnEndpointStatusCode {
|
|
5570
|
+
available = "available",
|
|
5571
|
+
deleted = "deleted",
|
|
5572
|
+
deleting = "deleting",
|
|
5573
|
+
pending_associate = "pending-associate"
|
|
5574
|
+
}
|
|
4700
5575
|
/**
|
|
4701
5576
|
* <p>Describes the state of a Client VPN endpoint.</p>
|
|
4702
5577
|
*/
|
|
@@ -4789,7 +5664,12 @@ export interface CreateClientVpnRouteRequest {
|
|
|
4789
5664
|
*/
|
|
4790
5665
|
DryRun?: boolean;
|
|
4791
5666
|
}
|
|
4792
|
-
export declare
|
|
5667
|
+
export declare enum ClientVpnRouteStatusCode {
|
|
5668
|
+
active = "active",
|
|
5669
|
+
creating = "creating",
|
|
5670
|
+
deleting = "deleting",
|
|
5671
|
+
failed = "failed"
|
|
5672
|
+
}
|
|
4793
5673
|
/**
|
|
4794
5674
|
* <p>Describes the state of a Client VPN endpoint route.</p>
|
|
4795
5675
|
*/
|
|
@@ -4809,7 +5689,113 @@ export interface CreateClientVpnRouteResult {
|
|
|
4809
5689
|
*/
|
|
4810
5690
|
Status?: ClientVpnRouteStatus;
|
|
4811
5691
|
}
|
|
4812
|
-
export
|
|
5692
|
+
export interface CreateCoipCidrRequest {
|
|
5693
|
+
/**
|
|
5694
|
+
* <p>
|
|
5695
|
+
* A customer-owned IP address range to create.
|
|
5696
|
+
* </p>
|
|
5697
|
+
*/
|
|
5698
|
+
Cidr: string | undefined;
|
|
5699
|
+
/**
|
|
5700
|
+
* <p>
|
|
5701
|
+
* The ID of the address pool.
|
|
5702
|
+
* </p>
|
|
5703
|
+
*/
|
|
5704
|
+
CoipPoolId: string | undefined;
|
|
5705
|
+
/**
|
|
5706
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5707
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5708
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5709
|
+
*/
|
|
5710
|
+
DryRun?: boolean;
|
|
5711
|
+
}
|
|
5712
|
+
/**
|
|
5713
|
+
* <p>
|
|
5714
|
+
* Information about a customer-owned IP address range.
|
|
5715
|
+
* </p>
|
|
5716
|
+
*/
|
|
5717
|
+
export interface CoipCidr {
|
|
5718
|
+
/**
|
|
5719
|
+
* <p>
|
|
5720
|
+
* An address range in a customer-owned IP address space.
|
|
5721
|
+
* </p>
|
|
5722
|
+
*/
|
|
5723
|
+
Cidr?: string;
|
|
5724
|
+
/**
|
|
5725
|
+
* <p>
|
|
5726
|
+
* The ID of the address pool.
|
|
5727
|
+
* </p>
|
|
5728
|
+
*/
|
|
5729
|
+
CoipPoolId?: string;
|
|
5730
|
+
/**
|
|
5731
|
+
* <p>
|
|
5732
|
+
* The ID of the local gateway route table.
|
|
5733
|
+
* </p>
|
|
5734
|
+
*/
|
|
5735
|
+
LocalGatewayRouteTableId?: string;
|
|
5736
|
+
}
|
|
5737
|
+
export interface CreateCoipCidrResult {
|
|
5738
|
+
/**
|
|
5739
|
+
* <p>
|
|
5740
|
+
* Information about a range of customer-owned IP addresses.
|
|
5741
|
+
* </p>
|
|
5742
|
+
*/
|
|
5743
|
+
CoipCidr?: CoipCidr;
|
|
5744
|
+
}
|
|
5745
|
+
export interface CreateCoipPoolRequest {
|
|
5746
|
+
/**
|
|
5747
|
+
* <p>
|
|
5748
|
+
* The ID of the local gateway route table.
|
|
5749
|
+
* </p>
|
|
5750
|
+
*/
|
|
5751
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
5752
|
+
/**
|
|
5753
|
+
* <p>
|
|
5754
|
+
* The tags to assign to the CoIP address pool.
|
|
5755
|
+
* </p>
|
|
5756
|
+
*/
|
|
5757
|
+
TagSpecifications?: TagSpecification[];
|
|
5758
|
+
/**
|
|
5759
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5760
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5761
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5762
|
+
*/
|
|
5763
|
+
DryRun?: boolean;
|
|
5764
|
+
}
|
|
5765
|
+
/**
|
|
5766
|
+
* <p>Describes a customer-owned address pool.</p>
|
|
5767
|
+
*/
|
|
5768
|
+
export interface CoipPool {
|
|
5769
|
+
/**
|
|
5770
|
+
* <p>The ID of the address pool.</p>
|
|
5771
|
+
*/
|
|
5772
|
+
PoolId?: string;
|
|
5773
|
+
/**
|
|
5774
|
+
* <p>The address ranges of the address pool.</p>
|
|
5775
|
+
*/
|
|
5776
|
+
PoolCidrs?: string[];
|
|
5777
|
+
/**
|
|
5778
|
+
* <p>The ID of the local gateway route table.</p>
|
|
5779
|
+
*/
|
|
5780
|
+
LocalGatewayRouteTableId?: string;
|
|
5781
|
+
/**
|
|
5782
|
+
* <p>The tags.</p>
|
|
5783
|
+
*/
|
|
5784
|
+
Tags?: Tag[];
|
|
5785
|
+
/**
|
|
5786
|
+
* <p>The ARN of the address pool.</p>
|
|
5787
|
+
*/
|
|
5788
|
+
PoolArn?: string;
|
|
5789
|
+
}
|
|
5790
|
+
export interface CreateCoipPoolResult {
|
|
5791
|
+
/**
|
|
5792
|
+
* <p>Describes a customer-owned address pool.</p>
|
|
5793
|
+
*/
|
|
5794
|
+
CoipPool?: CoipPool;
|
|
5795
|
+
}
|
|
5796
|
+
export declare enum GatewayType {
|
|
5797
|
+
ipsec_1 = "ipsec.1"
|
|
5798
|
+
}
|
|
4813
5799
|
/**
|
|
4814
5800
|
* <p>Contains the parameters for CreateCustomerGateway.</p>
|
|
4815
5801
|
*/
|
|
@@ -4949,7 +5935,10 @@ export interface PrivateDnsNameOptionsOnLaunch {
|
|
|
4949
5935
|
*/
|
|
4950
5936
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
4951
5937
|
}
|
|
4952
|
-
export declare
|
|
5938
|
+
export declare enum SubnetState {
|
|
5939
|
+
available = "available",
|
|
5940
|
+
pending = "pending"
|
|
5941
|
+
}
|
|
4953
5942
|
/**
|
|
4954
5943
|
* <p>Describes a subnet.</p>
|
|
4955
5944
|
*/
|
|
@@ -5062,8 +6051,15 @@ export interface CreateDefaultVpcRequest {
|
|
|
5062
6051
|
*/
|
|
5063
6052
|
DryRun?: boolean;
|
|
5064
6053
|
}
|
|
5065
|
-
export declare
|
|
5066
|
-
|
|
6054
|
+
export declare enum Tenancy {
|
|
6055
|
+
dedicated = "dedicated",
|
|
6056
|
+
default = "default",
|
|
6057
|
+
host = "host"
|
|
6058
|
+
}
|
|
6059
|
+
export declare enum VpcState {
|
|
6060
|
+
available = "available",
|
|
6061
|
+
pending = "pending"
|
|
6062
|
+
}
|
|
5067
6063
|
/**
|
|
5068
6064
|
* <p>Describes a VPC.</p>
|
|
5069
6065
|
*/
|
|
@@ -5166,103 +6162,6 @@ export interface DhcpConfiguration {
|
|
|
5166
6162
|
*/
|
|
5167
6163
|
Values?: AttributeValue[];
|
|
5168
6164
|
}
|
|
5169
|
-
/**
|
|
5170
|
-
* <p>Describes a set of DHCP options.</p>
|
|
5171
|
-
*/
|
|
5172
|
-
export interface DhcpOptions {
|
|
5173
|
-
/**
|
|
5174
|
-
* <p>One or more DHCP options in the set.</p>
|
|
5175
|
-
*/
|
|
5176
|
-
DhcpConfigurations?: DhcpConfiguration[];
|
|
5177
|
-
/**
|
|
5178
|
-
* <p>The ID of the set of DHCP options.</p>
|
|
5179
|
-
*/
|
|
5180
|
-
DhcpOptionsId?: string;
|
|
5181
|
-
/**
|
|
5182
|
-
* <p>The ID of the Amazon Web Services account that owns the DHCP options set.</p>
|
|
5183
|
-
*/
|
|
5184
|
-
OwnerId?: string;
|
|
5185
|
-
/**
|
|
5186
|
-
* <p>Any tags assigned to the DHCP options set.</p>
|
|
5187
|
-
*/
|
|
5188
|
-
Tags?: Tag[];
|
|
5189
|
-
}
|
|
5190
|
-
export interface CreateDhcpOptionsResult {
|
|
5191
|
-
/**
|
|
5192
|
-
* <p>A set of DHCP options.</p>
|
|
5193
|
-
*/
|
|
5194
|
-
DhcpOptions?: DhcpOptions;
|
|
5195
|
-
}
|
|
5196
|
-
export interface CreateEgressOnlyInternetGatewayRequest {
|
|
5197
|
-
/**
|
|
5198
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5199
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
|
|
5200
|
-
* idempotency</a>.</p>
|
|
5201
|
-
*/
|
|
5202
|
-
ClientToken?: string;
|
|
5203
|
-
/**
|
|
5204
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5205
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5206
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5207
|
-
*/
|
|
5208
|
-
DryRun?: boolean;
|
|
5209
|
-
/**
|
|
5210
|
-
* <p>The ID of the VPC for which to create the egress-only internet gateway.</p>
|
|
5211
|
-
*/
|
|
5212
|
-
VpcId: string | undefined;
|
|
5213
|
-
/**
|
|
5214
|
-
* <p>The tags to assign to the egress-only internet gateway.</p>
|
|
5215
|
-
*/
|
|
5216
|
-
TagSpecifications?: TagSpecification[];
|
|
5217
|
-
}
|
|
5218
|
-
/**
|
|
5219
|
-
* <p>Describes the attachment of a VPC to an internet gateway or an egress-only internet
|
|
5220
|
-
* gateway.</p>
|
|
5221
|
-
*/
|
|
5222
|
-
export interface InternetGatewayAttachment {
|
|
5223
|
-
/**
|
|
5224
|
-
* <p>The current state of the attachment. For an internet gateway, the state is
|
|
5225
|
-
* <code>available</code> when attached to a VPC; otherwise, this value is not
|
|
5226
|
-
* returned.</p>
|
|
5227
|
-
*/
|
|
5228
|
-
State?: AttachmentStatus | string;
|
|
5229
|
-
/**
|
|
5230
|
-
* <p>The ID of the VPC.</p>
|
|
5231
|
-
*/
|
|
5232
|
-
VpcId?: string;
|
|
5233
|
-
}
|
|
5234
|
-
/**
|
|
5235
|
-
* <p>Describes an egress-only internet gateway.</p>
|
|
5236
|
-
*/
|
|
5237
|
-
export interface EgressOnlyInternetGateway {
|
|
5238
|
-
/**
|
|
5239
|
-
* <p>Information about the attachment of the egress-only internet gateway.</p>
|
|
5240
|
-
*/
|
|
5241
|
-
Attachments?: InternetGatewayAttachment[];
|
|
5242
|
-
/**
|
|
5243
|
-
* <p>The ID of the egress-only internet gateway.</p>
|
|
5244
|
-
*/
|
|
5245
|
-
EgressOnlyInternetGatewayId?: string;
|
|
5246
|
-
/**
|
|
5247
|
-
* <p>The tags assigned to the egress-only internet gateway.</p>
|
|
5248
|
-
*/
|
|
5249
|
-
Tags?: Tag[];
|
|
5250
|
-
}
|
|
5251
|
-
export interface CreateEgressOnlyInternetGatewayResult {
|
|
5252
|
-
/**
|
|
5253
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5254
|
-
* request.</p>
|
|
5255
|
-
*/
|
|
5256
|
-
ClientToken?: string;
|
|
5257
|
-
/**
|
|
5258
|
-
* <p>Information about the egress-only internet gateway.</p>
|
|
5259
|
-
*/
|
|
5260
|
-
EgressOnlyInternetGateway?: EgressOnlyInternetGateway;
|
|
5261
|
-
}
|
|
5262
|
-
export declare enum FleetExcessCapacityTerminationPolicy {
|
|
5263
|
-
NO_TERMINATION = "no-termination",
|
|
5264
|
-
TERMINATION = "termination"
|
|
5265
|
-
}
|
|
5266
6165
|
/**
|
|
5267
6166
|
* @internal
|
|
5268
6167
|
*/
|
|
@@ -5491,6 +6390,10 @@ export declare const AccountAttributeFilterSensitiveLog: (obj: AccountAttribute)
|
|
|
5491
6390
|
* @internal
|
|
5492
6391
|
*/
|
|
5493
6392
|
export declare const ActiveInstanceFilterSensitiveLog: (obj: ActiveInstance) => any;
|
|
6393
|
+
/**
|
|
6394
|
+
* @internal
|
|
6395
|
+
*/
|
|
6396
|
+
export declare const AddedPrincipalFilterSensitiveLog: (obj: AddedPrincipal) => any;
|
|
5494
6397
|
/**
|
|
5495
6398
|
* @internal
|
|
5496
6399
|
*/
|
|
@@ -6114,80 +7017,80 @@ export declare const CreateClientVpnRouteResultFilterSensitiveLog: (obj: CreateC
|
|
|
6114
7017
|
/**
|
|
6115
7018
|
* @internal
|
|
6116
7019
|
*/
|
|
6117
|
-
export declare const
|
|
7020
|
+
export declare const CreateCoipCidrRequestFilterSensitiveLog: (obj: CreateCoipCidrRequest) => any;
|
|
6118
7021
|
/**
|
|
6119
7022
|
* @internal
|
|
6120
7023
|
*/
|
|
6121
|
-
export declare const
|
|
7024
|
+
export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
|
|
6122
7025
|
/**
|
|
6123
7026
|
* @internal
|
|
6124
7027
|
*/
|
|
6125
|
-
export declare const
|
|
7028
|
+
export declare const CreateCoipCidrResultFilterSensitiveLog: (obj: CreateCoipCidrResult) => any;
|
|
6126
7029
|
/**
|
|
6127
7030
|
* @internal
|
|
6128
7031
|
*/
|
|
6129
|
-
export declare const
|
|
7032
|
+
export declare const CreateCoipPoolRequestFilterSensitiveLog: (obj: CreateCoipPoolRequest) => any;
|
|
6130
7033
|
/**
|
|
6131
7034
|
* @internal
|
|
6132
7035
|
*/
|
|
6133
|
-
export declare const
|
|
7036
|
+
export declare const CoipPoolFilterSensitiveLog: (obj: CoipPool) => any;
|
|
6134
7037
|
/**
|
|
6135
7038
|
* @internal
|
|
6136
7039
|
*/
|
|
6137
|
-
export declare const
|
|
7040
|
+
export declare const CreateCoipPoolResultFilterSensitiveLog: (obj: CreateCoipPoolResult) => any;
|
|
6138
7041
|
/**
|
|
6139
7042
|
* @internal
|
|
6140
7043
|
*/
|
|
6141
|
-
export declare const
|
|
7044
|
+
export declare const CreateCustomerGatewayRequestFilterSensitiveLog: (obj: CreateCustomerGatewayRequest) => any;
|
|
6142
7045
|
/**
|
|
6143
7046
|
* @internal
|
|
6144
7047
|
*/
|
|
6145
|
-
export declare const
|
|
7048
|
+
export declare const CustomerGatewayFilterSensitiveLog: (obj: CustomerGateway) => any;
|
|
6146
7049
|
/**
|
|
6147
7050
|
* @internal
|
|
6148
7051
|
*/
|
|
6149
|
-
export declare const
|
|
7052
|
+
export declare const CreateCustomerGatewayResultFilterSensitiveLog: (obj: CreateCustomerGatewayResult) => any;
|
|
6150
7053
|
/**
|
|
6151
7054
|
* @internal
|
|
6152
7055
|
*/
|
|
6153
|
-
export declare const
|
|
7056
|
+
export declare const CreateDefaultSubnetRequestFilterSensitiveLog: (obj: CreateDefaultSubnetRequest) => any;
|
|
6154
7057
|
/**
|
|
6155
7058
|
* @internal
|
|
6156
7059
|
*/
|
|
6157
|
-
export declare const
|
|
7060
|
+
export declare const PrivateDnsNameOptionsOnLaunchFilterSensitiveLog: (obj: PrivateDnsNameOptionsOnLaunch) => any;
|
|
6158
7061
|
/**
|
|
6159
7062
|
* @internal
|
|
6160
7063
|
*/
|
|
6161
|
-
export declare const
|
|
7064
|
+
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
6162
7065
|
/**
|
|
6163
7066
|
* @internal
|
|
6164
7067
|
*/
|
|
6165
|
-
export declare const
|
|
7068
|
+
export declare const CreateDefaultSubnetResultFilterSensitiveLog: (obj: CreateDefaultSubnetResult) => any;
|
|
6166
7069
|
/**
|
|
6167
7070
|
* @internal
|
|
6168
7071
|
*/
|
|
6169
|
-
export declare const
|
|
7072
|
+
export declare const CreateDefaultVpcRequestFilterSensitiveLog: (obj: CreateDefaultVpcRequest) => any;
|
|
6170
7073
|
/**
|
|
6171
7074
|
* @internal
|
|
6172
7075
|
*/
|
|
6173
|
-
export declare const
|
|
7076
|
+
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
6174
7077
|
/**
|
|
6175
7078
|
* @internal
|
|
6176
7079
|
*/
|
|
6177
|
-
export declare const
|
|
7080
|
+
export declare const CreateDefaultVpcResultFilterSensitiveLog: (obj: CreateDefaultVpcResult) => any;
|
|
6178
7081
|
/**
|
|
6179
7082
|
* @internal
|
|
6180
7083
|
*/
|
|
6181
|
-
export declare const
|
|
7084
|
+
export declare const NewDhcpConfigurationFilterSensitiveLog: (obj: NewDhcpConfiguration) => any;
|
|
6182
7085
|
/**
|
|
6183
7086
|
* @internal
|
|
6184
7087
|
*/
|
|
6185
|
-
export declare const
|
|
7088
|
+
export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (obj: CreateDhcpOptionsRequest) => any;
|
|
6186
7089
|
/**
|
|
6187
7090
|
* @internal
|
|
6188
7091
|
*/
|
|
6189
|
-
export declare const
|
|
7092
|
+
export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
|
|
6190
7093
|
/**
|
|
6191
7094
|
* @internal
|
|
6192
7095
|
*/
|
|
6193
|
-
export declare const
|
|
7096
|
+
export declare const DhcpConfigurationFilterSensitiveLog: (obj: DhcpConfiguration) => any;
|