@aws-sdk/client-ec2 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/EC2.js +135 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- 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/ModifyLocalGatewayRouteCommand.js +36 -0
- 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 +3 -3
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +32 -31
- package/dist-cjs/models/models_1.js +64 -38
- package/dist-cjs/models/models_2.js +70 -86
- package/dist-cjs/models/models_3.js +86 -88
- package/dist-cjs/models/models_4.js +72 -74
- package/dist-cjs/models/models_5.js +82 -88
- package/dist-cjs/models/models_6.js +85 -3
- package/dist-cjs/protocols/Aws_ec2.js +646 -21
- package/dist-es/EC2.js +135 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- 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/ModifyLocalGatewayRouteCommand.js +39 -0
- 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 -1
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +8 -10
- package/dist-es/models/models_1.js +22 -8
- package/dist-es/models/models_2.js +16 -20
- package/dist-es/models/models_3.js +20 -25
- package/dist-es/models/models_4.js +21 -17
- package/dist-es/models/models_5.js +19 -25
- package/dist-es/models/models_6.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +891 -173
- package/dist-types/EC2.d.ts +89 -1
- package/dist-types/EC2Client.d.ts +11 -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/CreateLocalGatewayRouteCommand.d.ts +14 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
- 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/ModifyLocalGatewayRouteCommand.d.ts +35 -0
- 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 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +131 -97
- package/dist-types/models/models_1.d.ts +362 -280
- package/dist-types/models/models_2.d.ts +392 -831
- package/dist-types/models/models_3.d.ts +1506 -1387
- package/dist-types/models/models_4.d.ts +528 -251
- package/dist-types/models/models_5.d.ts +283 -389
- package/dist-types/models/models_6.d.ts +403 -5
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +9878 -2670
- package/dist-types/ts3.4/EC2Client.d.ts +3355 -606
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +39 -17
- 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 +39 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +39 -17
- 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 +39 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +39 -17
- 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 +34 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +39 -17
- 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 +39 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +542 -533
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +2960 -2987
- package/dist-types/ts3.4/models/models_1.d.ts +2532 -3440
- package/dist-types/ts3.4/models/models_2.d.ts +2253 -2839
- package/dist-types/ts3.4/models/models_3.d.ts +2557 -3444
- package/dist-types/ts3.4/models/models_4.d.ts +2722 -3492
- package/dist-types/ts3.4/models/models_5.d.ts +2595 -3289
- package/dist-types/ts3.4/models/models_6.d.ts +1345 -1483
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +122 -122
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6509 -1601
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +34 -34
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,9 +1,331 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
1
|
+
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
-
import { Filter, InstanceTagNotificationAttribute, TransitGatewayRoute } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState,
|
|
5
|
-
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification, InstanceMonitoring,
|
|
3
|
+
import { Filter, InstanceTagNotificationAttribute, IpamPoolCidr, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_3";
|
|
5
|
+
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Purchase } from "./models_5";
|
|
7
|
+
export interface MoveAddressToVpcRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12
|
+
*/
|
|
13
|
+
DryRun?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The Elastic IP address.</p>
|
|
16
|
+
*/
|
|
17
|
+
PublicIp: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
export declare enum Status {
|
|
20
|
+
inClassic = "InClassic",
|
|
21
|
+
inVpc = "InVpc",
|
|
22
|
+
moveInProgress = "MoveInProgress"
|
|
23
|
+
}
|
|
24
|
+
export interface MoveAddressToVpcResult {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The allocation ID for the Elastic IP address.</p>
|
|
27
|
+
*/
|
|
28
|
+
AllocationId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The status of the move of the IP address.</p>
|
|
31
|
+
*/
|
|
32
|
+
Status?: Status | string;
|
|
33
|
+
}
|
|
34
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
35
|
+
/**
|
|
36
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
37
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
38
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
39
|
+
*/
|
|
40
|
+
DryRun?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The BYOIP CIDR.</p>
|
|
43
|
+
*/
|
|
44
|
+
Cidr: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The IPAM pool ID.</p>
|
|
47
|
+
*/
|
|
48
|
+
IpamPoolId: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
|
|
51
|
+
*/
|
|
52
|
+
IpamPoolOwner: string | undefined;
|
|
53
|
+
}
|
|
54
|
+
export interface MoveByoipCidrToIpamResult {
|
|
55
|
+
/**
|
|
56
|
+
* <p>Information about an address range that is provisioned for use with your Amazon Web Services resources
|
|
57
|
+
* through bring your own IP addresses (BYOIP).</p>
|
|
58
|
+
*/
|
|
59
|
+
ByoipCidr?: ByoipCidr;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific
|
|
63
|
+
* Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
64
|
+
*/
|
|
65
|
+
export interface CidrAuthorizationContext {
|
|
66
|
+
/**
|
|
67
|
+
* <p>The plain-text authorization message for the prefix and account.</p>
|
|
68
|
+
*/
|
|
69
|
+
Message: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The signed authorization message for the prefix and account.</p>
|
|
72
|
+
*/
|
|
73
|
+
Signature: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface ProvisionByoipCidrRequest {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
|
|
78
|
+
* specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you've
|
|
79
|
+
* brought to this or another Region.</p>
|
|
80
|
+
*/
|
|
81
|
+
Cidr: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>A signed document that proves that you are authorized to bring the specified IP address
|
|
84
|
+
* range to Amazon using BYOIP.</p>
|
|
85
|
+
*/
|
|
86
|
+
CidrAuthorizationContext?: CidrAuthorizationContext;
|
|
87
|
+
/**
|
|
88
|
+
* <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
|
|
89
|
+
* internet.</p>
|
|
90
|
+
* <p>Default: true</p>
|
|
91
|
+
*/
|
|
92
|
+
PubliclyAdvertisable?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* <p>A description for the address range and the address pool.</p>
|
|
95
|
+
*/
|
|
96
|
+
Description?: string;
|
|
97
|
+
/**
|
|
98
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
99
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
100
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
101
|
+
*/
|
|
102
|
+
DryRun?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The tags to apply to the address pool.</p>
|
|
105
|
+
*/
|
|
106
|
+
PoolTagSpecifications?: TagSpecification[];
|
|
107
|
+
/**
|
|
108
|
+
* <p>Reserved.</p>
|
|
109
|
+
*/
|
|
110
|
+
MultiRegion?: boolean;
|
|
111
|
+
}
|
|
112
|
+
export interface ProvisionByoipCidrResult {
|
|
113
|
+
/**
|
|
114
|
+
* <p>Information about the address range.</p>
|
|
115
|
+
*/
|
|
116
|
+
ByoipCidr?: ByoipCidr;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
|
|
120
|
+
*/
|
|
121
|
+
export interface IpamCidrAuthorizationContext {
|
|
122
|
+
/**
|
|
123
|
+
* <p>The plain-text authorization message for the prefix and account.</p>
|
|
124
|
+
*/
|
|
125
|
+
Message?: string;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The signed authorization message for the prefix and account.</p>
|
|
128
|
+
*/
|
|
129
|
+
Signature?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface ProvisionIpamPoolCidrRequest {
|
|
132
|
+
/**
|
|
133
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
134
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
135
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
136
|
+
*/
|
|
137
|
+
DryRun?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The ID of the IPAM pool to which you want to assign a CIDR.</p>
|
|
140
|
+
*/
|
|
141
|
+
IpamPoolId: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The CIDR you want to assign to the IPAM pool.</p>
|
|
144
|
+
*/
|
|
145
|
+
Cidr?: string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.</p>
|
|
148
|
+
*/
|
|
149
|
+
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
150
|
+
}
|
|
151
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
152
|
+
/**
|
|
153
|
+
* <p>Information about the provisioned CIDR.</p>
|
|
154
|
+
*/
|
|
155
|
+
IpamPoolCidr?: IpamPoolCidr;
|
|
156
|
+
}
|
|
157
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
158
|
+
/**
|
|
159
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
160
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
161
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
162
|
+
*/
|
|
163
|
+
DryRun?: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The ID of the IPAM pool you would like to use to allocate this CIDR.</p>
|
|
166
|
+
*/
|
|
167
|
+
IpamPoolId: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The ID of the public IPv4 pool you would like to use for this CIDR.</p>
|
|
170
|
+
*/
|
|
171
|
+
PoolId: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool.</p>
|
|
174
|
+
*/
|
|
175
|
+
NetmaskLength: number | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
178
|
+
/**
|
|
179
|
+
* <p>The ID of the pool that you want to provision the CIDR to.</p>
|
|
180
|
+
*/
|
|
181
|
+
PoolId?: string;
|
|
182
|
+
/**
|
|
183
|
+
* <p>Describes an address range of an IPv4 address pool.</p>
|
|
184
|
+
*/
|
|
185
|
+
PoolAddressRange?: PublicIpv4PoolRange;
|
|
186
|
+
}
|
|
187
|
+
export interface PurchaseHostReservationRequest {
|
|
188
|
+
/**
|
|
189
|
+
* <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">Ensuring Idempotency</a>.</p>
|
|
190
|
+
*/
|
|
191
|
+
ClientToken?: string;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>,
|
|
194
|
+
* and <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
195
|
+
* supported currency is <code>USD</code>.</p>
|
|
196
|
+
*/
|
|
197
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>
|
|
200
|
+
*/
|
|
201
|
+
HostIdSet: string[] | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* <p>The specified limit is checked against the total upfront cost of the reservation
|
|
204
|
+
* (calculated as the offering's upfront cost multiplied by the host count). If the total
|
|
205
|
+
* upfront cost is greater than the specified price limit, the request fails. This is used
|
|
206
|
+
* to ensure that the purchase does not exceed the expected upfront cost of the purchase.
|
|
207
|
+
* At this time, the only supported currency is <code>USD</code>. For example, to indicate
|
|
208
|
+
* a limit price of USD 100, specify 100.00.</p>
|
|
209
|
+
*/
|
|
210
|
+
LimitPrice?: string;
|
|
211
|
+
/**
|
|
212
|
+
* <p>The ID of the offering.</p>
|
|
213
|
+
*/
|
|
214
|
+
OfferingId: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The tags to apply to the Dedicated Host Reservation during purchase.</p>
|
|
217
|
+
*/
|
|
218
|
+
TagSpecifications?: TagSpecification[];
|
|
219
|
+
}
|
|
220
|
+
export interface PurchaseHostReservationResult {
|
|
221
|
+
/**
|
|
222
|
+
* <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">Ensuring Idempotency</a>.</p>
|
|
223
|
+
*/
|
|
224
|
+
ClientToken?: string;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The currency in which the <code>totalUpfrontPrice</code> and
|
|
227
|
+
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
228
|
+
* supported currency is <code>USD</code>.</p>
|
|
229
|
+
*/
|
|
230
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
231
|
+
/**
|
|
232
|
+
* <p>Describes the details of the purchase.</p>
|
|
233
|
+
*/
|
|
234
|
+
Purchase?: Purchase[];
|
|
235
|
+
/**
|
|
236
|
+
* <p>The total hourly price of the reservation calculated per hour.</p>
|
|
237
|
+
*/
|
|
238
|
+
TotalHourlyPrice?: string;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The total amount charged to your account when you purchase the reservation.</p>
|
|
241
|
+
*/
|
|
242
|
+
TotalUpfrontPrice?: string;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* <p>Describes the limit price of a Reserved Instance offering.</p>
|
|
246
|
+
*/
|
|
247
|
+
export interface ReservedInstanceLimitPrice {
|
|
248
|
+
/**
|
|
249
|
+
* <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</p>
|
|
250
|
+
*/
|
|
251
|
+
Amount?: number;
|
|
252
|
+
/**
|
|
253
|
+
* <p>The currency in which the <code>limitPrice</code> amount is specified.
|
|
254
|
+
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
255
|
+
*/
|
|
256
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* <p>Contains the parameters for PurchaseReservedInstancesOffering.</p>
|
|
260
|
+
*/
|
|
261
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
262
|
+
/**
|
|
263
|
+
* <p>The number of Reserved Instances to purchase.</p>
|
|
264
|
+
*/
|
|
265
|
+
InstanceCount: number | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* <p>The ID of the Reserved Instance offering to purchase.</p>
|
|
268
|
+
*/
|
|
269
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
272
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
273
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
274
|
+
*/
|
|
275
|
+
DryRun?: boolean;
|
|
276
|
+
/**
|
|
277
|
+
* <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.</p>
|
|
278
|
+
*/
|
|
279
|
+
LimitPrice?: ReservedInstanceLimitPrice;
|
|
280
|
+
/**
|
|
281
|
+
* <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
282
|
+
*/
|
|
283
|
+
PurchaseTime?: Date;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* <p>Contains the output of PurchaseReservedInstancesOffering.</p>
|
|
287
|
+
*/
|
|
288
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
289
|
+
/**
|
|
290
|
+
* <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
|
|
291
|
+
* pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing
|
|
292
|
+
* pricing tiers</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
293
|
+
*/
|
|
294
|
+
ReservedInstancesId?: string;
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* <p>Describes a request to purchase Scheduled Instances.</p>
|
|
298
|
+
*/
|
|
299
|
+
export interface PurchaseRequest {
|
|
300
|
+
/**
|
|
301
|
+
* <p>The number of instances.</p>
|
|
302
|
+
*/
|
|
303
|
+
InstanceCount: number | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The purchase token.</p>
|
|
306
|
+
*/
|
|
307
|
+
PurchaseToken: string | undefined;
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* <p>Contains the parameters for PurchaseScheduledInstances.</p>
|
|
311
|
+
*/
|
|
312
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
313
|
+
/**
|
|
314
|
+
* <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
|
|
315
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
316
|
+
*/
|
|
317
|
+
ClientToken?: string;
|
|
318
|
+
/**
|
|
319
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
320
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
321
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
322
|
+
*/
|
|
323
|
+
DryRun?: boolean;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The purchase requests.</p>
|
|
326
|
+
*/
|
|
327
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
328
|
+
}
|
|
7
329
|
/**
|
|
8
330
|
* <p>Contains the output of PurchaseScheduledInstances.</p>
|
|
9
331
|
*/
|
|
@@ -2877,6 +3199,82 @@ export interface WithdrawByoipCidrResult {
|
|
|
2877
3199
|
*/
|
|
2878
3200
|
ByoipCidr?: ByoipCidr;
|
|
2879
3201
|
}
|
|
3202
|
+
/**
|
|
3203
|
+
* @internal
|
|
3204
|
+
*/
|
|
3205
|
+
export declare const MoveAddressToVpcRequestFilterSensitiveLog: (obj: MoveAddressToVpcRequest) => any;
|
|
3206
|
+
/**
|
|
3207
|
+
* @internal
|
|
3208
|
+
*/
|
|
3209
|
+
export declare const MoveAddressToVpcResultFilterSensitiveLog: (obj: MoveAddressToVpcResult) => any;
|
|
3210
|
+
/**
|
|
3211
|
+
* @internal
|
|
3212
|
+
*/
|
|
3213
|
+
export declare const MoveByoipCidrToIpamRequestFilterSensitiveLog: (obj: MoveByoipCidrToIpamRequest) => any;
|
|
3214
|
+
/**
|
|
3215
|
+
* @internal
|
|
3216
|
+
*/
|
|
3217
|
+
export declare const MoveByoipCidrToIpamResultFilterSensitiveLog: (obj: MoveByoipCidrToIpamResult) => any;
|
|
3218
|
+
/**
|
|
3219
|
+
* @internal
|
|
3220
|
+
*/
|
|
3221
|
+
export declare const CidrAuthorizationContextFilterSensitiveLog: (obj: CidrAuthorizationContext) => any;
|
|
3222
|
+
/**
|
|
3223
|
+
* @internal
|
|
3224
|
+
*/
|
|
3225
|
+
export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
|
|
3226
|
+
/**
|
|
3227
|
+
* @internal
|
|
3228
|
+
*/
|
|
3229
|
+
export declare const ProvisionByoipCidrResultFilterSensitiveLog: (obj: ProvisionByoipCidrResult) => any;
|
|
3230
|
+
/**
|
|
3231
|
+
* @internal
|
|
3232
|
+
*/
|
|
3233
|
+
export declare const IpamCidrAuthorizationContextFilterSensitiveLog: (obj: IpamCidrAuthorizationContext) => any;
|
|
3234
|
+
/**
|
|
3235
|
+
* @internal
|
|
3236
|
+
*/
|
|
3237
|
+
export declare const ProvisionIpamPoolCidrRequestFilterSensitiveLog: (obj: ProvisionIpamPoolCidrRequest) => any;
|
|
3238
|
+
/**
|
|
3239
|
+
* @internal
|
|
3240
|
+
*/
|
|
3241
|
+
export declare const ProvisionIpamPoolCidrResultFilterSensitiveLog: (obj: ProvisionIpamPoolCidrResult) => any;
|
|
3242
|
+
/**
|
|
3243
|
+
* @internal
|
|
3244
|
+
*/
|
|
3245
|
+
export declare const ProvisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (obj: ProvisionPublicIpv4PoolCidrRequest) => any;
|
|
3246
|
+
/**
|
|
3247
|
+
* @internal
|
|
3248
|
+
*/
|
|
3249
|
+
export declare const ProvisionPublicIpv4PoolCidrResultFilterSensitiveLog: (obj: ProvisionPublicIpv4PoolCidrResult) => any;
|
|
3250
|
+
/**
|
|
3251
|
+
* @internal
|
|
3252
|
+
*/
|
|
3253
|
+
export declare const PurchaseHostReservationRequestFilterSensitiveLog: (obj: PurchaseHostReservationRequest) => any;
|
|
3254
|
+
/**
|
|
3255
|
+
* @internal
|
|
3256
|
+
*/
|
|
3257
|
+
export declare const PurchaseHostReservationResultFilterSensitiveLog: (obj: PurchaseHostReservationResult) => any;
|
|
3258
|
+
/**
|
|
3259
|
+
* @internal
|
|
3260
|
+
*/
|
|
3261
|
+
export declare const ReservedInstanceLimitPriceFilterSensitiveLog: (obj: ReservedInstanceLimitPrice) => any;
|
|
3262
|
+
/**
|
|
3263
|
+
* @internal
|
|
3264
|
+
*/
|
|
3265
|
+
export declare const PurchaseReservedInstancesOfferingRequestFilterSensitiveLog: (obj: PurchaseReservedInstancesOfferingRequest) => any;
|
|
3266
|
+
/**
|
|
3267
|
+
* @internal
|
|
3268
|
+
*/
|
|
3269
|
+
export declare const PurchaseReservedInstancesOfferingResultFilterSensitiveLog: (obj: PurchaseReservedInstancesOfferingResult) => any;
|
|
3270
|
+
/**
|
|
3271
|
+
* @internal
|
|
3272
|
+
*/
|
|
3273
|
+
export declare const PurchaseRequestFilterSensitiveLog: (obj: PurchaseRequest) => any;
|
|
3274
|
+
/**
|
|
3275
|
+
* @internal
|
|
3276
|
+
*/
|
|
3277
|
+
export declare const PurchaseScheduledInstancesRequestFilterSensitiveLog: (obj: PurchaseScheduledInstancesRequest) => any;
|
|
2880
3278
|
/**
|
|
2881
3279
|
* @internal
|
|
2882
3280
|
*/
|
|
@@ -53,6 +53,8 @@ import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFl
|
|
|
53
53
|
import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "../commands/CreateCarrierGatewayCommand";
|
|
54
54
|
import { CreateClientVpnEndpointCommandInput, CreateClientVpnEndpointCommandOutput } from "../commands/CreateClientVpnEndpointCommand";
|
|
55
55
|
import { CreateClientVpnRouteCommandInput, CreateClientVpnRouteCommandOutput } from "../commands/CreateClientVpnRouteCommand";
|
|
56
|
+
import { CreateCoipCidrCommandInput, CreateCoipCidrCommandOutput } from "../commands/CreateCoipCidrCommand";
|
|
57
|
+
import { CreateCoipPoolCommandInput, CreateCoipPoolCommandOutput } from "../commands/CreateCoipPoolCommand";
|
|
56
58
|
import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "../commands/CreateCustomerGatewayCommand";
|
|
57
59
|
import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "../commands/CreateDefaultSubnetCommand";
|
|
58
60
|
import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "../commands/CreateDefaultVpcCommand";
|
|
@@ -72,6 +74,8 @@ import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "../comman
|
|
|
72
74
|
import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "../commands/CreateLaunchTemplateCommand";
|
|
73
75
|
import { CreateLaunchTemplateVersionCommandInput, CreateLaunchTemplateVersionCommandOutput } from "../commands/CreateLaunchTemplateVersionCommand";
|
|
74
76
|
import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutput } from "../commands/CreateLocalGatewayRouteCommand";
|
|
77
|
+
import { CreateLocalGatewayRouteTableCommandInput, CreateLocalGatewayRouteTableCommandOutput } from "../commands/CreateLocalGatewayRouteTableCommand";
|
|
78
|
+
import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
75
79
|
import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
|
|
76
80
|
import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "../commands/CreateManagedPrefixListCommand";
|
|
77
81
|
import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "../commands/CreateNatGatewayCommand";
|
|
@@ -123,6 +127,8 @@ import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "../
|
|
|
123
127
|
import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "../commands/DeleteCarrierGatewayCommand";
|
|
124
128
|
import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "../commands/DeleteClientVpnEndpointCommand";
|
|
125
129
|
import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "../commands/DeleteClientVpnRouteCommand";
|
|
130
|
+
import { DeleteCoipCidrCommandInput, DeleteCoipCidrCommandOutput } from "../commands/DeleteCoipCidrCommand";
|
|
131
|
+
import { DeleteCoipPoolCommandInput, DeleteCoipPoolCommandOutput } from "../commands/DeleteCoipPoolCommand";
|
|
126
132
|
import { DeleteCustomerGatewayCommandInput, DeleteCustomerGatewayCommandOutput } from "../commands/DeleteCustomerGatewayCommand";
|
|
127
133
|
import { DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput } from "../commands/DeleteDhcpOptionsCommand";
|
|
128
134
|
import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGatewayCommandOutput } from "../commands/DeleteEgressOnlyInternetGatewayCommand";
|
|
@@ -138,6 +144,8 @@ import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "../comman
|
|
|
138
144
|
import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "../commands/DeleteLaunchTemplateCommand";
|
|
139
145
|
import { DeleteLaunchTemplateVersionsCommandInput, DeleteLaunchTemplateVersionsCommandOutput } from "../commands/DeleteLaunchTemplateVersionsCommand";
|
|
140
146
|
import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutput } from "../commands/DeleteLocalGatewayRouteCommand";
|
|
147
|
+
import { DeleteLocalGatewayRouteTableCommandInput, DeleteLocalGatewayRouteTableCommandOutput } from "../commands/DeleteLocalGatewayRouteTableCommand";
|
|
148
|
+
import { DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput } from "../commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
141
149
|
import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
|
|
142
150
|
import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "../commands/DeleteManagedPrefixListCommand";
|
|
143
151
|
import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "../commands/DeleteNatGatewayCommand";
|
|
@@ -439,6 +447,7 @@ import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "../comm
|
|
|
439
447
|
import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "../commands/ModifyIpamResourceCidrCommand";
|
|
440
448
|
import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "../commands/ModifyIpamScopeCommand";
|
|
441
449
|
import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "../commands/ModifyLaunchTemplateCommand";
|
|
450
|
+
import { ModifyLocalGatewayRouteCommandInput, ModifyLocalGatewayRouteCommandOutput } from "../commands/ModifyLocalGatewayRouteCommand";
|
|
442
451
|
import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "../commands/ModifyManagedPrefixListCommand";
|
|
443
452
|
import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "../commands/ModifyNetworkInterfaceAttributeCommand";
|
|
444
453
|
import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "../commands/ModifyPrivateDnsNameOptionsCommand";
|
|
@@ -586,6 +595,8 @@ export declare const serializeAws_ec2CreateCapacityReservationFleetCommand: (inp
|
|
|
586
595
|
export declare const serializeAws_ec2CreateCarrierGatewayCommand: (input: CreateCarrierGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
587
596
|
export declare const serializeAws_ec2CreateClientVpnEndpointCommand: (input: CreateClientVpnEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
588
597
|
export declare const serializeAws_ec2CreateClientVpnRouteCommand: (input: CreateClientVpnRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_ec2CreateCoipCidrCommand: (input: CreateCoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
599
|
+
export declare const serializeAws_ec2CreateCoipPoolCommand: (input: CreateCoipPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
589
600
|
export declare const serializeAws_ec2CreateCustomerGatewayCommand: (input: CreateCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
590
601
|
export declare const serializeAws_ec2CreateDefaultSubnetCommand: (input: CreateDefaultSubnetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
591
602
|
export declare const serializeAws_ec2CreateDefaultVpcCommand: (input: CreateDefaultVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -605,6 +616,8 @@ export declare const serializeAws_ec2CreateKeyPairCommand: (input: CreateKeyPair
|
|
|
605
616
|
export declare const serializeAws_ec2CreateLaunchTemplateCommand: (input: CreateLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
606
617
|
export declare const serializeAws_ec2CreateLaunchTemplateVersionCommand: (input: CreateLaunchTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
607
618
|
export declare const serializeAws_ec2CreateLocalGatewayRouteCommand: (input: CreateLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
619
|
+
export declare const serializeAws_ec2CreateLocalGatewayRouteTableCommand: (input: CreateLocalGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
620
|
+
export declare const serializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: (input: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
621
|
export declare const serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand: (input: CreateLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
609
622
|
export declare const serializeAws_ec2CreateManagedPrefixListCommand: (input: CreateManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
610
623
|
export declare const serializeAws_ec2CreateNatGatewayCommand: (input: CreateNatGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -656,6 +669,8 @@ export declare const serializeAws_ec2CreateVpnGatewayCommand: (input: CreateVpnG
|
|
|
656
669
|
export declare const serializeAws_ec2DeleteCarrierGatewayCommand: (input: DeleteCarrierGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
657
670
|
export declare const serializeAws_ec2DeleteClientVpnEndpointCommand: (input: DeleteClientVpnEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
658
671
|
export declare const serializeAws_ec2DeleteClientVpnRouteCommand: (input: DeleteClientVpnRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
672
|
+
export declare const serializeAws_ec2DeleteCoipCidrCommand: (input: DeleteCoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
673
|
+
export declare const serializeAws_ec2DeleteCoipPoolCommand: (input: DeleteCoipPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
659
674
|
export declare const serializeAws_ec2DeleteCustomerGatewayCommand: (input: DeleteCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
660
675
|
export declare const serializeAws_ec2DeleteDhcpOptionsCommand: (input: DeleteDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
661
676
|
export declare const serializeAws_ec2DeleteEgressOnlyInternetGatewayCommand: (input: DeleteEgressOnlyInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -671,6 +686,8 @@ export declare const serializeAws_ec2DeleteKeyPairCommand: (input: DeleteKeyPair
|
|
|
671
686
|
export declare const serializeAws_ec2DeleteLaunchTemplateCommand: (input: DeleteLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
672
687
|
export declare const serializeAws_ec2DeleteLaunchTemplateVersionsCommand: (input: DeleteLaunchTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
673
688
|
export declare const serializeAws_ec2DeleteLocalGatewayRouteCommand: (input: DeleteLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
689
|
+
export declare const serializeAws_ec2DeleteLocalGatewayRouteTableCommand: (input: DeleteLocalGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: (input: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
674
691
|
export declare const serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand: (input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
675
692
|
export declare const serializeAws_ec2DeleteManagedPrefixListCommand: (input: DeleteManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
676
693
|
export declare const serializeAws_ec2DeleteNatGatewayCommand: (input: DeleteNatGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -972,6 +989,7 @@ export declare const serializeAws_ec2ModifyIpamPoolCommand: (input: ModifyIpamPo
|
|
|
972
989
|
export declare const serializeAws_ec2ModifyIpamResourceCidrCommand: (input: ModifyIpamResourceCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
973
990
|
export declare const serializeAws_ec2ModifyIpamScopeCommand: (input: ModifyIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
974
991
|
export declare const serializeAws_ec2ModifyLaunchTemplateCommand: (input: ModifyLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
992
|
+
export declare const serializeAws_ec2ModifyLocalGatewayRouteCommand: (input: ModifyLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
975
993
|
export declare const serializeAws_ec2ModifyManagedPrefixListCommand: (input: ModifyManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
976
994
|
export declare const serializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (input: ModifyNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
977
995
|
export declare const serializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (input: ModifyPrivateDnsNameOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1119,6 +1137,8 @@ export declare const deserializeAws_ec2CreateCapacityReservationFleetCommand: (o
|
|
|
1119
1137
|
export declare const deserializeAws_ec2CreateCarrierGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCarrierGatewayCommandOutput>;
|
|
1120
1138
|
export declare const deserializeAws_ec2CreateClientVpnEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClientVpnEndpointCommandOutput>;
|
|
1121
1139
|
export declare const deserializeAws_ec2CreateClientVpnRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClientVpnRouteCommandOutput>;
|
|
1140
|
+
export declare const deserializeAws_ec2CreateCoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoipCidrCommandOutput>;
|
|
1141
|
+
export declare const deserializeAws_ec2CreateCoipPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoipPoolCommandOutput>;
|
|
1122
1142
|
export declare const deserializeAws_ec2CreateCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomerGatewayCommandOutput>;
|
|
1123
1143
|
export declare const deserializeAws_ec2CreateDefaultSubnetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDefaultSubnetCommandOutput>;
|
|
1124
1144
|
export declare const deserializeAws_ec2CreateDefaultVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDefaultVpcCommandOutput>;
|
|
@@ -1138,6 +1158,8 @@ export declare const deserializeAws_ec2CreateKeyPairCommand: (output: __HttpResp
|
|
|
1138
1158
|
export declare const deserializeAws_ec2CreateLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchTemplateCommandOutput>;
|
|
1139
1159
|
export declare const deserializeAws_ec2CreateLaunchTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchTemplateVersionCommandOutput>;
|
|
1140
1160
|
export declare const deserializeAws_ec2CreateLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteCommandOutput>;
|
|
1161
|
+
export declare const deserializeAws_ec2CreateLocalGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteTableCommandOutput>;
|
|
1162
|
+
export declare const deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput>;
|
|
1141
1163
|
export declare const deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
1142
1164
|
export declare const deserializeAws_ec2CreateManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedPrefixListCommandOutput>;
|
|
1143
1165
|
export declare const deserializeAws_ec2CreateNatGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNatGatewayCommandOutput>;
|
|
@@ -1189,6 +1211,8 @@ export declare const deserializeAws_ec2CreateVpnGatewayCommand: (output: __HttpR
|
|
|
1189
1211
|
export declare const deserializeAws_ec2DeleteCarrierGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCarrierGatewayCommandOutput>;
|
|
1190
1212
|
export declare const deserializeAws_ec2DeleteClientVpnEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientVpnEndpointCommandOutput>;
|
|
1191
1213
|
export declare const deserializeAws_ec2DeleteClientVpnRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientVpnRouteCommandOutput>;
|
|
1214
|
+
export declare const deserializeAws_ec2DeleteCoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoipCidrCommandOutput>;
|
|
1215
|
+
export declare const deserializeAws_ec2DeleteCoipPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoipPoolCommandOutput>;
|
|
1192
1216
|
export declare const deserializeAws_ec2DeleteCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomerGatewayCommandOutput>;
|
|
1193
1217
|
export declare const deserializeAws_ec2DeleteDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDhcpOptionsCommandOutput>;
|
|
1194
1218
|
export declare const deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEgressOnlyInternetGatewayCommandOutput>;
|
|
@@ -1204,6 +1228,8 @@ export declare const deserializeAws_ec2DeleteKeyPairCommand: (output: __HttpResp
|
|
|
1204
1228
|
export declare const deserializeAws_ec2DeleteLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchTemplateCommandOutput>;
|
|
1205
1229
|
export declare const deserializeAws_ec2DeleteLaunchTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchTemplateVersionsCommandOutput>;
|
|
1206
1230
|
export declare const deserializeAws_ec2DeleteLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteCommandOutput>;
|
|
1231
|
+
export declare const deserializeAws_ec2DeleteLocalGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteTableCommandOutput>;
|
|
1232
|
+
export declare const deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput>;
|
|
1207
1233
|
export declare const deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
1208
1234
|
export declare const deserializeAws_ec2DeleteManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedPrefixListCommandOutput>;
|
|
1209
1235
|
export declare const deserializeAws_ec2DeleteNatGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNatGatewayCommandOutput>;
|
|
@@ -1505,6 +1531,7 @@ export declare const deserializeAws_ec2ModifyIpamPoolCommand: (output: __HttpRes
|
|
|
1505
1531
|
export declare const deserializeAws_ec2ModifyIpamResourceCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamResourceCidrCommandOutput>;
|
|
1506
1532
|
export declare const deserializeAws_ec2ModifyIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamScopeCommandOutput>;
|
|
1507
1533
|
export declare const deserializeAws_ec2ModifyLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLaunchTemplateCommandOutput>;
|
|
1534
|
+
export declare const deserializeAws_ec2ModifyLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLocalGatewayRouteCommandOutput>;
|
|
1508
1535
|
export declare const deserializeAws_ec2ModifyManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyManagedPrefixListCommandOutput>;
|
|
1509
1536
|
export declare const deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyNetworkInterfaceAttributeCommandOutput>;
|
|
1510
1537
|
export declare const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyPrivateDnsNameOptionsCommandOutput>;
|