@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,7 +1,476 @@
|
|
|
1
1
|
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttributeValue, BatchState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, PortRange, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayRouteTableRoute, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter,
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, Filter,
|
|
4
|
-
import {
|
|
2
|
+
import { BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, VolumeType } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, IdFormat, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Describes a local gateway virtual interface.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface LocalGatewayVirtualInterface {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the virtual interface.</p>
|
|
11
|
+
*/
|
|
12
|
+
LocalGatewayVirtualInterfaceId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the local gateway.</p>
|
|
15
|
+
*/
|
|
16
|
+
LocalGatewayId?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The ID of the VLAN.</p>
|
|
19
|
+
*/
|
|
20
|
+
Vlan?: number;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The local address.</p>
|
|
23
|
+
*/
|
|
24
|
+
LocalAddress?: string;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The peer address.</p>
|
|
27
|
+
*/
|
|
28
|
+
PeerAddress?: string;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</p>
|
|
31
|
+
*/
|
|
32
|
+
LocalBgpAsn?: number;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The peer BGP ASN.</p>
|
|
35
|
+
*/
|
|
36
|
+
PeerBgpAsn?: number;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
|
|
39
|
+
*/
|
|
40
|
+
OwnerId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The tags assigned to the virtual interface.</p>
|
|
43
|
+
*/
|
|
44
|
+
Tags?: Tag[];
|
|
45
|
+
}
|
|
46
|
+
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
47
|
+
/**
|
|
48
|
+
* <p>Information about the virtual interfaces.</p>
|
|
49
|
+
*/
|
|
50
|
+
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
|
|
51
|
+
/**
|
|
52
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface DescribeManagedPrefixListsRequest {
|
|
57
|
+
/**
|
|
58
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
59
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
60
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
61
|
+
*/
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* <p>One or more filters.</p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>
|
|
68
|
+
* <code>owner-id</code> - The ID of the prefix list owner.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>prefix-list-id</code> - The ID of the prefix list.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>
|
|
76
|
+
* <code>prefix-list-name</code> - The name of the prefix list.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* </ul>
|
|
79
|
+
*/
|
|
80
|
+
Filters?: Filter[];
|
|
81
|
+
/**
|
|
82
|
+
* <p>The maximum number of results to return with a single call.
|
|
83
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
84
|
+
*/
|
|
85
|
+
MaxResults?: number;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The token for the next page of results.</p>
|
|
88
|
+
*/
|
|
89
|
+
NextToken?: string;
|
|
90
|
+
/**
|
|
91
|
+
* <p>One or more prefix list IDs.</p>
|
|
92
|
+
*/
|
|
93
|
+
PrefixListIds?: string[];
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeManagedPrefixListsResult {
|
|
96
|
+
/**
|
|
97
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
98
|
+
*/
|
|
99
|
+
NextToken?: string;
|
|
100
|
+
/**
|
|
101
|
+
* <p>Information about the prefix lists.</p>
|
|
102
|
+
*/
|
|
103
|
+
PrefixLists?: ManagedPrefixList[];
|
|
104
|
+
}
|
|
105
|
+
export interface DescribeMovingAddressesRequest {
|
|
106
|
+
/**
|
|
107
|
+
* <p>One or more filters.</p>
|
|
108
|
+
* <ul>
|
|
109
|
+
* <li>
|
|
110
|
+
* <p>
|
|
111
|
+
* <code>moving-status</code> - The status of the Elastic IP address
|
|
112
|
+
* (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
|
|
113
|
+
* </li>
|
|
114
|
+
* </ul>
|
|
115
|
+
*/
|
|
116
|
+
Filters?: Filter[];
|
|
117
|
+
/**
|
|
118
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
119
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
120
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
121
|
+
*/
|
|
122
|
+
DryRun?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
125
|
+
* results of the initial request can be seen by sending another request with the returned
|
|
126
|
+
* <code>NextToken</code> value. This value can be between 5 and 1000; if
|
|
127
|
+
* <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
|
|
128
|
+
* <p>Default: If no value is provided, the default is 1000.</p>
|
|
129
|
+
*/
|
|
130
|
+
MaxResults?: number;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The token for the next page of results.</p>
|
|
133
|
+
*/
|
|
134
|
+
NextToken?: string;
|
|
135
|
+
/**
|
|
136
|
+
* <p>One or more Elastic IP addresses.</p>
|
|
137
|
+
*/
|
|
138
|
+
PublicIps?: string[];
|
|
139
|
+
}
|
|
140
|
+
export declare type MoveStatus = "movingToVpc" | "restoringToClassic";
|
|
141
|
+
/**
|
|
142
|
+
* <p>Describes the status of a moving Elastic IP address.</p>
|
|
143
|
+
* <note>
|
|
144
|
+
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
145
|
+
* </note>
|
|
146
|
+
*/
|
|
147
|
+
export interface MovingAddressStatus {
|
|
148
|
+
/**
|
|
149
|
+
* <p>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.</p>
|
|
150
|
+
*/
|
|
151
|
+
MoveStatus?: MoveStatus | string;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The Elastic IP address.</p>
|
|
154
|
+
*/
|
|
155
|
+
PublicIp?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeMovingAddressesResult {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The status for each Elastic IP address.</p>
|
|
160
|
+
*/
|
|
161
|
+
MovingAddressStatuses?: MovingAddressStatus[];
|
|
162
|
+
/**
|
|
163
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
164
|
+
*/
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface DescribeNatGatewaysRequest {
|
|
168
|
+
/**
|
|
169
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
170
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
171
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
172
|
+
*/
|
|
173
|
+
DryRun?: boolean;
|
|
174
|
+
/**
|
|
175
|
+
* <p>One or more filters.</p>
|
|
176
|
+
* <ul>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* <li>
|
|
182
|
+
* <p>
|
|
183
|
+
* <code>state</code> - The state of the NAT gateway (<code>pending</code> |
|
|
184
|
+
* <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
|
|
185
|
+
* </li>
|
|
186
|
+
* <li>
|
|
187
|
+
* <p>
|
|
188
|
+
* <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
|
|
189
|
+
* </li>
|
|
190
|
+
* <li>
|
|
191
|
+
* <p>
|
|
192
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
193
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
194
|
+
* </li>
|
|
195
|
+
* <li>
|
|
196
|
+
* <p>
|
|
197
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
198
|
+
* </li>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>
|
|
201
|
+
* <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* </ul>
|
|
204
|
+
*/
|
|
205
|
+
Filter?: Filter[];
|
|
206
|
+
/**
|
|
207
|
+
* <p>The maximum number of results to return with a single call.
|
|
208
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
209
|
+
*/
|
|
210
|
+
MaxResults?: number;
|
|
211
|
+
/**
|
|
212
|
+
* <p>One or more NAT gateway IDs.</p>
|
|
213
|
+
*/
|
|
214
|
+
NatGatewayIds?: string[];
|
|
215
|
+
/**
|
|
216
|
+
* <p>The token for the next page of results.</p>
|
|
217
|
+
*/
|
|
218
|
+
NextToken?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface DescribeNatGatewaysResult {
|
|
221
|
+
/**
|
|
222
|
+
* <p>Information about the NAT gateways.</p>
|
|
223
|
+
*/
|
|
224
|
+
NatGateways?: NatGateway[];
|
|
225
|
+
/**
|
|
226
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
227
|
+
*/
|
|
228
|
+
NextToken?: string;
|
|
229
|
+
}
|
|
230
|
+
export interface DescribeNetworkAclsRequest {
|
|
231
|
+
/**
|
|
232
|
+
* <p>One or more filters.</p>
|
|
233
|
+
* <ul>
|
|
234
|
+
* <li>
|
|
235
|
+
* <p>
|
|
236
|
+
* <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
|
|
237
|
+
* </li>
|
|
238
|
+
* <li>
|
|
239
|
+
* <p>
|
|
240
|
+
* <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
|
|
241
|
+
* </li>
|
|
242
|
+
* <li>
|
|
243
|
+
* <p>
|
|
244
|
+
* <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
|
|
245
|
+
* </li>
|
|
246
|
+
* <li>
|
|
247
|
+
* <p>
|
|
248
|
+
* <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
|
|
249
|
+
* </li>
|
|
250
|
+
* <li>
|
|
251
|
+
* <p>
|
|
252
|
+
* <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
|
|
253
|
+
* </li>
|
|
254
|
+
* <li>
|
|
255
|
+
* <p>
|
|
256
|
+
* <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
|
|
257
|
+
* </li>
|
|
258
|
+
* <li>
|
|
259
|
+
* <p>
|
|
260
|
+
* <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
|
|
261
|
+
* </li>
|
|
262
|
+
* <li>
|
|
263
|
+
* <p>
|
|
264
|
+
* <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
|
|
265
|
+
* </li>
|
|
266
|
+
* <li>
|
|
267
|
+
* <p>
|
|
268
|
+
* <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
|
|
269
|
+
* </li>
|
|
270
|
+
* <li>
|
|
271
|
+
* <p>
|
|
272
|
+
* <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
|
|
273
|
+
* </li>
|
|
274
|
+
* <li>
|
|
275
|
+
* <p>
|
|
276
|
+
* <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
|
|
277
|
+
* </li>
|
|
278
|
+
* <li>
|
|
279
|
+
* <p>
|
|
280
|
+
* <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
|
|
281
|
+
* </li>
|
|
282
|
+
* <li>
|
|
283
|
+
* <p>
|
|
284
|
+
* <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
|
|
285
|
+
* for egress rules, or <code>false</code> for ingress rules.</p>
|
|
286
|
+
* </li>
|
|
287
|
+
* <li>
|
|
288
|
+
* <p>
|
|
289
|
+
* <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
|
|
290
|
+
* the set of ACL entries.</p>
|
|
291
|
+
* </li>
|
|
292
|
+
* <li>
|
|
293
|
+
* <p>
|
|
294
|
+
* <code>network-acl-id</code> - The ID of the network ACL.</p>
|
|
295
|
+
* </li>
|
|
296
|
+
* <li>
|
|
297
|
+
* <p>
|
|
298
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
|
|
299
|
+
* </li>
|
|
300
|
+
* <li>
|
|
301
|
+
* <p>
|
|
302
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
303
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
304
|
+
* </li>
|
|
305
|
+
* <li>
|
|
306
|
+
* <p>
|
|
307
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
308
|
+
* </li>
|
|
309
|
+
* <li>
|
|
310
|
+
* <p>
|
|
311
|
+
* <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
|
|
312
|
+
* </li>
|
|
313
|
+
* </ul>
|
|
314
|
+
*/
|
|
315
|
+
Filters?: Filter[];
|
|
316
|
+
/**
|
|
317
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
318
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
319
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
320
|
+
*/
|
|
321
|
+
DryRun?: boolean;
|
|
322
|
+
/**
|
|
323
|
+
* <p>One or more network ACL IDs.</p>
|
|
324
|
+
* <p>Default: Describes all your network ACLs.</p>
|
|
325
|
+
*/
|
|
326
|
+
NetworkAclIds?: string[];
|
|
327
|
+
/**
|
|
328
|
+
* <p>The token for the next page of results.</p>
|
|
329
|
+
*/
|
|
330
|
+
NextToken?: string;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The maximum number of results to return with a single call.
|
|
333
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
334
|
+
*/
|
|
335
|
+
MaxResults?: number;
|
|
336
|
+
}
|
|
337
|
+
export interface DescribeNetworkAclsResult {
|
|
338
|
+
/**
|
|
339
|
+
* <p>Information about one or more network ACLs.</p>
|
|
340
|
+
*/
|
|
341
|
+
NetworkAcls?: NetworkAcl[];
|
|
342
|
+
/**
|
|
343
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
344
|
+
*/
|
|
345
|
+
NextToken?: string;
|
|
346
|
+
}
|
|
347
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
348
|
+
/**
|
|
349
|
+
* <p>The IDs of the Network Access Scope analyses.</p>
|
|
350
|
+
*/
|
|
351
|
+
NetworkInsightsAccessScopeAnalysisIds?: string[];
|
|
352
|
+
/**
|
|
353
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
354
|
+
*/
|
|
355
|
+
NetworkInsightsAccessScopeId?: string;
|
|
356
|
+
/**
|
|
357
|
+
* <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
|
|
358
|
+
*/
|
|
359
|
+
AnalysisStartTimeBegin?: Date;
|
|
360
|
+
/**
|
|
361
|
+
* <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
|
|
362
|
+
*/
|
|
363
|
+
AnalysisStartTimeEnd?: Date;
|
|
364
|
+
/**
|
|
365
|
+
* <p>There are no supported filters.</p>
|
|
366
|
+
*/
|
|
367
|
+
Filters?: Filter[];
|
|
368
|
+
/**
|
|
369
|
+
* <p>The maximum number of results to return with a single call.
|
|
370
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
371
|
+
*/
|
|
372
|
+
MaxResults?: number;
|
|
373
|
+
/**
|
|
374
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
375
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
376
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
377
|
+
*/
|
|
378
|
+
DryRun?: boolean;
|
|
379
|
+
/**
|
|
380
|
+
* <p>The token for the next page of results.</p>
|
|
381
|
+
*/
|
|
382
|
+
NextToken?: string;
|
|
383
|
+
}
|
|
384
|
+
export declare enum FindingsFound {
|
|
385
|
+
false = "false",
|
|
386
|
+
true = "true",
|
|
387
|
+
unknown = "unknown"
|
|
388
|
+
}
|
|
389
|
+
export declare type AnalysisStatus = "failed" | "running" | "succeeded";
|
|
390
|
+
/**
|
|
391
|
+
* <p>Describes a Network Access Scope analysis.</p>
|
|
392
|
+
*/
|
|
393
|
+
export interface NetworkInsightsAccessScopeAnalysis {
|
|
394
|
+
/**
|
|
395
|
+
* <p>The ID of the Network Access Scope analysis.</p>
|
|
396
|
+
*/
|
|
397
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
|
|
400
|
+
*/
|
|
401
|
+
NetworkInsightsAccessScopeAnalysisArn?: string;
|
|
402
|
+
/**
|
|
403
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
404
|
+
*/
|
|
405
|
+
NetworkInsightsAccessScopeId?: string;
|
|
406
|
+
/**
|
|
407
|
+
* <p>The status.</p>
|
|
408
|
+
*/
|
|
409
|
+
Status?: AnalysisStatus | string;
|
|
410
|
+
/**
|
|
411
|
+
* <p>The status message.</p>
|
|
412
|
+
*/
|
|
413
|
+
StatusMessage?: string;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The warning message.</p>
|
|
416
|
+
*/
|
|
417
|
+
WarningMessage?: string;
|
|
418
|
+
/**
|
|
419
|
+
* <p>The analysis start date.</p>
|
|
420
|
+
*/
|
|
421
|
+
StartDate?: Date;
|
|
422
|
+
/**
|
|
423
|
+
* <p>The analysis end date.</p>
|
|
424
|
+
*/
|
|
425
|
+
EndDate?: Date;
|
|
426
|
+
/**
|
|
427
|
+
* <p>Indicates whether there are findings.</p>
|
|
428
|
+
*/
|
|
429
|
+
FindingsFound?: FindingsFound | string;
|
|
430
|
+
/**
|
|
431
|
+
* <p>The number of network interfaces analyzed.</p>
|
|
432
|
+
*/
|
|
433
|
+
AnalyzedEniCount?: number;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The tags.</p>
|
|
436
|
+
*/
|
|
437
|
+
Tags?: Tag[];
|
|
438
|
+
}
|
|
439
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
440
|
+
/**
|
|
441
|
+
* <p>The Network Access Scope analyses.</p>
|
|
442
|
+
*/
|
|
443
|
+
NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[];
|
|
444
|
+
/**
|
|
445
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
446
|
+
*/
|
|
447
|
+
NextToken?: string;
|
|
448
|
+
}
|
|
449
|
+
export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
450
|
+
/**
|
|
451
|
+
* <p>The IDs of the Network Access Scopes.</p>
|
|
452
|
+
*/
|
|
453
|
+
NetworkInsightsAccessScopeIds?: string[];
|
|
454
|
+
/**
|
|
455
|
+
* <p>There are no supported filters.</p>
|
|
456
|
+
*/
|
|
457
|
+
Filters?: Filter[];
|
|
458
|
+
/**
|
|
459
|
+
* <p>The maximum number of results to return with a single call.
|
|
460
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
461
|
+
*/
|
|
462
|
+
MaxResults?: number;
|
|
463
|
+
/**
|
|
464
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
465
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
466
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
467
|
+
*/
|
|
468
|
+
DryRun?: boolean;
|
|
469
|
+
/**
|
|
470
|
+
* <p>The token for the next page of results.</p>
|
|
471
|
+
*/
|
|
472
|
+
NextToken?: string;
|
|
473
|
+
}
|
|
5
474
|
export interface DescribeNetworkInsightsAccessScopesResult {
|
|
6
475
|
/**
|
|
7
476
|
* <p>The Network Access Scopes.</p>
|
|
@@ -8082,190 +8551,66 @@ export interface EnableFastSnapshotRestoreErrorItem {
|
|
|
8082
8551
|
*/
|
|
8083
8552
|
FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[];
|
|
8084
8553
|
}
|
|
8085
|
-
export interface EnableFastSnapshotRestoresResult {
|
|
8086
|
-
/**
|
|
8087
|
-
* <p>Information about the snapshots for which fast snapshot restores were successfully enabled.</p>
|
|
8088
|
-
*/
|
|
8089
|
-
Successful?: EnableFastSnapshotRestoreSuccessItem[];
|
|
8090
|
-
/**
|
|
8091
|
-
* <p>Information about the snapshots for which fast snapshot restores could not be enabled.</p>
|
|
8092
|
-
*/
|
|
8093
|
-
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[];
|
|
8094
|
-
}
|
|
8095
|
-
export interface EnableImageDeprecationRequest {
|
|
8096
|
-
/**
|
|
8097
|
-
* <p>The ID of the AMI.</p>
|
|
8098
|
-
*/
|
|
8099
|
-
ImageId: string | undefined;
|
|
8100
|
-
/**
|
|
8101
|
-
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
8102
|
-
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
8103
|
-
* If you specify a value for seconds, Amazon EC2 rounds the seconds to the
|
|
8104
|
-
* nearest minute.</p>
|
|
8105
|
-
* <p>You can’t specify a date in the past. The upper limit for <code>DeprecateAt</code> is 10
|
|
8106
|
-
* years from now.</p>
|
|
8107
|
-
*/
|
|
8108
|
-
DeprecateAt: Date | undefined;
|
|
8109
|
-
/**
|
|
8110
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8111
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
8112
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8113
|
-
*/
|
|
8114
|
-
DryRun?: boolean;
|
|
8115
|
-
}
|
|
8116
|
-
export interface EnableImageDeprecationResult {
|
|
8117
|
-
/**
|
|
8118
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
8119
|
-
*/
|
|
8120
|
-
Return?: boolean;
|
|
8121
|
-
}
|
|
8122
|
-
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
8123
|
-
/**
|
|
8124
|
-
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
8125
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8126
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8127
|
-
*/
|
|
8128
|
-
DryRun?: boolean;
|
|
8129
|
-
/**
|
|
8130
|
-
* <p>The Organizations member account ID that you want to enable as the IPAM account.</p>
|
|
8131
|
-
*/
|
|
8132
|
-
DelegatedAdminAccountId: string | undefined;
|
|
8133
|
-
}
|
|
8134
|
-
export interface EnableIpamOrganizationAdminAccountResult {
|
|
8135
|
-
/**
|
|
8136
|
-
* <p>The result of enabling the IPAM account.</p>
|
|
8137
|
-
*/
|
|
8138
|
-
Success?: boolean;
|
|
8139
|
-
}
|
|
8140
|
-
export interface EnableSerialConsoleAccessRequest {
|
|
8141
|
-
/**
|
|
8142
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8143
|
-
*/
|
|
8144
|
-
DryRun?: boolean;
|
|
8145
|
-
}
|
|
8146
|
-
export interface EnableSerialConsoleAccessResult {
|
|
8147
|
-
/**
|
|
8148
|
-
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
8149
|
-
* your account. If <code>false</code>, access to the EC2 serial console of all instances
|
|
8150
|
-
* is disabled for your account.</p>
|
|
8151
|
-
*/
|
|
8152
|
-
SerialConsoleAccessEnabled?: boolean;
|
|
8153
|
-
}
|
|
8154
|
-
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
8155
|
-
/**
|
|
8156
|
-
* <p>The ID of the propagation route table.</p>
|
|
8157
|
-
*/
|
|
8158
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
8159
|
-
/**
|
|
8160
|
-
* <p>The ID of the attachment.</p>
|
|
8161
|
-
*/
|
|
8162
|
-
TransitGatewayAttachmentId?: string;
|
|
8163
|
-
/**
|
|
8164
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8165
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8166
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8167
|
-
*/
|
|
8168
|
-
DryRun?: boolean;
|
|
8169
|
-
/**
|
|
8170
|
-
* <p>The ID of the transit gateway route table announcement.</p>
|
|
8171
|
-
*/
|
|
8172
|
-
TransitGatewayRouteTableAnnouncementId?: string;
|
|
8173
|
-
}
|
|
8174
|
-
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
8175
|
-
/**
|
|
8176
|
-
* <p>Information about route propagation.</p>
|
|
8177
|
-
*/
|
|
8178
|
-
Propagation?: TransitGatewayPropagation;
|
|
8179
|
-
}
|
|
8180
8554
|
/**
|
|
8181
|
-
*
|
|
8555
|
+
* @internal
|
|
8182
8556
|
*/
|
|
8183
|
-
export
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8187
|
-
|
|
8188
|
-
*/
|
|
8189
|
-
GatewayId: string | undefined;
|
|
8190
|
-
/**
|
|
8191
|
-
* <p>The ID of the route table. The routing table must be associated with the same VPC that
|
|
8192
|
-
* the virtual private gateway is attached to. </p>
|
|
8193
|
-
*/
|
|
8194
|
-
RouteTableId: string | undefined;
|
|
8195
|
-
/**
|
|
8196
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
8197
|
-
* making the request, and provides an error response. If you have the required
|
|
8198
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
8199
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
8200
|
-
*/
|
|
8201
|
-
DryRun?: boolean;
|
|
8202
|
-
}
|
|
8203
|
-
export interface EnableVolumeIORequest {
|
|
8204
|
-
/**
|
|
8205
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8206
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8207
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8208
|
-
*/
|
|
8209
|
-
DryRun?: boolean;
|
|
8210
|
-
/**
|
|
8211
|
-
* <p>The ID of the volume.</p>
|
|
8212
|
-
*/
|
|
8213
|
-
VolumeId: string | undefined;
|
|
8214
|
-
}
|
|
8215
|
-
export interface EnableVpcClassicLinkRequest {
|
|
8216
|
-
/**
|
|
8217
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8218
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8219
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8220
|
-
*/
|
|
8221
|
-
DryRun?: boolean;
|
|
8222
|
-
/**
|
|
8223
|
-
* <p>The ID of the VPC.</p>
|
|
8224
|
-
*/
|
|
8225
|
-
VpcId: string | undefined;
|
|
8226
|
-
}
|
|
8227
|
-
export interface EnableVpcClassicLinkResult {
|
|
8228
|
-
/**
|
|
8229
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
8230
|
-
*/
|
|
8231
|
-
Return?: boolean;
|
|
8232
|
-
}
|
|
8233
|
-
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
8234
|
-
/**
|
|
8235
|
-
* <p>The ID of the VPC.</p>
|
|
8236
|
-
*/
|
|
8237
|
-
VpcId?: string;
|
|
8238
|
-
}
|
|
8239
|
-
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
8240
|
-
/**
|
|
8241
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
8242
|
-
*/
|
|
8243
|
-
Return?: boolean;
|
|
8244
|
-
}
|
|
8245
|
-
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
8246
|
-
/**
|
|
8247
|
-
* <p>The ID of the Client VPN endpoint.</p>
|
|
8248
|
-
*/
|
|
8249
|
-
ClientVpnEndpointId: string | undefined;
|
|
8250
|
-
/**
|
|
8251
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8252
|
-
*/
|
|
8253
|
-
DryRun?: boolean;
|
|
8254
|
-
}
|
|
8255
|
-
export declare type ClientCertificateRevocationListStatusCode = "active" | "pending";
|
|
8557
|
+
export declare const LocalGatewayVirtualInterfaceFilterSensitiveLog: (obj: LocalGatewayVirtualInterface) => any;
|
|
8558
|
+
/**
|
|
8559
|
+
* @internal
|
|
8560
|
+
*/
|
|
8561
|
+
export declare const DescribeLocalGatewayVirtualInterfacesResultFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfacesResult) => any;
|
|
8256
8562
|
/**
|
|
8257
|
-
*
|
|
8563
|
+
* @internal
|
|
8258
8564
|
*/
|
|
8259
|
-
export
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8565
|
+
export declare const DescribeManagedPrefixListsRequestFilterSensitiveLog: (obj: DescribeManagedPrefixListsRequest) => any;
|
|
8566
|
+
/**
|
|
8567
|
+
* @internal
|
|
8568
|
+
*/
|
|
8569
|
+
export declare const DescribeManagedPrefixListsResultFilterSensitiveLog: (obj: DescribeManagedPrefixListsResult) => any;
|
|
8570
|
+
/**
|
|
8571
|
+
* @internal
|
|
8572
|
+
*/
|
|
8573
|
+
export declare const DescribeMovingAddressesRequestFilterSensitiveLog: (obj: DescribeMovingAddressesRequest) => any;
|
|
8574
|
+
/**
|
|
8575
|
+
* @internal
|
|
8576
|
+
*/
|
|
8577
|
+
export declare const MovingAddressStatusFilterSensitiveLog: (obj: MovingAddressStatus) => any;
|
|
8578
|
+
/**
|
|
8579
|
+
* @internal
|
|
8580
|
+
*/
|
|
8581
|
+
export declare const DescribeMovingAddressesResultFilterSensitiveLog: (obj: DescribeMovingAddressesResult) => any;
|
|
8582
|
+
/**
|
|
8583
|
+
* @internal
|
|
8584
|
+
*/
|
|
8585
|
+
export declare const DescribeNatGatewaysRequestFilterSensitiveLog: (obj: DescribeNatGatewaysRequest) => any;
|
|
8586
|
+
/**
|
|
8587
|
+
* @internal
|
|
8588
|
+
*/
|
|
8589
|
+
export declare const DescribeNatGatewaysResultFilterSensitiveLog: (obj: DescribeNatGatewaysResult) => any;
|
|
8590
|
+
/**
|
|
8591
|
+
* @internal
|
|
8592
|
+
*/
|
|
8593
|
+
export declare const DescribeNetworkAclsRequestFilterSensitiveLog: (obj: DescribeNetworkAclsRequest) => any;
|
|
8594
|
+
/**
|
|
8595
|
+
* @internal
|
|
8596
|
+
*/
|
|
8597
|
+
export declare const DescribeNetworkAclsResultFilterSensitiveLog: (obj: DescribeNetworkAclsResult) => any;
|
|
8598
|
+
/**
|
|
8599
|
+
* @internal
|
|
8600
|
+
*/
|
|
8601
|
+
export declare const DescribeNetworkInsightsAccessScopeAnalysesRequestFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesRequest) => any;
|
|
8602
|
+
/**
|
|
8603
|
+
* @internal
|
|
8604
|
+
*/
|
|
8605
|
+
export declare const NetworkInsightsAccessScopeAnalysisFilterSensitiveLog: (obj: NetworkInsightsAccessScopeAnalysis) => any;
|
|
8606
|
+
/**
|
|
8607
|
+
* @internal
|
|
8608
|
+
*/
|
|
8609
|
+
export declare const DescribeNetworkInsightsAccessScopeAnalysesResultFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesResult) => any;
|
|
8610
|
+
/**
|
|
8611
|
+
* @internal
|
|
8612
|
+
*/
|
|
8613
|
+
export declare const DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopesRequest) => any;
|
|
8269
8614
|
/**
|
|
8270
8615
|
* @internal
|
|
8271
8616
|
*/
|
|
@@ -9314,71 +9659,3 @@ export declare const EnableFastSnapshotRestoreStateErrorItemFilterSensitiveLog:
|
|
|
9314
9659
|
* @internal
|
|
9315
9660
|
*/
|
|
9316
9661
|
export declare const EnableFastSnapshotRestoreErrorItemFilterSensitiveLog: (obj: EnableFastSnapshotRestoreErrorItem) => any;
|
|
9317
|
-
/**
|
|
9318
|
-
* @internal
|
|
9319
|
-
*/
|
|
9320
|
-
export declare const EnableFastSnapshotRestoresResultFilterSensitiveLog: (obj: EnableFastSnapshotRestoresResult) => any;
|
|
9321
|
-
/**
|
|
9322
|
-
* @internal
|
|
9323
|
-
*/
|
|
9324
|
-
export declare const EnableImageDeprecationRequestFilterSensitiveLog: (obj: EnableImageDeprecationRequest) => any;
|
|
9325
|
-
/**
|
|
9326
|
-
* @internal
|
|
9327
|
-
*/
|
|
9328
|
-
export declare const EnableImageDeprecationResultFilterSensitiveLog: (obj: EnableImageDeprecationResult) => any;
|
|
9329
|
-
/**
|
|
9330
|
-
* @internal
|
|
9331
|
-
*/
|
|
9332
|
-
export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableIpamOrganizationAdminAccountRequest) => any;
|
|
9333
|
-
/**
|
|
9334
|
-
* @internal
|
|
9335
|
-
*/
|
|
9336
|
-
export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (obj: EnableIpamOrganizationAdminAccountResult) => any;
|
|
9337
|
-
/**
|
|
9338
|
-
* @internal
|
|
9339
|
-
*/
|
|
9340
|
-
export declare const EnableSerialConsoleAccessRequestFilterSensitiveLog: (obj: EnableSerialConsoleAccessRequest) => any;
|
|
9341
|
-
/**
|
|
9342
|
-
* @internal
|
|
9343
|
-
*/
|
|
9344
|
-
export declare const EnableSerialConsoleAccessResultFilterSensitiveLog: (obj: EnableSerialConsoleAccessResult) => any;
|
|
9345
|
-
/**
|
|
9346
|
-
* @internal
|
|
9347
|
-
*/
|
|
9348
|
-
export declare const EnableTransitGatewayRouteTablePropagationRequestFilterSensitiveLog: (obj: EnableTransitGatewayRouteTablePropagationRequest) => any;
|
|
9349
|
-
/**
|
|
9350
|
-
* @internal
|
|
9351
|
-
*/
|
|
9352
|
-
export declare const EnableTransitGatewayRouteTablePropagationResultFilterSensitiveLog: (obj: EnableTransitGatewayRouteTablePropagationResult) => any;
|
|
9353
|
-
/**
|
|
9354
|
-
* @internal
|
|
9355
|
-
*/
|
|
9356
|
-
export declare const EnableVgwRoutePropagationRequestFilterSensitiveLog: (obj: EnableVgwRoutePropagationRequest) => any;
|
|
9357
|
-
/**
|
|
9358
|
-
* @internal
|
|
9359
|
-
*/
|
|
9360
|
-
export declare const EnableVolumeIORequestFilterSensitiveLog: (obj: EnableVolumeIORequest) => any;
|
|
9361
|
-
/**
|
|
9362
|
-
* @internal
|
|
9363
|
-
*/
|
|
9364
|
-
export declare const EnableVpcClassicLinkRequestFilterSensitiveLog: (obj: EnableVpcClassicLinkRequest) => any;
|
|
9365
|
-
/**
|
|
9366
|
-
* @internal
|
|
9367
|
-
*/
|
|
9368
|
-
export declare const EnableVpcClassicLinkResultFilterSensitiveLog: (obj: EnableVpcClassicLinkResult) => any;
|
|
9369
|
-
/**
|
|
9370
|
-
* @internal
|
|
9371
|
-
*/
|
|
9372
|
-
export declare const EnableVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (obj: EnableVpcClassicLinkDnsSupportRequest) => any;
|
|
9373
|
-
/**
|
|
9374
|
-
* @internal
|
|
9375
|
-
*/
|
|
9376
|
-
export declare const EnableVpcClassicLinkDnsSupportResultFilterSensitiveLog: (obj: EnableVpcClassicLinkDnsSupportResult) => any;
|
|
9377
|
-
/**
|
|
9378
|
-
* @internal
|
|
9379
|
-
*/
|
|
9380
|
-
export declare const ExportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (obj: ExportClientVpnClientCertificateRevocationListRequest) => any;
|
|
9381
|
-
/**
|
|
9382
|
-
* @internal
|
|
9383
|
-
*/
|
|
9384
|
-
export declare const ClientCertificateRevocationListStatusFilterSensitiveLog: (obj: ClientCertificateRevocationListStatus) => any;
|