@aws-sdk/client-ec2 3.934.0 → 3.936.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 +20 -20
- 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,1612 +1,2089 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
_InstanceType,
|
|
3
3
|
AccountAttributeName,
|
|
4
|
+
AddressAttributeName,
|
|
5
|
+
AllocationState,
|
|
6
|
+
AllowsMultipleInstanceTypes,
|
|
7
|
+
AmdSevSnpSpecification,
|
|
8
|
+
ArchitectureValues,
|
|
9
|
+
AsnState,
|
|
10
|
+
AssociatedNetworkType,
|
|
11
|
+
AttachmentStatus,
|
|
12
|
+
AutoPlacement,
|
|
13
|
+
AvailabilityZoneOptInStatus,
|
|
14
|
+
AvailabilityZoneState,
|
|
15
|
+
BootModeValues,
|
|
16
|
+
CallerRole,
|
|
17
|
+
CapacityBlockExtensionStatus,
|
|
18
|
+
CapacityBlockInterconnectStatus,
|
|
19
|
+
CapacityBlockResourceState,
|
|
20
|
+
CapacityManagerDataExportStatus,
|
|
21
|
+
CapacityReservationBillingRequestStatus,
|
|
22
|
+
CapacityReservationFleetState,
|
|
23
|
+
CapacityReservationPreference,
|
|
24
|
+
CapacityReservationTenancy,
|
|
25
|
+
ClientVpnAuthenticationType,
|
|
26
|
+
ClientVpnConnectionStatusCode,
|
|
27
|
+
ClientVpnEndpointAttributeStatusCode,
|
|
28
|
+
ConversionTaskState,
|
|
29
|
+
CurrencyCodeValues,
|
|
30
|
+
DefaultTargetCapacityType,
|
|
31
|
+
DestinationFileFormat,
|
|
32
|
+
DeviceType,
|
|
33
|
+
DiskImageFormat,
|
|
34
|
+
ElasticGpuState,
|
|
35
|
+
ElasticGpuStatus,
|
|
36
|
+
EndpointIpAddressType,
|
|
37
|
+
EventCode,
|
|
38
|
+
FastLaunchResourceType,
|
|
39
|
+
FastLaunchStateCode,
|
|
40
|
+
FastSnapshotRestoreStateCode,
|
|
41
|
+
FleetActivityStatus,
|
|
42
|
+
FleetCapacityReservationTenancy,
|
|
43
|
+
FleetCapacityReservationUsageStrategy,
|
|
44
|
+
FleetEventType,
|
|
45
|
+
FleetExcessCapacityTerminationPolicy,
|
|
46
|
+
FleetInstanceMatchCriteria,
|
|
47
|
+
FleetOnDemandAllocationStrategy,
|
|
48
|
+
FleetReplacementStrategy,
|
|
49
|
+
FleetStateCode,
|
|
50
|
+
FleetType,
|
|
51
|
+
FpgaImageAttributeName,
|
|
52
|
+
FpgaImageStateCode,
|
|
53
|
+
HaStatus,
|
|
54
|
+
HostMaintenance,
|
|
55
|
+
HostnameType,
|
|
56
|
+
HostRecovery,
|
|
57
|
+
HttpTokensState,
|
|
58
|
+
HypervisorType,
|
|
59
|
+
ImageAttributeName,
|
|
60
|
+
ImageReferenceOptionName,
|
|
61
|
+
ImageReferenceResourceType,
|
|
62
|
+
ImageState,
|
|
63
|
+
ImageTypeValues,
|
|
64
|
+
ImdsSupportValues,
|
|
65
|
+
InstanceAttributeName,
|
|
66
|
+
InstanceAutoRecoveryState,
|
|
67
|
+
InstanceBandwidthWeighting,
|
|
68
|
+
InstanceBootModeValues,
|
|
69
|
+
InstanceLifecycle,
|
|
70
|
+
InstanceLifecycleType,
|
|
71
|
+
InstanceMetadataEndpointState,
|
|
72
|
+
InstanceMetadataOptionsState,
|
|
73
|
+
InstanceMetadataProtocolState,
|
|
74
|
+
InstanceMetadataTagsState,
|
|
75
|
+
InstanceRebootMigrationState,
|
|
76
|
+
InstanceStateName,
|
|
77
|
+
IpamPoolCidrFailureCode,
|
|
78
|
+
IpamPoolCidrState,
|
|
79
|
+
LogDestinationType,
|
|
80
|
+
MetricType,
|
|
81
|
+
MonitoringState,
|
|
82
|
+
NetworkInterfaceStatus,
|
|
83
|
+
OutputFormat,
|
|
84
|
+
PaymentOption,
|
|
85
|
+
PeriodType,
|
|
86
|
+
PermissionGroup,
|
|
87
|
+
PlatformValues,
|
|
88
|
+
ProductCodeValues,
|
|
89
|
+
ReportState,
|
|
90
|
+
ReservationState,
|
|
91
|
+
Schedule,
|
|
92
|
+
SnapshotReturnCodes,
|
|
93
|
+
SpotAllocationStrategy,
|
|
94
|
+
SpotInstanceInterruptionBehavior,
|
|
95
|
+
SqlServerLicenseUsage,
|
|
96
|
+
StatisticType,
|
|
97
|
+
StatusName,
|
|
98
|
+
StatusType,
|
|
99
|
+
SummaryStatus,
|
|
100
|
+
TargetCapacityUnitType,
|
|
101
|
+
TpmSupportValues,
|
|
102
|
+
TrafficIpAddressType,
|
|
103
|
+
TrafficType,
|
|
104
|
+
TransportProtocol,
|
|
105
|
+
VirtualizationType,
|
|
106
|
+
VpnProtocol,
|
|
107
|
+
} from "./enums";
|
|
108
|
+
import {
|
|
109
|
+
AccountAttribute,
|
|
110
|
+
ActiveInstance,
|
|
4
111
|
Address,
|
|
5
112
|
AddressAttribute,
|
|
6
|
-
AddressAttributeName,
|
|
7
113
|
AddressTransfer,
|
|
114
|
+
AssociationStatus,
|
|
115
|
+
AttributeValue,
|
|
116
|
+
BundleTask,
|
|
8
117
|
ByoipCidr,
|
|
9
|
-
|
|
10
|
-
InstanceEventWindowState,
|
|
11
|
-
Tag,
|
|
12
|
-
TagSpecification,
|
|
13
|
-
TransitGatewayPeeringAttachment,
|
|
14
|
-
TransitGatewayVpcAttachment,
|
|
15
|
-
TrustProviderType,
|
|
16
|
-
UnsuccessfulItem,
|
|
17
|
-
UserTrustProviderType,
|
|
18
|
-
VerifiedAccessInstance,
|
|
19
|
-
VerifiedAccessSseSpecificationResponse,
|
|
20
|
-
VerifiedAccessTrustProvider,
|
|
21
|
-
VpcAttachment,
|
|
22
|
-
VpcPeeringConnection,
|
|
23
|
-
} from "./models_0";
|
|
24
|
-
import {
|
|
118
|
+
CapacityReservation,
|
|
25
119
|
CarrierGateway,
|
|
120
|
+
ClientVpnAuthorizationRuleStatus,
|
|
26
121
|
ClientVpnEndpointStatus,
|
|
27
122
|
ClientVpnRouteStatus,
|
|
28
|
-
CoipCidr,
|
|
29
123
|
CoipPool,
|
|
124
|
+
CustomerGateway,
|
|
125
|
+
FleetCapacityReservation,
|
|
126
|
+
IamInstanceProfile,
|
|
127
|
+
IamInstanceProfileAssociation,
|
|
128
|
+
InstanceEventWindow,
|
|
129
|
+
OperatorResponse,
|
|
130
|
+
Tag,
|
|
131
|
+
UnsuccessfulItem,
|
|
132
|
+
} from "./models_0";
|
|
133
|
+
import {
|
|
134
|
+
BlockDeviceMapping,
|
|
135
|
+
CapacityReservationTargetResponse,
|
|
136
|
+
DhcpOptions,
|
|
30
137
|
Ec2InstanceConnectEndpoint,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
Tenancy,
|
|
41
|
-
VolumeType,
|
|
42
|
-
Vpc,
|
|
138
|
+
EgressOnlyInternetGateway,
|
|
139
|
+
ExportTask,
|
|
140
|
+
FleetLaunchTemplateOverrides,
|
|
141
|
+
FleetLaunchTemplateSpecification,
|
|
142
|
+
GroupIdentifier,
|
|
143
|
+
InstanceIpv6Address,
|
|
144
|
+
LaunchTemplateAndOverridesResponse,
|
|
145
|
+
Placement,
|
|
146
|
+
StateReason,
|
|
43
147
|
} from "./models_1";
|
|
44
|
-
import {
|
|
45
|
-
|
|
46
|
-
LocalGatewayRoute,
|
|
47
|
-
LocalGatewayRouteTable,
|
|
48
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
49
|
-
LocalGatewayRouteTableVpcAssociation,
|
|
50
|
-
LocalGatewayVirtualInterface,
|
|
51
|
-
LocalGatewayVirtualInterfaceGroup,
|
|
52
|
-
ManagedPrefixList,
|
|
53
|
-
OperatorRequest,
|
|
54
|
-
RouteServer,
|
|
55
|
-
RouteServerEndpoint,
|
|
56
|
-
RouteServerPeer,
|
|
57
|
-
SubnetCidrReservation,
|
|
58
|
-
TransitGateway,
|
|
59
|
-
TransitGatewayConnect,
|
|
60
|
-
TransitGatewayConnectPeer,
|
|
61
|
-
TransitGatewayMulticastDomain,
|
|
62
|
-
TransitGatewayPolicyTable,
|
|
63
|
-
TransitGatewayPrefixListReference,
|
|
64
|
-
TransitGatewayRoute,
|
|
65
|
-
TransitGatewayRouteTable,
|
|
66
|
-
TransitGatewayRouteTableAnnouncement,
|
|
67
|
-
VerifiedAccessEndpoint,
|
|
68
|
-
VerifiedAccessSseSpecificationRequest,
|
|
69
|
-
} from "./models_2";
|
|
70
|
-
export interface CreateVerifiedAccessEndpointResult {
|
|
71
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
72
|
-
}
|
|
73
|
-
export interface CreateVerifiedAccessGroupRequest {
|
|
74
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
75
|
-
Description?: string | undefined;
|
|
76
|
-
PolicyDocument?: string | undefined;
|
|
77
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
78
|
-
ClientToken?: string | undefined;
|
|
79
|
-
DryRun?: boolean | undefined;
|
|
80
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
81
|
-
}
|
|
82
|
-
export interface VerifiedAccessGroup {
|
|
83
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
84
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
85
|
-
Description?: string | undefined;
|
|
86
|
-
Owner?: string | undefined;
|
|
87
|
-
VerifiedAccessGroupArn?: string | undefined;
|
|
88
|
-
CreationTime?: string | undefined;
|
|
89
|
-
LastUpdatedTime?: string | undefined;
|
|
90
|
-
DeletionTime?: string | undefined;
|
|
91
|
-
Tags?: Tag[] | undefined;
|
|
92
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
93
|
-
}
|
|
94
|
-
export interface CreateVerifiedAccessGroupResult {
|
|
95
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
96
|
-
}
|
|
97
|
-
export interface CreateVerifiedAccessInstanceRequest {
|
|
98
|
-
Description?: string | undefined;
|
|
99
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
100
|
-
ClientToken?: string | undefined;
|
|
101
|
-
DryRun?: boolean | undefined;
|
|
102
|
-
FIPSEnabled?: boolean | undefined;
|
|
103
|
-
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
104
|
-
}
|
|
105
|
-
export interface CreateVerifiedAccessInstanceResult {
|
|
106
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
107
|
-
}
|
|
108
|
-
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
109
|
-
TenantId?: string | undefined;
|
|
110
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
111
|
-
}
|
|
112
|
-
export interface CreateVerifiedAccessNativeApplicationOidcOptions {
|
|
113
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
114
|
-
Issuer?: string | undefined;
|
|
115
|
-
AuthorizationEndpoint?: string | undefined;
|
|
116
|
-
TokenEndpoint?: string | undefined;
|
|
117
|
-
UserInfoEndpoint?: string | undefined;
|
|
118
|
-
ClientId?: string | undefined;
|
|
119
|
-
ClientSecret?: string | undefined;
|
|
120
|
-
Scope?: string | undefined;
|
|
121
|
-
}
|
|
122
|
-
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
123
|
-
Issuer?: string | undefined;
|
|
124
|
-
AuthorizationEndpoint?: string | undefined;
|
|
125
|
-
TokenEndpoint?: string | undefined;
|
|
126
|
-
UserInfoEndpoint?: string | undefined;
|
|
127
|
-
ClientId?: string | undefined;
|
|
128
|
-
ClientSecret?: string | undefined;
|
|
129
|
-
Scope?: string | undefined;
|
|
130
|
-
}
|
|
131
|
-
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
132
|
-
TrustProviderType: TrustProviderType | undefined;
|
|
133
|
-
UserTrustProviderType?: UserTrustProviderType | undefined;
|
|
134
|
-
DeviceTrustProviderType?: DeviceTrustProviderType | undefined;
|
|
135
|
-
OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
136
|
-
DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
137
|
-
PolicyReferenceName: string | undefined;
|
|
138
|
-
Description?: string | undefined;
|
|
139
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
140
|
-
ClientToken?: string | undefined;
|
|
141
|
-
DryRun?: boolean | undefined;
|
|
142
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
143
|
-
NativeApplicationOidcOptions?:
|
|
144
|
-
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
145
|
-
| undefined;
|
|
146
|
-
}
|
|
147
|
-
export interface CreateVerifiedAccessTrustProviderResult {
|
|
148
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
149
|
-
}
|
|
150
|
-
export interface CreateVolumeRequest {
|
|
151
|
-
AvailabilityZone?: string | undefined;
|
|
152
|
-
AvailabilityZoneId?: string | undefined;
|
|
153
|
-
Encrypted?: boolean | undefined;
|
|
154
|
-
Iops?: number | undefined;
|
|
155
|
-
KmsKeyId?: string | undefined;
|
|
156
|
-
OutpostArn?: string | undefined;
|
|
157
|
-
Size?: number | undefined;
|
|
158
|
-
SnapshotId?: string | undefined;
|
|
159
|
-
VolumeType?: VolumeType | undefined;
|
|
160
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
161
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
162
|
-
Throughput?: number | undefined;
|
|
163
|
-
ClientToken?: string | undefined;
|
|
164
|
-
VolumeInitializationRate?: number | undefined;
|
|
165
|
-
Operator?: OperatorRequest | undefined;
|
|
166
|
-
DryRun?: boolean | undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface CreateVpcRequest {
|
|
169
|
-
CidrBlock?: string | undefined;
|
|
170
|
-
Ipv6Pool?: string | undefined;
|
|
171
|
-
Ipv6CidrBlock?: string | undefined;
|
|
172
|
-
Ipv4IpamPoolId?: string | undefined;
|
|
173
|
-
Ipv4NetmaskLength?: number | undefined;
|
|
174
|
-
Ipv6IpamPoolId?: string | undefined;
|
|
175
|
-
Ipv6NetmaskLength?: number | undefined;
|
|
176
|
-
Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
|
|
177
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
178
|
-
DryRun?: boolean | undefined;
|
|
179
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
180
|
-
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
181
|
-
}
|
|
182
|
-
export interface CreateVpcResult {
|
|
183
|
-
Vpc?: Vpc | undefined;
|
|
184
|
-
}
|
|
185
|
-
export declare const InternetGatewayExclusionMode: {
|
|
186
|
-
readonly allow_bidirectional: "allow-bidirectional";
|
|
187
|
-
readonly allow_egress: "allow-egress";
|
|
188
|
-
};
|
|
189
|
-
export type InternetGatewayExclusionMode =
|
|
190
|
-
(typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
|
|
191
|
-
export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
192
|
-
DryRun?: boolean | undefined;
|
|
193
|
-
SubnetId?: string | undefined;
|
|
194
|
-
VpcId?: string | undefined;
|
|
195
|
-
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
196
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
197
|
-
}
|
|
198
|
-
export declare const VpcBlockPublicAccessExclusionState: {
|
|
199
|
-
readonly create_complete: "create-complete";
|
|
200
|
-
readonly create_failed: "create-failed";
|
|
201
|
-
readonly create_in_progress: "create-in-progress";
|
|
202
|
-
readonly delete_complete: "delete-complete";
|
|
203
|
-
readonly delete_in_progress: "delete-in-progress";
|
|
204
|
-
readonly disable_complete: "disable-complete";
|
|
205
|
-
readonly disable_in_progress: "disable-in-progress";
|
|
206
|
-
readonly update_complete: "update-complete";
|
|
207
|
-
readonly update_failed: "update-failed";
|
|
208
|
-
readonly update_in_progress: "update-in-progress";
|
|
209
|
-
};
|
|
210
|
-
export type VpcBlockPublicAccessExclusionState =
|
|
211
|
-
(typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
212
|
-
export interface VpcBlockPublicAccessExclusion {
|
|
213
|
-
ExclusionId?: string | undefined;
|
|
214
|
-
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
215
|
-
ResourceArn?: string | undefined;
|
|
216
|
-
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
217
|
-
Reason?: string | undefined;
|
|
218
|
-
CreationTimestamp?: Date | undefined;
|
|
219
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
220
|
-
DeletionTimestamp?: Date | undefined;
|
|
221
|
-
Tags?: Tag[] | undefined;
|
|
222
|
-
}
|
|
223
|
-
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
224
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
225
|
-
}
|
|
226
|
-
export declare const DnsRecordIpType: {
|
|
227
|
-
readonly dualstack: "dualstack";
|
|
228
|
-
readonly ipv4: "ipv4";
|
|
229
|
-
readonly ipv6: "ipv6";
|
|
230
|
-
readonly service_defined: "service-defined";
|
|
231
|
-
};
|
|
232
|
-
export type DnsRecordIpType =
|
|
233
|
-
(typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
|
|
234
|
-
export interface DnsOptionsSpecification {
|
|
235
|
-
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
236
|
-
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
237
|
-
PrivateDnsPreference?: string | undefined;
|
|
238
|
-
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
239
|
-
}
|
|
240
|
-
export interface SubnetConfiguration {
|
|
241
|
-
SubnetId?: string | undefined;
|
|
242
|
-
Ipv4?: string | undefined;
|
|
243
|
-
Ipv6?: string | undefined;
|
|
244
|
-
}
|
|
245
|
-
export declare const VpcEndpointType: {
|
|
246
|
-
readonly Gateway: "Gateway";
|
|
247
|
-
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
248
|
-
readonly Interface: "Interface";
|
|
249
|
-
readonly Resource: "Resource";
|
|
250
|
-
readonly ServiceNetwork: "ServiceNetwork";
|
|
251
|
-
};
|
|
252
|
-
export type VpcEndpointType =
|
|
253
|
-
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
254
|
-
export interface CreateVpcEndpointRequest {
|
|
255
|
-
DryRun?: boolean | undefined;
|
|
256
|
-
VpcEndpointType?: VpcEndpointType | undefined;
|
|
148
|
+
import { VpcBlockPublicAccessExclusion } from "./models_2";
|
|
149
|
+
export interface DeleteVpcRequest {
|
|
257
150
|
VpcId: string | undefined;
|
|
258
|
-
ServiceName?: string | undefined;
|
|
259
|
-
PolicyDocument?: string | undefined;
|
|
260
|
-
RouteTableIds?: string[] | undefined;
|
|
261
|
-
SubnetIds?: string[] | undefined;
|
|
262
|
-
SecurityGroupIds?: string[] | undefined;
|
|
263
|
-
IpAddressType?: IpAddressType | undefined;
|
|
264
|
-
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
265
|
-
ClientToken?: string | undefined;
|
|
266
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
267
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
268
|
-
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
269
|
-
ServiceNetworkArn?: string | undefined;
|
|
270
|
-
ResourceConfigurationArn?: string | undefined;
|
|
271
|
-
ServiceRegion?: string | undefined;
|
|
272
|
-
}
|
|
273
|
-
export interface DnsEntry {
|
|
274
|
-
DnsName?: string | undefined;
|
|
275
|
-
HostedZoneId?: string | undefined;
|
|
276
|
-
}
|
|
277
|
-
export interface DnsOptions {
|
|
278
|
-
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
279
|
-
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
280
|
-
PrivateDnsPreference?: string | undefined;
|
|
281
|
-
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
282
|
-
}
|
|
283
|
-
export interface SecurityGroupIdentifier {
|
|
284
|
-
GroupId?: string | undefined;
|
|
285
|
-
GroupName?: string | undefined;
|
|
286
|
-
}
|
|
287
|
-
export interface SubnetIpPrefixes {
|
|
288
|
-
SubnetId?: string | undefined;
|
|
289
|
-
IpPrefixes?: string[] | undefined;
|
|
290
|
-
}
|
|
291
|
-
export interface LastError {
|
|
292
|
-
Message?: string | undefined;
|
|
293
|
-
Code?: string | undefined;
|
|
294
|
-
}
|
|
295
|
-
export declare const State: {
|
|
296
|
-
readonly Available: "Available";
|
|
297
|
-
readonly Deleted: "Deleted";
|
|
298
|
-
readonly Deleting: "Deleting";
|
|
299
|
-
readonly Expired: "Expired";
|
|
300
|
-
readonly Failed: "Failed";
|
|
301
|
-
readonly Partial: "Partial";
|
|
302
|
-
readonly Pending: "Pending";
|
|
303
|
-
readonly PendingAcceptance: "PendingAcceptance";
|
|
304
|
-
readonly Rejected: "Rejected";
|
|
305
|
-
};
|
|
306
|
-
export type State = (typeof State)[keyof typeof State];
|
|
307
|
-
export interface VpcEndpoint {
|
|
308
|
-
VpcEndpointId?: string | undefined;
|
|
309
|
-
VpcEndpointType?: VpcEndpointType | undefined;
|
|
310
|
-
VpcId?: string | undefined;
|
|
311
|
-
ServiceName?: string | undefined;
|
|
312
|
-
State?: State | undefined;
|
|
313
|
-
PolicyDocument?: string | undefined;
|
|
314
|
-
RouteTableIds?: string[] | undefined;
|
|
315
|
-
SubnetIds?: string[] | undefined;
|
|
316
|
-
Groups?: SecurityGroupIdentifier[] | undefined;
|
|
317
|
-
IpAddressType?: IpAddressType | undefined;
|
|
318
|
-
DnsOptions?: DnsOptions | undefined;
|
|
319
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
320
|
-
RequesterManaged?: boolean | undefined;
|
|
321
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
322
|
-
DnsEntries?: DnsEntry[] | undefined;
|
|
323
|
-
CreationTimestamp?: Date | undefined;
|
|
324
|
-
Tags?: Tag[] | undefined;
|
|
325
|
-
OwnerId?: string | undefined;
|
|
326
|
-
LastError?: LastError | undefined;
|
|
327
|
-
Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
328
|
-
Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
329
|
-
FailureReason?: string | undefined;
|
|
330
|
-
ServiceNetworkArn?: string | undefined;
|
|
331
|
-
ResourceConfigurationArn?: string | undefined;
|
|
332
|
-
ServiceRegion?: string | undefined;
|
|
333
|
-
}
|
|
334
|
-
export interface CreateVpcEndpointResult {
|
|
335
|
-
VpcEndpoint?: VpcEndpoint | undefined;
|
|
336
|
-
ClientToken?: string | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
339
151
|
DryRun?: boolean | undefined;
|
|
340
|
-
ServiceId?: string | undefined;
|
|
341
|
-
VpcEndpointId?: string | undefined;
|
|
342
|
-
ConnectionNotificationArn: string | undefined;
|
|
343
|
-
ConnectionEvents: string[] | undefined;
|
|
344
|
-
ClientToken?: string | undefined;
|
|
345
152
|
}
|
|
346
|
-
export
|
|
347
|
-
readonly Disabled: "Disabled";
|
|
348
|
-
readonly Enabled: "Enabled";
|
|
349
|
-
};
|
|
350
|
-
export type ConnectionNotificationState =
|
|
351
|
-
(typeof ConnectionNotificationState)[keyof typeof ConnectionNotificationState];
|
|
352
|
-
export declare const ConnectionNotificationType: {
|
|
353
|
-
readonly Topic: "Topic";
|
|
354
|
-
};
|
|
355
|
-
export type ConnectionNotificationType =
|
|
356
|
-
(typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
|
|
357
|
-
export interface ConnectionNotification {
|
|
358
|
-
ConnectionNotificationId?: string | undefined;
|
|
359
|
-
ServiceId?: string | undefined;
|
|
360
|
-
VpcEndpointId?: string | undefined;
|
|
361
|
-
ConnectionNotificationType?: ConnectionNotificationType | undefined;
|
|
362
|
-
ConnectionNotificationArn?: string | undefined;
|
|
363
|
-
ConnectionEvents?: string[] | undefined;
|
|
364
|
-
ConnectionNotificationState?: ConnectionNotificationState | undefined;
|
|
365
|
-
ServiceRegion?: string | undefined;
|
|
366
|
-
}
|
|
367
|
-
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
368
|
-
ConnectionNotification?: ConnectionNotification | undefined;
|
|
369
|
-
ClientToken?: string | undefined;
|
|
370
|
-
}
|
|
371
|
-
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
153
|
+
export interface DeleteVpcBlockPublicAccessExclusionRequest {
|
|
372
154
|
DryRun?: boolean | undefined;
|
|
373
|
-
|
|
374
|
-
PrivateDnsName?: string | undefined;
|
|
375
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
376
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
377
|
-
SupportedIpAddressTypes?: string[] | undefined;
|
|
378
|
-
SupportedRegions?: string[] | undefined;
|
|
379
|
-
ClientToken?: string | undefined;
|
|
380
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
381
|
-
}
|
|
382
|
-
export declare const PayerResponsibility: {
|
|
383
|
-
readonly ServiceOwner: "ServiceOwner";
|
|
384
|
-
};
|
|
385
|
-
export type PayerResponsibility =
|
|
386
|
-
(typeof PayerResponsibility)[keyof typeof PayerResponsibility];
|
|
387
|
-
export declare const DnsNameState: {
|
|
388
|
-
readonly Failed: "failed";
|
|
389
|
-
readonly PendingVerification: "pendingVerification";
|
|
390
|
-
readonly Verified: "verified";
|
|
391
|
-
};
|
|
392
|
-
export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
|
|
393
|
-
export interface PrivateDnsNameConfiguration {
|
|
394
|
-
State?: DnsNameState | undefined;
|
|
395
|
-
Type?: string | undefined;
|
|
396
|
-
Value?: string | undefined;
|
|
397
|
-
Name?: string | undefined;
|
|
398
|
-
}
|
|
399
|
-
export declare const ServiceState: {
|
|
400
|
-
readonly Available: "Available";
|
|
401
|
-
readonly Deleted: "Deleted";
|
|
402
|
-
readonly Deleting: "Deleting";
|
|
403
|
-
readonly Failed: "Failed";
|
|
404
|
-
readonly Pending: "Pending";
|
|
405
|
-
};
|
|
406
|
-
export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
|
|
407
|
-
export declare const ServiceType: {
|
|
408
|
-
readonly Gateway: "Gateway";
|
|
409
|
-
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
410
|
-
readonly Interface: "Interface";
|
|
411
|
-
};
|
|
412
|
-
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
413
|
-
export interface ServiceTypeDetail {
|
|
414
|
-
ServiceType?: ServiceType | undefined;
|
|
415
|
-
}
|
|
416
|
-
export declare const ServiceConnectivityType: {
|
|
417
|
-
readonly ipv4: "ipv4";
|
|
418
|
-
readonly ipv6: "ipv6";
|
|
419
|
-
};
|
|
420
|
-
export type ServiceConnectivityType =
|
|
421
|
-
(typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
|
|
422
|
-
export interface SupportedRegionDetail {
|
|
423
|
-
Region?: string | undefined;
|
|
424
|
-
ServiceState?: string | undefined;
|
|
425
|
-
}
|
|
426
|
-
export interface ServiceConfiguration {
|
|
427
|
-
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
428
|
-
ServiceId?: string | undefined;
|
|
429
|
-
ServiceName?: string | undefined;
|
|
430
|
-
ServiceState?: ServiceState | undefined;
|
|
431
|
-
AvailabilityZoneIds?: string[] | undefined;
|
|
432
|
-
AvailabilityZones?: string[] | undefined;
|
|
433
|
-
AcceptanceRequired?: boolean | undefined;
|
|
434
|
-
ManagesVpcEndpoints?: boolean | undefined;
|
|
435
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
436
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
437
|
-
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
438
|
-
BaseEndpointDnsNames?: string[] | undefined;
|
|
439
|
-
PrivateDnsName?: string | undefined;
|
|
440
|
-
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
|
|
441
|
-
PayerResponsibility?: PayerResponsibility | undefined;
|
|
442
|
-
Tags?: Tag[] | undefined;
|
|
443
|
-
SupportedRegions?: SupportedRegionDetail[] | undefined;
|
|
444
|
-
RemoteAccessEnabled?: boolean | undefined;
|
|
155
|
+
ExclusionId: string | undefined;
|
|
445
156
|
}
|
|
446
|
-
export interface
|
|
447
|
-
|
|
448
|
-
ClientToken?: string | undefined;
|
|
157
|
+
export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
158
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
449
159
|
}
|
|
450
|
-
export interface
|
|
451
|
-
PeerRegion?: string | undefined;
|
|
452
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
160
|
+
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
453
161
|
DryRun?: boolean | undefined;
|
|
454
|
-
|
|
455
|
-
PeerVpcId?: string | undefined;
|
|
456
|
-
PeerOwnerId?: string | undefined;
|
|
162
|
+
ConnectionNotificationIds: string[] | undefined;
|
|
457
163
|
}
|
|
458
|
-
export interface
|
|
459
|
-
|
|
164
|
+
export interface DeleteVpcEndpointConnectionNotificationsResult {
|
|
165
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
460
166
|
}
|
|
461
|
-
export
|
|
462
|
-
readonly ipsec_1: "ipsec.1";
|
|
463
|
-
};
|
|
464
|
-
export type VpnConcentratorType =
|
|
465
|
-
(typeof VpnConcentratorType)[keyof typeof VpnConcentratorType];
|
|
466
|
-
export interface CreateVpnConcentratorRequest {
|
|
467
|
-
Type: VpnConcentratorType | undefined;
|
|
468
|
-
TransitGatewayId?: string | undefined;
|
|
469
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
167
|
+
export interface DeleteVpcEndpointsRequest {
|
|
470
168
|
DryRun?: boolean | undefined;
|
|
169
|
+
VpcEndpointIds: string[] | undefined;
|
|
471
170
|
}
|
|
472
|
-
export interface
|
|
473
|
-
|
|
474
|
-
State?: string | undefined;
|
|
475
|
-
TransitGatewayId?: string | undefined;
|
|
476
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
477
|
-
Type?: string | undefined;
|
|
478
|
-
Tags?: Tag[] | undefined;
|
|
479
|
-
}
|
|
480
|
-
export interface CreateVpnConcentratorResult {
|
|
481
|
-
VpnConcentrator?: VpnConcentrator | undefined;
|
|
482
|
-
}
|
|
483
|
-
export declare const VpnTunnelBandwidth: {
|
|
484
|
-
readonly large: "large";
|
|
485
|
-
readonly standard: "standard";
|
|
486
|
-
};
|
|
487
|
-
export type VpnTunnelBandwidth =
|
|
488
|
-
(typeof VpnTunnelBandwidth)[keyof typeof VpnTunnelBandwidth];
|
|
489
|
-
export declare const TunnelInsideIpVersion: {
|
|
490
|
-
readonly ipv4: "ipv4";
|
|
491
|
-
readonly ipv6: "ipv6";
|
|
492
|
-
};
|
|
493
|
-
export type TunnelInsideIpVersion =
|
|
494
|
-
(typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
|
|
495
|
-
export interface IKEVersionsRequestListValue {
|
|
496
|
-
Value?: string | undefined;
|
|
497
|
-
}
|
|
498
|
-
export interface CloudWatchLogOptionsSpecification {
|
|
499
|
-
LogEnabled?: boolean | undefined;
|
|
500
|
-
LogGroupArn?: string | undefined;
|
|
501
|
-
LogOutputFormat?: string | undefined;
|
|
502
|
-
}
|
|
503
|
-
export interface VpnTunnelLogOptionsSpecification {
|
|
504
|
-
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
505
|
-
}
|
|
506
|
-
export interface Phase1DHGroupNumbersRequestListValue {
|
|
507
|
-
Value?: number | undefined;
|
|
508
|
-
}
|
|
509
|
-
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
510
|
-
Value?: string | undefined;
|
|
511
|
-
}
|
|
512
|
-
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
513
|
-
Value?: string | undefined;
|
|
514
|
-
}
|
|
515
|
-
export interface Phase2DHGroupNumbersRequestListValue {
|
|
516
|
-
Value?: number | undefined;
|
|
517
|
-
}
|
|
518
|
-
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
519
|
-
Value?: string | undefined;
|
|
520
|
-
}
|
|
521
|
-
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
522
|
-
Value?: string | undefined;
|
|
523
|
-
}
|
|
524
|
-
export interface VpnTunnelOptionsSpecification {
|
|
525
|
-
TunnelInsideCidr?: string | undefined;
|
|
526
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
527
|
-
PreSharedKey?: string | undefined;
|
|
528
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
529
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
530
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
531
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
532
|
-
ReplayWindowSize?: number | undefined;
|
|
533
|
-
DPDTimeoutSeconds?: number | undefined;
|
|
534
|
-
DPDTimeoutAction?: string | undefined;
|
|
535
|
-
Phase1EncryptionAlgorithms?:
|
|
536
|
-
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
537
|
-
| undefined;
|
|
538
|
-
Phase2EncryptionAlgorithms?:
|
|
539
|
-
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
540
|
-
| undefined;
|
|
541
|
-
Phase1IntegrityAlgorithms?:
|
|
542
|
-
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
543
|
-
| undefined;
|
|
544
|
-
Phase2IntegrityAlgorithms?:
|
|
545
|
-
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
546
|
-
| undefined;
|
|
547
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
548
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
549
|
-
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
550
|
-
StartupAction?: string | undefined;
|
|
551
|
-
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
552
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
553
|
-
}
|
|
554
|
-
export interface VpnConnectionOptionsSpecification {
|
|
555
|
-
EnableAcceleration?: boolean | undefined;
|
|
556
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
557
|
-
TunnelOptions?: VpnTunnelOptionsSpecification[] | undefined;
|
|
558
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
559
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
560
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
561
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
562
|
-
OutsideIpAddressType?: string | undefined;
|
|
563
|
-
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
564
|
-
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
565
|
-
StaticRoutesOnly?: boolean | undefined;
|
|
566
|
-
}
|
|
567
|
-
export interface CreateVpnConnectionRequest {
|
|
568
|
-
CustomerGatewayId: string | undefined;
|
|
569
|
-
Type: string | undefined;
|
|
570
|
-
VpnGatewayId?: string | undefined;
|
|
571
|
-
TransitGatewayId?: string | undefined;
|
|
572
|
-
VpnConcentratorId?: string | undefined;
|
|
573
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
574
|
-
PreSharedKeyStorage?: string | undefined;
|
|
575
|
-
DryRun?: boolean | undefined;
|
|
576
|
-
Options?: VpnConnectionOptionsSpecification | undefined;
|
|
577
|
-
}
|
|
578
|
-
export declare const GatewayAssociationState: {
|
|
579
|
-
readonly associated: "associated";
|
|
580
|
-
readonly associating: "associating";
|
|
581
|
-
readonly disassociating: "disassociating";
|
|
582
|
-
readonly not_associated: "not-associated";
|
|
583
|
-
};
|
|
584
|
-
export type GatewayAssociationState =
|
|
585
|
-
(typeof GatewayAssociationState)[keyof typeof GatewayAssociationState];
|
|
586
|
-
export interface IKEVersionsListValue {
|
|
587
|
-
Value?: string | undefined;
|
|
588
|
-
}
|
|
589
|
-
export interface CloudWatchLogOptions {
|
|
590
|
-
LogEnabled?: boolean | undefined;
|
|
591
|
-
LogGroupArn?: string | undefined;
|
|
592
|
-
LogOutputFormat?: string | undefined;
|
|
593
|
-
}
|
|
594
|
-
export interface VpnTunnelLogOptions {
|
|
595
|
-
CloudWatchLogOptions?: CloudWatchLogOptions | undefined;
|
|
596
|
-
}
|
|
597
|
-
export interface Phase1DHGroupNumbersListValue {
|
|
598
|
-
Value?: number | undefined;
|
|
599
|
-
}
|
|
600
|
-
export interface Phase1EncryptionAlgorithmsListValue {
|
|
601
|
-
Value?: string | undefined;
|
|
602
|
-
}
|
|
603
|
-
export interface Phase1IntegrityAlgorithmsListValue {
|
|
604
|
-
Value?: string | undefined;
|
|
605
|
-
}
|
|
606
|
-
export interface Phase2DHGroupNumbersListValue {
|
|
607
|
-
Value?: number | undefined;
|
|
608
|
-
}
|
|
609
|
-
export interface Phase2EncryptionAlgorithmsListValue {
|
|
610
|
-
Value?: string | undefined;
|
|
611
|
-
}
|
|
612
|
-
export interface Phase2IntegrityAlgorithmsListValue {
|
|
613
|
-
Value?: string | undefined;
|
|
614
|
-
}
|
|
615
|
-
export interface TunnelOption {
|
|
616
|
-
OutsideIpAddress?: string | undefined;
|
|
617
|
-
TunnelInsideCidr?: string | undefined;
|
|
618
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
619
|
-
PreSharedKey?: string | undefined;
|
|
620
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
621
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
622
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
623
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
624
|
-
ReplayWindowSize?: number | undefined;
|
|
625
|
-
DpdTimeoutSeconds?: number | undefined;
|
|
626
|
-
DpdTimeoutAction?: string | undefined;
|
|
627
|
-
Phase1EncryptionAlgorithms?:
|
|
628
|
-
| Phase1EncryptionAlgorithmsListValue[]
|
|
629
|
-
| undefined;
|
|
630
|
-
Phase2EncryptionAlgorithms?:
|
|
631
|
-
| Phase2EncryptionAlgorithmsListValue[]
|
|
632
|
-
| undefined;
|
|
633
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[] | undefined;
|
|
634
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[] | undefined;
|
|
635
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[] | undefined;
|
|
636
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[] | undefined;
|
|
637
|
-
IkeVersions?: IKEVersionsListValue[] | undefined;
|
|
638
|
-
StartupAction?: string | undefined;
|
|
639
|
-
LogOptions?: VpnTunnelLogOptions | undefined;
|
|
640
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
641
|
-
}
|
|
642
|
-
export interface VpnConnectionOptions {
|
|
643
|
-
EnableAcceleration?: boolean | undefined;
|
|
644
|
-
StaticRoutesOnly?: boolean | undefined;
|
|
645
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
646
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
647
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
648
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
649
|
-
OutsideIpAddressType?: string | undefined;
|
|
650
|
-
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
651
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
652
|
-
TunnelOptions?: TunnelOption[] | undefined;
|
|
653
|
-
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
654
|
-
}
|
|
655
|
-
export declare const VpnStaticRouteSource: {
|
|
656
|
-
readonly Static: "Static";
|
|
657
|
-
};
|
|
658
|
-
export type VpnStaticRouteSource =
|
|
659
|
-
(typeof VpnStaticRouteSource)[keyof typeof VpnStaticRouteSource];
|
|
660
|
-
export declare const VpnState: {
|
|
661
|
-
readonly available: "available";
|
|
662
|
-
readonly deleted: "deleted";
|
|
663
|
-
readonly deleting: "deleting";
|
|
664
|
-
readonly pending: "pending";
|
|
665
|
-
};
|
|
666
|
-
export type VpnState = (typeof VpnState)[keyof typeof VpnState];
|
|
667
|
-
export interface VpnStaticRoute {
|
|
668
|
-
DestinationCidrBlock?: string | undefined;
|
|
669
|
-
Source?: VpnStaticRouteSource | undefined;
|
|
670
|
-
State?: VpnState | undefined;
|
|
671
|
-
}
|
|
672
|
-
export declare const TelemetryStatus: {
|
|
673
|
-
readonly DOWN: "DOWN";
|
|
674
|
-
readonly UP: "UP";
|
|
675
|
-
};
|
|
676
|
-
export type TelemetryStatus =
|
|
677
|
-
(typeof TelemetryStatus)[keyof typeof TelemetryStatus];
|
|
678
|
-
export interface VgwTelemetry {
|
|
679
|
-
AcceptedRouteCount?: number | undefined;
|
|
680
|
-
LastStatusChange?: Date | undefined;
|
|
681
|
-
OutsideIpAddress?: string | undefined;
|
|
682
|
-
Status?: TelemetryStatus | undefined;
|
|
683
|
-
StatusMessage?: string | undefined;
|
|
684
|
-
CertificateArn?: string | undefined;
|
|
685
|
-
}
|
|
686
|
-
export interface VpnConnection {
|
|
687
|
-
Category?: string | undefined;
|
|
688
|
-
TransitGatewayId?: string | undefined;
|
|
689
|
-
VpnConcentratorId?: string | undefined;
|
|
690
|
-
CoreNetworkArn?: string | undefined;
|
|
691
|
-
CoreNetworkAttachmentArn?: string | undefined;
|
|
692
|
-
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
693
|
-
Options?: VpnConnectionOptions | undefined;
|
|
694
|
-
Routes?: VpnStaticRoute[] | undefined;
|
|
695
|
-
Tags?: Tag[] | undefined;
|
|
696
|
-
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
697
|
-
PreSharedKeyArn?: string | undefined;
|
|
698
|
-
VpnConnectionId?: string | undefined;
|
|
699
|
-
State?: VpnState | undefined;
|
|
700
|
-
CustomerGatewayConfiguration?: string | undefined;
|
|
701
|
-
Type?: GatewayType | undefined;
|
|
702
|
-
CustomerGatewayId?: string | undefined;
|
|
703
|
-
VpnGatewayId?: string | undefined;
|
|
704
|
-
}
|
|
705
|
-
export interface CreateVpnConnectionResult {
|
|
706
|
-
VpnConnection?: VpnConnection | undefined;
|
|
707
|
-
}
|
|
708
|
-
export interface CreateVpnConnectionRouteRequest {
|
|
709
|
-
DestinationCidrBlock: string | undefined;
|
|
710
|
-
VpnConnectionId: string | undefined;
|
|
171
|
+
export interface DeleteVpcEndpointsResult {
|
|
172
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
711
173
|
}
|
|
712
|
-
export interface
|
|
713
|
-
AvailabilityZone?: string | undefined;
|
|
714
|
-
Type: GatewayType | undefined;
|
|
715
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
716
|
-
AmazonSideAsn?: number | undefined;
|
|
174
|
+
export interface DeleteVpcEndpointServiceConfigurationsRequest {
|
|
717
175
|
DryRun?: boolean | undefined;
|
|
176
|
+
ServiceIds: string[] | undefined;
|
|
718
177
|
}
|
|
719
|
-
export interface
|
|
720
|
-
|
|
721
|
-
Tags?: Tag[] | undefined;
|
|
722
|
-
VpnGatewayId?: string | undefined;
|
|
723
|
-
State?: VpnState | undefined;
|
|
724
|
-
Type?: GatewayType | undefined;
|
|
725
|
-
AvailabilityZone?: string | undefined;
|
|
726
|
-
VpcAttachments?: VpcAttachment[] | undefined;
|
|
727
|
-
}
|
|
728
|
-
export interface CreateVpnGatewayResult {
|
|
729
|
-
VpnGateway?: VpnGateway | undefined;
|
|
178
|
+
export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
179
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
730
180
|
}
|
|
731
|
-
export interface
|
|
732
|
-
CapacityManagerDataExportId: string | undefined;
|
|
181
|
+
export interface DeleteVpcPeeringConnectionRequest {
|
|
733
182
|
DryRun?: boolean | undefined;
|
|
183
|
+
VpcPeeringConnectionId: string | undefined;
|
|
734
184
|
}
|
|
735
|
-
export interface
|
|
736
|
-
|
|
185
|
+
export interface DeleteVpcPeeringConnectionResult {
|
|
186
|
+
Return?: boolean | undefined;
|
|
737
187
|
}
|
|
738
|
-
export interface
|
|
739
|
-
|
|
188
|
+
export interface DeleteVpnConcentratorRequest {
|
|
189
|
+
VpnConcentratorId: string | undefined;
|
|
740
190
|
DryRun?: boolean | undefined;
|
|
741
191
|
}
|
|
742
|
-
export interface
|
|
743
|
-
|
|
192
|
+
export interface DeleteVpnConcentratorResult {
|
|
193
|
+
Return?: boolean | undefined;
|
|
744
194
|
}
|
|
745
|
-
export interface
|
|
746
|
-
|
|
195
|
+
export interface DeleteVpnConnectionRequest {
|
|
196
|
+
VpnConnectionId: string | undefined;
|
|
747
197
|
DryRun?: boolean | undefined;
|
|
748
198
|
}
|
|
749
|
-
export interface
|
|
750
|
-
Status?: ClientVpnEndpointStatus | undefined;
|
|
751
|
-
}
|
|
752
|
-
export interface DeleteClientVpnRouteRequest {
|
|
753
|
-
ClientVpnEndpointId: string | undefined;
|
|
754
|
-
TargetVpcSubnetId?: string | undefined;
|
|
199
|
+
export interface DeleteVpnConnectionRouteRequest {
|
|
755
200
|
DestinationCidrBlock: string | undefined;
|
|
756
|
-
|
|
757
|
-
}
|
|
758
|
-
export interface DeleteClientVpnRouteResult {
|
|
759
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
201
|
+
VpnConnectionId: string | undefined;
|
|
760
202
|
}
|
|
761
|
-
export interface
|
|
762
|
-
|
|
763
|
-
CoipPoolId: string | undefined;
|
|
203
|
+
export interface DeleteVpnGatewayRequest {
|
|
204
|
+
VpnGatewayId: string | undefined;
|
|
764
205
|
DryRun?: boolean | undefined;
|
|
765
206
|
}
|
|
766
|
-
export interface
|
|
767
|
-
|
|
768
|
-
}
|
|
769
|
-
export interface DeleteCoipPoolRequest {
|
|
770
|
-
CoipPoolId: string | undefined;
|
|
207
|
+
export interface DeprovisionByoipCidrRequest {
|
|
208
|
+
Cidr: string | undefined;
|
|
771
209
|
DryRun?: boolean | undefined;
|
|
772
210
|
}
|
|
773
|
-
export interface
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
export interface DeleteCustomerGatewayRequest {
|
|
777
|
-
CustomerGatewayId: string | undefined;
|
|
778
|
-
DryRun?: boolean | undefined;
|
|
211
|
+
export interface DeprovisionByoipCidrResult {
|
|
212
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
779
213
|
}
|
|
780
|
-
export interface
|
|
781
|
-
DhcpOptionsId: string | undefined;
|
|
214
|
+
export interface DeprovisionIpamByoasnRequest {
|
|
782
215
|
DryRun?: boolean | undefined;
|
|
216
|
+
IpamId: string | undefined;
|
|
217
|
+
Asn: string | undefined;
|
|
783
218
|
}
|
|
784
|
-
export interface
|
|
785
|
-
|
|
786
|
-
|
|
219
|
+
export interface Byoasn {
|
|
220
|
+
Asn?: string | undefined;
|
|
221
|
+
IpamId?: string | undefined;
|
|
222
|
+
StatusMessage?: string | undefined;
|
|
223
|
+
State?: AsnState | undefined;
|
|
787
224
|
}
|
|
788
|
-
export interface
|
|
789
|
-
|
|
225
|
+
export interface DeprovisionIpamByoasnResult {
|
|
226
|
+
Byoasn?: Byoasn | undefined;
|
|
790
227
|
}
|
|
791
|
-
export interface
|
|
228
|
+
export interface DeprovisionIpamPoolCidrRequest {
|
|
792
229
|
DryRun?: boolean | undefined;
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
}
|
|
796
|
-
export declare const FleetStateCode: {
|
|
797
|
-
readonly ACTIVE: "active";
|
|
798
|
-
readonly DELETED: "deleted";
|
|
799
|
-
readonly DELETED_RUNNING: "deleted_running";
|
|
800
|
-
readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
|
|
801
|
-
readonly FAILED: "failed";
|
|
802
|
-
readonly MODIFYING: "modifying";
|
|
803
|
-
readonly SUBMITTED: "submitted";
|
|
804
|
-
};
|
|
805
|
-
export type FleetStateCode =
|
|
806
|
-
(typeof FleetStateCode)[keyof typeof FleetStateCode];
|
|
807
|
-
export interface DeleteFleetSuccessItem {
|
|
808
|
-
CurrentFleetState?: FleetStateCode | undefined;
|
|
809
|
-
PreviousFleetState?: FleetStateCode | undefined;
|
|
810
|
-
FleetId?: string | undefined;
|
|
230
|
+
IpamPoolId: string | undefined;
|
|
231
|
+
Cidr?: string | undefined;
|
|
811
232
|
}
|
|
812
|
-
export
|
|
813
|
-
|
|
814
|
-
readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
|
|
815
|
-
readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
|
|
816
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
817
|
-
};
|
|
818
|
-
export type DeleteFleetErrorCode =
|
|
819
|
-
(typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
|
|
820
|
-
export interface DeleteFleetError {
|
|
821
|
-
Code?: DeleteFleetErrorCode | undefined;
|
|
233
|
+
export interface IpamPoolCidrFailureReason {
|
|
234
|
+
Code?: IpamPoolCidrFailureCode | undefined;
|
|
822
235
|
Message?: string | undefined;
|
|
823
236
|
}
|
|
824
|
-
export interface
|
|
825
|
-
|
|
826
|
-
|
|
237
|
+
export interface IpamPoolCidr {
|
|
238
|
+
Cidr?: string | undefined;
|
|
239
|
+
State?: IpamPoolCidrState | undefined;
|
|
240
|
+
FailureReason?: IpamPoolCidrFailureReason | undefined;
|
|
241
|
+
IpamPoolCidrId?: string | undefined;
|
|
242
|
+
NetmaskLength?: number | undefined;
|
|
827
243
|
}
|
|
828
|
-
export interface
|
|
829
|
-
|
|
830
|
-
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
|
|
244
|
+
export interface DeprovisionIpamPoolCidrResult {
|
|
245
|
+
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
831
246
|
}
|
|
832
|
-
export interface
|
|
247
|
+
export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
833
248
|
DryRun?: boolean | undefined;
|
|
834
|
-
|
|
249
|
+
PoolId: string | undefined;
|
|
250
|
+
Cidr: string | undefined;
|
|
835
251
|
}
|
|
836
|
-
export interface
|
|
837
|
-
|
|
252
|
+
export interface DeprovisionPublicIpv4PoolCidrResult {
|
|
253
|
+
PoolId?: string | undefined;
|
|
254
|
+
DeprovisionedAddresses?: string[] | undefined;
|
|
838
255
|
}
|
|
839
|
-
export interface
|
|
256
|
+
export interface DeregisterImageRequest {
|
|
257
|
+
ImageId: string | undefined;
|
|
258
|
+
DeleteAssociatedSnapshots?: boolean | undefined;
|
|
840
259
|
DryRun?: boolean | undefined;
|
|
841
|
-
FpgaImageId: string | undefined;
|
|
842
|
-
}
|
|
843
|
-
export interface DeleteFpgaImageResult {
|
|
844
|
-
Return?: boolean | undefined;
|
|
845
260
|
}
|
|
846
|
-
export interface
|
|
847
|
-
|
|
848
|
-
|
|
261
|
+
export interface DeleteSnapshotReturnCode {
|
|
262
|
+
SnapshotId?: string | undefined;
|
|
263
|
+
ReturnCode?: SnapshotReturnCodes | undefined;
|
|
849
264
|
}
|
|
850
|
-
export interface
|
|
265
|
+
export interface DeregisterImageResult {
|
|
851
266
|
Return?: boolean | undefined;
|
|
267
|
+
DeleteSnapshotResults?: DeleteSnapshotReturnCode[] | undefined;
|
|
852
268
|
}
|
|
853
|
-
export interface
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
}
|
|
857
|
-
export interface DeleteInstanceConnectEndpointResult {
|
|
858
|
-
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
269
|
+
export interface DeregisterInstanceTagAttributeRequest {
|
|
270
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
271
|
+
InstanceTagKeys?: string[] | undefined;
|
|
859
272
|
}
|
|
860
|
-
export interface
|
|
273
|
+
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
861
274
|
DryRun?: boolean | undefined;
|
|
862
|
-
|
|
863
|
-
InstanceEventWindowId: string | undefined;
|
|
275
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
|
|
864
276
|
}
|
|
865
|
-
export interface
|
|
866
|
-
|
|
867
|
-
|
|
277
|
+
export interface InstanceTagNotificationAttribute {
|
|
278
|
+
InstanceTagKeys?: string[] | undefined;
|
|
279
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
868
280
|
}
|
|
869
|
-
export interface
|
|
870
|
-
|
|
281
|
+
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
282
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
871
283
|
}
|
|
872
|
-
export interface
|
|
284
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
285
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
286
|
+
GroupIpAddress?: string | undefined;
|
|
287
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
873
288
|
DryRun?: boolean | undefined;
|
|
874
|
-
InternetGatewayId: string | undefined;
|
|
875
289
|
}
|
|
876
|
-
export interface
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
290
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
291
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
292
|
+
DeregisteredNetworkInterfaceIds?: string[] | undefined;
|
|
293
|
+
GroupIpAddress?: string | undefined;
|
|
880
294
|
}
|
|
881
|
-
export interface
|
|
882
|
-
|
|
295
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
296
|
+
DeregisteredMulticastGroupMembers?:
|
|
297
|
+
| TransitGatewayMulticastDeregisteredGroupMembers
|
|
298
|
+
| undefined;
|
|
883
299
|
}
|
|
884
|
-
export interface
|
|
300
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
301
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
302
|
+
GroupIpAddress?: string | undefined;
|
|
303
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
885
304
|
DryRun?: boolean | undefined;
|
|
886
|
-
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
887
305
|
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
890
|
-
|
|
306
|
+
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
307
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
308
|
+
DeregisteredNetworkInterfaceIds?: string[] | undefined;
|
|
309
|
+
GroupIpAddress?: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
312
|
+
DeregisteredMulticastGroupSources?:
|
|
313
|
+
| TransitGatewayMulticastDeregisteredGroupSources
|
|
891
314
|
| undefined;
|
|
892
315
|
}
|
|
893
|
-
export interface
|
|
316
|
+
export interface DescribeAccountAttributesRequest {
|
|
894
317
|
DryRun?: boolean | undefined;
|
|
895
|
-
|
|
896
|
-
Cascade?: boolean | undefined;
|
|
897
|
-
}
|
|
898
|
-
export interface DeleteIpamPoolResult {
|
|
899
|
-
IpamPool?: IpamPool | undefined;
|
|
318
|
+
AttributeNames?: AccountAttributeName[] | undefined;
|
|
900
319
|
}
|
|
901
|
-
export interface
|
|
902
|
-
|
|
903
|
-
IpamPrefixListResolverId: string | undefined;
|
|
320
|
+
export interface DescribeAccountAttributesResult {
|
|
321
|
+
AccountAttributes?: AccountAttribute[] | undefined;
|
|
904
322
|
}
|
|
905
|
-
export interface
|
|
906
|
-
|
|
323
|
+
export interface Filter {
|
|
324
|
+
Name?: string | undefined;
|
|
325
|
+
Values?: string[] | undefined;
|
|
907
326
|
}
|
|
908
|
-
export interface
|
|
327
|
+
export interface DescribeAddressesRequest {
|
|
328
|
+
PublicIps?: string[] | undefined;
|
|
909
329
|
DryRun?: boolean | undefined;
|
|
910
|
-
|
|
330
|
+
Filters?: Filter[] | undefined;
|
|
331
|
+
AllocationIds?: string[] | undefined;
|
|
911
332
|
}
|
|
912
|
-
export interface
|
|
913
|
-
|
|
333
|
+
export interface DescribeAddressesResult {
|
|
334
|
+
Addresses?: Address[] | undefined;
|
|
914
335
|
}
|
|
915
|
-
export interface
|
|
336
|
+
export interface DescribeAddressesAttributeRequest {
|
|
337
|
+
AllocationIds?: string[] | undefined;
|
|
338
|
+
Attribute?: AddressAttributeName | undefined;
|
|
339
|
+
NextToken?: string | undefined;
|
|
340
|
+
MaxResults?: number | undefined;
|
|
916
341
|
DryRun?: boolean | undefined;
|
|
917
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
918
342
|
}
|
|
919
|
-
export interface
|
|
920
|
-
|
|
343
|
+
export interface DescribeAddressesAttributeResult {
|
|
344
|
+
Addresses?: AddressAttribute[] | undefined;
|
|
345
|
+
NextToken?: string | undefined;
|
|
921
346
|
}
|
|
922
|
-
export interface
|
|
347
|
+
export interface DescribeAddressTransfersRequest {
|
|
348
|
+
AllocationIds?: string[] | undefined;
|
|
349
|
+
NextToken?: string | undefined;
|
|
350
|
+
MaxResults?: number | undefined;
|
|
923
351
|
DryRun?: boolean | undefined;
|
|
924
|
-
IpamScopeId: string | undefined;
|
|
925
|
-
}
|
|
926
|
-
export interface DeleteIpamScopeResult {
|
|
927
|
-
IpamScope?: IpamScope | undefined;
|
|
928
352
|
}
|
|
929
|
-
export interface
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
DryRun?: boolean | undefined;
|
|
933
|
-
}
|
|
934
|
-
export interface DeleteKeyPairResult {
|
|
935
|
-
Return?: boolean | undefined;
|
|
936
|
-
KeyPairId?: string | undefined;
|
|
353
|
+
export interface DescribeAddressTransfersResult {
|
|
354
|
+
AddressTransfers?: AddressTransfer[] | undefined;
|
|
355
|
+
NextToken?: string | undefined;
|
|
937
356
|
}
|
|
938
|
-
export interface
|
|
357
|
+
export interface DescribeAggregateIdFormatRequest {
|
|
939
358
|
DryRun?: boolean | undefined;
|
|
940
|
-
LaunchTemplateId?: string | undefined;
|
|
941
|
-
LaunchTemplateName?: string | undefined;
|
|
942
359
|
}
|
|
943
|
-
export interface
|
|
944
|
-
|
|
360
|
+
export interface IdFormat {
|
|
361
|
+
Deadline?: Date | undefined;
|
|
362
|
+
Resource?: string | undefined;
|
|
363
|
+
UseLongIds?: boolean | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface DescribeAggregateIdFormatResult {
|
|
366
|
+
UseLongIdsAggregated?: boolean | undefined;
|
|
367
|
+
Statuses?: IdFormat[] | undefined;
|
|
945
368
|
}
|
|
946
|
-
export interface
|
|
369
|
+
export interface DescribeAvailabilityZonesRequest {
|
|
370
|
+
ZoneNames?: string[] | undefined;
|
|
371
|
+
ZoneIds?: string[] | undefined;
|
|
372
|
+
AllAvailabilityZones?: boolean | undefined;
|
|
947
373
|
DryRun?: boolean | undefined;
|
|
948
|
-
|
|
949
|
-
LaunchTemplateName?: string | undefined;
|
|
950
|
-
Versions: string[] | undefined;
|
|
374
|
+
Filters?: Filter[] | undefined;
|
|
951
375
|
}
|
|
952
|
-
export interface
|
|
953
|
-
LaunchTemplateId?: string | undefined;
|
|
954
|
-
LaunchTemplateName?: string | undefined;
|
|
955
|
-
VersionNumber?: number | undefined;
|
|
956
|
-
}
|
|
957
|
-
export declare const LaunchTemplateErrorCode: {
|
|
958
|
-
readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
|
|
959
|
-
readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
|
|
960
|
-
readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
|
|
961
|
-
readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
|
|
962
|
-
readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
|
|
963
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
964
|
-
};
|
|
965
|
-
export type LaunchTemplateErrorCode =
|
|
966
|
-
(typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
|
|
967
|
-
export interface ResponseError {
|
|
968
|
-
Code?: LaunchTemplateErrorCode | undefined;
|
|
376
|
+
export interface AvailabilityZoneMessage {
|
|
969
377
|
Message?: string | undefined;
|
|
970
378
|
}
|
|
971
|
-
export interface
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
379
|
+
export interface AvailabilityZone {
|
|
380
|
+
OptInStatus?: AvailabilityZoneOptInStatus | undefined;
|
|
381
|
+
Messages?: AvailabilityZoneMessage[] | undefined;
|
|
382
|
+
RegionName?: string | undefined;
|
|
383
|
+
ZoneName?: string | undefined;
|
|
384
|
+
ZoneId?: string | undefined;
|
|
385
|
+
GroupName?: string | undefined;
|
|
386
|
+
NetworkBorderGroup?: string | undefined;
|
|
387
|
+
ZoneType?: string | undefined;
|
|
388
|
+
ParentZoneName?: string | undefined;
|
|
389
|
+
ParentZoneId?: string | undefined;
|
|
390
|
+
GroupLongName?: string | undefined;
|
|
391
|
+
State?: AvailabilityZoneState | undefined;
|
|
976
392
|
}
|
|
977
|
-
export interface
|
|
978
|
-
|
|
979
|
-
| DeleteLaunchTemplateVersionsResponseSuccessItem[]
|
|
980
|
-
| undefined;
|
|
981
|
-
UnsuccessfullyDeletedLaunchTemplateVersions?:
|
|
982
|
-
| DeleteLaunchTemplateVersionsResponseErrorItem[]
|
|
983
|
-
| undefined;
|
|
393
|
+
export interface DescribeAvailabilityZonesResult {
|
|
394
|
+
AvailabilityZones?: AvailabilityZone[] | undefined;
|
|
984
395
|
}
|
|
985
|
-
export interface
|
|
986
|
-
|
|
987
|
-
|
|
396
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
|
|
397
|
+
MaxResults?: number | undefined;
|
|
398
|
+
NextToken?: string | undefined;
|
|
399
|
+
Filters?: Filter[] | undefined;
|
|
988
400
|
DryRun?: boolean | undefined;
|
|
989
|
-
DestinationPrefixListId?: string | undefined;
|
|
990
401
|
}
|
|
991
|
-
export interface
|
|
992
|
-
|
|
402
|
+
export interface Subscription {
|
|
403
|
+
Source?: string | undefined;
|
|
404
|
+
Destination?: string | undefined;
|
|
405
|
+
Metric?: MetricType | undefined;
|
|
406
|
+
Statistic?: StatisticType | undefined;
|
|
407
|
+
Period?: PeriodType | undefined;
|
|
993
408
|
}
|
|
994
|
-
export interface
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
}
|
|
998
|
-
export interface DeleteLocalGatewayRouteTableResult {
|
|
999
|
-
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
409
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
410
|
+
NextToken?: string | undefined;
|
|
411
|
+
Subscriptions?: Subscription[] | undefined;
|
|
1000
412
|
}
|
|
1001
|
-
export interface
|
|
1002
|
-
|
|
413
|
+
export interface DescribeBundleTasksRequest {
|
|
414
|
+
BundleIds?: string[] | undefined;
|
|
1003
415
|
DryRun?: boolean | undefined;
|
|
416
|
+
Filters?: Filter[] | undefined;
|
|
1004
417
|
}
|
|
1005
|
-
export interface
|
|
1006
|
-
|
|
1007
|
-
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation
|
|
1008
|
-
| undefined;
|
|
418
|
+
export interface DescribeBundleTasksResult {
|
|
419
|
+
BundleTasks?: BundleTask[] | undefined;
|
|
1009
420
|
}
|
|
1010
|
-
export interface
|
|
1011
|
-
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
421
|
+
export interface DescribeByoipCidrsRequest {
|
|
1012
422
|
DryRun?: boolean | undefined;
|
|
423
|
+
MaxResults: number | undefined;
|
|
424
|
+
NextToken?: string | undefined;
|
|
1013
425
|
}
|
|
1014
|
-
export interface
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
| undefined;
|
|
426
|
+
export interface DescribeByoipCidrsResult {
|
|
427
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
428
|
+
NextToken?: string | undefined;
|
|
1018
429
|
}
|
|
1019
|
-
export interface
|
|
1020
|
-
|
|
430
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
431
|
+
CapacityReservationIds?: string[] | undefined;
|
|
432
|
+
NextToken?: string | undefined;
|
|
433
|
+
MaxResults?: number | undefined;
|
|
434
|
+
Filters?: Filter[] | undefined;
|
|
1021
435
|
DryRun?: boolean | undefined;
|
|
1022
436
|
}
|
|
1023
|
-
export interface
|
|
1024
|
-
|
|
437
|
+
export interface CapacityBlockExtension {
|
|
438
|
+
CapacityReservationId?: string | undefined;
|
|
439
|
+
InstanceType?: string | undefined;
|
|
440
|
+
InstanceCount?: number | undefined;
|
|
441
|
+
AvailabilityZone?: string | undefined;
|
|
442
|
+
AvailabilityZoneId?: string | undefined;
|
|
443
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
444
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
445
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
446
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
447
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
448
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
449
|
+
UpfrontFee?: string | undefined;
|
|
450
|
+
CurrencyCode?: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
453
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
454
|
+
NextToken?: string | undefined;
|
|
1025
455
|
}
|
|
1026
|
-
export interface
|
|
1027
|
-
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
456
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
1028
457
|
DryRun?: boolean | undefined;
|
|
458
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
459
|
+
CapacityReservationId: string | undefined;
|
|
460
|
+
NextToken?: string | undefined;
|
|
461
|
+
MaxResults?: number | undefined;
|
|
1029
462
|
}
|
|
1030
|
-
export interface
|
|
1031
|
-
|
|
1032
|
-
|
|
463
|
+
export interface CapacityBlockExtensionOffering {
|
|
464
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
465
|
+
InstanceType?: string | undefined;
|
|
466
|
+
InstanceCount?: number | undefined;
|
|
467
|
+
AvailabilityZone?: string | undefined;
|
|
468
|
+
AvailabilityZoneId?: string | undefined;
|
|
469
|
+
StartDate?: Date | undefined;
|
|
470
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
471
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
472
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
473
|
+
UpfrontFee?: string | undefined;
|
|
474
|
+
CurrencyCode?: string | undefined;
|
|
475
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
476
|
+
}
|
|
477
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
478
|
+
CapacityBlockExtensionOfferings?:
|
|
479
|
+
| CapacityBlockExtensionOffering[]
|
|
1033
480
|
| undefined;
|
|
481
|
+
NextToken?: string | undefined;
|
|
1034
482
|
}
|
|
1035
|
-
export interface
|
|
483
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
1036
484
|
DryRun?: boolean | undefined;
|
|
1037
|
-
|
|
485
|
+
InstanceType?: string | undefined;
|
|
486
|
+
InstanceCount?: number | undefined;
|
|
487
|
+
StartDateRange?: Date | undefined;
|
|
488
|
+
EndDateRange?: Date | undefined;
|
|
489
|
+
CapacityDurationHours: number | undefined;
|
|
490
|
+
NextToken?: string | undefined;
|
|
491
|
+
MaxResults?: number | undefined;
|
|
492
|
+
UltraserverType?: string | undefined;
|
|
493
|
+
UltraserverCount?: number | undefined;
|
|
1038
494
|
}
|
|
1039
|
-
export interface
|
|
1040
|
-
|
|
495
|
+
export interface CapacityBlockOffering {
|
|
496
|
+
CapacityBlockOfferingId?: string | undefined;
|
|
497
|
+
InstanceType?: string | undefined;
|
|
498
|
+
AvailabilityZone?: string | undefined;
|
|
499
|
+
InstanceCount?: number | undefined;
|
|
500
|
+
StartDate?: Date | undefined;
|
|
501
|
+
EndDate?: Date | undefined;
|
|
502
|
+
CapacityBlockDurationHours?: number | undefined;
|
|
503
|
+
UpfrontFee?: string | undefined;
|
|
504
|
+
CurrencyCode?: string | undefined;
|
|
505
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
506
|
+
UltraserverType?: string | undefined;
|
|
507
|
+
UltraserverCount?: number | undefined;
|
|
508
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface DescribeCapacityBlockOfferingsResult {
|
|
511
|
+
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
512
|
+
NextToken?: string | undefined;
|
|
1041
513
|
}
|
|
1042
|
-
export interface
|
|
514
|
+
export interface DescribeCapacityBlocksRequest {
|
|
515
|
+
CapacityBlockIds?: string[] | undefined;
|
|
516
|
+
NextToken?: string | undefined;
|
|
517
|
+
MaxResults?: number | undefined;
|
|
518
|
+
Filters?: Filter[] | undefined;
|
|
1043
519
|
DryRun?: boolean | undefined;
|
|
1044
|
-
NatGatewayId: string | undefined;
|
|
1045
520
|
}
|
|
1046
|
-
export interface
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
521
|
+
export interface CapacityBlock {
|
|
522
|
+
CapacityBlockId?: string | undefined;
|
|
523
|
+
UltraserverType?: string | undefined;
|
|
524
|
+
AvailabilityZone?: string | undefined;
|
|
525
|
+
AvailabilityZoneId?: string | undefined;
|
|
526
|
+
CapacityReservationIds?: string[] | undefined;
|
|
527
|
+
StartDate?: Date | undefined;
|
|
528
|
+
EndDate?: Date | undefined;
|
|
529
|
+
CreateDate?: Date | undefined;
|
|
530
|
+
State?: CapacityBlockResourceState | undefined;
|
|
531
|
+
Tags?: Tag[] | undefined;
|
|
1052
532
|
}
|
|
1053
|
-
export interface
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
RuleNumber: number | undefined;
|
|
1057
|
-
Egress: boolean | undefined;
|
|
533
|
+
export interface DescribeCapacityBlocksResult {
|
|
534
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
535
|
+
NextToken?: string | undefined;
|
|
1058
536
|
}
|
|
1059
|
-
export interface
|
|
537
|
+
export interface DescribeCapacityBlockStatusRequest {
|
|
538
|
+
CapacityBlockIds?: string[] | undefined;
|
|
539
|
+
NextToken?: string | undefined;
|
|
540
|
+
MaxResults?: number | undefined;
|
|
541
|
+
Filters?: Filter[] | undefined;
|
|
1060
542
|
DryRun?: boolean | undefined;
|
|
1061
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1062
543
|
}
|
|
1063
|
-
export interface
|
|
1064
|
-
|
|
544
|
+
export interface CapacityReservationStatus {
|
|
545
|
+
CapacityReservationId?: string | undefined;
|
|
546
|
+
TotalCapacity?: number | undefined;
|
|
547
|
+
TotalAvailableCapacity?: number | undefined;
|
|
548
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
1065
549
|
}
|
|
1066
|
-
export interface
|
|
1067
|
-
|
|
1068
|
-
|
|
550
|
+
export interface CapacityBlockStatus {
|
|
551
|
+
CapacityBlockId?: string | undefined;
|
|
552
|
+
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
553
|
+
TotalCapacity?: number | undefined;
|
|
554
|
+
TotalAvailableCapacity?: number | undefined;
|
|
555
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
556
|
+
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
1069
557
|
}
|
|
1070
|
-
export interface
|
|
1071
|
-
|
|
558
|
+
export interface DescribeCapacityBlockStatusResult {
|
|
559
|
+
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
560
|
+
NextToken?: string | undefined;
|
|
1072
561
|
}
|
|
1073
|
-
export interface
|
|
562
|
+
export interface DescribeCapacityManagerDataExportsRequest {
|
|
563
|
+
CapacityManagerDataExportIds?: string[] | undefined;
|
|
564
|
+
MaxResults?: number | undefined;
|
|
565
|
+
NextToken?: string | undefined;
|
|
1074
566
|
DryRun?: boolean | undefined;
|
|
1075
|
-
|
|
567
|
+
Filters?: Filter[] | undefined;
|
|
568
|
+
}
|
|
569
|
+
export interface CapacityManagerDataExportResponse {
|
|
570
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
571
|
+
S3BucketName?: string | undefined;
|
|
572
|
+
S3BucketPrefix?: string | undefined;
|
|
573
|
+
Schedule?: Schedule | undefined;
|
|
574
|
+
OutputFormat?: OutputFormat | undefined;
|
|
575
|
+
CreateTime?: Date | undefined;
|
|
576
|
+
LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
|
|
577
|
+
LatestDeliveryStatusMessage?: string | undefined;
|
|
578
|
+
LatestDeliveryS3LocationUri?: string | undefined;
|
|
579
|
+
LatestDeliveryTime?: Date | undefined;
|
|
580
|
+
Tags?: Tag[] | undefined;
|
|
1076
581
|
}
|
|
1077
|
-
export interface
|
|
1078
|
-
|
|
582
|
+
export interface DescribeCapacityManagerDataExportsResult {
|
|
583
|
+
CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
|
|
584
|
+
NextToken?: string | undefined;
|
|
1079
585
|
}
|
|
1080
|
-
export interface
|
|
586
|
+
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
587
|
+
CapacityReservationIds?: string[] | undefined;
|
|
588
|
+
Role: CallerRole | undefined;
|
|
589
|
+
NextToken?: string | undefined;
|
|
590
|
+
MaxResults?: number | undefined;
|
|
591
|
+
Filters?: Filter[] | undefined;
|
|
1081
592
|
DryRun?: boolean | undefined;
|
|
1082
|
-
NetworkInsightsPathId: string | undefined;
|
|
1083
593
|
}
|
|
1084
|
-
export interface
|
|
1085
|
-
|
|
594
|
+
export interface CapacityReservationInfo {
|
|
595
|
+
InstanceType?: string | undefined;
|
|
596
|
+
AvailabilityZone?: string | undefined;
|
|
597
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
598
|
+
AvailabilityZoneId?: string | undefined;
|
|
1086
599
|
}
|
|
1087
|
-
export interface
|
|
1088
|
-
|
|
1089
|
-
|
|
600
|
+
export interface CapacityReservationBillingRequest {
|
|
601
|
+
CapacityReservationId?: string | undefined;
|
|
602
|
+
RequestedBy?: string | undefined;
|
|
603
|
+
UnusedReservationBillingOwnerId?: string | undefined;
|
|
604
|
+
LastUpdateTime?: Date | undefined;
|
|
605
|
+
Status?: CapacityReservationBillingRequestStatus | undefined;
|
|
606
|
+
StatusMessage?: string | undefined;
|
|
607
|
+
CapacityReservationInfo?: CapacityReservationInfo | undefined;
|
|
1090
608
|
}
|
|
1091
|
-
export interface
|
|
1092
|
-
|
|
1093
|
-
|
|
609
|
+
export interface DescribeCapacityReservationBillingRequestsResult {
|
|
610
|
+
NextToken?: string | undefined;
|
|
611
|
+
CapacityReservationBillingRequests?:
|
|
612
|
+
| CapacityReservationBillingRequest[]
|
|
613
|
+
| undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface DescribeCapacityReservationFleetsRequest {
|
|
616
|
+
CapacityReservationFleetIds?: string[] | undefined;
|
|
617
|
+
NextToken?: string | undefined;
|
|
618
|
+
MaxResults?: number | undefined;
|
|
619
|
+
Filters?: Filter[] | undefined;
|
|
1094
620
|
DryRun?: boolean | undefined;
|
|
1095
621
|
}
|
|
1096
|
-
export interface
|
|
1097
|
-
|
|
622
|
+
export interface CapacityReservationFleet {
|
|
623
|
+
CapacityReservationFleetId?: string | undefined;
|
|
624
|
+
CapacityReservationFleetArn?: string | undefined;
|
|
625
|
+
State?: CapacityReservationFleetState | undefined;
|
|
626
|
+
TotalTargetCapacity?: number | undefined;
|
|
627
|
+
TotalFulfilledCapacity?: number | undefined;
|
|
628
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
629
|
+
EndDate?: Date | undefined;
|
|
630
|
+
CreateTime?: Date | undefined;
|
|
631
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
632
|
+
AllocationStrategy?: string | undefined;
|
|
633
|
+
InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
|
|
634
|
+
Tags?: Tag[] | undefined;
|
|
1098
635
|
}
|
|
1099
|
-
export interface
|
|
1100
|
-
|
|
1101
|
-
|
|
636
|
+
export interface DescribeCapacityReservationFleetsResult {
|
|
637
|
+
CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
|
|
638
|
+
NextToken?: string | undefined;
|
|
1102
639
|
}
|
|
1103
|
-
export interface
|
|
640
|
+
export interface DescribeCapacityReservationsRequest {
|
|
641
|
+
CapacityReservationIds?: string[] | undefined;
|
|
642
|
+
NextToken?: string | undefined;
|
|
643
|
+
MaxResults?: number | undefined;
|
|
644
|
+
Filters?: Filter[] | undefined;
|
|
1104
645
|
DryRun?: boolean | undefined;
|
|
1105
|
-
PoolId: string | undefined;
|
|
1106
|
-
NetworkBorderGroup?: string | undefined;
|
|
1107
646
|
}
|
|
1108
|
-
export interface
|
|
1109
|
-
|
|
647
|
+
export interface DescribeCapacityReservationsResult {
|
|
648
|
+
NextToken?: string | undefined;
|
|
649
|
+
CapacityReservations?: CapacityReservation[] | undefined;
|
|
1110
650
|
}
|
|
1111
|
-
export interface
|
|
651
|
+
export interface DescribeCapacityReservationTopologyRequest {
|
|
1112
652
|
DryRun?: boolean | undefined;
|
|
1113
|
-
|
|
653
|
+
NextToken?: string | undefined;
|
|
654
|
+
MaxResults?: number | undefined;
|
|
655
|
+
CapacityReservationIds?: string[] | undefined;
|
|
656
|
+
Filters?: Filter[] | undefined;
|
|
1114
657
|
}
|
|
1115
|
-
export
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
Message?: string | undefined;
|
|
658
|
+
export interface CapacityReservationTopology {
|
|
659
|
+
CapacityReservationId?: string | undefined;
|
|
660
|
+
CapacityBlockId?: string | undefined;
|
|
661
|
+
State?: string | undefined;
|
|
662
|
+
InstanceType?: string | undefined;
|
|
663
|
+
GroupName?: string | undefined;
|
|
664
|
+
NetworkNodes?: string[] | undefined;
|
|
665
|
+
AvailabilityZoneId?: string | undefined;
|
|
666
|
+
AvailabilityZone?: string | undefined;
|
|
1125
667
|
}
|
|
1126
|
-
export interface
|
|
1127
|
-
|
|
1128
|
-
|
|
668
|
+
export interface DescribeCapacityReservationTopologyResult {
|
|
669
|
+
NextToken?: string | undefined;
|
|
670
|
+
CapacityReservations?: CapacityReservationTopology[] | undefined;
|
|
1129
671
|
}
|
|
1130
|
-
export interface
|
|
1131
|
-
|
|
672
|
+
export interface DescribeCarrierGatewaysRequest {
|
|
673
|
+
CarrierGatewayIds?: string[] | undefined;
|
|
674
|
+
Filters?: Filter[] | undefined;
|
|
675
|
+
MaxResults?: number | undefined;
|
|
676
|
+
NextToken?: string | undefined;
|
|
677
|
+
DryRun?: boolean | undefined;
|
|
1132
678
|
}
|
|
1133
|
-
export interface
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
| undefined;
|
|
1137
|
-
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
|
|
679
|
+
export interface DescribeCarrierGatewaysResult {
|
|
680
|
+
CarrierGateways?: CarrierGateway[] | undefined;
|
|
681
|
+
NextToken?: string | undefined;
|
|
1138
682
|
}
|
|
1139
|
-
export interface
|
|
1140
|
-
DestinationPrefixListId?: string | undefined;
|
|
683
|
+
export interface DescribeClassicLinkInstancesRequest {
|
|
1141
684
|
DryRun?: boolean | undefined;
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
685
|
+
InstanceIds?: string[] | undefined;
|
|
686
|
+
Filters?: Filter[] | undefined;
|
|
687
|
+
NextToken?: string | undefined;
|
|
688
|
+
MaxResults?: number | undefined;
|
|
1145
689
|
}
|
|
1146
|
-
export interface
|
|
1147
|
-
|
|
1148
|
-
|
|
690
|
+
export interface ClassicLinkInstance {
|
|
691
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
692
|
+
InstanceId?: string | undefined;
|
|
693
|
+
Tags?: Tag[] | undefined;
|
|
694
|
+
VpcId?: string | undefined;
|
|
1149
695
|
}
|
|
1150
|
-
export interface
|
|
1151
|
-
|
|
696
|
+
export interface DescribeClassicLinkInstancesResult {
|
|
697
|
+
Instances?: ClassicLinkInstance[] | undefined;
|
|
698
|
+
NextToken?: string | undefined;
|
|
1152
699
|
}
|
|
1153
|
-
export interface
|
|
1154
|
-
|
|
700
|
+
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
701
|
+
ClientVpnEndpointId: string | undefined;
|
|
1155
702
|
DryRun?: boolean | undefined;
|
|
703
|
+
NextToken?: string | undefined;
|
|
704
|
+
Filters?: Filter[] | undefined;
|
|
705
|
+
MaxResults?: number | undefined;
|
|
706
|
+
}
|
|
707
|
+
export interface AuthorizationRule {
|
|
708
|
+
ClientVpnEndpointId?: string | undefined;
|
|
709
|
+
Description?: string | undefined;
|
|
710
|
+
GroupId?: string | undefined;
|
|
711
|
+
AccessAll?: boolean | undefined;
|
|
712
|
+
DestinationCidr?: string | undefined;
|
|
713
|
+
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
1156
714
|
}
|
|
1157
|
-
export interface
|
|
1158
|
-
|
|
715
|
+
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
716
|
+
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
717
|
+
NextToken?: string | undefined;
|
|
1159
718
|
}
|
|
1160
|
-
export interface
|
|
1161
|
-
|
|
719
|
+
export interface DescribeClientVpnConnectionsRequest {
|
|
720
|
+
ClientVpnEndpointId: string | undefined;
|
|
721
|
+
Filters?: Filter[] | undefined;
|
|
722
|
+
NextToken?: string | undefined;
|
|
723
|
+
MaxResults?: number | undefined;
|
|
1162
724
|
DryRun?: boolean | undefined;
|
|
1163
725
|
}
|
|
1164
|
-
export interface
|
|
1165
|
-
|
|
726
|
+
export interface ClientVpnConnectionStatus {
|
|
727
|
+
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
728
|
+
Message?: string | undefined;
|
|
1166
729
|
}
|
|
1167
|
-
export interface
|
|
1168
|
-
|
|
1169
|
-
|
|
730
|
+
export interface ClientVpnConnection {
|
|
731
|
+
ClientVpnEndpointId?: string | undefined;
|
|
732
|
+
Timestamp?: string | undefined;
|
|
733
|
+
ConnectionId?: string | undefined;
|
|
734
|
+
Username?: string | undefined;
|
|
735
|
+
ConnectionEstablishedTime?: string | undefined;
|
|
736
|
+
IngressBytes?: string | undefined;
|
|
737
|
+
EgressBytes?: string | undefined;
|
|
738
|
+
IngressPackets?: string | undefined;
|
|
739
|
+
EgressPackets?: string | undefined;
|
|
740
|
+
ClientIp?: string | undefined;
|
|
741
|
+
ClientIpv6Address?: string | undefined;
|
|
742
|
+
CommonName?: string | undefined;
|
|
743
|
+
Status?: ClientVpnConnectionStatus | undefined;
|
|
744
|
+
ConnectionEndTime?: string | undefined;
|
|
745
|
+
PostureComplianceStatuses?: string[] | undefined;
|
|
746
|
+
}
|
|
747
|
+
export interface DescribeClientVpnConnectionsResult {
|
|
748
|
+
Connections?: ClientVpnConnection[] | undefined;
|
|
749
|
+
NextToken?: string | undefined;
|
|
1170
750
|
}
|
|
1171
|
-
export interface
|
|
1172
|
-
|
|
1173
|
-
|
|
751
|
+
export interface DescribeClientVpnEndpointsRequest {
|
|
752
|
+
ClientVpnEndpointIds?: string[] | undefined;
|
|
753
|
+
MaxResults?: number | undefined;
|
|
754
|
+
NextToken?: string | undefined;
|
|
755
|
+
Filters?: Filter[] | undefined;
|
|
1174
756
|
DryRun?: boolean | undefined;
|
|
1175
757
|
}
|
|
1176
|
-
export interface
|
|
1177
|
-
|
|
1178
|
-
|
|
758
|
+
export interface AssociatedTargetNetwork {
|
|
759
|
+
NetworkId?: string | undefined;
|
|
760
|
+
NetworkType?: AssociatedNetworkType | undefined;
|
|
1179
761
|
}
|
|
1180
|
-
export interface
|
|
1181
|
-
|
|
1182
|
-
DryRun?: boolean | undefined;
|
|
762
|
+
export interface DirectoryServiceAuthentication {
|
|
763
|
+
DirectoryId?: string | undefined;
|
|
1183
764
|
}
|
|
1184
|
-
export interface
|
|
1185
|
-
|
|
765
|
+
export interface FederatedAuthentication {
|
|
766
|
+
SamlProviderArn?: string | undefined;
|
|
767
|
+
SelfServiceSamlProviderArn?: string | undefined;
|
|
1186
768
|
}
|
|
1187
|
-
export interface
|
|
1188
|
-
|
|
1189
|
-
DryRun?: boolean | undefined;
|
|
769
|
+
export interface CertificateAuthentication {
|
|
770
|
+
ClientRootCertificateChain?: string | undefined;
|
|
1190
771
|
}
|
|
1191
|
-
export interface
|
|
1192
|
-
|
|
1193
|
-
|
|
772
|
+
export interface ClientVpnAuthentication {
|
|
773
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
774
|
+
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
775
|
+
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
776
|
+
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
1194
777
|
}
|
|
1195
|
-
export interface
|
|
1196
|
-
|
|
778
|
+
export interface ClientVpnEndpointAttributeStatus {
|
|
779
|
+
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
780
|
+
Message?: string | undefined;
|
|
1197
781
|
}
|
|
1198
|
-
export interface
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
782
|
+
export interface ClientConnectResponseOptions {
|
|
783
|
+
Enabled?: boolean | undefined;
|
|
784
|
+
LambdaFunctionArn?: string | undefined;
|
|
785
|
+
Status?: ClientVpnEndpointAttributeStatus | undefined;
|
|
1202
786
|
}
|
|
1203
|
-
export interface
|
|
1204
|
-
|
|
1205
|
-
|
|
787
|
+
export interface ClientLoginBannerResponseOptions {
|
|
788
|
+
Enabled?: boolean | undefined;
|
|
789
|
+
BannerText?: string | undefined;
|
|
1206
790
|
}
|
|
1207
|
-
export interface
|
|
1208
|
-
|
|
791
|
+
export interface ClientRouteEnforcementResponseOptions {
|
|
792
|
+
Enforced?: boolean | undefined;
|
|
1209
793
|
}
|
|
1210
|
-
export interface
|
|
1211
|
-
|
|
1212
|
-
|
|
794
|
+
export interface ConnectionLogResponseOptions {
|
|
795
|
+
Enabled?: boolean | undefined;
|
|
796
|
+
CloudwatchLogGroup?: string | undefined;
|
|
797
|
+
CloudwatchLogStream?: string | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface ClientVpnEndpoint {
|
|
800
|
+
ClientVpnEndpointId?: string | undefined;
|
|
801
|
+
Description?: string | undefined;
|
|
802
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
803
|
+
CreationTime?: string | undefined;
|
|
804
|
+
DeletionTime?: string | undefined;
|
|
805
|
+
DnsName?: string | undefined;
|
|
806
|
+
ClientCidrBlock?: string | undefined;
|
|
807
|
+
DnsServers?: string[] | undefined;
|
|
808
|
+
SplitTunnel?: boolean | undefined;
|
|
809
|
+
VpnProtocol?: VpnProtocol | undefined;
|
|
810
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
811
|
+
VpnPort?: number | undefined;
|
|
812
|
+
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
813
|
+
ServerCertificateArn?: string | undefined;
|
|
814
|
+
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
815
|
+
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
816
|
+
Tags?: Tag[] | undefined;
|
|
817
|
+
SecurityGroupIds?: string[] | undefined;
|
|
818
|
+
VpcId?: string | undefined;
|
|
819
|
+
SelfServicePortalUrl?: string | undefined;
|
|
820
|
+
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
821
|
+
SessionTimeoutHours?: number | undefined;
|
|
822
|
+
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
823
|
+
ClientRouteEnforcementOptions?:
|
|
824
|
+
| ClientRouteEnforcementResponseOptions
|
|
825
|
+
| undefined;
|
|
826
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
827
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
828
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
1213
829
|
}
|
|
1214
|
-
export interface
|
|
1215
|
-
|
|
830
|
+
export interface DescribeClientVpnEndpointsResult {
|
|
831
|
+
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
832
|
+
NextToken?: string | undefined;
|
|
1216
833
|
}
|
|
1217
|
-
export interface
|
|
1218
|
-
|
|
834
|
+
export interface DescribeClientVpnRoutesRequest {
|
|
835
|
+
ClientVpnEndpointId: string | undefined;
|
|
836
|
+
Filters?: Filter[] | undefined;
|
|
837
|
+
MaxResults?: number | undefined;
|
|
838
|
+
NextToken?: string | undefined;
|
|
1219
839
|
DryRun?: boolean | undefined;
|
|
1220
840
|
}
|
|
1221
|
-
export interface
|
|
1222
|
-
|
|
841
|
+
export interface ClientVpnRoute {
|
|
842
|
+
ClientVpnEndpointId?: string | undefined;
|
|
843
|
+
DestinationCidr?: string | undefined;
|
|
844
|
+
TargetSubnet?: string | undefined;
|
|
845
|
+
Type?: string | undefined;
|
|
846
|
+
Origin?: string | undefined;
|
|
847
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
848
|
+
Description?: string | undefined;
|
|
849
|
+
}
|
|
850
|
+
export interface DescribeClientVpnRoutesResult {
|
|
851
|
+
Routes?: ClientVpnRoute[] | undefined;
|
|
852
|
+
NextToken?: string | undefined;
|
|
1223
853
|
}
|
|
1224
|
-
export interface
|
|
1225
|
-
|
|
854
|
+
export interface DescribeClientVpnTargetNetworksRequest {
|
|
855
|
+
ClientVpnEndpointId: string | undefined;
|
|
856
|
+
AssociationIds?: string[] | undefined;
|
|
857
|
+
MaxResults?: number | undefined;
|
|
858
|
+
NextToken?: string | undefined;
|
|
859
|
+
Filters?: Filter[] | undefined;
|
|
1226
860
|
DryRun?: boolean | undefined;
|
|
1227
861
|
}
|
|
1228
|
-
export interface
|
|
1229
|
-
|
|
862
|
+
export interface TargetNetwork {
|
|
863
|
+
AssociationId?: string | undefined;
|
|
864
|
+
VpcId?: string | undefined;
|
|
865
|
+
TargetNetworkId?: string | undefined;
|
|
866
|
+
ClientVpnEndpointId?: string | undefined;
|
|
867
|
+
Status?: AssociationStatus | undefined;
|
|
868
|
+
SecurityGroups?: string[] | undefined;
|
|
869
|
+
}
|
|
870
|
+
export interface DescribeClientVpnTargetNetworksResult {
|
|
871
|
+
ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
|
|
872
|
+
NextToken?: string | undefined;
|
|
1230
873
|
}
|
|
1231
|
-
export interface
|
|
1232
|
-
|
|
874
|
+
export interface DescribeCoipPoolsRequest {
|
|
875
|
+
PoolIds?: string[] | undefined;
|
|
876
|
+
Filters?: Filter[] | undefined;
|
|
877
|
+
MaxResults?: number | undefined;
|
|
878
|
+
NextToken?: string | undefined;
|
|
1233
879
|
DryRun?: boolean | undefined;
|
|
1234
880
|
}
|
|
1235
|
-
export interface
|
|
1236
|
-
|
|
881
|
+
export interface DescribeCoipPoolsResult {
|
|
882
|
+
CoipPools?: CoipPool[] | undefined;
|
|
883
|
+
NextToken?: string | undefined;
|
|
1237
884
|
}
|
|
1238
|
-
export interface
|
|
1239
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
885
|
+
export interface DescribeConversionTasksRequest {
|
|
1240
886
|
DryRun?: boolean | undefined;
|
|
887
|
+
ConversionTaskIds?: string[] | undefined;
|
|
1241
888
|
}
|
|
1242
|
-
export interface
|
|
1243
|
-
|
|
889
|
+
export interface DiskImageDescription {
|
|
890
|
+
Checksum?: string | undefined;
|
|
891
|
+
Format?: DiskImageFormat | undefined;
|
|
892
|
+
ImportManifestUrl?: string | undefined;
|
|
893
|
+
Size?: number | undefined;
|
|
1244
894
|
}
|
|
1245
|
-
export interface
|
|
1246
|
-
|
|
1247
|
-
|
|
895
|
+
export interface DiskImageVolumeDescription {
|
|
896
|
+
Id?: string | undefined;
|
|
897
|
+
Size?: number | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface ImportInstanceVolumeDetailItem {
|
|
900
|
+
AvailabilityZone?: string | undefined;
|
|
901
|
+
AvailabilityZoneId?: string | undefined;
|
|
902
|
+
BytesConverted?: number | undefined;
|
|
903
|
+
Description?: string | undefined;
|
|
904
|
+
Image?: DiskImageDescription | undefined;
|
|
905
|
+
Status?: string | undefined;
|
|
906
|
+
StatusMessage?: string | undefined;
|
|
907
|
+
Volume?: DiskImageVolumeDescription | undefined;
|
|
1248
908
|
}
|
|
1249
|
-
export interface
|
|
1250
|
-
|
|
909
|
+
export interface ImportInstanceTaskDetails {
|
|
910
|
+
Description?: string | undefined;
|
|
911
|
+
InstanceId?: string | undefined;
|
|
912
|
+
Platform?: PlatformValues | undefined;
|
|
913
|
+
Volumes?: ImportInstanceVolumeDetailItem[] | undefined;
|
|
1251
914
|
}
|
|
1252
|
-
export interface
|
|
1253
|
-
|
|
1254
|
-
|
|
915
|
+
export interface ImportVolumeTaskDetails {
|
|
916
|
+
AvailabilityZone?: string | undefined;
|
|
917
|
+
AvailabilityZoneId?: string | undefined;
|
|
918
|
+
BytesConverted?: number | undefined;
|
|
919
|
+
Description?: string | undefined;
|
|
920
|
+
Image?: DiskImageDescription | undefined;
|
|
921
|
+
Volume?: DiskImageVolumeDescription | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface ConversionTask {
|
|
924
|
+
ConversionTaskId?: string | undefined;
|
|
925
|
+
ExpirationTime?: string | undefined;
|
|
926
|
+
ImportInstance?: ImportInstanceTaskDetails | undefined;
|
|
927
|
+
ImportVolume?: ImportVolumeTaskDetails | undefined;
|
|
928
|
+
State?: ConversionTaskState | undefined;
|
|
929
|
+
StatusMessage?: string | undefined;
|
|
930
|
+
Tags?: Tag[] | undefined;
|
|
1255
931
|
}
|
|
1256
|
-
export interface
|
|
1257
|
-
|
|
932
|
+
export interface DescribeConversionTasksResult {
|
|
933
|
+
ConversionTasks?: ConversionTask[] | undefined;
|
|
1258
934
|
}
|
|
1259
|
-
export interface
|
|
1260
|
-
|
|
935
|
+
export interface DescribeCustomerGatewaysRequest {
|
|
936
|
+
CustomerGatewayIds?: string[] | undefined;
|
|
937
|
+
Filters?: Filter[] | undefined;
|
|
1261
938
|
DryRun?: boolean | undefined;
|
|
1262
939
|
}
|
|
1263
|
-
export interface
|
|
1264
|
-
|
|
940
|
+
export interface DescribeCustomerGatewaysResult {
|
|
941
|
+
CustomerGateways?: CustomerGateway[] | undefined;
|
|
1265
942
|
}
|
|
1266
|
-
export interface
|
|
1267
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
943
|
+
export interface DescribeDeclarativePoliciesReportsRequest {
|
|
1268
944
|
DryRun?: boolean | undefined;
|
|
945
|
+
NextToken?: string | undefined;
|
|
946
|
+
MaxResults?: number | undefined;
|
|
947
|
+
ReportIds?: string[] | undefined;
|
|
948
|
+
}
|
|
949
|
+
export interface DeclarativePoliciesReport {
|
|
950
|
+
ReportId?: string | undefined;
|
|
951
|
+
S3Bucket?: string | undefined;
|
|
952
|
+
S3Prefix?: string | undefined;
|
|
953
|
+
TargetId?: string | undefined;
|
|
954
|
+
StartTime?: Date | undefined;
|
|
955
|
+
EndTime?: Date | undefined;
|
|
956
|
+
Status?: ReportState | undefined;
|
|
957
|
+
Tags?: Tag[] | undefined;
|
|
1269
958
|
}
|
|
1270
|
-
export interface
|
|
1271
|
-
|
|
959
|
+
export interface DescribeDeclarativePoliciesReportsResult {
|
|
960
|
+
NextToken?: string | undefined;
|
|
961
|
+
Reports?: DeclarativePoliciesReport[] | undefined;
|
|
1272
962
|
}
|
|
1273
|
-
export interface
|
|
1274
|
-
|
|
1275
|
-
|
|
963
|
+
export interface DescribeDhcpOptionsRequest {
|
|
964
|
+
DhcpOptionsIds?: string[] | undefined;
|
|
965
|
+
NextToken?: string | undefined;
|
|
966
|
+
MaxResults?: number | undefined;
|
|
1276
967
|
DryRun?: boolean | undefined;
|
|
968
|
+
Filters?: Filter[] | undefined;
|
|
1277
969
|
}
|
|
1278
|
-
export interface
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
| undefined;
|
|
970
|
+
export interface DescribeDhcpOptionsResult {
|
|
971
|
+
NextToken?: string | undefined;
|
|
972
|
+
DhcpOptions?: DhcpOptions[] | undefined;
|
|
1282
973
|
}
|
|
1283
|
-
export interface
|
|
1284
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1285
|
-
DestinationCidrBlock: string | undefined;
|
|
974
|
+
export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
1286
975
|
DryRun?: boolean | undefined;
|
|
976
|
+
EgressOnlyInternetGatewayIds?: string[] | undefined;
|
|
977
|
+
MaxResults?: number | undefined;
|
|
978
|
+
NextToken?: string | undefined;
|
|
979
|
+
Filters?: Filter[] | undefined;
|
|
1287
980
|
}
|
|
1288
|
-
export interface
|
|
1289
|
-
|
|
981
|
+
export interface DescribeEgressOnlyInternetGatewaysResult {
|
|
982
|
+
EgressOnlyInternetGateways?: EgressOnlyInternetGateway[] | undefined;
|
|
983
|
+
NextToken?: string | undefined;
|
|
1290
984
|
}
|
|
1291
|
-
export interface
|
|
1292
|
-
|
|
985
|
+
export interface DescribeElasticGpusRequest {
|
|
986
|
+
ElasticGpuIds?: string[] | undefined;
|
|
1293
987
|
DryRun?: boolean | undefined;
|
|
988
|
+
Filters?: Filter[] | undefined;
|
|
989
|
+
MaxResults?: number | undefined;
|
|
990
|
+
NextToken?: string | undefined;
|
|
1294
991
|
}
|
|
1295
|
-
export interface
|
|
1296
|
-
|
|
992
|
+
export interface ElasticGpuHealth {
|
|
993
|
+
Status?: ElasticGpuStatus | undefined;
|
|
1297
994
|
}
|
|
1298
|
-
export interface
|
|
1299
|
-
|
|
1300
|
-
|
|
995
|
+
export interface ElasticGpus {
|
|
996
|
+
ElasticGpuId?: string | undefined;
|
|
997
|
+
AvailabilityZone?: string | undefined;
|
|
998
|
+
ElasticGpuType?: string | undefined;
|
|
999
|
+
ElasticGpuHealth?: ElasticGpuHealth | undefined;
|
|
1000
|
+
ElasticGpuState?: ElasticGpuState | undefined;
|
|
1001
|
+
InstanceId?: string | undefined;
|
|
1002
|
+
Tags?: Tag[] | undefined;
|
|
1301
1003
|
}
|
|
1302
|
-
export interface
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1004
|
+
export interface DescribeElasticGpusResult {
|
|
1005
|
+
ElasticGpuSet?: ElasticGpus[] | undefined;
|
|
1006
|
+
MaxResults?: number | undefined;
|
|
1007
|
+
NextToken?: string | undefined;
|
|
1306
1008
|
}
|
|
1307
|
-
export interface
|
|
1308
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1009
|
+
export interface DescribeExportImageTasksRequest {
|
|
1309
1010
|
DryRun?: boolean | undefined;
|
|
1011
|
+
Filters?: Filter[] | undefined;
|
|
1012
|
+
ExportImageTaskIds?: string[] | undefined;
|
|
1013
|
+
MaxResults?: number | undefined;
|
|
1014
|
+
NextToken?: string | undefined;
|
|
1310
1015
|
}
|
|
1311
|
-
export interface
|
|
1312
|
-
|
|
1016
|
+
export interface ExportTaskS3Location {
|
|
1017
|
+
S3Bucket?: string | undefined;
|
|
1018
|
+
S3Prefix?: string | undefined;
|
|
1313
1019
|
}
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1020
|
+
export interface ExportImageTask {
|
|
1021
|
+
Description?: string | undefined;
|
|
1022
|
+
ExportImageTaskId?: string | undefined;
|
|
1023
|
+
ImageId?: string | undefined;
|
|
1024
|
+
Progress?: string | undefined;
|
|
1025
|
+
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
1026
|
+
Status?: string | undefined;
|
|
1027
|
+
StatusMessage?: string | undefined;
|
|
1028
|
+
Tags?: Tag[] | undefined;
|
|
1318
1029
|
}
|
|
1319
|
-
export interface
|
|
1320
|
-
|
|
1030
|
+
export interface DescribeExportImageTasksResult {
|
|
1031
|
+
ExportImageTasks?: ExportImageTask[] | undefined;
|
|
1032
|
+
NextToken?: string | undefined;
|
|
1321
1033
|
}
|
|
1322
|
-
export interface
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
DryRun?: boolean | undefined;
|
|
1034
|
+
export interface DescribeExportTasksRequest {
|
|
1035
|
+
Filters?: Filter[] | undefined;
|
|
1036
|
+
ExportTaskIds?: string[] | undefined;
|
|
1326
1037
|
}
|
|
1327
|
-
export interface
|
|
1328
|
-
|
|
1038
|
+
export interface DescribeExportTasksResult {
|
|
1039
|
+
ExportTasks?: ExportTask[] | undefined;
|
|
1329
1040
|
}
|
|
1330
|
-
export interface
|
|
1331
|
-
|
|
1041
|
+
export interface DescribeFastLaunchImagesRequest {
|
|
1042
|
+
ImageIds?: string[] | undefined;
|
|
1043
|
+
Filters?: Filter[] | undefined;
|
|
1044
|
+
MaxResults?: number | undefined;
|
|
1045
|
+
NextToken?: string | undefined;
|
|
1332
1046
|
DryRun?: boolean | undefined;
|
|
1333
|
-
ClientToken?: string | undefined;
|
|
1334
1047
|
}
|
|
1335
|
-
export interface
|
|
1336
|
-
|
|
1048
|
+
export interface FastLaunchLaunchTemplateSpecificationResponse {
|
|
1049
|
+
LaunchTemplateId?: string | undefined;
|
|
1050
|
+
LaunchTemplateName?: string | undefined;
|
|
1051
|
+
Version?: string | undefined;
|
|
1337
1052
|
}
|
|
1338
|
-
export interface
|
|
1339
|
-
|
|
1340
|
-
DryRun?: boolean | undefined;
|
|
1341
|
-
ClientToken?: string | undefined;
|
|
1053
|
+
export interface FastLaunchSnapshotConfigurationResponse {
|
|
1054
|
+
TargetResourceCount?: number | undefined;
|
|
1342
1055
|
}
|
|
1343
|
-
export interface
|
|
1344
|
-
|
|
1056
|
+
export interface DescribeFastLaunchImagesSuccessItem {
|
|
1057
|
+
ImageId?: string | undefined;
|
|
1058
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
1059
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
1060
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
1061
|
+
MaxParallelLaunches?: number | undefined;
|
|
1062
|
+
OwnerId?: string | undefined;
|
|
1063
|
+
State?: FastLaunchStateCode | undefined;
|
|
1064
|
+
StateTransitionReason?: string | undefined;
|
|
1065
|
+
StateTransitionTime?: Date | undefined;
|
|
1345
1066
|
}
|
|
1346
|
-
export interface
|
|
1347
|
-
|
|
1348
|
-
|
|
1067
|
+
export interface DescribeFastLaunchImagesResult {
|
|
1068
|
+
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
1069
|
+
NextToken?: string | undefined;
|
|
1349
1070
|
}
|
|
1350
|
-
export interface
|
|
1351
|
-
|
|
1071
|
+
export interface DescribeFastSnapshotRestoresRequest {
|
|
1072
|
+
Filters?: Filter[] | undefined;
|
|
1073
|
+
MaxResults?: number | undefined;
|
|
1074
|
+
NextToken?: string | undefined;
|
|
1352
1075
|
DryRun?: boolean | undefined;
|
|
1353
1076
|
}
|
|
1354
|
-
export interface
|
|
1355
|
-
|
|
1356
|
-
|
|
1077
|
+
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
1078
|
+
SnapshotId?: string | undefined;
|
|
1079
|
+
AvailabilityZone?: string | undefined;
|
|
1080
|
+
AvailabilityZoneId?: string | undefined;
|
|
1081
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
1082
|
+
StateTransitionReason?: string | undefined;
|
|
1083
|
+
OwnerId?: string | undefined;
|
|
1084
|
+
OwnerAlias?: string | undefined;
|
|
1085
|
+
EnablingTime?: Date | undefined;
|
|
1086
|
+
OptimizingTime?: Date | undefined;
|
|
1087
|
+
EnabledTime?: Date | undefined;
|
|
1088
|
+
DisablingTime?: Date | undefined;
|
|
1089
|
+
DisabledTime?: Date | undefined;
|
|
1090
|
+
}
|
|
1091
|
+
export interface DescribeFastSnapshotRestoresResult {
|
|
1092
|
+
FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
|
|
1093
|
+
NextToken?: string | undefined;
|
|
1357
1094
|
}
|
|
1358
|
-
export interface
|
|
1359
|
-
|
|
1095
|
+
export interface DescribeFleetHistoryRequest {
|
|
1096
|
+
DryRun?: boolean | undefined;
|
|
1097
|
+
EventType?: FleetEventType | undefined;
|
|
1098
|
+
MaxResults?: number | undefined;
|
|
1099
|
+
NextToken?: string | undefined;
|
|
1100
|
+
FleetId: string | undefined;
|
|
1101
|
+
StartTime: Date | undefined;
|
|
1102
|
+
}
|
|
1103
|
+
export interface EventInformation {
|
|
1104
|
+
EventDescription?: string | undefined;
|
|
1105
|
+
EventSubType?: string | undefined;
|
|
1106
|
+
InstanceId?: string | undefined;
|
|
1107
|
+
}
|
|
1108
|
+
export interface HistoryRecordEntry {
|
|
1109
|
+
EventInformation?: EventInformation | undefined;
|
|
1110
|
+
EventType?: FleetEventType | undefined;
|
|
1111
|
+
Timestamp?: Date | undefined;
|
|
1112
|
+
}
|
|
1113
|
+
export interface DescribeFleetHistoryResult {
|
|
1114
|
+
HistoryRecords?: HistoryRecordEntry[] | undefined;
|
|
1115
|
+
LastEvaluatedTime?: Date | undefined;
|
|
1116
|
+
NextToken?: string | undefined;
|
|
1117
|
+
FleetId?: string | undefined;
|
|
1118
|
+
StartTime?: Date | undefined;
|
|
1360
1119
|
}
|
|
1361
|
-
export interface
|
|
1120
|
+
export interface DescribeFleetInstancesRequest {
|
|
1362
1121
|
DryRun?: boolean | undefined;
|
|
1363
|
-
|
|
1122
|
+
MaxResults?: number | undefined;
|
|
1123
|
+
NextToken?: string | undefined;
|
|
1124
|
+
FleetId: string | undefined;
|
|
1125
|
+
Filters?: Filter[] | undefined;
|
|
1364
1126
|
}
|
|
1365
|
-
export interface
|
|
1366
|
-
|
|
1127
|
+
export interface DescribeFleetInstancesResult {
|
|
1128
|
+
ActiveInstances?: ActiveInstance[] | undefined;
|
|
1129
|
+
NextToken?: string | undefined;
|
|
1130
|
+
FleetId?: string | undefined;
|
|
1367
1131
|
}
|
|
1368
|
-
export interface
|
|
1132
|
+
export interface DescribeFleetsRequest {
|
|
1369
1133
|
DryRun?: boolean | undefined;
|
|
1370
|
-
|
|
1134
|
+
MaxResults?: number | undefined;
|
|
1135
|
+
NextToken?: string | undefined;
|
|
1136
|
+
FleetIds?: string[] | undefined;
|
|
1137
|
+
Filters?: Filter[] | undefined;
|
|
1371
1138
|
}
|
|
1372
|
-
export interface
|
|
1373
|
-
|
|
1139
|
+
export interface DescribeFleetError {
|
|
1140
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1141
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
1142
|
+
ErrorCode?: string | undefined;
|
|
1143
|
+
ErrorMessage?: string | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
export interface DescribeFleetsInstances {
|
|
1146
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1147
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
1148
|
+
InstanceIds?: string[] | undefined;
|
|
1149
|
+
InstanceType?: _InstanceType | undefined;
|
|
1150
|
+
Platform?: PlatformValues | undefined;
|
|
1151
|
+
}
|
|
1152
|
+
export interface FleetLaunchTemplateConfig {
|
|
1153
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
1154
|
+
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
1155
|
+
}
|
|
1156
|
+
export interface CapacityReservationOptions {
|
|
1157
|
+
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
export interface OnDemandOptions {
|
|
1160
|
+
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
1161
|
+
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
1162
|
+
SingleInstanceType?: boolean | undefined;
|
|
1163
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
1164
|
+
MinTargetCapacity?: number | undefined;
|
|
1165
|
+
MaxTotalPrice?: string | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
export interface FleetSpotCapacityRebalance {
|
|
1168
|
+
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
1169
|
+
TerminationDelay?: number | undefined;
|
|
1170
|
+
}
|
|
1171
|
+
export interface FleetSpotMaintenanceStrategies {
|
|
1172
|
+
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
1173
|
+
}
|
|
1174
|
+
export interface SpotOptions {
|
|
1175
|
+
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
1176
|
+
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
1177
|
+
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
1178
|
+
InstancePoolsToUseCount?: number | undefined;
|
|
1179
|
+
SingleInstanceType?: boolean | undefined;
|
|
1180
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
1181
|
+
MinTargetCapacity?: number | undefined;
|
|
1182
|
+
MaxTotalPrice?: string | undefined;
|
|
1183
|
+
}
|
|
1184
|
+
export interface TargetCapacitySpecification {
|
|
1185
|
+
TotalTargetCapacity?: number | undefined;
|
|
1186
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
1187
|
+
SpotTargetCapacity?: number | undefined;
|
|
1188
|
+
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
1189
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
1190
|
+
}
|
|
1191
|
+
export interface FleetData {
|
|
1192
|
+
ActivityStatus?: FleetActivityStatus | undefined;
|
|
1193
|
+
CreateTime?: Date | undefined;
|
|
1194
|
+
FleetId?: string | undefined;
|
|
1195
|
+
FleetState?: FleetStateCode | undefined;
|
|
1196
|
+
ClientToken?: string | undefined;
|
|
1197
|
+
ExcessCapacityTerminationPolicy?:
|
|
1198
|
+
| FleetExcessCapacityTerminationPolicy
|
|
1199
|
+
| undefined;
|
|
1200
|
+
FulfilledCapacity?: number | undefined;
|
|
1201
|
+
FulfilledOnDemandCapacity?: number | undefined;
|
|
1202
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
1203
|
+
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
1204
|
+
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1205
|
+
Type?: FleetType | undefined;
|
|
1206
|
+
ValidFrom?: Date | undefined;
|
|
1207
|
+
ValidUntil?: Date | undefined;
|
|
1208
|
+
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1209
|
+
SpotOptions?: SpotOptions | undefined;
|
|
1210
|
+
OnDemandOptions?: OnDemandOptions | undefined;
|
|
1211
|
+
Tags?: Tag[] | undefined;
|
|
1212
|
+
Errors?: DescribeFleetError[] | undefined;
|
|
1213
|
+
Instances?: DescribeFleetsInstances[] | undefined;
|
|
1214
|
+
Context?: string | undefined;
|
|
1374
1215
|
}
|
|
1375
|
-
export interface
|
|
1216
|
+
export interface DescribeFleetsResult {
|
|
1217
|
+
NextToken?: string | undefined;
|
|
1218
|
+
Fleets?: FleetData[] | undefined;
|
|
1219
|
+
}
|
|
1220
|
+
export interface DescribeFlowLogsRequest {
|
|
1376
1221
|
DryRun?: boolean | undefined;
|
|
1377
|
-
|
|
1222
|
+
Filter?: Filter[] | undefined;
|
|
1223
|
+
FlowLogIds?: string[] | undefined;
|
|
1224
|
+
MaxResults?: number | undefined;
|
|
1225
|
+
NextToken?: string | undefined;
|
|
1378
1226
|
}
|
|
1379
|
-
export interface
|
|
1380
|
-
|
|
1227
|
+
export interface DestinationOptionsResponse {
|
|
1228
|
+
FileFormat?: DestinationFileFormat | undefined;
|
|
1229
|
+
HiveCompatiblePartitions?: boolean | undefined;
|
|
1230
|
+
PerHourPartition?: boolean | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
export interface FlowLog {
|
|
1233
|
+
CreationTime?: Date | undefined;
|
|
1234
|
+
DeliverLogsErrorMessage?: string | undefined;
|
|
1235
|
+
DeliverLogsPermissionArn?: string | undefined;
|
|
1236
|
+
DeliverCrossAccountRole?: string | undefined;
|
|
1237
|
+
DeliverLogsStatus?: string | undefined;
|
|
1238
|
+
FlowLogId?: string | undefined;
|
|
1239
|
+
FlowLogStatus?: string | undefined;
|
|
1240
|
+
LogGroupName?: string | undefined;
|
|
1241
|
+
ResourceId?: string | undefined;
|
|
1242
|
+
TrafficType?: TrafficType | undefined;
|
|
1243
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
1244
|
+
LogDestination?: string | undefined;
|
|
1245
|
+
LogFormat?: string | undefined;
|
|
1246
|
+
Tags?: Tag[] | undefined;
|
|
1247
|
+
MaxAggregationInterval?: number | undefined;
|
|
1248
|
+
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
1381
1249
|
}
|
|
1382
|
-
export interface
|
|
1250
|
+
export interface DescribeFlowLogsResult {
|
|
1251
|
+
FlowLogs?: FlowLog[] | undefined;
|
|
1252
|
+
NextToken?: string | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export interface DescribeFpgaImageAttributeRequest {
|
|
1383
1255
|
DryRun?: boolean | undefined;
|
|
1384
|
-
|
|
1256
|
+
FpgaImageId: string | undefined;
|
|
1257
|
+
Attribute: FpgaImageAttributeName | undefined;
|
|
1385
1258
|
}
|
|
1386
|
-
export interface
|
|
1387
|
-
|
|
1259
|
+
export interface LoadPermission {
|
|
1260
|
+
UserId?: string | undefined;
|
|
1261
|
+
Group?: PermissionGroup | undefined;
|
|
1388
1262
|
}
|
|
1389
|
-
export interface
|
|
1390
|
-
|
|
1391
|
-
|
|
1263
|
+
export interface ProductCode {
|
|
1264
|
+
ProductCodeId?: string | undefined;
|
|
1265
|
+
ProductCodeType?: ProductCodeValues | undefined;
|
|
1392
1266
|
}
|
|
1393
|
-
export interface
|
|
1394
|
-
|
|
1267
|
+
export interface FpgaImageAttribute {
|
|
1268
|
+
FpgaImageId?: string | undefined;
|
|
1269
|
+
Name?: string | undefined;
|
|
1270
|
+
Description?: string | undefined;
|
|
1271
|
+
LoadPermissions?: LoadPermission[] | undefined;
|
|
1272
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1395
1273
|
}
|
|
1396
|
-
export interface
|
|
1397
|
-
|
|
1274
|
+
export interface DescribeFpgaImageAttributeResult {
|
|
1275
|
+
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
1276
|
+
}
|
|
1277
|
+
export interface DescribeFpgaImagesRequest {
|
|
1398
1278
|
DryRun?: boolean | undefined;
|
|
1279
|
+
FpgaImageIds?: string[] | undefined;
|
|
1280
|
+
Owners?: string[] | undefined;
|
|
1281
|
+
Filters?: Filter[] | undefined;
|
|
1282
|
+
NextToken?: string | undefined;
|
|
1283
|
+
MaxResults?: number | undefined;
|
|
1399
1284
|
}
|
|
1400
|
-
export interface
|
|
1401
|
-
|
|
1402
|
-
|
|
1285
|
+
export interface PciId {
|
|
1286
|
+
DeviceId?: string | undefined;
|
|
1287
|
+
VendorId?: string | undefined;
|
|
1288
|
+
SubsystemId?: string | undefined;
|
|
1289
|
+
SubsystemVendorId?: string | undefined;
|
|
1403
1290
|
}
|
|
1404
|
-
export interface
|
|
1405
|
-
|
|
1291
|
+
export interface FpgaImageState {
|
|
1292
|
+
Code?: FpgaImageStateCode | undefined;
|
|
1293
|
+
Message?: string | undefined;
|
|
1294
|
+
}
|
|
1295
|
+
export interface FpgaImage {
|
|
1296
|
+
FpgaImageId?: string | undefined;
|
|
1297
|
+
FpgaImageGlobalId?: string | undefined;
|
|
1298
|
+
Name?: string | undefined;
|
|
1299
|
+
Description?: string | undefined;
|
|
1300
|
+
ShellVersion?: string | undefined;
|
|
1301
|
+
PciId?: PciId | undefined;
|
|
1302
|
+
State?: FpgaImageState | undefined;
|
|
1303
|
+
CreateTime?: Date | undefined;
|
|
1304
|
+
UpdateTime?: Date | undefined;
|
|
1305
|
+
OwnerId?: string | undefined;
|
|
1306
|
+
OwnerAlias?: string | undefined;
|
|
1307
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1308
|
+
Tags?: Tag[] | undefined;
|
|
1309
|
+
Public?: boolean | undefined;
|
|
1310
|
+
DataRetentionSupport?: boolean | undefined;
|
|
1311
|
+
InstanceTypes?: string[] | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface DescribeFpgaImagesResult {
|
|
1314
|
+
FpgaImages?: FpgaImage[] | undefined;
|
|
1315
|
+
NextToken?: string | undefined;
|
|
1316
|
+
}
|
|
1317
|
+
export interface DescribeHostReservationOfferingsRequest {
|
|
1318
|
+
Filter?: Filter[] | undefined;
|
|
1319
|
+
MaxDuration?: number | undefined;
|
|
1320
|
+
MaxResults?: number | undefined;
|
|
1321
|
+
MinDuration?: number | undefined;
|
|
1322
|
+
NextToken?: string | undefined;
|
|
1323
|
+
OfferingId?: string | undefined;
|
|
1324
|
+
}
|
|
1325
|
+
export interface HostOffering {
|
|
1326
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1327
|
+
Duration?: number | undefined;
|
|
1328
|
+
HourlyPrice?: string | undefined;
|
|
1329
|
+
InstanceFamily?: string | undefined;
|
|
1330
|
+
OfferingId?: string | undefined;
|
|
1331
|
+
PaymentOption?: PaymentOption | undefined;
|
|
1332
|
+
UpfrontPrice?: string | undefined;
|
|
1333
|
+
}
|
|
1334
|
+
export interface DescribeHostReservationOfferingsResult {
|
|
1335
|
+
NextToken?: string | undefined;
|
|
1336
|
+
OfferingSet?: HostOffering[] | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
export interface DescribeHostReservationsRequest {
|
|
1339
|
+
Filter?: Filter[] | undefined;
|
|
1340
|
+
HostReservationIdSet?: string[] | undefined;
|
|
1341
|
+
MaxResults?: number | undefined;
|
|
1342
|
+
NextToken?: string | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface HostReservation {
|
|
1345
|
+
Count?: number | undefined;
|
|
1346
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1347
|
+
Duration?: number | undefined;
|
|
1348
|
+
End?: Date | undefined;
|
|
1349
|
+
HostIdSet?: string[] | undefined;
|
|
1350
|
+
HostReservationId?: string | undefined;
|
|
1351
|
+
HourlyPrice?: string | undefined;
|
|
1352
|
+
InstanceFamily?: string | undefined;
|
|
1353
|
+
OfferingId?: string | undefined;
|
|
1354
|
+
PaymentOption?: PaymentOption | undefined;
|
|
1355
|
+
Start?: Date | undefined;
|
|
1356
|
+
State?: ReservationState | undefined;
|
|
1357
|
+
UpfrontPrice?: string | undefined;
|
|
1358
|
+
Tags?: Tag[] | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface DescribeHostReservationsResult {
|
|
1361
|
+
HostReservationSet?: HostReservation[] | undefined;
|
|
1362
|
+
NextToken?: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface DescribeHostsRequest {
|
|
1365
|
+
HostIds?: string[] | undefined;
|
|
1366
|
+
NextToken?: string | undefined;
|
|
1367
|
+
MaxResults?: number | undefined;
|
|
1368
|
+
Filter?: Filter[] | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface InstanceCapacity {
|
|
1371
|
+
AvailableCapacity?: number | undefined;
|
|
1372
|
+
InstanceType?: string | undefined;
|
|
1373
|
+
TotalCapacity?: number | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export interface AvailableCapacity {
|
|
1376
|
+
AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
|
|
1377
|
+
AvailableVCpus?: number | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export interface HostProperties {
|
|
1380
|
+
Cores?: number | undefined;
|
|
1381
|
+
InstanceType?: string | undefined;
|
|
1382
|
+
InstanceFamily?: string | undefined;
|
|
1383
|
+
Sockets?: number | undefined;
|
|
1384
|
+
TotalVCpus?: number | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
export interface HostInstance {
|
|
1387
|
+
InstanceId?: string | undefined;
|
|
1388
|
+
InstanceType?: string | undefined;
|
|
1389
|
+
OwnerId?: string | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export interface Host {
|
|
1392
|
+
AutoPlacement?: AutoPlacement | undefined;
|
|
1393
|
+
AvailabilityZone?: string | undefined;
|
|
1394
|
+
AvailableCapacity?: AvailableCapacity | undefined;
|
|
1395
|
+
ClientToken?: string | undefined;
|
|
1396
|
+
HostId?: string | undefined;
|
|
1397
|
+
HostProperties?: HostProperties | undefined;
|
|
1398
|
+
HostReservationId?: string | undefined;
|
|
1399
|
+
Instances?: HostInstance[] | undefined;
|
|
1400
|
+
State?: AllocationState | undefined;
|
|
1401
|
+
AllocationTime?: Date | undefined;
|
|
1402
|
+
ReleaseTime?: Date | undefined;
|
|
1403
|
+
Tags?: Tag[] | undefined;
|
|
1404
|
+
HostRecovery?: HostRecovery | undefined;
|
|
1405
|
+
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
1406
|
+
OwnerId?: string | undefined;
|
|
1407
|
+
AvailabilityZoneId?: string | undefined;
|
|
1408
|
+
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
1409
|
+
OutpostArn?: string | undefined;
|
|
1410
|
+
HostMaintenance?: HostMaintenance | undefined;
|
|
1411
|
+
AssetId?: string | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export interface DescribeHostsResult {
|
|
1414
|
+
Hosts?: Host[] | undefined;
|
|
1415
|
+
NextToken?: string | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
1418
|
+
AssociationIds?: string[] | undefined;
|
|
1419
|
+
Filters?: Filter[] | undefined;
|
|
1420
|
+
MaxResults?: number | undefined;
|
|
1421
|
+
NextToken?: string | undefined;
|
|
1422
|
+
}
|
|
1423
|
+
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
1424
|
+
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
|
|
1425
|
+
NextToken?: string | undefined;
|
|
1426
|
+
}
|
|
1427
|
+
export interface DescribeIdentityIdFormatRequest {
|
|
1428
|
+
Resource?: string | undefined;
|
|
1429
|
+
PrincipalArn: string | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
export interface DescribeIdentityIdFormatResult {
|
|
1432
|
+
Statuses?: IdFormat[] | undefined;
|
|
1433
|
+
}
|
|
1434
|
+
export interface DescribeIdFormatRequest {
|
|
1435
|
+
Resource?: string | undefined;
|
|
1436
|
+
}
|
|
1437
|
+
export interface DescribeIdFormatResult {
|
|
1438
|
+
Statuses?: IdFormat[] | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface DescribeImageAttributeRequest {
|
|
1441
|
+
Attribute: ImageAttributeName | undefined;
|
|
1442
|
+
ImageId: string | undefined;
|
|
1406
1443
|
DryRun?: boolean | undefined;
|
|
1407
1444
|
}
|
|
1408
|
-
export interface
|
|
1409
|
-
|
|
1445
|
+
export interface LaunchPermission {
|
|
1446
|
+
OrganizationArn?: string | undefined;
|
|
1447
|
+
OrganizationalUnitArn?: string | undefined;
|
|
1448
|
+
UserId?: string | undefined;
|
|
1449
|
+
Group?: PermissionGroup | undefined;
|
|
1450
|
+
}
|
|
1451
|
+
export interface ImageAttribute {
|
|
1452
|
+
Description?: AttributeValue | undefined;
|
|
1453
|
+
KernelId?: AttributeValue | undefined;
|
|
1454
|
+
RamdiskId?: AttributeValue | undefined;
|
|
1455
|
+
SriovNetSupport?: AttributeValue | undefined;
|
|
1456
|
+
BootMode?: AttributeValue | undefined;
|
|
1457
|
+
TpmSupport?: AttributeValue | undefined;
|
|
1458
|
+
UefiData?: AttributeValue | undefined;
|
|
1459
|
+
LastLaunchedTime?: AttributeValue | undefined;
|
|
1460
|
+
ImdsSupport?: AttributeValue | undefined;
|
|
1461
|
+
DeregistrationProtection?: AttributeValue | undefined;
|
|
1462
|
+
ImageId?: string | undefined;
|
|
1463
|
+
LaunchPermissions?: LaunchPermission[] | undefined;
|
|
1464
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1465
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1466
|
+
}
|
|
1467
|
+
export interface ResourceTypeOption {
|
|
1468
|
+
OptionName?: ImageReferenceOptionName | undefined;
|
|
1469
|
+
OptionValues?: string[] | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface ResourceTypeRequest {
|
|
1472
|
+
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1473
|
+
ResourceTypeOptions?: ResourceTypeOption[] | undefined;
|
|
1474
|
+
}
|
|
1475
|
+
export interface DescribeImageReferencesRequest {
|
|
1476
|
+
ImageIds: string[] | undefined;
|
|
1477
|
+
IncludeAllResourceTypes?: boolean | undefined;
|
|
1478
|
+
ResourceTypes?: ResourceTypeRequest[] | undefined;
|
|
1479
|
+
NextToken?: string | undefined;
|
|
1410
1480
|
DryRun?: boolean | undefined;
|
|
1481
|
+
MaxResults?: number | undefined;
|
|
1411
1482
|
}
|
|
1412
|
-
export interface
|
|
1413
|
-
|
|
1483
|
+
export interface ImageReference {
|
|
1484
|
+
ImageId?: string | undefined;
|
|
1485
|
+
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1486
|
+
Arn?: string | undefined;
|
|
1414
1487
|
}
|
|
1415
|
-
export interface
|
|
1488
|
+
export interface DescribeImageReferencesResult {
|
|
1489
|
+
NextToken?: string | undefined;
|
|
1490
|
+
ImageReferences?: ImageReference[] | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface DescribeImagesRequest {
|
|
1493
|
+
ExecutableUsers?: string[] | undefined;
|
|
1494
|
+
ImageIds?: string[] | undefined;
|
|
1495
|
+
Owners?: string[] | undefined;
|
|
1496
|
+
IncludeDeprecated?: boolean | undefined;
|
|
1497
|
+
IncludeDisabled?: boolean | undefined;
|
|
1498
|
+
MaxResults?: number | undefined;
|
|
1499
|
+
NextToken?: string | undefined;
|
|
1416
1500
|
DryRun?: boolean | undefined;
|
|
1417
|
-
|
|
1418
|
-
Asn: string | undefined;
|
|
1501
|
+
Filters?: Filter[] | undefined;
|
|
1419
1502
|
}
|
|
1420
|
-
export
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1503
|
+
export interface Image {
|
|
1504
|
+
PlatformDetails?: string | undefined;
|
|
1505
|
+
UsageOperation?: string | undefined;
|
|
1506
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1507
|
+
Description?: string | undefined;
|
|
1508
|
+
EnaSupport?: boolean | undefined;
|
|
1509
|
+
Hypervisor?: HypervisorType | undefined;
|
|
1510
|
+
ImageOwnerAlias?: string | undefined;
|
|
1511
|
+
Name?: string | undefined;
|
|
1512
|
+
RootDeviceName?: string | undefined;
|
|
1513
|
+
RootDeviceType?: DeviceType | undefined;
|
|
1514
|
+
SriovNetSupport?: string | undefined;
|
|
1515
|
+
StateReason?: StateReason | undefined;
|
|
1516
|
+
Tags?: Tag[] | undefined;
|
|
1517
|
+
VirtualizationType?: VirtualizationType | undefined;
|
|
1518
|
+
BootMode?: BootModeValues | undefined;
|
|
1519
|
+
TpmSupport?: TpmSupportValues | undefined;
|
|
1520
|
+
DeprecationTime?: string | undefined;
|
|
1521
|
+
ImdsSupport?: ImdsSupportValues | undefined;
|
|
1522
|
+
SourceInstanceId?: string | undefined;
|
|
1523
|
+
DeregistrationProtection?: string | undefined;
|
|
1524
|
+
LastLaunchedTime?: string | undefined;
|
|
1525
|
+
ImageAllowed?: boolean | undefined;
|
|
1526
|
+
SourceImageId?: string | undefined;
|
|
1527
|
+
SourceImageRegion?: string | undefined;
|
|
1528
|
+
FreeTierEligible?: boolean | undefined;
|
|
1529
|
+
ImageId?: string | undefined;
|
|
1530
|
+
ImageLocation?: string | undefined;
|
|
1531
|
+
State?: ImageState | undefined;
|
|
1532
|
+
OwnerId?: string | undefined;
|
|
1533
|
+
CreationDate?: string | undefined;
|
|
1534
|
+
Public?: boolean | undefined;
|
|
1535
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1536
|
+
Architecture?: ArchitectureValues | undefined;
|
|
1537
|
+
ImageType?: ImageTypeValues | undefined;
|
|
1538
|
+
KernelId?: string | undefined;
|
|
1539
|
+
RamdiskId?: string | undefined;
|
|
1540
|
+
Platform?: PlatformValues | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
export interface DescribeImagesResult {
|
|
1543
|
+
NextToken?: string | undefined;
|
|
1544
|
+
Images?: Image[] | undefined;
|
|
1434
1545
|
}
|
|
1435
|
-
export interface
|
|
1436
|
-
|
|
1546
|
+
export interface DescribeImageUsageReportEntriesRequest {
|
|
1547
|
+
ImageIds?: string[] | undefined;
|
|
1548
|
+
ReportIds?: string[] | undefined;
|
|
1549
|
+
NextToken?: string | undefined;
|
|
1550
|
+
Filters?: Filter[] | undefined;
|
|
1551
|
+
DryRun?: boolean | undefined;
|
|
1552
|
+
MaxResults?: number | undefined;
|
|
1437
1553
|
}
|
|
1438
|
-
export interface
|
|
1554
|
+
export interface ImageUsageReportEntry {
|
|
1555
|
+
ResourceType?: string | undefined;
|
|
1556
|
+
ReportId?: string | undefined;
|
|
1557
|
+
UsageCount?: number | undefined;
|
|
1558
|
+
AccountId?: string | undefined;
|
|
1559
|
+
ImageId?: string | undefined;
|
|
1560
|
+
ReportCreationTime?: Date | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
export interface DescribeImageUsageReportEntriesResult {
|
|
1563
|
+
NextToken?: string | undefined;
|
|
1564
|
+
ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export interface DescribeImageUsageReportsRequest {
|
|
1567
|
+
ImageIds?: string[] | undefined;
|
|
1568
|
+
ReportIds?: string[] | undefined;
|
|
1569
|
+
NextToken?: string | undefined;
|
|
1570
|
+
Filters?: Filter[] | undefined;
|
|
1439
1571
|
DryRun?: boolean | undefined;
|
|
1440
|
-
|
|
1441
|
-
Cidr?: string | undefined;
|
|
1572
|
+
MaxResults?: number | undefined;
|
|
1442
1573
|
}
|
|
1443
|
-
export
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
};
|
|
1447
|
-
export type IpamPoolCidrFailureCode =
|
|
1448
|
-
(typeof IpamPoolCidrFailureCode)[keyof typeof IpamPoolCidrFailureCode];
|
|
1449
|
-
export interface IpamPoolCidrFailureReason {
|
|
1450
|
-
Code?: IpamPoolCidrFailureCode | undefined;
|
|
1451
|
-
Message?: string | undefined;
|
|
1574
|
+
export interface ImageUsageResourceTypeOption {
|
|
1575
|
+
OptionName?: string | undefined;
|
|
1576
|
+
OptionValues?: string[] | undefined;
|
|
1452
1577
|
}
|
|
1453
|
-
export
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
readonly failed_import: "failed-import";
|
|
1457
|
-
readonly failed_provision: "failed-provision";
|
|
1458
|
-
readonly pending_deprovision: "pending-deprovision";
|
|
1459
|
-
readonly pending_import: "pending-import";
|
|
1460
|
-
readonly pending_provision: "pending-provision";
|
|
1461
|
-
readonly provisioned: "provisioned";
|
|
1462
|
-
};
|
|
1463
|
-
export type IpamPoolCidrState =
|
|
1464
|
-
(typeof IpamPoolCidrState)[keyof typeof IpamPoolCidrState];
|
|
1465
|
-
export interface IpamPoolCidr {
|
|
1466
|
-
Cidr?: string | undefined;
|
|
1467
|
-
State?: IpamPoolCidrState | undefined;
|
|
1468
|
-
FailureReason?: IpamPoolCidrFailureReason | undefined;
|
|
1469
|
-
IpamPoolCidrId?: string | undefined;
|
|
1470
|
-
NetmaskLength?: number | undefined;
|
|
1578
|
+
export interface ImageUsageResourceType {
|
|
1579
|
+
ResourceType?: string | undefined;
|
|
1580
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
1471
1581
|
}
|
|
1472
|
-
export interface
|
|
1473
|
-
|
|
1582
|
+
export interface ImageUsageReport {
|
|
1583
|
+
ImageId?: string | undefined;
|
|
1584
|
+
ReportId?: string | undefined;
|
|
1585
|
+
ResourceTypes?: ImageUsageResourceType[] | undefined;
|
|
1586
|
+
AccountIds?: string[] | undefined;
|
|
1587
|
+
State?: string | undefined;
|
|
1588
|
+
StateReason?: string | undefined;
|
|
1589
|
+
CreationTime?: Date | undefined;
|
|
1590
|
+
ExpirationTime?: Date | undefined;
|
|
1591
|
+
Tags?: Tag[] | undefined;
|
|
1474
1592
|
}
|
|
1475
|
-
export interface
|
|
1593
|
+
export interface DescribeImageUsageReportsResult {
|
|
1594
|
+
NextToken?: string | undefined;
|
|
1595
|
+
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface DescribeImportImageTasksRequest {
|
|
1476
1598
|
DryRun?: boolean | undefined;
|
|
1477
|
-
|
|
1478
|
-
|
|
1599
|
+
Filters?: Filter[] | undefined;
|
|
1600
|
+
ImportTaskIds?: string[] | undefined;
|
|
1601
|
+
MaxResults?: number | undefined;
|
|
1602
|
+
NextToken?: string | undefined;
|
|
1479
1603
|
}
|
|
1480
|
-
export interface
|
|
1481
|
-
|
|
1482
|
-
DeprovisionedAddresses?: string[] | undefined;
|
|
1604
|
+
export interface ImportImageLicenseConfigurationResponse {
|
|
1605
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1483
1606
|
}
|
|
1484
|
-
export interface
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
DryRun?: boolean | undefined;
|
|
1607
|
+
export interface UserBucketDetails {
|
|
1608
|
+
S3Bucket?: string | undefined;
|
|
1609
|
+
S3Key?: string | undefined;
|
|
1488
1610
|
}
|
|
1489
|
-
export
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
};
|
|
1496
|
-
export type SnapshotReturnCodes =
|
|
1497
|
-
(typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
|
|
1498
|
-
export interface DeleteSnapshotReturnCode {
|
|
1611
|
+
export interface SnapshotDetail {
|
|
1612
|
+
Description?: string | undefined;
|
|
1613
|
+
DeviceName?: string | undefined;
|
|
1614
|
+
DiskImageSize?: number | undefined;
|
|
1615
|
+
Format?: string | undefined;
|
|
1616
|
+
Progress?: string | undefined;
|
|
1499
1617
|
SnapshotId?: string | undefined;
|
|
1500
|
-
|
|
1618
|
+
Status?: string | undefined;
|
|
1619
|
+
StatusMessage?: string | undefined;
|
|
1620
|
+
Url?: string | undefined;
|
|
1621
|
+
UserBucket?: UserBucketDetails | undefined;
|
|
1501
1622
|
}
|
|
1502
|
-
export interface
|
|
1503
|
-
|
|
1504
|
-
|
|
1623
|
+
export interface ImportImageTask {
|
|
1624
|
+
Architecture?: string | undefined;
|
|
1625
|
+
Description?: string | undefined;
|
|
1626
|
+
Encrypted?: boolean | undefined;
|
|
1627
|
+
Hypervisor?: string | undefined;
|
|
1628
|
+
ImageId?: string | undefined;
|
|
1629
|
+
ImportTaskId?: string | undefined;
|
|
1630
|
+
KmsKeyId?: string | undefined;
|
|
1631
|
+
LicenseType?: string | undefined;
|
|
1632
|
+
Platform?: string | undefined;
|
|
1633
|
+
Progress?: string | undefined;
|
|
1634
|
+
SnapshotDetails?: SnapshotDetail[] | undefined;
|
|
1635
|
+
Status?: string | undefined;
|
|
1636
|
+
StatusMessage?: string | undefined;
|
|
1637
|
+
Tags?: Tag[] | undefined;
|
|
1638
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
|
|
1639
|
+
UsageOperation?: string | undefined;
|
|
1640
|
+
BootMode?: BootModeValues | undefined;
|
|
1505
1641
|
}
|
|
1506
|
-
export interface
|
|
1507
|
-
|
|
1508
|
-
|
|
1642
|
+
export interface DescribeImportImageTasksResult {
|
|
1643
|
+
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
1644
|
+
NextToken?: string | undefined;
|
|
1509
1645
|
}
|
|
1510
|
-
export interface
|
|
1646
|
+
export interface DescribeImportSnapshotTasksRequest {
|
|
1511
1647
|
DryRun?: boolean | undefined;
|
|
1512
|
-
|
|
1648
|
+
Filters?: Filter[] | undefined;
|
|
1649
|
+
ImportTaskIds?: string[] | undefined;
|
|
1650
|
+
MaxResults?: number | undefined;
|
|
1651
|
+
NextToken?: string | undefined;
|
|
1513
1652
|
}
|
|
1514
|
-
export interface
|
|
1515
|
-
|
|
1516
|
-
|
|
1653
|
+
export interface SnapshotTaskDetail {
|
|
1654
|
+
Description?: string | undefined;
|
|
1655
|
+
DiskImageSize?: number | undefined;
|
|
1656
|
+
Encrypted?: boolean | undefined;
|
|
1657
|
+
Format?: string | undefined;
|
|
1658
|
+
KmsKeyId?: string | undefined;
|
|
1659
|
+
Progress?: string | undefined;
|
|
1660
|
+
SnapshotId?: string | undefined;
|
|
1661
|
+
Status?: string | undefined;
|
|
1662
|
+
StatusMessage?: string | undefined;
|
|
1663
|
+
Url?: string | undefined;
|
|
1664
|
+
UserBucket?: UserBucketDetails | undefined;
|
|
1517
1665
|
}
|
|
1518
|
-
export interface
|
|
1519
|
-
|
|
1666
|
+
export interface ImportSnapshotTask {
|
|
1667
|
+
Description?: string | undefined;
|
|
1668
|
+
ImportTaskId?: string | undefined;
|
|
1669
|
+
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
1670
|
+
Tags?: Tag[] | undefined;
|
|
1520
1671
|
}
|
|
1521
|
-
export interface
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
1525
|
-
DryRun?: boolean | undefined;
|
|
1672
|
+
export interface DescribeImportSnapshotTasksResult {
|
|
1673
|
+
ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
|
|
1674
|
+
NextToken?: string | undefined;
|
|
1526
1675
|
}
|
|
1527
|
-
export interface
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1676
|
+
export interface DescribeInstanceAttributeRequest {
|
|
1677
|
+
DryRun?: boolean | undefined;
|
|
1678
|
+
InstanceId: string | undefined;
|
|
1679
|
+
Attribute: InstanceAttributeName | undefined;
|
|
1680
|
+
}
|
|
1681
|
+
export interface EbsInstanceBlockDevice {
|
|
1682
|
+
AttachTime?: Date | undefined;
|
|
1683
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1684
|
+
Status?: AttachmentStatus | undefined;
|
|
1685
|
+
VolumeId?: string | undefined;
|
|
1686
|
+
AssociatedResource?: string | undefined;
|
|
1687
|
+
VolumeOwnerId?: string | undefined;
|
|
1688
|
+
Operator?: OperatorResponse | undefined;
|
|
1689
|
+
}
|
|
1690
|
+
export interface InstanceBlockDeviceMapping {
|
|
1691
|
+
DeviceName?: string | undefined;
|
|
1692
|
+
Ebs?: EbsInstanceBlockDevice | undefined;
|
|
1693
|
+
}
|
|
1694
|
+
export interface AttributeBooleanValue {
|
|
1695
|
+
Value?: boolean | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
export interface EnclaveOptions {
|
|
1698
|
+
Enabled?: boolean | undefined;
|
|
1699
|
+
}
|
|
1700
|
+
export interface InstanceAttribute {
|
|
1701
|
+
BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
|
|
1702
|
+
DisableApiTermination?: AttributeBooleanValue | undefined;
|
|
1703
|
+
EnaSupport?: AttributeBooleanValue | undefined;
|
|
1704
|
+
EnclaveOptions?: EnclaveOptions | undefined;
|
|
1705
|
+
EbsOptimized?: AttributeBooleanValue | undefined;
|
|
1706
|
+
InstanceId?: string | undefined;
|
|
1707
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
|
|
1708
|
+
InstanceType?: AttributeValue | undefined;
|
|
1709
|
+
KernelId?: AttributeValue | undefined;
|
|
1710
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1711
|
+
RamdiskId?: AttributeValue | undefined;
|
|
1712
|
+
RootDeviceName?: AttributeValue | undefined;
|
|
1713
|
+
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1714
|
+
SriovNetSupport?: AttributeValue | undefined;
|
|
1715
|
+
UserData?: AttributeValue | undefined;
|
|
1716
|
+
DisableApiStop?: AttributeBooleanValue | undefined;
|
|
1717
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
1718
|
+
}
|
|
1719
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
|
1720
|
+
DryRun?: boolean | undefined;
|
|
1721
|
+
MaxResults?: number | undefined;
|
|
1722
|
+
NextToken?: string | undefined;
|
|
1723
|
+
Filters?: Filter[] | undefined;
|
|
1724
|
+
InstanceConnectEndpointIds?: string[] | undefined;
|
|
1531
1725
|
}
|
|
1532
|
-
export interface
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
| undefined;
|
|
1726
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
1727
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
|
|
1728
|
+
NextToken?: string | undefined;
|
|
1536
1729
|
}
|
|
1537
|
-
export interface
|
|
1538
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
1539
|
-
GroupIpAddress?: string | undefined;
|
|
1540
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
1730
|
+
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
1541
1731
|
DryRun?: boolean | undefined;
|
|
1732
|
+
Filters?: Filter[] | undefined;
|
|
1733
|
+
InstanceIds?: string[] | undefined;
|
|
1734
|
+
MaxResults?: number | undefined;
|
|
1735
|
+
NextToken?: string | undefined;
|
|
1542
1736
|
}
|
|
1543
|
-
export interface
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
GroupIpAddress?: string | undefined;
|
|
1737
|
+
export interface InstanceCreditSpecification {
|
|
1738
|
+
InstanceId?: string | undefined;
|
|
1739
|
+
CpuCredits?: string | undefined;
|
|
1547
1740
|
}
|
|
1548
|
-
export interface
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
| undefined;
|
|
1741
|
+
export interface DescribeInstanceCreditSpecificationsResult {
|
|
1742
|
+
InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
|
|
1743
|
+
NextToken?: string | undefined;
|
|
1552
1744
|
}
|
|
1553
|
-
export interface
|
|
1745
|
+
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
1554
1746
|
DryRun?: boolean | undefined;
|
|
1555
|
-
AttributeNames?: AccountAttributeName[] | undefined;
|
|
1556
1747
|
}
|
|
1557
|
-
export interface
|
|
1558
|
-
|
|
1748
|
+
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
1749
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
1559
1750
|
}
|
|
1560
|
-
export interface
|
|
1751
|
+
export interface DescribeInstanceEventWindowsRequest {
|
|
1752
|
+
DryRun?: boolean | undefined;
|
|
1753
|
+
InstanceEventWindowIds?: string[] | undefined;
|
|
1754
|
+
Filters?: Filter[] | undefined;
|
|
1755
|
+
MaxResults?: number | undefined;
|
|
1756
|
+
NextToken?: string | undefined;
|
|
1757
|
+
}
|
|
1758
|
+
export interface DescribeInstanceEventWindowsResult {
|
|
1759
|
+
InstanceEventWindows?: InstanceEventWindow[] | undefined;
|
|
1760
|
+
NextToken?: string | undefined;
|
|
1761
|
+
}
|
|
1762
|
+
export interface DescribeInstanceImageMetadataRequest {
|
|
1763
|
+
Filters?: Filter[] | undefined;
|
|
1764
|
+
InstanceIds?: string[] | undefined;
|
|
1765
|
+
MaxResults?: number | undefined;
|
|
1766
|
+
NextToken?: string | undefined;
|
|
1767
|
+
DryRun?: boolean | undefined;
|
|
1768
|
+
}
|
|
1769
|
+
export interface ImageMetadata {
|
|
1770
|
+
ImageId?: string | undefined;
|
|
1561
1771
|
Name?: string | undefined;
|
|
1562
|
-
|
|
1772
|
+
OwnerId?: string | undefined;
|
|
1773
|
+
State?: ImageState | undefined;
|
|
1774
|
+
ImageOwnerAlias?: string | undefined;
|
|
1775
|
+
CreationDate?: string | undefined;
|
|
1776
|
+
DeprecationTime?: string | undefined;
|
|
1777
|
+
ImageAllowed?: boolean | undefined;
|
|
1778
|
+
IsPublic?: boolean | undefined;
|
|
1779
|
+
}
|
|
1780
|
+
export interface InstanceState {
|
|
1781
|
+
Code?: number | undefined;
|
|
1782
|
+
Name?: InstanceStateName | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
export interface InstanceImageMetadata {
|
|
1785
|
+
InstanceId?: string | undefined;
|
|
1786
|
+
InstanceType?: _InstanceType | undefined;
|
|
1787
|
+
LaunchTime?: Date | undefined;
|
|
1788
|
+
AvailabilityZone?: string | undefined;
|
|
1789
|
+
ZoneId?: string | undefined;
|
|
1790
|
+
State?: InstanceState | undefined;
|
|
1791
|
+
OwnerId?: string | undefined;
|
|
1792
|
+
Tags?: Tag[] | undefined;
|
|
1793
|
+
ImageMetadata?: ImageMetadata | undefined;
|
|
1794
|
+
Operator?: OperatorResponse | undefined;
|
|
1563
1795
|
}
|
|
1564
|
-
export interface
|
|
1565
|
-
|
|
1796
|
+
export interface DescribeInstanceImageMetadataResult {
|
|
1797
|
+
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
1798
|
+
NextToken?: string | undefined;
|
|
1799
|
+
}
|
|
1800
|
+
export interface DescribeInstancesRequest {
|
|
1801
|
+
InstanceIds?: string[] | undefined;
|
|
1566
1802
|
DryRun?: boolean | undefined;
|
|
1567
1803
|
Filters?: Filter[] | undefined;
|
|
1568
|
-
|
|
1804
|
+
NextToken?: string | undefined;
|
|
1805
|
+
MaxResults?: number | undefined;
|
|
1569
1806
|
}
|
|
1570
|
-
export interface
|
|
1571
|
-
|
|
1807
|
+
export interface CapacityReservationSpecificationResponse {
|
|
1808
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1809
|
+
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
1810
|
+
}
|
|
1811
|
+
export interface CpuOptions {
|
|
1812
|
+
CoreCount?: number | undefined;
|
|
1813
|
+
ThreadsPerCore?: number | undefined;
|
|
1814
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export interface ElasticGpuAssociation {
|
|
1817
|
+
ElasticGpuId?: string | undefined;
|
|
1818
|
+
ElasticGpuAssociationId?: string | undefined;
|
|
1819
|
+
ElasticGpuAssociationState?: string | undefined;
|
|
1820
|
+
ElasticGpuAssociationTime?: string | undefined;
|
|
1821
|
+
}
|
|
1822
|
+
export interface ElasticInferenceAcceleratorAssociation {
|
|
1823
|
+
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
1824
|
+
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
1825
|
+
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
1826
|
+
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
1827
|
+
}
|
|
1828
|
+
export interface HibernationOptions {
|
|
1829
|
+
Configured?: boolean | undefined;
|
|
1830
|
+
}
|
|
1831
|
+
export interface LicenseConfiguration {
|
|
1832
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1833
|
+
}
|
|
1834
|
+
export interface InstanceMaintenanceOptions {
|
|
1835
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1836
|
+
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
1837
|
+
}
|
|
1838
|
+
export interface InstanceMetadataOptionsResponse {
|
|
1839
|
+
State?: InstanceMetadataOptionsState | undefined;
|
|
1840
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
1841
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
1842
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1843
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1844
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1845
|
+
}
|
|
1846
|
+
export interface Monitoring {
|
|
1847
|
+
State?: MonitoringState | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export interface InstanceNetworkInterfaceAssociation {
|
|
1850
|
+
CarrierIp?: string | undefined;
|
|
1851
|
+
CustomerOwnedIp?: string | undefined;
|
|
1852
|
+
IpOwnerId?: string | undefined;
|
|
1853
|
+
PublicDnsName?: string | undefined;
|
|
1854
|
+
PublicIp?: string | undefined;
|
|
1855
|
+
}
|
|
1856
|
+
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
1857
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export interface InstanceAttachmentEnaSrdSpecification {
|
|
1860
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
1861
|
+
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification | undefined;
|
|
1862
|
+
}
|
|
1863
|
+
export interface InstanceNetworkInterfaceAttachment {
|
|
1864
|
+
AttachTime?: Date | undefined;
|
|
1865
|
+
AttachmentId?: string | undefined;
|
|
1866
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1867
|
+
DeviceIndex?: number | undefined;
|
|
1868
|
+
Status?: AttachmentStatus | undefined;
|
|
1869
|
+
NetworkCardIndex?: number | undefined;
|
|
1870
|
+
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
|
|
1871
|
+
EnaQueueCount?: number | undefined;
|
|
1872
|
+
}
|
|
1873
|
+
export interface ConnectionTrackingSpecificationResponse {
|
|
1874
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
1875
|
+
UdpStreamTimeout?: number | undefined;
|
|
1876
|
+
UdpTimeout?: number | undefined;
|
|
1877
|
+
}
|
|
1878
|
+
export interface InstanceIpv4Prefix {
|
|
1879
|
+
Ipv4Prefix?: string | undefined;
|
|
1880
|
+
}
|
|
1881
|
+
export interface InstanceIpv6Prefix {
|
|
1882
|
+
Ipv6Prefix?: string | undefined;
|
|
1883
|
+
}
|
|
1884
|
+
export interface InstancePrivateIpAddress {
|
|
1885
|
+
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
1886
|
+
Primary?: boolean | undefined;
|
|
1887
|
+
PrivateDnsName?: string | undefined;
|
|
1888
|
+
PrivateIpAddress?: string | undefined;
|
|
1572
1889
|
}
|
|
1573
|
-
export interface
|
|
1574
|
-
|
|
1575
|
-
|
|
1890
|
+
export interface InstanceNetworkInterface {
|
|
1891
|
+
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
1892
|
+
Attachment?: InstanceNetworkInterfaceAttachment | undefined;
|
|
1893
|
+
Description?: string | undefined;
|
|
1894
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
1895
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1896
|
+
MacAddress?: string | undefined;
|
|
1897
|
+
NetworkInterfaceId?: string | undefined;
|
|
1898
|
+
OwnerId?: string | undefined;
|
|
1899
|
+
PrivateDnsName?: string | undefined;
|
|
1900
|
+
PrivateIpAddress?: string | undefined;
|
|
1901
|
+
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
1902
|
+
SourceDestCheck?: boolean | undefined;
|
|
1903
|
+
Status?: NetworkInterfaceStatus | undefined;
|
|
1904
|
+
SubnetId?: string | undefined;
|
|
1905
|
+
VpcId?: string | undefined;
|
|
1906
|
+
InterfaceType?: string | undefined;
|
|
1907
|
+
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
1908
|
+
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
1909
|
+
ConnectionTrackingConfiguration?:
|
|
1910
|
+
| ConnectionTrackingSpecificationResponse
|
|
1911
|
+
| undefined;
|
|
1912
|
+
Operator?: OperatorResponse | undefined;
|
|
1913
|
+
}
|
|
1914
|
+
export interface InstanceNetworkPerformanceOptions {
|
|
1915
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
1916
|
+
}
|
|
1917
|
+
export interface PrivateDnsNameOptionsResponse {
|
|
1918
|
+
HostnameType?: HostnameType | undefined;
|
|
1919
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1920
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1921
|
+
}
|
|
1922
|
+
export interface Instance {
|
|
1923
|
+
Architecture?: ArchitectureValues | undefined;
|
|
1924
|
+
BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
|
|
1925
|
+
ClientToken?: string | undefined;
|
|
1926
|
+
EbsOptimized?: boolean | undefined;
|
|
1927
|
+
EnaSupport?: boolean | undefined;
|
|
1928
|
+
Hypervisor?: HypervisorType | undefined;
|
|
1929
|
+
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
1930
|
+
InstanceLifecycle?: InstanceLifecycleType | undefined;
|
|
1931
|
+
ElasticGpuAssociations?: ElasticGpuAssociation[] | undefined;
|
|
1932
|
+
ElasticInferenceAcceleratorAssociations?:
|
|
1933
|
+
| ElasticInferenceAcceleratorAssociation[]
|
|
1934
|
+
| undefined;
|
|
1935
|
+
NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
|
|
1936
|
+
OutpostArn?: string | undefined;
|
|
1937
|
+
RootDeviceName?: string | undefined;
|
|
1938
|
+
RootDeviceType?: DeviceType | undefined;
|
|
1939
|
+
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
1940
|
+
SourceDestCheck?: boolean | undefined;
|
|
1941
|
+
SpotInstanceRequestId?: string | undefined;
|
|
1942
|
+
SriovNetSupport?: string | undefined;
|
|
1943
|
+
StateReason?: StateReason | undefined;
|
|
1944
|
+
Tags?: Tag[] | undefined;
|
|
1945
|
+
VirtualizationType?: VirtualizationType | undefined;
|
|
1946
|
+
CpuOptions?: CpuOptions | undefined;
|
|
1947
|
+
CapacityBlockId?: string | undefined;
|
|
1948
|
+
CapacityReservationId?: string | undefined;
|
|
1949
|
+
CapacityReservationSpecification?:
|
|
1950
|
+
| CapacityReservationSpecificationResponse
|
|
1951
|
+
| undefined;
|
|
1952
|
+
HibernationOptions?: HibernationOptions | undefined;
|
|
1953
|
+
Licenses?: LicenseConfiguration[] | undefined;
|
|
1954
|
+
MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
1955
|
+
EnclaveOptions?: EnclaveOptions | undefined;
|
|
1956
|
+
BootMode?: BootModeValues | undefined;
|
|
1957
|
+
PlatformDetails?: string | undefined;
|
|
1958
|
+
UsageOperation?: string | undefined;
|
|
1959
|
+
UsageOperationUpdateTime?: Date | undefined;
|
|
1960
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
|
|
1961
|
+
Ipv6Address?: string | undefined;
|
|
1962
|
+
TpmSupport?: string | undefined;
|
|
1963
|
+
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
1964
|
+
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
1965
|
+
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
1966
|
+
Operator?: OperatorResponse | undefined;
|
|
1967
|
+
InstanceId?: string | undefined;
|
|
1968
|
+
ImageId?: string | undefined;
|
|
1969
|
+
State?: InstanceState | undefined;
|
|
1970
|
+
PrivateDnsName?: string | undefined;
|
|
1971
|
+
PublicDnsName?: string | undefined;
|
|
1972
|
+
StateTransitionReason?: string | undefined;
|
|
1973
|
+
KeyName?: string | undefined;
|
|
1974
|
+
AmiLaunchIndex?: number | undefined;
|
|
1975
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1976
|
+
InstanceType?: _InstanceType | undefined;
|
|
1977
|
+
LaunchTime?: Date | undefined;
|
|
1978
|
+
Placement?: Placement | undefined;
|
|
1979
|
+
KernelId?: string | undefined;
|
|
1980
|
+
RamdiskId?: string | undefined;
|
|
1981
|
+
Platform?: PlatformValues | undefined;
|
|
1982
|
+
Monitoring?: Monitoring | undefined;
|
|
1983
|
+
SubnetId?: string | undefined;
|
|
1984
|
+
VpcId?: string | undefined;
|
|
1985
|
+
PrivateIpAddress?: string | undefined;
|
|
1986
|
+
PublicIpAddress?: string | undefined;
|
|
1987
|
+
}
|
|
1988
|
+
export interface Reservation {
|
|
1989
|
+
ReservationId?: string | undefined;
|
|
1990
|
+
OwnerId?: string | undefined;
|
|
1991
|
+
RequesterId?: string | undefined;
|
|
1992
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
1993
|
+
Instances?: Instance[] | undefined;
|
|
1994
|
+
}
|
|
1995
|
+
export interface DescribeInstancesResult {
|
|
1996
|
+
NextToken?: string | undefined;
|
|
1997
|
+
Reservations?: Reservation[] | undefined;
|
|
1998
|
+
}
|
|
1999
|
+
export interface DescribeInstanceSqlHaHistoryStatesRequest {
|
|
2000
|
+
InstanceIds?: string[] | undefined;
|
|
2001
|
+
StartTime?: Date | undefined;
|
|
2002
|
+
EndTime?: Date | undefined;
|
|
1576
2003
|
NextToken?: string | undefined;
|
|
1577
2004
|
MaxResults?: number | undefined;
|
|
2005
|
+
Filters?: Filter[] | undefined;
|
|
1578
2006
|
DryRun?: boolean | undefined;
|
|
1579
2007
|
}
|
|
1580
|
-
export interface
|
|
1581
|
-
|
|
2008
|
+
export interface RegisteredInstance {
|
|
2009
|
+
InstanceId?: string | undefined;
|
|
2010
|
+
SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
|
|
2011
|
+
HaStatus?: HaStatus | undefined;
|
|
2012
|
+
ProcessingStatus?: string | undefined;
|
|
2013
|
+
LastUpdatedTime?: Date | undefined;
|
|
2014
|
+
SqlServerCredentials?: string | undefined;
|
|
2015
|
+
Tags?: Tag[] | undefined;
|
|
2016
|
+
}
|
|
2017
|
+
export interface DescribeInstanceSqlHaHistoryStatesResult {
|
|
2018
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
1582
2019
|
NextToken?: string | undefined;
|
|
1583
2020
|
}
|
|
1584
|
-
export interface
|
|
1585
|
-
|
|
2021
|
+
export interface DescribeInstanceSqlHaStatesRequest {
|
|
2022
|
+
InstanceIds?: string[] | undefined;
|
|
1586
2023
|
NextToken?: string | undefined;
|
|
1587
2024
|
MaxResults?: number | undefined;
|
|
2025
|
+
Filters?: Filter[] | undefined;
|
|
1588
2026
|
DryRun?: boolean | undefined;
|
|
1589
2027
|
}
|
|
1590
|
-
export interface
|
|
1591
|
-
|
|
2028
|
+
export interface DescribeInstanceSqlHaStatesResult {
|
|
2029
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
1592
2030
|
NextToken?: string | undefined;
|
|
1593
2031
|
}
|
|
1594
|
-
export interface
|
|
2032
|
+
export interface DescribeInstanceStatusRequest {
|
|
2033
|
+
InstanceIds?: string[] | undefined;
|
|
2034
|
+
MaxResults?: number | undefined;
|
|
2035
|
+
NextToken?: string | undefined;
|
|
1595
2036
|
DryRun?: boolean | undefined;
|
|
2037
|
+
Filters?: Filter[] | undefined;
|
|
2038
|
+
IncludeAllInstances?: boolean | undefined;
|
|
1596
2039
|
}
|
|
1597
|
-
export interface
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
2040
|
+
export interface EbsStatusDetails {
|
|
2041
|
+
ImpairedSince?: Date | undefined;
|
|
2042
|
+
Name?: StatusName | undefined;
|
|
2043
|
+
Status?: StatusType | undefined;
|
|
1601
2044
|
}
|
|
1602
|
-
export interface
|
|
1603
|
-
|
|
1604
|
-
|
|
2045
|
+
export interface EbsStatusSummary {
|
|
2046
|
+
Details?: EbsStatusDetails[] | undefined;
|
|
2047
|
+
Status?: SummaryStatus | undefined;
|
|
1605
2048
|
}
|
|
1606
|
-
export interface
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
2049
|
+
export interface InstanceStatusEvent {
|
|
2050
|
+
InstanceEventId?: string | undefined;
|
|
2051
|
+
Code?: EventCode | undefined;
|
|
2052
|
+
Description?: string | undefined;
|
|
2053
|
+
NotAfter?: Date | undefined;
|
|
2054
|
+
NotBefore?: Date | undefined;
|
|
2055
|
+
NotBeforeDeadline?: Date | undefined;
|
|
2056
|
+
}
|
|
2057
|
+
export interface InstanceStatusDetails {
|
|
2058
|
+
ImpairedSince?: Date | undefined;
|
|
2059
|
+
Name?: StatusName | undefined;
|
|
2060
|
+
Status?: StatusType | undefined;
|
|
2061
|
+
}
|
|
2062
|
+
export interface InstanceStatusSummary {
|
|
2063
|
+
Details?: InstanceStatusDetails[] | undefined;
|
|
2064
|
+
Status?: SummaryStatus | undefined;
|
|
2065
|
+
}
|
|
2066
|
+
export interface InstanceStatus {
|
|
2067
|
+
AvailabilityZone?: string | undefined;
|
|
2068
|
+
AvailabilityZoneId?: string | undefined;
|
|
2069
|
+
OutpostArn?: string | undefined;
|
|
2070
|
+
Operator?: OperatorResponse | undefined;
|
|
2071
|
+
Events?: InstanceStatusEvent[] | undefined;
|
|
2072
|
+
InstanceId?: string | undefined;
|
|
2073
|
+
InstanceState?: InstanceState | undefined;
|
|
2074
|
+
InstanceStatus?: InstanceStatusSummary | undefined;
|
|
2075
|
+
SystemStatus?: InstanceStatusSummary | undefined;
|
|
2076
|
+
AttachedEbsStatus?: EbsStatusSummary | undefined;
|
|
2077
|
+
}
|
|
2078
|
+
export interface DescribeInstanceStatusResult {
|
|
2079
|
+
InstanceStatuses?: InstanceStatus[] | undefined;
|
|
2080
|
+
NextToken?: string | undefined;
|
|
2081
|
+
}
|
|
2082
|
+
export interface DescribeInstanceTopologyRequest {
|
|
1610
2083
|
DryRun?: boolean | undefined;
|
|
2084
|
+
NextToken?: string | undefined;
|
|
2085
|
+
MaxResults?: number | undefined;
|
|
2086
|
+
InstanceIds?: string[] | undefined;
|
|
2087
|
+
GroupNames?: string[] | undefined;
|
|
1611
2088
|
Filters?: Filter[] | undefined;
|
|
1612
2089
|
}
|