@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
|
@@ -5,18 +5,14 @@ import {
|
|
|
5
5
|
AddressAttribute,
|
|
6
6
|
AddressAttributeName,
|
|
7
7
|
ApplianceModeSupportValue,
|
|
8
|
-
BundleTask,
|
|
9
8
|
ByoipCidr,
|
|
10
|
-
CapacityReservation,
|
|
11
|
-
CapacityReservationFleetState,
|
|
12
9
|
CarrierGateway,
|
|
13
10
|
ClientVpnEndpointStatus,
|
|
14
11
|
ClientVpnRouteStatus,
|
|
12
|
+
CoipCidr,
|
|
13
|
+
CoipPool,
|
|
15
14
|
DnsSupportValue,
|
|
16
15
|
DynamicRoutingValue,
|
|
17
|
-
FleetCapacityReservation,
|
|
18
|
-
FleetCapacityReservationTenancy,
|
|
19
|
-
FleetInstanceMatchCriteria,
|
|
20
16
|
GatewayType,
|
|
21
17
|
InstanceEventWindowState,
|
|
22
18
|
Ipv6SupportValue,
|
|
@@ -34,42 +30,104 @@ import {
|
|
|
34
30
|
VpcPeeringConnection,
|
|
35
31
|
} from "./models_0";
|
|
36
32
|
import {
|
|
37
|
-
AutoAcceptSharedAttachmentsValue,
|
|
38
|
-
DefaultRouteTableAssociationValue,
|
|
39
|
-
DefaultRouteTablePropagationValue,
|
|
40
|
-
GroupIdentifier,
|
|
41
33
|
Ipam,
|
|
42
34
|
IpamPool,
|
|
43
35
|
IpamScope,
|
|
44
36
|
LaunchTemplate,
|
|
45
37
|
LocalGatewayRoute,
|
|
38
|
+
LocalGatewayRouteTable,
|
|
39
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
46
40
|
LocalGatewayRouteTableVpcAssociation,
|
|
47
41
|
ManagedPrefixList,
|
|
48
|
-
MulticastSupportValue,
|
|
49
42
|
SubnetCidrReservation,
|
|
50
43
|
VolumeType,
|
|
51
|
-
VpnEcmpSupportValue,
|
|
52
44
|
} from "./models_1";
|
|
53
|
-
|
|
45
|
+
export interface CreateTrafficMirrorSessionRequest {
|
|
46
|
+
NetworkInterfaceId: string | undefined;
|
|
47
|
+
TrafficMirrorTargetId: string | undefined;
|
|
48
|
+
TrafficMirrorFilterId: string | undefined;
|
|
49
|
+
PacketLength?: number;
|
|
50
|
+
SessionNumber: number | undefined;
|
|
51
|
+
VirtualNetworkId?: number;
|
|
52
|
+
Description?: string;
|
|
53
|
+
TagSpecifications?: TagSpecification[];
|
|
54
|
+
DryRun?: boolean;
|
|
55
|
+
ClientToken?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface TrafficMirrorSession {
|
|
58
|
+
TrafficMirrorSessionId?: string;
|
|
59
|
+
TrafficMirrorTargetId?: string;
|
|
60
|
+
TrafficMirrorFilterId?: string;
|
|
61
|
+
NetworkInterfaceId?: string;
|
|
62
|
+
OwnerId?: string;
|
|
63
|
+
PacketLength?: number;
|
|
64
|
+
SessionNumber?: number;
|
|
65
|
+
VirtualNetworkId?: number;
|
|
66
|
+
Description?: string;
|
|
67
|
+
Tags?: Tag[];
|
|
68
|
+
}
|
|
69
|
+
export interface CreateTrafficMirrorSessionResult {
|
|
70
|
+
TrafficMirrorSession?: TrafficMirrorSession;
|
|
71
|
+
ClientToken?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface CreateTrafficMirrorTargetRequest {
|
|
74
|
+
NetworkInterfaceId?: string;
|
|
75
|
+
NetworkLoadBalancerArn?: string;
|
|
76
|
+
Description?: string;
|
|
77
|
+
TagSpecifications?: TagSpecification[];
|
|
78
|
+
DryRun?: boolean;
|
|
79
|
+
ClientToken?: string;
|
|
80
|
+
GatewayLoadBalancerEndpointId?: string;
|
|
81
|
+
}
|
|
82
|
+
export declare type TrafficMirrorTargetType =
|
|
83
|
+
| "gateway-load-balancer-endpoint"
|
|
84
|
+
| "network-interface"
|
|
85
|
+
| "network-load-balancer";
|
|
86
|
+
export interface TrafficMirrorTarget {
|
|
87
|
+
TrafficMirrorTargetId?: string;
|
|
88
|
+
NetworkInterfaceId?: string;
|
|
89
|
+
NetworkLoadBalancerArn?: string;
|
|
90
|
+
Type?: TrafficMirrorTargetType | string;
|
|
91
|
+
Description?: string;
|
|
92
|
+
OwnerId?: string;
|
|
93
|
+
Tags?: Tag[];
|
|
94
|
+
GatewayLoadBalancerEndpointId?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface CreateTrafficMirrorTargetResult {
|
|
97
|
+
TrafficMirrorTarget?: TrafficMirrorTarget;
|
|
98
|
+
ClientToken?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare type AutoAcceptSharedAttachmentsValue = "disable" | "enable";
|
|
101
|
+
export declare type DefaultRouteTableAssociationValue = "disable" | "enable";
|
|
102
|
+
export declare type DefaultRouteTablePropagationValue = "disable" | "enable";
|
|
103
|
+
export declare type MulticastSupportValue = "disable" | "enable";
|
|
104
|
+
export declare type VpnEcmpSupportValue = "disable" | "enable";
|
|
105
|
+
export interface TransitGatewayRequestOptions {
|
|
106
|
+
AmazonSideAsn?: number;
|
|
107
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
108
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
109
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
110
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
111
|
+
DnsSupport?: DnsSupportValue | string;
|
|
112
|
+
MulticastSupport?: MulticastSupportValue | string;
|
|
113
|
+
TransitGatewayCidrBlocks?: string[];
|
|
114
|
+
}
|
|
115
|
+
export interface CreateTransitGatewayRequest {
|
|
116
|
+
Description?: string;
|
|
117
|
+
Options?: TransitGatewayRequestOptions;
|
|
118
|
+
TagSpecifications?: TagSpecification[];
|
|
119
|
+
DryRun?: boolean;
|
|
120
|
+
}
|
|
54
121
|
export interface TransitGatewayOptions {
|
|
55
122
|
AmazonSideAsn?: number;
|
|
56
|
-
|
|
57
123
|
TransitGatewayCidrBlocks?: string[];
|
|
58
|
-
|
|
59
124
|
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
60
|
-
|
|
61
125
|
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
62
|
-
|
|
63
126
|
AssociationDefaultRouteTableId?: string;
|
|
64
|
-
|
|
65
127
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
66
|
-
|
|
67
128
|
PropagationDefaultRouteTableId?: string;
|
|
68
|
-
|
|
69
129
|
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
70
|
-
|
|
71
130
|
DnsSupport?: DnsSupportValue | string;
|
|
72
|
-
|
|
73
131
|
MulticastSupport?: MulticastSupportValue | string;
|
|
74
132
|
}
|
|
75
133
|
export declare type TransitGatewayState =
|
|
@@ -78,106 +136,69 @@ export declare type TransitGatewayState =
|
|
|
78
136
|
| "deleting"
|
|
79
137
|
| "modifying"
|
|
80
138
|
| "pending";
|
|
81
|
-
|
|
82
139
|
export interface TransitGateway {
|
|
83
140
|
TransitGatewayId?: string;
|
|
84
|
-
|
|
85
141
|
TransitGatewayArn?: string;
|
|
86
|
-
|
|
87
142
|
State?: TransitGatewayState | string;
|
|
88
|
-
|
|
89
143
|
OwnerId?: string;
|
|
90
|
-
|
|
91
144
|
Description?: string;
|
|
92
|
-
|
|
93
145
|
CreationTime?: Date;
|
|
94
|
-
|
|
95
146
|
Options?: TransitGatewayOptions;
|
|
96
|
-
|
|
97
147
|
Tags?: Tag[];
|
|
98
148
|
}
|
|
99
149
|
export interface CreateTransitGatewayResult {
|
|
100
150
|
TransitGateway?: TransitGateway;
|
|
101
151
|
}
|
|
102
152
|
export declare type ProtocolValue = "gre";
|
|
103
|
-
|
|
104
153
|
export interface CreateTransitGatewayConnectRequestOptions {
|
|
105
154
|
Protocol: ProtocolValue | string | undefined;
|
|
106
155
|
}
|
|
107
156
|
export interface CreateTransitGatewayConnectRequest {
|
|
108
157
|
TransportTransitGatewayAttachmentId: string | undefined;
|
|
109
|
-
|
|
110
158
|
Options: CreateTransitGatewayConnectRequestOptions | undefined;
|
|
111
|
-
|
|
112
159
|
TagSpecifications?: TagSpecification[];
|
|
113
|
-
|
|
114
160
|
DryRun?: boolean;
|
|
115
161
|
}
|
|
116
|
-
|
|
117
162
|
export interface TransitGatewayConnectOptions {
|
|
118
163
|
Protocol?: ProtocolValue | string;
|
|
119
164
|
}
|
|
120
|
-
|
|
121
165
|
export interface TransitGatewayConnect {
|
|
122
166
|
TransitGatewayAttachmentId?: string;
|
|
123
|
-
|
|
124
167
|
TransportTransitGatewayAttachmentId?: string;
|
|
125
|
-
|
|
126
168
|
TransitGatewayId?: string;
|
|
127
|
-
|
|
128
169
|
State?: TransitGatewayAttachmentState | string;
|
|
129
|
-
|
|
130
170
|
CreationTime?: Date;
|
|
131
|
-
|
|
132
171
|
Options?: TransitGatewayConnectOptions;
|
|
133
|
-
|
|
134
172
|
Tags?: Tag[];
|
|
135
173
|
}
|
|
136
174
|
export interface CreateTransitGatewayConnectResult {
|
|
137
175
|
TransitGatewayConnect?: TransitGatewayConnect;
|
|
138
176
|
}
|
|
139
|
-
|
|
140
177
|
export interface TransitGatewayConnectRequestBgpOptions {
|
|
141
178
|
PeerAsn?: number;
|
|
142
179
|
}
|
|
143
180
|
export interface CreateTransitGatewayConnectPeerRequest {
|
|
144
181
|
TransitGatewayAttachmentId: string | undefined;
|
|
145
|
-
|
|
146
182
|
TransitGatewayAddress?: string;
|
|
147
|
-
|
|
148
183
|
PeerAddress: string | undefined;
|
|
149
|
-
|
|
150
184
|
BgpOptions?: TransitGatewayConnectRequestBgpOptions;
|
|
151
|
-
|
|
152
185
|
InsideCidrBlocks: string[] | undefined;
|
|
153
|
-
|
|
154
186
|
TagSpecifications?: TagSpecification[];
|
|
155
|
-
|
|
156
187
|
DryRun?: boolean;
|
|
157
188
|
}
|
|
158
189
|
export declare type BgpStatus = "down" | "up";
|
|
159
|
-
|
|
160
190
|
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
161
191
|
TransitGatewayAsn?: number;
|
|
162
|
-
|
|
163
192
|
PeerAsn?: number;
|
|
164
|
-
|
|
165
193
|
TransitGatewayAddress?: string;
|
|
166
|
-
|
|
167
194
|
PeerAddress?: string;
|
|
168
|
-
|
|
169
195
|
BgpStatus?: BgpStatus | string;
|
|
170
196
|
}
|
|
171
|
-
|
|
172
197
|
export interface TransitGatewayConnectPeerConfiguration {
|
|
173
198
|
TransitGatewayAddress?: string;
|
|
174
|
-
|
|
175
199
|
PeerAddress?: string;
|
|
176
|
-
|
|
177
200
|
InsideCidrBlocks?: string[];
|
|
178
|
-
|
|
179
201
|
Protocol?: ProtocolValue | string;
|
|
180
|
-
|
|
181
202
|
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
|
|
182
203
|
}
|
|
183
204
|
export declare type TransitGatewayConnectPeerState =
|
|
@@ -185,18 +206,12 @@ export declare type TransitGatewayConnectPeerState =
|
|
|
185
206
|
| "deleted"
|
|
186
207
|
| "deleting"
|
|
187
208
|
| "pending";
|
|
188
|
-
|
|
189
209
|
export interface TransitGatewayConnectPeer {
|
|
190
210
|
TransitGatewayAttachmentId?: string;
|
|
191
|
-
|
|
192
211
|
TransitGatewayConnectPeerId?: string;
|
|
193
|
-
|
|
194
212
|
State?: TransitGatewayConnectPeerState | string;
|
|
195
|
-
|
|
196
213
|
CreationTime?: Date;
|
|
197
|
-
|
|
198
214
|
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
|
|
199
|
-
|
|
200
215
|
Tags?: Tag[];
|
|
201
216
|
}
|
|
202
217
|
export interface CreateTransitGatewayConnectPeerResult {
|
|
@@ -205,29 +220,20 @@ export interface CreateTransitGatewayConnectPeerResult {
|
|
|
205
220
|
export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
|
|
206
221
|
export declare type Igmpv2SupportValue = "disable" | "enable";
|
|
207
222
|
export declare type StaticSourcesSupportValue = "disable" | "enable";
|
|
208
|
-
|
|
209
223
|
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
210
224
|
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
211
|
-
|
|
212
225
|
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
213
|
-
|
|
214
226
|
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
215
227
|
}
|
|
216
228
|
export interface CreateTransitGatewayMulticastDomainRequest {
|
|
217
229
|
TransitGatewayId: string | undefined;
|
|
218
|
-
|
|
219
230
|
Options?: CreateTransitGatewayMulticastDomainRequestOptions;
|
|
220
|
-
|
|
221
231
|
TagSpecifications?: TagSpecification[];
|
|
222
|
-
|
|
223
232
|
DryRun?: boolean;
|
|
224
233
|
}
|
|
225
|
-
|
|
226
234
|
export interface TransitGatewayMulticastDomainOptions {
|
|
227
235
|
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
228
|
-
|
|
229
236
|
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
230
|
-
|
|
231
237
|
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
232
238
|
}
|
|
233
239
|
export declare type TransitGatewayMulticastDomainState =
|
|
@@ -235,44 +241,29 @@ export declare type TransitGatewayMulticastDomainState =
|
|
|
235
241
|
| "deleted"
|
|
236
242
|
| "deleting"
|
|
237
243
|
| "pending";
|
|
238
|
-
|
|
239
244
|
export interface TransitGatewayMulticastDomain {
|
|
240
245
|
TransitGatewayMulticastDomainId?: string;
|
|
241
|
-
|
|
242
246
|
TransitGatewayId?: string;
|
|
243
|
-
|
|
244
247
|
TransitGatewayMulticastDomainArn?: string;
|
|
245
|
-
|
|
246
248
|
OwnerId?: string;
|
|
247
|
-
|
|
248
249
|
Options?: TransitGatewayMulticastDomainOptions;
|
|
249
|
-
|
|
250
250
|
State?: TransitGatewayMulticastDomainState | string;
|
|
251
|
-
|
|
252
251
|
CreationTime?: Date;
|
|
253
|
-
|
|
254
252
|
Tags?: Tag[];
|
|
255
253
|
}
|
|
256
254
|
export interface CreateTransitGatewayMulticastDomainResult {
|
|
257
255
|
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
258
256
|
}
|
|
259
|
-
|
|
260
257
|
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
261
258
|
DynamicRouting?: DynamicRoutingValue | string;
|
|
262
259
|
}
|
|
263
260
|
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
264
261
|
TransitGatewayId: string | undefined;
|
|
265
|
-
|
|
266
262
|
PeerTransitGatewayId: string | undefined;
|
|
267
|
-
|
|
268
263
|
PeerAccountId: string | undefined;
|
|
269
|
-
|
|
270
264
|
PeerRegion: string | undefined;
|
|
271
|
-
|
|
272
265
|
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
|
|
273
|
-
|
|
274
266
|
TagSpecifications?: TagSpecification[];
|
|
275
|
-
|
|
276
267
|
DryRun?: boolean;
|
|
277
268
|
}
|
|
278
269
|
export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
@@ -280,9 +271,7 @@ export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
|
280
271
|
}
|
|
281
272
|
export interface CreateTransitGatewayPolicyTableRequest {
|
|
282
273
|
TransitGatewayId: string | undefined;
|
|
283
|
-
|
|
284
274
|
TagSpecifications?: TagSpecification[];
|
|
285
|
-
|
|
286
275
|
DryRun?: boolean;
|
|
287
276
|
}
|
|
288
277
|
export declare enum TransitGatewayPolicyTableState {
|
|
@@ -291,16 +280,11 @@ export declare enum TransitGatewayPolicyTableState {
|
|
|
291
280
|
deleting = "deleting",
|
|
292
281
|
pending = "pending",
|
|
293
282
|
}
|
|
294
|
-
|
|
295
283
|
export interface TransitGatewayPolicyTable {
|
|
296
284
|
TransitGatewayPolicyTableId?: string;
|
|
297
|
-
|
|
298
285
|
TransitGatewayId?: string;
|
|
299
|
-
|
|
300
286
|
State?: TransitGatewayPolicyTableState | string;
|
|
301
|
-
|
|
302
287
|
CreationTime?: Date;
|
|
303
|
-
|
|
304
288
|
Tags?: Tag[];
|
|
305
289
|
}
|
|
306
290
|
export interface CreateTransitGatewayPolicyTableResult {
|
|
@@ -308,13 +292,9 @@ export interface CreateTransitGatewayPolicyTableResult {
|
|
|
308
292
|
}
|
|
309
293
|
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
310
294
|
TransitGatewayRouteTableId: string | undefined;
|
|
311
|
-
|
|
312
295
|
PrefixListId: string | undefined;
|
|
313
|
-
|
|
314
296
|
TransitGatewayAttachmentId?: string;
|
|
315
|
-
|
|
316
297
|
Blackhole?: boolean;
|
|
317
|
-
|
|
318
298
|
DryRun?: boolean;
|
|
319
299
|
}
|
|
320
300
|
export declare type TransitGatewayPrefixListReferenceState =
|
|
@@ -322,26 +302,17 @@ export declare type TransitGatewayPrefixListReferenceState =
|
|
|
322
302
|
| "deleting"
|
|
323
303
|
| "modifying"
|
|
324
304
|
| "pending";
|
|
325
|
-
|
|
326
305
|
export interface TransitGatewayPrefixListAttachment {
|
|
327
306
|
TransitGatewayAttachmentId?: string;
|
|
328
|
-
|
|
329
307
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
330
|
-
|
|
331
308
|
ResourceId?: string;
|
|
332
309
|
}
|
|
333
|
-
|
|
334
310
|
export interface TransitGatewayPrefixListReference {
|
|
335
311
|
TransitGatewayRouteTableId?: string;
|
|
336
|
-
|
|
337
312
|
PrefixListId?: string;
|
|
338
|
-
|
|
339
313
|
PrefixListOwnerId?: string;
|
|
340
|
-
|
|
341
314
|
State?: TransitGatewayPrefixListReferenceState | string;
|
|
342
|
-
|
|
343
315
|
Blackhole?: boolean;
|
|
344
|
-
|
|
345
316
|
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
|
|
346
317
|
}
|
|
347
318
|
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
@@ -349,13 +320,9 @@ export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
|
349
320
|
}
|
|
350
321
|
export interface CreateTransitGatewayRouteRequest {
|
|
351
322
|
DestinationCidrBlock: string | undefined;
|
|
352
|
-
|
|
353
323
|
TransitGatewayRouteTableId: string | undefined;
|
|
354
|
-
|
|
355
324
|
TransitGatewayAttachmentId?: string;
|
|
356
|
-
|
|
357
325
|
Blackhole?: boolean;
|
|
358
|
-
|
|
359
326
|
DryRun?: boolean;
|
|
360
327
|
}
|
|
361
328
|
export declare type TransitGatewayRouteState =
|
|
@@ -364,27 +331,18 @@ export declare type TransitGatewayRouteState =
|
|
|
364
331
|
| "deleted"
|
|
365
332
|
| "deleting"
|
|
366
333
|
| "pending";
|
|
367
|
-
|
|
368
334
|
export interface TransitGatewayRouteAttachment {
|
|
369
335
|
ResourceId?: string;
|
|
370
|
-
|
|
371
336
|
TransitGatewayAttachmentId?: string;
|
|
372
|
-
|
|
373
337
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
374
338
|
}
|
|
375
339
|
export declare type TransitGatewayRouteType = "propagated" | "static";
|
|
376
|
-
|
|
377
340
|
export interface TransitGatewayRoute {
|
|
378
341
|
DestinationCidrBlock?: string;
|
|
379
|
-
|
|
380
342
|
PrefixListId?: string;
|
|
381
|
-
|
|
382
343
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
383
|
-
|
|
384
344
|
TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
|
|
385
|
-
|
|
386
345
|
Type?: TransitGatewayRouteType | string;
|
|
387
|
-
|
|
388
346
|
State?: TransitGatewayRouteState | string;
|
|
389
347
|
}
|
|
390
348
|
export interface CreateTransitGatewayRouteResult {
|
|
@@ -392,9 +350,7 @@ export interface CreateTransitGatewayRouteResult {
|
|
|
392
350
|
}
|
|
393
351
|
export interface CreateTransitGatewayRouteTableRequest {
|
|
394
352
|
TransitGatewayId: string | undefined;
|
|
395
|
-
|
|
396
353
|
TagSpecifications?: TagSpecification[];
|
|
397
|
-
|
|
398
354
|
DryRun?: boolean;
|
|
399
355
|
}
|
|
400
356
|
export declare type TransitGatewayRouteTableState =
|
|
@@ -402,20 +358,13 @@ export declare type TransitGatewayRouteTableState =
|
|
|
402
358
|
| "deleted"
|
|
403
359
|
| "deleting"
|
|
404
360
|
| "pending";
|
|
405
|
-
|
|
406
361
|
export interface TransitGatewayRouteTable {
|
|
407
362
|
TransitGatewayRouteTableId?: string;
|
|
408
|
-
|
|
409
363
|
TransitGatewayId?: string;
|
|
410
|
-
|
|
411
364
|
State?: TransitGatewayRouteTableState | string;
|
|
412
|
-
|
|
413
365
|
DefaultAssociationRouteTable?: boolean;
|
|
414
|
-
|
|
415
366
|
DefaultPropagationRouteTable?: boolean;
|
|
416
|
-
|
|
417
367
|
CreationTime?: Date;
|
|
418
|
-
|
|
419
368
|
Tags?: Tag[];
|
|
420
369
|
}
|
|
421
370
|
export interface CreateTransitGatewayRouteTableResult {
|
|
@@ -423,11 +372,8 @@ export interface CreateTransitGatewayRouteTableResult {
|
|
|
423
372
|
}
|
|
424
373
|
export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
425
374
|
TransitGatewayRouteTableId: string | undefined;
|
|
426
|
-
|
|
427
375
|
PeeringAttachmentId: string | undefined;
|
|
428
|
-
|
|
429
376
|
TagSpecifications?: TagSpecification[];
|
|
430
|
-
|
|
431
377
|
DryRun?: boolean;
|
|
432
378
|
}
|
|
433
379
|
export declare enum TransitGatewayRouteTableAnnouncementDirection {
|
|
@@ -442,54 +388,35 @@ export declare enum TransitGatewayRouteTableAnnouncementState {
|
|
|
442
388
|
failing = "failing",
|
|
443
389
|
pending = "pending",
|
|
444
390
|
}
|
|
445
|
-
|
|
446
391
|
export interface TransitGatewayRouteTableAnnouncement {
|
|
447
392
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
448
|
-
|
|
449
393
|
TransitGatewayId?: string;
|
|
450
|
-
|
|
451
394
|
CoreNetworkId?: string;
|
|
452
|
-
|
|
453
395
|
PeerTransitGatewayId?: string;
|
|
454
|
-
|
|
455
396
|
PeerCoreNetworkId?: string;
|
|
456
|
-
|
|
457
397
|
PeeringAttachmentId?: string;
|
|
458
|
-
|
|
459
398
|
AnnouncementDirection?:
|
|
460
399
|
| TransitGatewayRouteTableAnnouncementDirection
|
|
461
400
|
| string;
|
|
462
|
-
|
|
463
401
|
TransitGatewayRouteTableId?: string;
|
|
464
|
-
|
|
465
402
|
State?: TransitGatewayRouteTableAnnouncementState | string;
|
|
466
|
-
|
|
467
403
|
CreationTime?: Date;
|
|
468
|
-
|
|
469
404
|
Tags?: Tag[];
|
|
470
405
|
}
|
|
471
406
|
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
472
407
|
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
473
408
|
}
|
|
474
|
-
|
|
475
409
|
export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
476
410
|
DnsSupport?: DnsSupportValue | string;
|
|
477
|
-
|
|
478
411
|
Ipv6Support?: Ipv6SupportValue | string;
|
|
479
|
-
|
|
480
412
|
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
481
413
|
}
|
|
482
414
|
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
483
415
|
TransitGatewayId: string | undefined;
|
|
484
|
-
|
|
485
416
|
VpcId: string | undefined;
|
|
486
|
-
|
|
487
417
|
SubnetIds: string[] | undefined;
|
|
488
|
-
|
|
489
418
|
Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
|
|
490
|
-
|
|
491
419
|
TagSpecifications?: TagSpecification[];
|
|
492
|
-
|
|
493
420
|
DryRun?: boolean;
|
|
494
421
|
}
|
|
495
422
|
export interface CreateTransitGatewayVpcAttachmentResult {
|
|
@@ -497,29 +424,17 @@ export interface CreateTransitGatewayVpcAttachmentResult {
|
|
|
497
424
|
}
|
|
498
425
|
export interface CreateVolumeRequest {
|
|
499
426
|
AvailabilityZone: string | undefined;
|
|
500
|
-
|
|
501
427
|
Encrypted?: boolean;
|
|
502
|
-
|
|
503
428
|
Iops?: number;
|
|
504
|
-
|
|
505
429
|
KmsKeyId?: string;
|
|
506
|
-
|
|
507
430
|
OutpostArn?: string;
|
|
508
|
-
|
|
509
431
|
Size?: number;
|
|
510
|
-
|
|
511
432
|
SnapshotId?: string;
|
|
512
|
-
|
|
513
433
|
VolumeType?: VolumeType | string;
|
|
514
|
-
|
|
515
434
|
DryRun?: boolean;
|
|
516
|
-
|
|
517
435
|
TagSpecifications?: TagSpecification[];
|
|
518
|
-
|
|
519
436
|
MultiAttachEnabled?: boolean;
|
|
520
|
-
|
|
521
437
|
Throughput?: number;
|
|
522
|
-
|
|
523
438
|
ClientToken?: string;
|
|
524
439
|
}
|
|
525
440
|
export declare type VolumeState =
|
|
@@ -529,63 +444,36 @@ export declare type VolumeState =
|
|
|
529
444
|
| "deleting"
|
|
530
445
|
| "error"
|
|
531
446
|
| "in-use";
|
|
532
|
-
|
|
533
447
|
export interface Volume {
|
|
534
448
|
Attachments?: VolumeAttachment[];
|
|
535
|
-
|
|
536
449
|
AvailabilityZone?: string;
|
|
537
|
-
|
|
538
450
|
CreateTime?: Date;
|
|
539
|
-
|
|
540
451
|
Encrypted?: boolean;
|
|
541
|
-
|
|
542
452
|
KmsKeyId?: string;
|
|
543
|
-
|
|
544
453
|
OutpostArn?: string;
|
|
545
|
-
|
|
546
454
|
Size?: number;
|
|
547
|
-
|
|
548
455
|
SnapshotId?: string;
|
|
549
|
-
|
|
550
456
|
State?: VolumeState | string;
|
|
551
|
-
|
|
552
457
|
VolumeId?: string;
|
|
553
|
-
|
|
554
458
|
Iops?: number;
|
|
555
|
-
|
|
556
459
|
Tags?: Tag[];
|
|
557
|
-
|
|
558
460
|
VolumeType?: VolumeType | string;
|
|
559
|
-
|
|
560
461
|
FastRestored?: boolean;
|
|
561
|
-
|
|
562
462
|
MultiAttachEnabled?: boolean;
|
|
563
|
-
|
|
564
463
|
Throughput?: number;
|
|
565
464
|
}
|
|
566
465
|
export interface CreateVpcRequest {
|
|
567
466
|
CidrBlock?: string;
|
|
568
|
-
|
|
569
467
|
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
570
|
-
|
|
571
468
|
Ipv6Pool?: string;
|
|
572
|
-
|
|
573
469
|
Ipv6CidrBlock?: string;
|
|
574
|
-
|
|
575
470
|
Ipv4IpamPoolId?: string;
|
|
576
|
-
|
|
577
471
|
Ipv4NetmaskLength?: number;
|
|
578
|
-
|
|
579
472
|
Ipv6IpamPoolId?: string;
|
|
580
|
-
|
|
581
473
|
Ipv6NetmaskLength?: number;
|
|
582
|
-
|
|
583
474
|
DryRun?: boolean;
|
|
584
|
-
|
|
585
475
|
InstanceTenancy?: Tenancy | string;
|
|
586
|
-
|
|
587
476
|
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
588
|
-
|
|
589
477
|
TagSpecifications?: TagSpecification[];
|
|
590
478
|
}
|
|
591
479
|
export interface CreateVpcResult {
|
|
@@ -597,7 +485,6 @@ export declare enum DnsRecordIpType {
|
|
|
597
485
|
ipv6 = "ipv6",
|
|
598
486
|
service_defined = "service-defined",
|
|
599
487
|
}
|
|
600
|
-
|
|
601
488
|
export interface DnsOptionsSpecification {
|
|
602
489
|
DnsRecordIpType?: DnsRecordIpType | string;
|
|
603
490
|
}
|
|
@@ -611,54 +498,34 @@ export declare enum VpcEndpointType {
|
|
|
611
498
|
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
612
499
|
Interface = "Interface",
|
|
613
500
|
}
|
|
614
|
-
|
|
615
501
|
export interface CreateVpcEndpointRequest {
|
|
616
502
|
DryRun?: boolean;
|
|
617
|
-
|
|
618
503
|
VpcEndpointType?: VpcEndpointType | string;
|
|
619
|
-
|
|
620
504
|
VpcId: string | undefined;
|
|
621
|
-
|
|
622
505
|
ServiceName: string | undefined;
|
|
623
|
-
|
|
624
506
|
PolicyDocument?: string;
|
|
625
|
-
|
|
626
507
|
RouteTableIds?: string[];
|
|
627
|
-
|
|
628
508
|
SubnetIds?: string[];
|
|
629
|
-
|
|
630
509
|
SecurityGroupIds?: string[];
|
|
631
|
-
|
|
632
510
|
IpAddressType?: IpAddressType | string;
|
|
633
|
-
|
|
634
511
|
DnsOptions?: DnsOptionsSpecification;
|
|
635
|
-
|
|
636
512
|
ClientToken?: string;
|
|
637
|
-
|
|
638
513
|
PrivateDnsEnabled?: boolean;
|
|
639
|
-
|
|
640
514
|
TagSpecifications?: TagSpecification[];
|
|
641
515
|
}
|
|
642
|
-
|
|
643
516
|
export interface DnsEntry {
|
|
644
517
|
DnsName?: string;
|
|
645
|
-
|
|
646
518
|
HostedZoneId?: string;
|
|
647
519
|
}
|
|
648
|
-
|
|
649
520
|
export interface DnsOptions {
|
|
650
521
|
DnsRecordIpType?: DnsRecordIpType | string;
|
|
651
522
|
}
|
|
652
|
-
|
|
653
523
|
export interface SecurityGroupIdentifier {
|
|
654
524
|
GroupId?: string;
|
|
655
|
-
|
|
656
525
|
GroupName?: string;
|
|
657
526
|
}
|
|
658
|
-
|
|
659
527
|
export interface LastError {
|
|
660
528
|
Message?: string;
|
|
661
|
-
|
|
662
529
|
Code?: string;
|
|
663
530
|
}
|
|
664
531
|
export declare enum State {
|
|
@@ -671,63 +538,37 @@ export declare enum State {
|
|
|
671
538
|
PendingAcceptance = "PendingAcceptance",
|
|
672
539
|
Rejected = "Rejected",
|
|
673
540
|
}
|
|
674
|
-
|
|
675
541
|
export interface VpcEndpoint {
|
|
676
542
|
VpcEndpointId?: string;
|
|
677
|
-
|
|
678
543
|
VpcEndpointType?: VpcEndpointType | string;
|
|
679
|
-
|
|
680
544
|
VpcId?: string;
|
|
681
|
-
|
|
682
545
|
ServiceName?: string;
|
|
683
|
-
|
|
684
546
|
State?: State | string;
|
|
685
|
-
|
|
686
547
|
PolicyDocument?: string;
|
|
687
|
-
|
|
688
548
|
RouteTableIds?: string[];
|
|
689
|
-
|
|
690
549
|
SubnetIds?: string[];
|
|
691
|
-
|
|
692
550
|
Groups?: SecurityGroupIdentifier[];
|
|
693
|
-
|
|
694
551
|
IpAddressType?: IpAddressType | string;
|
|
695
|
-
|
|
696
552
|
DnsOptions?: DnsOptions;
|
|
697
|
-
|
|
698
553
|
PrivateDnsEnabled?: boolean;
|
|
699
|
-
|
|
700
554
|
RequesterManaged?: boolean;
|
|
701
|
-
|
|
702
555
|
NetworkInterfaceIds?: string[];
|
|
703
|
-
|
|
704
556
|
DnsEntries?: DnsEntry[];
|
|
705
|
-
|
|
706
557
|
CreationTimestamp?: Date;
|
|
707
|
-
|
|
708
558
|
Tags?: Tag[];
|
|
709
|
-
|
|
710
559
|
OwnerId?: string;
|
|
711
|
-
|
|
712
560
|
LastError?: LastError;
|
|
713
561
|
}
|
|
714
|
-
|
|
715
562
|
export interface CreateVpcEndpointResult {
|
|
716
563
|
VpcEndpoint?: VpcEndpoint;
|
|
717
|
-
|
|
718
564
|
ClientToken?: string;
|
|
719
565
|
}
|
|
720
566
|
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
721
567
|
DryRun?: boolean;
|
|
722
|
-
|
|
723
568
|
ServiceId?: string;
|
|
724
|
-
|
|
725
569
|
VpcEndpointId?: string;
|
|
726
|
-
|
|
727
570
|
ConnectionNotificationArn: string | undefined;
|
|
728
|
-
|
|
729
571
|
ConnectionEvents: string[] | undefined;
|
|
730
|
-
|
|
731
572
|
ClientToken?: string;
|
|
732
573
|
}
|
|
733
574
|
export declare enum ConnectionNotificationState {
|
|
@@ -737,42 +578,27 @@ export declare enum ConnectionNotificationState {
|
|
|
737
578
|
export declare enum ConnectionNotificationType {
|
|
738
579
|
Topic = "Topic",
|
|
739
580
|
}
|
|
740
|
-
|
|
741
581
|
export interface ConnectionNotification {
|
|
742
582
|
ConnectionNotificationId?: string;
|
|
743
|
-
|
|
744
583
|
ServiceId?: string;
|
|
745
|
-
|
|
746
584
|
VpcEndpointId?: string;
|
|
747
|
-
|
|
748
585
|
ConnectionNotificationType?: ConnectionNotificationType | string;
|
|
749
|
-
|
|
750
586
|
ConnectionNotificationArn?: string;
|
|
751
|
-
|
|
752
587
|
ConnectionEvents?: string[];
|
|
753
|
-
|
|
754
588
|
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
755
589
|
}
|
|
756
590
|
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
757
591
|
ConnectionNotification?: ConnectionNotification;
|
|
758
|
-
|
|
759
592
|
ClientToken?: string;
|
|
760
593
|
}
|
|
761
594
|
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
762
595
|
DryRun?: boolean;
|
|
763
|
-
|
|
764
596
|
AcceptanceRequired?: boolean;
|
|
765
|
-
|
|
766
597
|
PrivateDnsName?: string;
|
|
767
|
-
|
|
768
598
|
NetworkLoadBalancerArns?: string[];
|
|
769
|
-
|
|
770
599
|
GatewayLoadBalancerArns?: string[];
|
|
771
|
-
|
|
772
600
|
SupportedIpAddressTypes?: string[];
|
|
773
|
-
|
|
774
601
|
ClientToken?: string;
|
|
775
|
-
|
|
776
602
|
TagSpecifications?: TagSpecification[];
|
|
777
603
|
}
|
|
778
604
|
export declare enum PayerResponsibility {
|
|
@@ -783,14 +609,10 @@ export declare enum DnsNameState {
|
|
|
783
609
|
PendingVerification = "pendingVerification",
|
|
784
610
|
Verified = "verified",
|
|
785
611
|
}
|
|
786
|
-
|
|
787
612
|
export interface PrivateDnsNameConfiguration {
|
|
788
613
|
State?: DnsNameState | string;
|
|
789
|
-
|
|
790
614
|
Type?: string;
|
|
791
|
-
|
|
792
615
|
Value?: string;
|
|
793
|
-
|
|
794
616
|
Name?: string;
|
|
795
617
|
}
|
|
796
618
|
export declare enum ServiceState {
|
|
@@ -805,7 +627,6 @@ export declare enum ServiceType {
|
|
|
805
627
|
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
806
628
|
Interface = "Interface",
|
|
807
629
|
}
|
|
808
|
-
|
|
809
630
|
export interface ServiceTypeDetail {
|
|
810
631
|
ServiceType?: ServiceType | string;
|
|
811
632
|
}
|
|
@@ -813,176 +634,108 @@ export declare enum ServiceConnectivityType {
|
|
|
813
634
|
ipv4 = "ipv4",
|
|
814
635
|
ipv6 = "ipv6",
|
|
815
636
|
}
|
|
816
|
-
|
|
817
637
|
export interface ServiceConfiguration {
|
|
818
638
|
ServiceType?: ServiceTypeDetail[];
|
|
819
|
-
|
|
820
639
|
ServiceId?: string;
|
|
821
|
-
|
|
822
640
|
ServiceName?: string;
|
|
823
|
-
|
|
824
641
|
ServiceState?: ServiceState | string;
|
|
825
|
-
|
|
826
642
|
AvailabilityZones?: string[];
|
|
827
|
-
|
|
828
643
|
AcceptanceRequired?: boolean;
|
|
829
|
-
|
|
830
644
|
ManagesVpcEndpoints?: boolean;
|
|
831
|
-
|
|
832
645
|
NetworkLoadBalancerArns?: string[];
|
|
833
|
-
|
|
834
646
|
GatewayLoadBalancerArns?: string[];
|
|
835
|
-
|
|
836
647
|
SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
|
|
837
|
-
|
|
838
648
|
BaseEndpointDnsNames?: string[];
|
|
839
|
-
|
|
840
649
|
PrivateDnsName?: string;
|
|
841
|
-
|
|
842
650
|
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
|
|
843
|
-
|
|
844
651
|
PayerResponsibility?: PayerResponsibility | string;
|
|
845
|
-
|
|
846
652
|
Tags?: Tag[];
|
|
847
653
|
}
|
|
848
654
|
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
849
655
|
ServiceConfiguration?: ServiceConfiguration;
|
|
850
|
-
|
|
851
656
|
ClientToken?: string;
|
|
852
657
|
}
|
|
853
658
|
export interface CreateVpcPeeringConnectionRequest {
|
|
854
659
|
DryRun?: boolean;
|
|
855
|
-
|
|
856
660
|
PeerOwnerId?: string;
|
|
857
|
-
|
|
858
661
|
PeerVpcId?: string;
|
|
859
|
-
|
|
860
662
|
VpcId?: string;
|
|
861
|
-
|
|
862
663
|
PeerRegion?: string;
|
|
863
|
-
|
|
864
664
|
TagSpecifications?: TagSpecification[];
|
|
865
665
|
}
|
|
866
666
|
export interface CreateVpcPeeringConnectionResult {
|
|
867
667
|
VpcPeeringConnection?: VpcPeeringConnection;
|
|
868
668
|
}
|
|
869
669
|
export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
|
|
870
|
-
|
|
871
670
|
export interface IKEVersionsRequestListValue {
|
|
872
671
|
Value?: string;
|
|
873
672
|
}
|
|
874
|
-
|
|
875
673
|
export interface CloudWatchLogOptionsSpecification {
|
|
876
674
|
LogEnabled?: boolean;
|
|
877
|
-
|
|
878
675
|
LogGroupArn?: string;
|
|
879
|
-
|
|
880
676
|
LogOutputFormat?: string;
|
|
881
677
|
}
|
|
882
|
-
|
|
883
678
|
export interface VpnTunnelLogOptionsSpecification {
|
|
884
679
|
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification;
|
|
885
680
|
}
|
|
886
|
-
|
|
887
681
|
export interface Phase1DHGroupNumbersRequestListValue {
|
|
888
682
|
Value?: number;
|
|
889
683
|
}
|
|
890
|
-
|
|
891
684
|
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
892
685
|
Value?: string;
|
|
893
686
|
}
|
|
894
|
-
|
|
895
687
|
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
896
688
|
Value?: string;
|
|
897
689
|
}
|
|
898
|
-
|
|
899
690
|
export interface Phase2DHGroupNumbersRequestListValue {
|
|
900
691
|
Value?: number;
|
|
901
692
|
}
|
|
902
|
-
|
|
903
693
|
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
904
694
|
Value?: string;
|
|
905
695
|
}
|
|
906
|
-
|
|
907
696
|
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
908
697
|
Value?: string;
|
|
909
698
|
}
|
|
910
|
-
|
|
911
699
|
export interface VpnTunnelOptionsSpecification {
|
|
912
700
|
TunnelInsideCidr?: string;
|
|
913
|
-
|
|
914
701
|
TunnelInsideIpv6Cidr?: string;
|
|
915
|
-
|
|
916
702
|
PreSharedKey?: string;
|
|
917
|
-
|
|
918
703
|
Phase1LifetimeSeconds?: number;
|
|
919
|
-
|
|
920
704
|
Phase2LifetimeSeconds?: number;
|
|
921
|
-
|
|
922
705
|
RekeyMarginTimeSeconds?: number;
|
|
923
|
-
|
|
924
706
|
RekeyFuzzPercentage?: number;
|
|
925
|
-
|
|
926
707
|
ReplayWindowSize?: number;
|
|
927
|
-
|
|
928
708
|
DPDTimeoutSeconds?: number;
|
|
929
|
-
|
|
930
709
|
DPDTimeoutAction?: string;
|
|
931
|
-
|
|
932
710
|
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
933
|
-
|
|
934
711
|
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
935
|
-
|
|
936
712
|
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
937
|
-
|
|
938
713
|
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
939
|
-
|
|
940
714
|
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
941
|
-
|
|
942
715
|
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
943
|
-
|
|
944
716
|
IKEVersions?: IKEVersionsRequestListValue[];
|
|
945
|
-
|
|
946
717
|
StartupAction?: string;
|
|
947
|
-
|
|
948
718
|
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
949
719
|
}
|
|
950
|
-
|
|
951
720
|
export interface VpnConnectionOptionsSpecification {
|
|
952
721
|
EnableAcceleration?: boolean;
|
|
953
|
-
|
|
954
722
|
StaticRoutesOnly?: boolean;
|
|
955
|
-
|
|
956
723
|
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
957
|
-
|
|
958
724
|
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
959
|
-
|
|
960
725
|
LocalIpv4NetworkCidr?: string;
|
|
961
|
-
|
|
962
726
|
RemoteIpv4NetworkCidr?: string;
|
|
963
|
-
|
|
964
727
|
LocalIpv6NetworkCidr?: string;
|
|
965
|
-
|
|
966
728
|
RemoteIpv6NetworkCidr?: string;
|
|
967
|
-
|
|
968
729
|
OutsideIpAddressType?: string;
|
|
969
|
-
|
|
970
730
|
TransportTransitGatewayAttachmentId?: string;
|
|
971
731
|
}
|
|
972
|
-
|
|
973
732
|
export interface CreateVpnConnectionRequest {
|
|
974
733
|
CustomerGatewayId: string | undefined;
|
|
975
|
-
|
|
976
734
|
Type: string | undefined;
|
|
977
|
-
|
|
978
735
|
VpnGatewayId?: string;
|
|
979
|
-
|
|
980
736
|
TransitGatewayId?: string;
|
|
981
|
-
|
|
982
737
|
DryRun?: boolean;
|
|
983
|
-
|
|
984
738
|
Options?: VpnConnectionOptionsSpecification;
|
|
985
|
-
|
|
986
739
|
TagSpecifications?: TagSpecification[];
|
|
987
740
|
}
|
|
988
741
|
export declare enum GatewayAssociationState {
|
|
@@ -991,212 +744,130 @@ export declare enum GatewayAssociationState {
|
|
|
991
744
|
disassociating = "disassociating",
|
|
992
745
|
not_associated = "not-associated",
|
|
993
746
|
}
|
|
994
|
-
|
|
995
747
|
export interface IKEVersionsListValue {
|
|
996
748
|
Value?: string;
|
|
997
749
|
}
|
|
998
|
-
|
|
999
750
|
export interface CloudWatchLogOptions {
|
|
1000
751
|
LogEnabled?: boolean;
|
|
1001
|
-
|
|
1002
752
|
LogGroupArn?: string;
|
|
1003
|
-
|
|
1004
753
|
LogOutputFormat?: string;
|
|
1005
754
|
}
|
|
1006
|
-
|
|
1007
755
|
export interface VpnTunnelLogOptions {
|
|
1008
756
|
CloudWatchLogOptions?: CloudWatchLogOptions;
|
|
1009
757
|
}
|
|
1010
|
-
|
|
1011
758
|
export interface Phase1DHGroupNumbersListValue {
|
|
1012
759
|
Value?: number;
|
|
1013
760
|
}
|
|
1014
|
-
|
|
1015
761
|
export interface Phase1EncryptionAlgorithmsListValue {
|
|
1016
762
|
Value?: string;
|
|
1017
763
|
}
|
|
1018
|
-
|
|
1019
764
|
export interface Phase1IntegrityAlgorithmsListValue {
|
|
1020
765
|
Value?: string;
|
|
1021
766
|
}
|
|
1022
|
-
|
|
1023
767
|
export interface Phase2DHGroupNumbersListValue {
|
|
1024
768
|
Value?: number;
|
|
1025
769
|
}
|
|
1026
|
-
|
|
1027
770
|
export interface Phase2EncryptionAlgorithmsListValue {
|
|
1028
771
|
Value?: string;
|
|
1029
772
|
}
|
|
1030
|
-
|
|
1031
773
|
export interface Phase2IntegrityAlgorithmsListValue {
|
|
1032
774
|
Value?: string;
|
|
1033
775
|
}
|
|
1034
|
-
|
|
1035
776
|
export interface TunnelOption {
|
|
1036
777
|
OutsideIpAddress?: string;
|
|
1037
|
-
|
|
1038
778
|
TunnelInsideCidr?: string;
|
|
1039
|
-
|
|
1040
779
|
TunnelInsideIpv6Cidr?: string;
|
|
1041
|
-
|
|
1042
780
|
PreSharedKey?: string;
|
|
1043
|
-
|
|
1044
781
|
Phase1LifetimeSeconds?: number;
|
|
1045
|
-
|
|
1046
782
|
Phase2LifetimeSeconds?: number;
|
|
1047
|
-
|
|
1048
783
|
RekeyMarginTimeSeconds?: number;
|
|
1049
|
-
|
|
1050
784
|
RekeyFuzzPercentage?: number;
|
|
1051
|
-
|
|
1052
785
|
ReplayWindowSize?: number;
|
|
1053
|
-
|
|
1054
786
|
DpdTimeoutSeconds?: number;
|
|
1055
|
-
|
|
1056
787
|
DpdTimeoutAction?: string;
|
|
1057
|
-
|
|
1058
788
|
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
|
|
1059
|
-
|
|
1060
789
|
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
|
|
1061
|
-
|
|
1062
790
|
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
|
|
1063
|
-
|
|
1064
791
|
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
|
|
1065
|
-
|
|
1066
792
|
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
|
|
1067
|
-
|
|
1068
793
|
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
|
|
1069
|
-
|
|
1070
794
|
IkeVersions?: IKEVersionsListValue[];
|
|
1071
|
-
|
|
1072
795
|
StartupAction?: string;
|
|
1073
|
-
|
|
1074
796
|
LogOptions?: VpnTunnelLogOptions;
|
|
1075
797
|
}
|
|
1076
|
-
|
|
1077
798
|
export interface VpnConnectionOptions {
|
|
1078
799
|
EnableAcceleration?: boolean;
|
|
1079
|
-
|
|
1080
800
|
StaticRoutesOnly?: boolean;
|
|
1081
|
-
|
|
1082
801
|
LocalIpv4NetworkCidr?: string;
|
|
1083
|
-
|
|
1084
802
|
RemoteIpv4NetworkCidr?: string;
|
|
1085
|
-
|
|
1086
803
|
LocalIpv6NetworkCidr?: string;
|
|
1087
|
-
|
|
1088
804
|
RemoteIpv6NetworkCidr?: string;
|
|
1089
|
-
|
|
1090
805
|
OutsideIpAddressType?: string;
|
|
1091
|
-
|
|
1092
806
|
TransportTransitGatewayAttachmentId?: string;
|
|
1093
|
-
|
|
1094
807
|
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
1095
|
-
|
|
1096
808
|
TunnelOptions?: TunnelOption[];
|
|
1097
809
|
}
|
|
1098
810
|
export declare type VpnStaticRouteSource = "Static";
|
|
1099
811
|
export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
|
|
1100
|
-
|
|
1101
812
|
export interface VpnStaticRoute {
|
|
1102
813
|
DestinationCidrBlock?: string;
|
|
1103
|
-
|
|
1104
814
|
Source?: VpnStaticRouteSource | string;
|
|
1105
|
-
|
|
1106
815
|
State?: VpnState | string;
|
|
1107
816
|
}
|
|
1108
817
|
export declare type TelemetryStatus = "DOWN" | "UP";
|
|
1109
|
-
|
|
1110
818
|
export interface VgwTelemetry {
|
|
1111
819
|
AcceptedRouteCount?: number;
|
|
1112
|
-
|
|
1113
820
|
LastStatusChange?: Date;
|
|
1114
|
-
|
|
1115
821
|
OutsideIpAddress?: string;
|
|
1116
|
-
|
|
1117
822
|
Status?: TelemetryStatus | string;
|
|
1118
|
-
|
|
1119
823
|
StatusMessage?: string;
|
|
1120
|
-
|
|
1121
824
|
CertificateArn?: string;
|
|
1122
825
|
}
|
|
1123
|
-
|
|
1124
826
|
export interface VpnConnection {
|
|
1125
827
|
CustomerGatewayConfiguration?: string;
|
|
1126
|
-
|
|
1127
828
|
CustomerGatewayId?: string;
|
|
1128
|
-
|
|
1129
829
|
Category?: string;
|
|
1130
|
-
|
|
1131
830
|
State?: VpnState | string;
|
|
1132
|
-
|
|
1133
831
|
Type?: GatewayType | string;
|
|
1134
|
-
|
|
1135
832
|
VpnConnectionId?: string;
|
|
1136
|
-
|
|
1137
833
|
VpnGatewayId?: string;
|
|
1138
|
-
|
|
1139
834
|
TransitGatewayId?: string;
|
|
1140
|
-
|
|
1141
835
|
CoreNetworkArn?: string;
|
|
1142
|
-
|
|
1143
836
|
CoreNetworkAttachmentArn?: string;
|
|
1144
|
-
|
|
1145
837
|
GatewayAssociationState?: GatewayAssociationState | string;
|
|
1146
|
-
|
|
1147
838
|
Options?: VpnConnectionOptions;
|
|
1148
|
-
|
|
1149
839
|
Routes?: VpnStaticRoute[];
|
|
1150
|
-
|
|
1151
840
|
Tags?: Tag[];
|
|
1152
|
-
|
|
1153
841
|
VgwTelemetry?: VgwTelemetry[];
|
|
1154
842
|
}
|
|
1155
|
-
|
|
1156
843
|
export interface CreateVpnConnectionResult {
|
|
1157
844
|
VpnConnection?: VpnConnection;
|
|
1158
845
|
}
|
|
1159
|
-
|
|
1160
846
|
export interface CreateVpnConnectionRouteRequest {
|
|
1161
847
|
DestinationCidrBlock: string | undefined;
|
|
1162
|
-
|
|
1163
848
|
VpnConnectionId: string | undefined;
|
|
1164
849
|
}
|
|
1165
|
-
|
|
1166
850
|
export interface CreateVpnGatewayRequest {
|
|
1167
851
|
AvailabilityZone?: string;
|
|
1168
|
-
|
|
1169
852
|
Type: GatewayType | string | undefined;
|
|
1170
|
-
|
|
1171
853
|
TagSpecifications?: TagSpecification[];
|
|
1172
|
-
|
|
1173
854
|
AmazonSideAsn?: number;
|
|
1174
|
-
|
|
1175
855
|
DryRun?: boolean;
|
|
1176
856
|
}
|
|
1177
|
-
|
|
1178
857
|
export interface VpnGateway {
|
|
1179
858
|
AvailabilityZone?: string;
|
|
1180
|
-
|
|
1181
859
|
State?: VpnState | string;
|
|
1182
|
-
|
|
1183
860
|
Type?: GatewayType | string;
|
|
1184
|
-
|
|
1185
861
|
VpcAttachments?: VpcAttachment[];
|
|
1186
|
-
|
|
1187
862
|
VpnGatewayId?: string;
|
|
1188
|
-
|
|
1189
863
|
AmazonSideAsn?: number;
|
|
1190
|
-
|
|
1191
864
|
Tags?: Tag[];
|
|
1192
865
|
}
|
|
1193
|
-
|
|
1194
866
|
export interface CreateVpnGatewayResult {
|
|
1195
867
|
VpnGateway?: VpnGateway;
|
|
1196
868
|
}
|
|
1197
869
|
export interface DeleteCarrierGatewayRequest {
|
|
1198
870
|
CarrierGatewayId: string | undefined;
|
|
1199
|
-
|
|
1200
871
|
DryRun?: boolean;
|
|
1201
872
|
}
|
|
1202
873
|
export interface DeleteCarrierGatewayResult {
|
|
@@ -1204,7 +875,6 @@ export interface DeleteCarrierGatewayResult {
|
|
|
1204
875
|
}
|
|
1205
876
|
export interface DeleteClientVpnEndpointRequest {
|
|
1206
877
|
ClientVpnEndpointId: string | undefined;
|
|
1207
|
-
|
|
1208
878
|
DryRun?: boolean;
|
|
1209
879
|
}
|
|
1210
880
|
export interface DeleteClientVpnEndpointResult {
|
|
@@ -1212,30 +882,38 @@ export interface DeleteClientVpnEndpointResult {
|
|
|
1212
882
|
}
|
|
1213
883
|
export interface DeleteClientVpnRouteRequest {
|
|
1214
884
|
ClientVpnEndpointId: string | undefined;
|
|
1215
|
-
|
|
1216
885
|
TargetVpcSubnetId?: string;
|
|
1217
|
-
|
|
1218
886
|
DestinationCidrBlock: string | undefined;
|
|
1219
|
-
|
|
1220
887
|
DryRun?: boolean;
|
|
1221
888
|
}
|
|
1222
889
|
export interface DeleteClientVpnRouteResult {
|
|
1223
890
|
Status?: ClientVpnRouteStatus;
|
|
1224
891
|
}
|
|
1225
|
-
|
|
892
|
+
export interface DeleteCoipCidrRequest {
|
|
893
|
+
Cidr: string | undefined;
|
|
894
|
+
CoipPoolId: string | undefined;
|
|
895
|
+
DryRun?: boolean;
|
|
896
|
+
}
|
|
897
|
+
export interface DeleteCoipCidrResult {
|
|
898
|
+
CoipCidr?: CoipCidr;
|
|
899
|
+
}
|
|
900
|
+
export interface DeleteCoipPoolRequest {
|
|
901
|
+
CoipPoolId: string | undefined;
|
|
902
|
+
DryRun?: boolean;
|
|
903
|
+
}
|
|
904
|
+
export interface DeleteCoipPoolResult {
|
|
905
|
+
CoipPool?: CoipPool;
|
|
906
|
+
}
|
|
1226
907
|
export interface DeleteCustomerGatewayRequest {
|
|
1227
908
|
CustomerGatewayId: string | undefined;
|
|
1228
|
-
|
|
1229
909
|
DryRun?: boolean;
|
|
1230
910
|
}
|
|
1231
911
|
export interface DeleteDhcpOptionsRequest {
|
|
1232
912
|
DhcpOptionsId: string | undefined;
|
|
1233
|
-
|
|
1234
913
|
DryRun?: boolean;
|
|
1235
914
|
}
|
|
1236
915
|
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
1237
916
|
DryRun?: boolean;
|
|
1238
|
-
|
|
1239
917
|
EgressOnlyInternetGatewayId: string | undefined;
|
|
1240
918
|
}
|
|
1241
919
|
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
@@ -1243,9 +921,7 @@ export interface DeleteEgressOnlyInternetGatewayResult {
|
|
|
1243
921
|
}
|
|
1244
922
|
export interface DeleteFleetsRequest {
|
|
1245
923
|
DryRun?: boolean;
|
|
1246
|
-
|
|
1247
924
|
FleetIds: string[] | undefined;
|
|
1248
|
-
|
|
1249
925
|
TerminateInstances: boolean | undefined;
|
|
1250
926
|
}
|
|
1251
927
|
export declare enum FleetStateCode {
|
|
@@ -1257,12 +933,9 @@ export declare enum FleetStateCode {
|
|
|
1257
933
|
MODIFYING = "modifying",
|
|
1258
934
|
SUBMITTED = "submitted",
|
|
1259
935
|
}
|
|
1260
|
-
|
|
1261
936
|
export interface DeleteFleetSuccessItem {
|
|
1262
937
|
CurrentFleetState?: FleetStateCode | string;
|
|
1263
|
-
|
|
1264
938
|
PreviousFleetState?: FleetStateCode | string;
|
|
1265
|
-
|
|
1266
939
|
FleetId?: string;
|
|
1267
940
|
}
|
|
1268
941
|
export declare enum DeleteFleetErrorCode {
|
|
@@ -1271,26 +944,20 @@ export declare enum DeleteFleetErrorCode {
|
|
|
1271
944
|
FLEET_NOT_IN_DELETABLE_STATE = "fleetNotInDeletableState",
|
|
1272
945
|
UNEXPECTED_ERROR = "unexpectedError",
|
|
1273
946
|
}
|
|
1274
|
-
|
|
1275
947
|
export interface DeleteFleetError {
|
|
1276
948
|
Code?: DeleteFleetErrorCode | string;
|
|
1277
|
-
|
|
1278
949
|
Message?: string;
|
|
1279
950
|
}
|
|
1280
|
-
|
|
1281
951
|
export interface DeleteFleetErrorItem {
|
|
1282
952
|
Error?: DeleteFleetError;
|
|
1283
|
-
|
|
1284
953
|
FleetId?: string;
|
|
1285
954
|
}
|
|
1286
955
|
export interface DeleteFleetsResult {
|
|
1287
956
|
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[];
|
|
1288
|
-
|
|
1289
957
|
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[];
|
|
1290
958
|
}
|
|
1291
959
|
export interface DeleteFlowLogsRequest {
|
|
1292
960
|
DryRun?: boolean;
|
|
1293
|
-
|
|
1294
961
|
FlowLogIds: string[] | undefined;
|
|
1295
962
|
}
|
|
1296
963
|
export interface DeleteFlowLogsResult {
|
|
@@ -1298,7 +965,6 @@ export interface DeleteFlowLogsResult {
|
|
|
1298
965
|
}
|
|
1299
966
|
export interface DeleteFpgaImageRequest {
|
|
1300
967
|
DryRun?: boolean;
|
|
1301
|
-
|
|
1302
968
|
FpgaImageId: string | undefined;
|
|
1303
969
|
}
|
|
1304
970
|
export interface DeleteFpgaImageResult {
|
|
@@ -1306,15 +972,11 @@ export interface DeleteFpgaImageResult {
|
|
|
1306
972
|
}
|
|
1307
973
|
export interface DeleteInstanceEventWindowRequest {
|
|
1308
974
|
DryRun?: boolean;
|
|
1309
|
-
|
|
1310
975
|
ForceDelete?: boolean;
|
|
1311
|
-
|
|
1312
976
|
InstanceEventWindowId: string | undefined;
|
|
1313
977
|
}
|
|
1314
|
-
|
|
1315
978
|
export interface InstanceEventWindowStateChange {
|
|
1316
979
|
InstanceEventWindowId?: string;
|
|
1317
|
-
|
|
1318
980
|
State?: InstanceEventWindowState | string;
|
|
1319
981
|
}
|
|
1320
982
|
export interface DeleteInstanceEventWindowResult {
|
|
@@ -1322,14 +984,11 @@ export interface DeleteInstanceEventWindowResult {
|
|
|
1322
984
|
}
|
|
1323
985
|
export interface DeleteInternetGatewayRequest {
|
|
1324
986
|
DryRun?: boolean;
|
|
1325
|
-
|
|
1326
987
|
InternetGatewayId: string | undefined;
|
|
1327
988
|
}
|
|
1328
989
|
export interface DeleteIpamRequest {
|
|
1329
990
|
DryRun?: boolean;
|
|
1330
|
-
|
|
1331
991
|
IpamId: string | undefined;
|
|
1332
|
-
|
|
1333
992
|
Cascade?: boolean;
|
|
1334
993
|
}
|
|
1335
994
|
export interface DeleteIpamResult {
|
|
@@ -1337,7 +996,6 @@ export interface DeleteIpamResult {
|
|
|
1337
996
|
}
|
|
1338
997
|
export interface DeleteIpamPoolRequest {
|
|
1339
998
|
DryRun?: boolean;
|
|
1340
|
-
|
|
1341
999
|
IpamPoolId: string | undefined;
|
|
1342
1000
|
}
|
|
1343
1001
|
export interface DeleteIpamPoolResult {
|
|
@@ -1345,7 +1003,6 @@ export interface DeleteIpamPoolResult {
|
|
|
1345
1003
|
}
|
|
1346
1004
|
export interface DeleteIpamScopeRequest {
|
|
1347
1005
|
DryRun?: boolean;
|
|
1348
|
-
|
|
1349
1006
|
IpamScopeId: string | undefined;
|
|
1350
1007
|
}
|
|
1351
1008
|
export interface DeleteIpamScopeResult {
|
|
@@ -1353,16 +1010,12 @@ export interface DeleteIpamScopeResult {
|
|
|
1353
1010
|
}
|
|
1354
1011
|
export interface DeleteKeyPairRequest {
|
|
1355
1012
|
KeyName?: string;
|
|
1356
|
-
|
|
1357
1013
|
KeyPairId?: string;
|
|
1358
|
-
|
|
1359
1014
|
DryRun?: boolean;
|
|
1360
1015
|
}
|
|
1361
1016
|
export interface DeleteLaunchTemplateRequest {
|
|
1362
1017
|
DryRun?: boolean;
|
|
1363
|
-
|
|
1364
1018
|
LaunchTemplateId?: string;
|
|
1365
|
-
|
|
1366
1019
|
LaunchTemplateName?: string;
|
|
1367
1020
|
}
|
|
1368
1021
|
export interface DeleteLaunchTemplateResult {
|
|
@@ -1370,19 +1023,13 @@ export interface DeleteLaunchTemplateResult {
|
|
|
1370
1023
|
}
|
|
1371
1024
|
export interface DeleteLaunchTemplateVersionsRequest {
|
|
1372
1025
|
DryRun?: boolean;
|
|
1373
|
-
|
|
1374
1026
|
LaunchTemplateId?: string;
|
|
1375
|
-
|
|
1376
1027
|
LaunchTemplateName?: string;
|
|
1377
|
-
|
|
1378
1028
|
Versions: string[] | undefined;
|
|
1379
1029
|
}
|
|
1380
|
-
|
|
1381
1030
|
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1382
1031
|
LaunchTemplateId?: string;
|
|
1383
|
-
|
|
1384
1032
|
LaunchTemplateName?: string;
|
|
1385
|
-
|
|
1386
1033
|
VersionNumber?: number;
|
|
1387
1034
|
}
|
|
1388
1035
|
export declare enum LaunchTemplateErrorCode {
|
|
@@ -1393,40 +1040,44 @@ export declare enum LaunchTemplateErrorCode {
|
|
|
1393
1040
|
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST = "launchTemplateVersionDoesNotExist",
|
|
1394
1041
|
UNEXPECTED_ERROR = "unexpectedError",
|
|
1395
1042
|
}
|
|
1396
|
-
|
|
1397
1043
|
export interface ResponseError {
|
|
1398
1044
|
Code?: LaunchTemplateErrorCode | string;
|
|
1399
|
-
|
|
1400
1045
|
Message?: string;
|
|
1401
1046
|
}
|
|
1402
|
-
|
|
1403
1047
|
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1404
1048
|
LaunchTemplateId?: string;
|
|
1405
|
-
|
|
1406
1049
|
LaunchTemplateName?: string;
|
|
1407
|
-
|
|
1408
1050
|
VersionNumber?: number;
|
|
1409
|
-
|
|
1410
1051
|
ResponseError?: ResponseError;
|
|
1411
1052
|
}
|
|
1412
1053
|
export interface DeleteLaunchTemplateVersionsResult {
|
|
1413
1054
|
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
1414
|
-
|
|
1415
1055
|
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
1416
1056
|
}
|
|
1417
1057
|
export interface DeleteLocalGatewayRouteRequest {
|
|
1418
1058
|
DestinationCidrBlock: string | undefined;
|
|
1419
|
-
|
|
1420
1059
|
LocalGatewayRouteTableId: string | undefined;
|
|
1421
|
-
|
|
1422
1060
|
DryRun?: boolean;
|
|
1423
1061
|
}
|
|
1424
1062
|
export interface DeleteLocalGatewayRouteResult {
|
|
1425
1063
|
Route?: LocalGatewayRoute;
|
|
1426
1064
|
}
|
|
1065
|
+
export interface DeleteLocalGatewayRouteTableRequest {
|
|
1066
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1067
|
+
DryRun?: boolean;
|
|
1068
|
+
}
|
|
1069
|
+
export interface DeleteLocalGatewayRouteTableResult {
|
|
1070
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
1071
|
+
}
|
|
1072
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
1073
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
|
|
1074
|
+
DryRun?: boolean;
|
|
1075
|
+
}
|
|
1076
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
1077
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
1078
|
+
}
|
|
1427
1079
|
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
1428
1080
|
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
1429
|
-
|
|
1430
1081
|
DryRun?: boolean;
|
|
1431
1082
|
}
|
|
1432
1083
|
export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
@@ -1434,7 +1085,6 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
|
1434
1085
|
}
|
|
1435
1086
|
export interface DeleteManagedPrefixListRequest {
|
|
1436
1087
|
DryRun?: boolean;
|
|
1437
|
-
|
|
1438
1088
|
PrefixListId: string | undefined;
|
|
1439
1089
|
}
|
|
1440
1090
|
export interface DeleteManagedPrefixListResult {
|
|
@@ -1442,7 +1092,6 @@ export interface DeleteManagedPrefixListResult {
|
|
|
1442
1092
|
}
|
|
1443
1093
|
export interface DeleteNatGatewayRequest {
|
|
1444
1094
|
DryRun?: boolean;
|
|
1445
|
-
|
|
1446
1095
|
NatGatewayId: string | undefined;
|
|
1447
1096
|
}
|
|
1448
1097
|
export interface DeleteNatGatewayResult {
|
|
@@ -1450,21 +1099,16 @@ export interface DeleteNatGatewayResult {
|
|
|
1450
1099
|
}
|
|
1451
1100
|
export interface DeleteNetworkAclRequest {
|
|
1452
1101
|
DryRun?: boolean;
|
|
1453
|
-
|
|
1454
1102
|
NetworkAclId: string | undefined;
|
|
1455
1103
|
}
|
|
1456
1104
|
export interface DeleteNetworkAclEntryRequest {
|
|
1457
1105
|
DryRun?: boolean;
|
|
1458
|
-
|
|
1459
1106
|
Egress: boolean | undefined;
|
|
1460
|
-
|
|
1461
1107
|
NetworkAclId: string | undefined;
|
|
1462
|
-
|
|
1463
1108
|
RuleNumber: number | undefined;
|
|
1464
1109
|
}
|
|
1465
1110
|
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
1466
1111
|
DryRun?: boolean;
|
|
1467
|
-
|
|
1468
1112
|
NetworkInsightsAccessScopeId: string | undefined;
|
|
1469
1113
|
}
|
|
1470
1114
|
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
@@ -1472,7 +1116,6 @@ export interface DeleteNetworkInsightsAccessScopeResult {
|
|
|
1472
1116
|
}
|
|
1473
1117
|
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1474
1118
|
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1475
|
-
|
|
1476
1119
|
DryRun?: boolean;
|
|
1477
1120
|
}
|
|
1478
1121
|
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
@@ -1480,7 +1123,6 @@ export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
|
1480
1123
|
}
|
|
1481
1124
|
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
1482
1125
|
DryRun?: boolean;
|
|
1483
|
-
|
|
1484
1126
|
NetworkInsightsAnalysisId: string | undefined;
|
|
1485
1127
|
}
|
|
1486
1128
|
export interface DeleteNetworkInsightsAnalysisResult {
|
|
@@ -1488,38 +1130,29 @@ export interface DeleteNetworkInsightsAnalysisResult {
|
|
|
1488
1130
|
}
|
|
1489
1131
|
export interface DeleteNetworkInsightsPathRequest {
|
|
1490
1132
|
DryRun?: boolean;
|
|
1491
|
-
|
|
1492
1133
|
NetworkInsightsPathId: string | undefined;
|
|
1493
1134
|
}
|
|
1494
1135
|
export interface DeleteNetworkInsightsPathResult {
|
|
1495
1136
|
NetworkInsightsPathId?: string;
|
|
1496
1137
|
}
|
|
1497
|
-
|
|
1498
1138
|
export interface DeleteNetworkInterfaceRequest {
|
|
1499
1139
|
DryRun?: boolean;
|
|
1500
|
-
|
|
1501
1140
|
NetworkInterfaceId: string | undefined;
|
|
1502
1141
|
}
|
|
1503
|
-
|
|
1504
1142
|
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1505
1143
|
NetworkInterfacePermissionId: string | undefined;
|
|
1506
|
-
|
|
1507
1144
|
Force?: boolean;
|
|
1508
|
-
|
|
1509
1145
|
DryRun?: boolean;
|
|
1510
1146
|
}
|
|
1511
|
-
|
|
1512
1147
|
export interface DeleteNetworkInterfacePermissionResult {
|
|
1513
1148
|
Return?: boolean;
|
|
1514
1149
|
}
|
|
1515
1150
|
export interface DeletePlacementGroupRequest {
|
|
1516
1151
|
DryRun?: boolean;
|
|
1517
|
-
|
|
1518
1152
|
GroupName: string | undefined;
|
|
1519
1153
|
}
|
|
1520
1154
|
export interface DeletePublicIpv4PoolRequest {
|
|
1521
1155
|
DryRun?: boolean;
|
|
1522
|
-
|
|
1523
1156
|
PoolId: string | undefined;
|
|
1524
1157
|
}
|
|
1525
1158
|
export interface DeletePublicIpv4PoolResult {
|
|
@@ -1527,7 +1160,6 @@ export interface DeletePublicIpv4PoolResult {
|
|
|
1527
1160
|
}
|
|
1528
1161
|
export interface DeleteQueuedReservedInstancesRequest {
|
|
1529
1162
|
DryRun?: boolean;
|
|
1530
|
-
|
|
1531
1163
|
ReservedInstancesIds: string[] | undefined;
|
|
1532
1164
|
}
|
|
1533
1165
|
export declare enum DeleteQueuedReservedInstancesErrorCode {
|
|
@@ -1535,67 +1167,50 @@ export declare enum DeleteQueuedReservedInstancesErrorCode {
|
|
|
1535
1167
|
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE = "reserved-instances-not-in-queued-state",
|
|
1536
1168
|
UNEXPECTED_ERROR = "unexpected-error",
|
|
1537
1169
|
}
|
|
1538
|
-
|
|
1539
1170
|
export interface DeleteQueuedReservedInstancesError {
|
|
1540
1171
|
Code?: DeleteQueuedReservedInstancesErrorCode | string;
|
|
1541
|
-
|
|
1542
1172
|
Message?: string;
|
|
1543
1173
|
}
|
|
1544
|
-
|
|
1545
1174
|
export interface FailedQueuedPurchaseDeletion {
|
|
1546
1175
|
Error?: DeleteQueuedReservedInstancesError;
|
|
1547
|
-
|
|
1548
1176
|
ReservedInstancesId?: string;
|
|
1549
1177
|
}
|
|
1550
|
-
|
|
1551
1178
|
export interface SuccessfulQueuedPurchaseDeletion {
|
|
1552
1179
|
ReservedInstancesId?: string;
|
|
1553
1180
|
}
|
|
1554
1181
|
export interface DeleteQueuedReservedInstancesResult {
|
|
1555
1182
|
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
1556
|
-
|
|
1557
1183
|
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
1558
1184
|
}
|
|
1559
1185
|
export interface DeleteRouteRequest {
|
|
1560
1186
|
DestinationCidrBlock?: string;
|
|
1561
|
-
|
|
1562
1187
|
DestinationIpv6CidrBlock?: string;
|
|
1563
|
-
|
|
1564
1188
|
DestinationPrefixListId?: string;
|
|
1565
|
-
|
|
1566
1189
|
DryRun?: boolean;
|
|
1567
|
-
|
|
1568
1190
|
RouteTableId: string | undefined;
|
|
1569
1191
|
}
|
|
1570
1192
|
export interface DeleteRouteTableRequest {
|
|
1571
1193
|
DryRun?: boolean;
|
|
1572
|
-
|
|
1573
1194
|
RouteTableId: string | undefined;
|
|
1574
1195
|
}
|
|
1575
1196
|
export interface DeleteSecurityGroupRequest {
|
|
1576
1197
|
GroupId?: string;
|
|
1577
|
-
|
|
1578
1198
|
GroupName?: string;
|
|
1579
|
-
|
|
1580
1199
|
DryRun?: boolean;
|
|
1581
1200
|
}
|
|
1582
1201
|
export interface DeleteSnapshotRequest {
|
|
1583
1202
|
SnapshotId: string | undefined;
|
|
1584
|
-
|
|
1585
1203
|
DryRun?: boolean;
|
|
1586
1204
|
}
|
|
1587
|
-
|
|
1588
1205
|
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
1589
1206
|
DryRun?: boolean;
|
|
1590
1207
|
}
|
|
1591
1208
|
export interface DeleteSubnetRequest {
|
|
1592
1209
|
SubnetId: string | undefined;
|
|
1593
|
-
|
|
1594
1210
|
DryRun?: boolean;
|
|
1595
1211
|
}
|
|
1596
1212
|
export interface DeleteSubnetCidrReservationRequest {
|
|
1597
1213
|
SubnetCidrReservationId: string | undefined;
|
|
1598
|
-
|
|
1599
1214
|
DryRun?: boolean;
|
|
1600
1215
|
}
|
|
1601
1216
|
export interface DeleteSubnetCidrReservationResult {
|
|
@@ -1603,14 +1218,11 @@ export interface DeleteSubnetCidrReservationResult {
|
|
|
1603
1218
|
}
|
|
1604
1219
|
export interface DeleteTagsRequest {
|
|
1605
1220
|
DryRun?: boolean;
|
|
1606
|
-
|
|
1607
1221
|
Resources: string[] | undefined;
|
|
1608
|
-
|
|
1609
1222
|
Tags?: Tag[];
|
|
1610
1223
|
}
|
|
1611
1224
|
export interface DeleteTrafficMirrorFilterRequest {
|
|
1612
1225
|
TrafficMirrorFilterId: string | undefined;
|
|
1613
|
-
|
|
1614
1226
|
DryRun?: boolean;
|
|
1615
1227
|
}
|
|
1616
1228
|
export interface DeleteTrafficMirrorFilterResult {
|
|
@@ -1618,7 +1230,6 @@ export interface DeleteTrafficMirrorFilterResult {
|
|
|
1618
1230
|
}
|
|
1619
1231
|
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
1620
1232
|
TrafficMirrorFilterRuleId: string | undefined;
|
|
1621
|
-
|
|
1622
1233
|
DryRun?: boolean;
|
|
1623
1234
|
}
|
|
1624
1235
|
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
@@ -1626,7 +1237,6 @@ export interface DeleteTrafficMirrorFilterRuleResult {
|
|
|
1626
1237
|
}
|
|
1627
1238
|
export interface DeleteTrafficMirrorSessionRequest {
|
|
1628
1239
|
TrafficMirrorSessionId: string | undefined;
|
|
1629
|
-
|
|
1630
1240
|
DryRun?: boolean;
|
|
1631
1241
|
}
|
|
1632
1242
|
export interface DeleteTrafficMirrorSessionResult {
|
|
@@ -1634,7 +1244,6 @@ export interface DeleteTrafficMirrorSessionResult {
|
|
|
1634
1244
|
}
|
|
1635
1245
|
export interface DeleteTrafficMirrorTargetRequest {
|
|
1636
1246
|
TrafficMirrorTargetId: string | undefined;
|
|
1637
|
-
|
|
1638
1247
|
DryRun?: boolean;
|
|
1639
1248
|
}
|
|
1640
1249
|
export interface DeleteTrafficMirrorTargetResult {
|
|
@@ -1642,7 +1251,6 @@ export interface DeleteTrafficMirrorTargetResult {
|
|
|
1642
1251
|
}
|
|
1643
1252
|
export interface DeleteTransitGatewayRequest {
|
|
1644
1253
|
TransitGatewayId: string | undefined;
|
|
1645
|
-
|
|
1646
1254
|
DryRun?: boolean;
|
|
1647
1255
|
}
|
|
1648
1256
|
export interface DeleteTransitGatewayResult {
|
|
@@ -1650,7 +1258,6 @@ export interface DeleteTransitGatewayResult {
|
|
|
1650
1258
|
}
|
|
1651
1259
|
export interface DeleteTransitGatewayConnectRequest {
|
|
1652
1260
|
TransitGatewayAttachmentId: string | undefined;
|
|
1653
|
-
|
|
1654
1261
|
DryRun?: boolean;
|
|
1655
1262
|
}
|
|
1656
1263
|
export interface DeleteTransitGatewayConnectResult {
|
|
@@ -1658,7 +1265,6 @@ export interface DeleteTransitGatewayConnectResult {
|
|
|
1658
1265
|
}
|
|
1659
1266
|
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
1660
1267
|
TransitGatewayConnectPeerId: string | undefined;
|
|
1661
|
-
|
|
1662
1268
|
DryRun?: boolean;
|
|
1663
1269
|
}
|
|
1664
1270
|
export interface DeleteTransitGatewayConnectPeerResult {
|
|
@@ -1666,7 +1272,6 @@ export interface DeleteTransitGatewayConnectPeerResult {
|
|
|
1666
1272
|
}
|
|
1667
1273
|
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
1668
1274
|
TransitGatewayMulticastDomainId: string | undefined;
|
|
1669
|
-
|
|
1670
1275
|
DryRun?: boolean;
|
|
1671
1276
|
}
|
|
1672
1277
|
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
@@ -1674,7 +1279,6 @@ export interface DeleteTransitGatewayMulticastDomainResult {
|
|
|
1674
1279
|
}
|
|
1675
1280
|
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
1676
1281
|
TransitGatewayAttachmentId: string | undefined;
|
|
1677
|
-
|
|
1678
1282
|
DryRun?: boolean;
|
|
1679
1283
|
}
|
|
1680
1284
|
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
@@ -1682,7 +1286,6 @@ export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
|
1682
1286
|
}
|
|
1683
1287
|
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
1684
1288
|
TransitGatewayPolicyTableId: string | undefined;
|
|
1685
|
-
|
|
1686
1289
|
DryRun?: boolean;
|
|
1687
1290
|
}
|
|
1688
1291
|
export interface DeleteTransitGatewayPolicyTableResult {
|
|
@@ -1690,9 +1293,7 @@ export interface DeleteTransitGatewayPolicyTableResult {
|
|
|
1690
1293
|
}
|
|
1691
1294
|
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
1692
1295
|
TransitGatewayRouteTableId: string | undefined;
|
|
1693
|
-
|
|
1694
1296
|
PrefixListId: string | undefined;
|
|
1695
|
-
|
|
1696
1297
|
DryRun?: boolean;
|
|
1697
1298
|
}
|
|
1698
1299
|
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
@@ -1700,9 +1301,7 @@ export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
|
1700
1301
|
}
|
|
1701
1302
|
export interface DeleteTransitGatewayRouteRequest {
|
|
1702
1303
|
TransitGatewayRouteTableId: string | undefined;
|
|
1703
|
-
|
|
1704
1304
|
DestinationCidrBlock: string | undefined;
|
|
1705
|
-
|
|
1706
1305
|
DryRun?: boolean;
|
|
1707
1306
|
}
|
|
1708
1307
|
export interface DeleteTransitGatewayRouteResult {
|
|
@@ -1710,7 +1309,6 @@ export interface DeleteTransitGatewayRouteResult {
|
|
|
1710
1309
|
}
|
|
1711
1310
|
export interface DeleteTransitGatewayRouteTableRequest {
|
|
1712
1311
|
TransitGatewayRouteTableId: string | undefined;
|
|
1713
|
-
|
|
1714
1312
|
DryRun?: boolean;
|
|
1715
1313
|
}
|
|
1716
1314
|
export interface DeleteTransitGatewayRouteTableResult {
|
|
@@ -1718,7 +1316,6 @@ export interface DeleteTransitGatewayRouteTableResult {
|
|
|
1718
1316
|
}
|
|
1719
1317
|
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
1720
1318
|
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
1721
|
-
|
|
1722
1319
|
DryRun?: boolean;
|
|
1723
1320
|
}
|
|
1724
1321
|
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
@@ -1726,7 +1323,6 @@ export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
|
1726
1323
|
}
|
|
1727
1324
|
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
1728
1325
|
TransitGatewayAttachmentId: string | undefined;
|
|
1729
|
-
|
|
1730
1326
|
DryRun?: boolean;
|
|
1731
1327
|
}
|
|
1732
1328
|
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
@@ -1734,35 +1330,28 @@ export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
|
1734
1330
|
}
|
|
1735
1331
|
export interface DeleteVolumeRequest {
|
|
1736
1332
|
VolumeId: string | undefined;
|
|
1737
|
-
|
|
1738
1333
|
DryRun?: boolean;
|
|
1739
1334
|
}
|
|
1740
1335
|
export interface DeleteVpcRequest {
|
|
1741
1336
|
VpcId: string | undefined;
|
|
1742
|
-
|
|
1743
1337
|
DryRun?: boolean;
|
|
1744
1338
|
}
|
|
1745
1339
|
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
1746
1340
|
DryRun?: boolean;
|
|
1747
|
-
|
|
1748
1341
|
ConnectionNotificationIds: string[] | undefined;
|
|
1749
1342
|
}
|
|
1750
1343
|
export interface DeleteVpcEndpointConnectionNotificationsResult {
|
|
1751
1344
|
Unsuccessful?: UnsuccessfulItem[];
|
|
1752
1345
|
}
|
|
1753
|
-
|
|
1754
1346
|
export interface DeleteVpcEndpointsRequest {
|
|
1755
1347
|
DryRun?: boolean;
|
|
1756
|
-
|
|
1757
1348
|
VpcEndpointIds: string[] | undefined;
|
|
1758
1349
|
}
|
|
1759
|
-
|
|
1760
1350
|
export interface DeleteVpcEndpointsResult {
|
|
1761
1351
|
Unsuccessful?: UnsuccessfulItem[];
|
|
1762
1352
|
}
|
|
1763
1353
|
export interface DeleteVpcEndpointServiceConfigurationsRequest {
|
|
1764
1354
|
DryRun?: boolean;
|
|
1765
|
-
|
|
1766
1355
|
ServiceIds: string[] | undefined;
|
|
1767
1356
|
}
|
|
1768
1357
|
export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
@@ -1770,33 +1359,25 @@ export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
|
1770
1359
|
}
|
|
1771
1360
|
export interface DeleteVpcPeeringConnectionRequest {
|
|
1772
1361
|
DryRun?: boolean;
|
|
1773
|
-
|
|
1774
1362
|
VpcPeeringConnectionId: string | undefined;
|
|
1775
1363
|
}
|
|
1776
1364
|
export interface DeleteVpcPeeringConnectionResult {
|
|
1777
1365
|
Return?: boolean;
|
|
1778
1366
|
}
|
|
1779
|
-
|
|
1780
1367
|
export interface DeleteVpnConnectionRequest {
|
|
1781
1368
|
VpnConnectionId: string | undefined;
|
|
1782
|
-
|
|
1783
1369
|
DryRun?: boolean;
|
|
1784
1370
|
}
|
|
1785
|
-
|
|
1786
1371
|
export interface DeleteVpnConnectionRouteRequest {
|
|
1787
1372
|
DestinationCidrBlock: string | undefined;
|
|
1788
|
-
|
|
1789
1373
|
VpnConnectionId: string | undefined;
|
|
1790
1374
|
}
|
|
1791
|
-
|
|
1792
1375
|
export interface DeleteVpnGatewayRequest {
|
|
1793
1376
|
VpnGatewayId: string | undefined;
|
|
1794
|
-
|
|
1795
1377
|
DryRun?: boolean;
|
|
1796
1378
|
}
|
|
1797
1379
|
export interface DeprovisionByoipCidrRequest {
|
|
1798
1380
|
Cidr: string | undefined;
|
|
1799
|
-
|
|
1800
1381
|
DryRun?: boolean;
|
|
1801
1382
|
}
|
|
1802
1383
|
export interface DeprovisionByoipCidrResult {
|
|
@@ -1804,18 +1385,14 @@ export interface DeprovisionByoipCidrResult {
|
|
|
1804
1385
|
}
|
|
1805
1386
|
export interface DeprovisionIpamPoolCidrRequest {
|
|
1806
1387
|
DryRun?: boolean;
|
|
1807
|
-
|
|
1808
1388
|
IpamPoolId: string | undefined;
|
|
1809
|
-
|
|
1810
1389
|
Cidr?: string;
|
|
1811
1390
|
}
|
|
1812
1391
|
export declare enum IpamPoolCidrFailureCode {
|
|
1813
1392
|
cidr_not_available = "cidr-not-available",
|
|
1814
1393
|
}
|
|
1815
|
-
|
|
1816
1394
|
export interface IpamPoolCidrFailureReason {
|
|
1817
1395
|
Code?: IpamPoolCidrFailureCode | string;
|
|
1818
|
-
|
|
1819
1396
|
Message?: string;
|
|
1820
1397
|
}
|
|
1821
1398
|
export declare enum IpamPoolCidrState {
|
|
@@ -1828,12 +1405,9 @@ export declare enum IpamPoolCidrState {
|
|
|
1828
1405
|
pending_provision = "pending-provision",
|
|
1829
1406
|
provisioned = "provisioned",
|
|
1830
1407
|
}
|
|
1831
|
-
|
|
1832
1408
|
export interface IpamPoolCidr {
|
|
1833
1409
|
Cidr?: string;
|
|
1834
|
-
|
|
1835
1410
|
State?: IpamPoolCidrState | string;
|
|
1836
|
-
|
|
1837
1411
|
FailureReason?: IpamPoolCidrFailureReason;
|
|
1838
1412
|
}
|
|
1839
1413
|
export interface DeprovisionIpamPoolCidrResult {
|
|
@@ -1841,37 +1415,27 @@ export interface DeprovisionIpamPoolCidrResult {
|
|
|
1841
1415
|
}
|
|
1842
1416
|
export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
1843
1417
|
DryRun?: boolean;
|
|
1844
|
-
|
|
1845
1418
|
PoolId: string | undefined;
|
|
1846
|
-
|
|
1847
1419
|
Cidr: string | undefined;
|
|
1848
1420
|
}
|
|
1849
1421
|
export interface DeprovisionPublicIpv4PoolCidrResult {
|
|
1850
1422
|
PoolId?: string;
|
|
1851
|
-
|
|
1852
1423
|
DeprovisionedAddresses?: string[];
|
|
1853
1424
|
}
|
|
1854
|
-
|
|
1855
1425
|
export interface DeregisterImageRequest {
|
|
1856
1426
|
ImageId: string | undefined;
|
|
1857
|
-
|
|
1858
1427
|
DryRun?: boolean;
|
|
1859
1428
|
}
|
|
1860
|
-
|
|
1861
1429
|
export interface DeregisterInstanceTagAttributeRequest {
|
|
1862
1430
|
IncludeAllTagsOfInstance?: boolean;
|
|
1863
|
-
|
|
1864
1431
|
InstanceTagKeys?: string[];
|
|
1865
1432
|
}
|
|
1866
1433
|
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
1867
1434
|
DryRun?: boolean;
|
|
1868
|
-
|
|
1869
1435
|
InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
|
|
1870
1436
|
}
|
|
1871
|
-
|
|
1872
1437
|
export interface InstanceTagNotificationAttribute {
|
|
1873
1438
|
InstanceTagKeys?: string[];
|
|
1874
|
-
|
|
1875
1439
|
IncludeAllTagsOfInstance?: boolean;
|
|
1876
1440
|
}
|
|
1877
1441
|
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
@@ -1879,19 +1443,13 @@ export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
|
1879
1443
|
}
|
|
1880
1444
|
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
1881
1445
|
TransitGatewayMulticastDomainId?: string;
|
|
1882
|
-
|
|
1883
1446
|
GroupIpAddress?: string;
|
|
1884
|
-
|
|
1885
1447
|
NetworkInterfaceIds?: string[];
|
|
1886
|
-
|
|
1887
1448
|
DryRun?: boolean;
|
|
1888
1449
|
}
|
|
1889
|
-
|
|
1890
1450
|
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
1891
1451
|
TransitGatewayMulticastDomainId?: string;
|
|
1892
|
-
|
|
1893
1452
|
DeregisteredNetworkInterfaceIds?: string[];
|
|
1894
|
-
|
|
1895
1453
|
GroupIpAddress?: string;
|
|
1896
1454
|
}
|
|
1897
1455
|
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
@@ -1899,19 +1457,13 @@ export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
|
1899
1457
|
}
|
|
1900
1458
|
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
1901
1459
|
TransitGatewayMulticastDomainId?: string;
|
|
1902
|
-
|
|
1903
1460
|
GroupIpAddress?: string;
|
|
1904
|
-
|
|
1905
1461
|
NetworkInterfaceIds?: string[];
|
|
1906
|
-
|
|
1907
1462
|
DryRun?: boolean;
|
|
1908
1463
|
}
|
|
1909
|
-
|
|
1910
1464
|
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
1911
1465
|
TransitGatewayMulticastDomainId?: string;
|
|
1912
|
-
|
|
1913
1466
|
DeregisteredNetworkInterfaceIds?: string[];
|
|
1914
|
-
|
|
1915
1467
|
GroupIpAddress?: string;
|
|
1916
1468
|
}
|
|
1917
1469
|
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
@@ -1919,25 +1471,19 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
|
1919
1471
|
}
|
|
1920
1472
|
export interface DescribeAccountAttributesRequest {
|
|
1921
1473
|
AttributeNames?: (AccountAttributeName | string)[];
|
|
1922
|
-
|
|
1923
1474
|
DryRun?: boolean;
|
|
1924
1475
|
}
|
|
1925
1476
|
export interface DescribeAccountAttributesResult {
|
|
1926
1477
|
AccountAttributes?: AccountAttribute[];
|
|
1927
1478
|
}
|
|
1928
|
-
|
|
1929
1479
|
export interface Filter {
|
|
1930
1480
|
Name?: string;
|
|
1931
|
-
|
|
1932
1481
|
Values?: string[];
|
|
1933
1482
|
}
|
|
1934
1483
|
export interface DescribeAddressesRequest {
|
|
1935
1484
|
Filters?: Filter[];
|
|
1936
|
-
|
|
1937
1485
|
PublicIps?: string[];
|
|
1938
|
-
|
|
1939
1486
|
AllocationIds?: string[];
|
|
1940
|
-
|
|
1941
1487
|
DryRun?: boolean;
|
|
1942
1488
|
}
|
|
1943
1489
|
export interface DescribeAddressesResult {
|
|
@@ -1945,1224 +1491,763 @@ export interface DescribeAddressesResult {
|
|
|
1945
1491
|
}
|
|
1946
1492
|
export interface DescribeAddressesAttributeRequest {
|
|
1947
1493
|
AllocationIds?: string[];
|
|
1948
|
-
|
|
1949
1494
|
Attribute?: AddressAttributeName | string;
|
|
1950
|
-
|
|
1951
1495
|
NextToken?: string;
|
|
1952
|
-
|
|
1953
1496
|
MaxResults?: number;
|
|
1954
|
-
|
|
1955
1497
|
DryRun?: boolean;
|
|
1956
1498
|
}
|
|
1957
1499
|
export interface DescribeAddressesAttributeResult {
|
|
1958
1500
|
Addresses?: AddressAttribute[];
|
|
1959
|
-
|
|
1960
1501
|
NextToken?: string;
|
|
1961
1502
|
}
|
|
1962
1503
|
export interface DescribeAggregateIdFormatRequest {
|
|
1963
1504
|
DryRun?: boolean;
|
|
1964
1505
|
}
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
export interface AvailabilityZoneMessage {
|
|
1991
|
-
Message?: string;
|
|
1992
|
-
}
|
|
1993
|
-
export declare type AvailabilityZoneOptInStatus =
|
|
1994
|
-
| "not-opted-in"
|
|
1995
|
-
| "opt-in-not-required"
|
|
1996
|
-
| "opted-in";
|
|
1997
|
-
export declare type AvailabilityZoneState =
|
|
1998
|
-
| "available"
|
|
1999
|
-
| "impaired"
|
|
2000
|
-
| "information"
|
|
2001
|
-
| "unavailable";
|
|
2002
|
-
|
|
2003
|
-
export interface AvailabilityZone {
|
|
2004
|
-
State?: AvailabilityZoneState | string;
|
|
2005
|
-
|
|
2006
|
-
OptInStatus?: AvailabilityZoneOptInStatus | string;
|
|
2007
|
-
|
|
2008
|
-
Messages?: AvailabilityZoneMessage[];
|
|
2009
|
-
|
|
2010
|
-
RegionName?: string;
|
|
2011
|
-
|
|
2012
|
-
ZoneName?: string;
|
|
2013
|
-
|
|
2014
|
-
ZoneId?: string;
|
|
2015
|
-
|
|
2016
|
-
GroupName?: string;
|
|
2017
|
-
|
|
2018
|
-
NetworkBorderGroup?: string;
|
|
2019
|
-
|
|
2020
|
-
ZoneType?: string;
|
|
2021
|
-
|
|
2022
|
-
ParentZoneName?: string;
|
|
2023
|
-
|
|
2024
|
-
ParentZoneId?: string;
|
|
2025
|
-
}
|
|
2026
|
-
export interface DescribeAvailabilityZonesResult {
|
|
2027
|
-
AvailabilityZones?: AvailabilityZone[];
|
|
2028
|
-
}
|
|
2029
|
-
export interface DescribeBundleTasksRequest {
|
|
2030
|
-
BundleIds?: string[];
|
|
2031
|
-
|
|
2032
|
-
Filters?: Filter[];
|
|
2033
|
-
|
|
2034
|
-
DryRun?: boolean;
|
|
2035
|
-
}
|
|
2036
|
-
export interface DescribeBundleTasksResult {
|
|
2037
|
-
BundleTasks?: BundleTask[];
|
|
2038
|
-
}
|
|
2039
|
-
export interface DescribeByoipCidrsRequest {
|
|
2040
|
-
DryRun?: boolean;
|
|
2041
|
-
|
|
2042
|
-
MaxResults: number | undefined;
|
|
2043
|
-
|
|
2044
|
-
NextToken?: string;
|
|
2045
|
-
}
|
|
2046
|
-
export interface DescribeByoipCidrsResult {
|
|
2047
|
-
ByoipCidrs?: ByoipCidr[];
|
|
2048
|
-
|
|
2049
|
-
NextToken?: string;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DescribeCapacityReservationFleetsRequest {
|
|
2052
|
-
CapacityReservationFleetIds?: string[];
|
|
2053
|
-
|
|
2054
|
-
NextToken?: string;
|
|
2055
|
-
|
|
2056
|
-
MaxResults?: number;
|
|
2057
|
-
|
|
2058
|
-
Filters?: Filter[];
|
|
2059
|
-
|
|
2060
|
-
DryRun?: boolean;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
export interface CapacityReservationFleet {
|
|
2064
|
-
CapacityReservationFleetId?: string;
|
|
2065
|
-
|
|
2066
|
-
CapacityReservationFleetArn?: string;
|
|
2067
|
-
|
|
2068
|
-
State?: CapacityReservationFleetState | string;
|
|
2069
|
-
|
|
2070
|
-
TotalTargetCapacity?: number;
|
|
2071
|
-
|
|
2072
|
-
TotalFulfilledCapacity?: number;
|
|
2073
|
-
|
|
2074
|
-
Tenancy?: FleetCapacityReservationTenancy | string;
|
|
2075
|
-
|
|
2076
|
-
EndDate?: Date;
|
|
2077
|
-
|
|
2078
|
-
CreateTime?: Date;
|
|
2079
|
-
|
|
2080
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
|
|
2081
|
-
|
|
2082
|
-
AllocationStrategy?: string;
|
|
2083
|
-
|
|
2084
|
-
InstanceTypeSpecifications?: FleetCapacityReservation[];
|
|
2085
|
-
|
|
2086
|
-
Tags?: Tag[];
|
|
2087
|
-
}
|
|
2088
|
-
export interface DescribeCapacityReservationFleetsResult {
|
|
2089
|
-
CapacityReservationFleets?: CapacityReservationFleet[];
|
|
2090
|
-
|
|
2091
|
-
NextToken?: string;
|
|
2092
|
-
}
|
|
2093
|
-
export interface DescribeCapacityReservationsRequest {
|
|
2094
|
-
CapacityReservationIds?: string[];
|
|
2095
|
-
|
|
2096
|
-
NextToken?: string;
|
|
2097
|
-
|
|
2098
|
-
MaxResults?: number;
|
|
2099
|
-
|
|
2100
|
-
Filters?: Filter[];
|
|
2101
|
-
|
|
2102
|
-
DryRun?: boolean;
|
|
2103
|
-
}
|
|
2104
|
-
export interface DescribeCapacityReservationsResult {
|
|
2105
|
-
NextToken?: string;
|
|
2106
|
-
|
|
2107
|
-
CapacityReservations?: CapacityReservation[];
|
|
2108
|
-
}
|
|
2109
|
-
export interface DescribeCarrierGatewaysRequest {
|
|
2110
|
-
CarrierGatewayIds?: string[];
|
|
2111
|
-
|
|
2112
|
-
Filters?: Filter[];
|
|
2113
|
-
|
|
2114
|
-
MaxResults?: number;
|
|
2115
|
-
|
|
2116
|
-
NextToken?: string;
|
|
2117
|
-
|
|
2118
|
-
DryRun?: boolean;
|
|
2119
|
-
}
|
|
2120
|
-
export interface DescribeCarrierGatewaysResult {
|
|
2121
|
-
CarrierGateways?: CarrierGateway[];
|
|
2122
|
-
|
|
2123
|
-
NextToken?: string;
|
|
2124
|
-
}
|
|
2125
|
-
export interface DescribeClassicLinkInstancesRequest {
|
|
2126
|
-
Filters?: Filter[];
|
|
2127
|
-
|
|
2128
|
-
DryRun?: boolean;
|
|
2129
|
-
|
|
2130
|
-
InstanceIds?: string[];
|
|
2131
|
-
|
|
2132
|
-
MaxResults?: number;
|
|
2133
|
-
|
|
2134
|
-
NextToken?: string;
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
|
-
export interface ClassicLinkInstance {
|
|
2138
|
-
Groups?: GroupIdentifier[];
|
|
2139
|
-
|
|
2140
|
-
InstanceId?: string;
|
|
2141
|
-
|
|
2142
|
-
Tags?: Tag[];
|
|
2143
|
-
|
|
2144
|
-
VpcId?: string;
|
|
2145
|
-
}
|
|
2146
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
2147
|
-
Instances?: ClassicLinkInstance[];
|
|
2148
|
-
|
|
2149
|
-
NextToken?: string;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
1506
|
+
export declare const CreateTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
1507
|
+
obj: CreateTrafficMirrorSessionRequest
|
|
1508
|
+
) => any;
|
|
1509
|
+
export declare const TrafficMirrorSessionFilterSensitiveLog: (
|
|
1510
|
+
obj: TrafficMirrorSession
|
|
1511
|
+
) => any;
|
|
1512
|
+
export declare const CreateTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
1513
|
+
obj: CreateTrafficMirrorSessionResult
|
|
1514
|
+
) => any;
|
|
1515
|
+
export declare const CreateTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
1516
|
+
obj: CreateTrafficMirrorTargetRequest
|
|
1517
|
+
) => any;
|
|
1518
|
+
export declare const TrafficMirrorTargetFilterSensitiveLog: (
|
|
1519
|
+
obj: TrafficMirrorTarget
|
|
1520
|
+
) => any;
|
|
1521
|
+
export declare const CreateTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
1522
|
+
obj: CreateTrafficMirrorTargetResult
|
|
1523
|
+
) => any;
|
|
1524
|
+
export declare const TransitGatewayRequestOptionsFilterSensitiveLog: (
|
|
1525
|
+
obj: TransitGatewayRequestOptions
|
|
1526
|
+
) => any;
|
|
1527
|
+
export declare const CreateTransitGatewayRequestFilterSensitiveLog: (
|
|
1528
|
+
obj: CreateTransitGatewayRequest
|
|
1529
|
+
) => any;
|
|
2152
1530
|
export declare const TransitGatewayOptionsFilterSensitiveLog: (
|
|
2153
1531
|
obj: TransitGatewayOptions
|
|
2154
1532
|
) => any;
|
|
2155
|
-
|
|
2156
1533
|
export declare const TransitGatewayFilterSensitiveLog: (
|
|
2157
1534
|
obj: TransitGateway
|
|
2158
1535
|
) => any;
|
|
2159
|
-
|
|
2160
1536
|
export declare const CreateTransitGatewayResultFilterSensitiveLog: (
|
|
2161
1537
|
obj: CreateTransitGatewayResult
|
|
2162
1538
|
) => any;
|
|
2163
|
-
|
|
2164
1539
|
export declare const CreateTransitGatewayConnectRequestOptionsFilterSensitiveLog: (
|
|
2165
1540
|
obj: CreateTransitGatewayConnectRequestOptions
|
|
2166
1541
|
) => any;
|
|
2167
|
-
|
|
2168
1542
|
export declare const CreateTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
2169
1543
|
obj: CreateTransitGatewayConnectRequest
|
|
2170
1544
|
) => any;
|
|
2171
|
-
|
|
2172
1545
|
export declare const TransitGatewayConnectOptionsFilterSensitiveLog: (
|
|
2173
1546
|
obj: TransitGatewayConnectOptions
|
|
2174
1547
|
) => any;
|
|
2175
|
-
|
|
2176
1548
|
export declare const TransitGatewayConnectFilterSensitiveLog: (
|
|
2177
1549
|
obj: TransitGatewayConnect
|
|
2178
1550
|
) => any;
|
|
2179
|
-
|
|
2180
1551
|
export declare const CreateTransitGatewayConnectResultFilterSensitiveLog: (
|
|
2181
1552
|
obj: CreateTransitGatewayConnectResult
|
|
2182
1553
|
) => any;
|
|
2183
|
-
|
|
2184
1554
|
export declare const TransitGatewayConnectRequestBgpOptionsFilterSensitiveLog: (
|
|
2185
1555
|
obj: TransitGatewayConnectRequestBgpOptions
|
|
2186
1556
|
) => any;
|
|
2187
|
-
|
|
2188
1557
|
export declare const CreateTransitGatewayConnectPeerRequestFilterSensitiveLog: (
|
|
2189
1558
|
obj: CreateTransitGatewayConnectPeerRequest
|
|
2190
1559
|
) => any;
|
|
2191
|
-
|
|
2192
1560
|
export declare const TransitGatewayAttachmentBgpConfigurationFilterSensitiveLog: (
|
|
2193
1561
|
obj: TransitGatewayAttachmentBgpConfiguration
|
|
2194
1562
|
) => any;
|
|
2195
|
-
|
|
2196
1563
|
export declare const TransitGatewayConnectPeerConfigurationFilterSensitiveLog: (
|
|
2197
1564
|
obj: TransitGatewayConnectPeerConfiguration
|
|
2198
1565
|
) => any;
|
|
2199
|
-
|
|
2200
1566
|
export declare const TransitGatewayConnectPeerFilterSensitiveLog: (
|
|
2201
1567
|
obj: TransitGatewayConnectPeer
|
|
2202
1568
|
) => any;
|
|
2203
|
-
|
|
2204
1569
|
export declare const CreateTransitGatewayConnectPeerResultFilterSensitiveLog: (
|
|
2205
1570
|
obj: CreateTransitGatewayConnectPeerResult
|
|
2206
1571
|
) => any;
|
|
2207
|
-
|
|
2208
1572
|
export declare const CreateTransitGatewayMulticastDomainRequestOptionsFilterSensitiveLog: (
|
|
2209
1573
|
obj: CreateTransitGatewayMulticastDomainRequestOptions
|
|
2210
1574
|
) => any;
|
|
2211
|
-
|
|
2212
1575
|
export declare const CreateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
2213
1576
|
obj: CreateTransitGatewayMulticastDomainRequest
|
|
2214
1577
|
) => any;
|
|
2215
|
-
|
|
2216
1578
|
export declare const TransitGatewayMulticastDomainOptionsFilterSensitiveLog: (
|
|
2217
1579
|
obj: TransitGatewayMulticastDomainOptions
|
|
2218
1580
|
) => any;
|
|
2219
|
-
|
|
2220
1581
|
export declare const TransitGatewayMulticastDomainFilterSensitiveLog: (
|
|
2221
1582
|
obj: TransitGatewayMulticastDomain
|
|
2222
1583
|
) => any;
|
|
2223
|
-
|
|
2224
1584
|
export declare const CreateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
2225
1585
|
obj: CreateTransitGatewayMulticastDomainResult
|
|
2226
1586
|
) => any;
|
|
2227
|
-
|
|
2228
1587
|
export declare const CreateTransitGatewayPeeringAttachmentRequestOptionsFilterSensitiveLog: (
|
|
2229
1588
|
obj: CreateTransitGatewayPeeringAttachmentRequestOptions
|
|
2230
1589
|
) => any;
|
|
2231
|
-
|
|
2232
1590
|
export declare const CreateTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
2233
1591
|
obj: CreateTransitGatewayPeeringAttachmentRequest
|
|
2234
1592
|
) => any;
|
|
2235
|
-
|
|
2236
1593
|
export declare const CreateTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
2237
1594
|
obj: CreateTransitGatewayPeeringAttachmentResult
|
|
2238
1595
|
) => any;
|
|
2239
|
-
|
|
2240
1596
|
export declare const CreateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
2241
1597
|
obj: CreateTransitGatewayPolicyTableRequest
|
|
2242
1598
|
) => any;
|
|
2243
|
-
|
|
2244
1599
|
export declare const TransitGatewayPolicyTableFilterSensitiveLog: (
|
|
2245
1600
|
obj: TransitGatewayPolicyTable
|
|
2246
1601
|
) => any;
|
|
2247
|
-
|
|
2248
1602
|
export declare const CreateTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
2249
1603
|
obj: CreateTransitGatewayPolicyTableResult
|
|
2250
1604
|
) => any;
|
|
2251
|
-
|
|
2252
1605
|
export declare const CreateTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
2253
1606
|
obj: CreateTransitGatewayPrefixListReferenceRequest
|
|
2254
1607
|
) => any;
|
|
2255
|
-
|
|
2256
1608
|
export declare const TransitGatewayPrefixListAttachmentFilterSensitiveLog: (
|
|
2257
1609
|
obj: TransitGatewayPrefixListAttachment
|
|
2258
1610
|
) => any;
|
|
2259
|
-
|
|
2260
1611
|
export declare const TransitGatewayPrefixListReferenceFilterSensitiveLog: (
|
|
2261
1612
|
obj: TransitGatewayPrefixListReference
|
|
2262
1613
|
) => any;
|
|
2263
|
-
|
|
2264
1614
|
export declare const CreateTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
2265
1615
|
obj: CreateTransitGatewayPrefixListReferenceResult
|
|
2266
1616
|
) => any;
|
|
2267
|
-
|
|
2268
1617
|
export declare const CreateTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
2269
1618
|
obj: CreateTransitGatewayRouteRequest
|
|
2270
1619
|
) => any;
|
|
2271
|
-
|
|
2272
1620
|
export declare const TransitGatewayRouteAttachmentFilterSensitiveLog: (
|
|
2273
1621
|
obj: TransitGatewayRouteAttachment
|
|
2274
1622
|
) => any;
|
|
2275
|
-
|
|
2276
1623
|
export declare const TransitGatewayRouteFilterSensitiveLog: (
|
|
2277
1624
|
obj: TransitGatewayRoute
|
|
2278
1625
|
) => any;
|
|
2279
|
-
|
|
2280
1626
|
export declare const CreateTransitGatewayRouteResultFilterSensitiveLog: (
|
|
2281
1627
|
obj: CreateTransitGatewayRouteResult
|
|
2282
1628
|
) => any;
|
|
2283
|
-
|
|
2284
1629
|
export declare const CreateTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
2285
1630
|
obj: CreateTransitGatewayRouteTableRequest
|
|
2286
1631
|
) => any;
|
|
2287
|
-
|
|
2288
1632
|
export declare const TransitGatewayRouteTableFilterSensitiveLog: (
|
|
2289
1633
|
obj: TransitGatewayRouteTable
|
|
2290
1634
|
) => any;
|
|
2291
|
-
|
|
2292
1635
|
export declare const CreateTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
2293
1636
|
obj: CreateTransitGatewayRouteTableResult
|
|
2294
1637
|
) => any;
|
|
2295
|
-
|
|
2296
1638
|
export declare const CreateTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
|
|
2297
1639
|
obj: CreateTransitGatewayRouteTableAnnouncementRequest
|
|
2298
1640
|
) => any;
|
|
2299
|
-
|
|
2300
1641
|
export declare const TransitGatewayRouteTableAnnouncementFilterSensitiveLog: (
|
|
2301
1642
|
obj: TransitGatewayRouteTableAnnouncement
|
|
2302
1643
|
) => any;
|
|
2303
|
-
|
|
2304
1644
|
export declare const CreateTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
|
|
2305
1645
|
obj: CreateTransitGatewayRouteTableAnnouncementResult
|
|
2306
1646
|
) => any;
|
|
2307
|
-
|
|
2308
1647
|
export declare const CreateTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
|
|
2309
1648
|
obj: CreateTransitGatewayVpcAttachmentRequestOptions
|
|
2310
1649
|
) => any;
|
|
2311
|
-
|
|
2312
1650
|
export declare const CreateTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
2313
1651
|
obj: CreateTransitGatewayVpcAttachmentRequest
|
|
2314
1652
|
) => any;
|
|
2315
|
-
|
|
2316
1653
|
export declare const CreateTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
2317
1654
|
obj: CreateTransitGatewayVpcAttachmentResult
|
|
2318
1655
|
) => any;
|
|
2319
|
-
|
|
2320
1656
|
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
2321
1657
|
obj: CreateVolumeRequest
|
|
2322
1658
|
) => any;
|
|
2323
|
-
|
|
2324
1659
|
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
2325
|
-
|
|
2326
1660
|
export declare const CreateVpcRequestFilterSensitiveLog: (
|
|
2327
1661
|
obj: CreateVpcRequest
|
|
2328
1662
|
) => any;
|
|
2329
|
-
|
|
2330
1663
|
export declare const CreateVpcResultFilterSensitiveLog: (
|
|
2331
1664
|
obj: CreateVpcResult
|
|
2332
1665
|
) => any;
|
|
2333
|
-
|
|
2334
1666
|
export declare const DnsOptionsSpecificationFilterSensitiveLog: (
|
|
2335
1667
|
obj: DnsOptionsSpecification
|
|
2336
1668
|
) => any;
|
|
2337
|
-
|
|
2338
1669
|
export declare const CreateVpcEndpointRequestFilterSensitiveLog: (
|
|
2339
1670
|
obj: CreateVpcEndpointRequest
|
|
2340
1671
|
) => any;
|
|
2341
|
-
|
|
2342
1672
|
export declare const DnsEntryFilterSensitiveLog: (obj: DnsEntry) => any;
|
|
2343
|
-
|
|
2344
1673
|
export declare const DnsOptionsFilterSensitiveLog: (obj: DnsOptions) => any;
|
|
2345
|
-
|
|
2346
1674
|
export declare const SecurityGroupIdentifierFilterSensitiveLog: (
|
|
2347
1675
|
obj: SecurityGroupIdentifier
|
|
2348
1676
|
) => any;
|
|
2349
|
-
|
|
2350
1677
|
export declare const LastErrorFilterSensitiveLog: (obj: LastError) => any;
|
|
2351
|
-
|
|
2352
1678
|
export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
2353
|
-
|
|
2354
1679
|
export declare const CreateVpcEndpointResultFilterSensitiveLog: (
|
|
2355
1680
|
obj: CreateVpcEndpointResult
|
|
2356
1681
|
) => any;
|
|
2357
|
-
|
|
2358
1682
|
export declare const CreateVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
|
|
2359
1683
|
obj: CreateVpcEndpointConnectionNotificationRequest
|
|
2360
1684
|
) => any;
|
|
2361
|
-
|
|
2362
1685
|
export declare const ConnectionNotificationFilterSensitiveLog: (
|
|
2363
1686
|
obj: ConnectionNotification
|
|
2364
1687
|
) => any;
|
|
2365
|
-
|
|
2366
1688
|
export declare const CreateVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
|
|
2367
1689
|
obj: CreateVpcEndpointConnectionNotificationResult
|
|
2368
1690
|
) => any;
|
|
2369
|
-
|
|
2370
1691
|
export declare const CreateVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
|
|
2371
1692
|
obj: CreateVpcEndpointServiceConfigurationRequest
|
|
2372
1693
|
) => any;
|
|
2373
|
-
|
|
2374
1694
|
export declare const PrivateDnsNameConfigurationFilterSensitiveLog: (
|
|
2375
1695
|
obj: PrivateDnsNameConfiguration
|
|
2376
1696
|
) => any;
|
|
2377
|
-
|
|
2378
1697
|
export declare const ServiceTypeDetailFilterSensitiveLog: (
|
|
2379
1698
|
obj: ServiceTypeDetail
|
|
2380
1699
|
) => any;
|
|
2381
|
-
|
|
2382
1700
|
export declare const ServiceConfigurationFilterSensitiveLog: (
|
|
2383
1701
|
obj: ServiceConfiguration
|
|
2384
1702
|
) => any;
|
|
2385
|
-
|
|
2386
1703
|
export declare const CreateVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
|
|
2387
1704
|
obj: CreateVpcEndpointServiceConfigurationResult
|
|
2388
1705
|
) => any;
|
|
2389
|
-
|
|
2390
1706
|
export declare const CreateVpcPeeringConnectionRequestFilterSensitiveLog: (
|
|
2391
1707
|
obj: CreateVpcPeeringConnectionRequest
|
|
2392
1708
|
) => any;
|
|
2393
|
-
|
|
2394
1709
|
export declare const CreateVpcPeeringConnectionResultFilterSensitiveLog: (
|
|
2395
1710
|
obj: CreateVpcPeeringConnectionResult
|
|
2396
1711
|
) => any;
|
|
2397
|
-
|
|
2398
1712
|
export declare const IKEVersionsRequestListValueFilterSensitiveLog: (
|
|
2399
1713
|
obj: IKEVersionsRequestListValue
|
|
2400
1714
|
) => any;
|
|
2401
|
-
|
|
2402
1715
|
export declare const CloudWatchLogOptionsSpecificationFilterSensitiveLog: (
|
|
2403
1716
|
obj: CloudWatchLogOptionsSpecification
|
|
2404
1717
|
) => any;
|
|
2405
|
-
|
|
2406
1718
|
export declare const VpnTunnelLogOptionsSpecificationFilterSensitiveLog: (
|
|
2407
1719
|
obj: VpnTunnelLogOptionsSpecification
|
|
2408
1720
|
) => any;
|
|
2409
|
-
|
|
2410
1721
|
export declare const Phase1DHGroupNumbersRequestListValueFilterSensitiveLog: (
|
|
2411
1722
|
obj: Phase1DHGroupNumbersRequestListValue
|
|
2412
1723
|
) => any;
|
|
2413
|
-
|
|
2414
1724
|
export declare const Phase1EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
2415
1725
|
obj: Phase1EncryptionAlgorithmsRequestListValue
|
|
2416
1726
|
) => any;
|
|
2417
|
-
|
|
2418
1727
|
export declare const Phase1IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
2419
1728
|
obj: Phase1IntegrityAlgorithmsRequestListValue
|
|
2420
1729
|
) => any;
|
|
2421
|
-
|
|
2422
1730
|
export declare const Phase2DHGroupNumbersRequestListValueFilterSensitiveLog: (
|
|
2423
1731
|
obj: Phase2DHGroupNumbersRequestListValue
|
|
2424
1732
|
) => any;
|
|
2425
|
-
|
|
2426
1733
|
export declare const Phase2EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
2427
1734
|
obj: Phase2EncryptionAlgorithmsRequestListValue
|
|
2428
1735
|
) => any;
|
|
2429
|
-
|
|
2430
1736
|
export declare const Phase2IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
2431
1737
|
obj: Phase2IntegrityAlgorithmsRequestListValue
|
|
2432
1738
|
) => any;
|
|
2433
|
-
|
|
2434
1739
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
2435
1740
|
obj: VpnTunnelOptionsSpecification
|
|
2436
1741
|
) => any;
|
|
2437
|
-
|
|
2438
1742
|
export declare const VpnConnectionOptionsSpecificationFilterSensitiveLog: (
|
|
2439
1743
|
obj: VpnConnectionOptionsSpecification
|
|
2440
1744
|
) => any;
|
|
2441
|
-
|
|
2442
1745
|
export declare const CreateVpnConnectionRequestFilterSensitiveLog: (
|
|
2443
1746
|
obj: CreateVpnConnectionRequest
|
|
2444
1747
|
) => any;
|
|
2445
|
-
|
|
2446
1748
|
export declare const IKEVersionsListValueFilterSensitiveLog: (
|
|
2447
1749
|
obj: IKEVersionsListValue
|
|
2448
1750
|
) => any;
|
|
2449
|
-
|
|
2450
1751
|
export declare const CloudWatchLogOptionsFilterSensitiveLog: (
|
|
2451
1752
|
obj: CloudWatchLogOptions
|
|
2452
1753
|
) => any;
|
|
2453
|
-
|
|
2454
1754
|
export declare const VpnTunnelLogOptionsFilterSensitiveLog: (
|
|
2455
1755
|
obj: VpnTunnelLogOptions
|
|
2456
1756
|
) => any;
|
|
2457
|
-
|
|
2458
1757
|
export declare const Phase1DHGroupNumbersListValueFilterSensitiveLog: (
|
|
2459
1758
|
obj: Phase1DHGroupNumbersListValue
|
|
2460
1759
|
) => any;
|
|
2461
|
-
|
|
2462
1760
|
export declare const Phase1EncryptionAlgorithmsListValueFilterSensitiveLog: (
|
|
2463
1761
|
obj: Phase1EncryptionAlgorithmsListValue
|
|
2464
1762
|
) => any;
|
|
2465
|
-
|
|
2466
1763
|
export declare const Phase1IntegrityAlgorithmsListValueFilterSensitiveLog: (
|
|
2467
1764
|
obj: Phase1IntegrityAlgorithmsListValue
|
|
2468
1765
|
) => any;
|
|
2469
|
-
|
|
2470
1766
|
export declare const Phase2DHGroupNumbersListValueFilterSensitiveLog: (
|
|
2471
1767
|
obj: Phase2DHGroupNumbersListValue
|
|
2472
1768
|
) => any;
|
|
2473
|
-
|
|
2474
1769
|
export declare const Phase2EncryptionAlgorithmsListValueFilterSensitiveLog: (
|
|
2475
1770
|
obj: Phase2EncryptionAlgorithmsListValue
|
|
2476
1771
|
) => any;
|
|
2477
|
-
|
|
2478
1772
|
export declare const Phase2IntegrityAlgorithmsListValueFilterSensitiveLog: (
|
|
2479
1773
|
obj: Phase2IntegrityAlgorithmsListValue
|
|
2480
1774
|
) => any;
|
|
2481
|
-
|
|
2482
1775
|
export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
|
|
2483
|
-
|
|
2484
1776
|
export declare const VpnConnectionOptionsFilterSensitiveLog: (
|
|
2485
1777
|
obj: VpnConnectionOptions
|
|
2486
1778
|
) => any;
|
|
2487
|
-
|
|
2488
1779
|
export declare const VpnStaticRouteFilterSensitiveLog: (
|
|
2489
1780
|
obj: VpnStaticRoute
|
|
2490
1781
|
) => any;
|
|
2491
|
-
|
|
2492
1782
|
export declare const VgwTelemetryFilterSensitiveLog: (obj: VgwTelemetry) => any;
|
|
2493
|
-
|
|
2494
1783
|
export declare const VpnConnectionFilterSensitiveLog: (
|
|
2495
1784
|
obj: VpnConnection
|
|
2496
1785
|
) => any;
|
|
2497
|
-
|
|
2498
1786
|
export declare const CreateVpnConnectionResultFilterSensitiveLog: (
|
|
2499
1787
|
obj: CreateVpnConnectionResult
|
|
2500
1788
|
) => any;
|
|
2501
|
-
|
|
2502
1789
|
export declare const CreateVpnConnectionRouteRequestFilterSensitiveLog: (
|
|
2503
1790
|
obj: CreateVpnConnectionRouteRequest
|
|
2504
1791
|
) => any;
|
|
2505
|
-
|
|
2506
1792
|
export declare const CreateVpnGatewayRequestFilterSensitiveLog: (
|
|
2507
1793
|
obj: CreateVpnGatewayRequest
|
|
2508
1794
|
) => any;
|
|
2509
|
-
|
|
2510
1795
|
export declare const VpnGatewayFilterSensitiveLog: (obj: VpnGateway) => any;
|
|
2511
|
-
|
|
2512
1796
|
export declare const CreateVpnGatewayResultFilterSensitiveLog: (
|
|
2513
1797
|
obj: CreateVpnGatewayResult
|
|
2514
1798
|
) => any;
|
|
2515
|
-
|
|
2516
1799
|
export declare const DeleteCarrierGatewayRequestFilterSensitiveLog: (
|
|
2517
1800
|
obj: DeleteCarrierGatewayRequest
|
|
2518
1801
|
) => any;
|
|
2519
|
-
|
|
2520
1802
|
export declare const DeleteCarrierGatewayResultFilterSensitiveLog: (
|
|
2521
1803
|
obj: DeleteCarrierGatewayResult
|
|
2522
1804
|
) => any;
|
|
2523
|
-
|
|
2524
1805
|
export declare const DeleteClientVpnEndpointRequestFilterSensitiveLog: (
|
|
2525
1806
|
obj: DeleteClientVpnEndpointRequest
|
|
2526
1807
|
) => any;
|
|
2527
|
-
|
|
2528
1808
|
export declare const DeleteClientVpnEndpointResultFilterSensitiveLog: (
|
|
2529
1809
|
obj: DeleteClientVpnEndpointResult
|
|
2530
1810
|
) => any;
|
|
2531
|
-
|
|
2532
1811
|
export declare const DeleteClientVpnRouteRequestFilterSensitiveLog: (
|
|
2533
1812
|
obj: DeleteClientVpnRouteRequest
|
|
2534
1813
|
) => any;
|
|
2535
|
-
|
|
2536
1814
|
export declare const DeleteClientVpnRouteResultFilterSensitiveLog: (
|
|
2537
1815
|
obj: DeleteClientVpnRouteResult
|
|
2538
1816
|
) => any;
|
|
2539
|
-
|
|
1817
|
+
export declare const DeleteCoipCidrRequestFilterSensitiveLog: (
|
|
1818
|
+
obj: DeleteCoipCidrRequest
|
|
1819
|
+
) => any;
|
|
1820
|
+
export declare const DeleteCoipCidrResultFilterSensitiveLog: (
|
|
1821
|
+
obj: DeleteCoipCidrResult
|
|
1822
|
+
) => any;
|
|
1823
|
+
export declare const DeleteCoipPoolRequestFilterSensitiveLog: (
|
|
1824
|
+
obj: DeleteCoipPoolRequest
|
|
1825
|
+
) => any;
|
|
1826
|
+
export declare const DeleteCoipPoolResultFilterSensitiveLog: (
|
|
1827
|
+
obj: DeleteCoipPoolResult
|
|
1828
|
+
) => any;
|
|
2540
1829
|
export declare const DeleteCustomerGatewayRequestFilterSensitiveLog: (
|
|
2541
1830
|
obj: DeleteCustomerGatewayRequest
|
|
2542
1831
|
) => any;
|
|
2543
|
-
|
|
2544
1832
|
export declare const DeleteDhcpOptionsRequestFilterSensitiveLog: (
|
|
2545
1833
|
obj: DeleteDhcpOptionsRequest
|
|
2546
1834
|
) => any;
|
|
2547
|
-
|
|
2548
1835
|
export declare const DeleteEgressOnlyInternetGatewayRequestFilterSensitiveLog: (
|
|
2549
1836
|
obj: DeleteEgressOnlyInternetGatewayRequest
|
|
2550
1837
|
) => any;
|
|
2551
|
-
|
|
2552
1838
|
export declare const DeleteEgressOnlyInternetGatewayResultFilterSensitiveLog: (
|
|
2553
1839
|
obj: DeleteEgressOnlyInternetGatewayResult
|
|
2554
1840
|
) => any;
|
|
2555
|
-
|
|
2556
1841
|
export declare const DeleteFleetsRequestFilterSensitiveLog: (
|
|
2557
1842
|
obj: DeleteFleetsRequest
|
|
2558
1843
|
) => any;
|
|
2559
|
-
|
|
2560
1844
|
export declare const DeleteFleetSuccessItemFilterSensitiveLog: (
|
|
2561
1845
|
obj: DeleteFleetSuccessItem
|
|
2562
1846
|
) => any;
|
|
2563
|
-
|
|
2564
1847
|
export declare const DeleteFleetErrorFilterSensitiveLog: (
|
|
2565
1848
|
obj: DeleteFleetError
|
|
2566
1849
|
) => any;
|
|
2567
|
-
|
|
2568
1850
|
export declare const DeleteFleetErrorItemFilterSensitiveLog: (
|
|
2569
1851
|
obj: DeleteFleetErrorItem
|
|
2570
1852
|
) => any;
|
|
2571
|
-
|
|
2572
1853
|
export declare const DeleteFleetsResultFilterSensitiveLog: (
|
|
2573
1854
|
obj: DeleteFleetsResult
|
|
2574
1855
|
) => any;
|
|
2575
|
-
|
|
2576
1856
|
export declare const DeleteFlowLogsRequestFilterSensitiveLog: (
|
|
2577
1857
|
obj: DeleteFlowLogsRequest
|
|
2578
1858
|
) => any;
|
|
2579
|
-
|
|
2580
1859
|
export declare const DeleteFlowLogsResultFilterSensitiveLog: (
|
|
2581
1860
|
obj: DeleteFlowLogsResult
|
|
2582
1861
|
) => any;
|
|
2583
|
-
|
|
2584
1862
|
export declare const DeleteFpgaImageRequestFilterSensitiveLog: (
|
|
2585
1863
|
obj: DeleteFpgaImageRequest
|
|
2586
1864
|
) => any;
|
|
2587
|
-
|
|
2588
1865
|
export declare const DeleteFpgaImageResultFilterSensitiveLog: (
|
|
2589
1866
|
obj: DeleteFpgaImageResult
|
|
2590
1867
|
) => any;
|
|
2591
|
-
|
|
2592
1868
|
export declare const DeleteInstanceEventWindowRequestFilterSensitiveLog: (
|
|
2593
1869
|
obj: DeleteInstanceEventWindowRequest
|
|
2594
1870
|
) => any;
|
|
2595
|
-
|
|
2596
1871
|
export declare const InstanceEventWindowStateChangeFilterSensitiveLog: (
|
|
2597
1872
|
obj: InstanceEventWindowStateChange
|
|
2598
1873
|
) => any;
|
|
2599
|
-
|
|
2600
1874
|
export declare const DeleteInstanceEventWindowResultFilterSensitiveLog: (
|
|
2601
1875
|
obj: DeleteInstanceEventWindowResult
|
|
2602
1876
|
) => any;
|
|
2603
|
-
|
|
2604
1877
|
export declare const DeleteInternetGatewayRequestFilterSensitiveLog: (
|
|
2605
1878
|
obj: DeleteInternetGatewayRequest
|
|
2606
1879
|
) => any;
|
|
2607
|
-
|
|
2608
1880
|
export declare const DeleteIpamRequestFilterSensitiveLog: (
|
|
2609
1881
|
obj: DeleteIpamRequest
|
|
2610
1882
|
) => any;
|
|
2611
|
-
|
|
2612
1883
|
export declare const DeleteIpamResultFilterSensitiveLog: (
|
|
2613
1884
|
obj: DeleteIpamResult
|
|
2614
1885
|
) => any;
|
|
2615
|
-
|
|
2616
1886
|
export declare const DeleteIpamPoolRequestFilterSensitiveLog: (
|
|
2617
1887
|
obj: DeleteIpamPoolRequest
|
|
2618
1888
|
) => any;
|
|
2619
|
-
|
|
2620
1889
|
export declare const DeleteIpamPoolResultFilterSensitiveLog: (
|
|
2621
1890
|
obj: DeleteIpamPoolResult
|
|
2622
1891
|
) => any;
|
|
2623
|
-
|
|
2624
1892
|
export declare const DeleteIpamScopeRequestFilterSensitiveLog: (
|
|
2625
1893
|
obj: DeleteIpamScopeRequest
|
|
2626
1894
|
) => any;
|
|
2627
|
-
|
|
2628
1895
|
export declare const DeleteIpamScopeResultFilterSensitiveLog: (
|
|
2629
1896
|
obj: DeleteIpamScopeResult
|
|
2630
1897
|
) => any;
|
|
2631
|
-
|
|
2632
1898
|
export declare const DeleteKeyPairRequestFilterSensitiveLog: (
|
|
2633
1899
|
obj: DeleteKeyPairRequest
|
|
2634
1900
|
) => any;
|
|
2635
|
-
|
|
2636
1901
|
export declare const DeleteLaunchTemplateRequestFilterSensitiveLog: (
|
|
2637
1902
|
obj: DeleteLaunchTemplateRequest
|
|
2638
1903
|
) => any;
|
|
2639
|
-
|
|
2640
1904
|
export declare const DeleteLaunchTemplateResultFilterSensitiveLog: (
|
|
2641
1905
|
obj: DeleteLaunchTemplateResult
|
|
2642
1906
|
) => any;
|
|
2643
|
-
|
|
2644
1907
|
export declare const DeleteLaunchTemplateVersionsRequestFilterSensitiveLog: (
|
|
2645
1908
|
obj: DeleteLaunchTemplateVersionsRequest
|
|
2646
1909
|
) => any;
|
|
2647
|
-
|
|
2648
1910
|
export declare const DeleteLaunchTemplateVersionsResponseSuccessItemFilterSensitiveLog: (
|
|
2649
1911
|
obj: DeleteLaunchTemplateVersionsResponseSuccessItem
|
|
2650
1912
|
) => any;
|
|
2651
|
-
|
|
2652
1913
|
export declare const ResponseErrorFilterSensitiveLog: (
|
|
2653
1914
|
obj: ResponseError
|
|
2654
1915
|
) => any;
|
|
2655
|
-
|
|
2656
1916
|
export declare const DeleteLaunchTemplateVersionsResponseErrorItemFilterSensitiveLog: (
|
|
2657
1917
|
obj: DeleteLaunchTemplateVersionsResponseErrorItem
|
|
2658
1918
|
) => any;
|
|
2659
|
-
|
|
2660
1919
|
export declare const DeleteLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2661
1920
|
obj: DeleteLaunchTemplateVersionsResult
|
|
2662
1921
|
) => any;
|
|
2663
|
-
|
|
2664
1922
|
export declare const DeleteLocalGatewayRouteRequestFilterSensitiveLog: (
|
|
2665
1923
|
obj: DeleteLocalGatewayRouteRequest
|
|
2666
1924
|
) => any;
|
|
2667
|
-
|
|
2668
1925
|
export declare const DeleteLocalGatewayRouteResultFilterSensitiveLog: (
|
|
2669
1926
|
obj: DeleteLocalGatewayRouteResult
|
|
2670
1927
|
) => any;
|
|
2671
|
-
|
|
1928
|
+
export declare const DeleteLocalGatewayRouteTableRequestFilterSensitiveLog: (
|
|
1929
|
+
obj: DeleteLocalGatewayRouteTableRequest
|
|
1930
|
+
) => any;
|
|
1931
|
+
export declare const DeleteLocalGatewayRouteTableResultFilterSensitiveLog: (
|
|
1932
|
+
obj: DeleteLocalGatewayRouteTableResult
|
|
1933
|
+
) => any;
|
|
1934
|
+
export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequestFilterSensitiveLog: (
|
|
1935
|
+
obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
|
|
1936
|
+
) => any;
|
|
1937
|
+
export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResultFilterSensitiveLog: (
|
|
1938
|
+
obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
|
|
1939
|
+
) => any;
|
|
2672
1940
|
export declare const DeleteLocalGatewayRouteTableVpcAssociationRequestFilterSensitiveLog: (
|
|
2673
1941
|
obj: DeleteLocalGatewayRouteTableVpcAssociationRequest
|
|
2674
1942
|
) => any;
|
|
2675
|
-
|
|
2676
1943
|
export declare const DeleteLocalGatewayRouteTableVpcAssociationResultFilterSensitiveLog: (
|
|
2677
1944
|
obj: DeleteLocalGatewayRouteTableVpcAssociationResult
|
|
2678
1945
|
) => any;
|
|
2679
|
-
|
|
2680
1946
|
export declare const DeleteManagedPrefixListRequestFilterSensitiveLog: (
|
|
2681
1947
|
obj: DeleteManagedPrefixListRequest
|
|
2682
1948
|
) => any;
|
|
2683
|
-
|
|
2684
1949
|
export declare const DeleteManagedPrefixListResultFilterSensitiveLog: (
|
|
2685
1950
|
obj: DeleteManagedPrefixListResult
|
|
2686
1951
|
) => any;
|
|
2687
|
-
|
|
2688
1952
|
export declare const DeleteNatGatewayRequestFilterSensitiveLog: (
|
|
2689
1953
|
obj: DeleteNatGatewayRequest
|
|
2690
1954
|
) => any;
|
|
2691
|
-
|
|
2692
1955
|
export declare const DeleteNatGatewayResultFilterSensitiveLog: (
|
|
2693
1956
|
obj: DeleteNatGatewayResult
|
|
2694
1957
|
) => any;
|
|
2695
|
-
|
|
2696
1958
|
export declare const DeleteNetworkAclRequestFilterSensitiveLog: (
|
|
2697
1959
|
obj: DeleteNetworkAclRequest
|
|
2698
1960
|
) => any;
|
|
2699
|
-
|
|
2700
1961
|
export declare const DeleteNetworkAclEntryRequestFilterSensitiveLog: (
|
|
2701
1962
|
obj: DeleteNetworkAclEntryRequest
|
|
2702
1963
|
) => any;
|
|
2703
|
-
|
|
2704
1964
|
export declare const DeleteNetworkInsightsAccessScopeRequestFilterSensitiveLog: (
|
|
2705
1965
|
obj: DeleteNetworkInsightsAccessScopeRequest
|
|
2706
1966
|
) => any;
|
|
2707
|
-
|
|
2708
1967
|
export declare const DeleteNetworkInsightsAccessScopeResultFilterSensitiveLog: (
|
|
2709
1968
|
obj: DeleteNetworkInsightsAccessScopeResult
|
|
2710
1969
|
) => any;
|
|
2711
|
-
|
|
2712
1970
|
export declare const DeleteNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
|
|
2713
1971
|
obj: DeleteNetworkInsightsAccessScopeAnalysisRequest
|
|
2714
1972
|
) => any;
|
|
2715
|
-
|
|
2716
1973
|
export declare const DeleteNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
|
|
2717
1974
|
obj: DeleteNetworkInsightsAccessScopeAnalysisResult
|
|
2718
1975
|
) => any;
|
|
2719
|
-
|
|
2720
1976
|
export declare const DeleteNetworkInsightsAnalysisRequestFilterSensitiveLog: (
|
|
2721
1977
|
obj: DeleteNetworkInsightsAnalysisRequest
|
|
2722
1978
|
) => any;
|
|
2723
|
-
|
|
2724
1979
|
export declare const DeleteNetworkInsightsAnalysisResultFilterSensitiveLog: (
|
|
2725
1980
|
obj: DeleteNetworkInsightsAnalysisResult
|
|
2726
1981
|
) => any;
|
|
2727
|
-
|
|
2728
1982
|
export declare const DeleteNetworkInsightsPathRequestFilterSensitiveLog: (
|
|
2729
1983
|
obj: DeleteNetworkInsightsPathRequest
|
|
2730
1984
|
) => any;
|
|
2731
|
-
|
|
2732
1985
|
export declare const DeleteNetworkInsightsPathResultFilterSensitiveLog: (
|
|
2733
1986
|
obj: DeleteNetworkInsightsPathResult
|
|
2734
1987
|
) => any;
|
|
2735
|
-
|
|
2736
1988
|
export declare const DeleteNetworkInterfaceRequestFilterSensitiveLog: (
|
|
2737
1989
|
obj: DeleteNetworkInterfaceRequest
|
|
2738
1990
|
) => any;
|
|
2739
|
-
|
|
2740
1991
|
export declare const DeleteNetworkInterfacePermissionRequestFilterSensitiveLog: (
|
|
2741
1992
|
obj: DeleteNetworkInterfacePermissionRequest
|
|
2742
1993
|
) => any;
|
|
2743
|
-
|
|
2744
1994
|
export declare const DeleteNetworkInterfacePermissionResultFilterSensitiveLog: (
|
|
2745
1995
|
obj: DeleteNetworkInterfacePermissionResult
|
|
2746
1996
|
) => any;
|
|
2747
|
-
|
|
2748
1997
|
export declare const DeletePlacementGroupRequestFilterSensitiveLog: (
|
|
2749
1998
|
obj: DeletePlacementGroupRequest
|
|
2750
1999
|
) => any;
|
|
2751
|
-
|
|
2752
2000
|
export declare const DeletePublicIpv4PoolRequestFilterSensitiveLog: (
|
|
2753
2001
|
obj: DeletePublicIpv4PoolRequest
|
|
2754
2002
|
) => any;
|
|
2755
|
-
|
|
2756
2003
|
export declare const DeletePublicIpv4PoolResultFilterSensitiveLog: (
|
|
2757
2004
|
obj: DeletePublicIpv4PoolResult
|
|
2758
2005
|
) => any;
|
|
2759
|
-
|
|
2760
2006
|
export declare const DeleteQueuedReservedInstancesRequestFilterSensitiveLog: (
|
|
2761
2007
|
obj: DeleteQueuedReservedInstancesRequest
|
|
2762
2008
|
) => any;
|
|
2763
|
-
|
|
2764
2009
|
export declare const DeleteQueuedReservedInstancesErrorFilterSensitiveLog: (
|
|
2765
2010
|
obj: DeleteQueuedReservedInstancesError
|
|
2766
2011
|
) => any;
|
|
2767
|
-
|
|
2768
2012
|
export declare const FailedQueuedPurchaseDeletionFilterSensitiveLog: (
|
|
2769
2013
|
obj: FailedQueuedPurchaseDeletion
|
|
2770
2014
|
) => any;
|
|
2771
|
-
|
|
2772
2015
|
export declare const SuccessfulQueuedPurchaseDeletionFilterSensitiveLog: (
|
|
2773
2016
|
obj: SuccessfulQueuedPurchaseDeletion
|
|
2774
2017
|
) => any;
|
|
2775
|
-
|
|
2776
2018
|
export declare const DeleteQueuedReservedInstancesResultFilterSensitiveLog: (
|
|
2777
2019
|
obj: DeleteQueuedReservedInstancesResult
|
|
2778
2020
|
) => any;
|
|
2779
|
-
|
|
2780
2021
|
export declare const DeleteRouteRequestFilterSensitiveLog: (
|
|
2781
2022
|
obj: DeleteRouteRequest
|
|
2782
2023
|
) => any;
|
|
2783
|
-
|
|
2784
2024
|
export declare const DeleteRouteTableRequestFilterSensitiveLog: (
|
|
2785
2025
|
obj: DeleteRouteTableRequest
|
|
2786
2026
|
) => any;
|
|
2787
|
-
|
|
2788
2027
|
export declare const DeleteSecurityGroupRequestFilterSensitiveLog: (
|
|
2789
2028
|
obj: DeleteSecurityGroupRequest
|
|
2790
2029
|
) => any;
|
|
2791
|
-
|
|
2792
2030
|
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
2793
2031
|
obj: DeleteSnapshotRequest
|
|
2794
2032
|
) => any;
|
|
2795
|
-
|
|
2796
2033
|
export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
|
|
2797
2034
|
obj: DeleteSpotDatafeedSubscriptionRequest
|
|
2798
2035
|
) => any;
|
|
2799
|
-
|
|
2800
2036
|
export declare const DeleteSubnetRequestFilterSensitiveLog: (
|
|
2801
2037
|
obj: DeleteSubnetRequest
|
|
2802
2038
|
) => any;
|
|
2803
|
-
|
|
2804
2039
|
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (
|
|
2805
2040
|
obj: DeleteSubnetCidrReservationRequest
|
|
2806
2041
|
) => any;
|
|
2807
|
-
|
|
2808
2042
|
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (
|
|
2809
2043
|
obj: DeleteSubnetCidrReservationResult
|
|
2810
2044
|
) => any;
|
|
2811
|
-
|
|
2812
2045
|
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
2813
2046
|
obj: DeleteTagsRequest
|
|
2814
2047
|
) => any;
|
|
2815
|
-
|
|
2816
2048
|
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (
|
|
2817
2049
|
obj: DeleteTrafficMirrorFilterRequest
|
|
2818
2050
|
) => any;
|
|
2819
|
-
|
|
2820
2051
|
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (
|
|
2821
2052
|
obj: DeleteTrafficMirrorFilterResult
|
|
2822
2053
|
) => any;
|
|
2823
|
-
|
|
2824
2054
|
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
2825
2055
|
obj: DeleteTrafficMirrorFilterRuleRequest
|
|
2826
2056
|
) => any;
|
|
2827
|
-
|
|
2828
2057
|
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (
|
|
2829
2058
|
obj: DeleteTrafficMirrorFilterRuleResult
|
|
2830
2059
|
) => any;
|
|
2831
|
-
|
|
2832
2060
|
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
2833
2061
|
obj: DeleteTrafficMirrorSessionRequest
|
|
2834
2062
|
) => any;
|
|
2835
|
-
|
|
2836
2063
|
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
2837
2064
|
obj: DeleteTrafficMirrorSessionResult
|
|
2838
2065
|
) => any;
|
|
2839
|
-
|
|
2840
2066
|
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
2841
2067
|
obj: DeleteTrafficMirrorTargetRequest
|
|
2842
2068
|
) => any;
|
|
2843
|
-
|
|
2844
2069
|
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
2845
2070
|
obj: DeleteTrafficMirrorTargetResult
|
|
2846
2071
|
) => any;
|
|
2847
|
-
|
|
2848
2072
|
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
2849
2073
|
obj: DeleteTransitGatewayRequest
|
|
2850
2074
|
) => any;
|
|
2851
|
-
|
|
2852
2075
|
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
2853
2076
|
obj: DeleteTransitGatewayResult
|
|
2854
2077
|
) => any;
|
|
2855
|
-
|
|
2856
2078
|
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
2857
2079
|
obj: DeleteTransitGatewayConnectRequest
|
|
2858
2080
|
) => any;
|
|
2859
|
-
|
|
2860
2081
|
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
|
|
2861
2082
|
obj: DeleteTransitGatewayConnectResult
|
|
2862
2083
|
) => any;
|
|
2863
|
-
|
|
2864
2084
|
export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (
|
|
2865
2085
|
obj: DeleteTransitGatewayConnectPeerRequest
|
|
2866
2086
|
) => any;
|
|
2867
|
-
|
|
2868
2087
|
export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (
|
|
2869
2088
|
obj: DeleteTransitGatewayConnectPeerResult
|
|
2870
2089
|
) => any;
|
|
2871
|
-
|
|
2872
2090
|
export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
2873
2091
|
obj: DeleteTransitGatewayMulticastDomainRequest
|
|
2874
2092
|
) => any;
|
|
2875
|
-
|
|
2876
2093
|
export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
2877
2094
|
obj: DeleteTransitGatewayMulticastDomainResult
|
|
2878
2095
|
) => any;
|
|
2879
|
-
|
|
2880
2096
|
export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
2881
2097
|
obj: DeleteTransitGatewayPeeringAttachmentRequest
|
|
2882
2098
|
) => any;
|
|
2883
|
-
|
|
2884
2099
|
export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
2885
2100
|
obj: DeleteTransitGatewayPeeringAttachmentResult
|
|
2886
2101
|
) => any;
|
|
2887
|
-
|
|
2888
2102
|
export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
2889
2103
|
obj: DeleteTransitGatewayPolicyTableRequest
|
|
2890
2104
|
) => any;
|
|
2891
|
-
|
|
2892
2105
|
export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
2893
2106
|
obj: DeleteTransitGatewayPolicyTableResult
|
|
2894
2107
|
) => any;
|
|
2895
|
-
|
|
2896
2108
|
export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
2897
2109
|
obj: DeleteTransitGatewayPrefixListReferenceRequest
|
|
2898
2110
|
) => any;
|
|
2899
|
-
|
|
2900
2111
|
export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
2901
2112
|
obj: DeleteTransitGatewayPrefixListReferenceResult
|
|
2902
2113
|
) => any;
|
|
2903
|
-
|
|
2904
2114
|
export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
2905
2115
|
obj: DeleteTransitGatewayRouteRequest
|
|
2906
2116
|
) => any;
|
|
2907
|
-
|
|
2908
2117
|
export declare const DeleteTransitGatewayRouteResultFilterSensitiveLog: (
|
|
2909
2118
|
obj: DeleteTransitGatewayRouteResult
|
|
2910
2119
|
) => any;
|
|
2911
|
-
|
|
2912
2120
|
export declare const DeleteTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
2913
2121
|
obj: DeleteTransitGatewayRouteTableRequest
|
|
2914
2122
|
) => any;
|
|
2915
|
-
|
|
2916
2123
|
export declare const DeleteTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
2917
2124
|
obj: DeleteTransitGatewayRouteTableResult
|
|
2918
2125
|
) => any;
|
|
2919
|
-
|
|
2920
2126
|
export declare const DeleteTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
|
|
2921
2127
|
obj: DeleteTransitGatewayRouteTableAnnouncementRequest
|
|
2922
2128
|
) => any;
|
|
2923
|
-
|
|
2924
2129
|
export declare const DeleteTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
|
|
2925
2130
|
obj: DeleteTransitGatewayRouteTableAnnouncementResult
|
|
2926
2131
|
) => any;
|
|
2927
|
-
|
|
2928
2132
|
export declare const DeleteTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
2929
2133
|
obj: DeleteTransitGatewayVpcAttachmentRequest
|
|
2930
2134
|
) => any;
|
|
2931
|
-
|
|
2932
2135
|
export declare const DeleteTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
2933
2136
|
obj: DeleteTransitGatewayVpcAttachmentResult
|
|
2934
2137
|
) => any;
|
|
2935
|
-
|
|
2936
2138
|
export declare const DeleteVolumeRequestFilterSensitiveLog: (
|
|
2937
2139
|
obj: DeleteVolumeRequest
|
|
2938
2140
|
) => any;
|
|
2939
|
-
|
|
2940
2141
|
export declare const DeleteVpcRequestFilterSensitiveLog: (
|
|
2941
2142
|
obj: DeleteVpcRequest
|
|
2942
2143
|
) => any;
|
|
2943
|
-
|
|
2944
2144
|
export declare const DeleteVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
|
|
2945
2145
|
obj: DeleteVpcEndpointConnectionNotificationsRequest
|
|
2946
2146
|
) => any;
|
|
2947
|
-
|
|
2948
2147
|
export declare const DeleteVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
|
|
2949
2148
|
obj: DeleteVpcEndpointConnectionNotificationsResult
|
|
2950
2149
|
) => any;
|
|
2951
|
-
|
|
2952
2150
|
export declare const DeleteVpcEndpointsRequestFilterSensitiveLog: (
|
|
2953
2151
|
obj: DeleteVpcEndpointsRequest
|
|
2954
2152
|
) => any;
|
|
2955
|
-
|
|
2956
2153
|
export declare const DeleteVpcEndpointsResultFilterSensitiveLog: (
|
|
2957
2154
|
obj: DeleteVpcEndpointsResult
|
|
2958
2155
|
) => any;
|
|
2959
|
-
|
|
2960
2156
|
export declare const DeleteVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
|
|
2961
2157
|
obj: DeleteVpcEndpointServiceConfigurationsRequest
|
|
2962
2158
|
) => any;
|
|
2963
|
-
|
|
2964
2159
|
export declare const DeleteVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (
|
|
2965
2160
|
obj: DeleteVpcEndpointServiceConfigurationsResult
|
|
2966
2161
|
) => any;
|
|
2967
|
-
|
|
2968
2162
|
export declare const DeleteVpcPeeringConnectionRequestFilterSensitiveLog: (
|
|
2969
2163
|
obj: DeleteVpcPeeringConnectionRequest
|
|
2970
2164
|
) => any;
|
|
2971
|
-
|
|
2972
2165
|
export declare const DeleteVpcPeeringConnectionResultFilterSensitiveLog: (
|
|
2973
2166
|
obj: DeleteVpcPeeringConnectionResult
|
|
2974
2167
|
) => any;
|
|
2975
|
-
|
|
2976
2168
|
export declare const DeleteVpnConnectionRequestFilterSensitiveLog: (
|
|
2977
2169
|
obj: DeleteVpnConnectionRequest
|
|
2978
2170
|
) => any;
|
|
2979
|
-
|
|
2980
2171
|
export declare const DeleteVpnConnectionRouteRequestFilterSensitiveLog: (
|
|
2981
2172
|
obj: DeleteVpnConnectionRouteRequest
|
|
2982
2173
|
) => any;
|
|
2983
|
-
|
|
2984
2174
|
export declare const DeleteVpnGatewayRequestFilterSensitiveLog: (
|
|
2985
2175
|
obj: DeleteVpnGatewayRequest
|
|
2986
2176
|
) => any;
|
|
2987
|
-
|
|
2988
2177
|
export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (
|
|
2989
2178
|
obj: DeprovisionByoipCidrRequest
|
|
2990
2179
|
) => any;
|
|
2991
|
-
|
|
2992
2180
|
export declare const DeprovisionByoipCidrResultFilterSensitiveLog: (
|
|
2993
2181
|
obj: DeprovisionByoipCidrResult
|
|
2994
2182
|
) => any;
|
|
2995
|
-
|
|
2996
2183
|
export declare const DeprovisionIpamPoolCidrRequestFilterSensitiveLog: (
|
|
2997
2184
|
obj: DeprovisionIpamPoolCidrRequest
|
|
2998
2185
|
) => any;
|
|
2999
|
-
|
|
3000
2186
|
export declare const IpamPoolCidrFailureReasonFilterSensitiveLog: (
|
|
3001
2187
|
obj: IpamPoolCidrFailureReason
|
|
3002
2188
|
) => any;
|
|
3003
|
-
|
|
3004
2189
|
export declare const IpamPoolCidrFilterSensitiveLog: (obj: IpamPoolCidr) => any;
|
|
3005
|
-
|
|
3006
2190
|
export declare const DeprovisionIpamPoolCidrResultFilterSensitiveLog: (
|
|
3007
2191
|
obj: DeprovisionIpamPoolCidrResult
|
|
3008
2192
|
) => any;
|
|
3009
|
-
|
|
3010
2193
|
export declare const DeprovisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
|
|
3011
2194
|
obj: DeprovisionPublicIpv4PoolCidrRequest
|
|
3012
2195
|
) => any;
|
|
3013
|
-
|
|
3014
2196
|
export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
|
|
3015
2197
|
obj: DeprovisionPublicIpv4PoolCidrResult
|
|
3016
2198
|
) => any;
|
|
3017
|
-
|
|
3018
2199
|
export declare const DeregisterImageRequestFilterSensitiveLog: (
|
|
3019
2200
|
obj: DeregisterImageRequest
|
|
3020
2201
|
) => any;
|
|
3021
|
-
|
|
3022
2202
|
export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (
|
|
3023
2203
|
obj: DeregisterInstanceTagAttributeRequest
|
|
3024
2204
|
) => any;
|
|
3025
|
-
|
|
3026
2205
|
export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
|
|
3027
2206
|
obj: DeregisterInstanceEventNotificationAttributesRequest
|
|
3028
2207
|
) => any;
|
|
3029
|
-
|
|
3030
2208
|
export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
|
|
3031
2209
|
obj: InstanceTagNotificationAttribute
|
|
3032
2210
|
) => any;
|
|
3033
|
-
|
|
3034
2211
|
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
|
|
3035
2212
|
obj: DeregisterInstanceEventNotificationAttributesResult
|
|
3036
2213
|
) => any;
|
|
3037
|
-
|
|
3038
2214
|
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
3039
2215
|
obj: DeregisterTransitGatewayMulticastGroupMembersRequest
|
|
3040
2216
|
) => any;
|
|
3041
|
-
|
|
3042
2217
|
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
|
|
3043
2218
|
obj: TransitGatewayMulticastDeregisteredGroupMembers
|
|
3044
2219
|
) => any;
|
|
3045
|
-
|
|
3046
2220
|
export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
|
|
3047
2221
|
obj: DeregisterTransitGatewayMulticastGroupMembersResult
|
|
3048
2222
|
) => any;
|
|
3049
|
-
|
|
3050
2223
|
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
|
|
3051
2224
|
obj: DeregisterTransitGatewayMulticastGroupSourcesRequest
|
|
3052
2225
|
) => any;
|
|
3053
|
-
|
|
3054
2226
|
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (
|
|
3055
2227
|
obj: TransitGatewayMulticastDeregisteredGroupSources
|
|
3056
2228
|
) => any;
|
|
3057
|
-
|
|
3058
2229
|
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
|
|
3059
2230
|
obj: DeregisterTransitGatewayMulticastGroupSourcesResult
|
|
3060
2231
|
) => any;
|
|
3061
|
-
|
|
3062
2232
|
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (
|
|
3063
2233
|
obj: DescribeAccountAttributesRequest
|
|
3064
2234
|
) => any;
|
|
3065
|
-
|
|
3066
2235
|
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
3067
2236
|
obj: DescribeAccountAttributesResult
|
|
3068
2237
|
) => any;
|
|
3069
|
-
|
|
3070
2238
|
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
3071
|
-
|
|
3072
2239
|
export declare const DescribeAddressesRequestFilterSensitiveLog: (
|
|
3073
2240
|
obj: DescribeAddressesRequest
|
|
3074
2241
|
) => any;
|
|
3075
|
-
|
|
3076
2242
|
export declare const DescribeAddressesResultFilterSensitiveLog: (
|
|
3077
2243
|
obj: DescribeAddressesResult
|
|
3078
2244
|
) => any;
|
|
3079
|
-
|
|
3080
2245
|
export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (
|
|
3081
2246
|
obj: DescribeAddressesAttributeRequest
|
|
3082
2247
|
) => any;
|
|
3083
|
-
|
|
3084
2248
|
export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (
|
|
3085
2249
|
obj: DescribeAddressesAttributeResult
|
|
3086
2250
|
) => any;
|
|
3087
|
-
|
|
3088
2251
|
export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (
|
|
3089
2252
|
obj: DescribeAggregateIdFormatRequest
|
|
3090
2253
|
) => any;
|
|
3091
|
-
|
|
3092
|
-
export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
|
|
3093
|
-
|
|
3094
|
-
export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (
|
|
3095
|
-
obj: DescribeAggregateIdFormatResult
|
|
3096
|
-
) => any;
|
|
3097
|
-
|
|
3098
|
-
export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (
|
|
3099
|
-
obj: DescribeAvailabilityZonesRequest
|
|
3100
|
-
) => any;
|
|
3101
|
-
|
|
3102
|
-
export declare const AvailabilityZoneMessageFilterSensitiveLog: (
|
|
3103
|
-
obj: AvailabilityZoneMessage
|
|
3104
|
-
) => any;
|
|
3105
|
-
|
|
3106
|
-
export declare const AvailabilityZoneFilterSensitiveLog: (
|
|
3107
|
-
obj: AvailabilityZone
|
|
3108
|
-
) => any;
|
|
3109
|
-
|
|
3110
|
-
export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (
|
|
3111
|
-
obj: DescribeAvailabilityZonesResult
|
|
3112
|
-
) => any;
|
|
3113
|
-
|
|
3114
|
-
export declare const DescribeBundleTasksRequestFilterSensitiveLog: (
|
|
3115
|
-
obj: DescribeBundleTasksRequest
|
|
3116
|
-
) => any;
|
|
3117
|
-
|
|
3118
|
-
export declare const DescribeBundleTasksResultFilterSensitiveLog: (
|
|
3119
|
-
obj: DescribeBundleTasksResult
|
|
3120
|
-
) => any;
|
|
3121
|
-
|
|
3122
|
-
export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (
|
|
3123
|
-
obj: DescribeByoipCidrsRequest
|
|
3124
|
-
) => any;
|
|
3125
|
-
|
|
3126
|
-
export declare const DescribeByoipCidrsResultFilterSensitiveLog: (
|
|
3127
|
-
obj: DescribeByoipCidrsResult
|
|
3128
|
-
) => any;
|
|
3129
|
-
|
|
3130
|
-
export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (
|
|
3131
|
-
obj: DescribeCapacityReservationFleetsRequest
|
|
3132
|
-
) => any;
|
|
3133
|
-
|
|
3134
|
-
export declare const CapacityReservationFleetFilterSensitiveLog: (
|
|
3135
|
-
obj: CapacityReservationFleet
|
|
3136
|
-
) => any;
|
|
3137
|
-
|
|
3138
|
-
export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (
|
|
3139
|
-
obj: DescribeCapacityReservationFleetsResult
|
|
3140
|
-
) => any;
|
|
3141
|
-
|
|
3142
|
-
export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (
|
|
3143
|
-
obj: DescribeCapacityReservationsRequest
|
|
3144
|
-
) => any;
|
|
3145
|
-
|
|
3146
|
-
export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (
|
|
3147
|
-
obj: DescribeCapacityReservationsResult
|
|
3148
|
-
) => any;
|
|
3149
|
-
|
|
3150
|
-
export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (
|
|
3151
|
-
obj: DescribeCarrierGatewaysRequest
|
|
3152
|
-
) => any;
|
|
3153
|
-
|
|
3154
|
-
export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (
|
|
3155
|
-
obj: DescribeCarrierGatewaysResult
|
|
3156
|
-
) => any;
|
|
3157
|
-
|
|
3158
|
-
export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (
|
|
3159
|
-
obj: DescribeClassicLinkInstancesRequest
|
|
3160
|
-
) => any;
|
|
3161
|
-
|
|
3162
|
-
export declare const ClassicLinkInstanceFilterSensitiveLog: (
|
|
3163
|
-
obj: ClassicLinkInstance
|
|
3164
|
-
) => any;
|
|
3165
|
-
|
|
3166
|
-
export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (
|
|
3167
|
-
obj: DescribeClassicLinkInstancesResult
|
|
3168
|
-
) => any;
|