@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,1483 +1,1345 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export interface
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
export interface
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
export interface
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
export interface
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
export interface
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
export interface
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
export interface
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
export interface
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
export interface
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
}
|
|
432
|
-
export interface
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
export
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
export interface
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
export interface
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
export interface
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
export interface
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
export interface
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
export
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
export
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
export
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
export
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
export
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
export
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
export
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
export
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
export declare const
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
export declare const
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
export declare const
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
export declare const
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
export declare const
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
export declare const
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
export declare const
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
export declare const
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
export declare const
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
export declare const
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
export declare const
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
export declare const
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
export declare const
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
export declare const
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
export declare const
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
export declare const
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
export declare const
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
export declare const
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export declare const
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
export declare const
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
export declare const RestoreSnapshotFromRecycleBinRequestFilterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinRequest) => any;
|
|
1348
|
-
|
|
1349
|
-
export declare const RestoreSnapshotFromRecycleBinResultFilterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinResult) => any;
|
|
1350
|
-
|
|
1351
|
-
export declare const RestoreSnapshotTierRequestFilterSensitiveLog: (obj: RestoreSnapshotTierRequest) => any;
|
|
1352
|
-
|
|
1353
|
-
export declare const RestoreSnapshotTierResultFilterSensitiveLog: (obj: RestoreSnapshotTierResult) => any;
|
|
1354
|
-
|
|
1355
|
-
export declare const RevokeClientVpnIngressRequestFilterSensitiveLog: (obj: RevokeClientVpnIngressRequest) => any;
|
|
1356
|
-
|
|
1357
|
-
export declare const RevokeClientVpnIngressResultFilterSensitiveLog: (obj: RevokeClientVpnIngressResult) => any;
|
|
1358
|
-
|
|
1359
|
-
export declare const RevokeSecurityGroupEgressRequestFilterSensitiveLog: (obj: RevokeSecurityGroupEgressRequest) => any;
|
|
1360
|
-
|
|
1361
|
-
export declare const RevokeSecurityGroupEgressResultFilterSensitiveLog: (obj: RevokeSecurityGroupEgressResult) => any;
|
|
1362
|
-
|
|
1363
|
-
export declare const RevokeSecurityGroupIngressRequestFilterSensitiveLog: (obj: RevokeSecurityGroupIngressRequest) => any;
|
|
1364
|
-
|
|
1365
|
-
export declare const RevokeSecurityGroupIngressResultFilterSensitiveLog: (obj: RevokeSecurityGroupIngressResult) => any;
|
|
1366
|
-
|
|
1367
|
-
export declare const CpuOptionsRequestFilterSensitiveLog: (obj: CpuOptionsRequest) => any;
|
|
1368
|
-
|
|
1369
|
-
export declare const ElasticInferenceAcceleratorFilterSensitiveLog: (obj: ElasticInferenceAccelerator) => any;
|
|
1370
|
-
|
|
1371
|
-
export declare const EnclaveOptionsRequestFilterSensitiveLog: (obj: EnclaveOptionsRequest) => any;
|
|
1372
|
-
|
|
1373
|
-
export declare const HibernationOptionsRequestFilterSensitiveLog: (obj: HibernationOptionsRequest) => any;
|
|
1374
|
-
|
|
1375
|
-
export declare const SpotMarketOptionsFilterSensitiveLog: (obj: SpotMarketOptions) => any;
|
|
1376
|
-
|
|
1377
|
-
export declare const InstanceMarketOptionsRequestFilterSensitiveLog: (obj: InstanceMarketOptionsRequest) => any;
|
|
1378
|
-
|
|
1379
|
-
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
1380
|
-
|
|
1381
|
-
export declare const LicenseConfigurationRequestFilterSensitiveLog: (obj: LicenseConfigurationRequest) => any;
|
|
1382
|
-
|
|
1383
|
-
export declare const InstanceMaintenanceOptionsRequestFilterSensitiveLog: (obj: InstanceMaintenanceOptionsRequest) => any;
|
|
1384
|
-
|
|
1385
|
-
export declare const InstanceMetadataOptionsRequestFilterSensitiveLog: (obj: InstanceMetadataOptionsRequest) => any;
|
|
1386
|
-
|
|
1387
|
-
export declare const PrivateDnsNameOptionsRequestFilterSensitiveLog: (obj: PrivateDnsNameOptionsRequest) => any;
|
|
1388
|
-
|
|
1389
|
-
export declare const RunInstancesRequestFilterSensitiveLog: (obj: RunInstancesRequest) => any;
|
|
1390
|
-
|
|
1391
|
-
export declare const ScheduledInstancesEbsFilterSensitiveLog: (obj: ScheduledInstancesEbs) => any;
|
|
1392
|
-
|
|
1393
|
-
export declare const ScheduledInstancesBlockDeviceMappingFilterSensitiveLog: (obj: ScheduledInstancesBlockDeviceMapping) => any;
|
|
1394
|
-
|
|
1395
|
-
export declare const ScheduledInstancesIamInstanceProfileFilterSensitiveLog: (obj: ScheduledInstancesIamInstanceProfile) => any;
|
|
1396
|
-
|
|
1397
|
-
export declare const ScheduledInstancesMonitoringFilterSensitiveLog: (obj: ScheduledInstancesMonitoring) => any;
|
|
1398
|
-
|
|
1399
|
-
export declare const ScheduledInstancesIpv6AddressFilterSensitiveLog: (obj: ScheduledInstancesIpv6Address) => any;
|
|
1400
|
-
|
|
1401
|
-
export declare const ScheduledInstancesPrivateIpAddressConfigFilterSensitiveLog: (obj: ScheduledInstancesPrivateIpAddressConfig) => any;
|
|
1402
|
-
|
|
1403
|
-
export declare const ScheduledInstancesNetworkInterfaceFilterSensitiveLog: (obj: ScheduledInstancesNetworkInterface) => any;
|
|
1404
|
-
|
|
1405
|
-
export declare const ScheduledInstancesPlacementFilterSensitiveLog: (obj: ScheduledInstancesPlacement) => any;
|
|
1406
|
-
|
|
1407
|
-
export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (obj: ScheduledInstancesLaunchSpecification) => any;
|
|
1408
|
-
|
|
1409
|
-
export declare const RunScheduledInstancesRequestFilterSensitiveLog: (obj: RunScheduledInstancesRequest) => any;
|
|
1410
|
-
|
|
1411
|
-
export declare const RunScheduledInstancesResultFilterSensitiveLog: (obj: RunScheduledInstancesResult) => any;
|
|
1412
|
-
|
|
1413
|
-
export declare const SearchLocalGatewayRoutesRequestFilterSensitiveLog: (obj: SearchLocalGatewayRoutesRequest) => any;
|
|
1414
|
-
|
|
1415
|
-
export declare const SearchLocalGatewayRoutesResultFilterSensitiveLog: (obj: SearchLocalGatewayRoutesResult) => any;
|
|
1416
|
-
|
|
1417
|
-
export declare const SearchTransitGatewayMulticastGroupsRequestFilterSensitiveLog: (obj: SearchTransitGatewayMulticastGroupsRequest) => any;
|
|
1418
|
-
|
|
1419
|
-
export declare const TransitGatewayMulticastGroupFilterSensitiveLog: (obj: TransitGatewayMulticastGroup) => any;
|
|
1420
|
-
|
|
1421
|
-
export declare const SearchTransitGatewayMulticastGroupsResultFilterSensitiveLog: (obj: SearchTransitGatewayMulticastGroupsResult) => any;
|
|
1422
|
-
|
|
1423
|
-
export declare const SearchTransitGatewayRoutesRequestFilterSensitiveLog: (obj: SearchTransitGatewayRoutesRequest) => any;
|
|
1424
|
-
|
|
1425
|
-
export declare const SearchTransitGatewayRoutesResultFilterSensitiveLog: (obj: SearchTransitGatewayRoutesResult) => any;
|
|
1426
|
-
|
|
1427
|
-
export declare const SendDiagnosticInterruptRequestFilterSensitiveLog: (obj: SendDiagnosticInterruptRequest) => any;
|
|
1428
|
-
|
|
1429
|
-
export declare const StartInstancesRequestFilterSensitiveLog: (obj: StartInstancesRequest) => any;
|
|
1430
|
-
|
|
1431
|
-
export declare const InstanceStateChangeFilterSensitiveLog: (obj: InstanceStateChange) => any;
|
|
1432
|
-
|
|
1433
|
-
export declare const StartInstancesResultFilterSensitiveLog: (obj: StartInstancesResult) => any;
|
|
1434
|
-
|
|
1435
|
-
export declare const StartNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAccessScopeAnalysisRequest) => any;
|
|
1436
|
-
|
|
1437
|
-
export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAccessScopeAnalysisResult) => any;
|
|
1438
|
-
|
|
1439
|
-
export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisRequest) => any;
|
|
1440
|
-
|
|
1441
|
-
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisResult) => any;
|
|
1442
|
-
|
|
1443
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationRequest) => any;
|
|
1444
|
-
|
|
1445
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationResult) => any;
|
|
1446
|
-
|
|
1447
|
-
export declare const StopInstancesRequestFilterSensitiveLog: (obj: StopInstancesRequest) => any;
|
|
1448
|
-
|
|
1449
|
-
export declare const StopInstancesResultFilterSensitiveLog: (obj: StopInstancesResult) => any;
|
|
1450
|
-
|
|
1451
|
-
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (obj: TerminateClientVpnConnectionsRequest) => any;
|
|
1452
|
-
|
|
1453
|
-
export declare const TerminateConnectionStatusFilterSensitiveLog: (obj: TerminateConnectionStatus) => any;
|
|
1454
|
-
|
|
1455
|
-
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (obj: TerminateClientVpnConnectionsResult) => any;
|
|
1456
|
-
|
|
1457
|
-
export declare const TerminateInstancesRequestFilterSensitiveLog: (obj: TerminateInstancesRequest) => any;
|
|
1458
|
-
|
|
1459
|
-
export declare const TerminateInstancesResultFilterSensitiveLog: (obj: TerminateInstancesResult) => any;
|
|
1460
|
-
|
|
1461
|
-
export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (obj: UnassignIpv6AddressesRequest) => any;
|
|
1462
|
-
|
|
1463
|
-
export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (obj: UnassignIpv6AddressesResult) => any;
|
|
1464
|
-
|
|
1465
|
-
export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (obj: UnassignPrivateIpAddressesRequest) => any;
|
|
1466
|
-
|
|
1467
|
-
export declare const UnmonitorInstancesRequestFilterSensitiveLog: (obj: UnmonitorInstancesRequest) => any;
|
|
1468
|
-
|
|
1469
|
-
export declare const UnmonitorInstancesResultFilterSensitiveLog: (obj: UnmonitorInstancesResult) => any;
|
|
1470
|
-
|
|
1471
|
-
export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
|
|
1472
|
-
|
|
1473
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressRequest) => any;
|
|
1474
|
-
|
|
1475
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
|
|
1476
|
-
|
|
1477
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressRequest) => any;
|
|
1478
|
-
|
|
1479
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressResult) => any;
|
|
1480
|
-
|
|
1481
|
-
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
1482
|
-
|
|
1483
|
-
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (obj: WithdrawByoipCidrResult) => any;
|
|
1
|
+
import {
|
|
2
|
+
_InstanceType,
|
|
3
|
+
AddressAttribute,
|
|
4
|
+
AddressAttributeName,
|
|
5
|
+
ByoipCidr,
|
|
6
|
+
ClientVpnAuthorizationRuleStatus,
|
|
7
|
+
CurrencyCodeValues,
|
|
8
|
+
HostnameType,
|
|
9
|
+
IamInstanceProfileAssociation,
|
|
10
|
+
IamInstanceProfileSpecification,
|
|
11
|
+
IpPermission,
|
|
12
|
+
PortRange,
|
|
13
|
+
RouteTableAssociationState,
|
|
14
|
+
TagSpecification,
|
|
15
|
+
TransitGatewayAttachmentResourceType,
|
|
16
|
+
TransitGatewayMulticastDomainAssociations,
|
|
17
|
+
TransitGatewayPeeringAttachment,
|
|
18
|
+
TransitGatewayVpcAttachment,
|
|
19
|
+
UnsuccessfulItem,
|
|
20
|
+
} from "./models_0";
|
|
21
|
+
import {
|
|
22
|
+
BlockDeviceMapping,
|
|
23
|
+
CreditSpecificationRequest,
|
|
24
|
+
ElasticGpuSpecification,
|
|
25
|
+
IcmpTypeCode,
|
|
26
|
+
InstanceInterruptionBehavior,
|
|
27
|
+
InstanceIpv6Address,
|
|
28
|
+
LocalGatewayRoute,
|
|
29
|
+
ManagedPrefixList,
|
|
30
|
+
MarketType,
|
|
31
|
+
Placement,
|
|
32
|
+
RuleAction,
|
|
33
|
+
ShutdownBehavior,
|
|
34
|
+
SnapshotState,
|
|
35
|
+
SpotInstanceType,
|
|
36
|
+
} from "./models_1";
|
|
37
|
+
import {
|
|
38
|
+
Filter,
|
|
39
|
+
InstanceTagNotificationAttribute,
|
|
40
|
+
IpamPoolCidr,
|
|
41
|
+
TransitGatewayRoute,
|
|
42
|
+
} from "./models_2";
|
|
43
|
+
import {
|
|
44
|
+
ArchitectureValues,
|
|
45
|
+
BootModeValues,
|
|
46
|
+
ClientVpnConnectionStatus,
|
|
47
|
+
HttpTokensState,
|
|
48
|
+
InstanceAttributeName,
|
|
49
|
+
InstanceAutoRecoveryState,
|
|
50
|
+
InstanceMetadataEndpointState,
|
|
51
|
+
InstanceMetadataProtocolState,
|
|
52
|
+
InstanceMetadataTagsState,
|
|
53
|
+
InstanceState,
|
|
54
|
+
TpmSupportValues,
|
|
55
|
+
} from "./models_3";
|
|
56
|
+
import {
|
|
57
|
+
InstanceNetworkInterfaceSpecification,
|
|
58
|
+
NetworkInsightsAccessScopeAnalysis,
|
|
59
|
+
NetworkInsightsAnalysis,
|
|
60
|
+
PublicIpv4PoolRange,
|
|
61
|
+
RunInstancesMonitoringEnabled,
|
|
62
|
+
ScheduledInstance,
|
|
63
|
+
SnapshotAttributeName,
|
|
64
|
+
SpotFleetRequestConfigData,
|
|
65
|
+
SpotInstanceRequest,
|
|
66
|
+
SpotPlacement,
|
|
67
|
+
} from "./models_4";
|
|
68
|
+
import {
|
|
69
|
+
CapacityReservationSpecification,
|
|
70
|
+
InstanceMonitoring,
|
|
71
|
+
Purchase,
|
|
72
|
+
} from "./models_5";
|
|
73
|
+
export interface MoveAddressToVpcRequest {
|
|
74
|
+
DryRun?: boolean;
|
|
75
|
+
PublicIp: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export declare enum Status {
|
|
78
|
+
inClassic = "InClassic",
|
|
79
|
+
inVpc = "InVpc",
|
|
80
|
+
moveInProgress = "MoveInProgress",
|
|
81
|
+
}
|
|
82
|
+
export interface MoveAddressToVpcResult {
|
|
83
|
+
AllocationId?: string;
|
|
84
|
+
Status?: Status | string;
|
|
85
|
+
}
|
|
86
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
87
|
+
DryRun?: boolean;
|
|
88
|
+
Cidr: string | undefined;
|
|
89
|
+
IpamPoolId: string | undefined;
|
|
90
|
+
IpamPoolOwner: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface MoveByoipCidrToIpamResult {
|
|
93
|
+
ByoipCidr?: ByoipCidr;
|
|
94
|
+
}
|
|
95
|
+
export interface CidrAuthorizationContext {
|
|
96
|
+
Message: string | undefined;
|
|
97
|
+
Signature: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface ProvisionByoipCidrRequest {
|
|
100
|
+
Cidr: string | undefined;
|
|
101
|
+
CidrAuthorizationContext?: CidrAuthorizationContext;
|
|
102
|
+
PubliclyAdvertisable?: boolean;
|
|
103
|
+
Description?: string;
|
|
104
|
+
DryRun?: boolean;
|
|
105
|
+
PoolTagSpecifications?: TagSpecification[];
|
|
106
|
+
MultiRegion?: boolean;
|
|
107
|
+
}
|
|
108
|
+
export interface ProvisionByoipCidrResult {
|
|
109
|
+
ByoipCidr?: ByoipCidr;
|
|
110
|
+
}
|
|
111
|
+
export interface IpamCidrAuthorizationContext {
|
|
112
|
+
Message?: string;
|
|
113
|
+
Signature?: string;
|
|
114
|
+
}
|
|
115
|
+
export interface ProvisionIpamPoolCidrRequest {
|
|
116
|
+
DryRun?: boolean;
|
|
117
|
+
IpamPoolId: string | undefined;
|
|
118
|
+
Cidr?: string;
|
|
119
|
+
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
120
|
+
}
|
|
121
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
122
|
+
IpamPoolCidr?: IpamPoolCidr;
|
|
123
|
+
}
|
|
124
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
125
|
+
DryRun?: boolean;
|
|
126
|
+
IpamPoolId: string | undefined;
|
|
127
|
+
PoolId: string | undefined;
|
|
128
|
+
NetmaskLength: number | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
131
|
+
PoolId?: string;
|
|
132
|
+
PoolAddressRange?: PublicIpv4PoolRange;
|
|
133
|
+
}
|
|
134
|
+
export interface PurchaseHostReservationRequest {
|
|
135
|
+
ClientToken?: string;
|
|
136
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
137
|
+
HostIdSet: string[] | undefined;
|
|
138
|
+
LimitPrice?: string;
|
|
139
|
+
OfferingId: string | undefined;
|
|
140
|
+
TagSpecifications?: TagSpecification[];
|
|
141
|
+
}
|
|
142
|
+
export interface PurchaseHostReservationResult {
|
|
143
|
+
ClientToken?: string;
|
|
144
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
145
|
+
Purchase?: Purchase[];
|
|
146
|
+
TotalHourlyPrice?: string;
|
|
147
|
+
TotalUpfrontPrice?: string;
|
|
148
|
+
}
|
|
149
|
+
export interface ReservedInstanceLimitPrice {
|
|
150
|
+
Amount?: number;
|
|
151
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
152
|
+
}
|
|
153
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
154
|
+
InstanceCount: number | undefined;
|
|
155
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
156
|
+
DryRun?: boolean;
|
|
157
|
+
LimitPrice?: ReservedInstanceLimitPrice;
|
|
158
|
+
PurchaseTime?: Date;
|
|
159
|
+
}
|
|
160
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
161
|
+
ReservedInstancesId?: string;
|
|
162
|
+
}
|
|
163
|
+
export interface PurchaseRequest {
|
|
164
|
+
InstanceCount: number | undefined;
|
|
165
|
+
PurchaseToken: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
168
|
+
ClientToken?: string;
|
|
169
|
+
DryRun?: boolean;
|
|
170
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface PurchaseScheduledInstancesResult {
|
|
173
|
+
ScheduledInstanceSet?: ScheduledInstance[];
|
|
174
|
+
}
|
|
175
|
+
export interface RebootInstancesRequest {
|
|
176
|
+
InstanceIds: string[] | undefined;
|
|
177
|
+
DryRun?: boolean;
|
|
178
|
+
}
|
|
179
|
+
export interface RegisterImageRequest {
|
|
180
|
+
ImageLocation?: string;
|
|
181
|
+
Architecture?: ArchitectureValues | string;
|
|
182
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
183
|
+
Description?: string;
|
|
184
|
+
DryRun?: boolean;
|
|
185
|
+
EnaSupport?: boolean;
|
|
186
|
+
KernelId?: string;
|
|
187
|
+
Name: string | undefined;
|
|
188
|
+
BillingProducts?: string[];
|
|
189
|
+
RamdiskId?: string;
|
|
190
|
+
RootDeviceName?: string;
|
|
191
|
+
SriovNetSupport?: string;
|
|
192
|
+
VirtualizationType?: string;
|
|
193
|
+
BootMode?: BootModeValues | string;
|
|
194
|
+
TpmSupport?: TpmSupportValues | string;
|
|
195
|
+
UefiData?: string;
|
|
196
|
+
}
|
|
197
|
+
export interface RegisterImageResult {
|
|
198
|
+
ImageId?: string;
|
|
199
|
+
}
|
|
200
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
201
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
202
|
+
InstanceTagKeys?: string[];
|
|
203
|
+
}
|
|
204
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
205
|
+
DryRun?: boolean;
|
|
206
|
+
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
207
|
+
}
|
|
208
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
209
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
210
|
+
}
|
|
211
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
212
|
+
TransitGatewayMulticastDomainId?: string;
|
|
213
|
+
GroupIpAddress?: string;
|
|
214
|
+
NetworkInterfaceIds?: string[];
|
|
215
|
+
DryRun?: boolean;
|
|
216
|
+
}
|
|
217
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
218
|
+
TransitGatewayMulticastDomainId?: string;
|
|
219
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
220
|
+
GroupIpAddress?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
223
|
+
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
224
|
+
}
|
|
225
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
226
|
+
TransitGatewayMulticastDomainId?: string;
|
|
227
|
+
GroupIpAddress?: string;
|
|
228
|
+
NetworkInterfaceIds?: string[];
|
|
229
|
+
DryRun?: boolean;
|
|
230
|
+
}
|
|
231
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
232
|
+
TransitGatewayMulticastDomainId?: string;
|
|
233
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
234
|
+
GroupIpAddress?: string;
|
|
235
|
+
}
|
|
236
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
237
|
+
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
238
|
+
}
|
|
239
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
240
|
+
TransitGatewayMulticastDomainId?: string;
|
|
241
|
+
TransitGatewayAttachmentId?: string;
|
|
242
|
+
SubnetIds?: string[];
|
|
243
|
+
DryRun?: boolean;
|
|
244
|
+
}
|
|
245
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
246
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
247
|
+
}
|
|
248
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
249
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
250
|
+
DryRun?: boolean;
|
|
251
|
+
}
|
|
252
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
253
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
254
|
+
}
|
|
255
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
256
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
257
|
+
DryRun?: boolean;
|
|
258
|
+
}
|
|
259
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
260
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
261
|
+
}
|
|
262
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
263
|
+
DryRun?: boolean;
|
|
264
|
+
ServiceId: string | undefined;
|
|
265
|
+
VpcEndpointIds: string[] | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
268
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
269
|
+
}
|
|
270
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
271
|
+
DryRun?: boolean;
|
|
272
|
+
VpcPeeringConnectionId: string | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
275
|
+
Return?: boolean;
|
|
276
|
+
}
|
|
277
|
+
export interface ReleaseAddressRequest {
|
|
278
|
+
AllocationId?: string;
|
|
279
|
+
PublicIp?: string;
|
|
280
|
+
NetworkBorderGroup?: string;
|
|
281
|
+
DryRun?: boolean;
|
|
282
|
+
}
|
|
283
|
+
export interface ReleaseHostsRequest {
|
|
284
|
+
HostIds: string[] | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface ReleaseHostsResult {
|
|
287
|
+
Successful?: string[];
|
|
288
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
289
|
+
}
|
|
290
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
291
|
+
DryRun?: boolean;
|
|
292
|
+
IpamPoolId: string | undefined;
|
|
293
|
+
Cidr: string | undefined;
|
|
294
|
+
IpamPoolAllocationId: string | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
297
|
+
Success?: boolean;
|
|
298
|
+
}
|
|
299
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
300
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
301
|
+
AssociationId: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
304
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
305
|
+
}
|
|
306
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
307
|
+
AssociationId: string | undefined;
|
|
308
|
+
DryRun?: boolean;
|
|
309
|
+
NetworkAclId: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
312
|
+
NewAssociationId?: string;
|
|
313
|
+
}
|
|
314
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
315
|
+
CidrBlock?: string;
|
|
316
|
+
DryRun?: boolean;
|
|
317
|
+
Egress: boolean | undefined;
|
|
318
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
319
|
+
Ipv6CidrBlock?: string;
|
|
320
|
+
NetworkAclId: string | undefined;
|
|
321
|
+
PortRange?: PortRange;
|
|
322
|
+
Protocol: string | undefined;
|
|
323
|
+
RuleAction: RuleAction | string | undefined;
|
|
324
|
+
RuleNumber: number | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface ReplaceRouteRequest {
|
|
327
|
+
DestinationCidrBlock?: string;
|
|
328
|
+
DestinationIpv6CidrBlock?: string;
|
|
329
|
+
DestinationPrefixListId?: string;
|
|
330
|
+
DryRun?: boolean;
|
|
331
|
+
VpcEndpointId?: string;
|
|
332
|
+
EgressOnlyInternetGatewayId?: string;
|
|
333
|
+
GatewayId?: string;
|
|
334
|
+
InstanceId?: string;
|
|
335
|
+
LocalTarget?: boolean;
|
|
336
|
+
NatGatewayId?: string;
|
|
337
|
+
TransitGatewayId?: string;
|
|
338
|
+
LocalGatewayId?: string;
|
|
339
|
+
CarrierGatewayId?: string;
|
|
340
|
+
NetworkInterfaceId?: string;
|
|
341
|
+
RouteTableId: string | undefined;
|
|
342
|
+
VpcPeeringConnectionId?: string;
|
|
343
|
+
CoreNetworkArn?: string;
|
|
344
|
+
}
|
|
345
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
346
|
+
AssociationId: string | undefined;
|
|
347
|
+
DryRun?: boolean;
|
|
348
|
+
RouteTableId: string | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
351
|
+
NewAssociationId?: string;
|
|
352
|
+
AssociationState?: RouteTableAssociationState;
|
|
353
|
+
}
|
|
354
|
+
export interface ReplaceTransitGatewayRouteRequest {
|
|
355
|
+
DestinationCidrBlock: string | undefined;
|
|
356
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
357
|
+
TransitGatewayAttachmentId?: string;
|
|
358
|
+
Blackhole?: boolean;
|
|
359
|
+
DryRun?: boolean;
|
|
360
|
+
}
|
|
361
|
+
export interface ReplaceTransitGatewayRouteResult {
|
|
362
|
+
Route?: TransitGatewayRoute;
|
|
363
|
+
}
|
|
364
|
+
export declare type ReportInstanceReasonCodes =
|
|
365
|
+
| "instance-stuck-in-state"
|
|
366
|
+
| "not-accepting-credentials"
|
|
367
|
+
| "other"
|
|
368
|
+
| "password-not-available"
|
|
369
|
+
| "performance-ebs-volume"
|
|
370
|
+
| "performance-instance-store"
|
|
371
|
+
| "performance-network"
|
|
372
|
+
| "performance-other"
|
|
373
|
+
| "unresponsive";
|
|
374
|
+
export declare type ReportStatusType = "impaired" | "ok";
|
|
375
|
+
export interface ReportInstanceStatusRequest {
|
|
376
|
+
Description?: string;
|
|
377
|
+
DryRun?: boolean;
|
|
378
|
+
EndTime?: Date;
|
|
379
|
+
Instances: string[] | undefined;
|
|
380
|
+
ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
|
|
381
|
+
StartTime?: Date;
|
|
382
|
+
Status: ReportStatusType | string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface RequestSpotFleetRequest {
|
|
385
|
+
DryRun?: boolean;
|
|
386
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface RequestSpotFleetResponse {
|
|
389
|
+
SpotFleetRequestId?: string;
|
|
390
|
+
}
|
|
391
|
+
export interface RequestSpotLaunchSpecification {
|
|
392
|
+
SecurityGroupIds?: string[];
|
|
393
|
+
SecurityGroups?: string[];
|
|
394
|
+
AddressingType?: string;
|
|
395
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
396
|
+
EbsOptimized?: boolean;
|
|
397
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
398
|
+
ImageId?: string;
|
|
399
|
+
InstanceType?: _InstanceType | string;
|
|
400
|
+
KernelId?: string;
|
|
401
|
+
KeyName?: string;
|
|
402
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
403
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
404
|
+
Placement?: SpotPlacement;
|
|
405
|
+
RamdiskId?: string;
|
|
406
|
+
SubnetId?: string;
|
|
407
|
+
UserData?: string;
|
|
408
|
+
}
|
|
409
|
+
export interface RequestSpotInstancesRequest {
|
|
410
|
+
AvailabilityZoneGroup?: string;
|
|
411
|
+
BlockDurationMinutes?: number;
|
|
412
|
+
ClientToken?: string;
|
|
413
|
+
DryRun?: boolean;
|
|
414
|
+
InstanceCount?: number;
|
|
415
|
+
LaunchGroup?: string;
|
|
416
|
+
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
417
|
+
SpotPrice?: string;
|
|
418
|
+
Type?: SpotInstanceType | string;
|
|
419
|
+
ValidFrom?: Date;
|
|
420
|
+
ValidUntil?: Date;
|
|
421
|
+
TagSpecifications?: TagSpecification[];
|
|
422
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
423
|
+
}
|
|
424
|
+
export interface RequestSpotInstancesResult {
|
|
425
|
+
SpotInstanceRequests?: SpotInstanceRequest[];
|
|
426
|
+
}
|
|
427
|
+
export interface ResetAddressAttributeRequest {
|
|
428
|
+
AllocationId: string | undefined;
|
|
429
|
+
Attribute: AddressAttributeName | string | undefined;
|
|
430
|
+
DryRun?: boolean;
|
|
431
|
+
}
|
|
432
|
+
export interface ResetAddressAttributeResult {
|
|
433
|
+
Address?: AddressAttribute;
|
|
434
|
+
}
|
|
435
|
+
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
436
|
+
DryRun?: boolean;
|
|
437
|
+
}
|
|
438
|
+
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
439
|
+
KmsKeyId?: string;
|
|
440
|
+
}
|
|
441
|
+
export declare type ResetFpgaImageAttributeName = "loadPermission";
|
|
442
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
443
|
+
DryRun?: boolean;
|
|
444
|
+
FpgaImageId: string | undefined;
|
|
445
|
+
Attribute?: ResetFpgaImageAttributeName | string;
|
|
446
|
+
}
|
|
447
|
+
export interface ResetFpgaImageAttributeResult {
|
|
448
|
+
Return?: boolean;
|
|
449
|
+
}
|
|
450
|
+
export declare type ResetImageAttributeName = "launchPermission";
|
|
451
|
+
export interface ResetImageAttributeRequest {
|
|
452
|
+
Attribute: ResetImageAttributeName | string | undefined;
|
|
453
|
+
ImageId: string | undefined;
|
|
454
|
+
DryRun?: boolean;
|
|
455
|
+
}
|
|
456
|
+
export interface ResetInstanceAttributeRequest {
|
|
457
|
+
Attribute: InstanceAttributeName | string | undefined;
|
|
458
|
+
DryRun?: boolean;
|
|
459
|
+
InstanceId: string | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
462
|
+
DryRun?: boolean;
|
|
463
|
+
NetworkInterfaceId: string | undefined;
|
|
464
|
+
SourceDestCheck?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface ResetSnapshotAttributeRequest {
|
|
467
|
+
Attribute: SnapshotAttributeName | string | undefined;
|
|
468
|
+
SnapshotId: string | undefined;
|
|
469
|
+
DryRun?: boolean;
|
|
470
|
+
}
|
|
471
|
+
export interface RestoreAddressToClassicRequest {
|
|
472
|
+
DryRun?: boolean;
|
|
473
|
+
PublicIp: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface RestoreAddressToClassicResult {
|
|
476
|
+
PublicIp?: string;
|
|
477
|
+
Status?: Status | string;
|
|
478
|
+
}
|
|
479
|
+
export interface RestoreImageFromRecycleBinRequest {
|
|
480
|
+
ImageId: string | undefined;
|
|
481
|
+
DryRun?: boolean;
|
|
482
|
+
}
|
|
483
|
+
export interface RestoreImageFromRecycleBinResult {
|
|
484
|
+
Return?: boolean;
|
|
485
|
+
}
|
|
486
|
+
export interface RestoreManagedPrefixListVersionRequest {
|
|
487
|
+
DryRun?: boolean;
|
|
488
|
+
PrefixListId: string | undefined;
|
|
489
|
+
PreviousVersion: number | undefined;
|
|
490
|
+
CurrentVersion: number | undefined;
|
|
491
|
+
}
|
|
492
|
+
export interface RestoreManagedPrefixListVersionResult {
|
|
493
|
+
PrefixList?: ManagedPrefixList;
|
|
494
|
+
}
|
|
495
|
+
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
496
|
+
SnapshotId: string | undefined;
|
|
497
|
+
DryRun?: boolean;
|
|
498
|
+
}
|
|
499
|
+
export interface RestoreSnapshotFromRecycleBinResult {
|
|
500
|
+
SnapshotId?: string;
|
|
501
|
+
OutpostArn?: string;
|
|
502
|
+
Description?: string;
|
|
503
|
+
Encrypted?: boolean;
|
|
504
|
+
OwnerId?: string;
|
|
505
|
+
Progress?: string;
|
|
506
|
+
StartTime?: Date;
|
|
507
|
+
State?: SnapshotState | string;
|
|
508
|
+
VolumeId?: string;
|
|
509
|
+
VolumeSize?: number;
|
|
510
|
+
}
|
|
511
|
+
export interface RestoreSnapshotTierRequest {
|
|
512
|
+
SnapshotId: string | undefined;
|
|
513
|
+
TemporaryRestoreDays?: number;
|
|
514
|
+
PermanentRestore?: boolean;
|
|
515
|
+
DryRun?: boolean;
|
|
516
|
+
}
|
|
517
|
+
export interface RestoreSnapshotTierResult {
|
|
518
|
+
SnapshotId?: string;
|
|
519
|
+
RestoreStartTime?: Date;
|
|
520
|
+
RestoreDuration?: number;
|
|
521
|
+
IsPermanentRestore?: boolean;
|
|
522
|
+
}
|
|
523
|
+
export interface RevokeClientVpnIngressRequest {
|
|
524
|
+
ClientVpnEndpointId: string | undefined;
|
|
525
|
+
TargetNetworkCidr: string | undefined;
|
|
526
|
+
AccessGroupId?: string;
|
|
527
|
+
RevokeAllGroups?: boolean;
|
|
528
|
+
DryRun?: boolean;
|
|
529
|
+
}
|
|
530
|
+
export interface RevokeClientVpnIngressResult {
|
|
531
|
+
Status?: ClientVpnAuthorizationRuleStatus;
|
|
532
|
+
}
|
|
533
|
+
export interface RevokeSecurityGroupEgressRequest {
|
|
534
|
+
DryRun?: boolean;
|
|
535
|
+
GroupId: string | undefined;
|
|
536
|
+
IpPermissions?: IpPermission[];
|
|
537
|
+
SecurityGroupRuleIds?: string[];
|
|
538
|
+
CidrIp?: string;
|
|
539
|
+
FromPort?: number;
|
|
540
|
+
IpProtocol?: string;
|
|
541
|
+
ToPort?: number;
|
|
542
|
+
SourceSecurityGroupName?: string;
|
|
543
|
+
SourceSecurityGroupOwnerId?: string;
|
|
544
|
+
}
|
|
545
|
+
export interface RevokeSecurityGroupEgressResult {
|
|
546
|
+
Return?: boolean;
|
|
547
|
+
UnknownIpPermissions?: IpPermission[];
|
|
548
|
+
}
|
|
549
|
+
export interface RevokeSecurityGroupIngressRequest {
|
|
550
|
+
CidrIp?: string;
|
|
551
|
+
FromPort?: number;
|
|
552
|
+
GroupId?: string;
|
|
553
|
+
GroupName?: string;
|
|
554
|
+
IpPermissions?: IpPermission[];
|
|
555
|
+
IpProtocol?: string;
|
|
556
|
+
SourceSecurityGroupName?: string;
|
|
557
|
+
SourceSecurityGroupOwnerId?: string;
|
|
558
|
+
ToPort?: number;
|
|
559
|
+
DryRun?: boolean;
|
|
560
|
+
SecurityGroupRuleIds?: string[];
|
|
561
|
+
}
|
|
562
|
+
export interface RevokeSecurityGroupIngressResult {
|
|
563
|
+
Return?: boolean;
|
|
564
|
+
UnknownIpPermissions?: IpPermission[];
|
|
565
|
+
}
|
|
566
|
+
export interface CpuOptionsRequest {
|
|
567
|
+
CoreCount?: number;
|
|
568
|
+
ThreadsPerCore?: number;
|
|
569
|
+
}
|
|
570
|
+
export interface ElasticInferenceAccelerator {
|
|
571
|
+
Type: string | undefined;
|
|
572
|
+
Count?: number;
|
|
573
|
+
}
|
|
574
|
+
export interface EnclaveOptionsRequest {
|
|
575
|
+
Enabled?: boolean;
|
|
576
|
+
}
|
|
577
|
+
export interface HibernationOptionsRequest {
|
|
578
|
+
Configured?: boolean;
|
|
579
|
+
}
|
|
580
|
+
export interface SpotMarketOptions {
|
|
581
|
+
MaxPrice?: string;
|
|
582
|
+
SpotInstanceType?: SpotInstanceType | string;
|
|
583
|
+
BlockDurationMinutes?: number;
|
|
584
|
+
ValidUntil?: Date;
|
|
585
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
586
|
+
}
|
|
587
|
+
export interface InstanceMarketOptionsRequest {
|
|
588
|
+
MarketType?: MarketType | string;
|
|
589
|
+
SpotOptions?: SpotMarketOptions;
|
|
590
|
+
}
|
|
591
|
+
export interface LaunchTemplateSpecification {
|
|
592
|
+
LaunchTemplateId?: string;
|
|
593
|
+
LaunchTemplateName?: string;
|
|
594
|
+
Version?: string;
|
|
595
|
+
}
|
|
596
|
+
export interface LicenseConfigurationRequest {
|
|
597
|
+
LicenseConfigurationArn?: string;
|
|
598
|
+
}
|
|
599
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
600
|
+
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
601
|
+
}
|
|
602
|
+
export interface InstanceMetadataOptionsRequest {
|
|
603
|
+
HttpTokens?: HttpTokensState | string;
|
|
604
|
+
HttpPutResponseHopLimit?: number;
|
|
605
|
+
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
606
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
607
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
608
|
+
}
|
|
609
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
610
|
+
HostnameType?: HostnameType | string;
|
|
611
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
612
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
613
|
+
}
|
|
614
|
+
export interface RunInstancesRequest {
|
|
615
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
616
|
+
ImageId?: string;
|
|
617
|
+
InstanceType?: _InstanceType | string;
|
|
618
|
+
Ipv6AddressCount?: number;
|
|
619
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
620
|
+
KernelId?: string;
|
|
621
|
+
KeyName?: string;
|
|
622
|
+
MaxCount: number | undefined;
|
|
623
|
+
MinCount: number | undefined;
|
|
624
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
625
|
+
Placement?: Placement;
|
|
626
|
+
RamdiskId?: string;
|
|
627
|
+
SecurityGroupIds?: string[];
|
|
628
|
+
SecurityGroups?: string[];
|
|
629
|
+
SubnetId?: string;
|
|
630
|
+
UserData?: string;
|
|
631
|
+
AdditionalInfo?: string;
|
|
632
|
+
ClientToken?: string;
|
|
633
|
+
DisableApiTermination?: boolean;
|
|
634
|
+
DryRun?: boolean;
|
|
635
|
+
EbsOptimized?: boolean;
|
|
636
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
637
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
638
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
639
|
+
PrivateIpAddress?: string;
|
|
640
|
+
ElasticGpuSpecification?: ElasticGpuSpecification[];
|
|
641
|
+
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
|
|
642
|
+
TagSpecifications?: TagSpecification[];
|
|
643
|
+
LaunchTemplate?: LaunchTemplateSpecification;
|
|
644
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest;
|
|
645
|
+
CreditSpecification?: CreditSpecificationRequest;
|
|
646
|
+
CpuOptions?: CpuOptionsRequest;
|
|
647
|
+
CapacityReservationSpecification?: CapacityReservationSpecification;
|
|
648
|
+
HibernationOptions?: HibernationOptionsRequest;
|
|
649
|
+
LicenseSpecifications?: LicenseConfigurationRequest[];
|
|
650
|
+
MetadataOptions?: InstanceMetadataOptionsRequest;
|
|
651
|
+
EnclaveOptions?: EnclaveOptionsRequest;
|
|
652
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
|
|
653
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
|
|
654
|
+
DisableApiStop?: boolean;
|
|
655
|
+
}
|
|
656
|
+
export interface ScheduledInstancesEbs {
|
|
657
|
+
DeleteOnTermination?: boolean;
|
|
658
|
+
Encrypted?: boolean;
|
|
659
|
+
Iops?: number;
|
|
660
|
+
SnapshotId?: string;
|
|
661
|
+
VolumeSize?: number;
|
|
662
|
+
VolumeType?: string;
|
|
663
|
+
}
|
|
664
|
+
export interface ScheduledInstancesBlockDeviceMapping {
|
|
665
|
+
DeviceName?: string;
|
|
666
|
+
Ebs?: ScheduledInstancesEbs;
|
|
667
|
+
NoDevice?: string;
|
|
668
|
+
VirtualName?: string;
|
|
669
|
+
}
|
|
670
|
+
export interface ScheduledInstancesIamInstanceProfile {
|
|
671
|
+
Arn?: string;
|
|
672
|
+
Name?: string;
|
|
673
|
+
}
|
|
674
|
+
export interface ScheduledInstancesMonitoring {
|
|
675
|
+
Enabled?: boolean;
|
|
676
|
+
}
|
|
677
|
+
export interface ScheduledInstancesIpv6Address {
|
|
678
|
+
Ipv6Address?: string;
|
|
679
|
+
}
|
|
680
|
+
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
681
|
+
Primary?: boolean;
|
|
682
|
+
PrivateIpAddress?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface ScheduledInstancesNetworkInterface {
|
|
685
|
+
AssociatePublicIpAddress?: boolean;
|
|
686
|
+
DeleteOnTermination?: boolean;
|
|
687
|
+
Description?: string;
|
|
688
|
+
DeviceIndex?: number;
|
|
689
|
+
Groups?: string[];
|
|
690
|
+
Ipv6AddressCount?: number;
|
|
691
|
+
Ipv6Addresses?: ScheduledInstancesIpv6Address[];
|
|
692
|
+
NetworkInterfaceId?: string;
|
|
693
|
+
PrivateIpAddress?: string;
|
|
694
|
+
PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[];
|
|
695
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
696
|
+
SubnetId?: string;
|
|
697
|
+
}
|
|
698
|
+
export interface ScheduledInstancesPlacement {
|
|
699
|
+
AvailabilityZone?: string;
|
|
700
|
+
GroupName?: string;
|
|
701
|
+
}
|
|
702
|
+
export interface ScheduledInstancesLaunchSpecification {
|
|
703
|
+
BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[];
|
|
704
|
+
EbsOptimized?: boolean;
|
|
705
|
+
IamInstanceProfile?: ScheduledInstancesIamInstanceProfile;
|
|
706
|
+
ImageId: string | undefined;
|
|
707
|
+
InstanceType?: string;
|
|
708
|
+
KernelId?: string;
|
|
709
|
+
KeyName?: string;
|
|
710
|
+
Monitoring?: ScheduledInstancesMonitoring;
|
|
711
|
+
NetworkInterfaces?: ScheduledInstancesNetworkInterface[];
|
|
712
|
+
Placement?: ScheduledInstancesPlacement;
|
|
713
|
+
RamdiskId?: string;
|
|
714
|
+
SecurityGroupIds?: string[];
|
|
715
|
+
SubnetId?: string;
|
|
716
|
+
UserData?: string;
|
|
717
|
+
}
|
|
718
|
+
export interface RunScheduledInstancesRequest {
|
|
719
|
+
ClientToken?: string;
|
|
720
|
+
DryRun?: boolean;
|
|
721
|
+
InstanceCount?: number;
|
|
722
|
+
LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
|
|
723
|
+
ScheduledInstanceId: string | undefined;
|
|
724
|
+
}
|
|
725
|
+
export interface RunScheduledInstancesResult {
|
|
726
|
+
InstanceIdSet?: string[];
|
|
727
|
+
}
|
|
728
|
+
export interface SearchLocalGatewayRoutesRequest {
|
|
729
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
730
|
+
Filters?: Filter[];
|
|
731
|
+
MaxResults?: number;
|
|
732
|
+
NextToken?: string;
|
|
733
|
+
DryRun?: boolean;
|
|
734
|
+
}
|
|
735
|
+
export interface SearchLocalGatewayRoutesResult {
|
|
736
|
+
Routes?: LocalGatewayRoute[];
|
|
737
|
+
NextToken?: string;
|
|
738
|
+
}
|
|
739
|
+
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
740
|
+
TransitGatewayMulticastDomainId?: string;
|
|
741
|
+
Filters?: Filter[];
|
|
742
|
+
MaxResults?: number;
|
|
743
|
+
NextToken?: string;
|
|
744
|
+
DryRun?: boolean;
|
|
745
|
+
}
|
|
746
|
+
export declare type MembershipType = "igmp" | "static";
|
|
747
|
+
export interface TransitGatewayMulticastGroup {
|
|
748
|
+
GroupIpAddress?: string;
|
|
749
|
+
TransitGatewayAttachmentId?: string;
|
|
750
|
+
SubnetId?: string;
|
|
751
|
+
ResourceId?: string;
|
|
752
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
753
|
+
ResourceOwnerId?: string;
|
|
754
|
+
NetworkInterfaceId?: string;
|
|
755
|
+
GroupMember?: boolean;
|
|
756
|
+
GroupSource?: boolean;
|
|
757
|
+
MemberType?: MembershipType | string;
|
|
758
|
+
SourceType?: MembershipType | string;
|
|
759
|
+
}
|
|
760
|
+
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
761
|
+
MulticastGroups?: TransitGatewayMulticastGroup[];
|
|
762
|
+
NextToken?: string;
|
|
763
|
+
}
|
|
764
|
+
export interface SearchTransitGatewayRoutesRequest {
|
|
765
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
766
|
+
Filters: Filter[] | undefined;
|
|
767
|
+
MaxResults?: number;
|
|
768
|
+
DryRun?: boolean;
|
|
769
|
+
}
|
|
770
|
+
export interface SearchTransitGatewayRoutesResult {
|
|
771
|
+
Routes?: TransitGatewayRoute[];
|
|
772
|
+
AdditionalRoutesAvailable?: boolean;
|
|
773
|
+
}
|
|
774
|
+
export interface SendDiagnosticInterruptRequest {
|
|
775
|
+
InstanceId: string | undefined;
|
|
776
|
+
DryRun?: boolean;
|
|
777
|
+
}
|
|
778
|
+
export interface StartInstancesRequest {
|
|
779
|
+
InstanceIds: string[] | undefined;
|
|
780
|
+
AdditionalInfo?: string;
|
|
781
|
+
DryRun?: boolean;
|
|
782
|
+
}
|
|
783
|
+
export interface InstanceStateChange {
|
|
784
|
+
CurrentState?: InstanceState;
|
|
785
|
+
InstanceId?: string;
|
|
786
|
+
PreviousState?: InstanceState;
|
|
787
|
+
}
|
|
788
|
+
export interface StartInstancesResult {
|
|
789
|
+
StartingInstances?: InstanceStateChange[];
|
|
790
|
+
}
|
|
791
|
+
export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
792
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
793
|
+
DryRun?: boolean;
|
|
794
|
+
TagSpecifications?: TagSpecification[];
|
|
795
|
+
ClientToken?: string;
|
|
796
|
+
}
|
|
797
|
+
export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
798
|
+
NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
|
|
799
|
+
}
|
|
800
|
+
export interface StartNetworkInsightsAnalysisRequest {
|
|
801
|
+
NetworkInsightsPathId: string | undefined;
|
|
802
|
+
FilterInArns?: string[];
|
|
803
|
+
DryRun?: boolean;
|
|
804
|
+
TagSpecifications?: TagSpecification[];
|
|
805
|
+
ClientToken?: string;
|
|
806
|
+
}
|
|
807
|
+
export interface StartNetworkInsightsAnalysisResult {
|
|
808
|
+
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
809
|
+
}
|
|
810
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
811
|
+
DryRun?: boolean;
|
|
812
|
+
ServiceId: string | undefined;
|
|
813
|
+
}
|
|
814
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
815
|
+
ReturnValue?: boolean;
|
|
816
|
+
}
|
|
817
|
+
export interface StopInstancesRequest {
|
|
818
|
+
InstanceIds: string[] | undefined;
|
|
819
|
+
Hibernate?: boolean;
|
|
820
|
+
DryRun?: boolean;
|
|
821
|
+
Force?: boolean;
|
|
822
|
+
}
|
|
823
|
+
export interface StopInstancesResult {
|
|
824
|
+
StoppingInstances?: InstanceStateChange[];
|
|
825
|
+
}
|
|
826
|
+
export interface TerminateClientVpnConnectionsRequest {
|
|
827
|
+
ClientVpnEndpointId: string | undefined;
|
|
828
|
+
ConnectionId?: string;
|
|
829
|
+
Username?: string;
|
|
830
|
+
DryRun?: boolean;
|
|
831
|
+
}
|
|
832
|
+
export interface TerminateConnectionStatus {
|
|
833
|
+
ConnectionId?: string;
|
|
834
|
+
PreviousStatus?: ClientVpnConnectionStatus;
|
|
835
|
+
CurrentStatus?: ClientVpnConnectionStatus;
|
|
836
|
+
}
|
|
837
|
+
export interface TerminateClientVpnConnectionsResult {
|
|
838
|
+
ClientVpnEndpointId?: string;
|
|
839
|
+
Username?: string;
|
|
840
|
+
ConnectionStatuses?: TerminateConnectionStatus[];
|
|
841
|
+
}
|
|
842
|
+
export interface TerminateInstancesRequest {
|
|
843
|
+
InstanceIds: string[] | undefined;
|
|
844
|
+
DryRun?: boolean;
|
|
845
|
+
}
|
|
846
|
+
export interface TerminateInstancesResult {
|
|
847
|
+
TerminatingInstances?: InstanceStateChange[];
|
|
848
|
+
}
|
|
849
|
+
export interface UnassignIpv6AddressesRequest {
|
|
850
|
+
Ipv6Addresses?: string[];
|
|
851
|
+
Ipv6Prefixes?: string[];
|
|
852
|
+
NetworkInterfaceId: string | undefined;
|
|
853
|
+
}
|
|
854
|
+
export interface UnassignIpv6AddressesResult {
|
|
855
|
+
NetworkInterfaceId?: string;
|
|
856
|
+
UnassignedIpv6Addresses?: string[];
|
|
857
|
+
UnassignedIpv6Prefixes?: string[];
|
|
858
|
+
}
|
|
859
|
+
export interface UnassignPrivateIpAddressesRequest {
|
|
860
|
+
NetworkInterfaceId: string | undefined;
|
|
861
|
+
PrivateIpAddresses?: string[];
|
|
862
|
+
Ipv4Prefixes?: string[];
|
|
863
|
+
}
|
|
864
|
+
export interface UnmonitorInstancesRequest {
|
|
865
|
+
InstanceIds: string[] | undefined;
|
|
866
|
+
DryRun?: boolean;
|
|
867
|
+
}
|
|
868
|
+
export interface UnmonitorInstancesResult {
|
|
869
|
+
InstanceMonitorings?: InstanceMonitoring[];
|
|
870
|
+
}
|
|
871
|
+
export interface SecurityGroupRuleDescription {
|
|
872
|
+
SecurityGroupRuleId?: string;
|
|
873
|
+
Description?: string;
|
|
874
|
+
}
|
|
875
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
876
|
+
DryRun?: boolean;
|
|
877
|
+
GroupId?: string;
|
|
878
|
+
GroupName?: string;
|
|
879
|
+
IpPermissions?: IpPermission[];
|
|
880
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
881
|
+
}
|
|
882
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
883
|
+
Return?: boolean;
|
|
884
|
+
}
|
|
885
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
886
|
+
DryRun?: boolean;
|
|
887
|
+
GroupId?: string;
|
|
888
|
+
GroupName?: string;
|
|
889
|
+
IpPermissions?: IpPermission[];
|
|
890
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
891
|
+
}
|
|
892
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
893
|
+
Return?: boolean;
|
|
894
|
+
}
|
|
895
|
+
export interface WithdrawByoipCidrRequest {
|
|
896
|
+
Cidr: string | undefined;
|
|
897
|
+
DryRun?: boolean;
|
|
898
|
+
}
|
|
899
|
+
export interface WithdrawByoipCidrResult {
|
|
900
|
+
ByoipCidr?: ByoipCidr;
|
|
901
|
+
}
|
|
902
|
+
export declare const MoveAddressToVpcRequestFilterSensitiveLog: (
|
|
903
|
+
obj: MoveAddressToVpcRequest
|
|
904
|
+
) => any;
|
|
905
|
+
export declare const MoveAddressToVpcResultFilterSensitiveLog: (
|
|
906
|
+
obj: MoveAddressToVpcResult
|
|
907
|
+
) => any;
|
|
908
|
+
export declare const MoveByoipCidrToIpamRequestFilterSensitiveLog: (
|
|
909
|
+
obj: MoveByoipCidrToIpamRequest
|
|
910
|
+
) => any;
|
|
911
|
+
export declare const MoveByoipCidrToIpamResultFilterSensitiveLog: (
|
|
912
|
+
obj: MoveByoipCidrToIpamResult
|
|
913
|
+
) => any;
|
|
914
|
+
export declare const CidrAuthorizationContextFilterSensitiveLog: (
|
|
915
|
+
obj: CidrAuthorizationContext
|
|
916
|
+
) => any;
|
|
917
|
+
export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (
|
|
918
|
+
obj: ProvisionByoipCidrRequest
|
|
919
|
+
) => any;
|
|
920
|
+
export declare const ProvisionByoipCidrResultFilterSensitiveLog: (
|
|
921
|
+
obj: ProvisionByoipCidrResult
|
|
922
|
+
) => any;
|
|
923
|
+
export declare const IpamCidrAuthorizationContextFilterSensitiveLog: (
|
|
924
|
+
obj: IpamCidrAuthorizationContext
|
|
925
|
+
) => any;
|
|
926
|
+
export declare const ProvisionIpamPoolCidrRequestFilterSensitiveLog: (
|
|
927
|
+
obj: ProvisionIpamPoolCidrRequest
|
|
928
|
+
) => any;
|
|
929
|
+
export declare const ProvisionIpamPoolCidrResultFilterSensitiveLog: (
|
|
930
|
+
obj: ProvisionIpamPoolCidrResult
|
|
931
|
+
) => any;
|
|
932
|
+
export declare const ProvisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
|
|
933
|
+
obj: ProvisionPublicIpv4PoolCidrRequest
|
|
934
|
+
) => any;
|
|
935
|
+
export declare const ProvisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
|
|
936
|
+
obj: ProvisionPublicIpv4PoolCidrResult
|
|
937
|
+
) => any;
|
|
938
|
+
export declare const PurchaseHostReservationRequestFilterSensitiveLog: (
|
|
939
|
+
obj: PurchaseHostReservationRequest
|
|
940
|
+
) => any;
|
|
941
|
+
export declare const PurchaseHostReservationResultFilterSensitiveLog: (
|
|
942
|
+
obj: PurchaseHostReservationResult
|
|
943
|
+
) => any;
|
|
944
|
+
export declare const ReservedInstanceLimitPriceFilterSensitiveLog: (
|
|
945
|
+
obj: ReservedInstanceLimitPrice
|
|
946
|
+
) => any;
|
|
947
|
+
export declare const PurchaseReservedInstancesOfferingRequestFilterSensitiveLog: (
|
|
948
|
+
obj: PurchaseReservedInstancesOfferingRequest
|
|
949
|
+
) => any;
|
|
950
|
+
export declare const PurchaseReservedInstancesOfferingResultFilterSensitiveLog: (
|
|
951
|
+
obj: PurchaseReservedInstancesOfferingResult
|
|
952
|
+
) => any;
|
|
953
|
+
export declare const PurchaseRequestFilterSensitiveLog: (
|
|
954
|
+
obj: PurchaseRequest
|
|
955
|
+
) => any;
|
|
956
|
+
export declare const PurchaseScheduledInstancesRequestFilterSensitiveLog: (
|
|
957
|
+
obj: PurchaseScheduledInstancesRequest
|
|
958
|
+
) => any;
|
|
959
|
+
export declare const PurchaseScheduledInstancesResultFilterSensitiveLog: (
|
|
960
|
+
obj: PurchaseScheduledInstancesResult
|
|
961
|
+
) => any;
|
|
962
|
+
export declare const RebootInstancesRequestFilterSensitiveLog: (
|
|
963
|
+
obj: RebootInstancesRequest
|
|
964
|
+
) => any;
|
|
965
|
+
export declare const RegisterImageRequestFilterSensitiveLog: (
|
|
966
|
+
obj: RegisterImageRequest
|
|
967
|
+
) => any;
|
|
968
|
+
export declare const RegisterImageResultFilterSensitiveLog: (
|
|
969
|
+
obj: RegisterImageResult
|
|
970
|
+
) => any;
|
|
971
|
+
export declare const RegisterInstanceTagAttributeRequestFilterSensitiveLog: (
|
|
972
|
+
obj: RegisterInstanceTagAttributeRequest
|
|
973
|
+
) => any;
|
|
974
|
+
export declare const RegisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
|
|
975
|
+
obj: RegisterInstanceEventNotificationAttributesRequest
|
|
976
|
+
) => any;
|
|
977
|
+
export declare const RegisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
|
|
978
|
+
obj: RegisterInstanceEventNotificationAttributesResult
|
|
979
|
+
) => any;
|
|
980
|
+
export declare const RegisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
981
|
+
obj: RegisterTransitGatewayMulticastGroupMembersRequest
|
|
982
|
+
) => any;
|
|
983
|
+
export declare const TransitGatewayMulticastRegisteredGroupMembersFilterSensitiveLog: (
|
|
984
|
+
obj: TransitGatewayMulticastRegisteredGroupMembers
|
|
985
|
+
) => any;
|
|
986
|
+
export declare const RegisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
|
|
987
|
+
obj: RegisterTransitGatewayMulticastGroupMembersResult
|
|
988
|
+
) => any;
|
|
989
|
+
export declare const RegisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
|
|
990
|
+
obj: RegisterTransitGatewayMulticastGroupSourcesRequest
|
|
991
|
+
) => any;
|
|
992
|
+
export declare const TransitGatewayMulticastRegisteredGroupSourcesFilterSensitiveLog: (
|
|
993
|
+
obj: TransitGatewayMulticastRegisteredGroupSources
|
|
994
|
+
) => any;
|
|
995
|
+
export declare const RegisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
|
|
996
|
+
obj: RegisterTransitGatewayMulticastGroupSourcesResult
|
|
997
|
+
) => any;
|
|
998
|
+
export declare const RejectTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
|
|
999
|
+
obj: RejectTransitGatewayMulticastDomainAssociationsRequest
|
|
1000
|
+
) => any;
|
|
1001
|
+
export declare const RejectTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
|
|
1002
|
+
obj: RejectTransitGatewayMulticastDomainAssociationsResult
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const RejectTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
1005
|
+
obj: RejectTransitGatewayPeeringAttachmentRequest
|
|
1006
|
+
) => any;
|
|
1007
|
+
export declare const RejectTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
1008
|
+
obj: RejectTransitGatewayPeeringAttachmentResult
|
|
1009
|
+
) => any;
|
|
1010
|
+
export declare const RejectTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
1011
|
+
obj: RejectTransitGatewayVpcAttachmentRequest
|
|
1012
|
+
) => any;
|
|
1013
|
+
export declare const RejectTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
1014
|
+
obj: RejectTransitGatewayVpcAttachmentResult
|
|
1015
|
+
) => any;
|
|
1016
|
+
export declare const RejectVpcEndpointConnectionsRequestFilterSensitiveLog: (
|
|
1017
|
+
obj: RejectVpcEndpointConnectionsRequest
|
|
1018
|
+
) => any;
|
|
1019
|
+
export declare const RejectVpcEndpointConnectionsResultFilterSensitiveLog: (
|
|
1020
|
+
obj: RejectVpcEndpointConnectionsResult
|
|
1021
|
+
) => any;
|
|
1022
|
+
export declare const RejectVpcPeeringConnectionRequestFilterSensitiveLog: (
|
|
1023
|
+
obj: RejectVpcPeeringConnectionRequest
|
|
1024
|
+
) => any;
|
|
1025
|
+
export declare const RejectVpcPeeringConnectionResultFilterSensitiveLog: (
|
|
1026
|
+
obj: RejectVpcPeeringConnectionResult
|
|
1027
|
+
) => any;
|
|
1028
|
+
export declare const ReleaseAddressRequestFilterSensitiveLog: (
|
|
1029
|
+
obj: ReleaseAddressRequest
|
|
1030
|
+
) => any;
|
|
1031
|
+
export declare const ReleaseHostsRequestFilterSensitiveLog: (
|
|
1032
|
+
obj: ReleaseHostsRequest
|
|
1033
|
+
) => any;
|
|
1034
|
+
export declare const ReleaseHostsResultFilterSensitiveLog: (
|
|
1035
|
+
obj: ReleaseHostsResult
|
|
1036
|
+
) => any;
|
|
1037
|
+
export declare const ReleaseIpamPoolAllocationRequestFilterSensitiveLog: (
|
|
1038
|
+
obj: ReleaseIpamPoolAllocationRequest
|
|
1039
|
+
) => any;
|
|
1040
|
+
export declare const ReleaseIpamPoolAllocationResultFilterSensitiveLog: (
|
|
1041
|
+
obj: ReleaseIpamPoolAllocationResult
|
|
1042
|
+
) => any;
|
|
1043
|
+
export declare const ReplaceIamInstanceProfileAssociationRequestFilterSensitiveLog: (
|
|
1044
|
+
obj: ReplaceIamInstanceProfileAssociationRequest
|
|
1045
|
+
) => any;
|
|
1046
|
+
export declare const ReplaceIamInstanceProfileAssociationResultFilterSensitiveLog: (
|
|
1047
|
+
obj: ReplaceIamInstanceProfileAssociationResult
|
|
1048
|
+
) => any;
|
|
1049
|
+
export declare const ReplaceNetworkAclAssociationRequestFilterSensitiveLog: (
|
|
1050
|
+
obj: ReplaceNetworkAclAssociationRequest
|
|
1051
|
+
) => any;
|
|
1052
|
+
export declare const ReplaceNetworkAclAssociationResultFilterSensitiveLog: (
|
|
1053
|
+
obj: ReplaceNetworkAclAssociationResult
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const ReplaceNetworkAclEntryRequestFilterSensitiveLog: (
|
|
1056
|
+
obj: ReplaceNetworkAclEntryRequest
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const ReplaceRouteRequestFilterSensitiveLog: (
|
|
1059
|
+
obj: ReplaceRouteRequest
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const ReplaceRouteTableAssociationRequestFilterSensitiveLog: (
|
|
1062
|
+
obj: ReplaceRouteTableAssociationRequest
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const ReplaceRouteTableAssociationResultFilterSensitiveLog: (
|
|
1065
|
+
obj: ReplaceRouteTableAssociationResult
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const ReplaceTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
1068
|
+
obj: ReplaceTransitGatewayRouteRequest
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const ReplaceTransitGatewayRouteResultFilterSensitiveLog: (
|
|
1071
|
+
obj: ReplaceTransitGatewayRouteResult
|
|
1072
|
+
) => any;
|
|
1073
|
+
export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
|
|
1074
|
+
obj: ReportInstanceStatusRequest
|
|
1075
|
+
) => any;
|
|
1076
|
+
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
1077
|
+
obj: RequestSpotFleetRequest
|
|
1078
|
+
) => any;
|
|
1079
|
+
export declare const RequestSpotFleetResponseFilterSensitiveLog: (
|
|
1080
|
+
obj: RequestSpotFleetResponse
|
|
1081
|
+
) => any;
|
|
1082
|
+
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
|
|
1083
|
+
obj: RequestSpotLaunchSpecification
|
|
1084
|
+
) => any;
|
|
1085
|
+
export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
|
|
1086
|
+
obj: RequestSpotInstancesRequest
|
|
1087
|
+
) => any;
|
|
1088
|
+
export declare const RequestSpotInstancesResultFilterSensitiveLog: (
|
|
1089
|
+
obj: RequestSpotInstancesResult
|
|
1090
|
+
) => any;
|
|
1091
|
+
export declare const ResetAddressAttributeRequestFilterSensitiveLog: (
|
|
1092
|
+
obj: ResetAddressAttributeRequest
|
|
1093
|
+
) => any;
|
|
1094
|
+
export declare const ResetAddressAttributeResultFilterSensitiveLog: (
|
|
1095
|
+
obj: ResetAddressAttributeResult
|
|
1096
|
+
) => any;
|
|
1097
|
+
export declare const ResetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
|
|
1098
|
+
obj: ResetEbsDefaultKmsKeyIdRequest
|
|
1099
|
+
) => any;
|
|
1100
|
+
export declare const ResetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
|
|
1101
|
+
obj: ResetEbsDefaultKmsKeyIdResult
|
|
1102
|
+
) => any;
|
|
1103
|
+
export declare const ResetFpgaImageAttributeRequestFilterSensitiveLog: (
|
|
1104
|
+
obj: ResetFpgaImageAttributeRequest
|
|
1105
|
+
) => any;
|
|
1106
|
+
export declare const ResetFpgaImageAttributeResultFilterSensitiveLog: (
|
|
1107
|
+
obj: ResetFpgaImageAttributeResult
|
|
1108
|
+
) => any;
|
|
1109
|
+
export declare const ResetImageAttributeRequestFilterSensitiveLog: (
|
|
1110
|
+
obj: ResetImageAttributeRequest
|
|
1111
|
+
) => any;
|
|
1112
|
+
export declare const ResetInstanceAttributeRequestFilterSensitiveLog: (
|
|
1113
|
+
obj: ResetInstanceAttributeRequest
|
|
1114
|
+
) => any;
|
|
1115
|
+
export declare const ResetNetworkInterfaceAttributeRequestFilterSensitiveLog: (
|
|
1116
|
+
obj: ResetNetworkInterfaceAttributeRequest
|
|
1117
|
+
) => any;
|
|
1118
|
+
export declare const ResetSnapshotAttributeRequestFilterSensitiveLog: (
|
|
1119
|
+
obj: ResetSnapshotAttributeRequest
|
|
1120
|
+
) => any;
|
|
1121
|
+
export declare const RestoreAddressToClassicRequestFilterSensitiveLog: (
|
|
1122
|
+
obj: RestoreAddressToClassicRequest
|
|
1123
|
+
) => any;
|
|
1124
|
+
export declare const RestoreAddressToClassicResultFilterSensitiveLog: (
|
|
1125
|
+
obj: RestoreAddressToClassicResult
|
|
1126
|
+
) => any;
|
|
1127
|
+
export declare const RestoreImageFromRecycleBinRequestFilterSensitiveLog: (
|
|
1128
|
+
obj: RestoreImageFromRecycleBinRequest
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const RestoreImageFromRecycleBinResultFilterSensitiveLog: (
|
|
1131
|
+
obj: RestoreImageFromRecycleBinResult
|
|
1132
|
+
) => any;
|
|
1133
|
+
export declare const RestoreManagedPrefixListVersionRequestFilterSensitiveLog: (
|
|
1134
|
+
obj: RestoreManagedPrefixListVersionRequest
|
|
1135
|
+
) => any;
|
|
1136
|
+
export declare const RestoreManagedPrefixListVersionResultFilterSensitiveLog: (
|
|
1137
|
+
obj: RestoreManagedPrefixListVersionResult
|
|
1138
|
+
) => any;
|
|
1139
|
+
export declare const RestoreSnapshotFromRecycleBinRequestFilterSensitiveLog: (
|
|
1140
|
+
obj: RestoreSnapshotFromRecycleBinRequest
|
|
1141
|
+
) => any;
|
|
1142
|
+
export declare const RestoreSnapshotFromRecycleBinResultFilterSensitiveLog: (
|
|
1143
|
+
obj: RestoreSnapshotFromRecycleBinResult
|
|
1144
|
+
) => any;
|
|
1145
|
+
export declare const RestoreSnapshotTierRequestFilterSensitiveLog: (
|
|
1146
|
+
obj: RestoreSnapshotTierRequest
|
|
1147
|
+
) => any;
|
|
1148
|
+
export declare const RestoreSnapshotTierResultFilterSensitiveLog: (
|
|
1149
|
+
obj: RestoreSnapshotTierResult
|
|
1150
|
+
) => any;
|
|
1151
|
+
export declare const RevokeClientVpnIngressRequestFilterSensitiveLog: (
|
|
1152
|
+
obj: RevokeClientVpnIngressRequest
|
|
1153
|
+
) => any;
|
|
1154
|
+
export declare const RevokeClientVpnIngressResultFilterSensitiveLog: (
|
|
1155
|
+
obj: RevokeClientVpnIngressResult
|
|
1156
|
+
) => any;
|
|
1157
|
+
export declare const RevokeSecurityGroupEgressRequestFilterSensitiveLog: (
|
|
1158
|
+
obj: RevokeSecurityGroupEgressRequest
|
|
1159
|
+
) => any;
|
|
1160
|
+
export declare const RevokeSecurityGroupEgressResultFilterSensitiveLog: (
|
|
1161
|
+
obj: RevokeSecurityGroupEgressResult
|
|
1162
|
+
) => any;
|
|
1163
|
+
export declare const RevokeSecurityGroupIngressRequestFilterSensitiveLog: (
|
|
1164
|
+
obj: RevokeSecurityGroupIngressRequest
|
|
1165
|
+
) => any;
|
|
1166
|
+
export declare const RevokeSecurityGroupIngressResultFilterSensitiveLog: (
|
|
1167
|
+
obj: RevokeSecurityGroupIngressResult
|
|
1168
|
+
) => any;
|
|
1169
|
+
export declare const CpuOptionsRequestFilterSensitiveLog: (
|
|
1170
|
+
obj: CpuOptionsRequest
|
|
1171
|
+
) => any;
|
|
1172
|
+
export declare const ElasticInferenceAcceleratorFilterSensitiveLog: (
|
|
1173
|
+
obj: ElasticInferenceAccelerator
|
|
1174
|
+
) => any;
|
|
1175
|
+
export declare const EnclaveOptionsRequestFilterSensitiveLog: (
|
|
1176
|
+
obj: EnclaveOptionsRequest
|
|
1177
|
+
) => any;
|
|
1178
|
+
export declare const HibernationOptionsRequestFilterSensitiveLog: (
|
|
1179
|
+
obj: HibernationOptionsRequest
|
|
1180
|
+
) => any;
|
|
1181
|
+
export declare const SpotMarketOptionsFilterSensitiveLog: (
|
|
1182
|
+
obj: SpotMarketOptions
|
|
1183
|
+
) => any;
|
|
1184
|
+
export declare const InstanceMarketOptionsRequestFilterSensitiveLog: (
|
|
1185
|
+
obj: InstanceMarketOptionsRequest
|
|
1186
|
+
) => any;
|
|
1187
|
+
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
|
|
1188
|
+
obj: LaunchTemplateSpecification
|
|
1189
|
+
) => any;
|
|
1190
|
+
export declare const LicenseConfigurationRequestFilterSensitiveLog: (
|
|
1191
|
+
obj: LicenseConfigurationRequest
|
|
1192
|
+
) => any;
|
|
1193
|
+
export declare const InstanceMaintenanceOptionsRequestFilterSensitiveLog: (
|
|
1194
|
+
obj: InstanceMaintenanceOptionsRequest
|
|
1195
|
+
) => any;
|
|
1196
|
+
export declare const InstanceMetadataOptionsRequestFilterSensitiveLog: (
|
|
1197
|
+
obj: InstanceMetadataOptionsRequest
|
|
1198
|
+
) => any;
|
|
1199
|
+
export declare const PrivateDnsNameOptionsRequestFilterSensitiveLog: (
|
|
1200
|
+
obj: PrivateDnsNameOptionsRequest
|
|
1201
|
+
) => any;
|
|
1202
|
+
export declare const RunInstancesRequestFilterSensitiveLog: (
|
|
1203
|
+
obj: RunInstancesRequest
|
|
1204
|
+
) => any;
|
|
1205
|
+
export declare const ScheduledInstancesEbsFilterSensitiveLog: (
|
|
1206
|
+
obj: ScheduledInstancesEbs
|
|
1207
|
+
) => any;
|
|
1208
|
+
export declare const ScheduledInstancesBlockDeviceMappingFilterSensitiveLog: (
|
|
1209
|
+
obj: ScheduledInstancesBlockDeviceMapping
|
|
1210
|
+
) => any;
|
|
1211
|
+
export declare const ScheduledInstancesIamInstanceProfileFilterSensitiveLog: (
|
|
1212
|
+
obj: ScheduledInstancesIamInstanceProfile
|
|
1213
|
+
) => any;
|
|
1214
|
+
export declare const ScheduledInstancesMonitoringFilterSensitiveLog: (
|
|
1215
|
+
obj: ScheduledInstancesMonitoring
|
|
1216
|
+
) => any;
|
|
1217
|
+
export declare const ScheduledInstancesIpv6AddressFilterSensitiveLog: (
|
|
1218
|
+
obj: ScheduledInstancesIpv6Address
|
|
1219
|
+
) => any;
|
|
1220
|
+
export declare const ScheduledInstancesPrivateIpAddressConfigFilterSensitiveLog: (
|
|
1221
|
+
obj: ScheduledInstancesPrivateIpAddressConfig
|
|
1222
|
+
) => any;
|
|
1223
|
+
export declare const ScheduledInstancesNetworkInterfaceFilterSensitiveLog: (
|
|
1224
|
+
obj: ScheduledInstancesNetworkInterface
|
|
1225
|
+
) => any;
|
|
1226
|
+
export declare const ScheduledInstancesPlacementFilterSensitiveLog: (
|
|
1227
|
+
obj: ScheduledInstancesPlacement
|
|
1228
|
+
) => any;
|
|
1229
|
+
export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (
|
|
1230
|
+
obj: ScheduledInstancesLaunchSpecification
|
|
1231
|
+
) => any;
|
|
1232
|
+
export declare const RunScheduledInstancesRequestFilterSensitiveLog: (
|
|
1233
|
+
obj: RunScheduledInstancesRequest
|
|
1234
|
+
) => any;
|
|
1235
|
+
export declare const RunScheduledInstancesResultFilterSensitiveLog: (
|
|
1236
|
+
obj: RunScheduledInstancesResult
|
|
1237
|
+
) => any;
|
|
1238
|
+
export declare const SearchLocalGatewayRoutesRequestFilterSensitiveLog: (
|
|
1239
|
+
obj: SearchLocalGatewayRoutesRequest
|
|
1240
|
+
) => any;
|
|
1241
|
+
export declare const SearchLocalGatewayRoutesResultFilterSensitiveLog: (
|
|
1242
|
+
obj: SearchLocalGatewayRoutesResult
|
|
1243
|
+
) => any;
|
|
1244
|
+
export declare const SearchTransitGatewayMulticastGroupsRequestFilterSensitiveLog: (
|
|
1245
|
+
obj: SearchTransitGatewayMulticastGroupsRequest
|
|
1246
|
+
) => any;
|
|
1247
|
+
export declare const TransitGatewayMulticastGroupFilterSensitiveLog: (
|
|
1248
|
+
obj: TransitGatewayMulticastGroup
|
|
1249
|
+
) => any;
|
|
1250
|
+
export declare const SearchTransitGatewayMulticastGroupsResultFilterSensitiveLog: (
|
|
1251
|
+
obj: SearchTransitGatewayMulticastGroupsResult
|
|
1252
|
+
) => any;
|
|
1253
|
+
export declare const SearchTransitGatewayRoutesRequestFilterSensitiveLog: (
|
|
1254
|
+
obj: SearchTransitGatewayRoutesRequest
|
|
1255
|
+
) => any;
|
|
1256
|
+
export declare const SearchTransitGatewayRoutesResultFilterSensitiveLog: (
|
|
1257
|
+
obj: SearchTransitGatewayRoutesResult
|
|
1258
|
+
) => any;
|
|
1259
|
+
export declare const SendDiagnosticInterruptRequestFilterSensitiveLog: (
|
|
1260
|
+
obj: SendDiagnosticInterruptRequest
|
|
1261
|
+
) => any;
|
|
1262
|
+
export declare const StartInstancesRequestFilterSensitiveLog: (
|
|
1263
|
+
obj: StartInstancesRequest
|
|
1264
|
+
) => any;
|
|
1265
|
+
export declare const InstanceStateChangeFilterSensitiveLog: (
|
|
1266
|
+
obj: InstanceStateChange
|
|
1267
|
+
) => any;
|
|
1268
|
+
export declare const StartInstancesResultFilterSensitiveLog: (
|
|
1269
|
+
obj: StartInstancesResult
|
|
1270
|
+
) => any;
|
|
1271
|
+
export declare const StartNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
|
|
1272
|
+
obj: StartNetworkInsightsAccessScopeAnalysisRequest
|
|
1273
|
+
) => any;
|
|
1274
|
+
export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
|
|
1275
|
+
obj: StartNetworkInsightsAccessScopeAnalysisResult
|
|
1276
|
+
) => any;
|
|
1277
|
+
export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (
|
|
1278
|
+
obj: StartNetworkInsightsAnalysisRequest
|
|
1279
|
+
) => any;
|
|
1280
|
+
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (
|
|
1281
|
+
obj: StartNetworkInsightsAnalysisResult
|
|
1282
|
+
) => any;
|
|
1283
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (
|
|
1284
|
+
obj: StartVpcEndpointServicePrivateDnsVerificationRequest
|
|
1285
|
+
) => any;
|
|
1286
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (
|
|
1287
|
+
obj: StartVpcEndpointServicePrivateDnsVerificationResult
|
|
1288
|
+
) => any;
|
|
1289
|
+
export declare const StopInstancesRequestFilterSensitiveLog: (
|
|
1290
|
+
obj: StopInstancesRequest
|
|
1291
|
+
) => any;
|
|
1292
|
+
export declare const StopInstancesResultFilterSensitiveLog: (
|
|
1293
|
+
obj: StopInstancesResult
|
|
1294
|
+
) => any;
|
|
1295
|
+
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (
|
|
1296
|
+
obj: TerminateClientVpnConnectionsRequest
|
|
1297
|
+
) => any;
|
|
1298
|
+
export declare const TerminateConnectionStatusFilterSensitiveLog: (
|
|
1299
|
+
obj: TerminateConnectionStatus
|
|
1300
|
+
) => any;
|
|
1301
|
+
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (
|
|
1302
|
+
obj: TerminateClientVpnConnectionsResult
|
|
1303
|
+
) => any;
|
|
1304
|
+
export declare const TerminateInstancesRequestFilterSensitiveLog: (
|
|
1305
|
+
obj: TerminateInstancesRequest
|
|
1306
|
+
) => any;
|
|
1307
|
+
export declare const TerminateInstancesResultFilterSensitiveLog: (
|
|
1308
|
+
obj: TerminateInstancesResult
|
|
1309
|
+
) => any;
|
|
1310
|
+
export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (
|
|
1311
|
+
obj: UnassignIpv6AddressesRequest
|
|
1312
|
+
) => any;
|
|
1313
|
+
export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (
|
|
1314
|
+
obj: UnassignIpv6AddressesResult
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (
|
|
1317
|
+
obj: UnassignPrivateIpAddressesRequest
|
|
1318
|
+
) => any;
|
|
1319
|
+
export declare const UnmonitorInstancesRequestFilterSensitiveLog: (
|
|
1320
|
+
obj: UnmonitorInstancesRequest
|
|
1321
|
+
) => any;
|
|
1322
|
+
export declare const UnmonitorInstancesResultFilterSensitiveLog: (
|
|
1323
|
+
obj: UnmonitorInstancesResult
|
|
1324
|
+
) => any;
|
|
1325
|
+
export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (
|
|
1326
|
+
obj: SecurityGroupRuleDescription
|
|
1327
|
+
) => any;
|
|
1328
|
+
export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (
|
|
1329
|
+
obj: UpdateSecurityGroupRuleDescriptionsEgressRequest
|
|
1330
|
+
) => any;
|
|
1331
|
+
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
|
|
1332
|
+
obj: UpdateSecurityGroupRuleDescriptionsEgressResult
|
|
1333
|
+
) => any;
|
|
1334
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
|
|
1335
|
+
obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
|
|
1336
|
+
) => any;
|
|
1337
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (
|
|
1338
|
+
obj: UpdateSecurityGroupRuleDescriptionsIngressResult
|
|
1339
|
+
) => any;
|
|
1340
|
+
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
|
|
1341
|
+
obj: WithdrawByoipCidrRequest
|
|
1342
|
+
) => any;
|
|
1343
|
+
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (
|
|
1344
|
+
obj: WithdrawByoipCidrResult
|
|
1345
|
+
) => any;
|