@aws-sdk/client-ec2 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/EC2.js +120 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
- package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +30 -31
- package/dist-cjs/models/models_1.js +64 -38
- package/dist-cjs/models/models_2.js +70 -86
- package/dist-cjs/models/models_3.js +86 -89
- package/dist-cjs/models/models_4.js +68 -70
- package/dist-cjs/models/models_5.js +70 -76
- package/dist-cjs/models/models_6.js +73 -3
- package/dist-cjs/protocols/Aws_ec2.js +561 -21
- package/dist-es/EC2.js +120 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
- package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +6 -10
- package/dist-es/models/models_1.js +22 -8
- package/dist-es/models/models_2.js +16 -20
- package/dist-es/models/models_3.js +20 -29
- package/dist-es/models/models_4.js +20 -16
- package/dist-es/models/models_5.js +16 -22
- package/dist-es/models/models_6.js +22 -0
- package/dist-es/protocols/Aws_ec2.js +650 -27
- package/dist-types/EC2.d.ts +68 -0
- package/dist-types/EC2Client.d.ts +10 -2
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +129 -97
- package/dist-types/models/models_1.d.ts +345 -279
- package/dist-types/models/models_2.d.ts +392 -831
- package/dist-types/models/models_3.d.ts +1517 -1377
- package/dist-types/models/models_4.d.ts +501 -236
- package/dist-types/models/models_5.d.ts +239 -340
- package/dist-types/models/models_6.d.ts +347 -5
- package/dist-types/protocols/Aws_ec2.d.ts +24 -0
- package/dist-types/ts3.4/EC2.d.ts +148 -534
- package/dist-types/ts3.4/EC2Client.d.ts +48 -25
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +43 -1047
- package/dist-types/ts3.4/models/models_1.d.ts +108 -1344
- package/dist-types/ts3.4/models/models_2.d.ts +157 -1072
- package/dist-types/ts3.4/models/models_3.d.ts +197 -1425
- package/dist-types/ts3.4/models/models_4.d.ts +145 -1339
- package/dist-types/ts3.4/models/models_5.d.ts +123 -1231
- package/dist-types/ts3.4/models/models_6.d.ts +140 -509
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
- package/package.json +28 -28
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
ApplianceModeSupportValue,
|
|
9
9
|
AttributeValue,
|
|
10
10
|
AutoPlacement,
|
|
11
|
-
ByoipCidr,
|
|
12
11
|
CapacityReservationState,
|
|
13
12
|
ClientConnectOptions,
|
|
14
13
|
ClientLoginBannerOptions,
|
|
@@ -16,7 +15,6 @@ import {
|
|
|
16
15
|
CurrencyCodeValues,
|
|
17
16
|
DnsSupportValue,
|
|
18
17
|
EndDateType,
|
|
19
|
-
FleetExcessCapacityTerminationPolicy,
|
|
20
18
|
HostnameType,
|
|
21
19
|
HostRecovery,
|
|
22
20
|
InstanceEventWindow,
|
|
@@ -34,12 +32,10 @@ import {
|
|
|
34
32
|
UnsuccessfulItem,
|
|
35
33
|
} from "./models_0";
|
|
36
34
|
import {
|
|
37
|
-
AutoAcceptSharedAttachmentsValue,
|
|
38
35
|
CapacityReservationPreference,
|
|
39
36
|
CapacityReservationTarget,
|
|
40
|
-
DefaultRouteTableAssociationValue,
|
|
41
|
-
DefaultRouteTablePropagationValue,
|
|
42
37
|
DiskImageFormat,
|
|
38
|
+
FleetExcessCapacityTerminationPolicy,
|
|
43
39
|
FleetLaunchTemplateConfigRequest,
|
|
44
40
|
InstanceEventWindowTimeRangeRequest,
|
|
45
41
|
InstanceRequirementsRequest,
|
|
@@ -65,11 +61,12 @@ import {
|
|
|
65
61
|
TrafficMirrorNetworkService,
|
|
66
62
|
TrafficMirrorPortRangeRequest,
|
|
67
63
|
TrafficMirrorRuleAction,
|
|
68
|
-
TrafficMirrorSession,
|
|
69
64
|
VolumeType,
|
|
70
|
-
VpnEcmpSupportValue,
|
|
71
65
|
} from "./models_1";
|
|
72
66
|
import {
|
|
67
|
+
AutoAcceptSharedAttachmentsValue,
|
|
68
|
+
DefaultRouteTableAssociationValue,
|
|
69
|
+
DefaultRouteTablePropagationValue,
|
|
73
70
|
DnsOptionsSpecification,
|
|
74
71
|
Filter,
|
|
75
72
|
IKEVersionsRequestListValue,
|
|
@@ -82,13 +79,14 @@ import {
|
|
|
82
79
|
Phase2DHGroupNumbersRequestListValue,
|
|
83
80
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
84
81
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
82
|
+
TrafficMirrorSession,
|
|
85
83
|
TransitGateway,
|
|
86
84
|
TransitGatewayPrefixListReference,
|
|
87
85
|
VpnConnection,
|
|
86
|
+
VpnEcmpSupportValue,
|
|
88
87
|
VpnTunnelLogOptionsSpecification,
|
|
89
88
|
} from "./models_2";
|
|
90
89
|
import {
|
|
91
|
-
AnalysisStatus,
|
|
92
90
|
ArchitectureType,
|
|
93
91
|
ArchitectureValues,
|
|
94
92
|
AttributeBooleanValue,
|
|
@@ -115,86 +113,126 @@ import {
|
|
|
115
113
|
VirtualizationType,
|
|
116
114
|
} from "./models_3";
|
|
117
115
|
import {
|
|
118
|
-
|
|
116
|
+
AnalysisStatus,
|
|
119
117
|
CreateVolumePermission,
|
|
118
|
+
EnableFastSnapshotRestoreErrorItem,
|
|
119
|
+
EnableFastSnapshotRestoreSuccessItem,
|
|
120
120
|
ExcessCapacityTerminationPolicy,
|
|
121
121
|
LaunchTemplateConfig,
|
|
122
|
-
PublicIpv4PoolRange,
|
|
123
122
|
ReservedInstancesConfiguration,
|
|
124
123
|
SnapshotAttributeName,
|
|
124
|
+
TransitGatewayPropagation,
|
|
125
125
|
TransitGatewayPropagationState,
|
|
126
126
|
VolumeModification,
|
|
127
127
|
} from "./models_4";
|
|
128
|
-
|
|
128
|
+
export interface EnableFastSnapshotRestoresResult {
|
|
129
|
+
Successful?: EnableFastSnapshotRestoreSuccessItem[];
|
|
130
|
+
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[];
|
|
131
|
+
}
|
|
132
|
+
export interface EnableImageDeprecationRequest {
|
|
133
|
+
ImageId: string | undefined;
|
|
134
|
+
DeprecateAt: Date | undefined;
|
|
135
|
+
DryRun?: boolean;
|
|
136
|
+
}
|
|
137
|
+
export interface EnableImageDeprecationResult {
|
|
138
|
+
Return?: boolean;
|
|
139
|
+
}
|
|
140
|
+
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
141
|
+
DryRun?: boolean;
|
|
142
|
+
DelegatedAdminAccountId: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface EnableIpamOrganizationAdminAccountResult {
|
|
145
|
+
Success?: boolean;
|
|
146
|
+
}
|
|
147
|
+
export interface EnableSerialConsoleAccessRequest {
|
|
148
|
+
DryRun?: boolean;
|
|
149
|
+
}
|
|
150
|
+
export interface EnableSerialConsoleAccessResult {
|
|
151
|
+
SerialConsoleAccessEnabled?: boolean;
|
|
152
|
+
}
|
|
153
|
+
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
154
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
155
|
+
TransitGatewayAttachmentId?: string;
|
|
156
|
+
DryRun?: boolean;
|
|
157
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
160
|
+
Propagation?: TransitGatewayPropagation;
|
|
161
|
+
}
|
|
162
|
+
export interface EnableVgwRoutePropagationRequest {
|
|
163
|
+
GatewayId: string | undefined;
|
|
164
|
+
RouteTableId: string | undefined;
|
|
165
|
+
DryRun?: boolean;
|
|
166
|
+
}
|
|
167
|
+
export interface EnableVolumeIORequest {
|
|
168
|
+
DryRun?: boolean;
|
|
169
|
+
VolumeId: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface EnableVpcClassicLinkRequest {
|
|
172
|
+
DryRun?: boolean;
|
|
173
|
+
VpcId: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface EnableVpcClassicLinkResult {
|
|
176
|
+
Return?: boolean;
|
|
177
|
+
}
|
|
178
|
+
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
179
|
+
VpcId?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
182
|
+
Return?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
185
|
+
ClientVpnEndpointId: string | undefined;
|
|
186
|
+
DryRun?: boolean;
|
|
187
|
+
}
|
|
188
|
+
export declare type ClientCertificateRevocationListStatusCode =
|
|
189
|
+
| "active"
|
|
190
|
+
| "pending";
|
|
129
191
|
export interface ClientCertificateRevocationListStatus {
|
|
130
192
|
Code?: ClientCertificateRevocationListStatusCode | string;
|
|
131
|
-
|
|
132
193
|
Message?: string;
|
|
133
194
|
}
|
|
134
195
|
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
135
196
|
CertificateRevocationList?: string;
|
|
136
|
-
|
|
137
197
|
Status?: ClientCertificateRevocationListStatus;
|
|
138
198
|
}
|
|
139
199
|
export interface ExportClientVpnClientConfigurationRequest {
|
|
140
200
|
ClientVpnEndpointId: string | undefined;
|
|
141
|
-
|
|
142
201
|
DryRun?: boolean;
|
|
143
202
|
}
|
|
144
203
|
export interface ExportClientVpnClientConfigurationResult {
|
|
145
204
|
ClientConfiguration?: string;
|
|
146
205
|
}
|
|
147
|
-
|
|
148
206
|
export interface ExportTaskS3LocationRequest {
|
|
149
207
|
S3Bucket: string | undefined;
|
|
150
|
-
|
|
151
208
|
S3Prefix?: string;
|
|
152
209
|
}
|
|
153
210
|
export interface ExportImageRequest {
|
|
154
211
|
ClientToken?: string;
|
|
155
|
-
|
|
156
212
|
Description?: string;
|
|
157
|
-
|
|
158
213
|
DiskImageFormat: DiskImageFormat | string | undefined;
|
|
159
|
-
|
|
160
214
|
DryRun?: boolean;
|
|
161
|
-
|
|
162
215
|
ImageId: string | undefined;
|
|
163
|
-
|
|
164
216
|
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
165
|
-
|
|
166
217
|
RoleName?: string;
|
|
167
|
-
|
|
168
218
|
TagSpecifications?: TagSpecification[];
|
|
169
219
|
}
|
|
170
220
|
export interface ExportImageResult {
|
|
171
221
|
Description?: string;
|
|
172
|
-
|
|
173
222
|
DiskImageFormat?: DiskImageFormat | string;
|
|
174
|
-
|
|
175
223
|
ExportImageTaskId?: string;
|
|
176
|
-
|
|
177
224
|
ImageId?: string;
|
|
178
|
-
|
|
179
225
|
RoleName?: string;
|
|
180
|
-
|
|
181
226
|
Progress?: string;
|
|
182
|
-
|
|
183
227
|
S3ExportLocation?: ExportTaskS3Location;
|
|
184
|
-
|
|
185
228
|
Status?: string;
|
|
186
|
-
|
|
187
229
|
StatusMessage?: string;
|
|
188
|
-
|
|
189
230
|
Tags?: Tag[];
|
|
190
231
|
}
|
|
191
232
|
export interface ExportTransitGatewayRoutesRequest {
|
|
192
233
|
TransitGatewayRouteTableId: string | undefined;
|
|
193
|
-
|
|
194
234
|
Filters?: Filter[];
|
|
195
|
-
|
|
196
235
|
S3Bucket: string | undefined;
|
|
197
|
-
|
|
198
236
|
DryRun?: boolean;
|
|
199
237
|
}
|
|
200
238
|
export interface ExportTransitGatewayRoutesResult {
|
|
@@ -202,17 +240,12 @@ export interface ExportTransitGatewayRoutesResult {
|
|
|
202
240
|
}
|
|
203
241
|
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
204
242
|
CertificateArn?: string;
|
|
205
|
-
|
|
206
243
|
DryRun?: boolean;
|
|
207
244
|
}
|
|
208
|
-
|
|
209
245
|
export interface AssociatedRole {
|
|
210
246
|
AssociatedRoleArn?: string;
|
|
211
|
-
|
|
212
247
|
CertificateS3BucketName?: string;
|
|
213
|
-
|
|
214
248
|
CertificateS3ObjectKey?: string;
|
|
215
|
-
|
|
216
249
|
EncryptionKmsKeyId?: string;
|
|
217
250
|
}
|
|
218
251
|
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
@@ -220,106 +253,72 @@ export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
|
220
253
|
}
|
|
221
254
|
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
222
255
|
PoolId: string | undefined;
|
|
223
|
-
|
|
224
256
|
NextToken?: string;
|
|
225
|
-
|
|
226
257
|
MaxResults?: number;
|
|
227
|
-
|
|
228
258
|
DryRun?: boolean;
|
|
229
259
|
}
|
|
230
|
-
|
|
231
260
|
export interface Ipv6CidrAssociation {
|
|
232
261
|
Ipv6Cidr?: string;
|
|
233
|
-
|
|
234
262
|
AssociatedResource?: string;
|
|
235
263
|
}
|
|
236
264
|
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
237
265
|
Ipv6CidrAssociations?: Ipv6CidrAssociation[];
|
|
238
|
-
|
|
239
266
|
NextToken?: string;
|
|
240
267
|
}
|
|
241
268
|
export interface GetCapacityReservationUsageRequest {
|
|
242
269
|
CapacityReservationId: string | undefined;
|
|
243
|
-
|
|
244
270
|
NextToken?: string;
|
|
245
|
-
|
|
246
271
|
MaxResults?: number;
|
|
247
|
-
|
|
248
272
|
DryRun?: boolean;
|
|
249
273
|
}
|
|
250
|
-
|
|
251
274
|
export interface InstanceUsage {
|
|
252
275
|
AccountId?: string;
|
|
253
|
-
|
|
254
276
|
UsedInstanceCount?: number;
|
|
255
277
|
}
|
|
256
278
|
export interface GetCapacityReservationUsageResult {
|
|
257
279
|
NextToken?: string;
|
|
258
|
-
|
|
259
280
|
CapacityReservationId?: string;
|
|
260
|
-
|
|
261
281
|
InstanceType?: string;
|
|
262
|
-
|
|
263
282
|
TotalInstanceCount?: number;
|
|
264
|
-
|
|
265
283
|
AvailableInstanceCount?: number;
|
|
266
|
-
|
|
267
284
|
State?: CapacityReservationState | string;
|
|
268
|
-
|
|
269
285
|
InstanceUsages?: InstanceUsage[];
|
|
270
286
|
}
|
|
271
287
|
export interface GetCoipPoolUsageRequest {
|
|
272
288
|
PoolId: string | undefined;
|
|
273
|
-
|
|
274
289
|
Filters?: Filter[];
|
|
275
|
-
|
|
276
290
|
MaxResults?: number;
|
|
277
|
-
|
|
278
291
|
NextToken?: string;
|
|
279
|
-
|
|
280
292
|
DryRun?: boolean;
|
|
281
293
|
}
|
|
282
|
-
|
|
283
294
|
export interface CoipAddressUsage {
|
|
284
295
|
AllocationId?: string;
|
|
285
|
-
|
|
286
296
|
AwsAccountId?: string;
|
|
287
|
-
|
|
288
297
|
AwsService?: string;
|
|
289
|
-
|
|
290
298
|
CoIp?: string;
|
|
291
299
|
}
|
|
292
300
|
export interface GetCoipPoolUsageResult {
|
|
293
301
|
CoipPoolId?: string;
|
|
294
|
-
|
|
295
302
|
CoipAddressUsages?: CoipAddressUsage[];
|
|
296
|
-
|
|
297
303
|
LocalGatewayRouteTableId?: string;
|
|
298
304
|
}
|
|
299
305
|
export interface GetConsoleOutputRequest {
|
|
300
306
|
InstanceId: string | undefined;
|
|
301
|
-
|
|
302
307
|
DryRun?: boolean;
|
|
303
|
-
|
|
304
308
|
Latest?: boolean;
|
|
305
309
|
}
|
|
306
310
|
export interface GetConsoleOutputResult {
|
|
307
311
|
InstanceId?: string;
|
|
308
|
-
|
|
309
312
|
Output?: string;
|
|
310
|
-
|
|
311
313
|
Timestamp?: Date;
|
|
312
314
|
}
|
|
313
315
|
export interface GetConsoleScreenshotRequest {
|
|
314
316
|
DryRun?: boolean;
|
|
315
|
-
|
|
316
317
|
InstanceId: string | undefined;
|
|
317
|
-
|
|
318
318
|
WakeUp?: boolean;
|
|
319
319
|
}
|
|
320
320
|
export interface GetConsoleScreenshotResult {
|
|
321
321
|
ImageData?: string;
|
|
322
|
-
|
|
323
322
|
InstanceId?: string;
|
|
324
323
|
}
|
|
325
324
|
export declare type UnlimitedSupportedInstanceFamily =
|
|
@@ -329,13 +328,10 @@ export declare type UnlimitedSupportedInstanceFamily =
|
|
|
329
328
|
| "t4g";
|
|
330
329
|
export interface GetDefaultCreditSpecificationRequest {
|
|
331
330
|
DryRun?: boolean;
|
|
332
|
-
|
|
333
331
|
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
334
332
|
}
|
|
335
|
-
|
|
336
333
|
export interface InstanceFamilyCreditSpecification {
|
|
337
334
|
InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
|
|
338
|
-
|
|
339
335
|
CpuCredits?: string;
|
|
340
336
|
}
|
|
341
337
|
export interface GetDefaultCreditSpecificationResult {
|
|
@@ -359,27 +355,19 @@ export declare enum PartitionLoadFrequency {
|
|
|
359
355
|
NONE = "none",
|
|
360
356
|
WEEKLY = "weekly",
|
|
361
357
|
}
|
|
362
|
-
|
|
363
358
|
export interface AthenaIntegration {
|
|
364
359
|
IntegrationResultS3DestinationArn: string | undefined;
|
|
365
|
-
|
|
366
360
|
PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
|
|
367
|
-
|
|
368
361
|
PartitionStartDate?: Date;
|
|
369
|
-
|
|
370
362
|
PartitionEndDate?: Date;
|
|
371
363
|
}
|
|
372
|
-
|
|
373
364
|
export interface IntegrateServices {
|
|
374
365
|
AthenaIntegrations?: AthenaIntegration[];
|
|
375
366
|
}
|
|
376
367
|
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
377
368
|
DryRun?: boolean;
|
|
378
|
-
|
|
379
369
|
FlowLogId: string | undefined;
|
|
380
|
-
|
|
381
370
|
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
382
|
-
|
|
383
371
|
IntegrateServices: IntegrateServices | undefined;
|
|
384
372
|
}
|
|
385
373
|
export interface GetFlowLogsIntegrationTemplateResult {
|
|
@@ -387,103 +375,69 @@ export interface GetFlowLogsIntegrationTemplateResult {
|
|
|
387
375
|
}
|
|
388
376
|
export interface GetGroupsForCapacityReservationRequest {
|
|
389
377
|
CapacityReservationId: string | undefined;
|
|
390
|
-
|
|
391
378
|
NextToken?: string;
|
|
392
|
-
|
|
393
379
|
MaxResults?: number;
|
|
394
|
-
|
|
395
380
|
DryRun?: boolean;
|
|
396
381
|
}
|
|
397
|
-
|
|
398
382
|
export interface CapacityReservationGroup {
|
|
399
383
|
GroupArn?: string;
|
|
400
|
-
|
|
401
384
|
OwnerId?: string;
|
|
402
385
|
}
|
|
403
386
|
export interface GetGroupsForCapacityReservationResult {
|
|
404
387
|
NextToken?: string;
|
|
405
|
-
|
|
406
388
|
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
407
389
|
}
|
|
408
390
|
export interface GetHostReservationPurchasePreviewRequest {
|
|
409
391
|
HostIdSet: string[] | undefined;
|
|
410
|
-
|
|
411
392
|
OfferingId: string | undefined;
|
|
412
393
|
}
|
|
413
|
-
|
|
414
394
|
export interface Purchase {
|
|
415
395
|
CurrencyCode?: CurrencyCodeValues | string;
|
|
416
|
-
|
|
417
396
|
Duration?: number;
|
|
418
|
-
|
|
419
397
|
HostIdSet?: string[];
|
|
420
|
-
|
|
421
398
|
HostReservationId?: string;
|
|
422
|
-
|
|
423
399
|
HourlyPrice?: string;
|
|
424
|
-
|
|
425
400
|
InstanceFamily?: string;
|
|
426
|
-
|
|
427
401
|
PaymentOption?: PaymentOption | string;
|
|
428
|
-
|
|
429
402
|
UpfrontPrice?: string;
|
|
430
403
|
}
|
|
431
404
|
export interface GetHostReservationPurchasePreviewResult {
|
|
432
405
|
CurrencyCode?: CurrencyCodeValues | string;
|
|
433
|
-
|
|
434
406
|
Purchase?: Purchase[];
|
|
435
|
-
|
|
436
407
|
TotalHourlyPrice?: string;
|
|
437
|
-
|
|
438
408
|
TotalUpfrontPrice?: string;
|
|
439
409
|
}
|
|
440
410
|
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
441
411
|
DryRun?: boolean;
|
|
442
|
-
|
|
443
412
|
ArchitectureTypes: (ArchitectureType | string)[] | undefined;
|
|
444
|
-
|
|
445
413
|
VirtualizationTypes: (VirtualizationType | string)[] | undefined;
|
|
446
|
-
|
|
447
414
|
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
448
|
-
|
|
449
415
|
MaxResults?: number;
|
|
450
|
-
|
|
451
416
|
NextToken?: string;
|
|
452
417
|
}
|
|
453
|
-
|
|
454
418
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
455
419
|
InstanceType?: string;
|
|
456
420
|
}
|
|
457
421
|
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
458
422
|
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
|
|
459
|
-
|
|
460
423
|
NextToken?: string;
|
|
461
424
|
}
|
|
462
425
|
export interface GetInstanceUefiDataRequest {
|
|
463
426
|
InstanceId: string | undefined;
|
|
464
|
-
|
|
465
427
|
DryRun?: boolean;
|
|
466
428
|
}
|
|
467
429
|
export interface GetInstanceUefiDataResult {
|
|
468
430
|
InstanceId?: string;
|
|
469
|
-
|
|
470
431
|
UefiData?: string;
|
|
471
432
|
}
|
|
472
433
|
export interface GetIpamAddressHistoryRequest {
|
|
473
434
|
DryRun?: boolean;
|
|
474
|
-
|
|
475
435
|
Cidr: string | undefined;
|
|
476
|
-
|
|
477
436
|
IpamScopeId: string | undefined;
|
|
478
|
-
|
|
479
437
|
VpcId?: string;
|
|
480
|
-
|
|
481
438
|
StartTime?: Date;
|
|
482
|
-
|
|
483
439
|
EndTime?: Date;
|
|
484
|
-
|
|
485
440
|
MaxResults?: number;
|
|
486
|
-
|
|
487
441
|
NextToken?: string;
|
|
488
442
|
}
|
|
489
443
|
export declare enum IpamComplianceStatus {
|
|
@@ -504,67 +458,44 @@ export declare enum IpamAddressHistoryResourceType {
|
|
|
504
458
|
subnet = "subnet",
|
|
505
459
|
vpc = "vpc",
|
|
506
460
|
}
|
|
507
|
-
|
|
508
461
|
export interface IpamAddressHistoryRecord {
|
|
509
462
|
ResourceOwnerId?: string;
|
|
510
|
-
|
|
511
463
|
ResourceRegion?: string;
|
|
512
|
-
|
|
513
464
|
ResourceType?: IpamAddressHistoryResourceType | string;
|
|
514
|
-
|
|
515
465
|
ResourceId?: string;
|
|
516
|
-
|
|
517
466
|
ResourceCidr?: string;
|
|
518
|
-
|
|
519
467
|
ResourceName?: string;
|
|
520
|
-
|
|
521
468
|
ResourceComplianceStatus?: IpamComplianceStatus | string;
|
|
522
|
-
|
|
523
469
|
ResourceOverlapStatus?: IpamOverlapStatus | string;
|
|
524
|
-
|
|
525
470
|
VpcId?: string;
|
|
526
|
-
|
|
527
471
|
SampledStartTime?: Date;
|
|
528
|
-
|
|
529
472
|
SampledEndTime?: Date;
|
|
530
473
|
}
|
|
531
474
|
export interface GetIpamAddressHistoryResult {
|
|
532
475
|
HistoryRecords?: IpamAddressHistoryRecord[];
|
|
533
|
-
|
|
534
476
|
NextToken?: string;
|
|
535
477
|
}
|
|
536
478
|
export interface GetIpamPoolAllocationsRequest {
|
|
537
479
|
DryRun?: boolean;
|
|
538
|
-
|
|
539
480
|
IpamPoolId: string | undefined;
|
|
540
|
-
|
|
541
481
|
IpamPoolAllocationId?: string;
|
|
542
|
-
|
|
543
482
|
Filters?: Filter[];
|
|
544
|
-
|
|
545
483
|
MaxResults?: number;
|
|
546
|
-
|
|
547
484
|
NextToken?: string;
|
|
548
485
|
}
|
|
549
486
|
export interface GetIpamPoolAllocationsResult {
|
|
550
487
|
IpamPoolAllocations?: IpamPoolAllocation[];
|
|
551
|
-
|
|
552
488
|
NextToken?: string;
|
|
553
489
|
}
|
|
554
490
|
export interface GetIpamPoolCidrsRequest {
|
|
555
491
|
DryRun?: boolean;
|
|
556
|
-
|
|
557
492
|
IpamPoolId: string | undefined;
|
|
558
|
-
|
|
559
493
|
Filters?: Filter[];
|
|
560
|
-
|
|
561
494
|
MaxResults?: number;
|
|
562
|
-
|
|
563
495
|
NextToken?: string;
|
|
564
496
|
}
|
|
565
497
|
export interface GetIpamPoolCidrsResult {
|
|
566
498
|
IpamPoolCidrs?: IpamPoolCidr[];
|
|
567
|
-
|
|
568
499
|
NextToken?: string;
|
|
569
500
|
}
|
|
570
501
|
export declare enum IpamResourceType {
|
|
@@ -576,23 +507,14 @@ export declare enum IpamResourceType {
|
|
|
576
507
|
}
|
|
577
508
|
export interface GetIpamResourceCidrsRequest {
|
|
578
509
|
DryRun?: boolean;
|
|
579
|
-
|
|
580
510
|
Filters?: Filter[];
|
|
581
|
-
|
|
582
511
|
MaxResults?: number;
|
|
583
|
-
|
|
584
512
|
NextToken?: string;
|
|
585
|
-
|
|
586
513
|
IpamScopeId: string | undefined;
|
|
587
|
-
|
|
588
514
|
IpamPoolId?: string;
|
|
589
|
-
|
|
590
515
|
ResourceId?: string;
|
|
591
|
-
|
|
592
516
|
ResourceType?: IpamResourceType | string;
|
|
593
|
-
|
|
594
517
|
ResourceTag?: RequestIpamResourceTag;
|
|
595
|
-
|
|
596
518
|
ResourceOwner?: string;
|
|
597
519
|
}
|
|
598
520
|
export declare enum IpamManagementState {
|
|
@@ -600,46 +522,29 @@ export declare enum IpamManagementState {
|
|
|
600
522
|
managed = "managed",
|
|
601
523
|
unmanaged = "unmanaged",
|
|
602
524
|
}
|
|
603
|
-
|
|
604
525
|
export interface IpamResourceCidr {
|
|
605
526
|
IpamId?: string;
|
|
606
|
-
|
|
607
527
|
IpamScopeId?: string;
|
|
608
|
-
|
|
609
528
|
IpamPoolId?: string;
|
|
610
|
-
|
|
611
529
|
ResourceRegion?: string;
|
|
612
|
-
|
|
613
530
|
ResourceOwnerId?: string;
|
|
614
|
-
|
|
615
531
|
ResourceId?: string;
|
|
616
|
-
|
|
617
532
|
ResourceName?: string;
|
|
618
|
-
|
|
619
533
|
ResourceCidr?: string;
|
|
620
|
-
|
|
621
534
|
ResourceType?: IpamResourceType | string;
|
|
622
|
-
|
|
623
535
|
ResourceTags?: IpamResourceTag[];
|
|
624
|
-
|
|
625
536
|
IpUsage?: number;
|
|
626
|
-
|
|
627
537
|
ComplianceStatus?: IpamComplianceStatus | string;
|
|
628
|
-
|
|
629
538
|
ManagementState?: IpamManagementState | string;
|
|
630
|
-
|
|
631
539
|
OverlapStatus?: IpamOverlapStatus | string;
|
|
632
|
-
|
|
633
540
|
VpcId?: string;
|
|
634
541
|
}
|
|
635
542
|
export interface GetIpamResourceCidrsResult {
|
|
636
543
|
NextToken?: string;
|
|
637
|
-
|
|
638
544
|
IpamResourceCidrs?: IpamResourceCidr[];
|
|
639
545
|
}
|
|
640
546
|
export interface GetLaunchTemplateDataRequest {
|
|
641
547
|
DryRun?: boolean;
|
|
642
|
-
|
|
643
548
|
InstanceId: string | undefined;
|
|
644
549
|
}
|
|
645
550
|
export interface GetLaunchTemplateDataResult {
|
|
@@ -647,67 +552,47 @@ export interface GetLaunchTemplateDataResult {
|
|
|
647
552
|
}
|
|
648
553
|
export interface GetManagedPrefixListAssociationsRequest {
|
|
649
554
|
DryRun?: boolean;
|
|
650
|
-
|
|
651
555
|
PrefixListId: string | undefined;
|
|
652
|
-
|
|
653
556
|
MaxResults?: number;
|
|
654
|
-
|
|
655
557
|
NextToken?: string;
|
|
656
558
|
}
|
|
657
|
-
|
|
658
559
|
export interface PrefixListAssociation {
|
|
659
560
|
ResourceId?: string;
|
|
660
|
-
|
|
661
561
|
ResourceOwner?: string;
|
|
662
562
|
}
|
|
663
563
|
export interface GetManagedPrefixListAssociationsResult {
|
|
664
564
|
PrefixListAssociations?: PrefixListAssociation[];
|
|
665
|
-
|
|
666
565
|
NextToken?: string;
|
|
667
566
|
}
|
|
668
567
|
export interface GetManagedPrefixListEntriesRequest {
|
|
669
568
|
DryRun?: boolean;
|
|
670
|
-
|
|
671
569
|
PrefixListId: string | undefined;
|
|
672
|
-
|
|
673
570
|
TargetVersion?: number;
|
|
674
|
-
|
|
675
571
|
MaxResults?: number;
|
|
676
|
-
|
|
677
572
|
NextToken?: string;
|
|
678
573
|
}
|
|
679
|
-
|
|
680
574
|
export interface PrefixListEntry {
|
|
681
575
|
Cidr?: string;
|
|
682
|
-
|
|
683
576
|
Description?: string;
|
|
684
577
|
}
|
|
685
578
|
export interface GetManagedPrefixListEntriesResult {
|
|
686
579
|
Entries?: PrefixListEntry[];
|
|
687
|
-
|
|
688
580
|
NextToken?: string;
|
|
689
581
|
}
|
|
690
582
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
691
583
|
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
692
|
-
|
|
693
584
|
MaxResults?: number;
|
|
694
|
-
|
|
695
585
|
NextToken?: string;
|
|
696
|
-
|
|
697
586
|
DryRun?: boolean;
|
|
698
587
|
}
|
|
699
588
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
700
589
|
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
701
|
-
|
|
702
590
|
AnalysisStatus?: AnalysisStatus | string;
|
|
703
|
-
|
|
704
591
|
AnalysisFindings?: AccessScopeAnalysisFinding[];
|
|
705
|
-
|
|
706
592
|
NextToken?: string;
|
|
707
593
|
}
|
|
708
594
|
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
709
595
|
NetworkInsightsAccessScopeId: string | undefined;
|
|
710
|
-
|
|
711
596
|
DryRun?: boolean;
|
|
712
597
|
}
|
|
713
598
|
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
@@ -715,68 +600,44 @@ export interface GetNetworkInsightsAccessScopeContentResult {
|
|
|
715
600
|
}
|
|
716
601
|
export interface GetPasswordDataRequest {
|
|
717
602
|
InstanceId: string | undefined;
|
|
718
|
-
|
|
719
603
|
DryRun?: boolean;
|
|
720
604
|
}
|
|
721
605
|
export interface GetPasswordDataResult {
|
|
722
606
|
InstanceId?: string;
|
|
723
|
-
|
|
724
607
|
PasswordData?: string;
|
|
725
|
-
|
|
726
608
|
Timestamp?: Date;
|
|
727
609
|
}
|
|
728
|
-
|
|
729
610
|
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
730
611
|
DryRun?: boolean;
|
|
731
|
-
|
|
732
612
|
ReservedInstanceIds: string[] | undefined;
|
|
733
|
-
|
|
734
613
|
TargetConfigurations?: TargetConfigurationRequest[];
|
|
735
614
|
}
|
|
736
|
-
|
|
737
615
|
export interface ReservationValue {
|
|
738
616
|
HourlyPrice?: string;
|
|
739
|
-
|
|
740
617
|
RemainingTotalValue?: string;
|
|
741
|
-
|
|
742
618
|
RemainingUpfrontValue?: string;
|
|
743
619
|
}
|
|
744
|
-
|
|
745
620
|
export interface ReservedInstanceReservationValue {
|
|
746
621
|
ReservationValue?: ReservationValue;
|
|
747
|
-
|
|
748
622
|
ReservedInstanceId?: string;
|
|
749
623
|
}
|
|
750
|
-
|
|
751
624
|
export interface TargetConfiguration {
|
|
752
625
|
InstanceCount?: number;
|
|
753
|
-
|
|
754
626
|
OfferingId?: string;
|
|
755
627
|
}
|
|
756
|
-
|
|
757
628
|
export interface TargetReservationValue {
|
|
758
629
|
ReservationValue?: ReservationValue;
|
|
759
|
-
|
|
760
630
|
TargetConfiguration?: TargetConfiguration;
|
|
761
631
|
}
|
|
762
|
-
|
|
763
632
|
export interface GetReservedInstancesExchangeQuoteResult {
|
|
764
633
|
CurrencyCode?: string;
|
|
765
|
-
|
|
766
634
|
IsValidExchange?: boolean;
|
|
767
|
-
|
|
768
635
|
OutputReservedInstancesWillExpireAt?: Date;
|
|
769
|
-
|
|
770
636
|
PaymentDue?: string;
|
|
771
|
-
|
|
772
637
|
ReservedInstanceValueRollup?: ReservationValue;
|
|
773
|
-
|
|
774
638
|
ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
|
|
775
|
-
|
|
776
639
|
TargetConfigurationValueRollup?: ReservationValue;
|
|
777
|
-
|
|
778
640
|
TargetConfigurationValueSet?: TargetReservationValue[];
|
|
779
|
-
|
|
780
641
|
ValidationFailureReason?: string;
|
|
781
642
|
}
|
|
782
643
|
export interface GetSerialConsoleAccessStatusRequest {
|
|
@@ -785,167 +646,109 @@ export interface GetSerialConsoleAccessStatusRequest {
|
|
|
785
646
|
export interface GetSerialConsoleAccessStatusResult {
|
|
786
647
|
SerialConsoleAccessEnabled?: boolean;
|
|
787
648
|
}
|
|
788
|
-
|
|
789
649
|
export interface InstanceRequirementsWithMetadataRequest {
|
|
790
650
|
ArchitectureTypes?: (ArchitectureType | string)[];
|
|
791
|
-
|
|
792
651
|
VirtualizationTypes?: (VirtualizationType | string)[];
|
|
793
|
-
|
|
794
652
|
InstanceRequirements?: InstanceRequirementsRequest;
|
|
795
653
|
}
|
|
796
654
|
export interface GetSpotPlacementScoresRequest {
|
|
797
655
|
InstanceTypes?: string[];
|
|
798
|
-
|
|
799
656
|
TargetCapacity: number | undefined;
|
|
800
|
-
|
|
801
657
|
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
802
|
-
|
|
803
658
|
SingleAvailabilityZone?: boolean;
|
|
804
|
-
|
|
805
659
|
RegionNames?: string[];
|
|
806
|
-
|
|
807
660
|
InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
|
|
808
|
-
|
|
809
661
|
DryRun?: boolean;
|
|
810
|
-
|
|
811
662
|
MaxResults?: number;
|
|
812
|
-
|
|
813
663
|
NextToken?: string;
|
|
814
664
|
}
|
|
815
|
-
|
|
816
665
|
export interface SpotPlacementScore {
|
|
817
666
|
Region?: string;
|
|
818
|
-
|
|
819
667
|
AvailabilityZoneId?: string;
|
|
820
|
-
|
|
821
668
|
Score?: number;
|
|
822
669
|
}
|
|
823
670
|
export interface GetSpotPlacementScoresResult {
|
|
824
671
|
SpotPlacementScores?: SpotPlacementScore[];
|
|
825
|
-
|
|
826
672
|
NextToken?: string;
|
|
827
673
|
}
|
|
828
674
|
export interface GetSubnetCidrReservationsRequest {
|
|
829
675
|
Filters?: Filter[];
|
|
830
|
-
|
|
831
676
|
SubnetId: string | undefined;
|
|
832
|
-
|
|
833
677
|
DryRun?: boolean;
|
|
834
|
-
|
|
835
678
|
NextToken?: string;
|
|
836
|
-
|
|
837
679
|
MaxResults?: number;
|
|
838
680
|
}
|
|
839
681
|
export interface GetSubnetCidrReservationsResult {
|
|
840
682
|
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
841
|
-
|
|
842
683
|
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
843
|
-
|
|
844
684
|
NextToken?: string;
|
|
845
685
|
}
|
|
846
686
|
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
847
687
|
TransitGatewayAttachmentId: string | undefined;
|
|
848
|
-
|
|
849
688
|
Filters?: Filter[];
|
|
850
|
-
|
|
851
689
|
MaxResults?: number;
|
|
852
|
-
|
|
853
690
|
NextToken?: string;
|
|
854
|
-
|
|
855
691
|
DryRun?: boolean;
|
|
856
692
|
}
|
|
857
|
-
|
|
858
693
|
export interface TransitGatewayAttachmentPropagation {
|
|
859
694
|
TransitGatewayRouteTableId?: string;
|
|
860
|
-
|
|
861
695
|
State?: TransitGatewayPropagationState | string;
|
|
862
696
|
}
|
|
863
697
|
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
864
698
|
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
865
|
-
|
|
866
699
|
NextToken?: string;
|
|
867
700
|
}
|
|
868
701
|
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
869
702
|
TransitGatewayMulticastDomainId?: string;
|
|
870
|
-
|
|
871
703
|
Filters?: Filter[];
|
|
872
|
-
|
|
873
704
|
MaxResults?: number;
|
|
874
|
-
|
|
875
705
|
NextToken?: string;
|
|
876
|
-
|
|
877
706
|
DryRun?: boolean;
|
|
878
707
|
}
|
|
879
|
-
|
|
880
708
|
export interface TransitGatewayMulticastDomainAssociation {
|
|
881
709
|
TransitGatewayAttachmentId?: string;
|
|
882
|
-
|
|
883
710
|
ResourceId?: string;
|
|
884
|
-
|
|
885
711
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
886
|
-
|
|
887
712
|
ResourceOwnerId?: string;
|
|
888
|
-
|
|
889
713
|
Subnet?: SubnetAssociation;
|
|
890
714
|
}
|
|
891
715
|
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
892
716
|
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
893
|
-
|
|
894
717
|
NextToken?: string;
|
|
895
718
|
}
|
|
896
719
|
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
897
720
|
TransitGatewayPolicyTableId: string | undefined;
|
|
898
|
-
|
|
899
721
|
Filters?: Filter[];
|
|
900
|
-
|
|
901
722
|
MaxResults?: number;
|
|
902
|
-
|
|
903
723
|
NextToken?: string;
|
|
904
|
-
|
|
905
724
|
DryRun?: boolean;
|
|
906
725
|
}
|
|
907
726
|
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
908
727
|
Associations?: TransitGatewayPolicyTableAssociation[];
|
|
909
|
-
|
|
910
728
|
NextToken?: string;
|
|
911
729
|
}
|
|
912
730
|
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
913
731
|
TransitGatewayPolicyTableId: string | undefined;
|
|
914
|
-
|
|
915
732
|
Filters?: Filter[];
|
|
916
|
-
|
|
917
733
|
MaxResults?: number;
|
|
918
|
-
|
|
919
734
|
NextToken?: string;
|
|
920
|
-
|
|
921
735
|
DryRun?: boolean;
|
|
922
736
|
}
|
|
923
|
-
|
|
924
737
|
export interface TransitGatewayPolicyRuleMetaData {
|
|
925
738
|
MetaDataKey?: string;
|
|
926
|
-
|
|
927
739
|
MetaDataValue?: string;
|
|
928
740
|
}
|
|
929
|
-
|
|
930
741
|
export interface TransitGatewayPolicyRule {
|
|
931
742
|
SourceCidrBlock?: string;
|
|
932
|
-
|
|
933
743
|
SourcePortRange?: string;
|
|
934
|
-
|
|
935
744
|
DestinationCidrBlock?: string;
|
|
936
|
-
|
|
937
745
|
DestinationPortRange?: string;
|
|
938
|
-
|
|
939
746
|
Protocol?: string;
|
|
940
|
-
|
|
941
747
|
MetaData?: TransitGatewayPolicyRuleMetaData;
|
|
942
748
|
}
|
|
943
|
-
|
|
944
749
|
export interface TransitGatewayPolicyTableEntry {
|
|
945
750
|
PolicyRuleNumber?: string;
|
|
946
|
-
|
|
947
751
|
PolicyRule?: TransitGatewayPolicyRule;
|
|
948
|
-
|
|
949
752
|
TargetRouteTableId?: string;
|
|
950
753
|
}
|
|
951
754
|
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
@@ -953,81 +756,54 @@ export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
|
953
756
|
}
|
|
954
757
|
export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
955
758
|
TransitGatewayRouteTableId: string | undefined;
|
|
956
|
-
|
|
957
759
|
Filters?: Filter[];
|
|
958
|
-
|
|
959
760
|
MaxResults?: number;
|
|
960
|
-
|
|
961
761
|
NextToken?: string;
|
|
962
|
-
|
|
963
762
|
DryRun?: boolean;
|
|
964
763
|
}
|
|
965
764
|
export interface GetTransitGatewayPrefixListReferencesResult {
|
|
966
765
|
TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[];
|
|
967
|
-
|
|
968
766
|
NextToken?: string;
|
|
969
767
|
}
|
|
970
768
|
export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
971
769
|
TransitGatewayRouteTableId: string | undefined;
|
|
972
|
-
|
|
973
770
|
Filters?: Filter[];
|
|
974
|
-
|
|
975
771
|
MaxResults?: number;
|
|
976
|
-
|
|
977
772
|
NextToken?: string;
|
|
978
|
-
|
|
979
773
|
DryRun?: boolean;
|
|
980
774
|
}
|
|
981
|
-
|
|
982
775
|
export interface TransitGatewayRouteTableAssociation {
|
|
983
776
|
TransitGatewayAttachmentId?: string;
|
|
984
|
-
|
|
985
777
|
ResourceId?: string;
|
|
986
|
-
|
|
987
778
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
988
|
-
|
|
989
779
|
State?: TransitGatewayAssociationState | string;
|
|
990
780
|
}
|
|
991
781
|
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
992
782
|
Associations?: TransitGatewayRouteTableAssociation[];
|
|
993
|
-
|
|
994
783
|
NextToken?: string;
|
|
995
784
|
}
|
|
996
785
|
export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
997
786
|
TransitGatewayRouteTableId: string | undefined;
|
|
998
|
-
|
|
999
787
|
Filters?: Filter[];
|
|
1000
|
-
|
|
1001
788
|
MaxResults?: number;
|
|
1002
|
-
|
|
1003
789
|
NextToken?: string;
|
|
1004
|
-
|
|
1005
790
|
DryRun?: boolean;
|
|
1006
791
|
}
|
|
1007
|
-
|
|
1008
792
|
export interface TransitGatewayRouteTablePropagation {
|
|
1009
793
|
TransitGatewayAttachmentId?: string;
|
|
1010
|
-
|
|
1011
794
|
ResourceId?: string;
|
|
1012
|
-
|
|
1013
795
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
1014
|
-
|
|
1015
796
|
State?: TransitGatewayPropagationState | string;
|
|
1016
|
-
|
|
1017
797
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
1018
798
|
}
|
|
1019
799
|
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
1020
800
|
TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[];
|
|
1021
|
-
|
|
1022
801
|
NextToken?: string;
|
|
1023
802
|
}
|
|
1024
803
|
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
1025
804
|
VpnConnectionId: string | undefined;
|
|
1026
|
-
|
|
1027
805
|
VpnConnectionDeviceTypeId: string | undefined;
|
|
1028
|
-
|
|
1029
806
|
InternetKeyExchangeVersion?: string;
|
|
1030
|
-
|
|
1031
807
|
DryRun?: boolean;
|
|
1032
808
|
}
|
|
1033
809
|
export interface GetVpnConnectionDeviceSampleConfigurationResult {
|
|
@@ -1035,193 +811,118 @@ export interface GetVpnConnectionDeviceSampleConfigurationResult {
|
|
|
1035
811
|
}
|
|
1036
812
|
export interface GetVpnConnectionDeviceTypesRequest {
|
|
1037
813
|
MaxResults?: number;
|
|
1038
|
-
|
|
1039
814
|
NextToken?: string;
|
|
1040
|
-
|
|
1041
815
|
DryRun?: boolean;
|
|
1042
816
|
}
|
|
1043
|
-
|
|
1044
817
|
export interface VpnConnectionDeviceType {
|
|
1045
818
|
VpnConnectionDeviceTypeId?: string;
|
|
1046
|
-
|
|
1047
819
|
Vendor?: string;
|
|
1048
|
-
|
|
1049
820
|
Platform?: string;
|
|
1050
|
-
|
|
1051
821
|
Software?: string;
|
|
1052
822
|
}
|
|
1053
823
|
export interface GetVpnConnectionDeviceTypesResult {
|
|
1054
824
|
VpnConnectionDeviceTypes?: VpnConnectionDeviceType[];
|
|
1055
|
-
|
|
1056
825
|
NextToken?: string;
|
|
1057
826
|
}
|
|
1058
827
|
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
1059
828
|
ClientVpnEndpointId: string | undefined;
|
|
1060
|
-
|
|
1061
829
|
CertificateRevocationList: string | undefined;
|
|
1062
|
-
|
|
1063
830
|
DryRun?: boolean;
|
|
1064
831
|
}
|
|
1065
832
|
export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
1066
833
|
Return?: boolean;
|
|
1067
834
|
}
|
|
1068
|
-
|
|
1069
835
|
export interface ClientData {
|
|
1070
836
|
Comment?: string;
|
|
1071
|
-
|
|
1072
837
|
UploadEnd?: Date;
|
|
1073
|
-
|
|
1074
838
|
UploadSize?: number;
|
|
1075
|
-
|
|
1076
839
|
UploadStart?: Date;
|
|
1077
840
|
}
|
|
1078
|
-
|
|
1079
841
|
export interface UserBucket {
|
|
1080
842
|
S3Bucket?: string;
|
|
1081
|
-
|
|
1082
843
|
S3Key?: string;
|
|
1083
844
|
}
|
|
1084
|
-
|
|
1085
845
|
export interface ImageDiskContainer {
|
|
1086
846
|
Description?: string;
|
|
1087
|
-
|
|
1088
847
|
DeviceName?: string;
|
|
1089
|
-
|
|
1090
848
|
Format?: string;
|
|
1091
|
-
|
|
1092
849
|
SnapshotId?: string;
|
|
1093
|
-
|
|
1094
850
|
Url?: string;
|
|
1095
|
-
|
|
1096
851
|
UserBucket?: UserBucket;
|
|
1097
852
|
}
|
|
1098
|
-
|
|
1099
853
|
export interface ImportImageLicenseConfigurationRequest {
|
|
1100
854
|
LicenseConfigurationArn?: string;
|
|
1101
855
|
}
|
|
1102
856
|
export interface ImportImageRequest {
|
|
1103
857
|
Architecture?: string;
|
|
1104
|
-
|
|
1105
858
|
ClientData?: ClientData;
|
|
1106
|
-
|
|
1107
859
|
ClientToken?: string;
|
|
1108
|
-
|
|
1109
860
|
Description?: string;
|
|
1110
|
-
|
|
1111
861
|
DiskContainers?: ImageDiskContainer[];
|
|
1112
|
-
|
|
1113
862
|
DryRun?: boolean;
|
|
1114
|
-
|
|
1115
863
|
Encrypted?: boolean;
|
|
1116
|
-
|
|
1117
864
|
Hypervisor?: string;
|
|
1118
|
-
|
|
1119
865
|
KmsKeyId?: string;
|
|
1120
|
-
|
|
1121
866
|
LicenseType?: string;
|
|
1122
|
-
|
|
1123
867
|
Platform?: string;
|
|
1124
|
-
|
|
1125
868
|
RoleName?: string;
|
|
1126
|
-
|
|
1127
869
|
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[];
|
|
1128
|
-
|
|
1129
870
|
TagSpecifications?: TagSpecification[];
|
|
1130
|
-
|
|
1131
871
|
UsageOperation?: string;
|
|
1132
|
-
|
|
1133
872
|
BootMode?: BootModeValues | string;
|
|
1134
873
|
}
|
|
1135
874
|
export interface ImportImageResult {
|
|
1136
875
|
Architecture?: string;
|
|
1137
|
-
|
|
1138
876
|
Description?: string;
|
|
1139
|
-
|
|
1140
877
|
Encrypted?: boolean;
|
|
1141
|
-
|
|
1142
878
|
Hypervisor?: string;
|
|
1143
|
-
|
|
1144
879
|
ImageId?: string;
|
|
1145
|
-
|
|
1146
880
|
ImportTaskId?: string;
|
|
1147
|
-
|
|
1148
881
|
KmsKeyId?: string;
|
|
1149
|
-
|
|
1150
882
|
LicenseType?: string;
|
|
1151
|
-
|
|
1152
883
|
Platform?: string;
|
|
1153
|
-
|
|
1154
884
|
Progress?: string;
|
|
1155
|
-
|
|
1156
885
|
SnapshotDetails?: SnapshotDetail[];
|
|
1157
|
-
|
|
1158
886
|
Status?: string;
|
|
1159
|
-
|
|
1160
887
|
StatusMessage?: string;
|
|
1161
|
-
|
|
1162
888
|
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
1163
|
-
|
|
1164
889
|
Tags?: Tag[];
|
|
1165
|
-
|
|
1166
890
|
UsageOperation?: string;
|
|
1167
891
|
}
|
|
1168
|
-
|
|
1169
892
|
export interface DiskImageDetail {
|
|
1170
893
|
Bytes: number | undefined;
|
|
1171
|
-
|
|
1172
894
|
Format: DiskImageFormat | string | undefined;
|
|
1173
|
-
|
|
1174
895
|
ImportManifestUrl: string | undefined;
|
|
1175
896
|
}
|
|
1176
|
-
|
|
1177
897
|
export interface VolumeDetail {
|
|
1178
898
|
Size: number | undefined;
|
|
1179
899
|
}
|
|
1180
|
-
|
|
1181
900
|
export interface DiskImage {
|
|
1182
901
|
Description?: string;
|
|
1183
|
-
|
|
1184
902
|
Image?: DiskImageDetail;
|
|
1185
|
-
|
|
1186
903
|
Volume?: VolumeDetail;
|
|
1187
904
|
}
|
|
1188
|
-
|
|
1189
905
|
export interface UserData {
|
|
1190
906
|
Data?: string;
|
|
1191
907
|
}
|
|
1192
|
-
|
|
1193
908
|
export interface ImportInstanceLaunchSpecification {
|
|
1194
909
|
AdditionalInfo?: string;
|
|
1195
|
-
|
|
1196
910
|
Architecture?: ArchitectureValues | string;
|
|
1197
|
-
|
|
1198
911
|
GroupIds?: string[];
|
|
1199
|
-
|
|
1200
912
|
GroupNames?: string[];
|
|
1201
|
-
|
|
1202
913
|
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
1203
|
-
|
|
1204
914
|
InstanceType?: _InstanceType | string;
|
|
1205
|
-
|
|
1206
915
|
Monitoring?: boolean;
|
|
1207
|
-
|
|
1208
916
|
Placement?: Placement;
|
|
1209
|
-
|
|
1210
917
|
PrivateIpAddress?: string;
|
|
1211
|
-
|
|
1212
918
|
SubnetId?: string;
|
|
1213
|
-
|
|
1214
919
|
UserData?: UserData;
|
|
1215
920
|
}
|
|
1216
921
|
export interface ImportInstanceRequest {
|
|
1217
922
|
Description?: string;
|
|
1218
|
-
|
|
1219
923
|
DiskImages?: DiskImage[];
|
|
1220
|
-
|
|
1221
924
|
DryRun?: boolean;
|
|
1222
|
-
|
|
1223
925
|
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
1224
|
-
|
|
1225
926
|
Platform: PlatformValues | string | undefined;
|
|
1226
927
|
}
|
|
1227
928
|
export interface ImportInstanceResult {
|
|
@@ -1229,69 +930,44 @@ export interface ImportInstanceResult {
|
|
|
1229
930
|
}
|
|
1230
931
|
export interface ImportKeyPairRequest {
|
|
1231
932
|
DryRun?: boolean;
|
|
1232
|
-
|
|
1233
933
|
KeyName: string | undefined;
|
|
1234
|
-
|
|
1235
934
|
PublicKeyMaterial: Uint8Array | undefined;
|
|
1236
|
-
|
|
1237
935
|
TagSpecifications?: TagSpecification[];
|
|
1238
936
|
}
|
|
1239
937
|
export interface ImportKeyPairResult {
|
|
1240
938
|
KeyFingerprint?: string;
|
|
1241
|
-
|
|
1242
939
|
KeyName?: string;
|
|
1243
|
-
|
|
1244
940
|
KeyPairId?: string;
|
|
1245
|
-
|
|
1246
941
|
Tags?: Tag[];
|
|
1247
942
|
}
|
|
1248
|
-
|
|
1249
943
|
export interface SnapshotDiskContainer {
|
|
1250
944
|
Description?: string;
|
|
1251
|
-
|
|
1252
945
|
Format?: string;
|
|
1253
|
-
|
|
1254
946
|
Url?: string;
|
|
1255
|
-
|
|
1256
947
|
UserBucket?: UserBucket;
|
|
1257
948
|
}
|
|
1258
949
|
export interface ImportSnapshotRequest {
|
|
1259
950
|
ClientData?: ClientData;
|
|
1260
|
-
|
|
1261
951
|
ClientToken?: string;
|
|
1262
|
-
|
|
1263
952
|
Description?: string;
|
|
1264
|
-
|
|
1265
953
|
DiskContainer?: SnapshotDiskContainer;
|
|
1266
|
-
|
|
1267
954
|
DryRun?: boolean;
|
|
1268
|
-
|
|
1269
955
|
Encrypted?: boolean;
|
|
1270
|
-
|
|
1271
956
|
KmsKeyId?: string;
|
|
1272
|
-
|
|
1273
957
|
RoleName?: string;
|
|
1274
|
-
|
|
1275
958
|
TagSpecifications?: TagSpecification[];
|
|
1276
959
|
}
|
|
1277
960
|
export interface ImportSnapshotResult {
|
|
1278
961
|
Description?: string;
|
|
1279
|
-
|
|
1280
962
|
ImportTaskId?: string;
|
|
1281
|
-
|
|
1282
963
|
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
1283
|
-
|
|
1284
964
|
Tags?: Tag[];
|
|
1285
965
|
}
|
|
1286
966
|
export interface ImportVolumeRequest {
|
|
1287
967
|
AvailabilityZone: string | undefined;
|
|
1288
|
-
|
|
1289
968
|
Description?: string;
|
|
1290
|
-
|
|
1291
969
|
DryRun?: boolean;
|
|
1292
|
-
|
|
1293
970
|
Image: DiskImageDetail | undefined;
|
|
1294
|
-
|
|
1295
971
|
Volume: VolumeDetail | undefined;
|
|
1296
972
|
}
|
|
1297
973
|
export interface ImportVolumeResult {
|
|
@@ -1299,61 +975,41 @@ export interface ImportVolumeResult {
|
|
|
1299
975
|
}
|
|
1300
976
|
export interface ListImagesInRecycleBinRequest {
|
|
1301
977
|
ImageIds?: string[];
|
|
1302
|
-
|
|
1303
978
|
NextToken?: string;
|
|
1304
|
-
|
|
1305
979
|
MaxResults?: number;
|
|
1306
|
-
|
|
1307
980
|
DryRun?: boolean;
|
|
1308
981
|
}
|
|
1309
|
-
|
|
1310
982
|
export interface ImageRecycleBinInfo {
|
|
1311
983
|
ImageId?: string;
|
|
1312
|
-
|
|
1313
984
|
Name?: string;
|
|
1314
|
-
|
|
1315
985
|
Description?: string;
|
|
1316
|
-
|
|
1317
986
|
RecycleBinEnterTime?: Date;
|
|
1318
|
-
|
|
1319
987
|
RecycleBinExitTime?: Date;
|
|
1320
988
|
}
|
|
1321
989
|
export interface ListImagesInRecycleBinResult {
|
|
1322
990
|
Images?: ImageRecycleBinInfo[];
|
|
1323
|
-
|
|
1324
991
|
NextToken?: string;
|
|
1325
992
|
}
|
|
1326
993
|
export interface ListSnapshotsInRecycleBinRequest {
|
|
1327
994
|
MaxResults?: number;
|
|
1328
|
-
|
|
1329
995
|
NextToken?: string;
|
|
1330
|
-
|
|
1331
996
|
SnapshotIds?: string[];
|
|
1332
|
-
|
|
1333
997
|
DryRun?: boolean;
|
|
1334
998
|
}
|
|
1335
|
-
|
|
1336
999
|
export interface SnapshotRecycleBinInfo {
|
|
1337
1000
|
SnapshotId?: string;
|
|
1338
|
-
|
|
1339
1001
|
RecycleBinEnterTime?: Date;
|
|
1340
|
-
|
|
1341
1002
|
RecycleBinExitTime?: Date;
|
|
1342
|
-
|
|
1343
1003
|
Description?: string;
|
|
1344
|
-
|
|
1345
1004
|
VolumeId?: string;
|
|
1346
1005
|
}
|
|
1347
1006
|
export interface ListSnapshotsInRecycleBinResult {
|
|
1348
1007
|
Snapshots?: SnapshotRecycleBinInfo[];
|
|
1349
|
-
|
|
1350
1008
|
NextToken?: string;
|
|
1351
1009
|
}
|
|
1352
1010
|
export interface ModifyAddressAttributeRequest {
|
|
1353
1011
|
AllocationId: string | undefined;
|
|
1354
|
-
|
|
1355
1012
|
DomainName?: string;
|
|
1356
|
-
|
|
1357
1013
|
DryRun?: boolean;
|
|
1358
1014
|
}
|
|
1359
1015
|
export interface ModifyAddressAttributeResult {
|
|
@@ -1364,9 +1020,7 @@ export declare type ModifyAvailabilityZoneOptInStatus =
|
|
|
1364
1020
|
| "opted-in";
|
|
1365
1021
|
export interface ModifyAvailabilityZoneGroupRequest {
|
|
1366
1022
|
GroupName: string | undefined;
|
|
1367
|
-
|
|
1368
1023
|
OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
|
|
1369
|
-
|
|
1370
1024
|
DryRun?: boolean;
|
|
1371
1025
|
}
|
|
1372
1026
|
export interface ModifyAvailabilityZoneGroupResult {
|
|
@@ -1374,17 +1028,11 @@ export interface ModifyAvailabilityZoneGroupResult {
|
|
|
1374
1028
|
}
|
|
1375
1029
|
export interface ModifyCapacityReservationRequest {
|
|
1376
1030
|
CapacityReservationId: string | undefined;
|
|
1377
|
-
|
|
1378
1031
|
InstanceCount?: number;
|
|
1379
|
-
|
|
1380
1032
|
EndDate?: Date;
|
|
1381
|
-
|
|
1382
1033
|
EndDateType?: EndDateType | string;
|
|
1383
|
-
|
|
1384
1034
|
Accept?: boolean;
|
|
1385
|
-
|
|
1386
1035
|
DryRun?: boolean;
|
|
1387
|
-
|
|
1388
1036
|
AdditionalInfo?: string;
|
|
1389
1037
|
}
|
|
1390
1038
|
export interface ModifyCapacityReservationResult {
|
|
@@ -1392,51 +1040,32 @@ export interface ModifyCapacityReservationResult {
|
|
|
1392
1040
|
}
|
|
1393
1041
|
export interface ModifyCapacityReservationFleetRequest {
|
|
1394
1042
|
CapacityReservationFleetId: string | undefined;
|
|
1395
|
-
|
|
1396
1043
|
TotalTargetCapacity?: number;
|
|
1397
|
-
|
|
1398
1044
|
EndDate?: Date;
|
|
1399
|
-
|
|
1400
1045
|
DryRun?: boolean;
|
|
1401
|
-
|
|
1402
1046
|
RemoveEndDate?: boolean;
|
|
1403
1047
|
}
|
|
1404
1048
|
export interface ModifyCapacityReservationFleetResult {
|
|
1405
1049
|
Return?: boolean;
|
|
1406
1050
|
}
|
|
1407
|
-
|
|
1408
1051
|
export interface DnsServersOptionsModifyStructure {
|
|
1409
1052
|
CustomDnsServers?: string[];
|
|
1410
|
-
|
|
1411
1053
|
Enabled?: boolean;
|
|
1412
1054
|
}
|
|
1413
1055
|
export interface ModifyClientVpnEndpointRequest {
|
|
1414
1056
|
ClientVpnEndpointId: string | undefined;
|
|
1415
|
-
|
|
1416
1057
|
ServerCertificateArn?: string;
|
|
1417
|
-
|
|
1418
1058
|
ConnectionLogOptions?: ConnectionLogOptions;
|
|
1419
|
-
|
|
1420
1059
|
DnsServers?: DnsServersOptionsModifyStructure;
|
|
1421
|
-
|
|
1422
1060
|
VpnPort?: number;
|
|
1423
|
-
|
|
1424
1061
|
Description?: string;
|
|
1425
|
-
|
|
1426
1062
|
SplitTunnel?: boolean;
|
|
1427
|
-
|
|
1428
1063
|
DryRun?: boolean;
|
|
1429
|
-
|
|
1430
1064
|
SecurityGroupIds?: string[];
|
|
1431
|
-
|
|
1432
1065
|
VpcId?: string;
|
|
1433
|
-
|
|
1434
1066
|
SelfServicePortal?: SelfServicePortal | string;
|
|
1435
|
-
|
|
1436
1067
|
ClientConnectOptions?: ClientConnectOptions;
|
|
1437
|
-
|
|
1438
1068
|
SessionTimeoutHours?: number;
|
|
1439
|
-
|
|
1440
1069
|
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
1441
1070
|
}
|
|
1442
1071
|
export interface ModifyClientVpnEndpointResult {
|
|
@@ -1444,9 +1073,7 @@ export interface ModifyClientVpnEndpointResult {
|
|
|
1444
1073
|
}
|
|
1445
1074
|
export interface ModifyDefaultCreditSpecificationRequest {
|
|
1446
1075
|
DryRun?: boolean;
|
|
1447
|
-
|
|
1448
1076
|
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
1449
|
-
|
|
1450
1077
|
CpuCredits: string | undefined;
|
|
1451
1078
|
}
|
|
1452
1079
|
export interface ModifyDefaultCreditSpecificationResult {
|
|
@@ -1454,7 +1081,6 @@ export interface ModifyDefaultCreditSpecificationResult {
|
|
|
1454
1081
|
}
|
|
1455
1082
|
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
1456
1083
|
KmsKeyId: string | undefined;
|
|
1457
|
-
|
|
1458
1084
|
DryRun?: boolean;
|
|
1459
1085
|
}
|
|
1460
1086
|
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
@@ -1462,54 +1088,36 @@ export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
|
1462
1088
|
}
|
|
1463
1089
|
export interface ModifyFleetRequest {
|
|
1464
1090
|
DryRun?: boolean;
|
|
1465
|
-
|
|
1466
1091
|
ExcessCapacityTerminationPolicy?:
|
|
1467
1092
|
| FleetExcessCapacityTerminationPolicy
|
|
1468
1093
|
| string;
|
|
1469
|
-
|
|
1470
1094
|
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
|
|
1471
|
-
|
|
1472
1095
|
FleetId: string | undefined;
|
|
1473
|
-
|
|
1474
1096
|
TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
|
|
1475
|
-
|
|
1476
1097
|
Context?: string;
|
|
1477
1098
|
}
|
|
1478
1099
|
export interface ModifyFleetResult {
|
|
1479
1100
|
Return?: boolean;
|
|
1480
1101
|
}
|
|
1481
|
-
|
|
1482
1102
|
export interface LoadPermissionRequest {
|
|
1483
1103
|
Group?: PermissionGroup | string;
|
|
1484
|
-
|
|
1485
1104
|
UserId?: string;
|
|
1486
1105
|
}
|
|
1487
|
-
|
|
1488
1106
|
export interface LoadPermissionModifications {
|
|
1489
1107
|
Add?: LoadPermissionRequest[];
|
|
1490
|
-
|
|
1491
1108
|
Remove?: LoadPermissionRequest[];
|
|
1492
1109
|
}
|
|
1493
1110
|
export declare type OperationType = "add" | "remove";
|
|
1494
1111
|
export interface ModifyFpgaImageAttributeRequest {
|
|
1495
1112
|
DryRun?: boolean;
|
|
1496
|
-
|
|
1497
1113
|
FpgaImageId: string | undefined;
|
|
1498
|
-
|
|
1499
1114
|
Attribute?: FpgaImageAttributeName | string;
|
|
1500
|
-
|
|
1501
1115
|
OperationType?: OperationType | string;
|
|
1502
|
-
|
|
1503
1116
|
UserIds?: string[];
|
|
1504
|
-
|
|
1505
1117
|
UserGroups?: string[];
|
|
1506
|
-
|
|
1507
1118
|
ProductCodes?: string[];
|
|
1508
|
-
|
|
1509
1119
|
LoadPermission?: LoadPermissionModifications;
|
|
1510
|
-
|
|
1511
1120
|
Description?: string;
|
|
1512
|
-
|
|
1513
1121
|
Name?: string;
|
|
1514
1122
|
}
|
|
1515
1123
|
export interface ModifyFpgaImageAttributeResult {
|
|
@@ -1517,78 +1125,50 @@ export interface ModifyFpgaImageAttributeResult {
|
|
|
1517
1125
|
}
|
|
1518
1126
|
export interface ModifyHostsRequest {
|
|
1519
1127
|
AutoPlacement?: AutoPlacement | string;
|
|
1520
|
-
|
|
1521
1128
|
HostIds: string[] | undefined;
|
|
1522
|
-
|
|
1523
1129
|
HostRecovery?: HostRecovery | string;
|
|
1524
|
-
|
|
1525
1130
|
InstanceType?: string;
|
|
1526
|
-
|
|
1527
1131
|
InstanceFamily?: string;
|
|
1528
1132
|
}
|
|
1529
1133
|
export interface ModifyHostsResult {
|
|
1530
1134
|
Successful?: string[];
|
|
1531
|
-
|
|
1532
1135
|
Unsuccessful?: UnsuccessfulItem[];
|
|
1533
1136
|
}
|
|
1534
1137
|
export interface ModifyIdentityIdFormatRequest {
|
|
1535
1138
|
PrincipalArn: string | undefined;
|
|
1536
|
-
|
|
1537
1139
|
Resource: string | undefined;
|
|
1538
|
-
|
|
1539
1140
|
UseLongIds: boolean | undefined;
|
|
1540
1141
|
}
|
|
1541
1142
|
export interface ModifyIdFormatRequest {
|
|
1542
1143
|
Resource: string | undefined;
|
|
1543
|
-
|
|
1544
1144
|
UseLongIds: boolean | undefined;
|
|
1545
1145
|
}
|
|
1546
|
-
|
|
1547
1146
|
export interface LaunchPermissionModifications {
|
|
1548
1147
|
Add?: LaunchPermission[];
|
|
1549
|
-
|
|
1550
1148
|
Remove?: LaunchPermission[];
|
|
1551
1149
|
}
|
|
1552
|
-
|
|
1553
1150
|
export interface ModifyImageAttributeRequest {
|
|
1554
1151
|
Attribute?: string;
|
|
1555
|
-
|
|
1556
1152
|
Description?: AttributeValue;
|
|
1557
|
-
|
|
1558
1153
|
ImageId: string | undefined;
|
|
1559
|
-
|
|
1560
1154
|
LaunchPermission?: LaunchPermissionModifications;
|
|
1561
|
-
|
|
1562
1155
|
OperationType?: OperationType | string;
|
|
1563
|
-
|
|
1564
1156
|
ProductCodes?: string[];
|
|
1565
|
-
|
|
1566
1157
|
UserGroups?: string[];
|
|
1567
|
-
|
|
1568
1158
|
UserIds?: string[];
|
|
1569
|
-
|
|
1570
1159
|
Value?: string;
|
|
1571
|
-
|
|
1572
1160
|
DryRun?: boolean;
|
|
1573
|
-
|
|
1574
1161
|
OrganizationArns?: string[];
|
|
1575
|
-
|
|
1576
1162
|
OrganizationalUnitArns?: string[];
|
|
1577
1163
|
}
|
|
1578
|
-
|
|
1579
1164
|
export interface EbsInstanceBlockDeviceSpecification {
|
|
1580
1165
|
DeleteOnTermination?: boolean;
|
|
1581
|
-
|
|
1582
1166
|
VolumeId?: string;
|
|
1583
1167
|
}
|
|
1584
|
-
|
|
1585
1168
|
export interface InstanceBlockDeviceMappingSpecification {
|
|
1586
1169
|
DeviceName?: string;
|
|
1587
|
-
|
|
1588
1170
|
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
1589
|
-
|
|
1590
1171
|
NoDevice?: string;
|
|
1591
|
-
|
|
1592
1172
|
VirtualName?: string;
|
|
1593
1173
|
}
|
|
1594
1174
|
export interface BlobAttributeValue {
|
|
@@ -1596,73 +1176,48 @@ export interface BlobAttributeValue {
|
|
|
1596
1176
|
}
|
|
1597
1177
|
export interface ModifyInstanceAttributeRequest {
|
|
1598
1178
|
SourceDestCheck?: AttributeBooleanValue;
|
|
1599
|
-
|
|
1600
1179
|
Attribute?: InstanceAttributeName | string;
|
|
1601
|
-
|
|
1602
1180
|
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
1603
|
-
|
|
1604
1181
|
DisableApiTermination?: AttributeBooleanValue;
|
|
1605
|
-
|
|
1606
1182
|
DryRun?: boolean;
|
|
1607
|
-
|
|
1608
1183
|
EbsOptimized?: AttributeBooleanValue;
|
|
1609
|
-
|
|
1610
1184
|
EnaSupport?: AttributeBooleanValue;
|
|
1611
|
-
|
|
1612
1185
|
Groups?: string[];
|
|
1613
|
-
|
|
1614
1186
|
InstanceId: string | undefined;
|
|
1615
|
-
|
|
1616
1187
|
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1617
|
-
|
|
1618
1188
|
InstanceType?: AttributeValue;
|
|
1619
|
-
|
|
1620
1189
|
Kernel?: AttributeValue;
|
|
1621
|
-
|
|
1622
1190
|
Ramdisk?: AttributeValue;
|
|
1623
|
-
|
|
1624
1191
|
SriovNetSupport?: AttributeValue;
|
|
1625
|
-
|
|
1626
1192
|
UserData?: BlobAttributeValue;
|
|
1627
|
-
|
|
1628
1193
|
Value?: string;
|
|
1629
|
-
|
|
1630
1194
|
DisableApiStop?: AttributeBooleanValue;
|
|
1631
1195
|
}
|
|
1632
|
-
|
|
1633
1196
|
export interface CapacityReservationSpecification {
|
|
1634
1197
|
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1635
|
-
|
|
1636
1198
|
CapacityReservationTarget?: CapacityReservationTarget;
|
|
1637
1199
|
}
|
|
1638
1200
|
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
1639
1201
|
InstanceId: string | undefined;
|
|
1640
|
-
|
|
1641
1202
|
CapacityReservationSpecification:
|
|
1642
1203
|
| CapacityReservationSpecification
|
|
1643
1204
|
| undefined;
|
|
1644
|
-
|
|
1645
1205
|
DryRun?: boolean;
|
|
1646
1206
|
}
|
|
1647
1207
|
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
1648
1208
|
Return?: boolean;
|
|
1649
1209
|
}
|
|
1650
|
-
|
|
1651
1210
|
export interface InstanceCreditSpecificationRequest {
|
|
1652
1211
|
InstanceId?: string;
|
|
1653
|
-
|
|
1654
1212
|
CpuCredits?: string;
|
|
1655
1213
|
}
|
|
1656
1214
|
export interface ModifyInstanceCreditSpecificationRequest {
|
|
1657
1215
|
DryRun?: boolean;
|
|
1658
|
-
|
|
1659
1216
|
ClientToken?: string;
|
|
1660
|
-
|
|
1661
1217
|
InstanceCreditSpecifications:
|
|
1662
1218
|
| InstanceCreditSpecificationRequest[]
|
|
1663
1219
|
| undefined;
|
|
1664
1220
|
}
|
|
1665
|
-
|
|
1666
1221
|
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
1667
1222
|
InstanceId?: string;
|
|
1668
1223
|
}
|
|
@@ -1672,30 +1227,22 @@ export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
|
|
|
1672
1227
|
INSTANCE_NOT_FOUND = "InvalidInstanceID.NotFound",
|
|
1673
1228
|
INVALID_INSTANCE_ID = "InvalidInstanceID.Malformed",
|
|
1674
1229
|
}
|
|
1675
|
-
|
|
1676
1230
|
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
1677
1231
|
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | string;
|
|
1678
|
-
|
|
1679
1232
|
Message?: string;
|
|
1680
1233
|
}
|
|
1681
|
-
|
|
1682
1234
|
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
1683
1235
|
InstanceId?: string;
|
|
1684
|
-
|
|
1685
1236
|
Error?: UnsuccessfulInstanceCreditSpecificationItemError;
|
|
1686
1237
|
}
|
|
1687
1238
|
export interface ModifyInstanceCreditSpecificationResult {
|
|
1688
1239
|
SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[];
|
|
1689
|
-
|
|
1690
1240
|
UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[];
|
|
1691
1241
|
}
|
|
1692
1242
|
export interface ModifyInstanceEventStartTimeRequest {
|
|
1693
1243
|
DryRun?: boolean;
|
|
1694
|
-
|
|
1695
1244
|
InstanceId: string | undefined;
|
|
1696
|
-
|
|
1697
1245
|
InstanceEventId: string | undefined;
|
|
1698
|
-
|
|
1699
1246
|
NotBefore: Date | undefined;
|
|
1700
1247
|
}
|
|
1701
1248
|
export interface ModifyInstanceEventStartTimeResult {
|
|
@@ -1703,13 +1250,9 @@ export interface ModifyInstanceEventStartTimeResult {
|
|
|
1703
1250
|
}
|
|
1704
1251
|
export interface ModifyInstanceEventWindowRequest {
|
|
1705
1252
|
DryRun?: boolean;
|
|
1706
|
-
|
|
1707
1253
|
Name?: string;
|
|
1708
|
-
|
|
1709
1254
|
InstanceEventWindowId: string | undefined;
|
|
1710
|
-
|
|
1711
1255
|
TimeRanges?: InstanceEventWindowTimeRangeRequest[];
|
|
1712
|
-
|
|
1713
1256
|
CronExpression?: string;
|
|
1714
1257
|
}
|
|
1715
1258
|
export interface ModifyInstanceEventWindowResult {
|
|
@@ -1717,68 +1260,47 @@ export interface ModifyInstanceEventWindowResult {
|
|
|
1717
1260
|
}
|
|
1718
1261
|
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
1719
1262
|
InstanceId: string | undefined;
|
|
1720
|
-
|
|
1721
1263
|
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1722
|
-
|
|
1723
1264
|
DryRun?: boolean;
|
|
1724
1265
|
}
|
|
1725
1266
|
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
1726
1267
|
InstanceId?: string;
|
|
1727
|
-
|
|
1728
1268
|
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1729
1269
|
}
|
|
1730
1270
|
export interface ModifyInstanceMetadataOptionsRequest {
|
|
1731
1271
|
InstanceId: string | undefined;
|
|
1732
|
-
|
|
1733
1272
|
HttpTokens?: HttpTokensState | string;
|
|
1734
|
-
|
|
1735
1273
|
HttpPutResponseHopLimit?: number;
|
|
1736
|
-
|
|
1737
1274
|
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
1738
|
-
|
|
1739
1275
|
DryRun?: boolean;
|
|
1740
|
-
|
|
1741
1276
|
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
1742
|
-
|
|
1743
1277
|
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
1744
1278
|
}
|
|
1745
1279
|
export interface ModifyInstanceMetadataOptionsResult {
|
|
1746
1280
|
InstanceId?: string;
|
|
1747
|
-
|
|
1748
1281
|
InstanceMetadataOptions?: InstanceMetadataOptionsResponse;
|
|
1749
1282
|
}
|
|
1750
1283
|
export declare type HostTenancy = "dedicated" | "host";
|
|
1751
1284
|
export interface ModifyInstancePlacementRequest {
|
|
1752
1285
|
Affinity?: Affinity | string;
|
|
1753
|
-
|
|
1754
1286
|
GroupName?: string;
|
|
1755
|
-
|
|
1756
1287
|
HostId?: string;
|
|
1757
|
-
|
|
1758
1288
|
InstanceId: string | undefined;
|
|
1759
|
-
|
|
1760
1289
|
Tenancy?: HostTenancy | string;
|
|
1761
|
-
|
|
1762
1290
|
PartitionNumber?: number;
|
|
1763
|
-
|
|
1764
1291
|
HostResourceGroupArn?: string;
|
|
1765
1292
|
}
|
|
1766
1293
|
export interface ModifyInstancePlacementResult {
|
|
1767
1294
|
Return?: boolean;
|
|
1768
1295
|
}
|
|
1769
|
-
|
|
1770
1296
|
export interface RemoveIpamOperatingRegion {
|
|
1771
1297
|
RegionName?: string;
|
|
1772
1298
|
}
|
|
1773
1299
|
export interface ModifyIpamRequest {
|
|
1774
1300
|
DryRun?: boolean;
|
|
1775
|
-
|
|
1776
1301
|
IpamId: string | undefined;
|
|
1777
|
-
|
|
1778
1302
|
Description?: string;
|
|
1779
|
-
|
|
1780
1303
|
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
1781
|
-
|
|
1782
1304
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1783
1305
|
}
|
|
1784
1306
|
export interface ModifyIpamResult {
|
|
@@ -1786,23 +1308,14 @@ export interface ModifyIpamResult {
|
|
|
1786
1308
|
}
|
|
1787
1309
|
export interface ModifyIpamPoolRequest {
|
|
1788
1310
|
DryRun?: boolean;
|
|
1789
|
-
|
|
1790
1311
|
IpamPoolId: string | undefined;
|
|
1791
|
-
|
|
1792
1312
|
Description?: string;
|
|
1793
|
-
|
|
1794
1313
|
AutoImport?: boolean;
|
|
1795
|
-
|
|
1796
1314
|
AllocationMinNetmaskLength?: number;
|
|
1797
|
-
|
|
1798
1315
|
AllocationMaxNetmaskLength?: number;
|
|
1799
|
-
|
|
1800
1316
|
AllocationDefaultNetmaskLength?: number;
|
|
1801
|
-
|
|
1802
1317
|
ClearAllocationDefaultNetmaskLength?: boolean;
|
|
1803
|
-
|
|
1804
1318
|
AddAllocationResourceTags?: RequestIpamResourceTag[];
|
|
1805
|
-
|
|
1806
1319
|
RemoveAllocationResourceTags?: RequestIpamResourceTag[];
|
|
1807
1320
|
}
|
|
1808
1321
|
export interface ModifyIpamPoolResult {
|
|
@@ -1810,17 +1323,11 @@ export interface ModifyIpamPoolResult {
|
|
|
1810
1323
|
}
|
|
1811
1324
|
export interface ModifyIpamResourceCidrRequest {
|
|
1812
1325
|
DryRun?: boolean;
|
|
1813
|
-
|
|
1814
1326
|
ResourceId: string | undefined;
|
|
1815
|
-
|
|
1816
1327
|
ResourceCidr: string | undefined;
|
|
1817
|
-
|
|
1818
1328
|
ResourceRegion: string | undefined;
|
|
1819
|
-
|
|
1820
1329
|
CurrentIpamScopeId: string | undefined;
|
|
1821
|
-
|
|
1822
1330
|
DestinationIpamScopeId?: string;
|
|
1823
|
-
|
|
1824
1331
|
Monitored: boolean | undefined;
|
|
1825
1332
|
}
|
|
1826
1333
|
export interface ModifyIpamResourceCidrResult {
|
|
@@ -1828,9 +1335,7 @@ export interface ModifyIpamResourceCidrResult {
|
|
|
1828
1335
|
}
|
|
1829
1336
|
export interface ModifyIpamScopeRequest {
|
|
1830
1337
|
DryRun?: boolean;
|
|
1831
|
-
|
|
1832
1338
|
IpamScopeId: string | undefined;
|
|
1833
|
-
|
|
1834
1339
|
Description?: string;
|
|
1835
1340
|
}
|
|
1836
1341
|
export interface ModifyIpamScopeResult {
|
|
@@ -1838,13 +1343,9 @@ export interface ModifyIpamScopeResult {
|
|
|
1838
1343
|
}
|
|
1839
1344
|
export interface ModifyLaunchTemplateRequest {
|
|
1840
1345
|
DryRun?: boolean;
|
|
1841
|
-
|
|
1842
1346
|
ClientToken?: string;
|
|
1843
|
-
|
|
1844
1347
|
LaunchTemplateId?: string;
|
|
1845
|
-
|
|
1846
1348
|
LaunchTemplateName?: string;
|
|
1847
|
-
|
|
1848
1349
|
DefaultVersion?: string;
|
|
1849
1350
|
}
|
|
1850
1351
|
export interface ModifyLaunchTemplateResult {
|
|
@@ -1852,137 +1353,92 @@ export interface ModifyLaunchTemplateResult {
|
|
|
1852
1353
|
}
|
|
1853
1354
|
export interface ModifyLocalGatewayRouteRequest {
|
|
1854
1355
|
DestinationCidrBlock: string | undefined;
|
|
1855
|
-
|
|
1856
1356
|
LocalGatewayRouteTableId: string | undefined;
|
|
1857
|
-
|
|
1858
|
-
NetworkInterfaceId
|
|
1859
|
-
|
|
1357
|
+
LocalGatewayVirtualInterfaceGroupId?: string;
|
|
1358
|
+
NetworkInterfaceId?: string;
|
|
1860
1359
|
DryRun?: boolean;
|
|
1861
1360
|
}
|
|
1862
1361
|
export interface ModifyLocalGatewayRouteResult {
|
|
1863
1362
|
Route?: LocalGatewayRoute;
|
|
1864
1363
|
}
|
|
1865
|
-
|
|
1866
1364
|
export interface RemovePrefixListEntry {
|
|
1867
1365
|
Cidr: string | undefined;
|
|
1868
1366
|
}
|
|
1869
1367
|
export interface ModifyManagedPrefixListRequest {
|
|
1870
1368
|
DryRun?: boolean;
|
|
1871
|
-
|
|
1872
1369
|
PrefixListId: string | undefined;
|
|
1873
|
-
|
|
1874
1370
|
CurrentVersion?: number;
|
|
1875
|
-
|
|
1876
1371
|
PrefixListName?: string;
|
|
1877
|
-
|
|
1878
1372
|
AddEntries?: AddPrefixListEntry[];
|
|
1879
|
-
|
|
1880
1373
|
RemoveEntries?: RemovePrefixListEntry[];
|
|
1881
|
-
|
|
1882
1374
|
MaxEntries?: number;
|
|
1883
1375
|
}
|
|
1884
1376
|
export interface ModifyManagedPrefixListResult {
|
|
1885
1377
|
PrefixList?: ManagedPrefixList;
|
|
1886
1378
|
}
|
|
1887
|
-
|
|
1888
1379
|
export interface NetworkInterfaceAttachmentChanges {
|
|
1889
1380
|
AttachmentId?: string;
|
|
1890
|
-
|
|
1891
1381
|
DeleteOnTermination?: boolean;
|
|
1892
1382
|
}
|
|
1893
|
-
|
|
1894
1383
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
1895
1384
|
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
1896
|
-
|
|
1897
1385
|
Description?: AttributeValue;
|
|
1898
|
-
|
|
1899
1386
|
DryRun?: boolean;
|
|
1900
|
-
|
|
1901
1387
|
Groups?: string[];
|
|
1902
|
-
|
|
1903
1388
|
NetworkInterfaceId: string | undefined;
|
|
1904
|
-
|
|
1905
1389
|
SourceDestCheck?: AttributeBooleanValue;
|
|
1906
1390
|
}
|
|
1907
1391
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
1908
1392
|
DryRun?: boolean;
|
|
1909
|
-
|
|
1910
1393
|
InstanceId?: string;
|
|
1911
|
-
|
|
1912
1394
|
PrivateDnsHostnameType?: HostnameType | string;
|
|
1913
|
-
|
|
1914
1395
|
EnableResourceNameDnsARecord?: boolean;
|
|
1915
|
-
|
|
1916
1396
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1917
1397
|
}
|
|
1918
1398
|
export interface ModifyPrivateDnsNameOptionsResult {
|
|
1919
1399
|
Return?: boolean;
|
|
1920
1400
|
}
|
|
1921
|
-
|
|
1922
1401
|
export interface ModifyReservedInstancesRequest {
|
|
1923
1402
|
ReservedInstancesIds: string[] | undefined;
|
|
1924
|
-
|
|
1925
1403
|
ClientToken?: string;
|
|
1926
|
-
|
|
1927
1404
|
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
1928
1405
|
}
|
|
1929
|
-
|
|
1930
1406
|
export interface ModifyReservedInstancesResult {
|
|
1931
1407
|
ReservedInstancesModificationId?: string;
|
|
1932
1408
|
}
|
|
1933
|
-
|
|
1934
1409
|
export interface SecurityGroupRuleRequest {
|
|
1935
1410
|
IpProtocol?: string;
|
|
1936
|
-
|
|
1937
1411
|
FromPort?: number;
|
|
1938
|
-
|
|
1939
1412
|
ToPort?: number;
|
|
1940
|
-
|
|
1941
1413
|
CidrIpv4?: string;
|
|
1942
|
-
|
|
1943
1414
|
CidrIpv6?: string;
|
|
1944
|
-
|
|
1945
1415
|
PrefixListId?: string;
|
|
1946
|
-
|
|
1947
1416
|
ReferencedGroupId?: string;
|
|
1948
|
-
|
|
1949
1417
|
Description?: string;
|
|
1950
1418
|
}
|
|
1951
|
-
|
|
1952
1419
|
export interface SecurityGroupRuleUpdate {
|
|
1953
1420
|
SecurityGroupRuleId?: string;
|
|
1954
|
-
|
|
1955
1421
|
SecurityGroupRule?: SecurityGroupRuleRequest;
|
|
1956
1422
|
}
|
|
1957
1423
|
export interface ModifySecurityGroupRulesRequest {
|
|
1958
1424
|
GroupId: string | undefined;
|
|
1959
|
-
|
|
1960
1425
|
SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
|
|
1961
|
-
|
|
1962
1426
|
DryRun?: boolean;
|
|
1963
1427
|
}
|
|
1964
1428
|
export interface ModifySecurityGroupRulesResult {
|
|
1965
1429
|
Return?: boolean;
|
|
1966
1430
|
}
|
|
1967
|
-
|
|
1968
1431
|
export interface CreateVolumePermissionModifications {
|
|
1969
1432
|
Add?: CreateVolumePermission[];
|
|
1970
|
-
|
|
1971
1433
|
Remove?: CreateVolumePermission[];
|
|
1972
1434
|
}
|
|
1973
1435
|
export interface ModifySnapshotAttributeRequest {
|
|
1974
1436
|
Attribute?: SnapshotAttributeName | string;
|
|
1975
|
-
|
|
1976
1437
|
CreateVolumePermission?: CreateVolumePermissionModifications;
|
|
1977
|
-
|
|
1978
1438
|
GroupNames?: string[];
|
|
1979
|
-
|
|
1980
1439
|
OperationType?: OperationType | string;
|
|
1981
|
-
|
|
1982
1440
|
SnapshotId: string | undefined;
|
|
1983
|
-
|
|
1984
1441
|
UserIds?: string[];
|
|
1985
|
-
|
|
1986
1442
|
DryRun?: boolean;
|
|
1987
1443
|
}
|
|
1988
1444
|
export declare enum TargetStorageTier {
|
|
@@ -1990,64 +1446,41 @@ export declare enum TargetStorageTier {
|
|
|
1990
1446
|
}
|
|
1991
1447
|
export interface ModifySnapshotTierRequest {
|
|
1992
1448
|
SnapshotId: string | undefined;
|
|
1993
|
-
|
|
1994
1449
|
StorageTier?: TargetStorageTier | string;
|
|
1995
|
-
|
|
1996
1450
|
DryRun?: boolean;
|
|
1997
1451
|
}
|
|
1998
1452
|
export interface ModifySnapshotTierResult {
|
|
1999
1453
|
SnapshotId?: string;
|
|
2000
|
-
|
|
2001
1454
|
TieringStartTime?: Date;
|
|
2002
1455
|
}
|
|
2003
|
-
|
|
2004
1456
|
export interface ModifySpotFleetRequestRequest {
|
|
2005
1457
|
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | string;
|
|
2006
|
-
|
|
2007
1458
|
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
2008
|
-
|
|
2009
1459
|
SpotFleetRequestId: string | undefined;
|
|
2010
|
-
|
|
2011
1460
|
TargetCapacity?: number;
|
|
2012
|
-
|
|
2013
1461
|
OnDemandTargetCapacity?: number;
|
|
2014
|
-
|
|
2015
1462
|
Context?: string;
|
|
2016
1463
|
}
|
|
2017
|
-
|
|
2018
1464
|
export interface ModifySpotFleetRequestResponse {
|
|
2019
1465
|
Return?: boolean;
|
|
2020
1466
|
}
|
|
2021
1467
|
export interface ModifySubnetAttributeRequest {
|
|
2022
1468
|
AssignIpv6AddressOnCreation?: AttributeBooleanValue;
|
|
2023
|
-
|
|
2024
1469
|
MapPublicIpOnLaunch?: AttributeBooleanValue;
|
|
2025
|
-
|
|
2026
1470
|
SubnetId: string | undefined;
|
|
2027
|
-
|
|
2028
1471
|
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue;
|
|
2029
|
-
|
|
2030
1472
|
CustomerOwnedIpv4Pool?: string;
|
|
2031
|
-
|
|
2032
1473
|
EnableDns64?: AttributeBooleanValue;
|
|
2033
|
-
|
|
2034
1474
|
PrivateDnsHostnameTypeOnLaunch?: HostnameType | string;
|
|
2035
|
-
|
|
2036
1475
|
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue;
|
|
2037
|
-
|
|
2038
1476
|
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue;
|
|
2039
|
-
|
|
2040
1477
|
EnableLniAtDeviceIndex?: number;
|
|
2041
|
-
|
|
2042
1478
|
DisableLniAtDeviceIndex?: AttributeBooleanValue;
|
|
2043
1479
|
}
|
|
2044
1480
|
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
2045
1481
|
TrafficMirrorFilterId: string | undefined;
|
|
2046
|
-
|
|
2047
1482
|
AddNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
2048
|
-
|
|
2049
1483
|
RemoveNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
2050
|
-
|
|
2051
1484
|
DryRun?: boolean;
|
|
2052
1485
|
}
|
|
2053
1486
|
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
@@ -2060,27 +1493,16 @@ export declare type TrafficMirrorFilterRuleField =
|
|
|
2060
1493
|
| "source-port-range";
|
|
2061
1494
|
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
2062
1495
|
TrafficMirrorFilterRuleId: string | undefined;
|
|
2063
|
-
|
|
2064
1496
|
TrafficDirection?: TrafficDirection | string;
|
|
2065
|
-
|
|
2066
1497
|
RuleNumber?: number;
|
|
2067
|
-
|
|
2068
1498
|
RuleAction?: TrafficMirrorRuleAction | string;
|
|
2069
|
-
|
|
2070
1499
|
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
2071
|
-
|
|
2072
1500
|
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
2073
|
-
|
|
2074
1501
|
Protocol?: number;
|
|
2075
|
-
|
|
2076
1502
|
DestinationCidrBlock?: string;
|
|
2077
|
-
|
|
2078
1503
|
SourceCidrBlock?: string;
|
|
2079
|
-
|
|
2080
1504
|
Description?: string;
|
|
2081
|
-
|
|
2082
1505
|
RemoveFields?: (TrafficMirrorFilterRuleField | string)[];
|
|
2083
|
-
|
|
2084
1506
|
DryRun?: boolean;
|
|
2085
1507
|
}
|
|
2086
1508
|
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
@@ -2092,55 +1514,34 @@ export declare type TrafficMirrorSessionField =
|
|
|
2092
1514
|
| "virtual-network-id";
|
|
2093
1515
|
export interface ModifyTrafficMirrorSessionRequest {
|
|
2094
1516
|
TrafficMirrorSessionId: string | undefined;
|
|
2095
|
-
|
|
2096
1517
|
TrafficMirrorTargetId?: string;
|
|
2097
|
-
|
|
2098
1518
|
TrafficMirrorFilterId?: string;
|
|
2099
|
-
|
|
2100
1519
|
PacketLength?: number;
|
|
2101
|
-
|
|
2102
1520
|
SessionNumber?: number;
|
|
2103
|
-
|
|
2104
1521
|
VirtualNetworkId?: number;
|
|
2105
|
-
|
|
2106
1522
|
Description?: string;
|
|
2107
|
-
|
|
2108
1523
|
RemoveFields?: (TrafficMirrorSessionField | string)[];
|
|
2109
|
-
|
|
2110
1524
|
DryRun?: boolean;
|
|
2111
1525
|
}
|
|
2112
1526
|
export interface ModifyTrafficMirrorSessionResult {
|
|
2113
1527
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
2114
1528
|
}
|
|
2115
|
-
|
|
2116
1529
|
export interface ModifyTransitGatewayOptions {
|
|
2117
1530
|
AddTransitGatewayCidrBlocks?: string[];
|
|
2118
|
-
|
|
2119
1531
|
RemoveTransitGatewayCidrBlocks?: string[];
|
|
2120
|
-
|
|
2121
1532
|
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
2122
|
-
|
|
2123
1533
|
DnsSupport?: DnsSupportValue | string;
|
|
2124
|
-
|
|
2125
1534
|
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
2126
|
-
|
|
2127
1535
|
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
2128
|
-
|
|
2129
1536
|
AssociationDefaultRouteTableId?: string;
|
|
2130
|
-
|
|
2131
1537
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
2132
|
-
|
|
2133
1538
|
PropagationDefaultRouteTableId?: string;
|
|
2134
|
-
|
|
2135
1539
|
AmazonSideAsn?: number;
|
|
2136
1540
|
}
|
|
2137
1541
|
export interface ModifyTransitGatewayRequest {
|
|
2138
1542
|
TransitGatewayId: string | undefined;
|
|
2139
|
-
|
|
2140
1543
|
Description?: string;
|
|
2141
|
-
|
|
2142
1544
|
Options?: ModifyTransitGatewayOptions;
|
|
2143
|
-
|
|
2144
1545
|
DryRun?: boolean;
|
|
2145
1546
|
}
|
|
2146
1547
|
export interface ModifyTransitGatewayResult {
|
|
@@ -2148,35 +1549,24 @@ export interface ModifyTransitGatewayResult {
|
|
|
2148
1549
|
}
|
|
2149
1550
|
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
2150
1551
|
TransitGatewayRouteTableId: string | undefined;
|
|
2151
|
-
|
|
2152
1552
|
PrefixListId: string | undefined;
|
|
2153
|
-
|
|
2154
1553
|
TransitGatewayAttachmentId?: string;
|
|
2155
|
-
|
|
2156
1554
|
Blackhole?: boolean;
|
|
2157
|
-
|
|
2158
1555
|
DryRun?: boolean;
|
|
2159
1556
|
}
|
|
2160
1557
|
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
2161
1558
|
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
2162
1559
|
}
|
|
2163
|
-
|
|
2164
1560
|
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
2165
1561
|
DnsSupport?: DnsSupportValue | string;
|
|
2166
|
-
|
|
2167
1562
|
Ipv6Support?: Ipv6SupportValue | string;
|
|
2168
|
-
|
|
2169
1563
|
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
2170
1564
|
}
|
|
2171
1565
|
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
2172
1566
|
TransitGatewayAttachmentId: string | undefined;
|
|
2173
|
-
|
|
2174
1567
|
AddSubnetIds?: string[];
|
|
2175
|
-
|
|
2176
1568
|
RemoveSubnetIds?: string[];
|
|
2177
|
-
|
|
2178
1569
|
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
|
|
2179
|
-
|
|
2180
1570
|
DryRun?: boolean;
|
|
2181
1571
|
}
|
|
2182
1572
|
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
@@ -2184,17 +1574,11 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
|
2184
1574
|
}
|
|
2185
1575
|
export interface ModifyVolumeRequest {
|
|
2186
1576
|
DryRun?: boolean;
|
|
2187
|
-
|
|
2188
1577
|
VolumeId: string | undefined;
|
|
2189
|
-
|
|
2190
1578
|
Size?: number;
|
|
2191
|
-
|
|
2192
1579
|
VolumeType?: VolumeType | string;
|
|
2193
|
-
|
|
2194
1580
|
Iops?: number;
|
|
2195
|
-
|
|
2196
1581
|
Throughput?: number;
|
|
2197
|
-
|
|
2198
1582
|
MultiAttachEnabled?: boolean;
|
|
2199
1583
|
}
|
|
2200
1584
|
export interface ModifyVolumeResult {
|
|
@@ -2202,44 +1586,27 @@ export interface ModifyVolumeResult {
|
|
|
2202
1586
|
}
|
|
2203
1587
|
export interface ModifyVolumeAttributeRequest {
|
|
2204
1588
|
AutoEnableIO?: AttributeBooleanValue;
|
|
2205
|
-
|
|
2206
1589
|
VolumeId: string | undefined;
|
|
2207
|
-
|
|
2208
1590
|
DryRun?: boolean;
|
|
2209
1591
|
}
|
|
2210
1592
|
export interface ModifyVpcAttributeRequest {
|
|
2211
1593
|
EnableDnsHostnames?: AttributeBooleanValue;
|
|
2212
|
-
|
|
2213
1594
|
EnableDnsSupport?: AttributeBooleanValue;
|
|
2214
|
-
|
|
2215
1595
|
VpcId: string | undefined;
|
|
2216
1596
|
}
|
|
2217
|
-
|
|
2218
1597
|
export interface ModifyVpcEndpointRequest {
|
|
2219
1598
|
DryRun?: boolean;
|
|
2220
|
-
|
|
2221
1599
|
VpcEndpointId: string | undefined;
|
|
2222
|
-
|
|
2223
1600
|
ResetPolicy?: boolean;
|
|
2224
|
-
|
|
2225
1601
|
PolicyDocument?: string;
|
|
2226
|
-
|
|
2227
1602
|
AddRouteTableIds?: string[];
|
|
2228
|
-
|
|
2229
1603
|
RemoveRouteTableIds?: string[];
|
|
2230
|
-
|
|
2231
1604
|
AddSubnetIds?: string[];
|
|
2232
|
-
|
|
2233
1605
|
RemoveSubnetIds?: string[];
|
|
2234
|
-
|
|
2235
1606
|
AddSecurityGroupIds?: string[];
|
|
2236
|
-
|
|
2237
1607
|
RemoveSecurityGroupIds?: string[];
|
|
2238
|
-
|
|
2239
1608
|
IpAddressType?: IpAddressType | string;
|
|
2240
|
-
|
|
2241
1609
|
DnsOptions?: DnsOptionsSpecification;
|
|
2242
|
-
|
|
2243
1610
|
PrivateDnsEnabled?: boolean;
|
|
2244
1611
|
}
|
|
2245
1612
|
export interface ModifyVpcEndpointResult {
|
|
@@ -2247,11 +1614,8 @@ export interface ModifyVpcEndpointResult {
|
|
|
2247
1614
|
}
|
|
2248
1615
|
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
2249
1616
|
DryRun?: boolean;
|
|
2250
|
-
|
|
2251
1617
|
ConnectionNotificationId: string | undefined;
|
|
2252
|
-
|
|
2253
1618
|
ConnectionNotificationArn?: string;
|
|
2254
|
-
|
|
2255
1619
|
ConnectionEvents?: string[];
|
|
2256
1620
|
}
|
|
2257
1621
|
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
@@ -2259,25 +1623,15 @@ export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
|
2259
1623
|
}
|
|
2260
1624
|
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
2261
1625
|
DryRun?: boolean;
|
|
2262
|
-
|
|
2263
1626
|
ServiceId: string | undefined;
|
|
2264
|
-
|
|
2265
1627
|
PrivateDnsName?: string;
|
|
2266
|
-
|
|
2267
1628
|
RemovePrivateDnsName?: boolean;
|
|
2268
|
-
|
|
2269
1629
|
AcceptanceRequired?: boolean;
|
|
2270
|
-
|
|
2271
1630
|
AddNetworkLoadBalancerArns?: string[];
|
|
2272
|
-
|
|
2273
1631
|
RemoveNetworkLoadBalancerArns?: string[];
|
|
2274
|
-
|
|
2275
1632
|
AddGatewayLoadBalancerArns?: string[];
|
|
2276
|
-
|
|
2277
1633
|
RemoveGatewayLoadBalancerArns?: string[];
|
|
2278
|
-
|
|
2279
1634
|
AddSupportedIpAddressTypes?: string[];
|
|
2280
|
-
|
|
2281
1635
|
RemoveSupportedIpAddressTypes?: string[];
|
|
2282
1636
|
}
|
|
2283
1637
|
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
@@ -2285,9 +1639,7 @@ export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
|
2285
1639
|
}
|
|
2286
1640
|
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
2287
1641
|
DryRun?: boolean;
|
|
2288
|
-
|
|
2289
1642
|
ServiceId: string | undefined;
|
|
2290
|
-
|
|
2291
1643
|
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
2292
1644
|
}
|
|
2293
1645
|
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
@@ -2295,52 +1647,37 @@ export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
|
2295
1647
|
}
|
|
2296
1648
|
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
2297
1649
|
DryRun?: boolean;
|
|
2298
|
-
|
|
2299
1650
|
ServiceId: string | undefined;
|
|
2300
|
-
|
|
2301
1651
|
AddAllowedPrincipals?: string[];
|
|
2302
|
-
|
|
2303
1652
|
RemoveAllowedPrincipals?: string[];
|
|
2304
1653
|
}
|
|
2305
1654
|
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
2306
1655
|
ReturnValue?: boolean;
|
|
2307
1656
|
}
|
|
2308
|
-
|
|
2309
1657
|
export interface PeeringConnectionOptionsRequest {
|
|
2310
1658
|
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
2311
|
-
|
|
2312
1659
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
2313
|
-
|
|
2314
1660
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2315
1661
|
}
|
|
2316
1662
|
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
2317
1663
|
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
2318
|
-
|
|
2319
1664
|
DryRun?: boolean;
|
|
2320
|
-
|
|
2321
1665
|
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
2322
|
-
|
|
2323
1666
|
VpcPeeringConnectionId: string | undefined;
|
|
2324
1667
|
}
|
|
2325
|
-
|
|
2326
1668
|
export interface PeeringConnectionOptions {
|
|
2327
1669
|
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
2328
|
-
|
|
2329
1670
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
2330
|
-
|
|
2331
1671
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2332
1672
|
}
|
|
2333
1673
|
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
2334
1674
|
AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
2335
|
-
|
|
2336
1675
|
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
2337
1676
|
}
|
|
2338
1677
|
export declare type VpcTenancy = "default";
|
|
2339
1678
|
export interface ModifyVpcTenancyRequest {
|
|
2340
1679
|
VpcId: string | undefined;
|
|
2341
|
-
|
|
2342
1680
|
InstanceTenancy: VpcTenancy | string | undefined;
|
|
2343
|
-
|
|
2344
1681
|
DryRun?: boolean;
|
|
2345
1682
|
}
|
|
2346
1683
|
export interface ModifyVpcTenancyResult {
|
|
@@ -2348,13 +1685,9 @@ export interface ModifyVpcTenancyResult {
|
|
|
2348
1685
|
}
|
|
2349
1686
|
export interface ModifyVpnConnectionRequest {
|
|
2350
1687
|
VpnConnectionId: string | undefined;
|
|
2351
|
-
|
|
2352
1688
|
TransitGatewayId?: string;
|
|
2353
|
-
|
|
2354
1689
|
CustomerGatewayId?: string;
|
|
2355
|
-
|
|
2356
1690
|
VpnGatewayId?: string;
|
|
2357
|
-
|
|
2358
1691
|
DryRun?: boolean;
|
|
2359
1692
|
}
|
|
2360
1693
|
export interface ModifyVpnConnectionResult {
|
|
@@ -2362,15 +1695,10 @@ export interface ModifyVpnConnectionResult {
|
|
|
2362
1695
|
}
|
|
2363
1696
|
export interface ModifyVpnConnectionOptionsRequest {
|
|
2364
1697
|
VpnConnectionId: string | undefined;
|
|
2365
|
-
|
|
2366
1698
|
LocalIpv4NetworkCidr?: string;
|
|
2367
|
-
|
|
2368
1699
|
RemoteIpv4NetworkCidr?: string;
|
|
2369
|
-
|
|
2370
1700
|
LocalIpv6NetworkCidr?: string;
|
|
2371
|
-
|
|
2372
1701
|
RemoteIpv6NetworkCidr?: string;
|
|
2373
|
-
|
|
2374
1702
|
DryRun?: boolean;
|
|
2375
1703
|
}
|
|
2376
1704
|
export interface ModifyVpnConnectionOptionsResult {
|
|
@@ -2378,61 +1706,37 @@ export interface ModifyVpnConnectionOptionsResult {
|
|
|
2378
1706
|
}
|
|
2379
1707
|
export interface ModifyVpnTunnelCertificateRequest {
|
|
2380
1708
|
VpnConnectionId: string | undefined;
|
|
2381
|
-
|
|
2382
1709
|
VpnTunnelOutsideIpAddress: string | undefined;
|
|
2383
|
-
|
|
2384
1710
|
DryRun?: boolean;
|
|
2385
1711
|
}
|
|
2386
1712
|
export interface ModifyVpnTunnelCertificateResult {
|
|
2387
1713
|
VpnConnection?: VpnConnection;
|
|
2388
1714
|
}
|
|
2389
|
-
|
|
2390
1715
|
export interface ModifyVpnTunnelOptionsSpecification {
|
|
2391
1716
|
TunnelInsideCidr?: string;
|
|
2392
|
-
|
|
2393
1717
|
TunnelInsideIpv6Cidr?: string;
|
|
2394
|
-
|
|
2395
1718
|
PreSharedKey?: string;
|
|
2396
|
-
|
|
2397
1719
|
Phase1LifetimeSeconds?: number;
|
|
2398
|
-
|
|
2399
1720
|
Phase2LifetimeSeconds?: number;
|
|
2400
|
-
|
|
2401
1721
|
RekeyMarginTimeSeconds?: number;
|
|
2402
|
-
|
|
2403
1722
|
RekeyFuzzPercentage?: number;
|
|
2404
|
-
|
|
2405
1723
|
ReplayWindowSize?: number;
|
|
2406
|
-
|
|
2407
1724
|
DPDTimeoutSeconds?: number;
|
|
2408
|
-
|
|
2409
1725
|
DPDTimeoutAction?: string;
|
|
2410
|
-
|
|
2411
1726
|
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
2412
|
-
|
|
2413
1727
|
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
2414
|
-
|
|
2415
1728
|
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
2416
|
-
|
|
2417
1729
|
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
2418
|
-
|
|
2419
1730
|
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
2420
|
-
|
|
2421
1731
|
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
2422
|
-
|
|
2423
1732
|
IKEVersions?: IKEVersionsRequestListValue[];
|
|
2424
|
-
|
|
2425
1733
|
StartupAction?: string;
|
|
2426
|
-
|
|
2427
1734
|
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
2428
1735
|
}
|
|
2429
1736
|
export interface ModifyVpnTunnelOptionsRequest {
|
|
2430
1737
|
VpnConnectionId: string | undefined;
|
|
2431
|
-
|
|
2432
1738
|
VpnTunnelOutsideIpAddress: string | undefined;
|
|
2433
|
-
|
|
2434
1739
|
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
2435
|
-
|
|
2436
1740
|
DryRun?: boolean;
|
|
2437
1741
|
}
|
|
2438
1742
|
export interface ModifyVpnTunnelOptionsResult {
|
|
@@ -2440,1264 +1744,852 @@ export interface ModifyVpnTunnelOptionsResult {
|
|
|
2440
1744
|
}
|
|
2441
1745
|
export interface MonitorInstancesRequest {
|
|
2442
1746
|
InstanceIds: string[] | undefined;
|
|
2443
|
-
|
|
2444
1747
|
DryRun?: boolean;
|
|
2445
1748
|
}
|
|
2446
|
-
|
|
2447
1749
|
export interface InstanceMonitoring {
|
|
2448
1750
|
InstanceId?: string;
|
|
2449
|
-
|
|
2450
1751
|
Monitoring?: Monitoring;
|
|
2451
1752
|
}
|
|
2452
1753
|
export interface MonitorInstancesResult {
|
|
2453
1754
|
InstanceMonitorings?: InstanceMonitoring[];
|
|
2454
1755
|
}
|
|
2455
|
-
export
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
export
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
export
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
export
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
export interface ProvisionByoipCidrResult {
|
|
2504
|
-
ByoipCidr?: ByoipCidr;
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
export interface IpamCidrAuthorizationContext {
|
|
2508
|
-
Message?: string;
|
|
2509
|
-
|
|
2510
|
-
Signature?: string;
|
|
2511
|
-
}
|
|
2512
|
-
export interface ProvisionIpamPoolCidrRequest {
|
|
2513
|
-
DryRun?: boolean;
|
|
2514
|
-
|
|
2515
|
-
IpamPoolId: string | undefined;
|
|
2516
|
-
|
|
2517
|
-
Cidr?: string;
|
|
2518
|
-
|
|
2519
|
-
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
2520
|
-
}
|
|
2521
|
-
export interface ProvisionIpamPoolCidrResult {
|
|
2522
|
-
IpamPoolCidr?: IpamPoolCidr;
|
|
2523
|
-
}
|
|
2524
|
-
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
2525
|
-
DryRun?: boolean;
|
|
2526
|
-
|
|
2527
|
-
IpamPoolId: string | undefined;
|
|
2528
|
-
|
|
2529
|
-
PoolId: string | undefined;
|
|
2530
|
-
|
|
2531
|
-
NetmaskLength: number | undefined;
|
|
2532
|
-
}
|
|
2533
|
-
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
2534
|
-
PoolId?: string;
|
|
2535
|
-
|
|
2536
|
-
PoolAddressRange?: PublicIpv4PoolRange;
|
|
2537
|
-
}
|
|
2538
|
-
export interface PurchaseHostReservationRequest {
|
|
2539
|
-
ClientToken?: string;
|
|
2540
|
-
|
|
2541
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
2542
|
-
|
|
2543
|
-
HostIdSet: string[] | undefined;
|
|
2544
|
-
|
|
2545
|
-
LimitPrice?: string;
|
|
2546
|
-
|
|
2547
|
-
OfferingId: string | undefined;
|
|
2548
|
-
|
|
2549
|
-
TagSpecifications?: TagSpecification[];
|
|
2550
|
-
}
|
|
2551
|
-
export interface PurchaseHostReservationResult {
|
|
2552
|
-
ClientToken?: string;
|
|
2553
|
-
|
|
2554
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
2555
|
-
|
|
2556
|
-
Purchase?: Purchase[];
|
|
2557
|
-
|
|
2558
|
-
TotalHourlyPrice?: string;
|
|
2559
|
-
|
|
2560
|
-
TotalUpfrontPrice?: string;
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
export interface ReservedInstanceLimitPrice {
|
|
2564
|
-
Amount?: number;
|
|
2565
|
-
|
|
2566
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
export interface PurchaseReservedInstancesOfferingRequest {
|
|
2570
|
-
InstanceCount: number | undefined;
|
|
2571
|
-
|
|
2572
|
-
ReservedInstancesOfferingId: string | undefined;
|
|
2573
|
-
|
|
2574
|
-
DryRun?: boolean;
|
|
2575
|
-
|
|
2576
|
-
LimitPrice?: ReservedInstanceLimitPrice;
|
|
2577
|
-
|
|
2578
|
-
PurchaseTime?: Date;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
1756
|
+
export declare const EnableFastSnapshotRestoresResultFilterSensitiveLog: (
|
|
1757
|
+
obj: EnableFastSnapshotRestoresResult
|
|
1758
|
+
) => any;
|
|
1759
|
+
export declare const EnableImageDeprecationRequestFilterSensitiveLog: (
|
|
1760
|
+
obj: EnableImageDeprecationRequest
|
|
1761
|
+
) => any;
|
|
1762
|
+
export declare const EnableImageDeprecationResultFilterSensitiveLog: (
|
|
1763
|
+
obj: EnableImageDeprecationResult
|
|
1764
|
+
) => any;
|
|
1765
|
+
export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
1766
|
+
obj: EnableIpamOrganizationAdminAccountRequest
|
|
1767
|
+
) => any;
|
|
1768
|
+
export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (
|
|
1769
|
+
obj: EnableIpamOrganizationAdminAccountResult
|
|
1770
|
+
) => any;
|
|
1771
|
+
export declare const EnableSerialConsoleAccessRequestFilterSensitiveLog: (
|
|
1772
|
+
obj: EnableSerialConsoleAccessRequest
|
|
1773
|
+
) => any;
|
|
1774
|
+
export declare const EnableSerialConsoleAccessResultFilterSensitiveLog: (
|
|
1775
|
+
obj: EnableSerialConsoleAccessResult
|
|
1776
|
+
) => any;
|
|
1777
|
+
export declare const EnableTransitGatewayRouteTablePropagationRequestFilterSensitiveLog: (
|
|
1778
|
+
obj: EnableTransitGatewayRouteTablePropagationRequest
|
|
1779
|
+
) => any;
|
|
1780
|
+
export declare const EnableTransitGatewayRouteTablePropagationResultFilterSensitiveLog: (
|
|
1781
|
+
obj: EnableTransitGatewayRouteTablePropagationResult
|
|
1782
|
+
) => any;
|
|
1783
|
+
export declare const EnableVgwRoutePropagationRequestFilterSensitiveLog: (
|
|
1784
|
+
obj: EnableVgwRoutePropagationRequest
|
|
1785
|
+
) => any;
|
|
1786
|
+
export declare const EnableVolumeIORequestFilterSensitiveLog: (
|
|
1787
|
+
obj: EnableVolumeIORequest
|
|
1788
|
+
) => any;
|
|
1789
|
+
export declare const EnableVpcClassicLinkRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: EnableVpcClassicLinkRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
export declare const EnableVpcClassicLinkResultFilterSensitiveLog: (
|
|
1793
|
+
obj: EnableVpcClassicLinkResult
|
|
1794
|
+
) => any;
|
|
1795
|
+
export declare const EnableVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
|
|
1796
|
+
obj: EnableVpcClassicLinkDnsSupportRequest
|
|
1797
|
+
) => any;
|
|
1798
|
+
export declare const EnableVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
|
|
1799
|
+
obj: EnableVpcClassicLinkDnsSupportResult
|
|
1800
|
+
) => any;
|
|
1801
|
+
export declare const ExportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (
|
|
1802
|
+
obj: ExportClientVpnClientCertificateRevocationListRequest
|
|
1803
|
+
) => any;
|
|
2581
1804
|
export declare const ClientCertificateRevocationListStatusFilterSensitiveLog: (
|
|
2582
1805
|
obj: ClientCertificateRevocationListStatus
|
|
2583
1806
|
) => any;
|
|
2584
|
-
|
|
2585
1807
|
export declare const ExportClientVpnClientCertificateRevocationListResultFilterSensitiveLog: (
|
|
2586
1808
|
obj: ExportClientVpnClientCertificateRevocationListResult
|
|
2587
1809
|
) => any;
|
|
2588
|
-
|
|
2589
1810
|
export declare const ExportClientVpnClientConfigurationRequestFilterSensitiveLog: (
|
|
2590
1811
|
obj: ExportClientVpnClientConfigurationRequest
|
|
2591
1812
|
) => any;
|
|
2592
|
-
|
|
2593
1813
|
export declare const ExportClientVpnClientConfigurationResultFilterSensitiveLog: (
|
|
2594
1814
|
obj: ExportClientVpnClientConfigurationResult
|
|
2595
1815
|
) => any;
|
|
2596
|
-
|
|
2597
1816
|
export declare const ExportTaskS3LocationRequestFilterSensitiveLog: (
|
|
2598
1817
|
obj: ExportTaskS3LocationRequest
|
|
2599
1818
|
) => any;
|
|
2600
|
-
|
|
2601
1819
|
export declare const ExportImageRequestFilterSensitiveLog: (
|
|
2602
1820
|
obj: ExportImageRequest
|
|
2603
1821
|
) => any;
|
|
2604
|
-
|
|
2605
1822
|
export declare const ExportImageResultFilterSensitiveLog: (
|
|
2606
1823
|
obj: ExportImageResult
|
|
2607
1824
|
) => any;
|
|
2608
|
-
|
|
2609
1825
|
export declare const ExportTransitGatewayRoutesRequestFilterSensitiveLog: (
|
|
2610
1826
|
obj: ExportTransitGatewayRoutesRequest
|
|
2611
1827
|
) => any;
|
|
2612
|
-
|
|
2613
1828
|
export declare const ExportTransitGatewayRoutesResultFilterSensitiveLog: (
|
|
2614
1829
|
obj: ExportTransitGatewayRoutesResult
|
|
2615
1830
|
) => any;
|
|
2616
|
-
|
|
2617
1831
|
export declare const GetAssociatedEnclaveCertificateIamRolesRequestFilterSensitiveLog: (
|
|
2618
1832
|
obj: GetAssociatedEnclaveCertificateIamRolesRequest
|
|
2619
1833
|
) => any;
|
|
2620
|
-
|
|
2621
1834
|
export declare const AssociatedRoleFilterSensitiveLog: (
|
|
2622
1835
|
obj: AssociatedRole
|
|
2623
1836
|
) => any;
|
|
2624
|
-
|
|
2625
1837
|
export declare const GetAssociatedEnclaveCertificateIamRolesResultFilterSensitiveLog: (
|
|
2626
1838
|
obj: GetAssociatedEnclaveCertificateIamRolesResult
|
|
2627
1839
|
) => any;
|
|
2628
|
-
|
|
2629
1840
|
export declare const GetAssociatedIpv6PoolCidrsRequestFilterSensitiveLog: (
|
|
2630
1841
|
obj: GetAssociatedIpv6PoolCidrsRequest
|
|
2631
1842
|
) => any;
|
|
2632
|
-
|
|
2633
1843
|
export declare const Ipv6CidrAssociationFilterSensitiveLog: (
|
|
2634
1844
|
obj: Ipv6CidrAssociation
|
|
2635
1845
|
) => any;
|
|
2636
|
-
|
|
2637
1846
|
export declare const GetAssociatedIpv6PoolCidrsResultFilterSensitiveLog: (
|
|
2638
1847
|
obj: GetAssociatedIpv6PoolCidrsResult
|
|
2639
1848
|
) => any;
|
|
2640
|
-
|
|
2641
1849
|
export declare const GetCapacityReservationUsageRequestFilterSensitiveLog: (
|
|
2642
1850
|
obj: GetCapacityReservationUsageRequest
|
|
2643
1851
|
) => any;
|
|
2644
|
-
|
|
2645
1852
|
export declare const InstanceUsageFilterSensitiveLog: (
|
|
2646
1853
|
obj: InstanceUsage
|
|
2647
1854
|
) => any;
|
|
2648
|
-
|
|
2649
1855
|
export declare const GetCapacityReservationUsageResultFilterSensitiveLog: (
|
|
2650
1856
|
obj: GetCapacityReservationUsageResult
|
|
2651
1857
|
) => any;
|
|
2652
|
-
|
|
2653
1858
|
export declare const GetCoipPoolUsageRequestFilterSensitiveLog: (
|
|
2654
1859
|
obj: GetCoipPoolUsageRequest
|
|
2655
1860
|
) => any;
|
|
2656
|
-
|
|
2657
1861
|
export declare const CoipAddressUsageFilterSensitiveLog: (
|
|
2658
1862
|
obj: CoipAddressUsage
|
|
2659
1863
|
) => any;
|
|
2660
|
-
|
|
2661
1864
|
export declare const GetCoipPoolUsageResultFilterSensitiveLog: (
|
|
2662
1865
|
obj: GetCoipPoolUsageResult
|
|
2663
1866
|
) => any;
|
|
2664
|
-
|
|
2665
1867
|
export declare const GetConsoleOutputRequestFilterSensitiveLog: (
|
|
2666
1868
|
obj: GetConsoleOutputRequest
|
|
2667
1869
|
) => any;
|
|
2668
|
-
|
|
2669
1870
|
export declare const GetConsoleOutputResultFilterSensitiveLog: (
|
|
2670
1871
|
obj: GetConsoleOutputResult
|
|
2671
1872
|
) => any;
|
|
2672
|
-
|
|
2673
1873
|
export declare const GetConsoleScreenshotRequestFilterSensitiveLog: (
|
|
2674
1874
|
obj: GetConsoleScreenshotRequest
|
|
2675
1875
|
) => any;
|
|
2676
|
-
|
|
2677
1876
|
export declare const GetConsoleScreenshotResultFilterSensitiveLog: (
|
|
2678
1877
|
obj: GetConsoleScreenshotResult
|
|
2679
1878
|
) => any;
|
|
2680
|
-
|
|
2681
1879
|
export declare const GetDefaultCreditSpecificationRequestFilterSensitiveLog: (
|
|
2682
1880
|
obj: GetDefaultCreditSpecificationRequest
|
|
2683
1881
|
) => any;
|
|
2684
|
-
|
|
2685
1882
|
export declare const InstanceFamilyCreditSpecificationFilterSensitiveLog: (
|
|
2686
1883
|
obj: InstanceFamilyCreditSpecification
|
|
2687
1884
|
) => any;
|
|
2688
|
-
|
|
2689
1885
|
export declare const GetDefaultCreditSpecificationResultFilterSensitiveLog: (
|
|
2690
1886
|
obj: GetDefaultCreditSpecificationResult
|
|
2691
1887
|
) => any;
|
|
2692
|
-
|
|
2693
1888
|
export declare const GetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
|
|
2694
1889
|
obj: GetEbsDefaultKmsKeyIdRequest
|
|
2695
1890
|
) => any;
|
|
2696
|
-
|
|
2697
1891
|
export declare const GetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
|
|
2698
1892
|
obj: GetEbsDefaultKmsKeyIdResult
|
|
2699
1893
|
) => any;
|
|
2700
|
-
|
|
2701
1894
|
export declare const GetEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
2702
1895
|
obj: GetEbsEncryptionByDefaultRequest
|
|
2703
1896
|
) => any;
|
|
2704
|
-
|
|
2705
1897
|
export declare const GetEbsEncryptionByDefaultResultFilterSensitiveLog: (
|
|
2706
1898
|
obj: GetEbsEncryptionByDefaultResult
|
|
2707
1899
|
) => any;
|
|
2708
|
-
|
|
2709
1900
|
export declare const AthenaIntegrationFilterSensitiveLog: (
|
|
2710
1901
|
obj: AthenaIntegration
|
|
2711
1902
|
) => any;
|
|
2712
|
-
|
|
2713
1903
|
export declare const IntegrateServicesFilterSensitiveLog: (
|
|
2714
1904
|
obj: IntegrateServices
|
|
2715
1905
|
) => any;
|
|
2716
|
-
|
|
2717
1906
|
export declare const GetFlowLogsIntegrationTemplateRequestFilterSensitiveLog: (
|
|
2718
1907
|
obj: GetFlowLogsIntegrationTemplateRequest
|
|
2719
1908
|
) => any;
|
|
2720
|
-
|
|
2721
1909
|
export declare const GetFlowLogsIntegrationTemplateResultFilterSensitiveLog: (
|
|
2722
1910
|
obj: GetFlowLogsIntegrationTemplateResult
|
|
2723
1911
|
) => any;
|
|
2724
|
-
|
|
2725
1912
|
export declare const GetGroupsForCapacityReservationRequestFilterSensitiveLog: (
|
|
2726
1913
|
obj: GetGroupsForCapacityReservationRequest
|
|
2727
1914
|
) => any;
|
|
2728
|
-
|
|
2729
1915
|
export declare const CapacityReservationGroupFilterSensitiveLog: (
|
|
2730
1916
|
obj: CapacityReservationGroup
|
|
2731
1917
|
) => any;
|
|
2732
|
-
|
|
2733
1918
|
export declare const GetGroupsForCapacityReservationResultFilterSensitiveLog: (
|
|
2734
1919
|
obj: GetGroupsForCapacityReservationResult
|
|
2735
1920
|
) => any;
|
|
2736
|
-
|
|
2737
1921
|
export declare const GetHostReservationPurchasePreviewRequestFilterSensitiveLog: (
|
|
2738
1922
|
obj: GetHostReservationPurchasePreviewRequest
|
|
2739
1923
|
) => any;
|
|
2740
|
-
|
|
2741
1924
|
export declare const PurchaseFilterSensitiveLog: (obj: Purchase) => any;
|
|
2742
|
-
|
|
2743
1925
|
export declare const GetHostReservationPurchasePreviewResultFilterSensitiveLog: (
|
|
2744
1926
|
obj: GetHostReservationPurchasePreviewResult
|
|
2745
1927
|
) => any;
|
|
2746
|
-
|
|
2747
1928
|
export declare const GetInstanceTypesFromInstanceRequirementsRequestFilterSensitiveLog: (
|
|
2748
1929
|
obj: GetInstanceTypesFromInstanceRequirementsRequest
|
|
2749
1930
|
) => any;
|
|
2750
|
-
|
|
2751
1931
|
export declare const InstanceTypeInfoFromInstanceRequirementsFilterSensitiveLog: (
|
|
2752
1932
|
obj: InstanceTypeInfoFromInstanceRequirements
|
|
2753
1933
|
) => any;
|
|
2754
|
-
|
|
2755
1934
|
export declare const GetInstanceTypesFromInstanceRequirementsResultFilterSensitiveLog: (
|
|
2756
1935
|
obj: GetInstanceTypesFromInstanceRequirementsResult
|
|
2757
1936
|
) => any;
|
|
2758
|
-
|
|
2759
1937
|
export declare const GetInstanceUefiDataRequestFilterSensitiveLog: (
|
|
2760
1938
|
obj: GetInstanceUefiDataRequest
|
|
2761
1939
|
) => any;
|
|
2762
|
-
|
|
2763
1940
|
export declare const GetInstanceUefiDataResultFilterSensitiveLog: (
|
|
2764
1941
|
obj: GetInstanceUefiDataResult
|
|
2765
1942
|
) => any;
|
|
2766
|
-
|
|
2767
1943
|
export declare const GetIpamAddressHistoryRequestFilterSensitiveLog: (
|
|
2768
1944
|
obj: GetIpamAddressHistoryRequest
|
|
2769
1945
|
) => any;
|
|
2770
|
-
|
|
2771
1946
|
export declare const IpamAddressHistoryRecordFilterSensitiveLog: (
|
|
2772
1947
|
obj: IpamAddressHistoryRecord
|
|
2773
1948
|
) => any;
|
|
2774
|
-
|
|
2775
1949
|
export declare const GetIpamAddressHistoryResultFilterSensitiveLog: (
|
|
2776
1950
|
obj: GetIpamAddressHistoryResult
|
|
2777
1951
|
) => any;
|
|
2778
|
-
|
|
2779
1952
|
export declare const GetIpamPoolAllocationsRequestFilterSensitiveLog: (
|
|
2780
1953
|
obj: GetIpamPoolAllocationsRequest
|
|
2781
1954
|
) => any;
|
|
2782
|
-
|
|
2783
1955
|
export declare const GetIpamPoolAllocationsResultFilterSensitiveLog: (
|
|
2784
1956
|
obj: GetIpamPoolAllocationsResult
|
|
2785
1957
|
) => any;
|
|
2786
|
-
|
|
2787
1958
|
export declare const GetIpamPoolCidrsRequestFilterSensitiveLog: (
|
|
2788
1959
|
obj: GetIpamPoolCidrsRequest
|
|
2789
1960
|
) => any;
|
|
2790
|
-
|
|
2791
1961
|
export declare const GetIpamPoolCidrsResultFilterSensitiveLog: (
|
|
2792
1962
|
obj: GetIpamPoolCidrsResult
|
|
2793
1963
|
) => any;
|
|
2794
|
-
|
|
2795
1964
|
export declare const GetIpamResourceCidrsRequestFilterSensitiveLog: (
|
|
2796
1965
|
obj: GetIpamResourceCidrsRequest
|
|
2797
1966
|
) => any;
|
|
2798
|
-
|
|
2799
1967
|
export declare const IpamResourceCidrFilterSensitiveLog: (
|
|
2800
1968
|
obj: IpamResourceCidr
|
|
2801
1969
|
) => any;
|
|
2802
|
-
|
|
2803
1970
|
export declare const GetIpamResourceCidrsResultFilterSensitiveLog: (
|
|
2804
1971
|
obj: GetIpamResourceCidrsResult
|
|
2805
1972
|
) => any;
|
|
2806
|
-
|
|
2807
1973
|
export declare const GetLaunchTemplateDataRequestFilterSensitiveLog: (
|
|
2808
1974
|
obj: GetLaunchTemplateDataRequest
|
|
2809
1975
|
) => any;
|
|
2810
|
-
|
|
2811
1976
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
2812
1977
|
obj: GetLaunchTemplateDataResult
|
|
2813
1978
|
) => any;
|
|
2814
|
-
|
|
2815
1979
|
export declare const GetManagedPrefixListAssociationsRequestFilterSensitiveLog: (
|
|
2816
1980
|
obj: GetManagedPrefixListAssociationsRequest
|
|
2817
1981
|
) => any;
|
|
2818
|
-
|
|
2819
1982
|
export declare const PrefixListAssociationFilterSensitiveLog: (
|
|
2820
1983
|
obj: PrefixListAssociation
|
|
2821
1984
|
) => any;
|
|
2822
|
-
|
|
2823
1985
|
export declare const GetManagedPrefixListAssociationsResultFilterSensitiveLog: (
|
|
2824
1986
|
obj: GetManagedPrefixListAssociationsResult
|
|
2825
1987
|
) => any;
|
|
2826
|
-
|
|
2827
1988
|
export declare const GetManagedPrefixListEntriesRequestFilterSensitiveLog: (
|
|
2828
1989
|
obj: GetManagedPrefixListEntriesRequest
|
|
2829
1990
|
) => any;
|
|
2830
|
-
|
|
2831
1991
|
export declare const PrefixListEntryFilterSensitiveLog: (
|
|
2832
1992
|
obj: PrefixListEntry
|
|
2833
1993
|
) => any;
|
|
2834
|
-
|
|
2835
1994
|
export declare const GetManagedPrefixListEntriesResultFilterSensitiveLog: (
|
|
2836
1995
|
obj: GetManagedPrefixListEntriesResult
|
|
2837
1996
|
) => any;
|
|
2838
|
-
|
|
2839
1997
|
export declare const GetNetworkInsightsAccessScopeAnalysisFindingsRequestFilterSensitiveLog: (
|
|
2840
1998
|
obj: GetNetworkInsightsAccessScopeAnalysisFindingsRequest
|
|
2841
1999
|
) => any;
|
|
2842
|
-
|
|
2843
2000
|
export declare const GetNetworkInsightsAccessScopeAnalysisFindingsResultFilterSensitiveLog: (
|
|
2844
2001
|
obj: GetNetworkInsightsAccessScopeAnalysisFindingsResult
|
|
2845
2002
|
) => any;
|
|
2846
|
-
|
|
2847
2003
|
export declare const GetNetworkInsightsAccessScopeContentRequestFilterSensitiveLog: (
|
|
2848
2004
|
obj: GetNetworkInsightsAccessScopeContentRequest
|
|
2849
2005
|
) => any;
|
|
2850
|
-
|
|
2851
2006
|
export declare const GetNetworkInsightsAccessScopeContentResultFilterSensitiveLog: (
|
|
2852
2007
|
obj: GetNetworkInsightsAccessScopeContentResult
|
|
2853
2008
|
) => any;
|
|
2854
|
-
|
|
2855
2009
|
export declare const GetPasswordDataRequestFilterSensitiveLog: (
|
|
2856
2010
|
obj: GetPasswordDataRequest
|
|
2857
2011
|
) => any;
|
|
2858
|
-
|
|
2859
2012
|
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
2860
2013
|
obj: GetPasswordDataResult
|
|
2861
2014
|
) => any;
|
|
2862
|
-
|
|
2863
2015
|
export declare const GetReservedInstancesExchangeQuoteRequestFilterSensitiveLog: (
|
|
2864
2016
|
obj: GetReservedInstancesExchangeQuoteRequest
|
|
2865
2017
|
) => any;
|
|
2866
|
-
|
|
2867
2018
|
export declare const ReservationValueFilterSensitiveLog: (
|
|
2868
2019
|
obj: ReservationValue
|
|
2869
2020
|
) => any;
|
|
2870
|
-
|
|
2871
2021
|
export declare const ReservedInstanceReservationValueFilterSensitiveLog: (
|
|
2872
2022
|
obj: ReservedInstanceReservationValue
|
|
2873
2023
|
) => any;
|
|
2874
|
-
|
|
2875
2024
|
export declare const TargetConfigurationFilterSensitiveLog: (
|
|
2876
2025
|
obj: TargetConfiguration
|
|
2877
2026
|
) => any;
|
|
2878
|
-
|
|
2879
2027
|
export declare const TargetReservationValueFilterSensitiveLog: (
|
|
2880
2028
|
obj: TargetReservationValue
|
|
2881
2029
|
) => any;
|
|
2882
|
-
|
|
2883
2030
|
export declare const GetReservedInstancesExchangeQuoteResultFilterSensitiveLog: (
|
|
2884
2031
|
obj: GetReservedInstancesExchangeQuoteResult
|
|
2885
2032
|
) => any;
|
|
2886
|
-
|
|
2887
2033
|
export declare const GetSerialConsoleAccessStatusRequestFilterSensitiveLog: (
|
|
2888
2034
|
obj: GetSerialConsoleAccessStatusRequest
|
|
2889
2035
|
) => any;
|
|
2890
|
-
|
|
2891
2036
|
export declare const GetSerialConsoleAccessStatusResultFilterSensitiveLog: (
|
|
2892
2037
|
obj: GetSerialConsoleAccessStatusResult
|
|
2893
2038
|
) => any;
|
|
2894
|
-
|
|
2895
2039
|
export declare const InstanceRequirementsWithMetadataRequestFilterSensitiveLog: (
|
|
2896
2040
|
obj: InstanceRequirementsWithMetadataRequest
|
|
2897
2041
|
) => any;
|
|
2898
|
-
|
|
2899
2042
|
export declare const GetSpotPlacementScoresRequestFilterSensitiveLog: (
|
|
2900
2043
|
obj: GetSpotPlacementScoresRequest
|
|
2901
2044
|
) => any;
|
|
2902
|
-
|
|
2903
2045
|
export declare const SpotPlacementScoreFilterSensitiveLog: (
|
|
2904
2046
|
obj: SpotPlacementScore
|
|
2905
2047
|
) => any;
|
|
2906
|
-
|
|
2907
2048
|
export declare const GetSpotPlacementScoresResultFilterSensitiveLog: (
|
|
2908
2049
|
obj: GetSpotPlacementScoresResult
|
|
2909
2050
|
) => any;
|
|
2910
|
-
|
|
2911
2051
|
export declare const GetSubnetCidrReservationsRequestFilterSensitiveLog: (
|
|
2912
2052
|
obj: GetSubnetCidrReservationsRequest
|
|
2913
2053
|
) => any;
|
|
2914
|
-
|
|
2915
2054
|
export declare const GetSubnetCidrReservationsResultFilterSensitiveLog: (
|
|
2916
2055
|
obj: GetSubnetCidrReservationsResult
|
|
2917
2056
|
) => any;
|
|
2918
|
-
|
|
2919
2057
|
export declare const GetTransitGatewayAttachmentPropagationsRequestFilterSensitiveLog: (
|
|
2920
2058
|
obj: GetTransitGatewayAttachmentPropagationsRequest
|
|
2921
2059
|
) => any;
|
|
2922
|
-
|
|
2923
2060
|
export declare const TransitGatewayAttachmentPropagationFilterSensitiveLog: (
|
|
2924
2061
|
obj: TransitGatewayAttachmentPropagation
|
|
2925
2062
|
) => any;
|
|
2926
|
-
|
|
2927
2063
|
export declare const GetTransitGatewayAttachmentPropagationsResultFilterSensitiveLog: (
|
|
2928
2064
|
obj: GetTransitGatewayAttachmentPropagationsResult
|
|
2929
2065
|
) => any;
|
|
2930
|
-
|
|
2931
2066
|
export declare const GetTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
|
|
2932
2067
|
obj: GetTransitGatewayMulticastDomainAssociationsRequest
|
|
2933
2068
|
) => any;
|
|
2934
|
-
|
|
2935
2069
|
export declare const TransitGatewayMulticastDomainAssociationFilterSensitiveLog: (
|
|
2936
2070
|
obj: TransitGatewayMulticastDomainAssociation
|
|
2937
2071
|
) => any;
|
|
2938
|
-
|
|
2939
2072
|
export declare const GetTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
|
|
2940
2073
|
obj: GetTransitGatewayMulticastDomainAssociationsResult
|
|
2941
2074
|
) => any;
|
|
2942
|
-
|
|
2943
2075
|
export declare const GetTransitGatewayPolicyTableAssociationsRequestFilterSensitiveLog: (
|
|
2944
2076
|
obj: GetTransitGatewayPolicyTableAssociationsRequest
|
|
2945
2077
|
) => any;
|
|
2946
|
-
|
|
2947
2078
|
export declare const GetTransitGatewayPolicyTableAssociationsResultFilterSensitiveLog: (
|
|
2948
2079
|
obj: GetTransitGatewayPolicyTableAssociationsResult
|
|
2949
2080
|
) => any;
|
|
2950
|
-
|
|
2951
2081
|
export declare const GetTransitGatewayPolicyTableEntriesRequestFilterSensitiveLog: (
|
|
2952
2082
|
obj: GetTransitGatewayPolicyTableEntriesRequest
|
|
2953
2083
|
) => any;
|
|
2954
|
-
|
|
2955
2084
|
export declare const TransitGatewayPolicyRuleMetaDataFilterSensitiveLog: (
|
|
2956
2085
|
obj: TransitGatewayPolicyRuleMetaData
|
|
2957
2086
|
) => any;
|
|
2958
|
-
|
|
2959
2087
|
export declare const TransitGatewayPolicyRuleFilterSensitiveLog: (
|
|
2960
2088
|
obj: TransitGatewayPolicyRule
|
|
2961
2089
|
) => any;
|
|
2962
|
-
|
|
2963
2090
|
export declare const TransitGatewayPolicyTableEntryFilterSensitiveLog: (
|
|
2964
2091
|
obj: TransitGatewayPolicyTableEntry
|
|
2965
2092
|
) => any;
|
|
2966
|
-
|
|
2967
2093
|
export declare const GetTransitGatewayPolicyTableEntriesResultFilterSensitiveLog: (
|
|
2968
2094
|
obj: GetTransitGatewayPolicyTableEntriesResult
|
|
2969
2095
|
) => any;
|
|
2970
|
-
|
|
2971
2096
|
export declare const GetTransitGatewayPrefixListReferencesRequestFilterSensitiveLog: (
|
|
2972
2097
|
obj: GetTransitGatewayPrefixListReferencesRequest
|
|
2973
2098
|
) => any;
|
|
2974
|
-
|
|
2975
2099
|
export declare const GetTransitGatewayPrefixListReferencesResultFilterSensitiveLog: (
|
|
2976
2100
|
obj: GetTransitGatewayPrefixListReferencesResult
|
|
2977
2101
|
) => any;
|
|
2978
|
-
|
|
2979
2102
|
export declare const GetTransitGatewayRouteTableAssociationsRequestFilterSensitiveLog: (
|
|
2980
2103
|
obj: GetTransitGatewayRouteTableAssociationsRequest
|
|
2981
2104
|
) => any;
|
|
2982
|
-
|
|
2983
2105
|
export declare const TransitGatewayRouteTableAssociationFilterSensitiveLog: (
|
|
2984
2106
|
obj: TransitGatewayRouteTableAssociation
|
|
2985
2107
|
) => any;
|
|
2986
|
-
|
|
2987
2108
|
export declare const GetTransitGatewayRouteTableAssociationsResultFilterSensitiveLog: (
|
|
2988
2109
|
obj: GetTransitGatewayRouteTableAssociationsResult
|
|
2989
2110
|
) => any;
|
|
2990
|
-
|
|
2991
2111
|
export declare const GetTransitGatewayRouteTablePropagationsRequestFilterSensitiveLog: (
|
|
2992
2112
|
obj: GetTransitGatewayRouteTablePropagationsRequest
|
|
2993
2113
|
) => any;
|
|
2994
|
-
|
|
2995
2114
|
export declare const TransitGatewayRouteTablePropagationFilterSensitiveLog: (
|
|
2996
2115
|
obj: TransitGatewayRouteTablePropagation
|
|
2997
2116
|
) => any;
|
|
2998
|
-
|
|
2999
2117
|
export declare const GetTransitGatewayRouteTablePropagationsResultFilterSensitiveLog: (
|
|
3000
2118
|
obj: GetTransitGatewayRouteTablePropagationsResult
|
|
3001
2119
|
) => any;
|
|
3002
|
-
|
|
3003
2120
|
export declare const GetVpnConnectionDeviceSampleConfigurationRequestFilterSensitiveLog: (
|
|
3004
2121
|
obj: GetVpnConnectionDeviceSampleConfigurationRequest
|
|
3005
2122
|
) => any;
|
|
3006
|
-
|
|
3007
2123
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
3008
2124
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
3009
2125
|
) => any;
|
|
3010
|
-
|
|
3011
2126
|
export declare const GetVpnConnectionDeviceTypesRequestFilterSensitiveLog: (
|
|
3012
2127
|
obj: GetVpnConnectionDeviceTypesRequest
|
|
3013
2128
|
) => any;
|
|
3014
|
-
|
|
3015
2129
|
export declare const VpnConnectionDeviceTypeFilterSensitiveLog: (
|
|
3016
2130
|
obj: VpnConnectionDeviceType
|
|
3017
2131
|
) => any;
|
|
3018
|
-
|
|
3019
2132
|
export declare const GetVpnConnectionDeviceTypesResultFilterSensitiveLog: (
|
|
3020
2133
|
obj: GetVpnConnectionDeviceTypesResult
|
|
3021
2134
|
) => any;
|
|
3022
|
-
|
|
3023
2135
|
export declare const ImportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (
|
|
3024
2136
|
obj: ImportClientVpnClientCertificateRevocationListRequest
|
|
3025
2137
|
) => any;
|
|
3026
|
-
|
|
3027
2138
|
export declare const ImportClientVpnClientCertificateRevocationListResultFilterSensitiveLog: (
|
|
3028
2139
|
obj: ImportClientVpnClientCertificateRevocationListResult
|
|
3029
2140
|
) => any;
|
|
3030
|
-
|
|
3031
2141
|
export declare const ClientDataFilterSensitiveLog: (obj: ClientData) => any;
|
|
3032
|
-
|
|
3033
2142
|
export declare const UserBucketFilterSensitiveLog: (obj: UserBucket) => any;
|
|
3034
|
-
|
|
3035
2143
|
export declare const ImageDiskContainerFilterSensitiveLog: (
|
|
3036
2144
|
obj: ImageDiskContainer
|
|
3037
2145
|
) => any;
|
|
3038
|
-
|
|
3039
2146
|
export declare const ImportImageLicenseConfigurationRequestFilterSensitiveLog: (
|
|
3040
2147
|
obj: ImportImageLicenseConfigurationRequest
|
|
3041
2148
|
) => any;
|
|
3042
|
-
|
|
3043
2149
|
export declare const ImportImageRequestFilterSensitiveLog: (
|
|
3044
2150
|
obj: ImportImageRequest
|
|
3045
2151
|
) => any;
|
|
3046
|
-
|
|
3047
2152
|
export declare const ImportImageResultFilterSensitiveLog: (
|
|
3048
2153
|
obj: ImportImageResult
|
|
3049
2154
|
) => any;
|
|
3050
|
-
|
|
3051
2155
|
export declare const DiskImageDetailFilterSensitiveLog: (
|
|
3052
2156
|
obj: DiskImageDetail
|
|
3053
2157
|
) => any;
|
|
3054
|
-
|
|
3055
2158
|
export declare const VolumeDetailFilterSensitiveLog: (obj: VolumeDetail) => any;
|
|
3056
|
-
|
|
3057
2159
|
export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
|
|
3058
|
-
|
|
3059
2160
|
export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
|
|
3060
|
-
|
|
3061
2161
|
export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
|
|
3062
2162
|
obj: ImportInstanceLaunchSpecification
|
|
3063
2163
|
) => any;
|
|
3064
|
-
|
|
3065
2164
|
export declare const ImportInstanceRequestFilterSensitiveLog: (
|
|
3066
2165
|
obj: ImportInstanceRequest
|
|
3067
2166
|
) => any;
|
|
3068
|
-
|
|
3069
2167
|
export declare const ImportInstanceResultFilterSensitiveLog: (
|
|
3070
2168
|
obj: ImportInstanceResult
|
|
3071
2169
|
) => any;
|
|
3072
|
-
|
|
3073
2170
|
export declare const ImportKeyPairRequestFilterSensitiveLog: (
|
|
3074
2171
|
obj: ImportKeyPairRequest
|
|
3075
2172
|
) => any;
|
|
3076
|
-
|
|
3077
2173
|
export declare const ImportKeyPairResultFilterSensitiveLog: (
|
|
3078
2174
|
obj: ImportKeyPairResult
|
|
3079
2175
|
) => any;
|
|
3080
|
-
|
|
3081
2176
|
export declare const SnapshotDiskContainerFilterSensitiveLog: (
|
|
3082
2177
|
obj: SnapshotDiskContainer
|
|
3083
2178
|
) => any;
|
|
3084
|
-
|
|
3085
2179
|
export declare const ImportSnapshotRequestFilterSensitiveLog: (
|
|
3086
2180
|
obj: ImportSnapshotRequest
|
|
3087
2181
|
) => any;
|
|
3088
|
-
|
|
3089
2182
|
export declare const ImportSnapshotResultFilterSensitiveLog: (
|
|
3090
2183
|
obj: ImportSnapshotResult
|
|
3091
2184
|
) => any;
|
|
3092
|
-
|
|
3093
2185
|
export declare const ImportVolumeRequestFilterSensitiveLog: (
|
|
3094
2186
|
obj: ImportVolumeRequest
|
|
3095
2187
|
) => any;
|
|
3096
|
-
|
|
3097
2188
|
export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
3098
2189
|
obj: ImportVolumeResult
|
|
3099
2190
|
) => any;
|
|
3100
|
-
|
|
3101
2191
|
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (
|
|
3102
2192
|
obj: ListImagesInRecycleBinRequest
|
|
3103
2193
|
) => any;
|
|
3104
|
-
|
|
3105
2194
|
export declare const ImageRecycleBinInfoFilterSensitiveLog: (
|
|
3106
2195
|
obj: ImageRecycleBinInfo
|
|
3107
2196
|
) => any;
|
|
3108
|
-
|
|
3109
2197
|
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (
|
|
3110
2198
|
obj: ListImagesInRecycleBinResult
|
|
3111
2199
|
) => any;
|
|
3112
|
-
|
|
3113
2200
|
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (
|
|
3114
2201
|
obj: ListSnapshotsInRecycleBinRequest
|
|
3115
2202
|
) => any;
|
|
3116
|
-
|
|
3117
2203
|
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (
|
|
3118
2204
|
obj: SnapshotRecycleBinInfo
|
|
3119
2205
|
) => any;
|
|
3120
|
-
|
|
3121
2206
|
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (
|
|
3122
2207
|
obj: ListSnapshotsInRecycleBinResult
|
|
3123
2208
|
) => any;
|
|
3124
|
-
|
|
3125
2209
|
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (
|
|
3126
2210
|
obj: ModifyAddressAttributeRequest
|
|
3127
2211
|
) => any;
|
|
3128
|
-
|
|
3129
2212
|
export declare const ModifyAddressAttributeResultFilterSensitiveLog: (
|
|
3130
2213
|
obj: ModifyAddressAttributeResult
|
|
3131
2214
|
) => any;
|
|
3132
|
-
|
|
3133
2215
|
export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (
|
|
3134
2216
|
obj: ModifyAvailabilityZoneGroupRequest
|
|
3135
2217
|
) => any;
|
|
3136
|
-
|
|
3137
2218
|
export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (
|
|
3138
2219
|
obj: ModifyAvailabilityZoneGroupResult
|
|
3139
2220
|
) => any;
|
|
3140
|
-
|
|
3141
2221
|
export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (
|
|
3142
2222
|
obj: ModifyCapacityReservationRequest
|
|
3143
2223
|
) => any;
|
|
3144
|
-
|
|
3145
2224
|
export declare const ModifyCapacityReservationResultFilterSensitiveLog: (
|
|
3146
2225
|
obj: ModifyCapacityReservationResult
|
|
3147
2226
|
) => any;
|
|
3148
|
-
|
|
3149
2227
|
export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (
|
|
3150
2228
|
obj: ModifyCapacityReservationFleetRequest
|
|
3151
2229
|
) => any;
|
|
3152
|
-
|
|
3153
2230
|
export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (
|
|
3154
2231
|
obj: ModifyCapacityReservationFleetResult
|
|
3155
2232
|
) => any;
|
|
3156
|
-
|
|
3157
2233
|
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (
|
|
3158
2234
|
obj: DnsServersOptionsModifyStructure
|
|
3159
2235
|
) => any;
|
|
3160
|
-
|
|
3161
2236
|
export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (
|
|
3162
2237
|
obj: ModifyClientVpnEndpointRequest
|
|
3163
2238
|
) => any;
|
|
3164
|
-
|
|
3165
2239
|
export declare const ModifyClientVpnEndpointResultFilterSensitiveLog: (
|
|
3166
2240
|
obj: ModifyClientVpnEndpointResult
|
|
3167
2241
|
) => any;
|
|
3168
|
-
|
|
3169
2242
|
export declare const ModifyDefaultCreditSpecificationRequestFilterSensitiveLog: (
|
|
3170
2243
|
obj: ModifyDefaultCreditSpecificationRequest
|
|
3171
2244
|
) => any;
|
|
3172
|
-
|
|
3173
2245
|
export declare const ModifyDefaultCreditSpecificationResultFilterSensitiveLog: (
|
|
3174
2246
|
obj: ModifyDefaultCreditSpecificationResult
|
|
3175
2247
|
) => any;
|
|
3176
|
-
|
|
3177
2248
|
export declare const ModifyEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
|
|
3178
2249
|
obj: ModifyEbsDefaultKmsKeyIdRequest
|
|
3179
2250
|
) => any;
|
|
3180
|
-
|
|
3181
2251
|
export declare const ModifyEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
|
|
3182
2252
|
obj: ModifyEbsDefaultKmsKeyIdResult
|
|
3183
2253
|
) => any;
|
|
3184
|
-
|
|
3185
2254
|
export declare const ModifyFleetRequestFilterSensitiveLog: (
|
|
3186
2255
|
obj: ModifyFleetRequest
|
|
3187
2256
|
) => any;
|
|
3188
|
-
|
|
3189
2257
|
export declare const ModifyFleetResultFilterSensitiveLog: (
|
|
3190
2258
|
obj: ModifyFleetResult
|
|
3191
2259
|
) => any;
|
|
3192
|
-
|
|
3193
2260
|
export declare const LoadPermissionRequestFilterSensitiveLog: (
|
|
3194
2261
|
obj: LoadPermissionRequest
|
|
3195
2262
|
) => any;
|
|
3196
|
-
|
|
3197
2263
|
export declare const LoadPermissionModificationsFilterSensitiveLog: (
|
|
3198
2264
|
obj: LoadPermissionModifications
|
|
3199
2265
|
) => any;
|
|
3200
|
-
|
|
3201
2266
|
export declare const ModifyFpgaImageAttributeRequestFilterSensitiveLog: (
|
|
3202
2267
|
obj: ModifyFpgaImageAttributeRequest
|
|
3203
2268
|
) => any;
|
|
3204
|
-
|
|
3205
2269
|
export declare const ModifyFpgaImageAttributeResultFilterSensitiveLog: (
|
|
3206
2270
|
obj: ModifyFpgaImageAttributeResult
|
|
3207
2271
|
) => any;
|
|
3208
|
-
|
|
3209
2272
|
export declare const ModifyHostsRequestFilterSensitiveLog: (
|
|
3210
2273
|
obj: ModifyHostsRequest
|
|
3211
2274
|
) => any;
|
|
3212
|
-
|
|
3213
2275
|
export declare const ModifyHostsResultFilterSensitiveLog: (
|
|
3214
2276
|
obj: ModifyHostsResult
|
|
3215
2277
|
) => any;
|
|
3216
|
-
|
|
3217
2278
|
export declare const ModifyIdentityIdFormatRequestFilterSensitiveLog: (
|
|
3218
2279
|
obj: ModifyIdentityIdFormatRequest
|
|
3219
2280
|
) => any;
|
|
3220
|
-
|
|
3221
2281
|
export declare const ModifyIdFormatRequestFilterSensitiveLog: (
|
|
3222
2282
|
obj: ModifyIdFormatRequest
|
|
3223
2283
|
) => any;
|
|
3224
|
-
|
|
3225
2284
|
export declare const LaunchPermissionModificationsFilterSensitiveLog: (
|
|
3226
2285
|
obj: LaunchPermissionModifications
|
|
3227
2286
|
) => any;
|
|
3228
|
-
|
|
3229
2287
|
export declare const ModifyImageAttributeRequestFilterSensitiveLog: (
|
|
3230
2288
|
obj: ModifyImageAttributeRequest
|
|
3231
2289
|
) => any;
|
|
3232
|
-
|
|
3233
2290
|
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
|
|
3234
2291
|
obj: EbsInstanceBlockDeviceSpecification
|
|
3235
2292
|
) => any;
|
|
3236
|
-
|
|
3237
2293
|
export declare const InstanceBlockDeviceMappingSpecificationFilterSensitiveLog: (
|
|
3238
2294
|
obj: InstanceBlockDeviceMappingSpecification
|
|
3239
2295
|
) => any;
|
|
3240
|
-
|
|
3241
2296
|
export declare const BlobAttributeValueFilterSensitiveLog: (
|
|
3242
2297
|
obj: BlobAttributeValue
|
|
3243
2298
|
) => any;
|
|
3244
|
-
|
|
3245
2299
|
export declare const ModifyInstanceAttributeRequestFilterSensitiveLog: (
|
|
3246
2300
|
obj: ModifyInstanceAttributeRequest
|
|
3247
2301
|
) => any;
|
|
3248
|
-
|
|
3249
2302
|
export declare const CapacityReservationSpecificationFilterSensitiveLog: (
|
|
3250
2303
|
obj: CapacityReservationSpecification
|
|
3251
2304
|
) => any;
|
|
3252
|
-
|
|
3253
2305
|
export declare const ModifyInstanceCapacityReservationAttributesRequestFilterSensitiveLog: (
|
|
3254
2306
|
obj: ModifyInstanceCapacityReservationAttributesRequest
|
|
3255
2307
|
) => any;
|
|
3256
|
-
|
|
3257
2308
|
export declare const ModifyInstanceCapacityReservationAttributesResultFilterSensitiveLog: (
|
|
3258
2309
|
obj: ModifyInstanceCapacityReservationAttributesResult
|
|
3259
2310
|
) => any;
|
|
3260
|
-
|
|
3261
2311
|
export declare const InstanceCreditSpecificationRequestFilterSensitiveLog: (
|
|
3262
2312
|
obj: InstanceCreditSpecificationRequest
|
|
3263
2313
|
) => any;
|
|
3264
|
-
|
|
3265
2314
|
export declare const ModifyInstanceCreditSpecificationRequestFilterSensitiveLog: (
|
|
3266
2315
|
obj: ModifyInstanceCreditSpecificationRequest
|
|
3267
2316
|
) => any;
|
|
3268
|
-
|
|
3269
2317
|
export declare const SuccessfulInstanceCreditSpecificationItemFilterSensitiveLog: (
|
|
3270
2318
|
obj: SuccessfulInstanceCreditSpecificationItem
|
|
3271
2319
|
) => any;
|
|
3272
|
-
|
|
3273
2320
|
export declare const UnsuccessfulInstanceCreditSpecificationItemErrorFilterSensitiveLog: (
|
|
3274
2321
|
obj: UnsuccessfulInstanceCreditSpecificationItemError
|
|
3275
2322
|
) => any;
|
|
3276
|
-
|
|
3277
2323
|
export declare const UnsuccessfulInstanceCreditSpecificationItemFilterSensitiveLog: (
|
|
3278
2324
|
obj: UnsuccessfulInstanceCreditSpecificationItem
|
|
3279
2325
|
) => any;
|
|
3280
|
-
|
|
3281
2326
|
export declare const ModifyInstanceCreditSpecificationResultFilterSensitiveLog: (
|
|
3282
2327
|
obj: ModifyInstanceCreditSpecificationResult
|
|
3283
2328
|
) => any;
|
|
3284
|
-
|
|
3285
2329
|
export declare const ModifyInstanceEventStartTimeRequestFilterSensitiveLog: (
|
|
3286
2330
|
obj: ModifyInstanceEventStartTimeRequest
|
|
3287
2331
|
) => any;
|
|
3288
|
-
|
|
3289
2332
|
export declare const ModifyInstanceEventStartTimeResultFilterSensitiveLog: (
|
|
3290
2333
|
obj: ModifyInstanceEventStartTimeResult
|
|
3291
2334
|
) => any;
|
|
3292
|
-
|
|
3293
2335
|
export declare const ModifyInstanceEventWindowRequestFilterSensitiveLog: (
|
|
3294
2336
|
obj: ModifyInstanceEventWindowRequest
|
|
3295
2337
|
) => any;
|
|
3296
|
-
|
|
3297
2338
|
export declare const ModifyInstanceEventWindowResultFilterSensitiveLog: (
|
|
3298
2339
|
obj: ModifyInstanceEventWindowResult
|
|
3299
2340
|
) => any;
|
|
3300
|
-
|
|
3301
2341
|
export declare const ModifyInstanceMaintenanceOptionsRequestFilterSensitiveLog: (
|
|
3302
2342
|
obj: ModifyInstanceMaintenanceOptionsRequest
|
|
3303
2343
|
) => any;
|
|
3304
|
-
|
|
3305
2344
|
export declare const ModifyInstanceMaintenanceOptionsResultFilterSensitiveLog: (
|
|
3306
2345
|
obj: ModifyInstanceMaintenanceOptionsResult
|
|
3307
2346
|
) => any;
|
|
3308
|
-
|
|
3309
2347
|
export declare const ModifyInstanceMetadataOptionsRequestFilterSensitiveLog: (
|
|
3310
2348
|
obj: ModifyInstanceMetadataOptionsRequest
|
|
3311
2349
|
) => any;
|
|
3312
|
-
|
|
3313
2350
|
export declare const ModifyInstanceMetadataOptionsResultFilterSensitiveLog: (
|
|
3314
2351
|
obj: ModifyInstanceMetadataOptionsResult
|
|
3315
2352
|
) => any;
|
|
3316
|
-
|
|
3317
2353
|
export declare const ModifyInstancePlacementRequestFilterSensitiveLog: (
|
|
3318
2354
|
obj: ModifyInstancePlacementRequest
|
|
3319
2355
|
) => any;
|
|
3320
|
-
|
|
3321
2356
|
export declare const ModifyInstancePlacementResultFilterSensitiveLog: (
|
|
3322
2357
|
obj: ModifyInstancePlacementResult
|
|
3323
2358
|
) => any;
|
|
3324
|
-
|
|
3325
2359
|
export declare const RemoveIpamOperatingRegionFilterSensitiveLog: (
|
|
3326
2360
|
obj: RemoveIpamOperatingRegion
|
|
3327
2361
|
) => any;
|
|
3328
|
-
|
|
3329
2362
|
export declare const ModifyIpamRequestFilterSensitiveLog: (
|
|
3330
2363
|
obj: ModifyIpamRequest
|
|
3331
2364
|
) => any;
|
|
3332
|
-
|
|
3333
2365
|
export declare const ModifyIpamResultFilterSensitiveLog: (
|
|
3334
2366
|
obj: ModifyIpamResult
|
|
3335
2367
|
) => any;
|
|
3336
|
-
|
|
3337
2368
|
export declare const ModifyIpamPoolRequestFilterSensitiveLog: (
|
|
3338
2369
|
obj: ModifyIpamPoolRequest
|
|
3339
2370
|
) => any;
|
|
3340
|
-
|
|
3341
2371
|
export declare const ModifyIpamPoolResultFilterSensitiveLog: (
|
|
3342
2372
|
obj: ModifyIpamPoolResult
|
|
3343
2373
|
) => any;
|
|
3344
|
-
|
|
3345
2374
|
export declare const ModifyIpamResourceCidrRequestFilterSensitiveLog: (
|
|
3346
2375
|
obj: ModifyIpamResourceCidrRequest
|
|
3347
2376
|
) => any;
|
|
3348
|
-
|
|
3349
2377
|
export declare const ModifyIpamResourceCidrResultFilterSensitiveLog: (
|
|
3350
2378
|
obj: ModifyIpamResourceCidrResult
|
|
3351
2379
|
) => any;
|
|
3352
|
-
|
|
3353
2380
|
export declare const ModifyIpamScopeRequestFilterSensitiveLog: (
|
|
3354
2381
|
obj: ModifyIpamScopeRequest
|
|
3355
2382
|
) => any;
|
|
3356
|
-
|
|
3357
2383
|
export declare const ModifyIpamScopeResultFilterSensitiveLog: (
|
|
3358
2384
|
obj: ModifyIpamScopeResult
|
|
3359
2385
|
) => any;
|
|
3360
|
-
|
|
3361
2386
|
export declare const ModifyLaunchTemplateRequestFilterSensitiveLog: (
|
|
3362
2387
|
obj: ModifyLaunchTemplateRequest
|
|
3363
2388
|
) => any;
|
|
3364
|
-
|
|
3365
2389
|
export declare const ModifyLaunchTemplateResultFilterSensitiveLog: (
|
|
3366
2390
|
obj: ModifyLaunchTemplateResult
|
|
3367
2391
|
) => any;
|
|
3368
|
-
|
|
3369
2392
|
export declare const ModifyLocalGatewayRouteRequestFilterSensitiveLog: (
|
|
3370
2393
|
obj: ModifyLocalGatewayRouteRequest
|
|
3371
2394
|
) => any;
|
|
3372
|
-
|
|
3373
2395
|
export declare const ModifyLocalGatewayRouteResultFilterSensitiveLog: (
|
|
3374
2396
|
obj: ModifyLocalGatewayRouteResult
|
|
3375
2397
|
) => any;
|
|
3376
|
-
|
|
3377
2398
|
export declare const RemovePrefixListEntryFilterSensitiveLog: (
|
|
3378
2399
|
obj: RemovePrefixListEntry
|
|
3379
2400
|
) => any;
|
|
3380
|
-
|
|
3381
2401
|
export declare const ModifyManagedPrefixListRequestFilterSensitiveLog: (
|
|
3382
2402
|
obj: ModifyManagedPrefixListRequest
|
|
3383
2403
|
) => any;
|
|
3384
|
-
|
|
3385
2404
|
export declare const ModifyManagedPrefixListResultFilterSensitiveLog: (
|
|
3386
2405
|
obj: ModifyManagedPrefixListResult
|
|
3387
2406
|
) => any;
|
|
3388
|
-
|
|
3389
2407
|
export declare const NetworkInterfaceAttachmentChangesFilterSensitiveLog: (
|
|
3390
2408
|
obj: NetworkInterfaceAttachmentChanges
|
|
3391
2409
|
) => any;
|
|
3392
|
-
|
|
3393
2410
|
export declare const ModifyNetworkInterfaceAttributeRequestFilterSensitiveLog: (
|
|
3394
2411
|
obj: ModifyNetworkInterfaceAttributeRequest
|
|
3395
2412
|
) => any;
|
|
3396
|
-
|
|
3397
2413
|
export declare const ModifyPrivateDnsNameOptionsRequestFilterSensitiveLog: (
|
|
3398
2414
|
obj: ModifyPrivateDnsNameOptionsRequest
|
|
3399
2415
|
) => any;
|
|
3400
|
-
|
|
3401
2416
|
export declare const ModifyPrivateDnsNameOptionsResultFilterSensitiveLog: (
|
|
3402
2417
|
obj: ModifyPrivateDnsNameOptionsResult
|
|
3403
2418
|
) => any;
|
|
3404
|
-
|
|
3405
2419
|
export declare const ModifyReservedInstancesRequestFilterSensitiveLog: (
|
|
3406
2420
|
obj: ModifyReservedInstancesRequest
|
|
3407
2421
|
) => any;
|
|
3408
|
-
|
|
3409
2422
|
export declare const ModifyReservedInstancesResultFilterSensitiveLog: (
|
|
3410
2423
|
obj: ModifyReservedInstancesResult
|
|
3411
2424
|
) => any;
|
|
3412
|
-
|
|
3413
2425
|
export declare const SecurityGroupRuleRequestFilterSensitiveLog: (
|
|
3414
2426
|
obj: SecurityGroupRuleRequest
|
|
3415
2427
|
) => any;
|
|
3416
|
-
|
|
3417
2428
|
export declare const SecurityGroupRuleUpdateFilterSensitiveLog: (
|
|
3418
2429
|
obj: SecurityGroupRuleUpdate
|
|
3419
2430
|
) => any;
|
|
3420
|
-
|
|
3421
2431
|
export declare const ModifySecurityGroupRulesRequestFilterSensitiveLog: (
|
|
3422
2432
|
obj: ModifySecurityGroupRulesRequest
|
|
3423
2433
|
) => any;
|
|
3424
|
-
|
|
3425
2434
|
export declare const ModifySecurityGroupRulesResultFilterSensitiveLog: (
|
|
3426
2435
|
obj: ModifySecurityGroupRulesResult
|
|
3427
2436
|
) => any;
|
|
3428
|
-
|
|
3429
2437
|
export declare const CreateVolumePermissionModificationsFilterSensitiveLog: (
|
|
3430
2438
|
obj: CreateVolumePermissionModifications
|
|
3431
2439
|
) => any;
|
|
3432
|
-
|
|
3433
2440
|
export declare const ModifySnapshotAttributeRequestFilterSensitiveLog: (
|
|
3434
2441
|
obj: ModifySnapshotAttributeRequest
|
|
3435
2442
|
) => any;
|
|
3436
|
-
|
|
3437
2443
|
export declare const ModifySnapshotTierRequestFilterSensitiveLog: (
|
|
3438
2444
|
obj: ModifySnapshotTierRequest
|
|
3439
2445
|
) => any;
|
|
3440
|
-
|
|
3441
2446
|
export declare const ModifySnapshotTierResultFilterSensitiveLog: (
|
|
3442
2447
|
obj: ModifySnapshotTierResult
|
|
3443
2448
|
) => any;
|
|
3444
|
-
|
|
3445
2449
|
export declare const ModifySpotFleetRequestRequestFilterSensitiveLog: (
|
|
3446
2450
|
obj: ModifySpotFleetRequestRequest
|
|
3447
2451
|
) => any;
|
|
3448
|
-
|
|
3449
2452
|
export declare const ModifySpotFleetRequestResponseFilterSensitiveLog: (
|
|
3450
2453
|
obj: ModifySpotFleetRequestResponse
|
|
3451
2454
|
) => any;
|
|
3452
|
-
|
|
3453
2455
|
export declare const ModifySubnetAttributeRequestFilterSensitiveLog: (
|
|
3454
2456
|
obj: ModifySubnetAttributeRequest
|
|
3455
2457
|
) => any;
|
|
3456
|
-
|
|
3457
2458
|
export declare const ModifyTrafficMirrorFilterNetworkServicesRequestFilterSensitiveLog: (
|
|
3458
2459
|
obj: ModifyTrafficMirrorFilterNetworkServicesRequest
|
|
3459
2460
|
) => any;
|
|
3460
|
-
|
|
3461
2461
|
export declare const ModifyTrafficMirrorFilterNetworkServicesResultFilterSensitiveLog: (
|
|
3462
2462
|
obj: ModifyTrafficMirrorFilterNetworkServicesResult
|
|
3463
2463
|
) => any;
|
|
3464
|
-
|
|
3465
2464
|
export declare const ModifyTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
3466
2465
|
obj: ModifyTrafficMirrorFilterRuleRequest
|
|
3467
2466
|
) => any;
|
|
3468
|
-
|
|
3469
2467
|
export declare const ModifyTrafficMirrorFilterRuleResultFilterSensitiveLog: (
|
|
3470
2468
|
obj: ModifyTrafficMirrorFilterRuleResult
|
|
3471
2469
|
) => any;
|
|
3472
|
-
|
|
3473
2470
|
export declare const ModifyTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
3474
2471
|
obj: ModifyTrafficMirrorSessionRequest
|
|
3475
2472
|
) => any;
|
|
3476
|
-
|
|
3477
2473
|
export declare const ModifyTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
3478
2474
|
obj: ModifyTrafficMirrorSessionResult
|
|
3479
2475
|
) => any;
|
|
3480
|
-
|
|
3481
2476
|
export declare const ModifyTransitGatewayOptionsFilterSensitiveLog: (
|
|
3482
2477
|
obj: ModifyTransitGatewayOptions
|
|
3483
2478
|
) => any;
|
|
3484
|
-
|
|
3485
2479
|
export declare const ModifyTransitGatewayRequestFilterSensitiveLog: (
|
|
3486
2480
|
obj: ModifyTransitGatewayRequest
|
|
3487
2481
|
) => any;
|
|
3488
|
-
|
|
3489
2482
|
export declare const ModifyTransitGatewayResultFilterSensitiveLog: (
|
|
3490
2483
|
obj: ModifyTransitGatewayResult
|
|
3491
2484
|
) => any;
|
|
3492
|
-
|
|
3493
2485
|
export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
3494
2486
|
obj: ModifyTransitGatewayPrefixListReferenceRequest
|
|
3495
2487
|
) => any;
|
|
3496
|
-
|
|
3497
2488
|
export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
3498
2489
|
obj: ModifyTransitGatewayPrefixListReferenceResult
|
|
3499
2490
|
) => any;
|
|
3500
|
-
|
|
3501
2491
|
export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
|
|
3502
2492
|
obj: ModifyTransitGatewayVpcAttachmentRequestOptions
|
|
3503
2493
|
) => any;
|
|
3504
|
-
|
|
3505
2494
|
export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
3506
2495
|
obj: ModifyTransitGatewayVpcAttachmentRequest
|
|
3507
2496
|
) => any;
|
|
3508
|
-
|
|
3509
2497
|
export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
3510
2498
|
obj: ModifyTransitGatewayVpcAttachmentResult
|
|
3511
2499
|
) => any;
|
|
3512
|
-
|
|
3513
2500
|
export declare const ModifyVolumeRequestFilterSensitiveLog: (
|
|
3514
2501
|
obj: ModifyVolumeRequest
|
|
3515
2502
|
) => any;
|
|
3516
|
-
|
|
3517
2503
|
export declare const ModifyVolumeResultFilterSensitiveLog: (
|
|
3518
2504
|
obj: ModifyVolumeResult
|
|
3519
2505
|
) => any;
|
|
3520
|
-
|
|
3521
2506
|
export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (
|
|
3522
2507
|
obj: ModifyVolumeAttributeRequest
|
|
3523
2508
|
) => any;
|
|
3524
|
-
|
|
3525
2509
|
export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (
|
|
3526
2510
|
obj: ModifyVpcAttributeRequest
|
|
3527
2511
|
) => any;
|
|
3528
|
-
|
|
3529
2512
|
export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (
|
|
3530
2513
|
obj: ModifyVpcEndpointRequest
|
|
3531
2514
|
) => any;
|
|
3532
|
-
|
|
3533
2515
|
export declare const ModifyVpcEndpointResultFilterSensitiveLog: (
|
|
3534
2516
|
obj: ModifyVpcEndpointResult
|
|
3535
2517
|
) => any;
|
|
3536
|
-
|
|
3537
2518
|
export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
|
|
3538
2519
|
obj: ModifyVpcEndpointConnectionNotificationRequest
|
|
3539
2520
|
) => any;
|
|
3540
|
-
|
|
3541
2521
|
export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
|
|
3542
2522
|
obj: ModifyVpcEndpointConnectionNotificationResult
|
|
3543
2523
|
) => any;
|
|
3544
|
-
|
|
3545
2524
|
export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
|
|
3546
2525
|
obj: ModifyVpcEndpointServiceConfigurationRequest
|
|
3547
2526
|
) => any;
|
|
3548
|
-
|
|
3549
2527
|
export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
|
|
3550
2528
|
obj: ModifyVpcEndpointServiceConfigurationResult
|
|
3551
2529
|
) => any;
|
|
3552
|
-
|
|
3553
2530
|
export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (
|
|
3554
2531
|
obj: ModifyVpcEndpointServicePayerResponsibilityRequest
|
|
3555
2532
|
) => any;
|
|
3556
|
-
|
|
3557
2533
|
export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (
|
|
3558
2534
|
obj: ModifyVpcEndpointServicePayerResponsibilityResult
|
|
3559
2535
|
) => any;
|
|
3560
|
-
|
|
3561
2536
|
export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (
|
|
3562
2537
|
obj: ModifyVpcEndpointServicePermissionsRequest
|
|
3563
2538
|
) => any;
|
|
3564
|
-
|
|
3565
2539
|
export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (
|
|
3566
2540
|
obj: ModifyVpcEndpointServicePermissionsResult
|
|
3567
2541
|
) => any;
|
|
3568
|
-
|
|
3569
2542
|
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
3570
2543
|
obj: PeeringConnectionOptionsRequest
|
|
3571
2544
|
) => any;
|
|
3572
|
-
|
|
3573
2545
|
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
3574
2546
|
obj: ModifyVpcPeeringConnectionOptionsRequest
|
|
3575
2547
|
) => any;
|
|
3576
|
-
|
|
3577
2548
|
export declare const PeeringConnectionOptionsFilterSensitiveLog: (
|
|
3578
2549
|
obj: PeeringConnectionOptions
|
|
3579
2550
|
) => any;
|
|
3580
|
-
|
|
3581
2551
|
export declare const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog: (
|
|
3582
2552
|
obj: ModifyVpcPeeringConnectionOptionsResult
|
|
3583
2553
|
) => any;
|
|
3584
|
-
|
|
3585
2554
|
export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (
|
|
3586
2555
|
obj: ModifyVpcTenancyRequest
|
|
3587
2556
|
) => any;
|
|
3588
|
-
|
|
3589
2557
|
export declare const ModifyVpcTenancyResultFilterSensitiveLog: (
|
|
3590
2558
|
obj: ModifyVpcTenancyResult
|
|
3591
2559
|
) => any;
|
|
3592
|
-
|
|
3593
2560
|
export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (
|
|
3594
2561
|
obj: ModifyVpnConnectionRequest
|
|
3595
2562
|
) => any;
|
|
3596
|
-
|
|
3597
2563
|
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
3598
2564
|
obj: ModifyVpnConnectionResult
|
|
3599
2565
|
) => any;
|
|
3600
|
-
|
|
3601
2566
|
export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (
|
|
3602
2567
|
obj: ModifyVpnConnectionOptionsRequest
|
|
3603
2568
|
) => any;
|
|
3604
|
-
|
|
3605
2569
|
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
|
|
3606
2570
|
obj: ModifyVpnConnectionOptionsResult
|
|
3607
2571
|
) => any;
|
|
3608
|
-
|
|
3609
2572
|
export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (
|
|
3610
2573
|
obj: ModifyVpnTunnelCertificateRequest
|
|
3611
2574
|
) => any;
|
|
3612
|
-
|
|
3613
2575
|
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
|
|
3614
2576
|
obj: ModifyVpnTunnelCertificateResult
|
|
3615
2577
|
) => any;
|
|
3616
|
-
|
|
3617
2578
|
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
3618
2579
|
obj: ModifyVpnTunnelOptionsSpecification
|
|
3619
2580
|
) => any;
|
|
3620
|
-
|
|
3621
2581
|
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
3622
2582
|
obj: ModifyVpnTunnelOptionsRequest
|
|
3623
2583
|
) => any;
|
|
3624
|
-
|
|
3625
2584
|
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
3626
2585
|
obj: ModifyVpnTunnelOptionsResult
|
|
3627
2586
|
) => any;
|
|
3628
|
-
|
|
3629
2587
|
export declare const MonitorInstancesRequestFilterSensitiveLog: (
|
|
3630
2588
|
obj: MonitorInstancesRequest
|
|
3631
2589
|
) => any;
|
|
3632
|
-
|
|
3633
2590
|
export declare const InstanceMonitoringFilterSensitiveLog: (
|
|
3634
2591
|
obj: InstanceMonitoring
|
|
3635
2592
|
) => any;
|
|
3636
|
-
|
|
3637
2593
|
export declare const MonitorInstancesResultFilterSensitiveLog: (
|
|
3638
2594
|
obj: MonitorInstancesResult
|
|
3639
2595
|
) => any;
|
|
3640
|
-
|
|
3641
|
-
export declare const MoveAddressToVpcRequestFilterSensitiveLog: (
|
|
3642
|
-
obj: MoveAddressToVpcRequest
|
|
3643
|
-
) => any;
|
|
3644
|
-
|
|
3645
|
-
export declare const MoveAddressToVpcResultFilterSensitiveLog: (
|
|
3646
|
-
obj: MoveAddressToVpcResult
|
|
3647
|
-
) => any;
|
|
3648
|
-
|
|
3649
|
-
export declare const MoveByoipCidrToIpamRequestFilterSensitiveLog: (
|
|
3650
|
-
obj: MoveByoipCidrToIpamRequest
|
|
3651
|
-
) => any;
|
|
3652
|
-
|
|
3653
|
-
export declare const MoveByoipCidrToIpamResultFilterSensitiveLog: (
|
|
3654
|
-
obj: MoveByoipCidrToIpamResult
|
|
3655
|
-
) => any;
|
|
3656
|
-
|
|
3657
|
-
export declare const CidrAuthorizationContextFilterSensitiveLog: (
|
|
3658
|
-
obj: CidrAuthorizationContext
|
|
3659
|
-
) => any;
|
|
3660
|
-
|
|
3661
|
-
export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (
|
|
3662
|
-
obj: ProvisionByoipCidrRequest
|
|
3663
|
-
) => any;
|
|
3664
|
-
|
|
3665
|
-
export declare const ProvisionByoipCidrResultFilterSensitiveLog: (
|
|
3666
|
-
obj: ProvisionByoipCidrResult
|
|
3667
|
-
) => any;
|
|
3668
|
-
|
|
3669
|
-
export declare const IpamCidrAuthorizationContextFilterSensitiveLog: (
|
|
3670
|
-
obj: IpamCidrAuthorizationContext
|
|
3671
|
-
) => any;
|
|
3672
|
-
|
|
3673
|
-
export declare const ProvisionIpamPoolCidrRequestFilterSensitiveLog: (
|
|
3674
|
-
obj: ProvisionIpamPoolCidrRequest
|
|
3675
|
-
) => any;
|
|
3676
|
-
|
|
3677
|
-
export declare const ProvisionIpamPoolCidrResultFilterSensitiveLog: (
|
|
3678
|
-
obj: ProvisionIpamPoolCidrResult
|
|
3679
|
-
) => any;
|
|
3680
|
-
|
|
3681
|
-
export declare const ProvisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
|
|
3682
|
-
obj: ProvisionPublicIpv4PoolCidrRequest
|
|
3683
|
-
) => any;
|
|
3684
|
-
|
|
3685
|
-
export declare const ProvisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
|
|
3686
|
-
obj: ProvisionPublicIpv4PoolCidrResult
|
|
3687
|
-
) => any;
|
|
3688
|
-
|
|
3689
|
-
export declare const PurchaseHostReservationRequestFilterSensitiveLog: (
|
|
3690
|
-
obj: PurchaseHostReservationRequest
|
|
3691
|
-
) => any;
|
|
3692
|
-
|
|
3693
|
-
export declare const PurchaseHostReservationResultFilterSensitiveLog: (
|
|
3694
|
-
obj: PurchaseHostReservationResult
|
|
3695
|
-
) => any;
|
|
3696
|
-
|
|
3697
|
-
export declare const ReservedInstanceLimitPriceFilterSensitiveLog: (
|
|
3698
|
-
obj: ReservedInstanceLimitPrice
|
|
3699
|
-
) => any;
|
|
3700
|
-
|
|
3701
|
-
export declare const PurchaseReservedInstancesOfferingRequestFilterSensitiveLog: (
|
|
3702
|
-
obj: PurchaseReservedInstancesOfferingRequest
|
|
3703
|
-
) => any;
|