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