@aws-sdk/client-ec2 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/EC2.js +135 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
- package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +3 -3
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +32 -31
- package/dist-cjs/models/models_1.js +64 -38
- package/dist-cjs/models/models_2.js +70 -86
- package/dist-cjs/models/models_3.js +86 -88
- package/dist-cjs/models/models_4.js +72 -74
- package/dist-cjs/models/models_5.js +82 -88
- package/dist-cjs/models/models_6.js +85 -3
- package/dist-cjs/protocols/Aws_ec2.js +646 -21
- package/dist-es/EC2.js +135 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
- package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
- package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -1
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +8 -10
- package/dist-es/models/models_1.js +22 -8
- package/dist-es/models/models_2.js +16 -20
- package/dist-es/models/models_3.js +20 -25
- package/dist-es/models/models_4.js +21 -17
- package/dist-es/models/models_5.js +19 -25
- package/dist-es/models/models_6.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +891 -173
- package/dist-types/EC2.d.ts +89 -1
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +131 -97
- package/dist-types/models/models_1.d.ts +362 -280
- package/dist-types/models/models_2.d.ts +392 -831
- package/dist-types/models/models_3.d.ts +1506 -1387
- package/dist-types/models/models_4.d.ts +528 -251
- package/dist-types/models/models_5.d.ts +283 -389
- package/dist-types/models/models_6.d.ts +403 -5
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +9878 -2670
- package/dist-types/ts3.4/EC2Client.d.ts +3355 -606
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +542 -533
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +2960 -2987
- package/dist-types/ts3.4/models/models_1.d.ts +2532 -3440
- package/dist-types/ts3.4/models/models_2.d.ts +2253 -2839
- package/dist-types/ts3.4/models/models_3.d.ts +2557 -3444
- package/dist-types/ts3.4/models/models_4.d.ts +2722 -3492
- package/dist-types/ts3.4/models/models_5.d.ts +2595 -3289
- package/dist-types/ts3.4/models/models_6.d.ts +1345 -1483
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +122 -122
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6509 -1601
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +34 -34
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,2839 +1,2253 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
export interface
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
export interface
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
export
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
export
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
export
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
export
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
export interface
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}
|
|
690
|
-
export interface
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
}
|
|
755
|
-
export
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
export interface
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
export interface
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
export interface
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
export
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export interface
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
export interface
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
export interface
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
export interface
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
export interface
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
export interface
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
export interface
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
export interface
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
}
|
|
1208
|
-
export interface
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
}
|
|
1224
|
-
export interface
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
}
|
|
1228
|
-
export interface
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
}
|
|
1238
|
-
export interface
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
export interface
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
}
|
|
1273
|
-
export
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
}
|
|
1291
|
-
export
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
}
|
|
1317
|
-
export interface
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export interface
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
}
|
|
1394
|
-
export interface
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
export interface
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
}
|
|
1433
|
-
export
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1483
|
-
export interface
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
}
|
|
1503
|
-
export interface
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
export
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
export
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
export
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
export
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
export
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
export
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
export
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
export
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
export
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
export
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
export
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
export
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
export
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
export
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
export
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
export
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
export
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
export
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
export
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
export
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
export
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
export
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
export
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
export
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
export
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
export
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
export
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
export
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
export
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
export
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
export
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
export
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
export
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
export declare
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
export
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
export
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
export
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
export
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
}
|
|
2255
|
-
export interface DescribeCapacityReservationsRequest {
|
|
2256
|
-
|
|
2257
|
-
CapacityReservationIds?: string[];
|
|
2258
|
-
|
|
2259
|
-
NextToken?: string;
|
|
2260
|
-
|
|
2261
|
-
MaxResults?: number;
|
|
2262
|
-
|
|
2263
|
-
Filters?: Filter[];
|
|
2264
|
-
|
|
2265
|
-
DryRun?: boolean;
|
|
2266
|
-
}
|
|
2267
|
-
export interface DescribeCapacityReservationsResult {
|
|
2268
|
-
|
|
2269
|
-
NextToken?: string;
|
|
2270
|
-
|
|
2271
|
-
CapacityReservations?: CapacityReservation[];
|
|
2272
|
-
}
|
|
2273
|
-
export interface DescribeCarrierGatewaysRequest {
|
|
2274
|
-
|
|
2275
|
-
CarrierGatewayIds?: string[];
|
|
2276
|
-
|
|
2277
|
-
Filters?: Filter[];
|
|
2278
|
-
|
|
2279
|
-
MaxResults?: number;
|
|
2280
|
-
|
|
2281
|
-
NextToken?: string;
|
|
2282
|
-
|
|
2283
|
-
DryRun?: boolean;
|
|
2284
|
-
}
|
|
2285
|
-
export interface DescribeCarrierGatewaysResult {
|
|
2286
|
-
|
|
2287
|
-
CarrierGateways?: CarrierGateway[];
|
|
2288
|
-
|
|
2289
|
-
NextToken?: string;
|
|
2290
|
-
}
|
|
2291
|
-
export interface DescribeClassicLinkInstancesRequest {
|
|
2292
|
-
|
|
2293
|
-
Filters?: Filter[];
|
|
2294
|
-
|
|
2295
|
-
DryRun?: boolean;
|
|
2296
|
-
|
|
2297
|
-
InstanceIds?: string[];
|
|
2298
|
-
|
|
2299
|
-
MaxResults?: number;
|
|
2300
|
-
|
|
2301
|
-
NextToken?: string;
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
export interface ClassicLinkInstance {
|
|
2305
|
-
|
|
2306
|
-
Groups?: GroupIdentifier[];
|
|
2307
|
-
|
|
2308
|
-
InstanceId?: string;
|
|
2309
|
-
|
|
2310
|
-
Tags?: Tag[];
|
|
2311
|
-
|
|
2312
|
-
VpcId?: string;
|
|
2313
|
-
}
|
|
2314
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
2315
|
-
|
|
2316
|
-
Instances?: ClassicLinkInstance[];
|
|
2317
|
-
|
|
2318
|
-
NextToken?: string;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
export declare const TransitGatewayOptionsFilterSensitiveLog: (obj: TransitGatewayOptions) => any;
|
|
2322
|
-
|
|
2323
|
-
export declare const TransitGatewayFilterSensitiveLog: (obj: TransitGateway) => any;
|
|
2324
|
-
|
|
2325
|
-
export declare const CreateTransitGatewayResultFilterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
|
|
2326
|
-
|
|
2327
|
-
export declare const CreateTransitGatewayConnectRequestOptionsFilterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
|
|
2328
|
-
|
|
2329
|
-
export declare const CreateTransitGatewayConnectRequestFilterSensitiveLog: (obj: CreateTransitGatewayConnectRequest) => any;
|
|
2330
|
-
|
|
2331
|
-
export declare const TransitGatewayConnectOptionsFilterSensitiveLog: (obj: TransitGatewayConnectOptions) => any;
|
|
2332
|
-
|
|
2333
|
-
export declare const TransitGatewayConnectFilterSensitiveLog: (obj: TransitGatewayConnect) => any;
|
|
2334
|
-
|
|
2335
|
-
export declare const CreateTransitGatewayConnectResultFilterSensitiveLog: (obj: CreateTransitGatewayConnectResult) => any;
|
|
2336
|
-
|
|
2337
|
-
export declare const TransitGatewayConnectRequestBgpOptionsFilterSensitiveLog: (obj: TransitGatewayConnectRequestBgpOptions) => any;
|
|
2338
|
-
|
|
2339
|
-
export declare const CreateTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: CreateTransitGatewayConnectPeerRequest) => any;
|
|
2340
|
-
|
|
2341
|
-
export declare const TransitGatewayAttachmentBgpConfigurationFilterSensitiveLog: (obj: TransitGatewayAttachmentBgpConfiguration) => any;
|
|
2342
|
-
|
|
2343
|
-
export declare const TransitGatewayConnectPeerConfigurationFilterSensitiveLog: (obj: TransitGatewayConnectPeerConfiguration) => any;
|
|
2344
|
-
|
|
2345
|
-
export declare const TransitGatewayConnectPeerFilterSensitiveLog: (obj: TransitGatewayConnectPeer) => any;
|
|
2346
|
-
|
|
2347
|
-
export declare const CreateTransitGatewayConnectPeerResultFilterSensitiveLog: (obj: CreateTransitGatewayConnectPeerResult) => any;
|
|
2348
|
-
|
|
2349
|
-
export declare const CreateTransitGatewayMulticastDomainRequestOptionsFilterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequestOptions) => any;
|
|
2350
|
-
|
|
2351
|
-
export declare const CreateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequest) => any;
|
|
2352
|
-
|
|
2353
|
-
export declare const TransitGatewayMulticastDomainOptionsFilterSensitiveLog: (obj: TransitGatewayMulticastDomainOptions) => any;
|
|
2354
|
-
|
|
2355
|
-
export declare const TransitGatewayMulticastDomainFilterSensitiveLog: (obj: TransitGatewayMulticastDomain) => any;
|
|
2356
|
-
|
|
2357
|
-
export declare const CreateTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
|
|
2358
|
-
|
|
2359
|
-
export declare const CreateTransitGatewayPeeringAttachmentRequestOptionsFilterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequestOptions) => any;
|
|
2360
|
-
|
|
2361
|
-
export declare const CreateTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequest) => any;
|
|
2362
|
-
|
|
2363
|
-
export declare const CreateTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
|
|
2364
|
-
|
|
2365
|
-
export declare const CreateTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: CreateTransitGatewayPolicyTableRequest) => any;
|
|
2366
|
-
|
|
2367
|
-
export declare const TransitGatewayPolicyTableFilterSensitiveLog: (obj: TransitGatewayPolicyTable) => any;
|
|
2368
|
-
|
|
2369
|
-
export declare const CreateTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: CreateTransitGatewayPolicyTableResult) => any;
|
|
2370
|
-
|
|
2371
|
-
export declare const CreateTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceRequest) => any;
|
|
2372
|
-
|
|
2373
|
-
export declare const TransitGatewayPrefixListAttachmentFilterSensitiveLog: (obj: TransitGatewayPrefixListAttachment) => any;
|
|
2374
|
-
|
|
2375
|
-
export declare const TransitGatewayPrefixListReferenceFilterSensitiveLog: (obj: TransitGatewayPrefixListReference) => any;
|
|
2376
|
-
|
|
2377
|
-
export declare const CreateTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceResult) => any;
|
|
2378
|
-
|
|
2379
|
-
export declare const CreateTransitGatewayRouteRequestFilterSensitiveLog: (obj: CreateTransitGatewayRouteRequest) => any;
|
|
2380
|
-
|
|
2381
|
-
export declare const TransitGatewayRouteAttachmentFilterSensitiveLog: (obj: TransitGatewayRouteAttachment) => any;
|
|
2382
|
-
|
|
2383
|
-
export declare const TransitGatewayRouteFilterSensitiveLog: (obj: TransitGatewayRoute) => any;
|
|
2384
|
-
|
|
2385
|
-
export declare const CreateTransitGatewayRouteResultFilterSensitiveLog: (obj: CreateTransitGatewayRouteResult) => any;
|
|
2386
|
-
|
|
2387
|
-
export declare const CreateTransitGatewayRouteTableRequestFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableRequest) => any;
|
|
2388
|
-
|
|
2389
|
-
export declare const TransitGatewayRouteTableFilterSensitiveLog: (obj: TransitGatewayRouteTable) => any;
|
|
2390
|
-
|
|
2391
|
-
export declare const CreateTransitGatewayRouteTableResultFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
|
|
2392
|
-
|
|
2393
|
-
export declare const CreateTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementRequest) => any;
|
|
2394
|
-
|
|
2395
|
-
export declare const TransitGatewayRouteTableAnnouncementFilterSensitiveLog: (obj: TransitGatewayRouteTableAnnouncement) => any;
|
|
2396
|
-
|
|
2397
|
-
export declare const CreateTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementResult) => any;
|
|
2398
|
-
|
|
2399
|
-
export declare const CreateTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequestOptions) => any;
|
|
2400
|
-
|
|
2401
|
-
export declare const CreateTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequest) => any;
|
|
2402
|
-
|
|
2403
|
-
export declare const CreateTransitGatewayVpcAttachmentResultFilterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentResult) => any;
|
|
2404
|
-
|
|
2405
|
-
export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
|
|
2406
|
-
|
|
2407
|
-
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
2408
|
-
|
|
2409
|
-
export declare const CreateVpcRequestFilterSensitiveLog: (obj: CreateVpcRequest) => any;
|
|
2410
|
-
|
|
2411
|
-
export declare const CreateVpcResultFilterSensitiveLog: (obj: CreateVpcResult) => any;
|
|
2412
|
-
|
|
2413
|
-
export declare const DnsOptionsSpecificationFilterSensitiveLog: (obj: DnsOptionsSpecification) => any;
|
|
2414
|
-
|
|
2415
|
-
export declare const CreateVpcEndpointRequestFilterSensitiveLog: (obj: CreateVpcEndpointRequest) => any;
|
|
2416
|
-
|
|
2417
|
-
export declare const DnsEntryFilterSensitiveLog: (obj: DnsEntry) => any;
|
|
2418
|
-
|
|
2419
|
-
export declare const DnsOptionsFilterSensitiveLog: (obj: DnsOptions) => any;
|
|
2420
|
-
|
|
2421
|
-
export declare const SecurityGroupIdentifierFilterSensitiveLog: (obj: SecurityGroupIdentifier) => any;
|
|
2422
|
-
|
|
2423
|
-
export declare const LastErrorFilterSensitiveLog: (obj: LastError) => any;
|
|
2424
|
-
|
|
2425
|
-
export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
2426
|
-
|
|
2427
|
-
export declare const CreateVpcEndpointResultFilterSensitiveLog: (obj: CreateVpcEndpointResult) => any;
|
|
2428
|
-
|
|
2429
|
-
export declare const CreateVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationRequest) => any;
|
|
2430
|
-
|
|
2431
|
-
export declare const ConnectionNotificationFilterSensitiveLog: (obj: ConnectionNotification) => any;
|
|
2432
|
-
|
|
2433
|
-
export declare const CreateVpcEndpointConnectionNotificationResultFilterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
|
|
2434
|
-
|
|
2435
|
-
export declare const CreateVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationRequest) => any;
|
|
2436
|
-
|
|
2437
|
-
export declare const PrivateDnsNameConfigurationFilterSensitiveLog: (obj: PrivateDnsNameConfiguration) => any;
|
|
2438
|
-
|
|
2439
|
-
export declare const ServiceTypeDetailFilterSensitiveLog: (obj: ServiceTypeDetail) => any;
|
|
2440
|
-
|
|
2441
|
-
export declare const ServiceConfigurationFilterSensitiveLog: (obj: ServiceConfiguration) => any;
|
|
2442
|
-
|
|
2443
|
-
export declare const CreateVpcEndpointServiceConfigurationResultFilterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationResult) => any;
|
|
2444
|
-
|
|
2445
|
-
export declare const CreateVpcPeeringConnectionRequestFilterSensitiveLog: (obj: CreateVpcPeeringConnectionRequest) => any;
|
|
2446
|
-
|
|
2447
|
-
export declare const CreateVpcPeeringConnectionResultFilterSensitiveLog: (obj: CreateVpcPeeringConnectionResult) => any;
|
|
2448
|
-
|
|
2449
|
-
export declare const IKEVersionsRequestListValueFilterSensitiveLog: (obj: IKEVersionsRequestListValue) => any;
|
|
2450
|
-
|
|
2451
|
-
export declare const CloudWatchLogOptionsSpecificationFilterSensitiveLog: (obj: CloudWatchLogOptionsSpecification) => any;
|
|
2452
|
-
|
|
2453
|
-
export declare const VpnTunnelLogOptionsSpecificationFilterSensitiveLog: (obj: VpnTunnelLogOptionsSpecification) => any;
|
|
2454
|
-
|
|
2455
|
-
export declare const Phase1DHGroupNumbersRequestListValueFilterSensitiveLog: (obj: Phase1DHGroupNumbersRequestListValue) => any;
|
|
2456
|
-
|
|
2457
|
-
export declare const Phase1EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (obj: Phase1EncryptionAlgorithmsRequestListValue) => any;
|
|
2458
|
-
|
|
2459
|
-
export declare const Phase1IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (obj: Phase1IntegrityAlgorithmsRequestListValue) => any;
|
|
2460
|
-
|
|
2461
|
-
export declare const Phase2DHGroupNumbersRequestListValueFilterSensitiveLog: (obj: Phase2DHGroupNumbersRequestListValue) => any;
|
|
2462
|
-
|
|
2463
|
-
export declare const Phase2EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (obj: Phase2EncryptionAlgorithmsRequestListValue) => any;
|
|
2464
|
-
|
|
2465
|
-
export declare const Phase2IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (obj: Phase2IntegrityAlgorithmsRequestListValue) => any;
|
|
2466
|
-
|
|
2467
|
-
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (obj: VpnTunnelOptionsSpecification) => any;
|
|
2468
|
-
|
|
2469
|
-
export declare const VpnConnectionOptionsSpecificationFilterSensitiveLog: (obj: VpnConnectionOptionsSpecification) => any;
|
|
2470
|
-
|
|
2471
|
-
export declare const CreateVpnConnectionRequestFilterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
|
|
2472
|
-
|
|
2473
|
-
export declare const IKEVersionsListValueFilterSensitiveLog: (obj: IKEVersionsListValue) => any;
|
|
2474
|
-
|
|
2475
|
-
export declare const CloudWatchLogOptionsFilterSensitiveLog: (obj: CloudWatchLogOptions) => any;
|
|
2476
|
-
|
|
2477
|
-
export declare const VpnTunnelLogOptionsFilterSensitiveLog: (obj: VpnTunnelLogOptions) => any;
|
|
2478
|
-
|
|
2479
|
-
export declare const Phase1DHGroupNumbersListValueFilterSensitiveLog: (obj: Phase1DHGroupNumbersListValue) => any;
|
|
2480
|
-
|
|
2481
|
-
export declare const Phase1EncryptionAlgorithmsListValueFilterSensitiveLog: (obj: Phase1EncryptionAlgorithmsListValue) => any;
|
|
2482
|
-
|
|
2483
|
-
export declare const Phase1IntegrityAlgorithmsListValueFilterSensitiveLog: (obj: Phase1IntegrityAlgorithmsListValue) => any;
|
|
2484
|
-
|
|
2485
|
-
export declare const Phase2DHGroupNumbersListValueFilterSensitiveLog: (obj: Phase2DHGroupNumbersListValue) => any;
|
|
2486
|
-
|
|
2487
|
-
export declare const Phase2EncryptionAlgorithmsListValueFilterSensitiveLog: (obj: Phase2EncryptionAlgorithmsListValue) => any;
|
|
2488
|
-
|
|
2489
|
-
export declare const Phase2IntegrityAlgorithmsListValueFilterSensitiveLog: (obj: Phase2IntegrityAlgorithmsListValue) => any;
|
|
2490
|
-
|
|
2491
|
-
export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
|
|
2492
|
-
|
|
2493
|
-
export declare const VpnConnectionOptionsFilterSensitiveLog: (obj: VpnConnectionOptions) => any;
|
|
2494
|
-
|
|
2495
|
-
export declare const VpnStaticRouteFilterSensitiveLog: (obj: VpnStaticRoute) => any;
|
|
2496
|
-
|
|
2497
|
-
export declare const VgwTelemetryFilterSensitiveLog: (obj: VgwTelemetry) => any;
|
|
2498
|
-
|
|
2499
|
-
export declare const VpnConnectionFilterSensitiveLog: (obj: VpnConnection) => any;
|
|
2500
|
-
|
|
2501
|
-
export declare const CreateVpnConnectionResultFilterSensitiveLog: (obj: CreateVpnConnectionResult) => any;
|
|
2502
|
-
|
|
2503
|
-
export declare const CreateVpnConnectionRouteRequestFilterSensitiveLog: (obj: CreateVpnConnectionRouteRequest) => any;
|
|
2504
|
-
|
|
2505
|
-
export declare const CreateVpnGatewayRequestFilterSensitiveLog: (obj: CreateVpnGatewayRequest) => any;
|
|
2506
|
-
|
|
2507
|
-
export declare const VpnGatewayFilterSensitiveLog: (obj: VpnGateway) => any;
|
|
2508
|
-
|
|
2509
|
-
export declare const CreateVpnGatewayResultFilterSensitiveLog: (obj: CreateVpnGatewayResult) => any;
|
|
2510
|
-
|
|
2511
|
-
export declare const DeleteCarrierGatewayRequestFilterSensitiveLog: (obj: DeleteCarrierGatewayRequest) => any;
|
|
2512
|
-
|
|
2513
|
-
export declare const DeleteCarrierGatewayResultFilterSensitiveLog: (obj: DeleteCarrierGatewayResult) => any;
|
|
2514
|
-
|
|
2515
|
-
export declare const DeleteClientVpnEndpointRequestFilterSensitiveLog: (obj: DeleteClientVpnEndpointRequest) => any;
|
|
2516
|
-
|
|
2517
|
-
export declare const DeleteClientVpnEndpointResultFilterSensitiveLog: (obj: DeleteClientVpnEndpointResult) => any;
|
|
2518
|
-
|
|
2519
|
-
export declare const DeleteClientVpnRouteRequestFilterSensitiveLog: (obj: DeleteClientVpnRouteRequest) => any;
|
|
2520
|
-
|
|
2521
|
-
export declare const DeleteClientVpnRouteResultFilterSensitiveLog: (obj: DeleteClientVpnRouteResult) => any;
|
|
2522
|
-
|
|
2523
|
-
export declare const DeleteCustomerGatewayRequestFilterSensitiveLog: (obj: DeleteCustomerGatewayRequest) => any;
|
|
2524
|
-
|
|
2525
|
-
export declare const DeleteDhcpOptionsRequestFilterSensitiveLog: (obj: DeleteDhcpOptionsRequest) => any;
|
|
2526
|
-
|
|
2527
|
-
export declare const DeleteEgressOnlyInternetGatewayRequestFilterSensitiveLog: (obj: DeleteEgressOnlyInternetGatewayRequest) => any;
|
|
2528
|
-
|
|
2529
|
-
export declare const DeleteEgressOnlyInternetGatewayResultFilterSensitiveLog: (obj: DeleteEgressOnlyInternetGatewayResult) => any;
|
|
2530
|
-
|
|
2531
|
-
export declare const DeleteFleetsRequestFilterSensitiveLog: (obj: DeleteFleetsRequest) => any;
|
|
2532
|
-
|
|
2533
|
-
export declare const DeleteFleetSuccessItemFilterSensitiveLog: (obj: DeleteFleetSuccessItem) => any;
|
|
2534
|
-
|
|
2535
|
-
export declare const DeleteFleetErrorFilterSensitiveLog: (obj: DeleteFleetError) => any;
|
|
2536
|
-
|
|
2537
|
-
export declare const DeleteFleetErrorItemFilterSensitiveLog: (obj: DeleteFleetErrorItem) => any;
|
|
2538
|
-
|
|
2539
|
-
export declare const DeleteFleetsResultFilterSensitiveLog: (obj: DeleteFleetsResult) => any;
|
|
2540
|
-
|
|
2541
|
-
export declare const DeleteFlowLogsRequestFilterSensitiveLog: (obj: DeleteFlowLogsRequest) => any;
|
|
2542
|
-
|
|
2543
|
-
export declare const DeleteFlowLogsResultFilterSensitiveLog: (obj: DeleteFlowLogsResult) => any;
|
|
2544
|
-
|
|
2545
|
-
export declare const DeleteFpgaImageRequestFilterSensitiveLog: (obj: DeleteFpgaImageRequest) => any;
|
|
2546
|
-
|
|
2547
|
-
export declare const DeleteFpgaImageResultFilterSensitiveLog: (obj: DeleteFpgaImageResult) => any;
|
|
2548
|
-
|
|
2549
|
-
export declare const DeleteInstanceEventWindowRequestFilterSensitiveLog: (obj: DeleteInstanceEventWindowRequest) => any;
|
|
2550
|
-
|
|
2551
|
-
export declare const InstanceEventWindowStateChangeFilterSensitiveLog: (obj: InstanceEventWindowStateChange) => any;
|
|
2552
|
-
|
|
2553
|
-
export declare const DeleteInstanceEventWindowResultFilterSensitiveLog: (obj: DeleteInstanceEventWindowResult) => any;
|
|
2554
|
-
|
|
2555
|
-
export declare const DeleteInternetGatewayRequestFilterSensitiveLog: (obj: DeleteInternetGatewayRequest) => any;
|
|
2556
|
-
|
|
2557
|
-
export declare const DeleteIpamRequestFilterSensitiveLog: (obj: DeleteIpamRequest) => any;
|
|
2558
|
-
|
|
2559
|
-
export declare const DeleteIpamResultFilterSensitiveLog: (obj: DeleteIpamResult) => any;
|
|
2560
|
-
|
|
2561
|
-
export declare const DeleteIpamPoolRequestFilterSensitiveLog: (obj: DeleteIpamPoolRequest) => any;
|
|
2562
|
-
|
|
2563
|
-
export declare const DeleteIpamPoolResultFilterSensitiveLog: (obj: DeleteIpamPoolResult) => any;
|
|
2564
|
-
|
|
2565
|
-
export declare const DeleteIpamScopeRequestFilterSensitiveLog: (obj: DeleteIpamScopeRequest) => any;
|
|
2566
|
-
|
|
2567
|
-
export declare const DeleteIpamScopeResultFilterSensitiveLog: (obj: DeleteIpamScopeResult) => any;
|
|
2568
|
-
|
|
2569
|
-
export declare const DeleteKeyPairRequestFilterSensitiveLog: (obj: DeleteKeyPairRequest) => any;
|
|
2570
|
-
|
|
2571
|
-
export declare const DeleteLaunchTemplateRequestFilterSensitiveLog: (obj: DeleteLaunchTemplateRequest) => any;
|
|
2572
|
-
|
|
2573
|
-
export declare const DeleteLaunchTemplateResultFilterSensitiveLog: (obj: DeleteLaunchTemplateResult) => any;
|
|
2574
|
-
|
|
2575
|
-
export declare const DeleteLaunchTemplateVersionsRequestFilterSensitiveLog: (obj: DeleteLaunchTemplateVersionsRequest) => any;
|
|
2576
|
-
|
|
2577
|
-
export declare const DeleteLaunchTemplateVersionsResponseSuccessItemFilterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResponseSuccessItem) => any;
|
|
2578
|
-
|
|
2579
|
-
export declare const ResponseErrorFilterSensitiveLog: (obj: ResponseError) => any;
|
|
2580
|
-
|
|
2581
|
-
export declare const DeleteLaunchTemplateVersionsResponseErrorItemFilterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResponseErrorItem) => any;
|
|
2582
|
-
|
|
2583
|
-
export declare const DeleteLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResult) => any;
|
|
2584
|
-
|
|
2585
|
-
export declare const DeleteLocalGatewayRouteRequestFilterSensitiveLog: (obj: DeleteLocalGatewayRouteRequest) => any;
|
|
2586
|
-
|
|
2587
|
-
export declare const DeleteLocalGatewayRouteResultFilterSensitiveLog: (obj: DeleteLocalGatewayRouteResult) => any;
|
|
2588
|
-
|
|
2589
|
-
export declare const DeleteLocalGatewayRouteTableVpcAssociationRequestFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVpcAssociationRequest) => any;
|
|
2590
|
-
|
|
2591
|
-
export declare const DeleteLocalGatewayRouteTableVpcAssociationResultFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVpcAssociationResult) => any;
|
|
2592
|
-
|
|
2593
|
-
export declare const DeleteManagedPrefixListRequestFilterSensitiveLog: (obj: DeleteManagedPrefixListRequest) => any;
|
|
2594
|
-
|
|
2595
|
-
export declare const DeleteManagedPrefixListResultFilterSensitiveLog: (obj: DeleteManagedPrefixListResult) => any;
|
|
2596
|
-
|
|
2597
|
-
export declare const DeleteNatGatewayRequestFilterSensitiveLog: (obj: DeleteNatGatewayRequest) => any;
|
|
2598
|
-
|
|
2599
|
-
export declare const DeleteNatGatewayResultFilterSensitiveLog: (obj: DeleteNatGatewayResult) => any;
|
|
2600
|
-
|
|
2601
|
-
export declare const DeleteNetworkAclRequestFilterSensitiveLog: (obj: DeleteNetworkAclRequest) => any;
|
|
2602
|
-
|
|
2603
|
-
export declare const DeleteNetworkAclEntryRequestFilterSensitiveLog: (obj: DeleteNetworkAclEntryRequest) => any;
|
|
2604
|
-
|
|
2605
|
-
export declare const DeleteNetworkInsightsAccessScopeRequestFilterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeRequest) => any;
|
|
2606
|
-
|
|
2607
|
-
export declare const DeleteNetworkInsightsAccessScopeResultFilterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeResult) => any;
|
|
2608
|
-
|
|
2609
|
-
export declare const DeleteNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeAnalysisRequest) => any;
|
|
2610
|
-
|
|
2611
|
-
export declare const DeleteNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeAnalysisResult) => any;
|
|
2612
|
-
|
|
2613
|
-
export declare const DeleteNetworkInsightsAnalysisRequestFilterSensitiveLog: (obj: DeleteNetworkInsightsAnalysisRequest) => any;
|
|
2614
|
-
|
|
2615
|
-
export declare const DeleteNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: DeleteNetworkInsightsAnalysisResult) => any;
|
|
2616
|
-
|
|
2617
|
-
export declare const DeleteNetworkInsightsPathRequestFilterSensitiveLog: (obj: DeleteNetworkInsightsPathRequest) => any;
|
|
2618
|
-
|
|
2619
|
-
export declare const DeleteNetworkInsightsPathResultFilterSensitiveLog: (obj: DeleteNetworkInsightsPathResult) => any;
|
|
2620
|
-
|
|
2621
|
-
export declare const DeleteNetworkInterfaceRequestFilterSensitiveLog: (obj: DeleteNetworkInterfaceRequest) => any;
|
|
2622
|
-
|
|
2623
|
-
export declare const DeleteNetworkInterfacePermissionRequestFilterSensitiveLog: (obj: DeleteNetworkInterfacePermissionRequest) => any;
|
|
2624
|
-
|
|
2625
|
-
export declare const DeleteNetworkInterfacePermissionResultFilterSensitiveLog: (obj: DeleteNetworkInterfacePermissionResult) => any;
|
|
2626
|
-
|
|
2627
|
-
export declare const DeletePlacementGroupRequestFilterSensitiveLog: (obj: DeletePlacementGroupRequest) => any;
|
|
2628
|
-
|
|
2629
|
-
export declare const DeletePublicIpv4PoolRequestFilterSensitiveLog: (obj: DeletePublicIpv4PoolRequest) => any;
|
|
2630
|
-
|
|
2631
|
-
export declare const DeletePublicIpv4PoolResultFilterSensitiveLog: (obj: DeletePublicIpv4PoolResult) => any;
|
|
2632
|
-
|
|
2633
|
-
export declare const DeleteQueuedReservedInstancesRequestFilterSensitiveLog: (obj: DeleteQueuedReservedInstancesRequest) => any;
|
|
2634
|
-
|
|
2635
|
-
export declare const DeleteQueuedReservedInstancesErrorFilterSensitiveLog: (obj: DeleteQueuedReservedInstancesError) => any;
|
|
2636
|
-
|
|
2637
|
-
export declare const FailedQueuedPurchaseDeletionFilterSensitiveLog: (obj: FailedQueuedPurchaseDeletion) => any;
|
|
2638
|
-
|
|
2639
|
-
export declare const SuccessfulQueuedPurchaseDeletionFilterSensitiveLog: (obj: SuccessfulQueuedPurchaseDeletion) => any;
|
|
2640
|
-
|
|
2641
|
-
export declare const DeleteQueuedReservedInstancesResultFilterSensitiveLog: (obj: DeleteQueuedReservedInstancesResult) => any;
|
|
2642
|
-
|
|
2643
|
-
export declare const DeleteRouteRequestFilterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
2644
|
-
|
|
2645
|
-
export declare const DeleteRouteTableRequestFilterSensitiveLog: (obj: DeleteRouteTableRequest) => any;
|
|
2646
|
-
|
|
2647
|
-
export declare const DeleteSecurityGroupRequestFilterSensitiveLog: (obj: DeleteSecurityGroupRequest) => any;
|
|
2648
|
-
|
|
2649
|
-
export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
|
|
2650
|
-
|
|
2651
|
-
export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (obj: DeleteSpotDatafeedSubscriptionRequest) => any;
|
|
2652
|
-
|
|
2653
|
-
export declare const DeleteSubnetRequestFilterSensitiveLog: (obj: DeleteSubnetRequest) => any;
|
|
2654
|
-
|
|
2655
|
-
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
|
|
2656
|
-
|
|
2657
|
-
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
|
|
2658
|
-
|
|
2659
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
2660
|
-
|
|
2661
|
-
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
|
|
2662
|
-
|
|
2663
|
-
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
|
|
2664
|
-
|
|
2665
|
-
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
|
|
2666
|
-
|
|
2667
|
-
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
|
|
2668
|
-
|
|
2669
|
-
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;
|
|
2670
|
-
|
|
2671
|
-
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionResult) => any;
|
|
2672
|
-
|
|
2673
|
-
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorTargetRequest) => any;
|
|
2674
|
-
|
|
2675
|
-
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (obj: DeleteTrafficMirrorTargetResult) => any;
|
|
2676
|
-
|
|
2677
|
-
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRequest) => any;
|
|
2678
|
-
|
|
2679
|
-
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (obj: DeleteTransitGatewayResult) => any;
|
|
2680
|
-
|
|
2681
|
-
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (obj: DeleteTransitGatewayConnectRequest) => any;
|
|
2682
|
-
|
|
2683
|
-
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectResult) => any;
|
|
2684
|
-
|
|
2685
|
-
export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerRequest) => any;
|
|
2686
|
-
|
|
2687
|
-
export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerResult) => any;
|
|
2688
|
-
|
|
2689
|
-
export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainRequest) => any;
|
|
2690
|
-
|
|
2691
|
-
export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainResult) => any;
|
|
2692
|
-
|
|
2693
|
-
export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentRequest) => any;
|
|
2694
|
-
|
|
2695
|
-
export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
|
|
2696
|
-
|
|
2697
|
-
export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableRequest) => any;
|
|
2698
|
-
|
|
2699
|
-
export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableResult) => any;
|
|
2700
|
-
|
|
2701
|
-
export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceRequest) => any;
|
|
2702
|
-
|
|
2703
|
-
export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceResult) => any;
|
|
2704
|
-
|
|
2705
|
-
export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRouteRequest) => any;
|
|
2706
|
-
|
|
2707
|
-
export declare const DeleteTransitGatewayRouteResultFilterSensitiveLog: (obj: DeleteTransitGatewayRouteResult) => any;
|
|
2708
|
-
|
|
2709
|
-
export declare const DeleteTransitGatewayRouteTableRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRouteTableRequest) => any;
|
|
2710
|
-
|
|
2711
|
-
export declare const DeleteTransitGatewayRouteTableResultFilterSensitiveLog: (obj: DeleteTransitGatewayRouteTableResult) => any;
|
|
2712
|
-
|
|
2713
|
-
export declare const DeleteTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementRequest) => any;
|
|
2714
|
-
|
|
2715
|
-
export declare const DeleteTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementResult) => any;
|
|
2716
|
-
|
|
2717
|
-
export declare const DeleteTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (obj: DeleteTransitGatewayVpcAttachmentRequest) => any;
|
|
2718
|
-
|
|
2719
|
-
export declare const DeleteTransitGatewayVpcAttachmentResultFilterSensitiveLog: (obj: DeleteTransitGatewayVpcAttachmentResult) => any;
|
|
2720
|
-
|
|
2721
|
-
export declare const DeleteVolumeRequestFilterSensitiveLog: (obj: DeleteVolumeRequest) => any;
|
|
2722
|
-
|
|
2723
|
-
export declare const DeleteVpcRequestFilterSensitiveLog: (obj: DeleteVpcRequest) => any;
|
|
2724
|
-
|
|
2725
|
-
export declare const DeleteVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (obj: DeleteVpcEndpointConnectionNotificationsRequest) => any;
|
|
2726
|
-
|
|
2727
|
-
export declare const DeleteVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (obj: DeleteVpcEndpointConnectionNotificationsResult) => any;
|
|
2728
|
-
|
|
2729
|
-
export declare const DeleteVpcEndpointsRequestFilterSensitiveLog: (obj: DeleteVpcEndpointsRequest) => any;
|
|
2730
|
-
|
|
2731
|
-
export declare const DeleteVpcEndpointsResultFilterSensitiveLog: (obj: DeleteVpcEndpointsResult) => any;
|
|
2732
|
-
|
|
2733
|
-
export declare const DeleteVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (obj: DeleteVpcEndpointServiceConfigurationsRequest) => any;
|
|
2734
|
-
|
|
2735
|
-
export declare const DeleteVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (obj: DeleteVpcEndpointServiceConfigurationsResult) => any;
|
|
2736
|
-
|
|
2737
|
-
export declare const DeleteVpcPeeringConnectionRequestFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionRequest) => any;
|
|
2738
|
-
|
|
2739
|
-
export declare const DeleteVpcPeeringConnectionResultFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionResult) => any;
|
|
2740
|
-
|
|
2741
|
-
export declare const DeleteVpnConnectionRequestFilterSensitiveLog: (obj: DeleteVpnConnectionRequest) => any;
|
|
2742
|
-
|
|
2743
|
-
export declare const DeleteVpnConnectionRouteRequestFilterSensitiveLog: (obj: DeleteVpnConnectionRouteRequest) => any;
|
|
2744
|
-
|
|
2745
|
-
export declare const DeleteVpnGatewayRequestFilterSensitiveLog: (obj: DeleteVpnGatewayRequest) => any;
|
|
2746
|
-
|
|
2747
|
-
export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
|
|
2748
|
-
|
|
2749
|
-
export declare const DeprovisionByoipCidrResultFilterSensitiveLog: (obj: DeprovisionByoipCidrResult) => any;
|
|
2750
|
-
|
|
2751
|
-
export declare const DeprovisionIpamPoolCidrRequestFilterSensitiveLog: (obj: DeprovisionIpamPoolCidrRequest) => any;
|
|
2752
|
-
|
|
2753
|
-
export declare const IpamPoolCidrFailureReasonFilterSensitiveLog: (obj: IpamPoolCidrFailureReason) => any;
|
|
2754
|
-
|
|
2755
|
-
export declare const IpamPoolCidrFilterSensitiveLog: (obj: IpamPoolCidr) => any;
|
|
2756
|
-
|
|
2757
|
-
export declare const DeprovisionIpamPoolCidrResultFilterSensitiveLog: (obj: DeprovisionIpamPoolCidrResult) => any;
|
|
2758
|
-
|
|
2759
|
-
export declare const DeprovisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (obj: DeprovisionPublicIpv4PoolCidrRequest) => any;
|
|
2760
|
-
|
|
2761
|
-
export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (obj: DeprovisionPublicIpv4PoolCidrResult) => any;
|
|
2762
|
-
|
|
2763
|
-
export declare const DeregisterImageRequestFilterSensitiveLog: (obj: DeregisterImageRequest) => any;
|
|
2764
|
-
|
|
2765
|
-
export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (obj: DeregisterInstanceTagAttributeRequest) => any;
|
|
2766
|
-
|
|
2767
|
-
export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesRequest) => any;
|
|
2768
|
-
|
|
2769
|
-
export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (obj: InstanceTagNotificationAttribute) => any;
|
|
2770
|
-
|
|
2771
|
-
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesResult) => any;
|
|
2772
|
-
|
|
2773
|
-
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
2774
|
-
|
|
2775
|
-
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
|
|
2776
|
-
|
|
2777
|
-
export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
2778
|
-
|
|
2779
|
-
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
2780
|
-
|
|
2781
|
-
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupSources) => any;
|
|
2782
|
-
|
|
2783
|
-
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
2784
|
-
|
|
2785
|
-
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (obj: DescribeAccountAttributesRequest) => any;
|
|
2786
|
-
|
|
2787
|
-
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
|
|
2788
|
-
|
|
2789
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2790
|
-
|
|
2791
|
-
export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
|
|
2792
|
-
|
|
2793
|
-
export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
|
|
2794
|
-
|
|
2795
|
-
export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (obj: DescribeAddressesAttributeRequest) => any;
|
|
2796
|
-
|
|
2797
|
-
export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (obj: DescribeAddressesAttributeResult) => any;
|
|
2798
|
-
|
|
2799
|
-
export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (obj: DescribeAggregateIdFormatRequest) => any;
|
|
2800
|
-
|
|
2801
|
-
export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
|
|
2802
|
-
|
|
2803
|
-
export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (obj: DescribeAggregateIdFormatResult) => any;
|
|
2804
|
-
|
|
2805
|
-
export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (obj: DescribeAvailabilityZonesRequest) => any;
|
|
2806
|
-
|
|
2807
|
-
export declare const AvailabilityZoneMessageFilterSensitiveLog: (obj: AvailabilityZoneMessage) => any;
|
|
2808
|
-
|
|
2809
|
-
export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
2810
|
-
|
|
2811
|
-
export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (obj: DescribeAvailabilityZonesResult) => any;
|
|
2812
|
-
|
|
2813
|
-
export declare const DescribeBundleTasksRequestFilterSensitiveLog: (obj: DescribeBundleTasksRequest) => any;
|
|
2814
|
-
|
|
2815
|
-
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
2816
|
-
|
|
2817
|
-
export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (obj: DescribeByoipCidrsRequest) => any;
|
|
2818
|
-
|
|
2819
|
-
export declare const DescribeByoipCidrsResultFilterSensitiveLog: (obj: DescribeByoipCidrsResult) => any;
|
|
2820
|
-
|
|
2821
|
-
export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsRequest) => any;
|
|
2822
|
-
|
|
2823
|
-
export declare const CapacityReservationFleetFilterSensitiveLog: (obj: CapacityReservationFleet) => any;
|
|
2824
|
-
|
|
2825
|
-
export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsResult) => any;
|
|
2826
|
-
|
|
2827
|
-
export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationsRequest) => any;
|
|
2828
|
-
|
|
2829
|
-
export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (obj: DescribeCapacityReservationsResult) => any;
|
|
2830
|
-
|
|
2831
|
-
export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (obj: DescribeCarrierGatewaysRequest) => any;
|
|
2832
|
-
|
|
2833
|
-
export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (obj: DescribeCarrierGatewaysResult) => any;
|
|
2834
|
-
|
|
2835
|
-
export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (obj: DescribeClassicLinkInstancesRequest) => any;
|
|
2836
|
-
|
|
2837
|
-
export declare const ClassicLinkInstanceFilterSensitiveLog: (obj: ClassicLinkInstance) => any;
|
|
2838
|
-
|
|
2839
|
-
export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (obj: DescribeClassicLinkInstancesResult) => any;
|
|
1
|
+
import {
|
|
2
|
+
AccountAttribute,
|
|
3
|
+
AccountAttributeName,
|
|
4
|
+
Address,
|
|
5
|
+
AddressAttribute,
|
|
6
|
+
AddressAttributeName,
|
|
7
|
+
ApplianceModeSupportValue,
|
|
8
|
+
ByoipCidr,
|
|
9
|
+
CarrierGateway,
|
|
10
|
+
ClientVpnEndpointStatus,
|
|
11
|
+
ClientVpnRouteStatus,
|
|
12
|
+
CoipCidr,
|
|
13
|
+
CoipPool,
|
|
14
|
+
DnsSupportValue,
|
|
15
|
+
DynamicRoutingValue,
|
|
16
|
+
GatewayType,
|
|
17
|
+
InstanceEventWindowState,
|
|
18
|
+
Ipv6SupportValue,
|
|
19
|
+
Tag,
|
|
20
|
+
TagSpecification,
|
|
21
|
+
Tenancy,
|
|
22
|
+
TransitGatewayAttachmentResourceType,
|
|
23
|
+
TransitGatewayAttachmentState,
|
|
24
|
+
TransitGatewayPeeringAttachment,
|
|
25
|
+
TransitGatewayVpcAttachment,
|
|
26
|
+
UnsuccessfulItem,
|
|
27
|
+
VolumeAttachment,
|
|
28
|
+
Vpc,
|
|
29
|
+
VpcAttachment,
|
|
30
|
+
VpcPeeringConnection,
|
|
31
|
+
} from "./models_0";
|
|
32
|
+
import {
|
|
33
|
+
Ipam,
|
|
34
|
+
IpamPool,
|
|
35
|
+
IpamScope,
|
|
36
|
+
LaunchTemplate,
|
|
37
|
+
LocalGatewayRoute,
|
|
38
|
+
LocalGatewayRouteTable,
|
|
39
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
40
|
+
LocalGatewayRouteTableVpcAssociation,
|
|
41
|
+
ManagedPrefixList,
|
|
42
|
+
SubnetCidrReservation,
|
|
43
|
+
VolumeType,
|
|
44
|
+
} from "./models_1";
|
|
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
|
+
}
|
|
121
|
+
export interface TransitGatewayOptions {
|
|
122
|
+
AmazonSideAsn?: number;
|
|
123
|
+
TransitGatewayCidrBlocks?: string[];
|
|
124
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
125
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
126
|
+
AssociationDefaultRouteTableId?: string;
|
|
127
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
128
|
+
PropagationDefaultRouteTableId?: string;
|
|
129
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
130
|
+
DnsSupport?: DnsSupportValue | string;
|
|
131
|
+
MulticastSupport?: MulticastSupportValue | string;
|
|
132
|
+
}
|
|
133
|
+
export declare type TransitGatewayState =
|
|
134
|
+
| "available"
|
|
135
|
+
| "deleted"
|
|
136
|
+
| "deleting"
|
|
137
|
+
| "modifying"
|
|
138
|
+
| "pending";
|
|
139
|
+
export interface TransitGateway {
|
|
140
|
+
TransitGatewayId?: string;
|
|
141
|
+
TransitGatewayArn?: string;
|
|
142
|
+
State?: TransitGatewayState | string;
|
|
143
|
+
OwnerId?: string;
|
|
144
|
+
Description?: string;
|
|
145
|
+
CreationTime?: Date;
|
|
146
|
+
Options?: TransitGatewayOptions;
|
|
147
|
+
Tags?: Tag[];
|
|
148
|
+
}
|
|
149
|
+
export interface CreateTransitGatewayResult {
|
|
150
|
+
TransitGateway?: TransitGateway;
|
|
151
|
+
}
|
|
152
|
+
export declare type ProtocolValue = "gre";
|
|
153
|
+
export interface CreateTransitGatewayConnectRequestOptions {
|
|
154
|
+
Protocol: ProtocolValue | string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateTransitGatewayConnectRequest {
|
|
157
|
+
TransportTransitGatewayAttachmentId: string | undefined;
|
|
158
|
+
Options: CreateTransitGatewayConnectRequestOptions | undefined;
|
|
159
|
+
TagSpecifications?: TagSpecification[];
|
|
160
|
+
DryRun?: boolean;
|
|
161
|
+
}
|
|
162
|
+
export interface TransitGatewayConnectOptions {
|
|
163
|
+
Protocol?: ProtocolValue | string;
|
|
164
|
+
}
|
|
165
|
+
export interface TransitGatewayConnect {
|
|
166
|
+
TransitGatewayAttachmentId?: string;
|
|
167
|
+
TransportTransitGatewayAttachmentId?: string;
|
|
168
|
+
TransitGatewayId?: string;
|
|
169
|
+
State?: TransitGatewayAttachmentState | string;
|
|
170
|
+
CreationTime?: Date;
|
|
171
|
+
Options?: TransitGatewayConnectOptions;
|
|
172
|
+
Tags?: Tag[];
|
|
173
|
+
}
|
|
174
|
+
export interface CreateTransitGatewayConnectResult {
|
|
175
|
+
TransitGatewayConnect?: TransitGatewayConnect;
|
|
176
|
+
}
|
|
177
|
+
export interface TransitGatewayConnectRequestBgpOptions {
|
|
178
|
+
PeerAsn?: number;
|
|
179
|
+
}
|
|
180
|
+
export interface CreateTransitGatewayConnectPeerRequest {
|
|
181
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
182
|
+
TransitGatewayAddress?: string;
|
|
183
|
+
PeerAddress: string | undefined;
|
|
184
|
+
BgpOptions?: TransitGatewayConnectRequestBgpOptions;
|
|
185
|
+
InsideCidrBlocks: string[] | undefined;
|
|
186
|
+
TagSpecifications?: TagSpecification[];
|
|
187
|
+
DryRun?: boolean;
|
|
188
|
+
}
|
|
189
|
+
export declare type BgpStatus = "down" | "up";
|
|
190
|
+
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
191
|
+
TransitGatewayAsn?: number;
|
|
192
|
+
PeerAsn?: number;
|
|
193
|
+
TransitGatewayAddress?: string;
|
|
194
|
+
PeerAddress?: string;
|
|
195
|
+
BgpStatus?: BgpStatus | string;
|
|
196
|
+
}
|
|
197
|
+
export interface TransitGatewayConnectPeerConfiguration {
|
|
198
|
+
TransitGatewayAddress?: string;
|
|
199
|
+
PeerAddress?: string;
|
|
200
|
+
InsideCidrBlocks?: string[];
|
|
201
|
+
Protocol?: ProtocolValue | string;
|
|
202
|
+
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
|
|
203
|
+
}
|
|
204
|
+
export declare type TransitGatewayConnectPeerState =
|
|
205
|
+
| "available"
|
|
206
|
+
| "deleted"
|
|
207
|
+
| "deleting"
|
|
208
|
+
| "pending";
|
|
209
|
+
export interface TransitGatewayConnectPeer {
|
|
210
|
+
TransitGatewayAttachmentId?: string;
|
|
211
|
+
TransitGatewayConnectPeerId?: string;
|
|
212
|
+
State?: TransitGatewayConnectPeerState | string;
|
|
213
|
+
CreationTime?: Date;
|
|
214
|
+
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
|
|
215
|
+
Tags?: Tag[];
|
|
216
|
+
}
|
|
217
|
+
export interface CreateTransitGatewayConnectPeerResult {
|
|
218
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
219
|
+
}
|
|
220
|
+
export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
|
|
221
|
+
export declare type Igmpv2SupportValue = "disable" | "enable";
|
|
222
|
+
export declare type StaticSourcesSupportValue = "disable" | "enable";
|
|
223
|
+
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
224
|
+
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
225
|
+
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
226
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
227
|
+
}
|
|
228
|
+
export interface CreateTransitGatewayMulticastDomainRequest {
|
|
229
|
+
TransitGatewayId: string | undefined;
|
|
230
|
+
Options?: CreateTransitGatewayMulticastDomainRequestOptions;
|
|
231
|
+
TagSpecifications?: TagSpecification[];
|
|
232
|
+
DryRun?: boolean;
|
|
233
|
+
}
|
|
234
|
+
export interface TransitGatewayMulticastDomainOptions {
|
|
235
|
+
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
236
|
+
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
237
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
238
|
+
}
|
|
239
|
+
export declare type TransitGatewayMulticastDomainState =
|
|
240
|
+
| "available"
|
|
241
|
+
| "deleted"
|
|
242
|
+
| "deleting"
|
|
243
|
+
| "pending";
|
|
244
|
+
export interface TransitGatewayMulticastDomain {
|
|
245
|
+
TransitGatewayMulticastDomainId?: string;
|
|
246
|
+
TransitGatewayId?: string;
|
|
247
|
+
TransitGatewayMulticastDomainArn?: string;
|
|
248
|
+
OwnerId?: string;
|
|
249
|
+
Options?: TransitGatewayMulticastDomainOptions;
|
|
250
|
+
State?: TransitGatewayMulticastDomainState | string;
|
|
251
|
+
CreationTime?: Date;
|
|
252
|
+
Tags?: Tag[];
|
|
253
|
+
}
|
|
254
|
+
export interface CreateTransitGatewayMulticastDomainResult {
|
|
255
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
256
|
+
}
|
|
257
|
+
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
258
|
+
DynamicRouting?: DynamicRoutingValue | string;
|
|
259
|
+
}
|
|
260
|
+
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
261
|
+
TransitGatewayId: string | undefined;
|
|
262
|
+
PeerTransitGatewayId: string | undefined;
|
|
263
|
+
PeerAccountId: string | undefined;
|
|
264
|
+
PeerRegion: string | undefined;
|
|
265
|
+
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
|
|
266
|
+
TagSpecifications?: TagSpecification[];
|
|
267
|
+
DryRun?: boolean;
|
|
268
|
+
}
|
|
269
|
+
export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
270
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
271
|
+
}
|
|
272
|
+
export interface CreateTransitGatewayPolicyTableRequest {
|
|
273
|
+
TransitGatewayId: string | undefined;
|
|
274
|
+
TagSpecifications?: TagSpecification[];
|
|
275
|
+
DryRun?: boolean;
|
|
276
|
+
}
|
|
277
|
+
export declare enum TransitGatewayPolicyTableState {
|
|
278
|
+
available = "available",
|
|
279
|
+
deleted = "deleted",
|
|
280
|
+
deleting = "deleting",
|
|
281
|
+
pending = "pending",
|
|
282
|
+
}
|
|
283
|
+
export interface TransitGatewayPolicyTable {
|
|
284
|
+
TransitGatewayPolicyTableId?: string;
|
|
285
|
+
TransitGatewayId?: string;
|
|
286
|
+
State?: TransitGatewayPolicyTableState | string;
|
|
287
|
+
CreationTime?: Date;
|
|
288
|
+
Tags?: Tag[];
|
|
289
|
+
}
|
|
290
|
+
export interface CreateTransitGatewayPolicyTableResult {
|
|
291
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
292
|
+
}
|
|
293
|
+
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
294
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
295
|
+
PrefixListId: string | undefined;
|
|
296
|
+
TransitGatewayAttachmentId?: string;
|
|
297
|
+
Blackhole?: boolean;
|
|
298
|
+
DryRun?: boolean;
|
|
299
|
+
}
|
|
300
|
+
export declare type TransitGatewayPrefixListReferenceState =
|
|
301
|
+
| "available"
|
|
302
|
+
| "deleting"
|
|
303
|
+
| "modifying"
|
|
304
|
+
| "pending";
|
|
305
|
+
export interface TransitGatewayPrefixListAttachment {
|
|
306
|
+
TransitGatewayAttachmentId?: string;
|
|
307
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
308
|
+
ResourceId?: string;
|
|
309
|
+
}
|
|
310
|
+
export interface TransitGatewayPrefixListReference {
|
|
311
|
+
TransitGatewayRouteTableId?: string;
|
|
312
|
+
PrefixListId?: string;
|
|
313
|
+
PrefixListOwnerId?: string;
|
|
314
|
+
State?: TransitGatewayPrefixListReferenceState | string;
|
|
315
|
+
Blackhole?: boolean;
|
|
316
|
+
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
|
|
317
|
+
}
|
|
318
|
+
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
319
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
320
|
+
}
|
|
321
|
+
export interface CreateTransitGatewayRouteRequest {
|
|
322
|
+
DestinationCidrBlock: string | undefined;
|
|
323
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
324
|
+
TransitGatewayAttachmentId?: string;
|
|
325
|
+
Blackhole?: boolean;
|
|
326
|
+
DryRun?: boolean;
|
|
327
|
+
}
|
|
328
|
+
export declare type TransitGatewayRouteState =
|
|
329
|
+
| "active"
|
|
330
|
+
| "blackhole"
|
|
331
|
+
| "deleted"
|
|
332
|
+
| "deleting"
|
|
333
|
+
| "pending";
|
|
334
|
+
export interface TransitGatewayRouteAttachment {
|
|
335
|
+
ResourceId?: string;
|
|
336
|
+
TransitGatewayAttachmentId?: string;
|
|
337
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
338
|
+
}
|
|
339
|
+
export declare type TransitGatewayRouteType = "propagated" | "static";
|
|
340
|
+
export interface TransitGatewayRoute {
|
|
341
|
+
DestinationCidrBlock?: string;
|
|
342
|
+
PrefixListId?: string;
|
|
343
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
344
|
+
TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
|
|
345
|
+
Type?: TransitGatewayRouteType | string;
|
|
346
|
+
State?: TransitGatewayRouteState | string;
|
|
347
|
+
}
|
|
348
|
+
export interface CreateTransitGatewayRouteResult {
|
|
349
|
+
Route?: TransitGatewayRoute;
|
|
350
|
+
}
|
|
351
|
+
export interface CreateTransitGatewayRouteTableRequest {
|
|
352
|
+
TransitGatewayId: string | undefined;
|
|
353
|
+
TagSpecifications?: TagSpecification[];
|
|
354
|
+
DryRun?: boolean;
|
|
355
|
+
}
|
|
356
|
+
export declare type TransitGatewayRouteTableState =
|
|
357
|
+
| "available"
|
|
358
|
+
| "deleted"
|
|
359
|
+
| "deleting"
|
|
360
|
+
| "pending";
|
|
361
|
+
export interface TransitGatewayRouteTable {
|
|
362
|
+
TransitGatewayRouteTableId?: string;
|
|
363
|
+
TransitGatewayId?: string;
|
|
364
|
+
State?: TransitGatewayRouteTableState | string;
|
|
365
|
+
DefaultAssociationRouteTable?: boolean;
|
|
366
|
+
DefaultPropagationRouteTable?: boolean;
|
|
367
|
+
CreationTime?: Date;
|
|
368
|
+
Tags?: Tag[];
|
|
369
|
+
}
|
|
370
|
+
export interface CreateTransitGatewayRouteTableResult {
|
|
371
|
+
TransitGatewayRouteTable?: TransitGatewayRouteTable;
|
|
372
|
+
}
|
|
373
|
+
export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
374
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
375
|
+
PeeringAttachmentId: string | undefined;
|
|
376
|
+
TagSpecifications?: TagSpecification[];
|
|
377
|
+
DryRun?: boolean;
|
|
378
|
+
}
|
|
379
|
+
export declare enum TransitGatewayRouteTableAnnouncementDirection {
|
|
380
|
+
incoming = "incoming",
|
|
381
|
+
outgoing = "outgoing",
|
|
382
|
+
}
|
|
383
|
+
export declare enum TransitGatewayRouteTableAnnouncementState {
|
|
384
|
+
available = "available",
|
|
385
|
+
deleted = "deleted",
|
|
386
|
+
deleting = "deleting",
|
|
387
|
+
failed = "failed",
|
|
388
|
+
failing = "failing",
|
|
389
|
+
pending = "pending",
|
|
390
|
+
}
|
|
391
|
+
export interface TransitGatewayRouteTableAnnouncement {
|
|
392
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
393
|
+
TransitGatewayId?: string;
|
|
394
|
+
CoreNetworkId?: string;
|
|
395
|
+
PeerTransitGatewayId?: string;
|
|
396
|
+
PeerCoreNetworkId?: string;
|
|
397
|
+
PeeringAttachmentId?: string;
|
|
398
|
+
AnnouncementDirection?:
|
|
399
|
+
| TransitGatewayRouteTableAnnouncementDirection
|
|
400
|
+
| string;
|
|
401
|
+
TransitGatewayRouteTableId?: string;
|
|
402
|
+
State?: TransitGatewayRouteTableAnnouncementState | string;
|
|
403
|
+
CreationTime?: Date;
|
|
404
|
+
Tags?: Tag[];
|
|
405
|
+
}
|
|
406
|
+
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
407
|
+
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
408
|
+
}
|
|
409
|
+
export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
410
|
+
DnsSupport?: DnsSupportValue | string;
|
|
411
|
+
Ipv6Support?: Ipv6SupportValue | string;
|
|
412
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
413
|
+
}
|
|
414
|
+
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
415
|
+
TransitGatewayId: string | undefined;
|
|
416
|
+
VpcId: string | undefined;
|
|
417
|
+
SubnetIds: string[] | undefined;
|
|
418
|
+
Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
|
|
419
|
+
TagSpecifications?: TagSpecification[];
|
|
420
|
+
DryRun?: boolean;
|
|
421
|
+
}
|
|
422
|
+
export interface CreateTransitGatewayVpcAttachmentResult {
|
|
423
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
424
|
+
}
|
|
425
|
+
export interface CreateVolumeRequest {
|
|
426
|
+
AvailabilityZone: string | undefined;
|
|
427
|
+
Encrypted?: boolean;
|
|
428
|
+
Iops?: number;
|
|
429
|
+
KmsKeyId?: string;
|
|
430
|
+
OutpostArn?: string;
|
|
431
|
+
Size?: number;
|
|
432
|
+
SnapshotId?: string;
|
|
433
|
+
VolumeType?: VolumeType | string;
|
|
434
|
+
DryRun?: boolean;
|
|
435
|
+
TagSpecifications?: TagSpecification[];
|
|
436
|
+
MultiAttachEnabled?: boolean;
|
|
437
|
+
Throughput?: number;
|
|
438
|
+
ClientToken?: string;
|
|
439
|
+
}
|
|
440
|
+
export declare type VolumeState =
|
|
441
|
+
| "available"
|
|
442
|
+
| "creating"
|
|
443
|
+
| "deleted"
|
|
444
|
+
| "deleting"
|
|
445
|
+
| "error"
|
|
446
|
+
| "in-use";
|
|
447
|
+
export interface Volume {
|
|
448
|
+
Attachments?: VolumeAttachment[];
|
|
449
|
+
AvailabilityZone?: string;
|
|
450
|
+
CreateTime?: Date;
|
|
451
|
+
Encrypted?: boolean;
|
|
452
|
+
KmsKeyId?: string;
|
|
453
|
+
OutpostArn?: string;
|
|
454
|
+
Size?: number;
|
|
455
|
+
SnapshotId?: string;
|
|
456
|
+
State?: VolumeState | string;
|
|
457
|
+
VolumeId?: string;
|
|
458
|
+
Iops?: number;
|
|
459
|
+
Tags?: Tag[];
|
|
460
|
+
VolumeType?: VolumeType | string;
|
|
461
|
+
FastRestored?: boolean;
|
|
462
|
+
MultiAttachEnabled?: boolean;
|
|
463
|
+
Throughput?: number;
|
|
464
|
+
}
|
|
465
|
+
export interface CreateVpcRequest {
|
|
466
|
+
CidrBlock?: string;
|
|
467
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
468
|
+
Ipv6Pool?: string;
|
|
469
|
+
Ipv6CidrBlock?: string;
|
|
470
|
+
Ipv4IpamPoolId?: string;
|
|
471
|
+
Ipv4NetmaskLength?: number;
|
|
472
|
+
Ipv6IpamPoolId?: string;
|
|
473
|
+
Ipv6NetmaskLength?: number;
|
|
474
|
+
DryRun?: boolean;
|
|
475
|
+
InstanceTenancy?: Tenancy | string;
|
|
476
|
+
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
477
|
+
TagSpecifications?: TagSpecification[];
|
|
478
|
+
}
|
|
479
|
+
export interface CreateVpcResult {
|
|
480
|
+
Vpc?: Vpc;
|
|
481
|
+
}
|
|
482
|
+
export declare enum DnsRecordIpType {
|
|
483
|
+
dualstack = "dualstack",
|
|
484
|
+
ipv4 = "ipv4",
|
|
485
|
+
ipv6 = "ipv6",
|
|
486
|
+
service_defined = "service-defined",
|
|
487
|
+
}
|
|
488
|
+
export interface DnsOptionsSpecification {
|
|
489
|
+
DnsRecordIpType?: DnsRecordIpType | string;
|
|
490
|
+
}
|
|
491
|
+
export declare enum IpAddressType {
|
|
492
|
+
dualstack = "dualstack",
|
|
493
|
+
ipv4 = "ipv4",
|
|
494
|
+
ipv6 = "ipv6",
|
|
495
|
+
}
|
|
496
|
+
export declare enum VpcEndpointType {
|
|
497
|
+
Gateway = "Gateway",
|
|
498
|
+
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
499
|
+
Interface = "Interface",
|
|
500
|
+
}
|
|
501
|
+
export interface CreateVpcEndpointRequest {
|
|
502
|
+
DryRun?: boolean;
|
|
503
|
+
VpcEndpointType?: VpcEndpointType | string;
|
|
504
|
+
VpcId: string | undefined;
|
|
505
|
+
ServiceName: string | undefined;
|
|
506
|
+
PolicyDocument?: string;
|
|
507
|
+
RouteTableIds?: string[];
|
|
508
|
+
SubnetIds?: string[];
|
|
509
|
+
SecurityGroupIds?: string[];
|
|
510
|
+
IpAddressType?: IpAddressType | string;
|
|
511
|
+
DnsOptions?: DnsOptionsSpecification;
|
|
512
|
+
ClientToken?: string;
|
|
513
|
+
PrivateDnsEnabled?: boolean;
|
|
514
|
+
TagSpecifications?: TagSpecification[];
|
|
515
|
+
}
|
|
516
|
+
export interface DnsEntry {
|
|
517
|
+
DnsName?: string;
|
|
518
|
+
HostedZoneId?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface DnsOptions {
|
|
521
|
+
DnsRecordIpType?: DnsRecordIpType | string;
|
|
522
|
+
}
|
|
523
|
+
export interface SecurityGroupIdentifier {
|
|
524
|
+
GroupId?: string;
|
|
525
|
+
GroupName?: string;
|
|
526
|
+
}
|
|
527
|
+
export interface LastError {
|
|
528
|
+
Message?: string;
|
|
529
|
+
Code?: string;
|
|
530
|
+
}
|
|
531
|
+
export declare enum State {
|
|
532
|
+
Available = "Available",
|
|
533
|
+
Deleted = "Deleted",
|
|
534
|
+
Deleting = "Deleting",
|
|
535
|
+
Expired = "Expired",
|
|
536
|
+
Failed = "Failed",
|
|
537
|
+
Pending = "Pending",
|
|
538
|
+
PendingAcceptance = "PendingAcceptance",
|
|
539
|
+
Rejected = "Rejected",
|
|
540
|
+
}
|
|
541
|
+
export interface VpcEndpoint {
|
|
542
|
+
VpcEndpointId?: string;
|
|
543
|
+
VpcEndpointType?: VpcEndpointType | string;
|
|
544
|
+
VpcId?: string;
|
|
545
|
+
ServiceName?: string;
|
|
546
|
+
State?: State | string;
|
|
547
|
+
PolicyDocument?: string;
|
|
548
|
+
RouteTableIds?: string[];
|
|
549
|
+
SubnetIds?: string[];
|
|
550
|
+
Groups?: SecurityGroupIdentifier[];
|
|
551
|
+
IpAddressType?: IpAddressType | string;
|
|
552
|
+
DnsOptions?: DnsOptions;
|
|
553
|
+
PrivateDnsEnabled?: boolean;
|
|
554
|
+
RequesterManaged?: boolean;
|
|
555
|
+
NetworkInterfaceIds?: string[];
|
|
556
|
+
DnsEntries?: DnsEntry[];
|
|
557
|
+
CreationTimestamp?: Date;
|
|
558
|
+
Tags?: Tag[];
|
|
559
|
+
OwnerId?: string;
|
|
560
|
+
LastError?: LastError;
|
|
561
|
+
}
|
|
562
|
+
export interface CreateVpcEndpointResult {
|
|
563
|
+
VpcEndpoint?: VpcEndpoint;
|
|
564
|
+
ClientToken?: string;
|
|
565
|
+
}
|
|
566
|
+
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
567
|
+
DryRun?: boolean;
|
|
568
|
+
ServiceId?: string;
|
|
569
|
+
VpcEndpointId?: string;
|
|
570
|
+
ConnectionNotificationArn: string | undefined;
|
|
571
|
+
ConnectionEvents: string[] | undefined;
|
|
572
|
+
ClientToken?: string;
|
|
573
|
+
}
|
|
574
|
+
export declare enum ConnectionNotificationState {
|
|
575
|
+
Disabled = "Disabled",
|
|
576
|
+
Enabled = "Enabled",
|
|
577
|
+
}
|
|
578
|
+
export declare enum ConnectionNotificationType {
|
|
579
|
+
Topic = "Topic",
|
|
580
|
+
}
|
|
581
|
+
export interface ConnectionNotification {
|
|
582
|
+
ConnectionNotificationId?: string;
|
|
583
|
+
ServiceId?: string;
|
|
584
|
+
VpcEndpointId?: string;
|
|
585
|
+
ConnectionNotificationType?: ConnectionNotificationType | string;
|
|
586
|
+
ConnectionNotificationArn?: string;
|
|
587
|
+
ConnectionEvents?: string[];
|
|
588
|
+
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
589
|
+
}
|
|
590
|
+
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
591
|
+
ConnectionNotification?: ConnectionNotification;
|
|
592
|
+
ClientToken?: string;
|
|
593
|
+
}
|
|
594
|
+
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
595
|
+
DryRun?: boolean;
|
|
596
|
+
AcceptanceRequired?: boolean;
|
|
597
|
+
PrivateDnsName?: string;
|
|
598
|
+
NetworkLoadBalancerArns?: string[];
|
|
599
|
+
GatewayLoadBalancerArns?: string[];
|
|
600
|
+
SupportedIpAddressTypes?: string[];
|
|
601
|
+
ClientToken?: string;
|
|
602
|
+
TagSpecifications?: TagSpecification[];
|
|
603
|
+
}
|
|
604
|
+
export declare enum PayerResponsibility {
|
|
605
|
+
ServiceOwner = "ServiceOwner",
|
|
606
|
+
}
|
|
607
|
+
export declare enum DnsNameState {
|
|
608
|
+
Failed = "failed",
|
|
609
|
+
PendingVerification = "pendingVerification",
|
|
610
|
+
Verified = "verified",
|
|
611
|
+
}
|
|
612
|
+
export interface PrivateDnsNameConfiguration {
|
|
613
|
+
State?: DnsNameState | string;
|
|
614
|
+
Type?: string;
|
|
615
|
+
Value?: string;
|
|
616
|
+
Name?: string;
|
|
617
|
+
}
|
|
618
|
+
export declare enum ServiceState {
|
|
619
|
+
Available = "Available",
|
|
620
|
+
Deleted = "Deleted",
|
|
621
|
+
Deleting = "Deleting",
|
|
622
|
+
Failed = "Failed",
|
|
623
|
+
Pending = "Pending",
|
|
624
|
+
}
|
|
625
|
+
export declare enum ServiceType {
|
|
626
|
+
Gateway = "Gateway",
|
|
627
|
+
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
628
|
+
Interface = "Interface",
|
|
629
|
+
}
|
|
630
|
+
export interface ServiceTypeDetail {
|
|
631
|
+
ServiceType?: ServiceType | string;
|
|
632
|
+
}
|
|
633
|
+
export declare enum ServiceConnectivityType {
|
|
634
|
+
ipv4 = "ipv4",
|
|
635
|
+
ipv6 = "ipv6",
|
|
636
|
+
}
|
|
637
|
+
export interface ServiceConfiguration {
|
|
638
|
+
ServiceType?: ServiceTypeDetail[];
|
|
639
|
+
ServiceId?: string;
|
|
640
|
+
ServiceName?: string;
|
|
641
|
+
ServiceState?: ServiceState | string;
|
|
642
|
+
AvailabilityZones?: string[];
|
|
643
|
+
AcceptanceRequired?: boolean;
|
|
644
|
+
ManagesVpcEndpoints?: boolean;
|
|
645
|
+
NetworkLoadBalancerArns?: string[];
|
|
646
|
+
GatewayLoadBalancerArns?: string[];
|
|
647
|
+
SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
|
|
648
|
+
BaseEndpointDnsNames?: string[];
|
|
649
|
+
PrivateDnsName?: string;
|
|
650
|
+
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
|
|
651
|
+
PayerResponsibility?: PayerResponsibility | string;
|
|
652
|
+
Tags?: Tag[];
|
|
653
|
+
}
|
|
654
|
+
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
655
|
+
ServiceConfiguration?: ServiceConfiguration;
|
|
656
|
+
ClientToken?: string;
|
|
657
|
+
}
|
|
658
|
+
export interface CreateVpcPeeringConnectionRequest {
|
|
659
|
+
DryRun?: boolean;
|
|
660
|
+
PeerOwnerId?: string;
|
|
661
|
+
PeerVpcId?: string;
|
|
662
|
+
VpcId?: string;
|
|
663
|
+
PeerRegion?: string;
|
|
664
|
+
TagSpecifications?: TagSpecification[];
|
|
665
|
+
}
|
|
666
|
+
export interface CreateVpcPeeringConnectionResult {
|
|
667
|
+
VpcPeeringConnection?: VpcPeeringConnection;
|
|
668
|
+
}
|
|
669
|
+
export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
|
|
670
|
+
export interface IKEVersionsRequestListValue {
|
|
671
|
+
Value?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface CloudWatchLogOptionsSpecification {
|
|
674
|
+
LogEnabled?: boolean;
|
|
675
|
+
LogGroupArn?: string;
|
|
676
|
+
LogOutputFormat?: string;
|
|
677
|
+
}
|
|
678
|
+
export interface VpnTunnelLogOptionsSpecification {
|
|
679
|
+
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification;
|
|
680
|
+
}
|
|
681
|
+
export interface Phase1DHGroupNumbersRequestListValue {
|
|
682
|
+
Value?: number;
|
|
683
|
+
}
|
|
684
|
+
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
685
|
+
Value?: string;
|
|
686
|
+
}
|
|
687
|
+
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
688
|
+
Value?: string;
|
|
689
|
+
}
|
|
690
|
+
export interface Phase2DHGroupNumbersRequestListValue {
|
|
691
|
+
Value?: number;
|
|
692
|
+
}
|
|
693
|
+
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
694
|
+
Value?: string;
|
|
695
|
+
}
|
|
696
|
+
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
697
|
+
Value?: string;
|
|
698
|
+
}
|
|
699
|
+
export interface VpnTunnelOptionsSpecification {
|
|
700
|
+
TunnelInsideCidr?: string;
|
|
701
|
+
TunnelInsideIpv6Cidr?: string;
|
|
702
|
+
PreSharedKey?: string;
|
|
703
|
+
Phase1LifetimeSeconds?: number;
|
|
704
|
+
Phase2LifetimeSeconds?: number;
|
|
705
|
+
RekeyMarginTimeSeconds?: number;
|
|
706
|
+
RekeyFuzzPercentage?: number;
|
|
707
|
+
ReplayWindowSize?: number;
|
|
708
|
+
DPDTimeoutSeconds?: number;
|
|
709
|
+
DPDTimeoutAction?: string;
|
|
710
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
711
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
712
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
713
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
714
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
715
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
716
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
717
|
+
StartupAction?: string;
|
|
718
|
+
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
719
|
+
}
|
|
720
|
+
export interface VpnConnectionOptionsSpecification {
|
|
721
|
+
EnableAcceleration?: boolean;
|
|
722
|
+
StaticRoutesOnly?: boolean;
|
|
723
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
724
|
+
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
725
|
+
LocalIpv4NetworkCidr?: string;
|
|
726
|
+
RemoteIpv4NetworkCidr?: string;
|
|
727
|
+
LocalIpv6NetworkCidr?: string;
|
|
728
|
+
RemoteIpv6NetworkCidr?: string;
|
|
729
|
+
OutsideIpAddressType?: string;
|
|
730
|
+
TransportTransitGatewayAttachmentId?: string;
|
|
731
|
+
}
|
|
732
|
+
export interface CreateVpnConnectionRequest {
|
|
733
|
+
CustomerGatewayId: string | undefined;
|
|
734
|
+
Type: string | undefined;
|
|
735
|
+
VpnGatewayId?: string;
|
|
736
|
+
TransitGatewayId?: string;
|
|
737
|
+
DryRun?: boolean;
|
|
738
|
+
Options?: VpnConnectionOptionsSpecification;
|
|
739
|
+
TagSpecifications?: TagSpecification[];
|
|
740
|
+
}
|
|
741
|
+
export declare enum GatewayAssociationState {
|
|
742
|
+
associated = "associated",
|
|
743
|
+
associating = "associating",
|
|
744
|
+
disassociating = "disassociating",
|
|
745
|
+
not_associated = "not-associated",
|
|
746
|
+
}
|
|
747
|
+
export interface IKEVersionsListValue {
|
|
748
|
+
Value?: string;
|
|
749
|
+
}
|
|
750
|
+
export interface CloudWatchLogOptions {
|
|
751
|
+
LogEnabled?: boolean;
|
|
752
|
+
LogGroupArn?: string;
|
|
753
|
+
LogOutputFormat?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface VpnTunnelLogOptions {
|
|
756
|
+
CloudWatchLogOptions?: CloudWatchLogOptions;
|
|
757
|
+
}
|
|
758
|
+
export interface Phase1DHGroupNumbersListValue {
|
|
759
|
+
Value?: number;
|
|
760
|
+
}
|
|
761
|
+
export interface Phase1EncryptionAlgorithmsListValue {
|
|
762
|
+
Value?: string;
|
|
763
|
+
}
|
|
764
|
+
export interface Phase1IntegrityAlgorithmsListValue {
|
|
765
|
+
Value?: string;
|
|
766
|
+
}
|
|
767
|
+
export interface Phase2DHGroupNumbersListValue {
|
|
768
|
+
Value?: number;
|
|
769
|
+
}
|
|
770
|
+
export interface Phase2EncryptionAlgorithmsListValue {
|
|
771
|
+
Value?: string;
|
|
772
|
+
}
|
|
773
|
+
export interface Phase2IntegrityAlgorithmsListValue {
|
|
774
|
+
Value?: string;
|
|
775
|
+
}
|
|
776
|
+
export interface TunnelOption {
|
|
777
|
+
OutsideIpAddress?: string;
|
|
778
|
+
TunnelInsideCidr?: string;
|
|
779
|
+
TunnelInsideIpv6Cidr?: string;
|
|
780
|
+
PreSharedKey?: string;
|
|
781
|
+
Phase1LifetimeSeconds?: number;
|
|
782
|
+
Phase2LifetimeSeconds?: number;
|
|
783
|
+
RekeyMarginTimeSeconds?: number;
|
|
784
|
+
RekeyFuzzPercentage?: number;
|
|
785
|
+
ReplayWindowSize?: number;
|
|
786
|
+
DpdTimeoutSeconds?: number;
|
|
787
|
+
DpdTimeoutAction?: string;
|
|
788
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
|
|
789
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
|
|
790
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
|
|
791
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
|
|
792
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
|
|
793
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
|
|
794
|
+
IkeVersions?: IKEVersionsListValue[];
|
|
795
|
+
StartupAction?: string;
|
|
796
|
+
LogOptions?: VpnTunnelLogOptions;
|
|
797
|
+
}
|
|
798
|
+
export interface VpnConnectionOptions {
|
|
799
|
+
EnableAcceleration?: boolean;
|
|
800
|
+
StaticRoutesOnly?: boolean;
|
|
801
|
+
LocalIpv4NetworkCidr?: string;
|
|
802
|
+
RemoteIpv4NetworkCidr?: string;
|
|
803
|
+
LocalIpv6NetworkCidr?: string;
|
|
804
|
+
RemoteIpv6NetworkCidr?: string;
|
|
805
|
+
OutsideIpAddressType?: string;
|
|
806
|
+
TransportTransitGatewayAttachmentId?: string;
|
|
807
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
808
|
+
TunnelOptions?: TunnelOption[];
|
|
809
|
+
}
|
|
810
|
+
export declare type VpnStaticRouteSource = "Static";
|
|
811
|
+
export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
|
|
812
|
+
export interface VpnStaticRoute {
|
|
813
|
+
DestinationCidrBlock?: string;
|
|
814
|
+
Source?: VpnStaticRouteSource | string;
|
|
815
|
+
State?: VpnState | string;
|
|
816
|
+
}
|
|
817
|
+
export declare type TelemetryStatus = "DOWN" | "UP";
|
|
818
|
+
export interface VgwTelemetry {
|
|
819
|
+
AcceptedRouteCount?: number;
|
|
820
|
+
LastStatusChange?: Date;
|
|
821
|
+
OutsideIpAddress?: string;
|
|
822
|
+
Status?: TelemetryStatus | string;
|
|
823
|
+
StatusMessage?: string;
|
|
824
|
+
CertificateArn?: string;
|
|
825
|
+
}
|
|
826
|
+
export interface VpnConnection {
|
|
827
|
+
CustomerGatewayConfiguration?: string;
|
|
828
|
+
CustomerGatewayId?: string;
|
|
829
|
+
Category?: string;
|
|
830
|
+
State?: VpnState | string;
|
|
831
|
+
Type?: GatewayType | string;
|
|
832
|
+
VpnConnectionId?: string;
|
|
833
|
+
VpnGatewayId?: string;
|
|
834
|
+
TransitGatewayId?: string;
|
|
835
|
+
CoreNetworkArn?: string;
|
|
836
|
+
CoreNetworkAttachmentArn?: string;
|
|
837
|
+
GatewayAssociationState?: GatewayAssociationState | string;
|
|
838
|
+
Options?: VpnConnectionOptions;
|
|
839
|
+
Routes?: VpnStaticRoute[];
|
|
840
|
+
Tags?: Tag[];
|
|
841
|
+
VgwTelemetry?: VgwTelemetry[];
|
|
842
|
+
}
|
|
843
|
+
export interface CreateVpnConnectionResult {
|
|
844
|
+
VpnConnection?: VpnConnection;
|
|
845
|
+
}
|
|
846
|
+
export interface CreateVpnConnectionRouteRequest {
|
|
847
|
+
DestinationCidrBlock: string | undefined;
|
|
848
|
+
VpnConnectionId: string | undefined;
|
|
849
|
+
}
|
|
850
|
+
export interface CreateVpnGatewayRequest {
|
|
851
|
+
AvailabilityZone?: string;
|
|
852
|
+
Type: GatewayType | string | undefined;
|
|
853
|
+
TagSpecifications?: TagSpecification[];
|
|
854
|
+
AmazonSideAsn?: number;
|
|
855
|
+
DryRun?: boolean;
|
|
856
|
+
}
|
|
857
|
+
export interface VpnGateway {
|
|
858
|
+
AvailabilityZone?: string;
|
|
859
|
+
State?: VpnState | string;
|
|
860
|
+
Type?: GatewayType | string;
|
|
861
|
+
VpcAttachments?: VpcAttachment[];
|
|
862
|
+
VpnGatewayId?: string;
|
|
863
|
+
AmazonSideAsn?: number;
|
|
864
|
+
Tags?: Tag[];
|
|
865
|
+
}
|
|
866
|
+
export interface CreateVpnGatewayResult {
|
|
867
|
+
VpnGateway?: VpnGateway;
|
|
868
|
+
}
|
|
869
|
+
export interface DeleteCarrierGatewayRequest {
|
|
870
|
+
CarrierGatewayId: string | undefined;
|
|
871
|
+
DryRun?: boolean;
|
|
872
|
+
}
|
|
873
|
+
export interface DeleteCarrierGatewayResult {
|
|
874
|
+
CarrierGateway?: CarrierGateway;
|
|
875
|
+
}
|
|
876
|
+
export interface DeleteClientVpnEndpointRequest {
|
|
877
|
+
ClientVpnEndpointId: string | undefined;
|
|
878
|
+
DryRun?: boolean;
|
|
879
|
+
}
|
|
880
|
+
export interface DeleteClientVpnEndpointResult {
|
|
881
|
+
Status?: ClientVpnEndpointStatus;
|
|
882
|
+
}
|
|
883
|
+
export interface DeleteClientVpnRouteRequest {
|
|
884
|
+
ClientVpnEndpointId: string | undefined;
|
|
885
|
+
TargetVpcSubnetId?: string;
|
|
886
|
+
DestinationCidrBlock: string | undefined;
|
|
887
|
+
DryRun?: boolean;
|
|
888
|
+
}
|
|
889
|
+
export interface DeleteClientVpnRouteResult {
|
|
890
|
+
Status?: ClientVpnRouteStatus;
|
|
891
|
+
}
|
|
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
|
+
}
|
|
907
|
+
export interface DeleteCustomerGatewayRequest {
|
|
908
|
+
CustomerGatewayId: string | undefined;
|
|
909
|
+
DryRun?: boolean;
|
|
910
|
+
}
|
|
911
|
+
export interface DeleteDhcpOptionsRequest {
|
|
912
|
+
DhcpOptionsId: string | undefined;
|
|
913
|
+
DryRun?: boolean;
|
|
914
|
+
}
|
|
915
|
+
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
916
|
+
DryRun?: boolean;
|
|
917
|
+
EgressOnlyInternetGatewayId: string | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
920
|
+
ReturnCode?: boolean;
|
|
921
|
+
}
|
|
922
|
+
export interface DeleteFleetsRequest {
|
|
923
|
+
DryRun?: boolean;
|
|
924
|
+
FleetIds: string[] | undefined;
|
|
925
|
+
TerminateInstances: boolean | undefined;
|
|
926
|
+
}
|
|
927
|
+
export declare enum FleetStateCode {
|
|
928
|
+
ACTIVE = "active",
|
|
929
|
+
DELETED = "deleted",
|
|
930
|
+
DELETED_RUNNING = "deleted_running",
|
|
931
|
+
DELETED_TERMINATING_INSTANCES = "deleted_terminating",
|
|
932
|
+
FAILED = "failed",
|
|
933
|
+
MODIFYING = "modifying",
|
|
934
|
+
SUBMITTED = "submitted",
|
|
935
|
+
}
|
|
936
|
+
export interface DeleteFleetSuccessItem {
|
|
937
|
+
CurrentFleetState?: FleetStateCode | string;
|
|
938
|
+
PreviousFleetState?: FleetStateCode | string;
|
|
939
|
+
FleetId?: string;
|
|
940
|
+
}
|
|
941
|
+
export declare enum DeleteFleetErrorCode {
|
|
942
|
+
FLEET_ID_DOES_NOT_EXIST = "fleetIdDoesNotExist",
|
|
943
|
+
FLEET_ID_MALFORMED = "fleetIdMalformed",
|
|
944
|
+
FLEET_NOT_IN_DELETABLE_STATE = "fleetNotInDeletableState",
|
|
945
|
+
UNEXPECTED_ERROR = "unexpectedError",
|
|
946
|
+
}
|
|
947
|
+
export interface DeleteFleetError {
|
|
948
|
+
Code?: DeleteFleetErrorCode | string;
|
|
949
|
+
Message?: string;
|
|
950
|
+
}
|
|
951
|
+
export interface DeleteFleetErrorItem {
|
|
952
|
+
Error?: DeleteFleetError;
|
|
953
|
+
FleetId?: string;
|
|
954
|
+
}
|
|
955
|
+
export interface DeleteFleetsResult {
|
|
956
|
+
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[];
|
|
957
|
+
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[];
|
|
958
|
+
}
|
|
959
|
+
export interface DeleteFlowLogsRequest {
|
|
960
|
+
DryRun?: boolean;
|
|
961
|
+
FlowLogIds: string[] | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface DeleteFlowLogsResult {
|
|
964
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
965
|
+
}
|
|
966
|
+
export interface DeleteFpgaImageRequest {
|
|
967
|
+
DryRun?: boolean;
|
|
968
|
+
FpgaImageId: string | undefined;
|
|
969
|
+
}
|
|
970
|
+
export interface DeleteFpgaImageResult {
|
|
971
|
+
Return?: boolean;
|
|
972
|
+
}
|
|
973
|
+
export interface DeleteInstanceEventWindowRequest {
|
|
974
|
+
DryRun?: boolean;
|
|
975
|
+
ForceDelete?: boolean;
|
|
976
|
+
InstanceEventWindowId: string | undefined;
|
|
977
|
+
}
|
|
978
|
+
export interface InstanceEventWindowStateChange {
|
|
979
|
+
InstanceEventWindowId?: string;
|
|
980
|
+
State?: InstanceEventWindowState | string;
|
|
981
|
+
}
|
|
982
|
+
export interface DeleteInstanceEventWindowResult {
|
|
983
|
+
InstanceEventWindowState?: InstanceEventWindowStateChange;
|
|
984
|
+
}
|
|
985
|
+
export interface DeleteInternetGatewayRequest {
|
|
986
|
+
DryRun?: boolean;
|
|
987
|
+
InternetGatewayId: string | undefined;
|
|
988
|
+
}
|
|
989
|
+
export interface DeleteIpamRequest {
|
|
990
|
+
DryRun?: boolean;
|
|
991
|
+
IpamId: string | undefined;
|
|
992
|
+
Cascade?: boolean;
|
|
993
|
+
}
|
|
994
|
+
export interface DeleteIpamResult {
|
|
995
|
+
Ipam?: Ipam;
|
|
996
|
+
}
|
|
997
|
+
export interface DeleteIpamPoolRequest {
|
|
998
|
+
DryRun?: boolean;
|
|
999
|
+
IpamPoolId: string | undefined;
|
|
1000
|
+
}
|
|
1001
|
+
export interface DeleteIpamPoolResult {
|
|
1002
|
+
IpamPool?: IpamPool;
|
|
1003
|
+
}
|
|
1004
|
+
export interface DeleteIpamScopeRequest {
|
|
1005
|
+
DryRun?: boolean;
|
|
1006
|
+
IpamScopeId: string | undefined;
|
|
1007
|
+
}
|
|
1008
|
+
export interface DeleteIpamScopeResult {
|
|
1009
|
+
IpamScope?: IpamScope;
|
|
1010
|
+
}
|
|
1011
|
+
export interface DeleteKeyPairRequest {
|
|
1012
|
+
KeyName?: string;
|
|
1013
|
+
KeyPairId?: string;
|
|
1014
|
+
DryRun?: boolean;
|
|
1015
|
+
}
|
|
1016
|
+
export interface DeleteLaunchTemplateRequest {
|
|
1017
|
+
DryRun?: boolean;
|
|
1018
|
+
LaunchTemplateId?: string;
|
|
1019
|
+
LaunchTemplateName?: string;
|
|
1020
|
+
}
|
|
1021
|
+
export interface DeleteLaunchTemplateResult {
|
|
1022
|
+
LaunchTemplate?: LaunchTemplate;
|
|
1023
|
+
}
|
|
1024
|
+
export interface DeleteLaunchTemplateVersionsRequest {
|
|
1025
|
+
DryRun?: boolean;
|
|
1026
|
+
LaunchTemplateId?: string;
|
|
1027
|
+
LaunchTemplateName?: string;
|
|
1028
|
+
Versions: string[] | undefined;
|
|
1029
|
+
}
|
|
1030
|
+
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1031
|
+
LaunchTemplateId?: string;
|
|
1032
|
+
LaunchTemplateName?: string;
|
|
1033
|
+
VersionNumber?: number;
|
|
1034
|
+
}
|
|
1035
|
+
export declare enum LaunchTemplateErrorCode {
|
|
1036
|
+
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST = "launchTemplateIdDoesNotExist",
|
|
1037
|
+
LAUNCH_TEMPLATE_ID_MALFORMED = "launchTemplateIdMalformed",
|
|
1038
|
+
LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST = "launchTemplateNameDoesNotExist",
|
|
1039
|
+
LAUNCH_TEMPLATE_NAME_MALFORMED = "launchTemplateNameMalformed",
|
|
1040
|
+
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST = "launchTemplateVersionDoesNotExist",
|
|
1041
|
+
UNEXPECTED_ERROR = "unexpectedError",
|
|
1042
|
+
}
|
|
1043
|
+
export interface ResponseError {
|
|
1044
|
+
Code?: LaunchTemplateErrorCode | string;
|
|
1045
|
+
Message?: string;
|
|
1046
|
+
}
|
|
1047
|
+
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1048
|
+
LaunchTemplateId?: string;
|
|
1049
|
+
LaunchTemplateName?: string;
|
|
1050
|
+
VersionNumber?: number;
|
|
1051
|
+
ResponseError?: ResponseError;
|
|
1052
|
+
}
|
|
1053
|
+
export interface DeleteLaunchTemplateVersionsResult {
|
|
1054
|
+
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
1055
|
+
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
1056
|
+
}
|
|
1057
|
+
export interface DeleteLocalGatewayRouteRequest {
|
|
1058
|
+
DestinationCidrBlock: string | undefined;
|
|
1059
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1060
|
+
DryRun?: boolean;
|
|
1061
|
+
}
|
|
1062
|
+
export interface DeleteLocalGatewayRouteResult {
|
|
1063
|
+
Route?: LocalGatewayRoute;
|
|
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
|
+
}
|
|
1079
|
+
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
1080
|
+
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
1081
|
+
DryRun?: boolean;
|
|
1082
|
+
}
|
|
1083
|
+
export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
1084
|
+
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
|
|
1085
|
+
}
|
|
1086
|
+
export interface DeleteManagedPrefixListRequest {
|
|
1087
|
+
DryRun?: boolean;
|
|
1088
|
+
PrefixListId: string | undefined;
|
|
1089
|
+
}
|
|
1090
|
+
export interface DeleteManagedPrefixListResult {
|
|
1091
|
+
PrefixList?: ManagedPrefixList;
|
|
1092
|
+
}
|
|
1093
|
+
export interface DeleteNatGatewayRequest {
|
|
1094
|
+
DryRun?: boolean;
|
|
1095
|
+
NatGatewayId: string | undefined;
|
|
1096
|
+
}
|
|
1097
|
+
export interface DeleteNatGatewayResult {
|
|
1098
|
+
NatGatewayId?: string;
|
|
1099
|
+
}
|
|
1100
|
+
export interface DeleteNetworkAclRequest {
|
|
1101
|
+
DryRun?: boolean;
|
|
1102
|
+
NetworkAclId: string | undefined;
|
|
1103
|
+
}
|
|
1104
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
1105
|
+
DryRun?: boolean;
|
|
1106
|
+
Egress: boolean | undefined;
|
|
1107
|
+
NetworkAclId: string | undefined;
|
|
1108
|
+
RuleNumber: number | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
1111
|
+
DryRun?: boolean;
|
|
1112
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
1115
|
+
NetworkInsightsAccessScopeId?: string;
|
|
1116
|
+
}
|
|
1117
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1118
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1119
|
+
DryRun?: boolean;
|
|
1120
|
+
}
|
|
1121
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
1122
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
1123
|
+
}
|
|
1124
|
+
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
1125
|
+
DryRun?: boolean;
|
|
1126
|
+
NetworkInsightsAnalysisId: string | undefined;
|
|
1127
|
+
}
|
|
1128
|
+
export interface DeleteNetworkInsightsAnalysisResult {
|
|
1129
|
+
NetworkInsightsAnalysisId?: string;
|
|
1130
|
+
}
|
|
1131
|
+
export interface DeleteNetworkInsightsPathRequest {
|
|
1132
|
+
DryRun?: boolean;
|
|
1133
|
+
NetworkInsightsPathId: string | undefined;
|
|
1134
|
+
}
|
|
1135
|
+
export interface DeleteNetworkInsightsPathResult {
|
|
1136
|
+
NetworkInsightsPathId?: string;
|
|
1137
|
+
}
|
|
1138
|
+
export interface DeleteNetworkInterfaceRequest {
|
|
1139
|
+
DryRun?: boolean;
|
|
1140
|
+
NetworkInterfaceId: string | undefined;
|
|
1141
|
+
}
|
|
1142
|
+
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1143
|
+
NetworkInterfacePermissionId: string | undefined;
|
|
1144
|
+
Force?: boolean;
|
|
1145
|
+
DryRun?: boolean;
|
|
1146
|
+
}
|
|
1147
|
+
export interface DeleteNetworkInterfacePermissionResult {
|
|
1148
|
+
Return?: boolean;
|
|
1149
|
+
}
|
|
1150
|
+
export interface DeletePlacementGroupRequest {
|
|
1151
|
+
DryRun?: boolean;
|
|
1152
|
+
GroupName: string | undefined;
|
|
1153
|
+
}
|
|
1154
|
+
export interface DeletePublicIpv4PoolRequest {
|
|
1155
|
+
DryRun?: boolean;
|
|
1156
|
+
PoolId: string | undefined;
|
|
1157
|
+
}
|
|
1158
|
+
export interface DeletePublicIpv4PoolResult {
|
|
1159
|
+
ReturnValue?: boolean;
|
|
1160
|
+
}
|
|
1161
|
+
export interface DeleteQueuedReservedInstancesRequest {
|
|
1162
|
+
DryRun?: boolean;
|
|
1163
|
+
ReservedInstancesIds: string[] | undefined;
|
|
1164
|
+
}
|
|
1165
|
+
export declare enum DeleteQueuedReservedInstancesErrorCode {
|
|
1166
|
+
RESERVED_INSTANCES_ID_INVALID = "reserved-instances-id-invalid",
|
|
1167
|
+
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE = "reserved-instances-not-in-queued-state",
|
|
1168
|
+
UNEXPECTED_ERROR = "unexpected-error",
|
|
1169
|
+
}
|
|
1170
|
+
export interface DeleteQueuedReservedInstancesError {
|
|
1171
|
+
Code?: DeleteQueuedReservedInstancesErrorCode | string;
|
|
1172
|
+
Message?: string;
|
|
1173
|
+
}
|
|
1174
|
+
export interface FailedQueuedPurchaseDeletion {
|
|
1175
|
+
Error?: DeleteQueuedReservedInstancesError;
|
|
1176
|
+
ReservedInstancesId?: string;
|
|
1177
|
+
}
|
|
1178
|
+
export interface SuccessfulQueuedPurchaseDeletion {
|
|
1179
|
+
ReservedInstancesId?: string;
|
|
1180
|
+
}
|
|
1181
|
+
export interface DeleteQueuedReservedInstancesResult {
|
|
1182
|
+
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
1183
|
+
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
1184
|
+
}
|
|
1185
|
+
export interface DeleteRouteRequest {
|
|
1186
|
+
DestinationCidrBlock?: string;
|
|
1187
|
+
DestinationIpv6CidrBlock?: string;
|
|
1188
|
+
DestinationPrefixListId?: string;
|
|
1189
|
+
DryRun?: boolean;
|
|
1190
|
+
RouteTableId: string | undefined;
|
|
1191
|
+
}
|
|
1192
|
+
export interface DeleteRouteTableRequest {
|
|
1193
|
+
DryRun?: boolean;
|
|
1194
|
+
RouteTableId: string | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
export interface DeleteSecurityGroupRequest {
|
|
1197
|
+
GroupId?: string;
|
|
1198
|
+
GroupName?: string;
|
|
1199
|
+
DryRun?: boolean;
|
|
1200
|
+
}
|
|
1201
|
+
export interface DeleteSnapshotRequest {
|
|
1202
|
+
SnapshotId: string | undefined;
|
|
1203
|
+
DryRun?: boolean;
|
|
1204
|
+
}
|
|
1205
|
+
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
1206
|
+
DryRun?: boolean;
|
|
1207
|
+
}
|
|
1208
|
+
export interface DeleteSubnetRequest {
|
|
1209
|
+
SubnetId: string | undefined;
|
|
1210
|
+
DryRun?: boolean;
|
|
1211
|
+
}
|
|
1212
|
+
export interface DeleteSubnetCidrReservationRequest {
|
|
1213
|
+
SubnetCidrReservationId: string | undefined;
|
|
1214
|
+
DryRun?: boolean;
|
|
1215
|
+
}
|
|
1216
|
+
export interface DeleteSubnetCidrReservationResult {
|
|
1217
|
+
DeletedSubnetCidrReservation?: SubnetCidrReservation;
|
|
1218
|
+
}
|
|
1219
|
+
export interface DeleteTagsRequest {
|
|
1220
|
+
DryRun?: boolean;
|
|
1221
|
+
Resources: string[] | undefined;
|
|
1222
|
+
Tags?: Tag[];
|
|
1223
|
+
}
|
|
1224
|
+
export interface DeleteTrafficMirrorFilterRequest {
|
|
1225
|
+
TrafficMirrorFilterId: string | undefined;
|
|
1226
|
+
DryRun?: boolean;
|
|
1227
|
+
}
|
|
1228
|
+
export interface DeleteTrafficMirrorFilterResult {
|
|
1229
|
+
TrafficMirrorFilterId?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
1232
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
1233
|
+
DryRun?: boolean;
|
|
1234
|
+
}
|
|
1235
|
+
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
1236
|
+
TrafficMirrorFilterRuleId?: string;
|
|
1237
|
+
}
|
|
1238
|
+
export interface DeleteTrafficMirrorSessionRequest {
|
|
1239
|
+
TrafficMirrorSessionId: string | undefined;
|
|
1240
|
+
DryRun?: boolean;
|
|
1241
|
+
}
|
|
1242
|
+
export interface DeleteTrafficMirrorSessionResult {
|
|
1243
|
+
TrafficMirrorSessionId?: string;
|
|
1244
|
+
}
|
|
1245
|
+
export interface DeleteTrafficMirrorTargetRequest {
|
|
1246
|
+
TrafficMirrorTargetId: string | undefined;
|
|
1247
|
+
DryRun?: boolean;
|
|
1248
|
+
}
|
|
1249
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
1250
|
+
TrafficMirrorTargetId?: string;
|
|
1251
|
+
}
|
|
1252
|
+
export interface DeleteTransitGatewayRequest {
|
|
1253
|
+
TransitGatewayId: string | undefined;
|
|
1254
|
+
DryRun?: boolean;
|
|
1255
|
+
}
|
|
1256
|
+
export interface DeleteTransitGatewayResult {
|
|
1257
|
+
TransitGateway?: TransitGateway;
|
|
1258
|
+
}
|
|
1259
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
1260
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1261
|
+
DryRun?: boolean;
|
|
1262
|
+
}
|
|
1263
|
+
export interface DeleteTransitGatewayConnectResult {
|
|
1264
|
+
TransitGatewayConnect?: TransitGatewayConnect;
|
|
1265
|
+
}
|
|
1266
|
+
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
1267
|
+
TransitGatewayConnectPeerId: string | undefined;
|
|
1268
|
+
DryRun?: boolean;
|
|
1269
|
+
}
|
|
1270
|
+
export interface DeleteTransitGatewayConnectPeerResult {
|
|
1271
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
1272
|
+
}
|
|
1273
|
+
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
1274
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1275
|
+
DryRun?: boolean;
|
|
1276
|
+
}
|
|
1277
|
+
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
1278
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
1279
|
+
}
|
|
1280
|
+
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
1281
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1282
|
+
DryRun?: boolean;
|
|
1283
|
+
}
|
|
1284
|
+
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
1285
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
1286
|
+
}
|
|
1287
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
1288
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
1289
|
+
DryRun?: boolean;
|
|
1290
|
+
}
|
|
1291
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
1292
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
1293
|
+
}
|
|
1294
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
1295
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
1296
|
+
PrefixListId: string | undefined;
|
|
1297
|
+
DryRun?: boolean;
|
|
1298
|
+
}
|
|
1299
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
1300
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
1301
|
+
}
|
|
1302
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
1303
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
1304
|
+
DestinationCidrBlock: string | undefined;
|
|
1305
|
+
DryRun?: boolean;
|
|
1306
|
+
}
|
|
1307
|
+
export interface DeleteTransitGatewayRouteResult {
|
|
1308
|
+
Route?: TransitGatewayRoute;
|
|
1309
|
+
}
|
|
1310
|
+
export interface DeleteTransitGatewayRouteTableRequest {
|
|
1311
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
1312
|
+
DryRun?: boolean;
|
|
1313
|
+
}
|
|
1314
|
+
export interface DeleteTransitGatewayRouteTableResult {
|
|
1315
|
+
TransitGatewayRouteTable?: TransitGatewayRouteTable;
|
|
1316
|
+
}
|
|
1317
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
1318
|
+
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
1319
|
+
DryRun?: boolean;
|
|
1320
|
+
}
|
|
1321
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
1322
|
+
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
1323
|
+
}
|
|
1324
|
+
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
1325
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1326
|
+
DryRun?: boolean;
|
|
1327
|
+
}
|
|
1328
|
+
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
1329
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
1330
|
+
}
|
|
1331
|
+
export interface DeleteVolumeRequest {
|
|
1332
|
+
VolumeId: string | undefined;
|
|
1333
|
+
DryRun?: boolean;
|
|
1334
|
+
}
|
|
1335
|
+
export interface DeleteVpcRequest {
|
|
1336
|
+
VpcId: string | undefined;
|
|
1337
|
+
DryRun?: boolean;
|
|
1338
|
+
}
|
|
1339
|
+
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
1340
|
+
DryRun?: boolean;
|
|
1341
|
+
ConnectionNotificationIds: string[] | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
export interface DeleteVpcEndpointConnectionNotificationsResult {
|
|
1344
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
1345
|
+
}
|
|
1346
|
+
export interface DeleteVpcEndpointsRequest {
|
|
1347
|
+
DryRun?: boolean;
|
|
1348
|
+
VpcEndpointIds: string[] | undefined;
|
|
1349
|
+
}
|
|
1350
|
+
export interface DeleteVpcEndpointsResult {
|
|
1351
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
1352
|
+
}
|
|
1353
|
+
export interface DeleteVpcEndpointServiceConfigurationsRequest {
|
|
1354
|
+
DryRun?: boolean;
|
|
1355
|
+
ServiceIds: string[] | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
1358
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
1359
|
+
}
|
|
1360
|
+
export interface DeleteVpcPeeringConnectionRequest {
|
|
1361
|
+
DryRun?: boolean;
|
|
1362
|
+
VpcPeeringConnectionId: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface DeleteVpcPeeringConnectionResult {
|
|
1365
|
+
Return?: boolean;
|
|
1366
|
+
}
|
|
1367
|
+
export interface DeleteVpnConnectionRequest {
|
|
1368
|
+
VpnConnectionId: string | undefined;
|
|
1369
|
+
DryRun?: boolean;
|
|
1370
|
+
}
|
|
1371
|
+
export interface DeleteVpnConnectionRouteRequest {
|
|
1372
|
+
DestinationCidrBlock: string | undefined;
|
|
1373
|
+
VpnConnectionId: string | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export interface DeleteVpnGatewayRequest {
|
|
1376
|
+
VpnGatewayId: string | undefined;
|
|
1377
|
+
DryRun?: boolean;
|
|
1378
|
+
}
|
|
1379
|
+
export interface DeprovisionByoipCidrRequest {
|
|
1380
|
+
Cidr: string | undefined;
|
|
1381
|
+
DryRun?: boolean;
|
|
1382
|
+
}
|
|
1383
|
+
export interface DeprovisionByoipCidrResult {
|
|
1384
|
+
ByoipCidr?: ByoipCidr;
|
|
1385
|
+
}
|
|
1386
|
+
export interface DeprovisionIpamPoolCidrRequest {
|
|
1387
|
+
DryRun?: boolean;
|
|
1388
|
+
IpamPoolId: string | undefined;
|
|
1389
|
+
Cidr?: string;
|
|
1390
|
+
}
|
|
1391
|
+
export declare enum IpamPoolCidrFailureCode {
|
|
1392
|
+
cidr_not_available = "cidr-not-available",
|
|
1393
|
+
}
|
|
1394
|
+
export interface IpamPoolCidrFailureReason {
|
|
1395
|
+
Code?: IpamPoolCidrFailureCode | string;
|
|
1396
|
+
Message?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export declare enum IpamPoolCidrState {
|
|
1399
|
+
deprovisioned = "deprovisioned",
|
|
1400
|
+
failed_deprovision = "failed-deprovision",
|
|
1401
|
+
failed_import = "failed-import",
|
|
1402
|
+
failed_provision = "failed-provision",
|
|
1403
|
+
pending_deprovision = "pending-deprovision",
|
|
1404
|
+
pending_import = "pending-import",
|
|
1405
|
+
pending_provision = "pending-provision",
|
|
1406
|
+
provisioned = "provisioned",
|
|
1407
|
+
}
|
|
1408
|
+
export interface IpamPoolCidr {
|
|
1409
|
+
Cidr?: string;
|
|
1410
|
+
State?: IpamPoolCidrState | string;
|
|
1411
|
+
FailureReason?: IpamPoolCidrFailureReason;
|
|
1412
|
+
}
|
|
1413
|
+
export interface DeprovisionIpamPoolCidrResult {
|
|
1414
|
+
IpamPoolCidr?: IpamPoolCidr;
|
|
1415
|
+
}
|
|
1416
|
+
export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
1417
|
+
DryRun?: boolean;
|
|
1418
|
+
PoolId: string | undefined;
|
|
1419
|
+
Cidr: string | undefined;
|
|
1420
|
+
}
|
|
1421
|
+
export interface DeprovisionPublicIpv4PoolCidrResult {
|
|
1422
|
+
PoolId?: string;
|
|
1423
|
+
DeprovisionedAddresses?: string[];
|
|
1424
|
+
}
|
|
1425
|
+
export interface DeregisterImageRequest {
|
|
1426
|
+
ImageId: string | undefined;
|
|
1427
|
+
DryRun?: boolean;
|
|
1428
|
+
}
|
|
1429
|
+
export interface DeregisterInstanceTagAttributeRequest {
|
|
1430
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
1431
|
+
InstanceTagKeys?: string[];
|
|
1432
|
+
}
|
|
1433
|
+
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
1434
|
+
DryRun?: boolean;
|
|
1435
|
+
InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
|
|
1436
|
+
}
|
|
1437
|
+
export interface InstanceTagNotificationAttribute {
|
|
1438
|
+
InstanceTagKeys?: string[];
|
|
1439
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
1440
|
+
}
|
|
1441
|
+
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
1442
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1443
|
+
}
|
|
1444
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
1445
|
+
TransitGatewayMulticastDomainId?: string;
|
|
1446
|
+
GroupIpAddress?: string;
|
|
1447
|
+
NetworkInterfaceIds?: string[];
|
|
1448
|
+
DryRun?: boolean;
|
|
1449
|
+
}
|
|
1450
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
1451
|
+
TransitGatewayMulticastDomainId?: string;
|
|
1452
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
1453
|
+
GroupIpAddress?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
1456
|
+
DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
|
|
1457
|
+
}
|
|
1458
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
1459
|
+
TransitGatewayMulticastDomainId?: string;
|
|
1460
|
+
GroupIpAddress?: string;
|
|
1461
|
+
NetworkInterfaceIds?: string[];
|
|
1462
|
+
DryRun?: boolean;
|
|
1463
|
+
}
|
|
1464
|
+
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
1465
|
+
TransitGatewayMulticastDomainId?: string;
|
|
1466
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
1467
|
+
GroupIpAddress?: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
1470
|
+
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
1471
|
+
}
|
|
1472
|
+
export interface DescribeAccountAttributesRequest {
|
|
1473
|
+
AttributeNames?: (AccountAttributeName | string)[];
|
|
1474
|
+
DryRun?: boolean;
|
|
1475
|
+
}
|
|
1476
|
+
export interface DescribeAccountAttributesResult {
|
|
1477
|
+
AccountAttributes?: AccountAttribute[];
|
|
1478
|
+
}
|
|
1479
|
+
export interface Filter {
|
|
1480
|
+
Name?: string;
|
|
1481
|
+
Values?: string[];
|
|
1482
|
+
}
|
|
1483
|
+
export interface DescribeAddressesRequest {
|
|
1484
|
+
Filters?: Filter[];
|
|
1485
|
+
PublicIps?: string[];
|
|
1486
|
+
AllocationIds?: string[];
|
|
1487
|
+
DryRun?: boolean;
|
|
1488
|
+
}
|
|
1489
|
+
export interface DescribeAddressesResult {
|
|
1490
|
+
Addresses?: Address[];
|
|
1491
|
+
}
|
|
1492
|
+
export interface DescribeAddressesAttributeRequest {
|
|
1493
|
+
AllocationIds?: string[];
|
|
1494
|
+
Attribute?: AddressAttributeName | string;
|
|
1495
|
+
NextToken?: string;
|
|
1496
|
+
MaxResults?: number;
|
|
1497
|
+
DryRun?: boolean;
|
|
1498
|
+
}
|
|
1499
|
+
export interface DescribeAddressesAttributeResult {
|
|
1500
|
+
Addresses?: AddressAttribute[];
|
|
1501
|
+
NextToken?: string;
|
|
1502
|
+
}
|
|
1503
|
+
export interface DescribeAggregateIdFormatRequest {
|
|
1504
|
+
DryRun?: boolean;
|
|
1505
|
+
}
|
|
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;
|
|
1530
|
+
export declare const TransitGatewayOptionsFilterSensitiveLog: (
|
|
1531
|
+
obj: TransitGatewayOptions
|
|
1532
|
+
) => any;
|
|
1533
|
+
export declare const TransitGatewayFilterSensitiveLog: (
|
|
1534
|
+
obj: TransitGateway
|
|
1535
|
+
) => any;
|
|
1536
|
+
export declare const CreateTransitGatewayResultFilterSensitiveLog: (
|
|
1537
|
+
obj: CreateTransitGatewayResult
|
|
1538
|
+
) => any;
|
|
1539
|
+
export declare const CreateTransitGatewayConnectRequestOptionsFilterSensitiveLog: (
|
|
1540
|
+
obj: CreateTransitGatewayConnectRequestOptions
|
|
1541
|
+
) => any;
|
|
1542
|
+
export declare const CreateTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
1543
|
+
obj: CreateTransitGatewayConnectRequest
|
|
1544
|
+
) => any;
|
|
1545
|
+
export declare const TransitGatewayConnectOptionsFilterSensitiveLog: (
|
|
1546
|
+
obj: TransitGatewayConnectOptions
|
|
1547
|
+
) => any;
|
|
1548
|
+
export declare const TransitGatewayConnectFilterSensitiveLog: (
|
|
1549
|
+
obj: TransitGatewayConnect
|
|
1550
|
+
) => any;
|
|
1551
|
+
export declare const CreateTransitGatewayConnectResultFilterSensitiveLog: (
|
|
1552
|
+
obj: CreateTransitGatewayConnectResult
|
|
1553
|
+
) => any;
|
|
1554
|
+
export declare const TransitGatewayConnectRequestBgpOptionsFilterSensitiveLog: (
|
|
1555
|
+
obj: TransitGatewayConnectRequestBgpOptions
|
|
1556
|
+
) => any;
|
|
1557
|
+
export declare const CreateTransitGatewayConnectPeerRequestFilterSensitiveLog: (
|
|
1558
|
+
obj: CreateTransitGatewayConnectPeerRequest
|
|
1559
|
+
) => any;
|
|
1560
|
+
export declare const TransitGatewayAttachmentBgpConfigurationFilterSensitiveLog: (
|
|
1561
|
+
obj: TransitGatewayAttachmentBgpConfiguration
|
|
1562
|
+
) => any;
|
|
1563
|
+
export declare const TransitGatewayConnectPeerConfigurationFilterSensitiveLog: (
|
|
1564
|
+
obj: TransitGatewayConnectPeerConfiguration
|
|
1565
|
+
) => any;
|
|
1566
|
+
export declare const TransitGatewayConnectPeerFilterSensitiveLog: (
|
|
1567
|
+
obj: TransitGatewayConnectPeer
|
|
1568
|
+
) => any;
|
|
1569
|
+
export declare const CreateTransitGatewayConnectPeerResultFilterSensitiveLog: (
|
|
1570
|
+
obj: CreateTransitGatewayConnectPeerResult
|
|
1571
|
+
) => any;
|
|
1572
|
+
export declare const CreateTransitGatewayMulticastDomainRequestOptionsFilterSensitiveLog: (
|
|
1573
|
+
obj: CreateTransitGatewayMulticastDomainRequestOptions
|
|
1574
|
+
) => any;
|
|
1575
|
+
export declare const CreateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
1576
|
+
obj: CreateTransitGatewayMulticastDomainRequest
|
|
1577
|
+
) => any;
|
|
1578
|
+
export declare const TransitGatewayMulticastDomainOptionsFilterSensitiveLog: (
|
|
1579
|
+
obj: TransitGatewayMulticastDomainOptions
|
|
1580
|
+
) => any;
|
|
1581
|
+
export declare const TransitGatewayMulticastDomainFilterSensitiveLog: (
|
|
1582
|
+
obj: TransitGatewayMulticastDomain
|
|
1583
|
+
) => any;
|
|
1584
|
+
export declare const CreateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
1585
|
+
obj: CreateTransitGatewayMulticastDomainResult
|
|
1586
|
+
) => any;
|
|
1587
|
+
export declare const CreateTransitGatewayPeeringAttachmentRequestOptionsFilterSensitiveLog: (
|
|
1588
|
+
obj: CreateTransitGatewayPeeringAttachmentRequestOptions
|
|
1589
|
+
) => any;
|
|
1590
|
+
export declare const CreateTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
1591
|
+
obj: CreateTransitGatewayPeeringAttachmentRequest
|
|
1592
|
+
) => any;
|
|
1593
|
+
export declare const CreateTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
1594
|
+
obj: CreateTransitGatewayPeeringAttachmentResult
|
|
1595
|
+
) => any;
|
|
1596
|
+
export declare const CreateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
1597
|
+
obj: CreateTransitGatewayPolicyTableRequest
|
|
1598
|
+
) => any;
|
|
1599
|
+
export declare const TransitGatewayPolicyTableFilterSensitiveLog: (
|
|
1600
|
+
obj: TransitGatewayPolicyTable
|
|
1601
|
+
) => any;
|
|
1602
|
+
export declare const CreateTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
1603
|
+
obj: CreateTransitGatewayPolicyTableResult
|
|
1604
|
+
) => any;
|
|
1605
|
+
export declare const CreateTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
1606
|
+
obj: CreateTransitGatewayPrefixListReferenceRequest
|
|
1607
|
+
) => any;
|
|
1608
|
+
export declare const TransitGatewayPrefixListAttachmentFilterSensitiveLog: (
|
|
1609
|
+
obj: TransitGatewayPrefixListAttachment
|
|
1610
|
+
) => any;
|
|
1611
|
+
export declare const TransitGatewayPrefixListReferenceFilterSensitiveLog: (
|
|
1612
|
+
obj: TransitGatewayPrefixListReference
|
|
1613
|
+
) => any;
|
|
1614
|
+
export declare const CreateTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
1615
|
+
obj: CreateTransitGatewayPrefixListReferenceResult
|
|
1616
|
+
) => any;
|
|
1617
|
+
export declare const CreateTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
1618
|
+
obj: CreateTransitGatewayRouteRequest
|
|
1619
|
+
) => any;
|
|
1620
|
+
export declare const TransitGatewayRouteAttachmentFilterSensitiveLog: (
|
|
1621
|
+
obj: TransitGatewayRouteAttachment
|
|
1622
|
+
) => any;
|
|
1623
|
+
export declare const TransitGatewayRouteFilterSensitiveLog: (
|
|
1624
|
+
obj: TransitGatewayRoute
|
|
1625
|
+
) => any;
|
|
1626
|
+
export declare const CreateTransitGatewayRouteResultFilterSensitiveLog: (
|
|
1627
|
+
obj: CreateTransitGatewayRouteResult
|
|
1628
|
+
) => any;
|
|
1629
|
+
export declare const CreateTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
1630
|
+
obj: CreateTransitGatewayRouteTableRequest
|
|
1631
|
+
) => any;
|
|
1632
|
+
export declare const TransitGatewayRouteTableFilterSensitiveLog: (
|
|
1633
|
+
obj: TransitGatewayRouteTable
|
|
1634
|
+
) => any;
|
|
1635
|
+
export declare const CreateTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
1636
|
+
obj: CreateTransitGatewayRouteTableResult
|
|
1637
|
+
) => any;
|
|
1638
|
+
export declare const CreateTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
|
|
1639
|
+
obj: CreateTransitGatewayRouteTableAnnouncementRequest
|
|
1640
|
+
) => any;
|
|
1641
|
+
export declare const TransitGatewayRouteTableAnnouncementFilterSensitiveLog: (
|
|
1642
|
+
obj: TransitGatewayRouteTableAnnouncement
|
|
1643
|
+
) => any;
|
|
1644
|
+
export declare const CreateTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
|
|
1645
|
+
obj: CreateTransitGatewayRouteTableAnnouncementResult
|
|
1646
|
+
) => any;
|
|
1647
|
+
export declare const CreateTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
|
|
1648
|
+
obj: CreateTransitGatewayVpcAttachmentRequestOptions
|
|
1649
|
+
) => any;
|
|
1650
|
+
export declare const CreateTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
1651
|
+
obj: CreateTransitGatewayVpcAttachmentRequest
|
|
1652
|
+
) => any;
|
|
1653
|
+
export declare const CreateTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
1654
|
+
obj: CreateTransitGatewayVpcAttachmentResult
|
|
1655
|
+
) => any;
|
|
1656
|
+
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
1657
|
+
obj: CreateVolumeRequest
|
|
1658
|
+
) => any;
|
|
1659
|
+
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
1660
|
+
export declare const CreateVpcRequestFilterSensitiveLog: (
|
|
1661
|
+
obj: CreateVpcRequest
|
|
1662
|
+
) => any;
|
|
1663
|
+
export declare const CreateVpcResultFilterSensitiveLog: (
|
|
1664
|
+
obj: CreateVpcResult
|
|
1665
|
+
) => any;
|
|
1666
|
+
export declare const DnsOptionsSpecificationFilterSensitiveLog: (
|
|
1667
|
+
obj: DnsOptionsSpecification
|
|
1668
|
+
) => any;
|
|
1669
|
+
export declare const CreateVpcEndpointRequestFilterSensitiveLog: (
|
|
1670
|
+
obj: CreateVpcEndpointRequest
|
|
1671
|
+
) => any;
|
|
1672
|
+
export declare const DnsEntryFilterSensitiveLog: (obj: DnsEntry) => any;
|
|
1673
|
+
export declare const DnsOptionsFilterSensitiveLog: (obj: DnsOptions) => any;
|
|
1674
|
+
export declare const SecurityGroupIdentifierFilterSensitiveLog: (
|
|
1675
|
+
obj: SecurityGroupIdentifier
|
|
1676
|
+
) => any;
|
|
1677
|
+
export declare const LastErrorFilterSensitiveLog: (obj: LastError) => any;
|
|
1678
|
+
export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
1679
|
+
export declare const CreateVpcEndpointResultFilterSensitiveLog: (
|
|
1680
|
+
obj: CreateVpcEndpointResult
|
|
1681
|
+
) => any;
|
|
1682
|
+
export declare const CreateVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
|
|
1683
|
+
obj: CreateVpcEndpointConnectionNotificationRequest
|
|
1684
|
+
) => any;
|
|
1685
|
+
export declare const ConnectionNotificationFilterSensitiveLog: (
|
|
1686
|
+
obj: ConnectionNotification
|
|
1687
|
+
) => any;
|
|
1688
|
+
export declare const CreateVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
|
|
1689
|
+
obj: CreateVpcEndpointConnectionNotificationResult
|
|
1690
|
+
) => any;
|
|
1691
|
+
export declare const CreateVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
|
|
1692
|
+
obj: CreateVpcEndpointServiceConfigurationRequest
|
|
1693
|
+
) => any;
|
|
1694
|
+
export declare const PrivateDnsNameConfigurationFilterSensitiveLog: (
|
|
1695
|
+
obj: PrivateDnsNameConfiguration
|
|
1696
|
+
) => any;
|
|
1697
|
+
export declare const ServiceTypeDetailFilterSensitiveLog: (
|
|
1698
|
+
obj: ServiceTypeDetail
|
|
1699
|
+
) => any;
|
|
1700
|
+
export declare const ServiceConfigurationFilterSensitiveLog: (
|
|
1701
|
+
obj: ServiceConfiguration
|
|
1702
|
+
) => any;
|
|
1703
|
+
export declare const CreateVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
|
|
1704
|
+
obj: CreateVpcEndpointServiceConfigurationResult
|
|
1705
|
+
) => any;
|
|
1706
|
+
export declare const CreateVpcPeeringConnectionRequestFilterSensitiveLog: (
|
|
1707
|
+
obj: CreateVpcPeeringConnectionRequest
|
|
1708
|
+
) => any;
|
|
1709
|
+
export declare const CreateVpcPeeringConnectionResultFilterSensitiveLog: (
|
|
1710
|
+
obj: CreateVpcPeeringConnectionResult
|
|
1711
|
+
) => any;
|
|
1712
|
+
export declare const IKEVersionsRequestListValueFilterSensitiveLog: (
|
|
1713
|
+
obj: IKEVersionsRequestListValue
|
|
1714
|
+
) => any;
|
|
1715
|
+
export declare const CloudWatchLogOptionsSpecificationFilterSensitiveLog: (
|
|
1716
|
+
obj: CloudWatchLogOptionsSpecification
|
|
1717
|
+
) => any;
|
|
1718
|
+
export declare const VpnTunnelLogOptionsSpecificationFilterSensitiveLog: (
|
|
1719
|
+
obj: VpnTunnelLogOptionsSpecification
|
|
1720
|
+
) => any;
|
|
1721
|
+
export declare const Phase1DHGroupNumbersRequestListValueFilterSensitiveLog: (
|
|
1722
|
+
obj: Phase1DHGroupNumbersRequestListValue
|
|
1723
|
+
) => any;
|
|
1724
|
+
export declare const Phase1EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
1725
|
+
obj: Phase1EncryptionAlgorithmsRequestListValue
|
|
1726
|
+
) => any;
|
|
1727
|
+
export declare const Phase1IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
1728
|
+
obj: Phase1IntegrityAlgorithmsRequestListValue
|
|
1729
|
+
) => any;
|
|
1730
|
+
export declare const Phase2DHGroupNumbersRequestListValueFilterSensitiveLog: (
|
|
1731
|
+
obj: Phase2DHGroupNumbersRequestListValue
|
|
1732
|
+
) => any;
|
|
1733
|
+
export declare const Phase2EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
1734
|
+
obj: Phase2EncryptionAlgorithmsRequestListValue
|
|
1735
|
+
) => any;
|
|
1736
|
+
export declare const Phase2IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
|
|
1737
|
+
obj: Phase2IntegrityAlgorithmsRequestListValue
|
|
1738
|
+
) => any;
|
|
1739
|
+
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1740
|
+
obj: VpnTunnelOptionsSpecification
|
|
1741
|
+
) => any;
|
|
1742
|
+
export declare const VpnConnectionOptionsSpecificationFilterSensitiveLog: (
|
|
1743
|
+
obj: VpnConnectionOptionsSpecification
|
|
1744
|
+
) => any;
|
|
1745
|
+
export declare const CreateVpnConnectionRequestFilterSensitiveLog: (
|
|
1746
|
+
obj: CreateVpnConnectionRequest
|
|
1747
|
+
) => any;
|
|
1748
|
+
export declare const IKEVersionsListValueFilterSensitiveLog: (
|
|
1749
|
+
obj: IKEVersionsListValue
|
|
1750
|
+
) => any;
|
|
1751
|
+
export declare const CloudWatchLogOptionsFilterSensitiveLog: (
|
|
1752
|
+
obj: CloudWatchLogOptions
|
|
1753
|
+
) => any;
|
|
1754
|
+
export declare const VpnTunnelLogOptionsFilterSensitiveLog: (
|
|
1755
|
+
obj: VpnTunnelLogOptions
|
|
1756
|
+
) => any;
|
|
1757
|
+
export declare const Phase1DHGroupNumbersListValueFilterSensitiveLog: (
|
|
1758
|
+
obj: Phase1DHGroupNumbersListValue
|
|
1759
|
+
) => any;
|
|
1760
|
+
export declare const Phase1EncryptionAlgorithmsListValueFilterSensitiveLog: (
|
|
1761
|
+
obj: Phase1EncryptionAlgorithmsListValue
|
|
1762
|
+
) => any;
|
|
1763
|
+
export declare const Phase1IntegrityAlgorithmsListValueFilterSensitiveLog: (
|
|
1764
|
+
obj: Phase1IntegrityAlgorithmsListValue
|
|
1765
|
+
) => any;
|
|
1766
|
+
export declare const Phase2DHGroupNumbersListValueFilterSensitiveLog: (
|
|
1767
|
+
obj: Phase2DHGroupNumbersListValue
|
|
1768
|
+
) => any;
|
|
1769
|
+
export declare const Phase2EncryptionAlgorithmsListValueFilterSensitiveLog: (
|
|
1770
|
+
obj: Phase2EncryptionAlgorithmsListValue
|
|
1771
|
+
) => any;
|
|
1772
|
+
export declare const Phase2IntegrityAlgorithmsListValueFilterSensitiveLog: (
|
|
1773
|
+
obj: Phase2IntegrityAlgorithmsListValue
|
|
1774
|
+
) => any;
|
|
1775
|
+
export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
|
|
1776
|
+
export declare const VpnConnectionOptionsFilterSensitiveLog: (
|
|
1777
|
+
obj: VpnConnectionOptions
|
|
1778
|
+
) => any;
|
|
1779
|
+
export declare const VpnStaticRouteFilterSensitiveLog: (
|
|
1780
|
+
obj: VpnStaticRoute
|
|
1781
|
+
) => any;
|
|
1782
|
+
export declare const VgwTelemetryFilterSensitiveLog: (obj: VgwTelemetry) => any;
|
|
1783
|
+
export declare const VpnConnectionFilterSensitiveLog: (
|
|
1784
|
+
obj: VpnConnection
|
|
1785
|
+
) => any;
|
|
1786
|
+
export declare const CreateVpnConnectionResultFilterSensitiveLog: (
|
|
1787
|
+
obj: CreateVpnConnectionResult
|
|
1788
|
+
) => any;
|
|
1789
|
+
export declare const CreateVpnConnectionRouteRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: CreateVpnConnectionRouteRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
export declare const CreateVpnGatewayRequestFilterSensitiveLog: (
|
|
1793
|
+
obj: CreateVpnGatewayRequest
|
|
1794
|
+
) => any;
|
|
1795
|
+
export declare const VpnGatewayFilterSensitiveLog: (obj: VpnGateway) => any;
|
|
1796
|
+
export declare const CreateVpnGatewayResultFilterSensitiveLog: (
|
|
1797
|
+
obj: CreateVpnGatewayResult
|
|
1798
|
+
) => any;
|
|
1799
|
+
export declare const DeleteCarrierGatewayRequestFilterSensitiveLog: (
|
|
1800
|
+
obj: DeleteCarrierGatewayRequest
|
|
1801
|
+
) => any;
|
|
1802
|
+
export declare const DeleteCarrierGatewayResultFilterSensitiveLog: (
|
|
1803
|
+
obj: DeleteCarrierGatewayResult
|
|
1804
|
+
) => any;
|
|
1805
|
+
export declare const DeleteClientVpnEndpointRequestFilterSensitiveLog: (
|
|
1806
|
+
obj: DeleteClientVpnEndpointRequest
|
|
1807
|
+
) => any;
|
|
1808
|
+
export declare const DeleteClientVpnEndpointResultFilterSensitiveLog: (
|
|
1809
|
+
obj: DeleteClientVpnEndpointResult
|
|
1810
|
+
) => any;
|
|
1811
|
+
export declare const DeleteClientVpnRouteRequestFilterSensitiveLog: (
|
|
1812
|
+
obj: DeleteClientVpnRouteRequest
|
|
1813
|
+
) => any;
|
|
1814
|
+
export declare const DeleteClientVpnRouteResultFilterSensitiveLog: (
|
|
1815
|
+
obj: DeleteClientVpnRouteResult
|
|
1816
|
+
) => any;
|
|
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;
|
|
1829
|
+
export declare const DeleteCustomerGatewayRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: DeleteCustomerGatewayRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
export declare const DeleteDhcpOptionsRequestFilterSensitiveLog: (
|
|
1833
|
+
obj: DeleteDhcpOptionsRequest
|
|
1834
|
+
) => any;
|
|
1835
|
+
export declare const DeleteEgressOnlyInternetGatewayRequestFilterSensitiveLog: (
|
|
1836
|
+
obj: DeleteEgressOnlyInternetGatewayRequest
|
|
1837
|
+
) => any;
|
|
1838
|
+
export declare const DeleteEgressOnlyInternetGatewayResultFilterSensitiveLog: (
|
|
1839
|
+
obj: DeleteEgressOnlyInternetGatewayResult
|
|
1840
|
+
) => any;
|
|
1841
|
+
export declare const DeleteFleetsRequestFilterSensitiveLog: (
|
|
1842
|
+
obj: DeleteFleetsRequest
|
|
1843
|
+
) => any;
|
|
1844
|
+
export declare const DeleteFleetSuccessItemFilterSensitiveLog: (
|
|
1845
|
+
obj: DeleteFleetSuccessItem
|
|
1846
|
+
) => any;
|
|
1847
|
+
export declare const DeleteFleetErrorFilterSensitiveLog: (
|
|
1848
|
+
obj: DeleteFleetError
|
|
1849
|
+
) => any;
|
|
1850
|
+
export declare const DeleteFleetErrorItemFilterSensitiveLog: (
|
|
1851
|
+
obj: DeleteFleetErrorItem
|
|
1852
|
+
) => any;
|
|
1853
|
+
export declare const DeleteFleetsResultFilterSensitiveLog: (
|
|
1854
|
+
obj: DeleteFleetsResult
|
|
1855
|
+
) => any;
|
|
1856
|
+
export declare const DeleteFlowLogsRequestFilterSensitiveLog: (
|
|
1857
|
+
obj: DeleteFlowLogsRequest
|
|
1858
|
+
) => any;
|
|
1859
|
+
export declare const DeleteFlowLogsResultFilterSensitiveLog: (
|
|
1860
|
+
obj: DeleteFlowLogsResult
|
|
1861
|
+
) => any;
|
|
1862
|
+
export declare const DeleteFpgaImageRequestFilterSensitiveLog: (
|
|
1863
|
+
obj: DeleteFpgaImageRequest
|
|
1864
|
+
) => any;
|
|
1865
|
+
export declare const DeleteFpgaImageResultFilterSensitiveLog: (
|
|
1866
|
+
obj: DeleteFpgaImageResult
|
|
1867
|
+
) => any;
|
|
1868
|
+
export declare const DeleteInstanceEventWindowRequestFilterSensitiveLog: (
|
|
1869
|
+
obj: DeleteInstanceEventWindowRequest
|
|
1870
|
+
) => any;
|
|
1871
|
+
export declare const InstanceEventWindowStateChangeFilterSensitiveLog: (
|
|
1872
|
+
obj: InstanceEventWindowStateChange
|
|
1873
|
+
) => any;
|
|
1874
|
+
export declare const DeleteInstanceEventWindowResultFilterSensitiveLog: (
|
|
1875
|
+
obj: DeleteInstanceEventWindowResult
|
|
1876
|
+
) => any;
|
|
1877
|
+
export declare const DeleteInternetGatewayRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: DeleteInternetGatewayRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
export declare const DeleteIpamRequestFilterSensitiveLog: (
|
|
1881
|
+
obj: DeleteIpamRequest
|
|
1882
|
+
) => any;
|
|
1883
|
+
export declare const DeleteIpamResultFilterSensitiveLog: (
|
|
1884
|
+
obj: DeleteIpamResult
|
|
1885
|
+
) => any;
|
|
1886
|
+
export declare const DeleteIpamPoolRequestFilterSensitiveLog: (
|
|
1887
|
+
obj: DeleteIpamPoolRequest
|
|
1888
|
+
) => any;
|
|
1889
|
+
export declare const DeleteIpamPoolResultFilterSensitiveLog: (
|
|
1890
|
+
obj: DeleteIpamPoolResult
|
|
1891
|
+
) => any;
|
|
1892
|
+
export declare const DeleteIpamScopeRequestFilterSensitiveLog: (
|
|
1893
|
+
obj: DeleteIpamScopeRequest
|
|
1894
|
+
) => any;
|
|
1895
|
+
export declare const DeleteIpamScopeResultFilterSensitiveLog: (
|
|
1896
|
+
obj: DeleteIpamScopeResult
|
|
1897
|
+
) => any;
|
|
1898
|
+
export declare const DeleteKeyPairRequestFilterSensitiveLog: (
|
|
1899
|
+
obj: DeleteKeyPairRequest
|
|
1900
|
+
) => any;
|
|
1901
|
+
export declare const DeleteLaunchTemplateRequestFilterSensitiveLog: (
|
|
1902
|
+
obj: DeleteLaunchTemplateRequest
|
|
1903
|
+
) => any;
|
|
1904
|
+
export declare const DeleteLaunchTemplateResultFilterSensitiveLog: (
|
|
1905
|
+
obj: DeleteLaunchTemplateResult
|
|
1906
|
+
) => any;
|
|
1907
|
+
export declare const DeleteLaunchTemplateVersionsRequestFilterSensitiveLog: (
|
|
1908
|
+
obj: DeleteLaunchTemplateVersionsRequest
|
|
1909
|
+
) => any;
|
|
1910
|
+
export declare const DeleteLaunchTemplateVersionsResponseSuccessItemFilterSensitiveLog: (
|
|
1911
|
+
obj: DeleteLaunchTemplateVersionsResponseSuccessItem
|
|
1912
|
+
) => any;
|
|
1913
|
+
export declare const ResponseErrorFilterSensitiveLog: (
|
|
1914
|
+
obj: ResponseError
|
|
1915
|
+
) => any;
|
|
1916
|
+
export declare const DeleteLaunchTemplateVersionsResponseErrorItemFilterSensitiveLog: (
|
|
1917
|
+
obj: DeleteLaunchTemplateVersionsResponseErrorItem
|
|
1918
|
+
) => any;
|
|
1919
|
+
export declare const DeleteLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
1920
|
+
obj: DeleteLaunchTemplateVersionsResult
|
|
1921
|
+
) => any;
|
|
1922
|
+
export declare const DeleteLocalGatewayRouteRequestFilterSensitiveLog: (
|
|
1923
|
+
obj: DeleteLocalGatewayRouteRequest
|
|
1924
|
+
) => any;
|
|
1925
|
+
export declare const DeleteLocalGatewayRouteResultFilterSensitiveLog: (
|
|
1926
|
+
obj: DeleteLocalGatewayRouteResult
|
|
1927
|
+
) => any;
|
|
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;
|
|
1940
|
+
export declare const DeleteLocalGatewayRouteTableVpcAssociationRequestFilterSensitiveLog: (
|
|
1941
|
+
obj: DeleteLocalGatewayRouteTableVpcAssociationRequest
|
|
1942
|
+
) => any;
|
|
1943
|
+
export declare const DeleteLocalGatewayRouteTableVpcAssociationResultFilterSensitiveLog: (
|
|
1944
|
+
obj: DeleteLocalGatewayRouteTableVpcAssociationResult
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const DeleteManagedPrefixListRequestFilterSensitiveLog: (
|
|
1947
|
+
obj: DeleteManagedPrefixListRequest
|
|
1948
|
+
) => any;
|
|
1949
|
+
export declare const DeleteManagedPrefixListResultFilterSensitiveLog: (
|
|
1950
|
+
obj: DeleteManagedPrefixListResult
|
|
1951
|
+
) => any;
|
|
1952
|
+
export declare const DeleteNatGatewayRequestFilterSensitiveLog: (
|
|
1953
|
+
obj: DeleteNatGatewayRequest
|
|
1954
|
+
) => any;
|
|
1955
|
+
export declare const DeleteNatGatewayResultFilterSensitiveLog: (
|
|
1956
|
+
obj: DeleteNatGatewayResult
|
|
1957
|
+
) => any;
|
|
1958
|
+
export declare const DeleteNetworkAclRequestFilterSensitiveLog: (
|
|
1959
|
+
obj: DeleteNetworkAclRequest
|
|
1960
|
+
) => any;
|
|
1961
|
+
export declare const DeleteNetworkAclEntryRequestFilterSensitiveLog: (
|
|
1962
|
+
obj: DeleteNetworkAclEntryRequest
|
|
1963
|
+
) => any;
|
|
1964
|
+
export declare const DeleteNetworkInsightsAccessScopeRequestFilterSensitiveLog: (
|
|
1965
|
+
obj: DeleteNetworkInsightsAccessScopeRequest
|
|
1966
|
+
) => any;
|
|
1967
|
+
export declare const DeleteNetworkInsightsAccessScopeResultFilterSensitiveLog: (
|
|
1968
|
+
obj: DeleteNetworkInsightsAccessScopeResult
|
|
1969
|
+
) => any;
|
|
1970
|
+
export declare const DeleteNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
|
|
1971
|
+
obj: DeleteNetworkInsightsAccessScopeAnalysisRequest
|
|
1972
|
+
) => any;
|
|
1973
|
+
export declare const DeleteNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
|
|
1974
|
+
obj: DeleteNetworkInsightsAccessScopeAnalysisResult
|
|
1975
|
+
) => any;
|
|
1976
|
+
export declare const DeleteNetworkInsightsAnalysisRequestFilterSensitiveLog: (
|
|
1977
|
+
obj: DeleteNetworkInsightsAnalysisRequest
|
|
1978
|
+
) => any;
|
|
1979
|
+
export declare const DeleteNetworkInsightsAnalysisResultFilterSensitiveLog: (
|
|
1980
|
+
obj: DeleteNetworkInsightsAnalysisResult
|
|
1981
|
+
) => any;
|
|
1982
|
+
export declare const DeleteNetworkInsightsPathRequestFilterSensitiveLog: (
|
|
1983
|
+
obj: DeleteNetworkInsightsPathRequest
|
|
1984
|
+
) => any;
|
|
1985
|
+
export declare const DeleteNetworkInsightsPathResultFilterSensitiveLog: (
|
|
1986
|
+
obj: DeleteNetworkInsightsPathResult
|
|
1987
|
+
) => any;
|
|
1988
|
+
export declare const DeleteNetworkInterfaceRequestFilterSensitiveLog: (
|
|
1989
|
+
obj: DeleteNetworkInterfaceRequest
|
|
1990
|
+
) => any;
|
|
1991
|
+
export declare const DeleteNetworkInterfacePermissionRequestFilterSensitiveLog: (
|
|
1992
|
+
obj: DeleteNetworkInterfacePermissionRequest
|
|
1993
|
+
) => any;
|
|
1994
|
+
export declare const DeleteNetworkInterfacePermissionResultFilterSensitiveLog: (
|
|
1995
|
+
obj: DeleteNetworkInterfacePermissionResult
|
|
1996
|
+
) => any;
|
|
1997
|
+
export declare const DeletePlacementGroupRequestFilterSensitiveLog: (
|
|
1998
|
+
obj: DeletePlacementGroupRequest
|
|
1999
|
+
) => any;
|
|
2000
|
+
export declare const DeletePublicIpv4PoolRequestFilterSensitiveLog: (
|
|
2001
|
+
obj: DeletePublicIpv4PoolRequest
|
|
2002
|
+
) => any;
|
|
2003
|
+
export declare const DeletePublicIpv4PoolResultFilterSensitiveLog: (
|
|
2004
|
+
obj: DeletePublicIpv4PoolResult
|
|
2005
|
+
) => any;
|
|
2006
|
+
export declare const DeleteQueuedReservedInstancesRequestFilterSensitiveLog: (
|
|
2007
|
+
obj: DeleteQueuedReservedInstancesRequest
|
|
2008
|
+
) => any;
|
|
2009
|
+
export declare const DeleteQueuedReservedInstancesErrorFilterSensitiveLog: (
|
|
2010
|
+
obj: DeleteQueuedReservedInstancesError
|
|
2011
|
+
) => any;
|
|
2012
|
+
export declare const FailedQueuedPurchaseDeletionFilterSensitiveLog: (
|
|
2013
|
+
obj: FailedQueuedPurchaseDeletion
|
|
2014
|
+
) => any;
|
|
2015
|
+
export declare const SuccessfulQueuedPurchaseDeletionFilterSensitiveLog: (
|
|
2016
|
+
obj: SuccessfulQueuedPurchaseDeletion
|
|
2017
|
+
) => any;
|
|
2018
|
+
export declare const DeleteQueuedReservedInstancesResultFilterSensitiveLog: (
|
|
2019
|
+
obj: DeleteQueuedReservedInstancesResult
|
|
2020
|
+
) => any;
|
|
2021
|
+
export declare const DeleteRouteRequestFilterSensitiveLog: (
|
|
2022
|
+
obj: DeleteRouteRequest
|
|
2023
|
+
) => any;
|
|
2024
|
+
export declare const DeleteRouteTableRequestFilterSensitiveLog: (
|
|
2025
|
+
obj: DeleteRouteTableRequest
|
|
2026
|
+
) => any;
|
|
2027
|
+
export declare const DeleteSecurityGroupRequestFilterSensitiveLog: (
|
|
2028
|
+
obj: DeleteSecurityGroupRequest
|
|
2029
|
+
) => any;
|
|
2030
|
+
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
2031
|
+
obj: DeleteSnapshotRequest
|
|
2032
|
+
) => any;
|
|
2033
|
+
export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
|
|
2034
|
+
obj: DeleteSpotDatafeedSubscriptionRequest
|
|
2035
|
+
) => any;
|
|
2036
|
+
export declare const DeleteSubnetRequestFilterSensitiveLog: (
|
|
2037
|
+
obj: DeleteSubnetRequest
|
|
2038
|
+
) => any;
|
|
2039
|
+
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (
|
|
2040
|
+
obj: DeleteSubnetCidrReservationRequest
|
|
2041
|
+
) => any;
|
|
2042
|
+
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (
|
|
2043
|
+
obj: DeleteSubnetCidrReservationResult
|
|
2044
|
+
) => any;
|
|
2045
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
2046
|
+
obj: DeleteTagsRequest
|
|
2047
|
+
) => any;
|
|
2048
|
+
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (
|
|
2049
|
+
obj: DeleteTrafficMirrorFilterRequest
|
|
2050
|
+
) => any;
|
|
2051
|
+
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (
|
|
2052
|
+
obj: DeleteTrafficMirrorFilterResult
|
|
2053
|
+
) => any;
|
|
2054
|
+
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
2055
|
+
obj: DeleteTrafficMirrorFilterRuleRequest
|
|
2056
|
+
) => any;
|
|
2057
|
+
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (
|
|
2058
|
+
obj: DeleteTrafficMirrorFilterRuleResult
|
|
2059
|
+
) => any;
|
|
2060
|
+
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
2061
|
+
obj: DeleteTrafficMirrorSessionRequest
|
|
2062
|
+
) => any;
|
|
2063
|
+
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
2064
|
+
obj: DeleteTrafficMirrorSessionResult
|
|
2065
|
+
) => any;
|
|
2066
|
+
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
2067
|
+
obj: DeleteTrafficMirrorTargetRequest
|
|
2068
|
+
) => any;
|
|
2069
|
+
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
2070
|
+
obj: DeleteTrafficMirrorTargetResult
|
|
2071
|
+
) => any;
|
|
2072
|
+
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
2073
|
+
obj: DeleteTransitGatewayRequest
|
|
2074
|
+
) => any;
|
|
2075
|
+
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
2076
|
+
obj: DeleteTransitGatewayResult
|
|
2077
|
+
) => any;
|
|
2078
|
+
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
2079
|
+
obj: DeleteTransitGatewayConnectRequest
|
|
2080
|
+
) => any;
|
|
2081
|
+
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
|
|
2082
|
+
obj: DeleteTransitGatewayConnectResult
|
|
2083
|
+
) => any;
|
|
2084
|
+
export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (
|
|
2085
|
+
obj: DeleteTransitGatewayConnectPeerRequest
|
|
2086
|
+
) => any;
|
|
2087
|
+
export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (
|
|
2088
|
+
obj: DeleteTransitGatewayConnectPeerResult
|
|
2089
|
+
) => any;
|
|
2090
|
+
export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
2091
|
+
obj: DeleteTransitGatewayMulticastDomainRequest
|
|
2092
|
+
) => any;
|
|
2093
|
+
export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
2094
|
+
obj: DeleteTransitGatewayMulticastDomainResult
|
|
2095
|
+
) => any;
|
|
2096
|
+
export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
2097
|
+
obj: DeleteTransitGatewayPeeringAttachmentRequest
|
|
2098
|
+
) => any;
|
|
2099
|
+
export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
2100
|
+
obj: DeleteTransitGatewayPeeringAttachmentResult
|
|
2101
|
+
) => any;
|
|
2102
|
+
export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
2103
|
+
obj: DeleteTransitGatewayPolicyTableRequest
|
|
2104
|
+
) => any;
|
|
2105
|
+
export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
2106
|
+
obj: DeleteTransitGatewayPolicyTableResult
|
|
2107
|
+
) => any;
|
|
2108
|
+
export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
2109
|
+
obj: DeleteTransitGatewayPrefixListReferenceRequest
|
|
2110
|
+
) => any;
|
|
2111
|
+
export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
2112
|
+
obj: DeleteTransitGatewayPrefixListReferenceResult
|
|
2113
|
+
) => any;
|
|
2114
|
+
export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
2115
|
+
obj: DeleteTransitGatewayRouteRequest
|
|
2116
|
+
) => any;
|
|
2117
|
+
export declare const DeleteTransitGatewayRouteResultFilterSensitiveLog: (
|
|
2118
|
+
obj: DeleteTransitGatewayRouteResult
|
|
2119
|
+
) => any;
|
|
2120
|
+
export declare const DeleteTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
2121
|
+
obj: DeleteTransitGatewayRouteTableRequest
|
|
2122
|
+
) => any;
|
|
2123
|
+
export declare const DeleteTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
2124
|
+
obj: DeleteTransitGatewayRouteTableResult
|
|
2125
|
+
) => any;
|
|
2126
|
+
export declare const DeleteTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
|
|
2127
|
+
obj: DeleteTransitGatewayRouteTableAnnouncementRequest
|
|
2128
|
+
) => any;
|
|
2129
|
+
export declare const DeleteTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
|
|
2130
|
+
obj: DeleteTransitGatewayRouteTableAnnouncementResult
|
|
2131
|
+
) => any;
|
|
2132
|
+
export declare const DeleteTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
2133
|
+
obj: DeleteTransitGatewayVpcAttachmentRequest
|
|
2134
|
+
) => any;
|
|
2135
|
+
export declare const DeleteTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
2136
|
+
obj: DeleteTransitGatewayVpcAttachmentResult
|
|
2137
|
+
) => any;
|
|
2138
|
+
export declare const DeleteVolumeRequestFilterSensitiveLog: (
|
|
2139
|
+
obj: DeleteVolumeRequest
|
|
2140
|
+
) => any;
|
|
2141
|
+
export declare const DeleteVpcRequestFilterSensitiveLog: (
|
|
2142
|
+
obj: DeleteVpcRequest
|
|
2143
|
+
) => any;
|
|
2144
|
+
export declare const DeleteVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
|
|
2145
|
+
obj: DeleteVpcEndpointConnectionNotificationsRequest
|
|
2146
|
+
) => any;
|
|
2147
|
+
export declare const DeleteVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
|
|
2148
|
+
obj: DeleteVpcEndpointConnectionNotificationsResult
|
|
2149
|
+
) => any;
|
|
2150
|
+
export declare const DeleteVpcEndpointsRequestFilterSensitiveLog: (
|
|
2151
|
+
obj: DeleteVpcEndpointsRequest
|
|
2152
|
+
) => any;
|
|
2153
|
+
export declare const DeleteVpcEndpointsResultFilterSensitiveLog: (
|
|
2154
|
+
obj: DeleteVpcEndpointsResult
|
|
2155
|
+
) => any;
|
|
2156
|
+
export declare const DeleteVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
|
|
2157
|
+
obj: DeleteVpcEndpointServiceConfigurationsRequest
|
|
2158
|
+
) => any;
|
|
2159
|
+
export declare const DeleteVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (
|
|
2160
|
+
obj: DeleteVpcEndpointServiceConfigurationsResult
|
|
2161
|
+
) => any;
|
|
2162
|
+
export declare const DeleteVpcPeeringConnectionRequestFilterSensitiveLog: (
|
|
2163
|
+
obj: DeleteVpcPeeringConnectionRequest
|
|
2164
|
+
) => any;
|
|
2165
|
+
export declare const DeleteVpcPeeringConnectionResultFilterSensitiveLog: (
|
|
2166
|
+
obj: DeleteVpcPeeringConnectionResult
|
|
2167
|
+
) => any;
|
|
2168
|
+
export declare const DeleteVpnConnectionRequestFilterSensitiveLog: (
|
|
2169
|
+
obj: DeleteVpnConnectionRequest
|
|
2170
|
+
) => any;
|
|
2171
|
+
export declare const DeleteVpnConnectionRouteRequestFilterSensitiveLog: (
|
|
2172
|
+
obj: DeleteVpnConnectionRouteRequest
|
|
2173
|
+
) => any;
|
|
2174
|
+
export declare const DeleteVpnGatewayRequestFilterSensitiveLog: (
|
|
2175
|
+
obj: DeleteVpnGatewayRequest
|
|
2176
|
+
) => any;
|
|
2177
|
+
export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (
|
|
2178
|
+
obj: DeprovisionByoipCidrRequest
|
|
2179
|
+
) => any;
|
|
2180
|
+
export declare const DeprovisionByoipCidrResultFilterSensitiveLog: (
|
|
2181
|
+
obj: DeprovisionByoipCidrResult
|
|
2182
|
+
) => any;
|
|
2183
|
+
export declare const DeprovisionIpamPoolCidrRequestFilterSensitiveLog: (
|
|
2184
|
+
obj: DeprovisionIpamPoolCidrRequest
|
|
2185
|
+
) => any;
|
|
2186
|
+
export declare const IpamPoolCidrFailureReasonFilterSensitiveLog: (
|
|
2187
|
+
obj: IpamPoolCidrFailureReason
|
|
2188
|
+
) => any;
|
|
2189
|
+
export declare const IpamPoolCidrFilterSensitiveLog: (obj: IpamPoolCidr) => any;
|
|
2190
|
+
export declare const DeprovisionIpamPoolCidrResultFilterSensitiveLog: (
|
|
2191
|
+
obj: DeprovisionIpamPoolCidrResult
|
|
2192
|
+
) => any;
|
|
2193
|
+
export declare const DeprovisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
|
|
2194
|
+
obj: DeprovisionPublicIpv4PoolCidrRequest
|
|
2195
|
+
) => any;
|
|
2196
|
+
export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
|
|
2197
|
+
obj: DeprovisionPublicIpv4PoolCidrResult
|
|
2198
|
+
) => any;
|
|
2199
|
+
export declare const DeregisterImageRequestFilterSensitiveLog: (
|
|
2200
|
+
obj: DeregisterImageRequest
|
|
2201
|
+
) => any;
|
|
2202
|
+
export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (
|
|
2203
|
+
obj: DeregisterInstanceTagAttributeRequest
|
|
2204
|
+
) => any;
|
|
2205
|
+
export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
|
|
2206
|
+
obj: DeregisterInstanceEventNotificationAttributesRequest
|
|
2207
|
+
) => any;
|
|
2208
|
+
export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
|
|
2209
|
+
obj: InstanceTagNotificationAttribute
|
|
2210
|
+
) => any;
|
|
2211
|
+
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
|
|
2212
|
+
obj: DeregisterInstanceEventNotificationAttributesResult
|
|
2213
|
+
) => any;
|
|
2214
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
2215
|
+
obj: DeregisterTransitGatewayMulticastGroupMembersRequest
|
|
2216
|
+
) => any;
|
|
2217
|
+
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
|
|
2218
|
+
obj: TransitGatewayMulticastDeregisteredGroupMembers
|
|
2219
|
+
) => any;
|
|
2220
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
|
|
2221
|
+
obj: DeregisterTransitGatewayMulticastGroupMembersResult
|
|
2222
|
+
) => any;
|
|
2223
|
+
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
|
|
2224
|
+
obj: DeregisterTransitGatewayMulticastGroupSourcesRequest
|
|
2225
|
+
) => any;
|
|
2226
|
+
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (
|
|
2227
|
+
obj: TransitGatewayMulticastDeregisteredGroupSources
|
|
2228
|
+
) => any;
|
|
2229
|
+
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
|
|
2230
|
+
obj: DeregisterTransitGatewayMulticastGroupSourcesResult
|
|
2231
|
+
) => any;
|
|
2232
|
+
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (
|
|
2233
|
+
obj: DescribeAccountAttributesRequest
|
|
2234
|
+
) => any;
|
|
2235
|
+
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
2236
|
+
obj: DescribeAccountAttributesResult
|
|
2237
|
+
) => any;
|
|
2238
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2239
|
+
export declare const DescribeAddressesRequestFilterSensitiveLog: (
|
|
2240
|
+
obj: DescribeAddressesRequest
|
|
2241
|
+
) => any;
|
|
2242
|
+
export declare const DescribeAddressesResultFilterSensitiveLog: (
|
|
2243
|
+
obj: DescribeAddressesResult
|
|
2244
|
+
) => any;
|
|
2245
|
+
export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (
|
|
2246
|
+
obj: DescribeAddressesAttributeRequest
|
|
2247
|
+
) => any;
|
|
2248
|
+
export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (
|
|
2249
|
+
obj: DescribeAddressesAttributeResult
|
|
2250
|
+
) => any;
|
|
2251
|
+
export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (
|
|
2252
|
+
obj: DescribeAggregateIdFormatRequest
|
|
2253
|
+
) => any;
|