@aws-sdk/client-ec2 3.934.0 → 3.935.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/README.md +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- 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 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.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/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.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/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -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 +7 -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 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.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 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.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/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1058
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -642
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_InstanceType,
|
|
3
|
+
AddressTransferStatus,
|
|
4
|
+
AllocationType,
|
|
5
|
+
ApplianceModeSupportValue,
|
|
6
|
+
AsnAssociationState,
|
|
7
|
+
AssociationStatusCode,
|
|
8
|
+
AttachmentStatus,
|
|
9
|
+
AutoPlacement,
|
|
10
|
+
BatchState,
|
|
11
|
+
BlockPublicAccessMode,
|
|
12
|
+
BundleTaskState,
|
|
13
|
+
ByoipCidrState,
|
|
14
|
+
CancelBatchErrorCode,
|
|
15
|
+
CancelSpotInstanceRequestState,
|
|
16
|
+
CapacityReservationDeliveryPreference,
|
|
17
|
+
CapacityReservationFleetState,
|
|
18
|
+
CapacityReservationInstancePlatform,
|
|
19
|
+
CapacityReservationState,
|
|
20
|
+
CapacityReservationTenancy,
|
|
21
|
+
CapacityReservationType,
|
|
22
|
+
CarrierGatewayState,
|
|
23
|
+
ClientVpnAuthenticationType,
|
|
24
|
+
ClientVpnAuthorizationRuleStatusCode,
|
|
25
|
+
ClientVpnEndpointStatusCode,
|
|
26
|
+
ClientVpnRouteStatusCode,
|
|
27
|
+
CurrencyCodeValues,
|
|
28
|
+
DeviceTrustProviderType,
|
|
29
|
+
DnsSupportValue,
|
|
30
|
+
DomainType,
|
|
31
|
+
DynamicRoutingValue,
|
|
32
|
+
EndDateType,
|
|
33
|
+
EndpointIpAddressType,
|
|
34
|
+
FleetCapacityReservationTenancy,
|
|
35
|
+
FleetInstanceMatchCriteria,
|
|
36
|
+
GatewayType,
|
|
37
|
+
HostMaintenance,
|
|
38
|
+
HostnameType,
|
|
39
|
+
HostRecovery,
|
|
40
|
+
IamInstanceProfileAssociationState,
|
|
41
|
+
InstanceEventWindowState,
|
|
42
|
+
InstanceHealthStatus,
|
|
43
|
+
InstanceMatchCriteria,
|
|
44
|
+
InterfaceProtocolType,
|
|
45
|
+
IpamAssociatedResourceDiscoveryStatus,
|
|
46
|
+
IpamPoolAllocationResourceType,
|
|
47
|
+
IpamResourceDiscoveryAssociationState,
|
|
48
|
+
IpSource,
|
|
49
|
+
Ipv6AddressAttribute,
|
|
50
|
+
Ipv6SupportValue,
|
|
51
|
+
ListingState,
|
|
52
|
+
ListingStatus,
|
|
53
|
+
MacModificationTaskState,
|
|
54
|
+
MacModificationTaskType,
|
|
55
|
+
MacSystemIntegrityProtectionSettingStatus,
|
|
56
|
+
NatGatewayAddressStatus,
|
|
57
|
+
OutputFormat,
|
|
58
|
+
PrincipalType,
|
|
59
|
+
Protocol,
|
|
60
|
+
ResourceType,
|
|
61
|
+
RouteServerAssociationState,
|
|
62
|
+
RouteTableAssociationStateCode,
|
|
63
|
+
Schedule,
|
|
64
|
+
SecurityGroupReferencingSupportValue,
|
|
65
|
+
SecurityGroupVpcAssociationState,
|
|
66
|
+
SelfServicePortal,
|
|
67
|
+
ServiceManaged,
|
|
68
|
+
SSEType,
|
|
69
|
+
SubnetCidrBlockStateCode,
|
|
70
|
+
SubnetState,
|
|
71
|
+
Tenancy,
|
|
72
|
+
TrafficIpAddressType,
|
|
73
|
+
TransitGatewayAssociationState,
|
|
74
|
+
TransitGatewayAttachmentResourceType,
|
|
75
|
+
TransitGatewayAttachmentState,
|
|
76
|
+
TransitGatewayMulitcastDomainAssociationState,
|
|
77
|
+
TransportProtocol,
|
|
78
|
+
TrustProviderType,
|
|
79
|
+
UserTrustProviderType,
|
|
80
|
+
VolumeAttachmentState,
|
|
81
|
+
VolumeState,
|
|
82
|
+
VolumeType,
|
|
83
|
+
VpcCidrBlockStateCode,
|
|
84
|
+
VpcEncryptionControlExclusionState,
|
|
85
|
+
VpcEncryptionControlMode,
|
|
86
|
+
VpcEncryptionControlState,
|
|
87
|
+
VpcPeeringConnectionStateReasonCode,
|
|
88
|
+
VpcState,
|
|
89
|
+
VpnTunnelProvisioningStatus,
|
|
90
|
+
WeekDay,
|
|
91
|
+
} from "./enums";
|
|
1
92
|
export interface AcceleratorCount {
|
|
2
93
|
Min?: number | undefined;
|
|
3
94
|
Max?: number | undefined;
|
|
@@ -6,38 +97,6 @@ export interface AcceleratorCountRequest {
|
|
|
6
97
|
Min?: number | undefined;
|
|
7
98
|
Max?: number | undefined;
|
|
8
99
|
}
|
|
9
|
-
export declare const AcceleratorManufacturer: {
|
|
10
|
-
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
11
|
-
readonly AMD: "amd";
|
|
12
|
-
readonly HABANA: "habana";
|
|
13
|
-
readonly NVIDIA: "nvidia";
|
|
14
|
-
readonly XILINX: "xilinx";
|
|
15
|
-
};
|
|
16
|
-
export type AcceleratorManufacturer =
|
|
17
|
-
(typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
|
|
18
|
-
export declare const AcceleratorName: {
|
|
19
|
-
readonly A100: "a100";
|
|
20
|
-
readonly A10G: "a10g";
|
|
21
|
-
readonly GAUDI_HL_205: "gaudi-hl-205";
|
|
22
|
-
readonly H100: "h100";
|
|
23
|
-
readonly INFERENTIA: "inferentia";
|
|
24
|
-
readonly INFERENTIA2: "inferentia2";
|
|
25
|
-
readonly K520: "k520";
|
|
26
|
-
readonly K80: "k80";
|
|
27
|
-
readonly L4: "l4";
|
|
28
|
-
readonly L40S: "l40s";
|
|
29
|
-
readonly M60: "m60";
|
|
30
|
-
readonly RADEON_PRO_V520: "radeon-pro-v520";
|
|
31
|
-
readonly T4: "t4";
|
|
32
|
-
readonly T4G: "t4g";
|
|
33
|
-
readonly TRAINIUM: "trainium";
|
|
34
|
-
readonly TRAINIUM2: "trainium2";
|
|
35
|
-
readonly U30: "u30";
|
|
36
|
-
readonly V100: "v100";
|
|
37
|
-
readonly VU9P: "vu9p";
|
|
38
|
-
};
|
|
39
|
-
export type AcceleratorName =
|
|
40
|
-
(typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
41
100
|
export interface AcceleratorTotalMemoryMiB {
|
|
42
101
|
Min?: number | undefined;
|
|
43
102
|
Max?: number | undefined;
|
|
@@ -46,118 +105,6 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
46
105
|
Min?: number | undefined;
|
|
47
106
|
Max?: number | undefined;
|
|
48
107
|
}
|
|
49
|
-
export declare const AcceleratorType: {
|
|
50
|
-
readonly FPGA: "fpga";
|
|
51
|
-
readonly GPU: "gpu";
|
|
52
|
-
readonly INFERENCE: "inference";
|
|
53
|
-
readonly MEDIA: "media";
|
|
54
|
-
};
|
|
55
|
-
export type AcceleratorType =
|
|
56
|
-
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
57
|
-
export declare const ResourceType: {
|
|
58
|
-
readonly capacity_block: "capacity-block";
|
|
59
|
-
readonly capacity_manager_data_export: "capacity-manager-data-export";
|
|
60
|
-
readonly capacity_reservation: "capacity-reservation";
|
|
61
|
-
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
62
|
-
readonly carrier_gateway: "carrier-gateway";
|
|
63
|
-
readonly client_vpn_endpoint: "client-vpn-endpoint";
|
|
64
|
-
readonly coip_pool: "coip-pool";
|
|
65
|
-
readonly customer_gateway: "customer-gateway";
|
|
66
|
-
readonly declarative_policies_report: "declarative-policies-report";
|
|
67
|
-
readonly dedicated_host: "dedicated-host";
|
|
68
|
-
readonly dhcp_options: "dhcp-options";
|
|
69
|
-
readonly egress_only_internet_gateway: "egress-only-internet-gateway";
|
|
70
|
-
readonly elastic_gpu: "elastic-gpu";
|
|
71
|
-
readonly elastic_ip: "elastic-ip";
|
|
72
|
-
readonly export_image_task: "export-image-task";
|
|
73
|
-
readonly export_instance_task: "export-instance-task";
|
|
74
|
-
readonly fleet: "fleet";
|
|
75
|
-
readonly fpga_image: "fpga-image";
|
|
76
|
-
readonly host_reservation: "host-reservation";
|
|
77
|
-
readonly image: "image";
|
|
78
|
-
readonly image_usage_report: "image-usage-report";
|
|
79
|
-
readonly import_image_task: "import-image-task";
|
|
80
|
-
readonly import_snapshot_task: "import-snapshot-task";
|
|
81
|
-
readonly instance: "instance";
|
|
82
|
-
readonly instance_connect_endpoint: "instance-connect-endpoint";
|
|
83
|
-
readonly instance_event_window: "instance-event-window";
|
|
84
|
-
readonly internet_gateway: "internet-gateway";
|
|
85
|
-
readonly ipam: "ipam";
|
|
86
|
-
readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
|
|
87
|
-
readonly ipam_pool: "ipam-pool";
|
|
88
|
-
readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
|
|
89
|
-
readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
|
|
90
|
-
readonly ipam_resource_discovery: "ipam-resource-discovery";
|
|
91
|
-
readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
|
|
92
|
-
readonly ipam_scope: "ipam-scope";
|
|
93
|
-
readonly ipv4pool_ec2: "ipv4pool-ec2";
|
|
94
|
-
readonly ipv6pool_ec2: "ipv6pool-ec2";
|
|
95
|
-
readonly key_pair: "key-pair";
|
|
96
|
-
readonly launch_template: "launch-template";
|
|
97
|
-
readonly local_gateway: "local-gateway";
|
|
98
|
-
readonly local_gateway_route_table: "local-gateway-route-table";
|
|
99
|
-
readonly local_gateway_route_table_virtual_interface_group_association: "local-gateway-route-table-virtual-interface-group-association";
|
|
100
|
-
readonly local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association";
|
|
101
|
-
readonly local_gateway_virtual_interface: "local-gateway-virtual-interface";
|
|
102
|
-
readonly local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group";
|
|
103
|
-
readonly mac_modification_task: "mac-modification-task";
|
|
104
|
-
readonly natgateway: "natgateway";
|
|
105
|
-
readonly network_acl: "network-acl";
|
|
106
|
-
readonly network_insights_access_scope: "network-insights-access-scope";
|
|
107
|
-
readonly network_insights_access_scope_analysis: "network-insights-access-scope-analysis";
|
|
108
|
-
readonly network_insights_analysis: "network-insights-analysis";
|
|
109
|
-
readonly network_insights_path: "network-insights-path";
|
|
110
|
-
readonly network_interface: "network-interface";
|
|
111
|
-
readonly outpost_lag: "outpost-lag";
|
|
112
|
-
readonly placement_group: "placement-group";
|
|
113
|
-
readonly prefix_list: "prefix-list";
|
|
114
|
-
readonly replace_root_volume_task: "replace-root-volume-task";
|
|
115
|
-
readonly reserved_instances: "reserved-instances";
|
|
116
|
-
readonly route_server: "route-server";
|
|
117
|
-
readonly route_server_endpoint: "route-server-endpoint";
|
|
118
|
-
readonly route_server_peer: "route-server-peer";
|
|
119
|
-
readonly route_table: "route-table";
|
|
120
|
-
readonly security_group: "security-group";
|
|
121
|
-
readonly security_group_rule: "security-group-rule";
|
|
122
|
-
readonly service_link_virtual_interface: "service-link-virtual-interface";
|
|
123
|
-
readonly snapshot: "snapshot";
|
|
124
|
-
readonly spot_fleet_request: "spot-fleet-request";
|
|
125
|
-
readonly spot_instances_request: "spot-instances-request";
|
|
126
|
-
readonly subnet: "subnet";
|
|
127
|
-
readonly subnet_cidr_reservation: "subnet-cidr-reservation";
|
|
128
|
-
readonly traffic_mirror_filter: "traffic-mirror-filter";
|
|
129
|
-
readonly traffic_mirror_filter_rule: "traffic-mirror-filter-rule";
|
|
130
|
-
readonly traffic_mirror_session: "traffic-mirror-session";
|
|
131
|
-
readonly traffic_mirror_target: "traffic-mirror-target";
|
|
132
|
-
readonly transit_gateway: "transit-gateway";
|
|
133
|
-
readonly transit_gateway_attachment: "transit-gateway-attachment";
|
|
134
|
-
readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
|
|
135
|
-
readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
|
|
136
|
-
readonly transit_gateway_policy_table: "transit-gateway-policy-table";
|
|
137
|
-
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
138
|
-
readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
|
|
139
|
-
readonly verified_access_endpoint: "verified-access-endpoint";
|
|
140
|
-
readonly verified_access_endpoint_target: "verified-access-endpoint-target";
|
|
141
|
-
readonly verified_access_group: "verified-access-group";
|
|
142
|
-
readonly verified_access_instance: "verified-access-instance";
|
|
143
|
-
readonly verified_access_policy: "verified-access-policy";
|
|
144
|
-
readonly verified_access_trust_provider: "verified-access-trust-provider";
|
|
145
|
-
readonly volume: "volume";
|
|
146
|
-
readonly vpc: "vpc";
|
|
147
|
-
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
148
|
-
readonly vpc_endpoint: "vpc-endpoint";
|
|
149
|
-
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
150
|
-
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
151
|
-
readonly vpc_endpoint_service: "vpc-endpoint-service";
|
|
152
|
-
readonly vpc_endpoint_service_permission: "vpc-endpoint-service-permission";
|
|
153
|
-
readonly vpc_flow_log: "vpc-flow-log";
|
|
154
|
-
readonly vpc_peering_connection: "vpc-peering-connection";
|
|
155
|
-
readonly vpn_concentrator: "vpn-concentrator";
|
|
156
|
-
readonly vpn_connection: "vpn-connection";
|
|
157
|
-
readonly vpn_connection_device_type: "vpn-connection-device-type";
|
|
158
|
-
readonly vpn_gateway: "vpn-gateway";
|
|
159
|
-
};
|
|
160
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
161
108
|
export interface Tag {
|
|
162
109
|
Key?: string | undefined;
|
|
163
110
|
Value?: string | undefined;
|
|
@@ -171,13 +118,6 @@ export interface AcceptAddressTransferRequest {
|
|
|
171
118
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
172
119
|
DryRun?: boolean | undefined;
|
|
173
120
|
}
|
|
174
|
-
export declare const AddressTransferStatus: {
|
|
175
|
-
readonly accepted: "accepted";
|
|
176
|
-
readonly disabled: "disabled";
|
|
177
|
-
readonly pending: "pending";
|
|
178
|
-
};
|
|
179
|
-
export type AddressTransferStatus =
|
|
180
|
-
(typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
|
|
181
121
|
export interface AddressTransfer {
|
|
182
122
|
PublicIp?: string | undefined;
|
|
183
123
|
AllocationId?: string | undefined;
|
|
@@ -214,29 +154,6 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
214
154
|
SubnetIds?: string[] | undefined;
|
|
215
155
|
DryRun?: boolean | undefined;
|
|
216
156
|
}
|
|
217
|
-
export declare const TransitGatewayAttachmentResourceType: {
|
|
218
|
-
readonly connect: "connect";
|
|
219
|
-
readonly direct_connect_gateway: "direct-connect-gateway";
|
|
220
|
-
readonly network_function: "network-function";
|
|
221
|
-
readonly peering: "peering";
|
|
222
|
-
readonly tgw_peering: "tgw-peering";
|
|
223
|
-
readonly vpc: "vpc";
|
|
224
|
-
readonly vpn: "vpn";
|
|
225
|
-
readonly vpn_concentrator: "vpn-concentrator";
|
|
226
|
-
};
|
|
227
|
-
export type TransitGatewayAttachmentResourceType =
|
|
228
|
-
(typeof TransitGatewayAttachmentResourceType)[keyof typeof TransitGatewayAttachmentResourceType];
|
|
229
|
-
export declare const TransitGatewayMulitcastDomainAssociationState: {
|
|
230
|
-
readonly associated: "associated";
|
|
231
|
-
readonly associating: "associating";
|
|
232
|
-
readonly disassociated: "disassociated";
|
|
233
|
-
readonly disassociating: "disassociating";
|
|
234
|
-
readonly failed: "failed";
|
|
235
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
236
|
-
readonly rejected: "rejected";
|
|
237
|
-
};
|
|
238
|
-
export type TransitGatewayMulitcastDomainAssociationState =
|
|
239
|
-
(typeof TransitGatewayMulitcastDomainAssociationState)[keyof typeof TransitGatewayMulitcastDomainAssociationState];
|
|
240
157
|
export interface SubnetAssociation {
|
|
241
158
|
SubnetId?: string | undefined;
|
|
242
159
|
State?: TransitGatewayMulitcastDomainAssociationState | undefined;
|
|
@@ -262,32 +179,9 @@ export interface PeeringTgwInfo {
|
|
|
262
179
|
OwnerId?: string | undefined;
|
|
263
180
|
Region?: string | undefined;
|
|
264
181
|
}
|
|
265
|
-
export declare const DynamicRoutingValue: {
|
|
266
|
-
readonly disable: "disable";
|
|
267
|
-
readonly enable: "enable";
|
|
268
|
-
};
|
|
269
|
-
export type DynamicRoutingValue =
|
|
270
|
-
(typeof DynamicRoutingValue)[keyof typeof DynamicRoutingValue];
|
|
271
182
|
export interface TransitGatewayPeeringAttachmentOptions {
|
|
272
183
|
DynamicRouting?: DynamicRoutingValue | undefined;
|
|
273
184
|
}
|
|
274
|
-
export declare const TransitGatewayAttachmentState: {
|
|
275
|
-
readonly available: "available";
|
|
276
|
-
readonly deleted: "deleted";
|
|
277
|
-
readonly deleting: "deleting";
|
|
278
|
-
readonly failed: "failed";
|
|
279
|
-
readonly failing: "failing";
|
|
280
|
-
readonly initiating: "initiating";
|
|
281
|
-
readonly initiatingRequest: "initiatingRequest";
|
|
282
|
-
readonly modifying: "modifying";
|
|
283
|
-
readonly pending: "pending";
|
|
284
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
285
|
-
readonly rejected: "rejected";
|
|
286
|
-
readonly rejecting: "rejecting";
|
|
287
|
-
readonly rollingBack: "rollingBack";
|
|
288
|
-
};
|
|
289
|
-
export type TransitGatewayAttachmentState =
|
|
290
|
-
(typeof TransitGatewayAttachmentState)[keyof typeof TransitGatewayAttachmentState];
|
|
291
185
|
export interface PeeringAttachmentStatus {
|
|
292
186
|
Code?: string | undefined;
|
|
293
187
|
Message?: string | undefined;
|
|
@@ -310,30 +204,6 @@ export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
|
310
204
|
TransitGatewayAttachmentId: string | undefined;
|
|
311
205
|
DryRun?: boolean | undefined;
|
|
312
206
|
}
|
|
313
|
-
export declare const ApplianceModeSupportValue: {
|
|
314
|
-
readonly disable: "disable";
|
|
315
|
-
readonly enable: "enable";
|
|
316
|
-
};
|
|
317
|
-
export type ApplianceModeSupportValue =
|
|
318
|
-
(typeof ApplianceModeSupportValue)[keyof typeof ApplianceModeSupportValue];
|
|
319
|
-
export declare const DnsSupportValue: {
|
|
320
|
-
readonly disable: "disable";
|
|
321
|
-
readonly enable: "enable";
|
|
322
|
-
};
|
|
323
|
-
export type DnsSupportValue =
|
|
324
|
-
(typeof DnsSupportValue)[keyof typeof DnsSupportValue];
|
|
325
|
-
export declare const Ipv6SupportValue: {
|
|
326
|
-
readonly disable: "disable";
|
|
327
|
-
readonly enable: "enable";
|
|
328
|
-
};
|
|
329
|
-
export type Ipv6SupportValue =
|
|
330
|
-
(typeof Ipv6SupportValue)[keyof typeof Ipv6SupportValue];
|
|
331
|
-
export declare const SecurityGroupReferencingSupportValue: {
|
|
332
|
-
readonly disable: "disable";
|
|
333
|
-
readonly enable: "enable";
|
|
334
|
-
};
|
|
335
|
-
export type SecurityGroupReferencingSupportValue =
|
|
336
|
-
(typeof SecurityGroupReferencingSupportValue)[keyof typeof SecurityGroupReferencingSupportValue];
|
|
337
207
|
export interface TransitGatewayVpcAttachmentOptions {
|
|
338
208
|
DnsSupport?: DnsSupportValue | undefined;
|
|
339
209
|
SecurityGroupReferencingSupport?:
|
|
@@ -396,19 +266,6 @@ export interface VpcPeeringConnectionVpcInfo {
|
|
|
396
266
|
VpcId?: string | undefined;
|
|
397
267
|
Region?: string | undefined;
|
|
398
268
|
}
|
|
399
|
-
export declare const VpcPeeringConnectionStateReasonCode: {
|
|
400
|
-
readonly active: "active";
|
|
401
|
-
readonly deleted: "deleted";
|
|
402
|
-
readonly deleting: "deleting";
|
|
403
|
-
readonly expired: "expired";
|
|
404
|
-
readonly failed: "failed";
|
|
405
|
-
readonly initiating_request: "initiating-request";
|
|
406
|
-
readonly pending_acceptance: "pending-acceptance";
|
|
407
|
-
readonly provisioning: "provisioning";
|
|
408
|
-
readonly rejected: "rejected";
|
|
409
|
-
};
|
|
410
|
-
export type VpcPeeringConnectionStateReasonCode =
|
|
411
|
-
(typeof VpcPeeringConnectionStateReasonCode)[keyof typeof VpcPeeringConnectionStateReasonCode];
|
|
412
269
|
export interface VpcPeeringConnectionStateReason {
|
|
413
270
|
Code?: VpcPeeringConnectionStateReasonCode | undefined;
|
|
414
271
|
Message?: string | undefined;
|
|
@@ -618,11 +475,6 @@ export interface AccessScopeAnalysisFinding {
|
|
|
618
475
|
FindingId?: string | undefined;
|
|
619
476
|
FindingComponents?: PathComponent[] | undefined;
|
|
620
477
|
}
|
|
621
|
-
export declare const Protocol: {
|
|
622
|
-
readonly tcp: "tcp";
|
|
623
|
-
readonly udp: "udp";
|
|
624
|
-
};
|
|
625
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
626
478
|
export interface PacketHeaderStatement {
|
|
627
479
|
SourceAddresses?: string[] | undefined;
|
|
628
480
|
DestinationAddresses?: string[] | undefined;
|
|
@@ -680,31 +532,12 @@ export interface AccountAttribute {
|
|
|
680
532
|
AttributeName?: string | undefined;
|
|
681
533
|
AttributeValues?: AccountAttributeValue[] | undefined;
|
|
682
534
|
}
|
|
683
|
-
export declare const AccountAttributeName: {
|
|
684
|
-
readonly default_vpc: "default-vpc";
|
|
685
|
-
readonly supported_platforms: "supported-platforms";
|
|
686
|
-
};
|
|
687
|
-
export type AccountAttributeName =
|
|
688
|
-
(typeof AccountAttributeName)[keyof typeof AccountAttributeName];
|
|
689
|
-
export declare const InstanceHealthStatus: {
|
|
690
|
-
readonly HEALTHY_STATUS: "healthy";
|
|
691
|
-
readonly UNHEALTHY_STATUS: "unhealthy";
|
|
692
|
-
};
|
|
693
|
-
export type InstanceHealthStatus =
|
|
694
|
-
(typeof InstanceHealthStatus)[keyof typeof InstanceHealthStatus];
|
|
695
535
|
export interface ActiveInstance {
|
|
696
536
|
InstanceId?: string | undefined;
|
|
697
537
|
InstanceType?: string | undefined;
|
|
698
538
|
SpotInstanceRequestId?: string | undefined;
|
|
699
539
|
InstanceHealth?: InstanceHealthStatus | undefined;
|
|
700
540
|
}
|
|
701
|
-
export declare const VpnTunnelProvisioningStatus: {
|
|
702
|
-
readonly available: "available";
|
|
703
|
-
readonly failed: "failed";
|
|
704
|
-
readonly pending: "pending";
|
|
705
|
-
};
|
|
706
|
-
export type VpnTunnelProvisioningStatus =
|
|
707
|
-
(typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
|
|
708
541
|
export interface ActiveVpnTunnelStatus {
|
|
709
542
|
Phase1EncryptionAlgorithm?: string | undefined;
|
|
710
543
|
Phase2EncryptionAlgorithm?: string | undefined;
|
|
@@ -716,23 +549,6 @@ export interface ActiveVpnTunnelStatus {
|
|
|
716
549
|
ProvisioningStatus?: VpnTunnelProvisioningStatus | undefined;
|
|
717
550
|
ProvisioningStatusReason?: string | undefined;
|
|
718
551
|
}
|
|
719
|
-
export declare const ActivityStatus: {
|
|
720
|
-
readonly ERROR: "error";
|
|
721
|
-
readonly FULFILLED: "fulfilled";
|
|
722
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
723
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
724
|
-
};
|
|
725
|
-
export type ActivityStatus =
|
|
726
|
-
(typeof ActivityStatus)[keyof typeof ActivityStatus];
|
|
727
|
-
export declare const PrincipalType: {
|
|
728
|
-
readonly Account: "Account";
|
|
729
|
-
readonly All: "All";
|
|
730
|
-
readonly OrganizationUnit: "OrganizationUnit";
|
|
731
|
-
readonly Role: "Role";
|
|
732
|
-
readonly Service: "Service";
|
|
733
|
-
readonly User: "User";
|
|
734
|
-
};
|
|
735
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
736
552
|
export interface AddedPrincipal {
|
|
737
553
|
PrincipalType?: PrincipalType | undefined;
|
|
738
554
|
Principal?: string | undefined;
|
|
@@ -749,18 +565,6 @@ export interface AddPrefixListEntry {
|
|
|
749
565
|
Cidr: string | undefined;
|
|
750
566
|
Description?: string | undefined;
|
|
751
567
|
}
|
|
752
|
-
export declare const DomainType: {
|
|
753
|
-
readonly standard: "standard";
|
|
754
|
-
readonly vpc: "vpc";
|
|
755
|
-
};
|
|
756
|
-
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
757
|
-
export declare const ServiceManaged: {
|
|
758
|
-
readonly alb: "alb";
|
|
759
|
-
readonly nlb: "nlb";
|
|
760
|
-
readonly rnat: "rnat";
|
|
761
|
-
};
|
|
762
|
-
export type ServiceManaged =
|
|
763
|
-
(typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
764
568
|
export interface Address {
|
|
765
569
|
AllocationId?: string | undefined;
|
|
766
570
|
AssociationId?: string | undefined;
|
|
@@ -790,50 +594,18 @@ export interface AddressAttribute {
|
|
|
790
594
|
PtrRecord?: string | undefined;
|
|
791
595
|
PtrRecordUpdate?: PtrUpdateStatus | undefined;
|
|
792
596
|
}
|
|
793
|
-
export declare const AddressAttributeName: {
|
|
794
|
-
readonly domain_name: "domain-name";
|
|
795
|
-
};
|
|
796
|
-
export type AddressAttributeName =
|
|
797
|
-
(typeof AddressAttributeName)[keyof typeof AddressAttributeName];
|
|
798
|
-
export declare const AddressFamily: {
|
|
799
|
-
readonly ipv4: "ipv4";
|
|
800
|
-
readonly ipv6: "ipv6";
|
|
801
|
-
};
|
|
802
|
-
export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
|
|
803
597
|
export interface AdvertiseByoipCidrRequest {
|
|
804
598
|
Cidr: string | undefined;
|
|
805
599
|
Asn?: string | undefined;
|
|
806
600
|
DryRun?: boolean | undefined;
|
|
807
601
|
NetworkBorderGroup?: string | undefined;
|
|
808
602
|
}
|
|
809
|
-
export declare const AsnAssociationState: {
|
|
810
|
-
readonly associated: "associated";
|
|
811
|
-
readonly disassociated: "disassociated";
|
|
812
|
-
readonly failed_association: "failed-association";
|
|
813
|
-
readonly failed_disassociation: "failed-disassociation";
|
|
814
|
-
readonly pending_association: "pending-association";
|
|
815
|
-
readonly pending_disassociation: "pending-disassociation";
|
|
816
|
-
};
|
|
817
|
-
export type AsnAssociationState =
|
|
818
|
-
(typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
819
603
|
export interface AsnAssociation {
|
|
820
604
|
Asn?: string | undefined;
|
|
821
605
|
Cidr?: string | undefined;
|
|
822
606
|
StatusMessage?: string | undefined;
|
|
823
607
|
State?: AsnAssociationState | undefined;
|
|
824
608
|
}
|
|
825
|
-
export declare const ByoipCidrState: {
|
|
826
|
-
readonly advertised: "advertised";
|
|
827
|
-
readonly deprovisioned: "deprovisioned";
|
|
828
|
-
readonly failed_deprovision: "failed-deprovision";
|
|
829
|
-
readonly failed_provision: "failed-provision";
|
|
830
|
-
readonly pending_deprovision: "pending-deprovision";
|
|
831
|
-
readonly pending_provision: "pending-provision";
|
|
832
|
-
readonly provisioned: "provisioned";
|
|
833
|
-
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
834
|
-
};
|
|
835
|
-
export type ByoipCidrState =
|
|
836
|
-
(typeof ByoipCidrState)[keyof typeof ByoipCidrState];
|
|
837
609
|
export interface ByoipCidr {
|
|
838
610
|
Cidr?: string | undefined;
|
|
839
611
|
Description?: string | undefined;
|
|
@@ -845,11 +617,6 @@ export interface ByoipCidr {
|
|
|
845
617
|
export interface AdvertiseByoipCidrResult {
|
|
846
618
|
ByoipCidr?: ByoipCidr | undefined;
|
|
847
619
|
}
|
|
848
|
-
export declare const Affinity: {
|
|
849
|
-
readonly default: "default";
|
|
850
|
-
readonly host: "host";
|
|
851
|
-
};
|
|
852
|
-
export type Affinity = (typeof Affinity)[keyof typeof Affinity];
|
|
853
620
|
export interface AllocateAddressRequest {
|
|
854
621
|
Domain?: DomainType | undefined;
|
|
855
622
|
Address?: string | undefined;
|
|
@@ -870,22 +637,6 @@ export interface AllocateAddressResult {
|
|
|
870
637
|
CarrierIp?: string | undefined;
|
|
871
638
|
PublicIp?: string | undefined;
|
|
872
639
|
}
|
|
873
|
-
export declare const AutoPlacement: {
|
|
874
|
-
readonly off: "off";
|
|
875
|
-
readonly on: "on";
|
|
876
|
-
};
|
|
877
|
-
export type AutoPlacement = (typeof AutoPlacement)[keyof typeof AutoPlacement];
|
|
878
|
-
export declare const HostMaintenance: {
|
|
879
|
-
readonly off: "off";
|
|
880
|
-
readonly on: "on";
|
|
881
|
-
};
|
|
882
|
-
export type HostMaintenance =
|
|
883
|
-
(typeof HostMaintenance)[keyof typeof HostMaintenance];
|
|
884
|
-
export declare const HostRecovery: {
|
|
885
|
-
readonly off: "off";
|
|
886
|
-
readonly on: "on";
|
|
887
|
-
};
|
|
888
|
-
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
889
640
|
export interface AllocateHostsRequest {
|
|
890
641
|
InstanceFamily?: string | undefined;
|
|
891
642
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
@@ -914,16 +665,6 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
914
665
|
AllowedCidrs?: string[] | undefined;
|
|
915
666
|
DisallowedCidrs?: string[] | undefined;
|
|
916
667
|
}
|
|
917
|
-
export declare const IpamPoolAllocationResourceType: {
|
|
918
|
-
readonly custom: "custom";
|
|
919
|
-
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
920
|
-
readonly eip: "eip";
|
|
921
|
-
readonly ipam_pool: "ipam-pool";
|
|
922
|
-
readonly subnet: "subnet";
|
|
923
|
-
readonly vpc: "vpc";
|
|
924
|
-
};
|
|
925
|
-
export type IpamPoolAllocationResourceType =
|
|
926
|
-
(typeof IpamPoolAllocationResourceType)[keyof typeof IpamPoolAllocationResourceType];
|
|
927
668
|
export interface IpamPoolAllocation {
|
|
928
669
|
Cidr?: string | undefined;
|
|
929
670
|
IpamPoolAllocationId?: string | undefined;
|
|
@@ -936,42 +677,6 @@ export interface IpamPoolAllocation {
|
|
|
936
677
|
export interface AllocateIpamPoolCidrResult {
|
|
937
678
|
IpamPoolAllocation?: IpamPoolAllocation | undefined;
|
|
938
679
|
}
|
|
939
|
-
export declare const AllocationState: {
|
|
940
|
-
readonly available: "available";
|
|
941
|
-
readonly pending: "pending";
|
|
942
|
-
readonly permanent_failure: "permanent-failure";
|
|
943
|
-
readonly released: "released";
|
|
944
|
-
readonly released_permanent_failure: "released-permanent-failure";
|
|
945
|
-
readonly under_assessment: "under-assessment";
|
|
946
|
-
};
|
|
947
|
-
export type AllocationState =
|
|
948
|
-
(typeof AllocationState)[keyof typeof AllocationState];
|
|
949
|
-
export declare const AllocationStrategy: {
|
|
950
|
-
readonly CAPACITY_OPTIMIZED: "capacityOptimized";
|
|
951
|
-
readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacityOptimizedPrioritized";
|
|
952
|
-
readonly DIVERSIFIED: "diversified";
|
|
953
|
-
readonly LOWEST_PRICE: "lowestPrice";
|
|
954
|
-
readonly PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized";
|
|
955
|
-
};
|
|
956
|
-
export type AllocationStrategy =
|
|
957
|
-
(typeof AllocationStrategy)[keyof typeof AllocationStrategy];
|
|
958
|
-
export declare const AllocationType: {
|
|
959
|
-
readonly future: "future";
|
|
960
|
-
readonly used: "used";
|
|
961
|
-
};
|
|
962
|
-
export type AllocationType =
|
|
963
|
-
(typeof AllocationType)[keyof typeof AllocationType];
|
|
964
|
-
export declare const AllowedImagesSettingsDisabledState: {
|
|
965
|
-
readonly disabled: "disabled";
|
|
966
|
-
};
|
|
967
|
-
export type AllowedImagesSettingsDisabledState =
|
|
968
|
-
(typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
|
|
969
|
-
export declare const AllowedImagesSettingsEnabledState: {
|
|
970
|
-
readonly audit_mode: "audit-mode";
|
|
971
|
-
readonly enabled: "enabled";
|
|
972
|
-
};
|
|
973
|
-
export type AllowedImagesSettingsEnabledState =
|
|
974
|
-
(typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
|
|
975
680
|
export interface AllowedPrincipal {
|
|
976
681
|
PrincipalType?: PrincipalType | undefined;
|
|
977
682
|
Principal?: string | undefined;
|
|
@@ -979,12 +684,6 @@ export interface AllowedPrincipal {
|
|
|
979
684
|
Tags?: Tag[] | undefined;
|
|
980
685
|
ServiceId?: string | undefined;
|
|
981
686
|
}
|
|
982
|
-
export declare const AllowsMultipleInstanceTypes: {
|
|
983
|
-
readonly off: "off";
|
|
984
|
-
readonly on: "on";
|
|
985
|
-
};
|
|
986
|
-
export type AllowsMultipleInstanceTypes =
|
|
987
|
-
(typeof AllowsMultipleInstanceTypes)[keyof typeof AllowsMultipleInstanceTypes];
|
|
988
687
|
export interface AlternatePathHint {
|
|
989
688
|
ComponentId?: string | undefined;
|
|
990
689
|
ComponentArn?: string | undefined;
|
|
@@ -1035,16 +734,6 @@ export interface AssignPrivateNatGatewayAddressRequest {
|
|
|
1035
734
|
PrivateIpAddressCount?: number | undefined;
|
|
1036
735
|
DryRun?: boolean | undefined;
|
|
1037
736
|
}
|
|
1038
|
-
export declare const NatGatewayAddressStatus: {
|
|
1039
|
-
readonly ASSIGNING: "assigning";
|
|
1040
|
-
readonly ASSOCIATING: "associating";
|
|
1041
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1042
|
-
readonly FAILED: "failed";
|
|
1043
|
-
readonly SUCCEEDED: "succeeded";
|
|
1044
|
-
readonly UNASSIGNING: "unassigning";
|
|
1045
|
-
};
|
|
1046
|
-
export type NatGatewayAddressStatus =
|
|
1047
|
-
(typeof NatGatewayAddressStatus)[keyof typeof NatGatewayAddressStatus];
|
|
1048
737
|
export interface NatGatewayAddress {
|
|
1049
738
|
AllocationId?: string | undefined;
|
|
1050
739
|
NetworkInterfaceId?: string | undefined;
|
|
@@ -1054,6 +743,8 @@ export interface NatGatewayAddress {
|
|
|
1054
743
|
IsPrimary?: boolean | undefined;
|
|
1055
744
|
FailureMessage?: string | undefined;
|
|
1056
745
|
Status?: NatGatewayAddressStatus | undefined;
|
|
746
|
+
AvailabilityZone?: string | undefined;
|
|
747
|
+
AvailabilityZoneId?: string | undefined;
|
|
1057
748
|
}
|
|
1058
749
|
export interface AssignPrivateNatGatewayAddressResult {
|
|
1059
750
|
NatGatewayId?: string | undefined;
|
|
@@ -1085,15 +776,6 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
1085
776
|
ClientToken?: string | undefined;
|
|
1086
777
|
DryRun?: boolean | undefined;
|
|
1087
778
|
}
|
|
1088
|
-
export declare const AssociationStatusCode: {
|
|
1089
|
-
readonly associated: "associated";
|
|
1090
|
-
readonly associating: "associating";
|
|
1091
|
-
readonly association_failed: "association-failed";
|
|
1092
|
-
readonly disassociated: "disassociated";
|
|
1093
|
-
readonly disassociating: "disassociating";
|
|
1094
|
-
};
|
|
1095
|
-
export type AssociationStatusCode =
|
|
1096
|
-
(typeof AssociationStatusCode)[keyof typeof AssociationStatusCode];
|
|
1097
779
|
export interface AssociationStatus {
|
|
1098
780
|
Code?: AssociationStatusCode | undefined;
|
|
1099
781
|
Message?: string | undefined;
|
|
@@ -1129,14 +811,6 @@ export interface IamInstanceProfile {
|
|
|
1129
811
|
Arn?: string | undefined;
|
|
1130
812
|
Id?: string | undefined;
|
|
1131
813
|
}
|
|
1132
|
-
export declare const IamInstanceProfileAssociationState: {
|
|
1133
|
-
readonly ASSOCIATED: "associated";
|
|
1134
|
-
readonly ASSOCIATING: "associating";
|
|
1135
|
-
readonly DISASSOCIATED: "disassociated";
|
|
1136
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1137
|
-
};
|
|
1138
|
-
export type IamInstanceProfileAssociationState =
|
|
1139
|
-
(typeof IamInstanceProfileAssociationState)[keyof typeof IamInstanceProfileAssociationState];
|
|
1140
814
|
export interface IamInstanceProfileAssociation {
|
|
1141
815
|
AssociationId?: string | undefined;
|
|
1142
816
|
InstanceId?: string | undefined;
|
|
@@ -1162,24 +836,6 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
1162
836
|
Tags?: Tag[] | undefined;
|
|
1163
837
|
DedicatedHostIds?: string[] | undefined;
|
|
1164
838
|
}
|
|
1165
|
-
export declare const InstanceEventWindowState: {
|
|
1166
|
-
readonly active: "active";
|
|
1167
|
-
readonly creating: "creating";
|
|
1168
|
-
readonly deleted: "deleted";
|
|
1169
|
-
readonly deleting: "deleting";
|
|
1170
|
-
};
|
|
1171
|
-
export type InstanceEventWindowState =
|
|
1172
|
-
(typeof InstanceEventWindowState)[keyof typeof InstanceEventWindowState];
|
|
1173
|
-
export declare const WeekDay: {
|
|
1174
|
-
readonly friday: "friday";
|
|
1175
|
-
readonly monday: "monday";
|
|
1176
|
-
readonly saturday: "saturday";
|
|
1177
|
-
readonly sunday: "sunday";
|
|
1178
|
-
readonly thursday: "thursday";
|
|
1179
|
-
readonly tuesday: "tuesday";
|
|
1180
|
-
readonly wednesday: "wednesday";
|
|
1181
|
-
};
|
|
1182
|
-
export type WeekDay = (typeof WeekDay)[keyof typeof WeekDay];
|
|
1183
839
|
export interface InstanceEventWindowTimeRange {
|
|
1184
840
|
StartWeekDay?: WeekDay | undefined;
|
|
1185
841
|
StartHour?: number | undefined;
|
|
@@ -1213,25 +869,6 @@ export interface AssociateIpamResourceDiscoveryRequest {
|
|
|
1213
869
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1214
870
|
ClientToken?: string | undefined;
|
|
1215
871
|
}
|
|
1216
|
-
export declare const IpamAssociatedResourceDiscoveryStatus: {
|
|
1217
|
-
readonly ACTIVE: "active";
|
|
1218
|
-
readonly NOT_FOUND: "not-found";
|
|
1219
|
-
};
|
|
1220
|
-
export type IpamAssociatedResourceDiscoveryStatus =
|
|
1221
|
-
(typeof IpamAssociatedResourceDiscoveryStatus)[keyof typeof IpamAssociatedResourceDiscoveryStatus];
|
|
1222
|
-
export declare const IpamResourceDiscoveryAssociationState: {
|
|
1223
|
-
readonly ASSOCIATE_COMPLETE: "associate-complete";
|
|
1224
|
-
readonly ASSOCIATE_FAILED: "associate-failed";
|
|
1225
|
-
readonly ASSOCIATE_IN_PROGRESS: "associate-in-progress";
|
|
1226
|
-
readonly DISASSOCIATE_COMPLETE: "disassociate-complete";
|
|
1227
|
-
readonly DISASSOCIATE_FAILED: "disassociate-failed";
|
|
1228
|
-
readonly DISASSOCIATE_IN_PROGRESS: "disassociate-in-progress";
|
|
1229
|
-
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
1230
|
-
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
1231
|
-
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
1232
|
-
};
|
|
1233
|
-
export type IpamResourceDiscoveryAssociationState =
|
|
1234
|
-
(typeof IpamResourceDiscoveryAssociationState)[keyof typeof IpamResourceDiscoveryAssociationState];
|
|
1235
872
|
export interface IpamResourceDiscoveryAssociation {
|
|
1236
873
|
OwnerId?: string | undefined;
|
|
1237
874
|
IpamResourceDiscoveryAssociationId?: string | undefined;
|
|
@@ -1255,6 +892,8 @@ export interface AssociateNatGatewayAddressRequest {
|
|
|
1255
892
|
AllocationIds: string[] | undefined;
|
|
1256
893
|
PrivateIpAddresses?: string[] | undefined;
|
|
1257
894
|
DryRun?: boolean | undefined;
|
|
895
|
+
AvailabilityZone?: string | undefined;
|
|
896
|
+
AvailabilityZoneId?: string | undefined;
|
|
1258
897
|
}
|
|
1259
898
|
export interface AssociateNatGatewayAddressResult {
|
|
1260
899
|
NatGatewayId?: string | undefined;
|
|
@@ -1265,13 +904,6 @@ export interface AssociateRouteServerRequest {
|
|
|
1265
904
|
VpcId: string | undefined;
|
|
1266
905
|
DryRun?: boolean | undefined;
|
|
1267
906
|
}
|
|
1268
|
-
export declare const RouteServerAssociationState: {
|
|
1269
|
-
readonly ASSOCIATED: "associated";
|
|
1270
|
-
readonly ASSOCIATING: "associating";
|
|
1271
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1272
|
-
};
|
|
1273
|
-
export type RouteServerAssociationState =
|
|
1274
|
-
(typeof RouteServerAssociationState)[keyof typeof RouteServerAssociationState];
|
|
1275
907
|
export interface RouteServerAssociation {
|
|
1276
908
|
RouteServerId?: string | undefined;
|
|
1277
909
|
VpcId?: string | undefined;
|
|
@@ -1287,15 +919,6 @@ export interface AssociateRouteTableRequest {
|
|
|
1287
919
|
SubnetId?: string | undefined;
|
|
1288
920
|
RouteTableId: string | undefined;
|
|
1289
921
|
}
|
|
1290
|
-
export declare const RouteTableAssociationStateCode: {
|
|
1291
|
-
readonly associated: "associated";
|
|
1292
|
-
readonly associating: "associating";
|
|
1293
|
-
readonly disassociated: "disassociated";
|
|
1294
|
-
readonly disassociating: "disassociating";
|
|
1295
|
-
readonly failed: "failed";
|
|
1296
|
-
};
|
|
1297
|
-
export type RouteTableAssociationStateCode =
|
|
1298
|
-
(typeof RouteTableAssociationStateCode)[keyof typeof RouteTableAssociationStateCode];
|
|
1299
922
|
export interface RouteTableAssociationState {
|
|
1300
923
|
State?: RouteTableAssociationStateCode | undefined;
|
|
1301
924
|
StatusMessage?: string | undefined;
|
|
@@ -1309,16 +932,6 @@ export interface AssociateSecurityGroupVpcRequest {
|
|
|
1309
932
|
VpcId: string | undefined;
|
|
1310
933
|
DryRun?: boolean | undefined;
|
|
1311
934
|
}
|
|
1312
|
-
export declare const SecurityGroupVpcAssociationState: {
|
|
1313
|
-
readonly associated: "associated";
|
|
1314
|
-
readonly associating: "associating";
|
|
1315
|
-
readonly association_failed: "association-failed";
|
|
1316
|
-
readonly disassociated: "disassociated";
|
|
1317
|
-
readonly disassociating: "disassociating";
|
|
1318
|
-
readonly disassociation_failed: "disassociation-failed";
|
|
1319
|
-
};
|
|
1320
|
-
export type SecurityGroupVpcAssociationState =
|
|
1321
|
-
(typeof SecurityGroupVpcAssociationState)[keyof typeof SecurityGroupVpcAssociationState];
|
|
1322
935
|
export interface AssociateSecurityGroupVpcResult {
|
|
1323
936
|
State?: SecurityGroupVpcAssociationState | undefined;
|
|
1324
937
|
}
|
|
@@ -1328,28 +941,6 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
1328
941
|
SubnetId: string | undefined;
|
|
1329
942
|
Ipv6CidrBlock?: string | undefined;
|
|
1330
943
|
}
|
|
1331
|
-
export declare const IpSource: {
|
|
1332
|
-
readonly amazon: "amazon";
|
|
1333
|
-
readonly byoip: "byoip";
|
|
1334
|
-
readonly none: "none";
|
|
1335
|
-
};
|
|
1336
|
-
export type IpSource = (typeof IpSource)[keyof typeof IpSource];
|
|
1337
|
-
export declare const Ipv6AddressAttribute: {
|
|
1338
|
-
readonly private: "private";
|
|
1339
|
-
readonly public: "public";
|
|
1340
|
-
};
|
|
1341
|
-
export type Ipv6AddressAttribute =
|
|
1342
|
-
(typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
|
|
1343
|
-
export declare const SubnetCidrBlockStateCode: {
|
|
1344
|
-
readonly associated: "associated";
|
|
1345
|
-
readonly associating: "associating";
|
|
1346
|
-
readonly disassociated: "disassociated";
|
|
1347
|
-
readonly disassociating: "disassociating";
|
|
1348
|
-
readonly failed: "failed";
|
|
1349
|
-
readonly failing: "failing";
|
|
1350
|
-
};
|
|
1351
|
-
export type SubnetCidrBlockStateCode =
|
|
1352
|
-
(typeof SubnetCidrBlockStateCode)[keyof typeof SubnetCidrBlockStateCode];
|
|
1353
944
|
export interface SubnetCidrBlockState {
|
|
1354
945
|
State?: SubnetCidrBlockStateCode | undefined;
|
|
1355
946
|
StatusMessage?: string | undefined;
|
|
@@ -1379,14 +970,6 @@ export interface AssociateTransitGatewayPolicyTableRequest {
|
|
|
1379
970
|
TransitGatewayAttachmentId: string | undefined;
|
|
1380
971
|
DryRun?: boolean | undefined;
|
|
1381
972
|
}
|
|
1382
|
-
export declare const TransitGatewayAssociationState: {
|
|
1383
|
-
readonly associated: "associated";
|
|
1384
|
-
readonly associating: "associating";
|
|
1385
|
-
readonly disassociated: "disassociated";
|
|
1386
|
-
readonly disassociating: "disassociating";
|
|
1387
|
-
};
|
|
1388
|
-
export type TransitGatewayAssociationState =
|
|
1389
|
-
(typeof TransitGatewayAssociationState)[keyof typeof TransitGatewayAssociationState];
|
|
1390
973
|
export interface TransitGatewayPolicyTableAssociation {
|
|
1391
974
|
TransitGatewayPolicyTableId?: string | undefined;
|
|
1392
975
|
TransitGatewayAttachmentId?: string | undefined;
|
|
@@ -1420,12 +1003,6 @@ export interface AssociateTrunkInterfaceRequest {
|
|
|
1420
1003
|
ClientToken?: string | undefined;
|
|
1421
1004
|
DryRun?: boolean | undefined;
|
|
1422
1005
|
}
|
|
1423
|
-
export declare const InterfaceProtocolType: {
|
|
1424
|
-
readonly GRE: "GRE";
|
|
1425
|
-
readonly VLAN: "VLAN";
|
|
1426
|
-
};
|
|
1427
|
-
export type InterfaceProtocolType =
|
|
1428
|
-
(typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
|
|
1429
1006
|
export interface TrunkInterfaceAssociation {
|
|
1430
1007
|
AssociationId?: string | undefined;
|
|
1431
1008
|
BranchInterfaceId?: string | undefined;
|
|
@@ -1451,16 +1028,6 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
1451
1028
|
VpcId: string | undefined;
|
|
1452
1029
|
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
1453
1030
|
}
|
|
1454
|
-
export declare const VpcCidrBlockStateCode: {
|
|
1455
|
-
readonly associated: "associated";
|
|
1456
|
-
readonly associating: "associating";
|
|
1457
|
-
readonly disassociated: "disassociated";
|
|
1458
|
-
readonly disassociating: "disassociating";
|
|
1459
|
-
readonly failed: "failed";
|
|
1460
|
-
readonly failing: "failing";
|
|
1461
|
-
};
|
|
1462
|
-
export type VpcCidrBlockStateCode =
|
|
1463
|
-
(typeof VpcCidrBlockStateCode)[keyof typeof VpcCidrBlockStateCode];
|
|
1464
1031
|
export interface VpcCidrBlockState {
|
|
1465
1032
|
State?: VpcCidrBlockStateCode | undefined;
|
|
1466
1033
|
StatusMessage?: string | undefined;
|
|
@@ -1528,25 +1095,6 @@ export interface VerifiedAccessInstanceCustomSubDomain {
|
|
|
1528
1095
|
SubDomain?: string | undefined;
|
|
1529
1096
|
Nameservers?: string[] | undefined;
|
|
1530
1097
|
}
|
|
1531
|
-
export declare const DeviceTrustProviderType: {
|
|
1532
|
-
readonly crowdstrike: "crowdstrike";
|
|
1533
|
-
readonly jamf: "jamf";
|
|
1534
|
-
readonly jumpcloud: "jumpcloud";
|
|
1535
|
-
};
|
|
1536
|
-
export type DeviceTrustProviderType =
|
|
1537
|
-
(typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
|
|
1538
|
-
export declare const TrustProviderType: {
|
|
1539
|
-
readonly device: "device";
|
|
1540
|
-
readonly user: "user";
|
|
1541
|
-
};
|
|
1542
|
-
export type TrustProviderType =
|
|
1543
|
-
(typeof TrustProviderType)[keyof typeof TrustProviderType];
|
|
1544
|
-
export declare const UserTrustProviderType: {
|
|
1545
|
-
readonly iam_identity_center: "iam-identity-center";
|
|
1546
|
-
readonly oidc: "oidc";
|
|
1547
|
-
};
|
|
1548
|
-
export type UserTrustProviderType =
|
|
1549
|
-
(typeof UserTrustProviderType)[keyof typeof UserTrustProviderType];
|
|
1550
1098
|
export interface VerifiedAccessTrustProviderCondensed {
|
|
1551
1099
|
VerifiedAccessTrustProviderId?: string | undefined;
|
|
1552
1100
|
Description?: string | undefined;
|
|
@@ -1619,15 +1167,6 @@ export interface AttachVolumeRequest {
|
|
|
1619
1167
|
VolumeId: string | undefined;
|
|
1620
1168
|
DryRun?: boolean | undefined;
|
|
1621
1169
|
}
|
|
1622
|
-
export declare const VolumeAttachmentState: {
|
|
1623
|
-
readonly attached: "attached";
|
|
1624
|
-
readonly attaching: "attaching";
|
|
1625
|
-
readonly busy: "busy";
|
|
1626
|
-
readonly detached: "detached";
|
|
1627
|
-
readonly detaching: "detaching";
|
|
1628
|
-
};
|
|
1629
|
-
export type VolumeAttachmentState =
|
|
1630
|
-
(typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
|
|
1631
1170
|
export interface VolumeAttachment {
|
|
1632
1171
|
DeleteOnTermination?: boolean | undefined;
|
|
1633
1172
|
AssociatedResource?: string | undefined;
|
|
@@ -1643,14 +1182,6 @@ export interface AttachVpnGatewayRequest {
|
|
|
1643
1182
|
VpnGatewayId: string | undefined;
|
|
1644
1183
|
DryRun?: boolean | undefined;
|
|
1645
1184
|
}
|
|
1646
|
-
export declare const AttachmentStatus: {
|
|
1647
|
-
readonly attached: "attached";
|
|
1648
|
-
readonly attaching: "attaching";
|
|
1649
|
-
readonly detached: "detached";
|
|
1650
|
-
readonly detaching: "detaching";
|
|
1651
|
-
};
|
|
1652
|
-
export type AttachmentStatus =
|
|
1653
|
-
(typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
1654
1185
|
export interface VpcAttachment {
|
|
1655
1186
|
VpcId?: string | undefined;
|
|
1656
1187
|
State?: AttachmentStatus | undefined;
|
|
@@ -1667,14 +1198,6 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
1667
1198
|
ClientToken?: string | undefined;
|
|
1668
1199
|
DryRun?: boolean | undefined;
|
|
1669
1200
|
}
|
|
1670
|
-
export declare const ClientVpnAuthorizationRuleStatusCode: {
|
|
1671
|
-
readonly active: "active";
|
|
1672
|
-
readonly authorizing: "authorizing";
|
|
1673
|
-
readonly failed: "failed";
|
|
1674
|
-
readonly revoking: "revoking";
|
|
1675
|
-
};
|
|
1676
|
-
export type ClientVpnAuthorizationRuleStatusCode =
|
|
1677
|
-
(typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
|
|
1678
1201
|
export interface ClientVpnAuthorizationRuleStatus {
|
|
1679
1202
|
Code?: ClientVpnAuthorizationRuleStatusCode | undefined;
|
|
1680
1203
|
Message?: string | undefined;
|
|
@@ -1787,17 +1310,6 @@ export interface BundleTaskError {
|
|
|
1787
1310
|
Code?: string | undefined;
|
|
1788
1311
|
Message?: string | undefined;
|
|
1789
1312
|
}
|
|
1790
|
-
export declare const BundleTaskState: {
|
|
1791
|
-
readonly bundling: "bundling";
|
|
1792
|
-
readonly cancelling: "cancelling";
|
|
1793
|
-
readonly complete: "complete";
|
|
1794
|
-
readonly failed: "failed";
|
|
1795
|
-
readonly pending: "pending";
|
|
1796
|
-
readonly storing: "storing";
|
|
1797
|
-
readonly waiting_for_shutdown: "waiting-for-shutdown";
|
|
1798
|
-
};
|
|
1799
|
-
export type BundleTaskState =
|
|
1800
|
-
(typeof BundleTaskState)[keyof typeof BundleTaskState];
|
|
1801
1313
|
export interface BundleTask {
|
|
1802
1314
|
InstanceId?: string | undefined;
|
|
1803
1315
|
BundleId?: string | undefined;
|
|
@@ -1839,19 +1351,6 @@ export interface FailedCapacityReservationFleetCancellationResult {
|
|
|
1839
1351
|
| CancelCapacityReservationFleetError
|
|
1840
1352
|
| undefined;
|
|
1841
1353
|
}
|
|
1842
|
-
export declare const CapacityReservationFleetState: {
|
|
1843
|
-
readonly ACTIVE: "active";
|
|
1844
|
-
readonly CANCELLED: "cancelled";
|
|
1845
|
-
readonly CANCELLING: "cancelling";
|
|
1846
|
-
readonly EXPIRED: "expired";
|
|
1847
|
-
readonly EXPIRING: "expiring";
|
|
1848
|
-
readonly FAILED: "failed";
|
|
1849
|
-
readonly MODIFYING: "modifying";
|
|
1850
|
-
readonly PARTIALLY_FULFILLED: "partially_fulfilled";
|
|
1851
|
-
readonly SUBMITTED: "submitted";
|
|
1852
|
-
};
|
|
1853
|
-
export type CapacityReservationFleetState =
|
|
1854
|
-
(typeof CapacityReservationFleetState)[keyof typeof CapacityReservationFleetState];
|
|
1855
1354
|
export interface CapacityReservationFleetCancellationState {
|
|
1856
1355
|
CurrentFleetState?: CapacityReservationFleetState | undefined;
|
|
1857
1356
|
PreviousFleetState?: CapacityReservationFleetState | undefined;
|
|
@@ -1900,35 +1399,16 @@ export interface CancelImportTaskResult {
|
|
|
1900
1399
|
export interface CancelReservedInstancesListingRequest {
|
|
1901
1400
|
ReservedInstancesListingId: string | undefined;
|
|
1902
1401
|
}
|
|
1903
|
-
export declare const ListingState: {
|
|
1904
|
-
readonly available: "available";
|
|
1905
|
-
readonly cancelled: "cancelled";
|
|
1906
|
-
readonly pending: "pending";
|
|
1907
|
-
readonly sold: "sold";
|
|
1908
|
-
};
|
|
1909
|
-
export type ListingState = (typeof ListingState)[keyof typeof ListingState];
|
|
1910
1402
|
export interface InstanceCount {
|
|
1911
1403
|
InstanceCount?: number | undefined;
|
|
1912
1404
|
State?: ListingState | undefined;
|
|
1913
1405
|
}
|
|
1914
|
-
export declare const CurrencyCodeValues: {
|
|
1915
|
-
readonly USD: "USD";
|
|
1916
|
-
};
|
|
1917
|
-
export type CurrencyCodeValues =
|
|
1918
|
-
(typeof CurrencyCodeValues)[keyof typeof CurrencyCodeValues];
|
|
1919
1406
|
export interface PriceSchedule {
|
|
1920
1407
|
Active?: boolean | undefined;
|
|
1921
1408
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1922
1409
|
Price?: number | undefined;
|
|
1923
1410
|
Term?: number | undefined;
|
|
1924
1411
|
}
|
|
1925
|
-
export declare const ListingStatus: {
|
|
1926
|
-
readonly active: "active";
|
|
1927
|
-
readonly cancelled: "cancelled";
|
|
1928
|
-
readonly closed: "closed";
|
|
1929
|
-
readonly pending: "pending";
|
|
1930
|
-
};
|
|
1931
|
-
export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
|
|
1932
1412
|
export interface ReservedInstancesListing {
|
|
1933
1413
|
ClientToken?: string | undefined;
|
|
1934
1414
|
CreateDate?: Date | undefined;
|
|
@@ -1949,29 +1429,11 @@ export interface CancelSpotFleetRequestsRequest {
|
|
|
1949
1429
|
SpotFleetRequestIds: string[] | undefined;
|
|
1950
1430
|
TerminateInstances: boolean | undefined;
|
|
1951
1431
|
}
|
|
1952
|
-
export declare const BatchState: {
|
|
1953
|
-
readonly ACTIVE: "active";
|
|
1954
|
-
readonly CANCELLED: "cancelled";
|
|
1955
|
-
readonly CANCELLED_RUNNING: "cancelled_running";
|
|
1956
|
-
readonly CANCELLED_TERMINATING_INSTANCES: "cancelled_terminating";
|
|
1957
|
-
readonly FAILED: "failed";
|
|
1958
|
-
readonly MODIFYING: "modifying";
|
|
1959
|
-
readonly SUBMITTED: "submitted";
|
|
1960
|
-
};
|
|
1961
|
-
export type BatchState = (typeof BatchState)[keyof typeof BatchState];
|
|
1962
1432
|
export interface CancelSpotFleetRequestsSuccessItem {
|
|
1963
1433
|
CurrentSpotFleetRequestState?: BatchState | undefined;
|
|
1964
1434
|
PreviousSpotFleetRequestState?: BatchState | undefined;
|
|
1965
1435
|
SpotFleetRequestId?: string | undefined;
|
|
1966
1436
|
}
|
|
1967
|
-
export declare const CancelBatchErrorCode: {
|
|
1968
|
-
readonly FLEET_REQUEST_ID_DOES_NOT_EXIST: "fleetRequestIdDoesNotExist";
|
|
1969
|
-
readonly FLEET_REQUEST_ID_MALFORMED: "fleetRequestIdMalformed";
|
|
1970
|
-
readonly FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE: "fleetRequestNotInCancellableState";
|
|
1971
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
1972
|
-
};
|
|
1973
|
-
export type CancelBatchErrorCode =
|
|
1974
|
-
(typeof CancelBatchErrorCode)[keyof typeof CancelBatchErrorCode];
|
|
1975
1437
|
export interface CancelSpotFleetRequestsError {
|
|
1976
1438
|
Code?: CancelBatchErrorCode | undefined;
|
|
1977
1439
|
Message?: string | undefined;
|
|
@@ -1988,15 +1450,6 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
1988
1450
|
DryRun?: boolean | undefined;
|
|
1989
1451
|
SpotInstanceRequestIds: string[] | undefined;
|
|
1990
1452
|
}
|
|
1991
|
-
export declare const CancelSpotInstanceRequestState: {
|
|
1992
|
-
readonly active: "active";
|
|
1993
|
-
readonly cancelled: "cancelled";
|
|
1994
|
-
readonly closed: "closed";
|
|
1995
|
-
readonly completed: "completed";
|
|
1996
|
-
readonly open: "open";
|
|
1997
|
-
};
|
|
1998
|
-
export type CancelSpotInstanceRequestState =
|
|
1999
|
-
(typeof CancelSpotInstanceRequestState)[keyof typeof CancelSpotInstanceRequestState];
|
|
2000
1453
|
export interface CancelledSpotInstanceRequest {
|
|
2001
1454
|
SpotInstanceRequestId?: string | undefined;
|
|
2002
1455
|
State?: CancelSpotInstanceRequestState | undefined;
|
|
@@ -2013,3 +1466,503 @@ export interface ConfirmProductInstanceResult {
|
|
|
2013
1466
|
Return?: boolean | undefined;
|
|
2014
1467
|
OwnerId?: string | undefined;
|
|
2015
1468
|
}
|
|
1469
|
+
export interface CopyFpgaImageRequest {
|
|
1470
|
+
DryRun?: boolean | undefined;
|
|
1471
|
+
SourceFpgaImageId: string | undefined;
|
|
1472
|
+
Description?: string | undefined;
|
|
1473
|
+
Name?: string | undefined;
|
|
1474
|
+
SourceRegion: string | undefined;
|
|
1475
|
+
ClientToken?: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface CopyFpgaImageResult {
|
|
1478
|
+
FpgaImageId?: string | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface CopyImageRequest {
|
|
1481
|
+
ClientToken?: string | undefined;
|
|
1482
|
+
Description?: string | undefined;
|
|
1483
|
+
Encrypted?: boolean | undefined;
|
|
1484
|
+
KmsKeyId?: string | undefined;
|
|
1485
|
+
Name: string | undefined;
|
|
1486
|
+
SourceImageId: string | undefined;
|
|
1487
|
+
SourceRegion: string | undefined;
|
|
1488
|
+
DestinationOutpostArn?: string | undefined;
|
|
1489
|
+
CopyImageTags?: boolean | undefined;
|
|
1490
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1491
|
+
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
1492
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
1493
|
+
DestinationAvailabilityZoneId?: string | undefined;
|
|
1494
|
+
DryRun?: boolean | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface CopyImageResult {
|
|
1497
|
+
ImageId?: string | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
export interface CopySnapshotRequest {
|
|
1500
|
+
Description?: string | undefined;
|
|
1501
|
+
DestinationOutpostArn?: string | undefined;
|
|
1502
|
+
DestinationRegion?: string | undefined;
|
|
1503
|
+
Encrypted?: boolean | undefined;
|
|
1504
|
+
KmsKeyId?: string | undefined;
|
|
1505
|
+
PresignedUrl?: string | undefined;
|
|
1506
|
+
SourceRegion: string | undefined;
|
|
1507
|
+
SourceSnapshotId: string | undefined;
|
|
1508
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1509
|
+
CompletionDurationMinutes?: number | undefined;
|
|
1510
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
1511
|
+
DryRun?: boolean | undefined;
|
|
1512
|
+
}
|
|
1513
|
+
export interface CopySnapshotResult {
|
|
1514
|
+
Tags?: Tag[] | undefined;
|
|
1515
|
+
SnapshotId?: string | undefined;
|
|
1516
|
+
}
|
|
1517
|
+
export interface CopyVolumesRequest {
|
|
1518
|
+
SourceVolumeId: string | undefined;
|
|
1519
|
+
Iops?: number | undefined;
|
|
1520
|
+
Size?: number | undefined;
|
|
1521
|
+
VolumeType?: VolumeType | undefined;
|
|
1522
|
+
DryRun?: boolean | undefined;
|
|
1523
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1524
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
1525
|
+
Throughput?: number | undefined;
|
|
1526
|
+
ClientToken?: string | undefined;
|
|
1527
|
+
}
|
|
1528
|
+
export interface OperatorResponse {
|
|
1529
|
+
Managed?: boolean | undefined;
|
|
1530
|
+
Principal?: string | undefined;
|
|
1531
|
+
}
|
|
1532
|
+
export interface Volume {
|
|
1533
|
+
AvailabilityZoneId?: string | undefined;
|
|
1534
|
+
OutpostArn?: string | undefined;
|
|
1535
|
+
SourceVolumeId?: string | undefined;
|
|
1536
|
+
Iops?: number | undefined;
|
|
1537
|
+
Tags?: Tag[] | undefined;
|
|
1538
|
+
VolumeType?: VolumeType | undefined;
|
|
1539
|
+
FastRestored?: boolean | undefined;
|
|
1540
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
1541
|
+
Throughput?: number | undefined;
|
|
1542
|
+
SseType?: SSEType | undefined;
|
|
1543
|
+
Operator?: OperatorResponse | undefined;
|
|
1544
|
+
VolumeInitializationRate?: number | undefined;
|
|
1545
|
+
VolumeId?: string | undefined;
|
|
1546
|
+
Size?: number | undefined;
|
|
1547
|
+
SnapshotId?: string | undefined;
|
|
1548
|
+
AvailabilityZone?: string | undefined;
|
|
1549
|
+
State?: VolumeState | undefined;
|
|
1550
|
+
CreateTime?: Date | undefined;
|
|
1551
|
+
Attachments?: VolumeAttachment[] | undefined;
|
|
1552
|
+
Encrypted?: boolean | undefined;
|
|
1553
|
+
KmsKeyId?: string | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
export interface CopyVolumesResult {
|
|
1556
|
+
Volumes?: Volume[] | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
1559
|
+
S3BucketName: string | undefined;
|
|
1560
|
+
S3BucketPrefix?: string | undefined;
|
|
1561
|
+
Schedule: Schedule | undefined;
|
|
1562
|
+
OutputFormat: OutputFormat | undefined;
|
|
1563
|
+
ClientToken?: string | undefined;
|
|
1564
|
+
DryRun?: boolean | undefined;
|
|
1565
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1566
|
+
}
|
|
1567
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
1568
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export interface CreateCapacityReservationRequest {
|
|
1571
|
+
ClientToken?: string | undefined;
|
|
1572
|
+
InstanceType: string | undefined;
|
|
1573
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
1574
|
+
AvailabilityZone?: string | undefined;
|
|
1575
|
+
AvailabilityZoneId?: string | undefined;
|
|
1576
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1577
|
+
InstanceCount: number | undefined;
|
|
1578
|
+
EbsOptimized?: boolean | undefined;
|
|
1579
|
+
EphemeralStorage?: boolean | undefined;
|
|
1580
|
+
EndDate?: Date | undefined;
|
|
1581
|
+
EndDateType?: EndDateType | undefined;
|
|
1582
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1583
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1584
|
+
DryRun?: boolean | undefined;
|
|
1585
|
+
OutpostArn?: string | undefined;
|
|
1586
|
+
PlacementGroupArn?: string | undefined;
|
|
1587
|
+
StartDate?: Date | undefined;
|
|
1588
|
+
CommitmentDuration?: number | undefined;
|
|
1589
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1590
|
+
}
|
|
1591
|
+
export interface CapacityAllocation {
|
|
1592
|
+
AllocationType?: AllocationType | undefined;
|
|
1593
|
+
Count?: number | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export interface CapacityReservationCommitmentInfo {
|
|
1596
|
+
CommittedInstanceCount?: number | undefined;
|
|
1597
|
+
CommitmentEndDate?: Date | undefined;
|
|
1598
|
+
}
|
|
1599
|
+
export interface CapacityReservation {
|
|
1600
|
+
CapacityReservationId?: string | undefined;
|
|
1601
|
+
OwnerId?: string | undefined;
|
|
1602
|
+
CapacityReservationArn?: string | undefined;
|
|
1603
|
+
AvailabilityZoneId?: string | undefined;
|
|
1604
|
+
InstanceType?: string | undefined;
|
|
1605
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1606
|
+
AvailabilityZone?: string | undefined;
|
|
1607
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1608
|
+
TotalInstanceCount?: number | undefined;
|
|
1609
|
+
AvailableInstanceCount?: number | undefined;
|
|
1610
|
+
EbsOptimized?: boolean | undefined;
|
|
1611
|
+
EphemeralStorage?: boolean | undefined;
|
|
1612
|
+
State?: CapacityReservationState | undefined;
|
|
1613
|
+
StartDate?: Date | undefined;
|
|
1614
|
+
EndDate?: Date | undefined;
|
|
1615
|
+
EndDateType?: EndDateType | undefined;
|
|
1616
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1617
|
+
CreateDate?: Date | undefined;
|
|
1618
|
+
Tags?: Tag[] | undefined;
|
|
1619
|
+
OutpostArn?: string | undefined;
|
|
1620
|
+
CapacityReservationFleetId?: string | undefined;
|
|
1621
|
+
PlacementGroupArn?: string | undefined;
|
|
1622
|
+
CapacityAllocations?: CapacityAllocation[] | undefined;
|
|
1623
|
+
ReservationType?: CapacityReservationType | undefined;
|
|
1624
|
+
UnusedReservationBillingOwnerId?: string | undefined;
|
|
1625
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
1626
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1627
|
+
CapacityBlockId?: string | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export interface CreateCapacityReservationResult {
|
|
1630
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
1631
|
+
}
|
|
1632
|
+
export interface CreateCapacityReservationBySplittingRequest {
|
|
1633
|
+
DryRun?: boolean | undefined;
|
|
1634
|
+
ClientToken?: string | undefined;
|
|
1635
|
+
SourceCapacityReservationId: string | undefined;
|
|
1636
|
+
InstanceCount: number | undefined;
|
|
1637
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
export interface CreateCapacityReservationBySplittingResult {
|
|
1640
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
1641
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
1642
|
+
InstanceCount?: number | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
export interface ReservationFleetInstanceSpecification {
|
|
1645
|
+
InstanceType?: _InstanceType | undefined;
|
|
1646
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1647
|
+
Weight?: number | undefined;
|
|
1648
|
+
AvailabilityZone?: string | undefined;
|
|
1649
|
+
AvailabilityZoneId?: string | undefined;
|
|
1650
|
+
EbsOptimized?: boolean | undefined;
|
|
1651
|
+
Priority?: number | undefined;
|
|
1652
|
+
}
|
|
1653
|
+
export interface CreateCapacityReservationFleetRequest {
|
|
1654
|
+
AllocationStrategy?: string | undefined;
|
|
1655
|
+
ClientToken?: string | undefined;
|
|
1656
|
+
InstanceTypeSpecifications:
|
|
1657
|
+
| ReservationFleetInstanceSpecification[]
|
|
1658
|
+
| undefined;
|
|
1659
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1660
|
+
TotalTargetCapacity: number | undefined;
|
|
1661
|
+
EndDate?: Date | undefined;
|
|
1662
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
1663
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1664
|
+
DryRun?: boolean | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
export interface FleetCapacityReservation {
|
|
1667
|
+
CapacityReservationId?: string | undefined;
|
|
1668
|
+
AvailabilityZoneId?: string | undefined;
|
|
1669
|
+
InstanceType?: _InstanceType | undefined;
|
|
1670
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1671
|
+
AvailabilityZone?: string | undefined;
|
|
1672
|
+
TotalInstanceCount?: number | undefined;
|
|
1673
|
+
FulfilledCapacity?: number | undefined;
|
|
1674
|
+
EbsOptimized?: boolean | undefined;
|
|
1675
|
+
CreateDate?: Date | undefined;
|
|
1676
|
+
Weight?: number | undefined;
|
|
1677
|
+
Priority?: number | undefined;
|
|
1678
|
+
}
|
|
1679
|
+
export interface CreateCapacityReservationFleetResult {
|
|
1680
|
+
CapacityReservationFleetId?: string | undefined;
|
|
1681
|
+
State?: CapacityReservationFleetState | undefined;
|
|
1682
|
+
TotalTargetCapacity?: number | undefined;
|
|
1683
|
+
TotalFulfilledCapacity?: number | undefined;
|
|
1684
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
1685
|
+
AllocationStrategy?: string | undefined;
|
|
1686
|
+
CreateTime?: Date | undefined;
|
|
1687
|
+
EndDate?: Date | undefined;
|
|
1688
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1689
|
+
FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
|
|
1690
|
+
Tags?: Tag[] | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface CreateCarrierGatewayRequest {
|
|
1693
|
+
VpcId: string | undefined;
|
|
1694
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1695
|
+
DryRun?: boolean | undefined;
|
|
1696
|
+
ClientToken?: string | undefined;
|
|
1697
|
+
}
|
|
1698
|
+
export interface CarrierGateway {
|
|
1699
|
+
CarrierGatewayId?: string | undefined;
|
|
1700
|
+
VpcId?: string | undefined;
|
|
1701
|
+
State?: CarrierGatewayState | undefined;
|
|
1702
|
+
OwnerId?: string | undefined;
|
|
1703
|
+
Tags?: Tag[] | undefined;
|
|
1704
|
+
}
|
|
1705
|
+
export interface CreateCarrierGatewayResult {
|
|
1706
|
+
CarrierGateway?: CarrierGateway | undefined;
|
|
1707
|
+
}
|
|
1708
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
1709
|
+
DirectoryId?: string | undefined;
|
|
1710
|
+
}
|
|
1711
|
+
export interface FederatedAuthenticationRequest {
|
|
1712
|
+
SAMLProviderArn?: string | undefined;
|
|
1713
|
+
SelfServiceSAMLProviderArn?: string | undefined;
|
|
1714
|
+
}
|
|
1715
|
+
export interface CertificateAuthenticationRequest {
|
|
1716
|
+
ClientRootCertificateChainArn?: string | undefined;
|
|
1717
|
+
}
|
|
1718
|
+
export interface ClientVpnAuthenticationRequest {
|
|
1719
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
1720
|
+
ActiveDirectory?: DirectoryServiceAuthenticationRequest | undefined;
|
|
1721
|
+
MutualAuthentication?: CertificateAuthenticationRequest | undefined;
|
|
1722
|
+
FederatedAuthentication?: FederatedAuthenticationRequest | undefined;
|
|
1723
|
+
}
|
|
1724
|
+
export interface ClientConnectOptions {
|
|
1725
|
+
Enabled?: boolean | undefined;
|
|
1726
|
+
LambdaFunctionArn?: string | undefined;
|
|
1727
|
+
}
|
|
1728
|
+
export interface ClientLoginBannerOptions {
|
|
1729
|
+
Enabled?: boolean | undefined;
|
|
1730
|
+
BannerText?: string | undefined;
|
|
1731
|
+
}
|
|
1732
|
+
export interface ClientRouteEnforcementOptions {
|
|
1733
|
+
Enforced?: boolean | undefined;
|
|
1734
|
+
}
|
|
1735
|
+
export interface ConnectionLogOptions {
|
|
1736
|
+
Enabled?: boolean | undefined;
|
|
1737
|
+
CloudwatchLogGroup?: string | undefined;
|
|
1738
|
+
CloudwatchLogStream?: string | undefined;
|
|
1739
|
+
}
|
|
1740
|
+
export interface CreateClientVpnEndpointRequest {
|
|
1741
|
+
ClientCidrBlock?: string | undefined;
|
|
1742
|
+
ServerCertificateArn: string | undefined;
|
|
1743
|
+
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
1744
|
+
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
1745
|
+
DnsServers?: string[] | undefined;
|
|
1746
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
1747
|
+
VpnPort?: number | undefined;
|
|
1748
|
+
Description?: string | undefined;
|
|
1749
|
+
SplitTunnel?: boolean | undefined;
|
|
1750
|
+
DryRun?: boolean | undefined;
|
|
1751
|
+
ClientToken?: string | undefined;
|
|
1752
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1753
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1754
|
+
VpcId?: string | undefined;
|
|
1755
|
+
SelfServicePortal?: SelfServicePortal | undefined;
|
|
1756
|
+
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
1757
|
+
SessionTimeoutHours?: number | undefined;
|
|
1758
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
1759
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
1760
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1761
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
1762
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
1763
|
+
}
|
|
1764
|
+
export interface ClientVpnEndpointStatus {
|
|
1765
|
+
Code?: ClientVpnEndpointStatusCode | undefined;
|
|
1766
|
+
Message?: string | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
export interface CreateClientVpnEndpointResult {
|
|
1769
|
+
ClientVpnEndpointId?: string | undefined;
|
|
1770
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
1771
|
+
DnsName?: string | undefined;
|
|
1772
|
+
}
|
|
1773
|
+
export interface CreateClientVpnRouteRequest {
|
|
1774
|
+
ClientVpnEndpointId: string | undefined;
|
|
1775
|
+
DestinationCidrBlock: string | undefined;
|
|
1776
|
+
TargetVpcSubnetId: string | undefined;
|
|
1777
|
+
Description?: string | undefined;
|
|
1778
|
+
ClientToken?: string | undefined;
|
|
1779
|
+
DryRun?: boolean | undefined;
|
|
1780
|
+
}
|
|
1781
|
+
export interface ClientVpnRouteStatus {
|
|
1782
|
+
Code?: ClientVpnRouteStatusCode | undefined;
|
|
1783
|
+
Message?: string | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
export interface CreateClientVpnRouteResult {
|
|
1786
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
1787
|
+
}
|
|
1788
|
+
export interface CreateCoipCidrRequest {
|
|
1789
|
+
Cidr: string | undefined;
|
|
1790
|
+
CoipPoolId: string | undefined;
|
|
1791
|
+
DryRun?: boolean | undefined;
|
|
1792
|
+
}
|
|
1793
|
+
export interface CoipCidr {
|
|
1794
|
+
Cidr?: string | undefined;
|
|
1795
|
+
CoipPoolId?: string | undefined;
|
|
1796
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
1797
|
+
}
|
|
1798
|
+
export interface CreateCoipCidrResult {
|
|
1799
|
+
CoipCidr?: CoipCidr | undefined;
|
|
1800
|
+
}
|
|
1801
|
+
export interface CreateCoipPoolRequest {
|
|
1802
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1803
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1804
|
+
DryRun?: boolean | undefined;
|
|
1805
|
+
}
|
|
1806
|
+
export interface CoipPool {
|
|
1807
|
+
PoolId?: string | undefined;
|
|
1808
|
+
PoolCidrs?: string[] | undefined;
|
|
1809
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
1810
|
+
Tags?: Tag[] | undefined;
|
|
1811
|
+
PoolArn?: string | undefined;
|
|
1812
|
+
}
|
|
1813
|
+
export interface CreateCoipPoolResult {
|
|
1814
|
+
CoipPool?: CoipPool | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export interface CreateCustomerGatewayRequest {
|
|
1817
|
+
BgpAsn?: number | undefined;
|
|
1818
|
+
PublicIp?: string | undefined;
|
|
1819
|
+
CertificateArn?: string | undefined;
|
|
1820
|
+
Type: GatewayType | undefined;
|
|
1821
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1822
|
+
DeviceName?: string | undefined;
|
|
1823
|
+
IpAddress?: string | undefined;
|
|
1824
|
+
BgpAsnExtended?: number | undefined;
|
|
1825
|
+
DryRun?: boolean | undefined;
|
|
1826
|
+
}
|
|
1827
|
+
export interface CustomerGateway {
|
|
1828
|
+
CertificateArn?: string | undefined;
|
|
1829
|
+
DeviceName?: string | undefined;
|
|
1830
|
+
Tags?: Tag[] | undefined;
|
|
1831
|
+
BgpAsnExtended?: string | undefined;
|
|
1832
|
+
CustomerGatewayId?: string | undefined;
|
|
1833
|
+
State?: string | undefined;
|
|
1834
|
+
Type?: string | undefined;
|
|
1835
|
+
IpAddress?: string | undefined;
|
|
1836
|
+
BgpAsn?: string | undefined;
|
|
1837
|
+
}
|
|
1838
|
+
export interface CreateCustomerGatewayResult {
|
|
1839
|
+
CustomerGateway?: CustomerGateway | undefined;
|
|
1840
|
+
}
|
|
1841
|
+
export interface CreateDefaultSubnetRequest {
|
|
1842
|
+
AvailabilityZone?: string | undefined;
|
|
1843
|
+
DryRun?: boolean | undefined;
|
|
1844
|
+
Ipv6Native?: boolean | undefined;
|
|
1845
|
+
AvailabilityZoneId?: string | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export interface BlockPublicAccessStates {
|
|
1848
|
+
InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
|
|
1849
|
+
}
|
|
1850
|
+
export interface PrivateDnsNameOptionsOnLaunch {
|
|
1851
|
+
HostnameType?: HostnameType | undefined;
|
|
1852
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1853
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1854
|
+
}
|
|
1855
|
+
export interface Subnet {
|
|
1856
|
+
AvailabilityZoneId?: string | undefined;
|
|
1857
|
+
EnableLniAtDeviceIndex?: number | undefined;
|
|
1858
|
+
MapCustomerOwnedIpOnLaunch?: boolean | undefined;
|
|
1859
|
+
CustomerOwnedIpv4Pool?: string | undefined;
|
|
1860
|
+
OwnerId?: string | undefined;
|
|
1861
|
+
AssignIpv6AddressOnCreation?: boolean | undefined;
|
|
1862
|
+
Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[] | undefined;
|
|
1863
|
+
Tags?: Tag[] | undefined;
|
|
1864
|
+
SubnetArn?: string | undefined;
|
|
1865
|
+
OutpostArn?: string | undefined;
|
|
1866
|
+
EnableDns64?: boolean | undefined;
|
|
1867
|
+
Ipv6Native?: boolean | undefined;
|
|
1868
|
+
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
|
|
1869
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1870
|
+
Type?: string | undefined;
|
|
1871
|
+
SubnetId?: string | undefined;
|
|
1872
|
+
State?: SubnetState | undefined;
|
|
1873
|
+
VpcId?: string | undefined;
|
|
1874
|
+
CidrBlock?: string | undefined;
|
|
1875
|
+
AvailableIpAddressCount?: number | undefined;
|
|
1876
|
+
AvailabilityZone?: string | undefined;
|
|
1877
|
+
DefaultForAz?: boolean | undefined;
|
|
1878
|
+
MapPublicIpOnLaunch?: boolean | undefined;
|
|
1879
|
+
}
|
|
1880
|
+
export interface CreateDefaultSubnetResult {
|
|
1881
|
+
Subnet?: Subnet | undefined;
|
|
1882
|
+
}
|
|
1883
|
+
export interface CreateDefaultVpcRequest {
|
|
1884
|
+
DryRun?: boolean | undefined;
|
|
1885
|
+
}
|
|
1886
|
+
export interface VpcEncryptionControlExclusion {
|
|
1887
|
+
State?: VpcEncryptionControlExclusionState | undefined;
|
|
1888
|
+
StateMessage?: string | undefined;
|
|
1889
|
+
}
|
|
1890
|
+
export interface VpcEncryptionControlExclusions {
|
|
1891
|
+
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1892
|
+
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1893
|
+
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1894
|
+
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1895
|
+
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
1896
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
1897
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
1898
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
1899
|
+
}
|
|
1900
|
+
export interface VpcEncryptionControl {
|
|
1901
|
+
VpcId?: string | undefined;
|
|
1902
|
+
VpcEncryptionControlId?: string | undefined;
|
|
1903
|
+
Mode?: VpcEncryptionControlMode | undefined;
|
|
1904
|
+
State?: VpcEncryptionControlState | undefined;
|
|
1905
|
+
StateMessage?: string | undefined;
|
|
1906
|
+
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
1907
|
+
Tags?: Tag[] | undefined;
|
|
1908
|
+
}
|
|
1909
|
+
export interface Vpc {
|
|
1910
|
+
OwnerId?: string | undefined;
|
|
1911
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
1912
|
+
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
|
|
1913
|
+
CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
|
|
1914
|
+
IsDefault?: boolean | undefined;
|
|
1915
|
+
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
1916
|
+
Tags?: Tag[] | undefined;
|
|
1917
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1918
|
+
VpcId?: string | undefined;
|
|
1919
|
+
State?: VpcState | undefined;
|
|
1920
|
+
CidrBlock?: string | undefined;
|
|
1921
|
+
DhcpOptionsId?: string | undefined;
|
|
1922
|
+
}
|
|
1923
|
+
export interface CreateDefaultVpcResult {
|
|
1924
|
+
Vpc?: Vpc | undefined;
|
|
1925
|
+
}
|
|
1926
|
+
export interface CreateDelegateMacVolumeOwnershipTaskRequest {
|
|
1927
|
+
ClientToken?: string | undefined;
|
|
1928
|
+
DryRun?: boolean | undefined;
|
|
1929
|
+
InstanceId: string | undefined;
|
|
1930
|
+
MacCredentials: string | undefined;
|
|
1931
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1932
|
+
}
|
|
1933
|
+
export interface MacSystemIntegrityProtectionConfiguration {
|
|
1934
|
+
AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1935
|
+
BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1936
|
+
DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1937
|
+
DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1938
|
+
FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1939
|
+
KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1940
|
+
NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1941
|
+
Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1942
|
+
}
|
|
1943
|
+
export interface MacModificationTask {
|
|
1944
|
+
InstanceId?: string | undefined;
|
|
1945
|
+
MacModificationTaskId?: string | undefined;
|
|
1946
|
+
MacSystemIntegrityProtectionConfig?:
|
|
1947
|
+
| MacSystemIntegrityProtectionConfiguration
|
|
1948
|
+
| undefined;
|
|
1949
|
+
StartTime?: Date | undefined;
|
|
1950
|
+
Tags?: Tag[] | undefined;
|
|
1951
|
+
TaskState?: MacModificationTaskState | undefined;
|
|
1952
|
+
TaskType?: MacModificationTaskType | undefined;
|
|
1953
|
+
}
|
|
1954
|
+
export interface CreateDelegateMacVolumeOwnershipTaskResult {
|
|
1955
|
+
MacModificationTask?: MacModificationTask | undefined;
|
|
1956
|
+
}
|
|
1957
|
+
export interface NewDhcpConfiguration {
|
|
1958
|
+
Key?: string | undefined;
|
|
1959
|
+
Values?: string[] | undefined;
|
|
1960
|
+
}
|
|
1961
|
+
export interface CreateDhcpOptionsRequest {
|
|
1962
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
1963
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1964
|
+
DryRun?: boolean | undefined;
|
|
1965
|
+
}
|
|
1966
|
+
export interface AttributeValue {
|
|
1967
|
+
Value?: string | undefined;
|
|
1968
|
+
}
|