@aws-sdk/client-ec2 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +96 -0
- package/dist-cjs/index.js +1291 -148
- package/dist-es/EC2.js +24 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpnConcentratorsCommand.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 +12 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -519
- 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 -167
- package/dist-es/models/models_4.js +1 -326
- package/dist-es/models/models_5.js +1 -206
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -134
- package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +1069 -140
- package/dist-types/EC2.d.ts +88 -0
- package/dist-types/EC2Client.d.ts +14 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.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/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- 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/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.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 +99 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +4 -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 +2 -2
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -2
- 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/DeleteVpnConcentratorCommand.d.ts +75 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
- 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 -1
- 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 +2 -2
- 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 -1
- 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 -2
- 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 +102 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -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 +2 -2
- 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 +2 -2
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -2
- 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 +2 -2
- 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 +2 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -2
- 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 +12 -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 -1056
- 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 +9142 -3752
- package/dist-types/models/models_4.d.ts +7328 -6845
- package/dist-types/models/models_5.d.ts +4391 -7923
- package/dist-types/models/models_6.d.ts +5508 -4336
- package/dist-types/models/models_7.d.ts +2644 -6042
- package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/EC2.d.ts +208 -0
- package/dist-types/ts3.4/EC2Client.d.ts +72 -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 +51 -0
- 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/DeleteVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
- 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 +1 -1
- 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 +1 -1
- 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 +4 -2
- 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 +51 -0
- 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 +12 -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 -640
- 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 +1790 -1324
- package/dist-types/ts3.4/models/models_4.d.ts +1713 -1822
- package/dist-types/ts3.4/models/models_5.d.ts +1275 -1685
- package/dist-types/ts3.4/models/models_6.d.ts +1539 -1308
- package/dist-types/ts3.4/models/models_7.d.ts +801 -1618
- package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -0
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -48
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7242
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1636
|
@@ -1,1623 +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
|
-
|
|
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;
|
|
148
|
+
import { VpcBlockPublicAccessExclusion } from "./models_2";
|
|
149
|
+
export interface DeleteVpcRequest {
|
|
150
|
+
VpcId: string | undefined;
|
|
141
151
|
DryRun?: boolean | undefined;
|
|
142
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
143
|
-
NativeApplicationOidcOptions?:
|
|
144
|
-
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
145
|
-
| undefined;
|
|
146
152
|
}
|
|
147
|
-
export interface
|
|
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 {
|
|
153
|
+
export interface DeleteVpcBlockPublicAccessExclusionRequest {
|
|
192
154
|
DryRun?: boolean | undefined;
|
|
193
|
-
|
|
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;
|
|
155
|
+
ExclusionId: string | undefined;
|
|
222
156
|
}
|
|
223
|
-
export interface
|
|
157
|
+
export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
224
158
|
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
225
159
|
}
|
|
226
|
-
export
|
|
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;
|
|
257
|
-
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 {
|
|
160
|
+
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
339
161
|
DryRun?: boolean | undefined;
|
|
340
|
-
|
|
341
|
-
VpcEndpointId?: string | undefined;
|
|
342
|
-
ConnectionNotificationArn: string | undefined;
|
|
343
|
-
ConnectionEvents: string[] | undefined;
|
|
344
|
-
ClientToken?: string | undefined;
|
|
162
|
+
ConnectionNotificationIds: string[] | undefined;
|
|
345
163
|
}
|
|
346
|
-
export
|
|
347
|
-
|
|
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;
|
|
164
|
+
export interface DeleteVpcEndpointConnectionNotificationsResult {
|
|
165
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
370
166
|
}
|
|
371
|
-
export interface
|
|
167
|
+
export interface DeleteVpcEndpointsRequest {
|
|
372
168
|
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;
|
|
445
|
-
}
|
|
446
|
-
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
447
|
-
ServiceConfiguration?: ServiceConfiguration | undefined;
|
|
448
|
-
ClientToken?: string | undefined;
|
|
169
|
+
VpcEndpointIds: string[] | undefined;
|
|
449
170
|
}
|
|
450
|
-
export interface
|
|
451
|
-
|
|
452
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
453
|
-
DryRun?: boolean | undefined;
|
|
454
|
-
VpcId: string | undefined;
|
|
455
|
-
PeerVpcId?: string | undefined;
|
|
456
|
-
PeerOwnerId?: string | undefined;
|
|
457
|
-
}
|
|
458
|
-
export interface CreateVpcPeeringConnectionResult {
|
|
459
|
-
VpcPeeringConnection?: VpcPeeringConnection | undefined;
|
|
460
|
-
}
|
|
461
|
-
export declare const VpnTunnelBandwidth: {
|
|
462
|
-
readonly large: "large";
|
|
463
|
-
readonly standard: "standard";
|
|
464
|
-
};
|
|
465
|
-
export type VpnTunnelBandwidth =
|
|
466
|
-
(typeof VpnTunnelBandwidth)[keyof typeof VpnTunnelBandwidth];
|
|
467
|
-
export declare const TunnelInsideIpVersion: {
|
|
468
|
-
readonly ipv4: "ipv4";
|
|
469
|
-
readonly ipv6: "ipv6";
|
|
470
|
-
};
|
|
471
|
-
export type TunnelInsideIpVersion =
|
|
472
|
-
(typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
|
|
473
|
-
export interface IKEVersionsRequestListValue {
|
|
474
|
-
Value?: string | undefined;
|
|
475
|
-
}
|
|
476
|
-
export interface CloudWatchLogOptionsSpecification {
|
|
477
|
-
LogEnabled?: boolean | undefined;
|
|
478
|
-
LogGroupArn?: string | undefined;
|
|
479
|
-
LogOutputFormat?: string | undefined;
|
|
480
|
-
}
|
|
481
|
-
export interface VpnTunnelLogOptionsSpecification {
|
|
482
|
-
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
483
|
-
}
|
|
484
|
-
export interface Phase1DHGroupNumbersRequestListValue {
|
|
485
|
-
Value?: number | undefined;
|
|
486
|
-
}
|
|
487
|
-
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
488
|
-
Value?: string | undefined;
|
|
489
|
-
}
|
|
490
|
-
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
491
|
-
Value?: string | undefined;
|
|
492
|
-
}
|
|
493
|
-
export interface Phase2DHGroupNumbersRequestListValue {
|
|
494
|
-
Value?: number | undefined;
|
|
495
|
-
}
|
|
496
|
-
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
497
|
-
Value?: string | undefined;
|
|
498
|
-
}
|
|
499
|
-
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
500
|
-
Value?: string | undefined;
|
|
501
|
-
}
|
|
502
|
-
export interface VpnTunnelOptionsSpecification {
|
|
503
|
-
TunnelInsideCidr?: string | undefined;
|
|
504
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
505
|
-
PreSharedKey?: string | undefined;
|
|
506
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
507
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
508
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
509
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
510
|
-
ReplayWindowSize?: number | undefined;
|
|
511
|
-
DPDTimeoutSeconds?: number | undefined;
|
|
512
|
-
DPDTimeoutAction?: string | undefined;
|
|
513
|
-
Phase1EncryptionAlgorithms?:
|
|
514
|
-
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
515
|
-
| undefined;
|
|
516
|
-
Phase2EncryptionAlgorithms?:
|
|
517
|
-
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
518
|
-
| undefined;
|
|
519
|
-
Phase1IntegrityAlgorithms?:
|
|
520
|
-
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
521
|
-
| undefined;
|
|
522
|
-
Phase2IntegrityAlgorithms?:
|
|
523
|
-
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
524
|
-
| undefined;
|
|
525
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
526
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
527
|
-
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
528
|
-
StartupAction?: string | undefined;
|
|
529
|
-
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
530
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
531
|
-
}
|
|
532
|
-
export interface VpnConnectionOptionsSpecification {
|
|
533
|
-
EnableAcceleration?: boolean | undefined;
|
|
534
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
535
|
-
TunnelOptions?: VpnTunnelOptionsSpecification[] | undefined;
|
|
536
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
537
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
538
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
539
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
540
|
-
OutsideIpAddressType?: string | undefined;
|
|
541
|
-
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
542
|
-
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
543
|
-
StaticRoutesOnly?: boolean | undefined;
|
|
544
|
-
}
|
|
545
|
-
export interface CreateVpnConnectionRequest {
|
|
546
|
-
CustomerGatewayId: string | undefined;
|
|
547
|
-
Type: string | undefined;
|
|
548
|
-
VpnGatewayId?: string | undefined;
|
|
549
|
-
TransitGatewayId?: string | undefined;
|
|
550
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
551
|
-
PreSharedKeyStorage?: string | undefined;
|
|
552
|
-
DryRun?: boolean | undefined;
|
|
553
|
-
Options?: VpnConnectionOptionsSpecification | undefined;
|
|
554
|
-
}
|
|
555
|
-
export declare const GatewayAssociationState: {
|
|
556
|
-
readonly associated: "associated";
|
|
557
|
-
readonly associating: "associating";
|
|
558
|
-
readonly disassociating: "disassociating";
|
|
559
|
-
readonly not_associated: "not-associated";
|
|
560
|
-
};
|
|
561
|
-
export type GatewayAssociationState =
|
|
562
|
-
(typeof GatewayAssociationState)[keyof typeof GatewayAssociationState];
|
|
563
|
-
export interface IKEVersionsListValue {
|
|
564
|
-
Value?: string | undefined;
|
|
565
|
-
}
|
|
566
|
-
export interface CloudWatchLogOptions {
|
|
567
|
-
LogEnabled?: boolean | undefined;
|
|
568
|
-
LogGroupArn?: string | undefined;
|
|
569
|
-
LogOutputFormat?: string | undefined;
|
|
570
|
-
}
|
|
571
|
-
export interface VpnTunnelLogOptions {
|
|
572
|
-
CloudWatchLogOptions?: CloudWatchLogOptions | undefined;
|
|
573
|
-
}
|
|
574
|
-
export interface Phase1DHGroupNumbersListValue {
|
|
575
|
-
Value?: number | undefined;
|
|
576
|
-
}
|
|
577
|
-
export interface Phase1EncryptionAlgorithmsListValue {
|
|
578
|
-
Value?: string | undefined;
|
|
579
|
-
}
|
|
580
|
-
export interface Phase1IntegrityAlgorithmsListValue {
|
|
581
|
-
Value?: string | undefined;
|
|
582
|
-
}
|
|
583
|
-
export interface Phase2DHGroupNumbersListValue {
|
|
584
|
-
Value?: number | undefined;
|
|
585
|
-
}
|
|
586
|
-
export interface Phase2EncryptionAlgorithmsListValue {
|
|
587
|
-
Value?: string | undefined;
|
|
588
|
-
}
|
|
589
|
-
export interface Phase2IntegrityAlgorithmsListValue {
|
|
590
|
-
Value?: string | undefined;
|
|
591
|
-
}
|
|
592
|
-
export interface TunnelOption {
|
|
593
|
-
OutsideIpAddress?: string | undefined;
|
|
594
|
-
TunnelInsideCidr?: string | undefined;
|
|
595
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
596
|
-
PreSharedKey?: string | undefined;
|
|
597
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
598
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
599
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
600
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
601
|
-
ReplayWindowSize?: number | undefined;
|
|
602
|
-
DpdTimeoutSeconds?: number | undefined;
|
|
603
|
-
DpdTimeoutAction?: string | undefined;
|
|
604
|
-
Phase1EncryptionAlgorithms?:
|
|
605
|
-
| Phase1EncryptionAlgorithmsListValue[]
|
|
606
|
-
| undefined;
|
|
607
|
-
Phase2EncryptionAlgorithms?:
|
|
608
|
-
| Phase2EncryptionAlgorithmsListValue[]
|
|
609
|
-
| undefined;
|
|
610
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[] | undefined;
|
|
611
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[] | undefined;
|
|
612
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[] | undefined;
|
|
613
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[] | undefined;
|
|
614
|
-
IkeVersions?: IKEVersionsListValue[] | undefined;
|
|
615
|
-
StartupAction?: string | undefined;
|
|
616
|
-
LogOptions?: VpnTunnelLogOptions | undefined;
|
|
617
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
618
|
-
}
|
|
619
|
-
export interface VpnConnectionOptions {
|
|
620
|
-
EnableAcceleration?: boolean | undefined;
|
|
621
|
-
StaticRoutesOnly?: boolean | undefined;
|
|
622
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
623
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
624
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
625
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
626
|
-
OutsideIpAddressType?: string | undefined;
|
|
627
|
-
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
628
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
629
|
-
TunnelOptions?: TunnelOption[] | undefined;
|
|
630
|
-
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
631
|
-
}
|
|
632
|
-
export declare const VpnStaticRouteSource: {
|
|
633
|
-
readonly Static: "Static";
|
|
634
|
-
};
|
|
635
|
-
export type VpnStaticRouteSource =
|
|
636
|
-
(typeof VpnStaticRouteSource)[keyof typeof VpnStaticRouteSource];
|
|
637
|
-
export declare const VpnState: {
|
|
638
|
-
readonly available: "available";
|
|
639
|
-
readonly deleted: "deleted";
|
|
640
|
-
readonly deleting: "deleting";
|
|
641
|
-
readonly pending: "pending";
|
|
642
|
-
};
|
|
643
|
-
export type VpnState = (typeof VpnState)[keyof typeof VpnState];
|
|
644
|
-
export interface VpnStaticRoute {
|
|
645
|
-
DestinationCidrBlock?: string | undefined;
|
|
646
|
-
Source?: VpnStaticRouteSource | undefined;
|
|
647
|
-
State?: VpnState | undefined;
|
|
648
|
-
}
|
|
649
|
-
export declare const TelemetryStatus: {
|
|
650
|
-
readonly DOWN: "DOWN";
|
|
651
|
-
readonly UP: "UP";
|
|
652
|
-
};
|
|
653
|
-
export type TelemetryStatus =
|
|
654
|
-
(typeof TelemetryStatus)[keyof typeof TelemetryStatus];
|
|
655
|
-
export interface VgwTelemetry {
|
|
656
|
-
AcceptedRouteCount?: number | undefined;
|
|
657
|
-
LastStatusChange?: Date | undefined;
|
|
658
|
-
OutsideIpAddress?: string | undefined;
|
|
659
|
-
Status?: TelemetryStatus | undefined;
|
|
660
|
-
StatusMessage?: string | undefined;
|
|
661
|
-
CertificateArn?: string | undefined;
|
|
662
|
-
}
|
|
663
|
-
export interface VpnConnection {
|
|
664
|
-
Category?: string | undefined;
|
|
665
|
-
TransitGatewayId?: string | undefined;
|
|
666
|
-
CoreNetworkArn?: string | undefined;
|
|
667
|
-
CoreNetworkAttachmentArn?: string | undefined;
|
|
668
|
-
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
669
|
-
Options?: VpnConnectionOptions | undefined;
|
|
670
|
-
Routes?: VpnStaticRoute[] | undefined;
|
|
671
|
-
Tags?: Tag[] | undefined;
|
|
672
|
-
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
673
|
-
PreSharedKeyArn?: string | undefined;
|
|
674
|
-
VpnConnectionId?: string | undefined;
|
|
675
|
-
State?: VpnState | undefined;
|
|
676
|
-
CustomerGatewayConfiguration?: string | undefined;
|
|
677
|
-
Type?: GatewayType | undefined;
|
|
678
|
-
CustomerGatewayId?: string | undefined;
|
|
679
|
-
VpnGatewayId?: string | undefined;
|
|
680
|
-
}
|
|
681
|
-
export interface CreateVpnConnectionResult {
|
|
682
|
-
VpnConnection?: VpnConnection | undefined;
|
|
683
|
-
}
|
|
684
|
-
export interface CreateVpnConnectionRouteRequest {
|
|
685
|
-
DestinationCidrBlock: string | undefined;
|
|
686
|
-
VpnConnectionId: string | undefined;
|
|
171
|
+
export interface DeleteVpcEndpointsResult {
|
|
172
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
687
173
|
}
|
|
688
|
-
export interface
|
|
689
|
-
AvailabilityZone?: string | undefined;
|
|
690
|
-
Type: GatewayType | undefined;
|
|
691
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
692
|
-
AmazonSideAsn?: number | undefined;
|
|
174
|
+
export interface DeleteVpcEndpointServiceConfigurationsRequest {
|
|
693
175
|
DryRun?: boolean | undefined;
|
|
176
|
+
ServiceIds: string[] | undefined;
|
|
694
177
|
}
|
|
695
|
-
export interface
|
|
696
|
-
|
|
697
|
-
Tags?: Tag[] | undefined;
|
|
698
|
-
VpnGatewayId?: string | undefined;
|
|
699
|
-
State?: VpnState | undefined;
|
|
700
|
-
Type?: GatewayType | undefined;
|
|
701
|
-
AvailabilityZone?: string | undefined;
|
|
702
|
-
VpcAttachments?: VpcAttachment[] | undefined;
|
|
703
|
-
}
|
|
704
|
-
export interface CreateVpnGatewayResult {
|
|
705
|
-
VpnGateway?: VpnGateway | undefined;
|
|
178
|
+
export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
179
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
706
180
|
}
|
|
707
|
-
export interface
|
|
708
|
-
CapacityManagerDataExportId: string | undefined;
|
|
181
|
+
export interface DeleteVpcPeeringConnectionRequest {
|
|
709
182
|
DryRun?: boolean | undefined;
|
|
183
|
+
VpcPeeringConnectionId: string | undefined;
|
|
710
184
|
}
|
|
711
|
-
export interface
|
|
712
|
-
|
|
185
|
+
export interface DeleteVpcPeeringConnectionResult {
|
|
186
|
+
Return?: boolean | undefined;
|
|
713
187
|
}
|
|
714
|
-
export interface
|
|
715
|
-
|
|
188
|
+
export interface DeleteVpnConcentratorRequest {
|
|
189
|
+
VpnConcentratorId: string | undefined;
|
|
716
190
|
DryRun?: boolean | undefined;
|
|
717
191
|
}
|
|
718
|
-
export interface
|
|
719
|
-
|
|
192
|
+
export interface DeleteVpnConcentratorResult {
|
|
193
|
+
Return?: boolean | undefined;
|
|
720
194
|
}
|
|
721
|
-
export interface
|
|
722
|
-
|
|
195
|
+
export interface DeleteVpnConnectionRequest {
|
|
196
|
+
VpnConnectionId: string | undefined;
|
|
723
197
|
DryRun?: boolean | undefined;
|
|
724
198
|
}
|
|
725
|
-
export interface
|
|
726
|
-
Status?: ClientVpnEndpointStatus | undefined;
|
|
727
|
-
}
|
|
728
|
-
export interface DeleteClientVpnRouteRequest {
|
|
729
|
-
ClientVpnEndpointId: string | undefined;
|
|
730
|
-
TargetVpcSubnetId?: string | undefined;
|
|
199
|
+
export interface DeleteVpnConnectionRouteRequest {
|
|
731
200
|
DestinationCidrBlock: string | undefined;
|
|
732
|
-
|
|
733
|
-
}
|
|
734
|
-
export interface DeleteClientVpnRouteResult {
|
|
735
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
201
|
+
VpnConnectionId: string | undefined;
|
|
736
202
|
}
|
|
737
|
-
export interface
|
|
738
|
-
|
|
739
|
-
CoipPoolId: string | undefined;
|
|
203
|
+
export interface DeleteVpnGatewayRequest {
|
|
204
|
+
VpnGatewayId: string | undefined;
|
|
740
205
|
DryRun?: boolean | undefined;
|
|
741
206
|
}
|
|
742
|
-
export interface
|
|
743
|
-
|
|
744
|
-
}
|
|
745
|
-
export interface DeleteCoipPoolRequest {
|
|
746
|
-
CoipPoolId: string | undefined;
|
|
207
|
+
export interface DeprovisionByoipCidrRequest {
|
|
208
|
+
Cidr: string | undefined;
|
|
747
209
|
DryRun?: boolean | undefined;
|
|
748
210
|
}
|
|
749
|
-
export interface
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
export interface DeleteCustomerGatewayRequest {
|
|
753
|
-
CustomerGatewayId: string | undefined;
|
|
754
|
-
DryRun?: boolean | undefined;
|
|
211
|
+
export interface DeprovisionByoipCidrResult {
|
|
212
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
755
213
|
}
|
|
756
|
-
export interface
|
|
757
|
-
DhcpOptionsId: string | undefined;
|
|
214
|
+
export interface DeprovisionIpamByoasnRequest {
|
|
758
215
|
DryRun?: boolean | undefined;
|
|
216
|
+
IpamId: string | undefined;
|
|
217
|
+
Asn: string | undefined;
|
|
759
218
|
}
|
|
760
|
-
export interface
|
|
761
|
-
|
|
762
|
-
|
|
219
|
+
export interface Byoasn {
|
|
220
|
+
Asn?: string | undefined;
|
|
221
|
+
IpamId?: string | undefined;
|
|
222
|
+
StatusMessage?: string | undefined;
|
|
223
|
+
State?: AsnState | undefined;
|
|
763
224
|
}
|
|
764
|
-
export interface
|
|
765
|
-
|
|
225
|
+
export interface DeprovisionIpamByoasnResult {
|
|
226
|
+
Byoasn?: Byoasn | undefined;
|
|
766
227
|
}
|
|
767
|
-
export interface
|
|
228
|
+
export interface DeprovisionIpamPoolCidrRequest {
|
|
768
229
|
DryRun?: boolean | undefined;
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
}
|
|
772
|
-
export declare const FleetStateCode: {
|
|
773
|
-
readonly ACTIVE: "active";
|
|
774
|
-
readonly DELETED: "deleted";
|
|
775
|
-
readonly DELETED_RUNNING: "deleted_running";
|
|
776
|
-
readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
|
|
777
|
-
readonly FAILED: "failed";
|
|
778
|
-
readonly MODIFYING: "modifying";
|
|
779
|
-
readonly SUBMITTED: "submitted";
|
|
780
|
-
};
|
|
781
|
-
export type FleetStateCode =
|
|
782
|
-
(typeof FleetStateCode)[keyof typeof FleetStateCode];
|
|
783
|
-
export interface DeleteFleetSuccessItem {
|
|
784
|
-
CurrentFleetState?: FleetStateCode | undefined;
|
|
785
|
-
PreviousFleetState?: FleetStateCode | undefined;
|
|
786
|
-
FleetId?: string | undefined;
|
|
230
|
+
IpamPoolId: string | undefined;
|
|
231
|
+
Cidr?: string | undefined;
|
|
787
232
|
}
|
|
788
|
-
export
|
|
789
|
-
|
|
790
|
-
readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
|
|
791
|
-
readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
|
|
792
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
793
|
-
};
|
|
794
|
-
export type DeleteFleetErrorCode =
|
|
795
|
-
(typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
|
|
796
|
-
export interface DeleteFleetError {
|
|
797
|
-
Code?: DeleteFleetErrorCode | undefined;
|
|
233
|
+
export interface IpamPoolCidrFailureReason {
|
|
234
|
+
Code?: IpamPoolCidrFailureCode | undefined;
|
|
798
235
|
Message?: string | undefined;
|
|
799
236
|
}
|
|
800
|
-
export interface
|
|
801
|
-
|
|
802
|
-
|
|
237
|
+
export interface IpamPoolCidr {
|
|
238
|
+
Cidr?: string | undefined;
|
|
239
|
+
State?: IpamPoolCidrState | undefined;
|
|
240
|
+
FailureReason?: IpamPoolCidrFailureReason | undefined;
|
|
241
|
+
IpamPoolCidrId?: string | undefined;
|
|
242
|
+
NetmaskLength?: number | undefined;
|
|
803
243
|
}
|
|
804
|
-
export interface
|
|
805
|
-
|
|
806
|
-
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
|
|
244
|
+
export interface DeprovisionIpamPoolCidrResult {
|
|
245
|
+
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
807
246
|
}
|
|
808
|
-
export interface
|
|
247
|
+
export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
809
248
|
DryRun?: boolean | undefined;
|
|
810
|
-
|
|
249
|
+
PoolId: string | undefined;
|
|
250
|
+
Cidr: string | undefined;
|
|
811
251
|
}
|
|
812
|
-
export interface
|
|
813
|
-
|
|
252
|
+
export interface DeprovisionPublicIpv4PoolCidrResult {
|
|
253
|
+
PoolId?: string | undefined;
|
|
254
|
+
DeprovisionedAddresses?: string[] | undefined;
|
|
814
255
|
}
|
|
815
|
-
export interface
|
|
256
|
+
export interface DeregisterImageRequest {
|
|
257
|
+
ImageId: string | undefined;
|
|
258
|
+
DeleteAssociatedSnapshots?: boolean | undefined;
|
|
816
259
|
DryRun?: boolean | undefined;
|
|
817
|
-
FpgaImageId: string | undefined;
|
|
818
|
-
}
|
|
819
|
-
export interface DeleteFpgaImageResult {
|
|
820
|
-
Return?: boolean | undefined;
|
|
821
260
|
}
|
|
822
|
-
export interface
|
|
823
|
-
|
|
824
|
-
|
|
261
|
+
export interface DeleteSnapshotReturnCode {
|
|
262
|
+
SnapshotId?: string | undefined;
|
|
263
|
+
ReturnCode?: SnapshotReturnCodes | undefined;
|
|
825
264
|
}
|
|
826
|
-
export interface
|
|
265
|
+
export interface DeregisterImageResult {
|
|
827
266
|
Return?: boolean | undefined;
|
|
267
|
+
DeleteSnapshotResults?: DeleteSnapshotReturnCode[] | undefined;
|
|
828
268
|
}
|
|
829
|
-
export interface
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
833
|
-
export interface DeleteInstanceConnectEndpointResult {
|
|
834
|
-
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
269
|
+
export interface DeregisterInstanceTagAttributeRequest {
|
|
270
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
271
|
+
InstanceTagKeys?: string[] | undefined;
|
|
835
272
|
}
|
|
836
|
-
export interface
|
|
273
|
+
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
837
274
|
DryRun?: boolean | undefined;
|
|
838
|
-
|
|
839
|
-
InstanceEventWindowId: string | undefined;
|
|
275
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
|
|
840
276
|
}
|
|
841
|
-
export interface
|
|
842
|
-
|
|
843
|
-
|
|
277
|
+
export interface InstanceTagNotificationAttribute {
|
|
278
|
+
InstanceTagKeys?: string[] | undefined;
|
|
279
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
844
280
|
}
|
|
845
|
-
export interface
|
|
846
|
-
|
|
281
|
+
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
282
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
847
283
|
}
|
|
848
|
-
export interface
|
|
284
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
285
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
286
|
+
GroupIpAddress?: string | undefined;
|
|
287
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
849
288
|
DryRun?: boolean | undefined;
|
|
850
|
-
InternetGatewayId: string | undefined;
|
|
851
289
|
}
|
|
852
|
-
export interface
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
290
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
291
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
292
|
+
DeregisteredNetworkInterfaceIds?: string[] | undefined;
|
|
293
|
+
GroupIpAddress?: string | undefined;
|
|
856
294
|
}
|
|
857
|
-
export interface
|
|
858
|
-
|
|
295
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
296
|
+
DeregisteredMulticastGroupMembers?:
|
|
297
|
+
| TransitGatewayMulticastDeregisteredGroupMembers
|
|
298
|
+
| undefined;
|
|
859
299
|
}
|
|
860
|
-
export interface
|
|
300
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
301
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
302
|
+
GroupIpAddress?: string | undefined;
|
|
303
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
861
304
|
DryRun?: boolean | undefined;
|
|
862
|
-
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
863
305
|
}
|
|
864
|
-
export interface
|
|
865
|
-
|
|
866
|
-
|
|
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
|
|
867
314
|
| undefined;
|
|
868
315
|
}
|
|
869
|
-
export interface
|
|
316
|
+
export interface DescribeAccountAttributesRequest {
|
|
870
317
|
DryRun?: boolean | undefined;
|
|
871
|
-
|
|
872
|
-
Cascade?: boolean | undefined;
|
|
873
|
-
}
|
|
874
|
-
export interface DeleteIpamPoolResult {
|
|
875
|
-
IpamPool?: IpamPool | undefined;
|
|
318
|
+
AttributeNames?: AccountAttributeName[] | undefined;
|
|
876
319
|
}
|
|
877
|
-
export interface
|
|
878
|
-
|
|
879
|
-
IpamPrefixListResolverId: string | undefined;
|
|
320
|
+
export interface DescribeAccountAttributesResult {
|
|
321
|
+
AccountAttributes?: AccountAttribute[] | undefined;
|
|
880
322
|
}
|
|
881
|
-
export interface
|
|
882
|
-
|
|
323
|
+
export interface Filter {
|
|
324
|
+
Name?: string | undefined;
|
|
325
|
+
Values?: string[] | undefined;
|
|
883
326
|
}
|
|
884
|
-
export interface
|
|
327
|
+
export interface DescribeAddressesRequest {
|
|
328
|
+
PublicIps?: string[] | undefined;
|
|
885
329
|
DryRun?: boolean | undefined;
|
|
886
|
-
|
|
330
|
+
Filters?: Filter[] | undefined;
|
|
331
|
+
AllocationIds?: string[] | undefined;
|
|
887
332
|
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
333
|
+
export interface DescribeAddressesResult {
|
|
334
|
+
Addresses?: Address[] | undefined;
|
|
890
335
|
}
|
|
891
|
-
export interface
|
|
336
|
+
export interface DescribeAddressesAttributeRequest {
|
|
337
|
+
AllocationIds?: string[] | undefined;
|
|
338
|
+
Attribute?: AddressAttributeName | undefined;
|
|
339
|
+
NextToken?: string | undefined;
|
|
340
|
+
MaxResults?: number | undefined;
|
|
892
341
|
DryRun?: boolean | undefined;
|
|
893
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
894
342
|
}
|
|
895
|
-
export interface
|
|
896
|
-
|
|
343
|
+
export interface DescribeAddressesAttributeResult {
|
|
344
|
+
Addresses?: AddressAttribute[] | undefined;
|
|
345
|
+
NextToken?: string | undefined;
|
|
897
346
|
}
|
|
898
|
-
export interface
|
|
347
|
+
export interface DescribeAddressTransfersRequest {
|
|
348
|
+
AllocationIds?: string[] | undefined;
|
|
349
|
+
NextToken?: string | undefined;
|
|
350
|
+
MaxResults?: number | undefined;
|
|
899
351
|
DryRun?: boolean | undefined;
|
|
900
|
-
IpamScopeId: string | undefined;
|
|
901
352
|
}
|
|
902
|
-
export interface
|
|
903
|
-
|
|
353
|
+
export interface DescribeAddressTransfersResult {
|
|
354
|
+
AddressTransfers?: AddressTransfer[] | undefined;
|
|
355
|
+
NextToken?: string | undefined;
|
|
904
356
|
}
|
|
905
|
-
export interface
|
|
906
|
-
KeyName?: string | undefined;
|
|
907
|
-
KeyPairId?: string | undefined;
|
|
357
|
+
export interface DescribeAggregateIdFormatRequest {
|
|
908
358
|
DryRun?: boolean | undefined;
|
|
909
359
|
}
|
|
910
|
-
export interface
|
|
911
|
-
|
|
912
|
-
|
|
360
|
+
export interface IdFormat {
|
|
361
|
+
Deadline?: Date | undefined;
|
|
362
|
+
Resource?: string | undefined;
|
|
363
|
+
UseLongIds?: boolean | undefined;
|
|
913
364
|
}
|
|
914
|
-
export interface
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
LaunchTemplateName?: string | undefined;
|
|
918
|
-
}
|
|
919
|
-
export interface DeleteLaunchTemplateResult {
|
|
920
|
-
LaunchTemplate?: LaunchTemplate | undefined;
|
|
365
|
+
export interface DescribeAggregateIdFormatResult {
|
|
366
|
+
UseLongIdsAggregated?: boolean | undefined;
|
|
367
|
+
Statuses?: IdFormat[] | undefined;
|
|
921
368
|
}
|
|
922
|
-
export interface
|
|
369
|
+
export interface DescribeAvailabilityZonesRequest {
|
|
370
|
+
ZoneNames?: string[] | undefined;
|
|
371
|
+
ZoneIds?: string[] | undefined;
|
|
372
|
+
AllAvailabilityZones?: boolean | undefined;
|
|
923
373
|
DryRun?: boolean | undefined;
|
|
924
|
-
|
|
925
|
-
LaunchTemplateName?: string | undefined;
|
|
926
|
-
Versions: string[] | undefined;
|
|
374
|
+
Filters?: Filter[] | undefined;
|
|
927
375
|
}
|
|
928
|
-
export interface
|
|
929
|
-
LaunchTemplateId?: string | undefined;
|
|
930
|
-
LaunchTemplateName?: string | undefined;
|
|
931
|
-
VersionNumber?: number | undefined;
|
|
932
|
-
}
|
|
933
|
-
export declare const LaunchTemplateErrorCode: {
|
|
934
|
-
readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
|
|
935
|
-
readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
|
|
936
|
-
readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
|
|
937
|
-
readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
|
|
938
|
-
readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
|
|
939
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
940
|
-
};
|
|
941
|
-
export type LaunchTemplateErrorCode =
|
|
942
|
-
(typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
|
|
943
|
-
export interface ResponseError {
|
|
944
|
-
Code?: LaunchTemplateErrorCode | undefined;
|
|
376
|
+
export interface AvailabilityZoneMessage {
|
|
945
377
|
Message?: string | undefined;
|
|
946
378
|
}
|
|
947
|
-
export interface
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
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;
|
|
952
392
|
}
|
|
953
|
-
export interface
|
|
954
|
-
|
|
955
|
-
| DeleteLaunchTemplateVersionsResponseSuccessItem[]
|
|
956
|
-
| undefined;
|
|
957
|
-
UnsuccessfullyDeletedLaunchTemplateVersions?:
|
|
958
|
-
| DeleteLaunchTemplateVersionsResponseErrorItem[]
|
|
959
|
-
| undefined;
|
|
393
|
+
export interface DescribeAvailabilityZonesResult {
|
|
394
|
+
AvailabilityZones?: AvailabilityZone[] | undefined;
|
|
960
395
|
}
|
|
961
|
-
export interface
|
|
962
|
-
|
|
963
|
-
|
|
396
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
|
|
397
|
+
MaxResults?: number | undefined;
|
|
398
|
+
NextToken?: string | undefined;
|
|
399
|
+
Filters?: Filter[] | undefined;
|
|
964
400
|
DryRun?: boolean | undefined;
|
|
965
|
-
DestinationPrefixListId?: string | undefined;
|
|
966
401
|
}
|
|
967
|
-
export interface
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
402
|
+
export interface Subscription {
|
|
403
|
+
Source?: string | undefined;
|
|
404
|
+
Destination?: string | undefined;
|
|
405
|
+
Metric?: MetricType | undefined;
|
|
406
|
+
Statistic?: StatisticType | undefined;
|
|
407
|
+
Period?: PeriodType | undefined;
|
|
973
408
|
}
|
|
974
|
-
export interface
|
|
975
|
-
|
|
409
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
410
|
+
NextToken?: string | undefined;
|
|
411
|
+
Subscriptions?: Subscription[] | undefined;
|
|
976
412
|
}
|
|
977
|
-
export interface
|
|
978
|
-
|
|
413
|
+
export interface DescribeBundleTasksRequest {
|
|
414
|
+
BundleIds?: string[] | undefined;
|
|
979
415
|
DryRun?: boolean | undefined;
|
|
416
|
+
Filters?: Filter[] | undefined;
|
|
980
417
|
}
|
|
981
|
-
export interface
|
|
982
|
-
|
|
983
|
-
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation
|
|
984
|
-
| undefined;
|
|
418
|
+
export interface DescribeBundleTasksResult {
|
|
419
|
+
BundleTasks?: BundleTask[] | undefined;
|
|
985
420
|
}
|
|
986
|
-
export interface
|
|
987
|
-
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
421
|
+
export interface DescribeByoipCidrsRequest {
|
|
988
422
|
DryRun?: boolean | undefined;
|
|
423
|
+
MaxResults: number | undefined;
|
|
424
|
+
NextToken?: string | undefined;
|
|
989
425
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
| undefined;
|
|
426
|
+
export interface DescribeByoipCidrsResult {
|
|
427
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
428
|
+
NextToken?: string | undefined;
|
|
994
429
|
}
|
|
995
|
-
export interface
|
|
996
|
-
|
|
430
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
431
|
+
CapacityReservationIds?: string[] | undefined;
|
|
432
|
+
NextToken?: string | undefined;
|
|
433
|
+
MaxResults?: number | undefined;
|
|
434
|
+
Filters?: Filter[] | undefined;
|
|
997
435
|
DryRun?: boolean | undefined;
|
|
998
436
|
}
|
|
999
|
-
export interface
|
|
1000
|
-
|
|
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;
|
|
1001
455
|
}
|
|
1002
|
-
export interface
|
|
1003
|
-
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
456
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
1004
457
|
DryRun?: boolean | undefined;
|
|
458
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
459
|
+
CapacityReservationId: string | undefined;
|
|
460
|
+
NextToken?: string | undefined;
|
|
461
|
+
MaxResults?: number | undefined;
|
|
1005
462
|
}
|
|
1006
|
-
export interface
|
|
1007
|
-
|
|
1008
|
-
|
|
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[]
|
|
1009
480
|
| undefined;
|
|
481
|
+
NextToken?: string | undefined;
|
|
1010
482
|
}
|
|
1011
|
-
export interface
|
|
483
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
1012
484
|
DryRun?: boolean | undefined;
|
|
1013
|
-
|
|
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;
|
|
1014
494
|
}
|
|
1015
|
-
export interface
|
|
1016
|
-
|
|
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;
|
|
1017
513
|
}
|
|
1018
|
-
export interface
|
|
514
|
+
export interface DescribeCapacityBlocksRequest {
|
|
515
|
+
CapacityBlockIds?: string[] | undefined;
|
|
516
|
+
NextToken?: string | undefined;
|
|
517
|
+
MaxResults?: number | undefined;
|
|
518
|
+
Filters?: Filter[] | undefined;
|
|
1019
519
|
DryRun?: boolean | undefined;
|
|
1020
|
-
NatGatewayId: string | undefined;
|
|
1021
520
|
}
|
|
1022
|
-
export interface
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
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;
|
|
1028
532
|
}
|
|
1029
|
-
export interface
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
RuleNumber: number | undefined;
|
|
1033
|
-
Egress: boolean | undefined;
|
|
533
|
+
export interface DescribeCapacityBlocksResult {
|
|
534
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
535
|
+
NextToken?: string | undefined;
|
|
1034
536
|
}
|
|
1035
|
-
export interface
|
|
537
|
+
export interface DescribeCapacityBlockStatusRequest {
|
|
538
|
+
CapacityBlockIds?: string[] | undefined;
|
|
539
|
+
NextToken?: string | undefined;
|
|
540
|
+
MaxResults?: number | undefined;
|
|
541
|
+
Filters?: Filter[] | undefined;
|
|
1036
542
|
DryRun?: boolean | undefined;
|
|
1037
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1038
543
|
}
|
|
1039
|
-
export interface
|
|
1040
|
-
|
|
544
|
+
export interface CapacityReservationStatus {
|
|
545
|
+
CapacityReservationId?: string | undefined;
|
|
546
|
+
TotalCapacity?: number | undefined;
|
|
547
|
+
TotalAvailableCapacity?: number | undefined;
|
|
548
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
1041
549
|
}
|
|
1042
|
-
export interface
|
|
1043
|
-
|
|
1044
|
-
|
|
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;
|
|
1045
557
|
}
|
|
1046
|
-
export interface
|
|
1047
|
-
|
|
558
|
+
export interface DescribeCapacityBlockStatusResult {
|
|
559
|
+
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
560
|
+
NextToken?: string | undefined;
|
|
1048
561
|
}
|
|
1049
|
-
export interface
|
|
562
|
+
export interface DescribeCapacityManagerDataExportsRequest {
|
|
563
|
+
CapacityManagerDataExportIds?: string[] | undefined;
|
|
564
|
+
MaxResults?: number | undefined;
|
|
565
|
+
NextToken?: string | undefined;
|
|
1050
566
|
DryRun?: boolean | undefined;
|
|
1051
|
-
|
|
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;
|
|
1052
581
|
}
|
|
1053
|
-
export interface
|
|
1054
|
-
|
|
582
|
+
export interface DescribeCapacityManagerDataExportsResult {
|
|
583
|
+
CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
|
|
584
|
+
NextToken?: string | undefined;
|
|
1055
585
|
}
|
|
1056
|
-
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;
|
|
1057
592
|
DryRun?: boolean | undefined;
|
|
1058
|
-
NetworkInsightsPathId: string | undefined;
|
|
1059
593
|
}
|
|
1060
|
-
export interface
|
|
1061
|
-
|
|
594
|
+
export interface CapacityReservationInfo {
|
|
595
|
+
InstanceType?: string | undefined;
|
|
596
|
+
AvailabilityZone?: string | undefined;
|
|
597
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
598
|
+
AvailabilityZoneId?: string | undefined;
|
|
599
|
+
}
|
|
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;
|
|
1062
608
|
}
|
|
1063
|
-
export interface
|
|
1064
|
-
|
|
1065
|
-
|
|
609
|
+
export interface DescribeCapacityReservationBillingRequestsResult {
|
|
610
|
+
NextToken?: string | undefined;
|
|
611
|
+
CapacityReservationBillingRequests?:
|
|
612
|
+
| CapacityReservationBillingRequest[]
|
|
613
|
+
| undefined;
|
|
1066
614
|
}
|
|
1067
|
-
export interface
|
|
1068
|
-
|
|
1069
|
-
|
|
615
|
+
export interface DescribeCapacityReservationFleetsRequest {
|
|
616
|
+
CapacityReservationFleetIds?: string[] | undefined;
|
|
617
|
+
NextToken?: string | undefined;
|
|
618
|
+
MaxResults?: number | undefined;
|
|
619
|
+
Filters?: Filter[] | undefined;
|
|
1070
620
|
DryRun?: boolean | undefined;
|
|
1071
621
|
}
|
|
1072
|
-
export interface
|
|
1073
|
-
|
|
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;
|
|
1074
635
|
}
|
|
1075
|
-
export interface
|
|
1076
|
-
|
|
1077
|
-
|
|
636
|
+
export interface DescribeCapacityReservationFleetsResult {
|
|
637
|
+
CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
|
|
638
|
+
NextToken?: string | undefined;
|
|
1078
639
|
}
|
|
1079
|
-
export interface
|
|
640
|
+
export interface DescribeCapacityReservationsRequest {
|
|
641
|
+
CapacityReservationIds?: string[] | undefined;
|
|
642
|
+
NextToken?: string | undefined;
|
|
643
|
+
MaxResults?: number | undefined;
|
|
644
|
+
Filters?: Filter[] | undefined;
|
|
1080
645
|
DryRun?: boolean | undefined;
|
|
1081
|
-
PoolId: string | undefined;
|
|
1082
|
-
NetworkBorderGroup?: string | undefined;
|
|
1083
646
|
}
|
|
1084
|
-
export interface
|
|
1085
|
-
|
|
647
|
+
export interface DescribeCapacityReservationsResult {
|
|
648
|
+
NextToken?: string | undefined;
|
|
649
|
+
CapacityReservations?: CapacityReservation[] | undefined;
|
|
1086
650
|
}
|
|
1087
|
-
export interface
|
|
651
|
+
export interface DescribeCapacityReservationTopologyRequest {
|
|
1088
652
|
DryRun?: boolean | undefined;
|
|
1089
|
-
|
|
653
|
+
NextToken?: string | undefined;
|
|
654
|
+
MaxResults?: number | undefined;
|
|
655
|
+
CapacityReservationIds?: string[] | undefined;
|
|
656
|
+
Filters?: Filter[] | undefined;
|
|
1090
657
|
}
|
|
1091
|
-
export
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
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;
|
|
1101
667
|
}
|
|
1102
|
-
export interface
|
|
1103
|
-
|
|
1104
|
-
|
|
668
|
+
export interface DescribeCapacityReservationTopologyResult {
|
|
669
|
+
NextToken?: string | undefined;
|
|
670
|
+
CapacityReservations?: CapacityReservationTopology[] | undefined;
|
|
1105
671
|
}
|
|
1106
|
-
export interface
|
|
1107
|
-
|
|
672
|
+
export interface DescribeCarrierGatewaysRequest {
|
|
673
|
+
CarrierGatewayIds?: string[] | undefined;
|
|
674
|
+
Filters?: Filter[] | undefined;
|
|
675
|
+
MaxResults?: number | undefined;
|
|
676
|
+
NextToken?: string | undefined;
|
|
677
|
+
DryRun?: boolean | undefined;
|
|
1108
678
|
}
|
|
1109
|
-
export interface
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
| undefined;
|
|
1113
|
-
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
|
|
679
|
+
export interface DescribeCarrierGatewaysResult {
|
|
680
|
+
CarrierGateways?: CarrierGateway[] | undefined;
|
|
681
|
+
NextToken?: string | undefined;
|
|
1114
682
|
}
|
|
1115
|
-
export interface
|
|
1116
|
-
DestinationPrefixListId?: string | undefined;
|
|
683
|
+
export interface DescribeClassicLinkInstancesRequest {
|
|
1117
684
|
DryRun?: boolean | undefined;
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
685
|
+
InstanceIds?: string[] | undefined;
|
|
686
|
+
Filters?: Filter[] | undefined;
|
|
687
|
+
NextToken?: string | undefined;
|
|
688
|
+
MaxResults?: number | undefined;
|
|
1121
689
|
}
|
|
1122
|
-
export interface
|
|
1123
|
-
|
|
1124
|
-
|
|
690
|
+
export interface ClassicLinkInstance {
|
|
691
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
692
|
+
InstanceId?: string | undefined;
|
|
693
|
+
Tags?: Tag[] | undefined;
|
|
694
|
+
VpcId?: string | undefined;
|
|
1125
695
|
}
|
|
1126
|
-
export interface
|
|
1127
|
-
|
|
696
|
+
export interface DescribeClassicLinkInstancesResult {
|
|
697
|
+
Instances?: ClassicLinkInstance[] | undefined;
|
|
698
|
+
NextToken?: string | undefined;
|
|
1128
699
|
}
|
|
1129
|
-
export interface
|
|
1130
|
-
|
|
700
|
+
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
701
|
+
ClientVpnEndpointId: string | undefined;
|
|
1131
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;
|
|
1132
714
|
}
|
|
1133
|
-
export interface
|
|
1134
|
-
|
|
715
|
+
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
716
|
+
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
717
|
+
NextToken?: string | undefined;
|
|
1135
718
|
}
|
|
1136
|
-
export interface
|
|
1137
|
-
|
|
719
|
+
export interface DescribeClientVpnConnectionsRequest {
|
|
720
|
+
ClientVpnEndpointId: string | undefined;
|
|
721
|
+
Filters?: Filter[] | undefined;
|
|
722
|
+
NextToken?: string | undefined;
|
|
723
|
+
MaxResults?: number | undefined;
|
|
1138
724
|
DryRun?: boolean | undefined;
|
|
1139
725
|
}
|
|
1140
|
-
export interface
|
|
1141
|
-
|
|
726
|
+
export interface ClientVpnConnectionStatus {
|
|
727
|
+
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
728
|
+
Message?: string | undefined;
|
|
1142
729
|
}
|
|
1143
|
-
export interface
|
|
1144
|
-
|
|
1145
|
-
|
|
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;
|
|
1146
750
|
}
|
|
1147
|
-
export interface
|
|
1148
|
-
|
|
1149
|
-
|
|
751
|
+
export interface DescribeClientVpnEndpointsRequest {
|
|
752
|
+
ClientVpnEndpointIds?: string[] | undefined;
|
|
753
|
+
MaxResults?: number | undefined;
|
|
754
|
+
NextToken?: string | undefined;
|
|
755
|
+
Filters?: Filter[] | undefined;
|
|
1150
756
|
DryRun?: boolean | undefined;
|
|
1151
757
|
}
|
|
1152
|
-
export interface
|
|
1153
|
-
|
|
1154
|
-
|
|
758
|
+
export interface AssociatedTargetNetwork {
|
|
759
|
+
NetworkId?: string | undefined;
|
|
760
|
+
NetworkType?: AssociatedNetworkType | undefined;
|
|
1155
761
|
}
|
|
1156
|
-
export interface
|
|
1157
|
-
|
|
1158
|
-
DryRun?: boolean | undefined;
|
|
762
|
+
export interface DirectoryServiceAuthentication {
|
|
763
|
+
DirectoryId?: string | undefined;
|
|
1159
764
|
}
|
|
1160
|
-
export interface
|
|
1161
|
-
|
|
765
|
+
export interface FederatedAuthentication {
|
|
766
|
+
SamlProviderArn?: string | undefined;
|
|
767
|
+
SelfServiceSamlProviderArn?: string | undefined;
|
|
1162
768
|
}
|
|
1163
|
-
export interface
|
|
1164
|
-
|
|
1165
|
-
DryRun?: boolean | undefined;
|
|
769
|
+
export interface CertificateAuthentication {
|
|
770
|
+
ClientRootCertificateChain?: string | undefined;
|
|
1166
771
|
}
|
|
1167
|
-
export interface
|
|
1168
|
-
|
|
1169
|
-
|
|
772
|
+
export interface ClientVpnAuthentication {
|
|
773
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
774
|
+
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
775
|
+
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
776
|
+
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
1170
777
|
}
|
|
1171
|
-
export interface
|
|
1172
|
-
|
|
778
|
+
export interface ClientVpnEndpointAttributeStatus {
|
|
779
|
+
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
780
|
+
Message?: string | undefined;
|
|
1173
781
|
}
|
|
1174
|
-
export interface
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
782
|
+
export interface ClientConnectResponseOptions {
|
|
783
|
+
Enabled?: boolean | undefined;
|
|
784
|
+
LambdaFunctionArn?: string | undefined;
|
|
785
|
+
Status?: ClientVpnEndpointAttributeStatus | undefined;
|
|
1178
786
|
}
|
|
1179
|
-
export interface
|
|
1180
|
-
|
|
1181
|
-
|
|
787
|
+
export interface ClientLoginBannerResponseOptions {
|
|
788
|
+
Enabled?: boolean | undefined;
|
|
789
|
+
BannerText?: string | undefined;
|
|
1182
790
|
}
|
|
1183
|
-
export interface
|
|
1184
|
-
|
|
791
|
+
export interface ClientRouteEnforcementResponseOptions {
|
|
792
|
+
Enforced?: boolean | undefined;
|
|
1185
793
|
}
|
|
1186
|
-
export interface
|
|
1187
|
-
|
|
1188
|
-
|
|
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;
|
|
1189
829
|
}
|
|
1190
|
-
export interface
|
|
1191
|
-
|
|
830
|
+
export interface DescribeClientVpnEndpointsResult {
|
|
831
|
+
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
832
|
+
NextToken?: string | undefined;
|
|
1192
833
|
}
|
|
1193
|
-
export interface
|
|
1194
|
-
|
|
834
|
+
export interface DescribeClientVpnRoutesRequest {
|
|
835
|
+
ClientVpnEndpointId: string | undefined;
|
|
836
|
+
Filters?: Filter[] | undefined;
|
|
837
|
+
MaxResults?: number | undefined;
|
|
838
|
+
NextToken?: string | undefined;
|
|
1195
839
|
DryRun?: boolean | undefined;
|
|
1196
840
|
}
|
|
1197
|
-
export interface
|
|
1198
|
-
|
|
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;
|
|
1199
853
|
}
|
|
1200
|
-
export interface
|
|
1201
|
-
|
|
854
|
+
export interface DescribeClientVpnTargetNetworksRequest {
|
|
855
|
+
ClientVpnEndpointId: string | undefined;
|
|
856
|
+
AssociationIds?: string[] | undefined;
|
|
857
|
+
MaxResults?: number | undefined;
|
|
858
|
+
NextToken?: string | undefined;
|
|
859
|
+
Filters?: Filter[] | undefined;
|
|
1202
860
|
DryRun?: boolean | undefined;
|
|
1203
861
|
}
|
|
1204
|
-
export interface
|
|
1205
|
-
|
|
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;
|
|
1206
873
|
}
|
|
1207
|
-
export interface
|
|
1208
|
-
|
|
874
|
+
export interface DescribeCoipPoolsRequest {
|
|
875
|
+
PoolIds?: string[] | undefined;
|
|
876
|
+
Filters?: Filter[] | undefined;
|
|
877
|
+
MaxResults?: number | undefined;
|
|
878
|
+
NextToken?: string | undefined;
|
|
1209
879
|
DryRun?: boolean | undefined;
|
|
1210
880
|
}
|
|
1211
|
-
export interface
|
|
1212
|
-
|
|
881
|
+
export interface DescribeCoipPoolsResult {
|
|
882
|
+
CoipPools?: CoipPool[] | undefined;
|
|
883
|
+
NextToken?: string | undefined;
|
|
1213
884
|
}
|
|
1214
|
-
export interface
|
|
1215
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
885
|
+
export interface DescribeConversionTasksRequest {
|
|
1216
886
|
DryRun?: boolean | undefined;
|
|
887
|
+
ConversionTaskIds?: string[] | undefined;
|
|
1217
888
|
}
|
|
1218
|
-
export interface
|
|
1219
|
-
|
|
889
|
+
export interface DiskImageDescription {
|
|
890
|
+
Checksum?: string | undefined;
|
|
891
|
+
Format?: DiskImageFormat | undefined;
|
|
892
|
+
ImportManifestUrl?: string | undefined;
|
|
893
|
+
Size?: number | undefined;
|
|
1220
894
|
}
|
|
1221
|
-
export interface
|
|
1222
|
-
|
|
1223
|
-
|
|
895
|
+
export interface DiskImageVolumeDescription {
|
|
896
|
+
Id?: string | undefined;
|
|
897
|
+
Size?: number | undefined;
|
|
1224
898
|
}
|
|
1225
|
-
export interface
|
|
1226
|
-
|
|
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;
|
|
1227
908
|
}
|
|
1228
|
-
export interface
|
|
1229
|
-
|
|
1230
|
-
|
|
909
|
+
export interface ImportInstanceTaskDetails {
|
|
910
|
+
Description?: string | undefined;
|
|
911
|
+
InstanceId?: string | undefined;
|
|
912
|
+
Platform?: PlatformValues | undefined;
|
|
913
|
+
Volumes?: ImportInstanceVolumeDetailItem[] | undefined;
|
|
914
|
+
}
|
|
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;
|
|
1231
931
|
}
|
|
1232
|
-
export interface
|
|
1233
|
-
|
|
932
|
+
export interface DescribeConversionTasksResult {
|
|
933
|
+
ConversionTasks?: ConversionTask[] | undefined;
|
|
1234
934
|
}
|
|
1235
|
-
export interface
|
|
1236
|
-
|
|
935
|
+
export interface DescribeCustomerGatewaysRequest {
|
|
936
|
+
CustomerGatewayIds?: string[] | undefined;
|
|
937
|
+
Filters?: Filter[] | undefined;
|
|
1237
938
|
DryRun?: boolean | undefined;
|
|
1238
939
|
}
|
|
1239
|
-
export interface
|
|
1240
|
-
|
|
940
|
+
export interface DescribeCustomerGatewaysResult {
|
|
941
|
+
CustomerGateways?: CustomerGateway[] | undefined;
|
|
1241
942
|
}
|
|
1242
|
-
export interface
|
|
1243
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
943
|
+
export interface DescribeDeclarativePoliciesReportsRequest {
|
|
1244
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;
|
|
1245
958
|
}
|
|
1246
|
-
export interface
|
|
1247
|
-
|
|
959
|
+
export interface DescribeDeclarativePoliciesReportsResult {
|
|
960
|
+
NextToken?: string | undefined;
|
|
961
|
+
Reports?: DeclarativePoliciesReport[] | undefined;
|
|
1248
962
|
}
|
|
1249
|
-
export interface
|
|
1250
|
-
|
|
1251
|
-
|
|
963
|
+
export interface DescribeDhcpOptionsRequest {
|
|
964
|
+
DhcpOptionsIds?: string[] | undefined;
|
|
965
|
+
NextToken?: string | undefined;
|
|
966
|
+
MaxResults?: number | undefined;
|
|
1252
967
|
DryRun?: boolean | undefined;
|
|
968
|
+
Filters?: Filter[] | undefined;
|
|
1253
969
|
}
|
|
1254
|
-
export interface
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
| undefined;
|
|
970
|
+
export interface DescribeDhcpOptionsResult {
|
|
971
|
+
NextToken?: string | undefined;
|
|
972
|
+
DhcpOptions?: DhcpOptions[] | undefined;
|
|
1258
973
|
}
|
|
1259
|
-
export interface
|
|
1260
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1261
|
-
DestinationCidrBlock: string | undefined;
|
|
974
|
+
export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
1262
975
|
DryRun?: boolean | undefined;
|
|
976
|
+
EgressOnlyInternetGatewayIds?: string[] | undefined;
|
|
977
|
+
MaxResults?: number | undefined;
|
|
978
|
+
NextToken?: string | undefined;
|
|
979
|
+
Filters?: Filter[] | undefined;
|
|
1263
980
|
}
|
|
1264
|
-
export interface
|
|
1265
|
-
|
|
981
|
+
export interface DescribeEgressOnlyInternetGatewaysResult {
|
|
982
|
+
EgressOnlyInternetGateways?: EgressOnlyInternetGateway[] | undefined;
|
|
983
|
+
NextToken?: string | undefined;
|
|
1266
984
|
}
|
|
1267
|
-
export interface
|
|
1268
|
-
|
|
985
|
+
export interface DescribeElasticGpusRequest {
|
|
986
|
+
ElasticGpuIds?: string[] | undefined;
|
|
1269
987
|
DryRun?: boolean | undefined;
|
|
988
|
+
Filters?: Filter[] | undefined;
|
|
989
|
+
MaxResults?: number | undefined;
|
|
990
|
+
NextToken?: string | undefined;
|
|
1270
991
|
}
|
|
1271
|
-
export interface
|
|
1272
|
-
|
|
992
|
+
export interface ElasticGpuHealth {
|
|
993
|
+
Status?: ElasticGpuStatus | undefined;
|
|
1273
994
|
}
|
|
1274
|
-
export interface
|
|
1275
|
-
|
|
1276
|
-
|
|
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;
|
|
1277
1003
|
}
|
|
1278
|
-
export interface
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1004
|
+
export interface DescribeElasticGpusResult {
|
|
1005
|
+
ElasticGpuSet?: ElasticGpus[] | undefined;
|
|
1006
|
+
MaxResults?: number | undefined;
|
|
1007
|
+
NextToken?: string | undefined;
|
|
1282
1008
|
}
|
|
1283
|
-
export interface
|
|
1284
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1009
|
+
export interface DescribeExportImageTasksRequest {
|
|
1285
1010
|
DryRun?: boolean | undefined;
|
|
1011
|
+
Filters?: Filter[] | undefined;
|
|
1012
|
+
ExportImageTaskIds?: string[] | undefined;
|
|
1013
|
+
MaxResults?: number | undefined;
|
|
1014
|
+
NextToken?: string | undefined;
|
|
1286
1015
|
}
|
|
1287
|
-
export interface
|
|
1288
|
-
|
|
1016
|
+
export interface ExportTaskS3Location {
|
|
1017
|
+
S3Bucket?: string | undefined;
|
|
1018
|
+
S3Prefix?: string | undefined;
|
|
1289
1019
|
}
|
|
1290
|
-
export interface
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
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;
|
|
1294
1029
|
}
|
|
1295
|
-
export interface
|
|
1296
|
-
|
|
1030
|
+
export interface DescribeExportImageTasksResult {
|
|
1031
|
+
ExportImageTasks?: ExportImageTask[] | undefined;
|
|
1032
|
+
NextToken?: string | undefined;
|
|
1297
1033
|
}
|
|
1298
|
-
export interface
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
DryRun?: boolean | undefined;
|
|
1034
|
+
export interface DescribeExportTasksRequest {
|
|
1035
|
+
Filters?: Filter[] | undefined;
|
|
1036
|
+
ExportTaskIds?: string[] | undefined;
|
|
1302
1037
|
}
|
|
1303
|
-
export interface
|
|
1304
|
-
|
|
1038
|
+
export interface DescribeExportTasksResult {
|
|
1039
|
+
ExportTasks?: ExportTask[] | undefined;
|
|
1305
1040
|
}
|
|
1306
|
-
export interface
|
|
1307
|
-
|
|
1041
|
+
export interface DescribeFastLaunchImagesRequest {
|
|
1042
|
+
ImageIds?: string[] | undefined;
|
|
1043
|
+
Filters?: Filter[] | undefined;
|
|
1044
|
+
MaxResults?: number | undefined;
|
|
1045
|
+
NextToken?: string | undefined;
|
|
1308
1046
|
DryRun?: boolean | undefined;
|
|
1309
|
-
ClientToken?: string | undefined;
|
|
1310
1047
|
}
|
|
1311
|
-
export interface
|
|
1312
|
-
|
|
1048
|
+
export interface FastLaunchLaunchTemplateSpecificationResponse {
|
|
1049
|
+
LaunchTemplateId?: string | undefined;
|
|
1050
|
+
LaunchTemplateName?: string | undefined;
|
|
1051
|
+
Version?: string | undefined;
|
|
1313
1052
|
}
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
DryRun?: boolean | undefined;
|
|
1317
|
-
ClientToken?: string | undefined;
|
|
1053
|
+
export interface FastLaunchSnapshotConfigurationResponse {
|
|
1054
|
+
TargetResourceCount?: number | undefined;
|
|
1318
1055
|
}
|
|
1319
|
-
export interface
|
|
1320
|
-
|
|
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;
|
|
1321
1066
|
}
|
|
1322
|
-
export interface
|
|
1323
|
-
|
|
1324
|
-
|
|
1067
|
+
export interface DescribeFastLaunchImagesResult {
|
|
1068
|
+
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
1069
|
+
NextToken?: string | undefined;
|
|
1325
1070
|
}
|
|
1326
|
-
export interface
|
|
1327
|
-
|
|
1071
|
+
export interface DescribeFastSnapshotRestoresRequest {
|
|
1072
|
+
Filters?: Filter[] | undefined;
|
|
1073
|
+
MaxResults?: number | undefined;
|
|
1074
|
+
NextToken?: string | undefined;
|
|
1328
1075
|
DryRun?: boolean | undefined;
|
|
1329
1076
|
}
|
|
1330
|
-
export interface
|
|
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;
|
|
1094
|
+
}
|
|
1095
|
+
export interface DescribeFleetHistoryRequest {
|
|
1331
1096
|
DryRun?: boolean | undefined;
|
|
1332
|
-
|
|
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;
|
|
1333
1119
|
}
|
|
1334
|
-
export interface
|
|
1335
|
-
|
|
1120
|
+
export interface DescribeFleetInstancesRequest {
|
|
1121
|
+
DryRun?: boolean | undefined;
|
|
1122
|
+
MaxResults?: number | undefined;
|
|
1123
|
+
NextToken?: string | undefined;
|
|
1124
|
+
FleetId: string | undefined;
|
|
1125
|
+
Filters?: Filter[] | undefined;
|
|
1336
1126
|
}
|
|
1337
|
-
export interface
|
|
1127
|
+
export interface DescribeFleetInstancesResult {
|
|
1128
|
+
ActiveInstances?: ActiveInstance[] | undefined;
|
|
1129
|
+
NextToken?: string | undefined;
|
|
1130
|
+
FleetId?: string | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
export interface DescribeFleetsRequest {
|
|
1338
1133
|
DryRun?: boolean | undefined;
|
|
1339
|
-
|
|
1134
|
+
MaxResults?: number | undefined;
|
|
1135
|
+
NextToken?: string | undefined;
|
|
1136
|
+
FleetIds?: string[] | undefined;
|
|
1137
|
+
Filters?: Filter[] | undefined;
|
|
1340
1138
|
}
|
|
1341
|
-
export interface
|
|
1342
|
-
|
|
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;
|
|
1343
1215
|
}
|
|
1344
|
-
export interface
|
|
1216
|
+
export interface DescribeFleetsResult {
|
|
1217
|
+
NextToken?: string | undefined;
|
|
1218
|
+
Fleets?: FleetData[] | undefined;
|
|
1219
|
+
}
|
|
1220
|
+
export interface DescribeFlowLogsRequest {
|
|
1345
1221
|
DryRun?: boolean | undefined;
|
|
1346
|
-
|
|
1222
|
+
Filter?: Filter[] | undefined;
|
|
1223
|
+
FlowLogIds?: string[] | undefined;
|
|
1224
|
+
MaxResults?: number | undefined;
|
|
1225
|
+
NextToken?: string | undefined;
|
|
1347
1226
|
}
|
|
1348
|
-
export interface
|
|
1349
|
-
|
|
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;
|
|
1350
1249
|
}
|
|
1351
|
-
export interface
|
|
1250
|
+
export interface DescribeFlowLogsResult {
|
|
1251
|
+
FlowLogs?: FlowLog[] | undefined;
|
|
1252
|
+
NextToken?: string | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export interface DescribeFpgaImageAttributeRequest {
|
|
1352
1255
|
DryRun?: boolean | undefined;
|
|
1353
|
-
|
|
1256
|
+
FpgaImageId: string | undefined;
|
|
1257
|
+
Attribute: FpgaImageAttributeName | undefined;
|
|
1354
1258
|
}
|
|
1355
|
-
export interface
|
|
1356
|
-
|
|
1259
|
+
export interface LoadPermission {
|
|
1260
|
+
UserId?: string | undefined;
|
|
1261
|
+
Group?: PermissionGroup | undefined;
|
|
1357
1262
|
}
|
|
1358
|
-
export interface
|
|
1263
|
+
export interface ProductCode {
|
|
1264
|
+
ProductCodeId?: string | undefined;
|
|
1265
|
+
ProductCodeType?: ProductCodeValues | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export interface FpgaImageAttribute {
|
|
1268
|
+
FpgaImageId?: string | undefined;
|
|
1269
|
+
Name?: string | undefined;
|
|
1270
|
+
Description?: string | undefined;
|
|
1271
|
+
LoadPermissions?: LoadPermission[] | undefined;
|
|
1272
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
export interface DescribeFpgaImageAttributeResult {
|
|
1275
|
+
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
1276
|
+
}
|
|
1277
|
+
export interface DescribeFpgaImagesRequest {
|
|
1359
1278
|
DryRun?: boolean | undefined;
|
|
1360
|
-
|
|
1279
|
+
FpgaImageIds?: string[] | undefined;
|
|
1280
|
+
Owners?: string[] | undefined;
|
|
1281
|
+
Filters?: Filter[] | undefined;
|
|
1282
|
+
NextToken?: string | undefined;
|
|
1283
|
+
MaxResults?: number | undefined;
|
|
1361
1284
|
}
|
|
1362
|
-
export interface
|
|
1363
|
-
|
|
1285
|
+
export interface PciId {
|
|
1286
|
+
DeviceId?: string | undefined;
|
|
1287
|
+
VendorId?: string | undefined;
|
|
1288
|
+
SubsystemId?: string | undefined;
|
|
1289
|
+
SubsystemVendorId?: string | undefined;
|
|
1364
1290
|
}
|
|
1365
|
-
export interface
|
|
1366
|
-
|
|
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;
|
|
1367
1443
|
DryRun?: boolean | undefined;
|
|
1368
1444
|
}
|
|
1369
|
-
export interface
|
|
1370
|
-
|
|
1371
|
-
|
|
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;
|
|
1480
|
+
DryRun?: boolean | undefined;
|
|
1481
|
+
MaxResults?: number | undefined;
|
|
1372
1482
|
}
|
|
1373
|
-
export interface
|
|
1374
|
-
|
|
1483
|
+
export interface ImageReference {
|
|
1484
|
+
ImageId?: string | undefined;
|
|
1485
|
+
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1486
|
+
Arn?: string | undefined;
|
|
1487
|
+
}
|
|
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;
|
|
1375
1500
|
DryRun?: boolean | undefined;
|
|
1501
|
+
Filters?: Filter[] | undefined;
|
|
1376
1502
|
}
|
|
1377
|
-
export interface
|
|
1378
|
-
|
|
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;
|
|
1545
|
+
}
|
|
1546
|
+
export interface DescribeImageUsageReportEntriesRequest {
|
|
1547
|
+
ImageIds?: string[] | undefined;
|
|
1548
|
+
ReportIds?: string[] | undefined;
|
|
1549
|
+
NextToken?: string | undefined;
|
|
1550
|
+
Filters?: Filter[] | undefined;
|
|
1379
1551
|
DryRun?: boolean | undefined;
|
|
1552
|
+
MaxResults?: number | undefined;
|
|
1380
1553
|
}
|
|
1381
|
-
export interface
|
|
1382
|
-
|
|
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;
|
|
1383
1561
|
}
|
|
1384
|
-
export interface
|
|
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;
|
|
1385
1571
|
DryRun?: boolean | undefined;
|
|
1386
|
-
|
|
1387
|
-
Asn: string | undefined;
|
|
1572
|
+
MaxResults?: number | undefined;
|
|
1388
1573
|
}
|
|
1389
|
-
export
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
}
|
|
1397
|
-
export
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
State?:
|
|
1574
|
+
export interface ImageUsageResourceTypeOption {
|
|
1575
|
+
OptionName?: string | undefined;
|
|
1576
|
+
OptionValues?: string[] | undefined;
|
|
1577
|
+
}
|
|
1578
|
+
export interface ImageUsageResourceType {
|
|
1579
|
+
ResourceType?: string | undefined;
|
|
1580
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
1581
|
+
}
|
|
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;
|
|
1403
1592
|
}
|
|
1404
|
-
export interface
|
|
1405
|
-
|
|
1593
|
+
export interface DescribeImageUsageReportsResult {
|
|
1594
|
+
NextToken?: string | undefined;
|
|
1595
|
+
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
1406
1596
|
}
|
|
1407
|
-
export interface
|
|
1597
|
+
export interface DescribeImportImageTasksRequest {
|
|
1408
1598
|
DryRun?: boolean | undefined;
|
|
1409
|
-
|
|
1410
|
-
|
|
1599
|
+
Filters?: Filter[] | undefined;
|
|
1600
|
+
ImportTaskIds?: string[] | undefined;
|
|
1601
|
+
MaxResults?: number | undefined;
|
|
1602
|
+
NextToken?: string | undefined;
|
|
1411
1603
|
}
|
|
1412
|
-
export
|
|
1413
|
-
|
|
1414
|
-
readonly limit_exceeded: "limit-exceeded";
|
|
1415
|
-
};
|
|
1416
|
-
export type IpamPoolCidrFailureCode =
|
|
1417
|
-
(typeof IpamPoolCidrFailureCode)[keyof typeof IpamPoolCidrFailureCode];
|
|
1418
|
-
export interface IpamPoolCidrFailureReason {
|
|
1419
|
-
Code?: IpamPoolCidrFailureCode | undefined;
|
|
1420
|
-
Message?: string | undefined;
|
|
1604
|
+
export interface ImportImageLicenseConfigurationResponse {
|
|
1605
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1421
1606
|
}
|
|
1422
|
-
export
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
readonly failed_import: "failed-import";
|
|
1426
|
-
readonly failed_provision: "failed-provision";
|
|
1427
|
-
readonly pending_deprovision: "pending-deprovision";
|
|
1428
|
-
readonly pending_import: "pending-import";
|
|
1429
|
-
readonly pending_provision: "pending-provision";
|
|
1430
|
-
readonly provisioned: "provisioned";
|
|
1431
|
-
};
|
|
1432
|
-
export type IpamPoolCidrState =
|
|
1433
|
-
(typeof IpamPoolCidrState)[keyof typeof IpamPoolCidrState];
|
|
1434
|
-
export interface IpamPoolCidr {
|
|
1435
|
-
Cidr?: string | undefined;
|
|
1436
|
-
State?: IpamPoolCidrState | undefined;
|
|
1437
|
-
FailureReason?: IpamPoolCidrFailureReason | undefined;
|
|
1438
|
-
IpamPoolCidrId?: string | undefined;
|
|
1439
|
-
NetmaskLength?: number | undefined;
|
|
1607
|
+
export interface UserBucketDetails {
|
|
1608
|
+
S3Bucket?: string | undefined;
|
|
1609
|
+
S3Key?: string | undefined;
|
|
1440
1610
|
}
|
|
1441
|
-
export interface
|
|
1442
|
-
|
|
1611
|
+
export interface SnapshotDetail {
|
|
1612
|
+
Description?: string | undefined;
|
|
1613
|
+
DeviceName?: string | undefined;
|
|
1614
|
+
DiskImageSize?: number | undefined;
|
|
1615
|
+
Format?: string | undefined;
|
|
1616
|
+
Progress?: string | undefined;
|
|
1617
|
+
SnapshotId?: string | undefined;
|
|
1618
|
+
Status?: string | undefined;
|
|
1619
|
+
StatusMessage?: string | undefined;
|
|
1620
|
+
Url?: string | undefined;
|
|
1621
|
+
UserBucket?: UserBucketDetails | undefined;
|
|
1443
1622
|
}
|
|
1444
|
-
export interface
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
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;
|
|
1448
1641
|
}
|
|
1449
|
-
export interface
|
|
1450
|
-
|
|
1451
|
-
|
|
1642
|
+
export interface DescribeImportImageTasksResult {
|
|
1643
|
+
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
1644
|
+
NextToken?: string | undefined;
|
|
1452
1645
|
}
|
|
1453
|
-
export interface
|
|
1454
|
-
ImageId: string | undefined;
|
|
1455
|
-
DeleteAssociatedSnapshots?: boolean | undefined;
|
|
1646
|
+
export interface DescribeImportSnapshotTasksRequest {
|
|
1456
1647
|
DryRun?: boolean | undefined;
|
|
1648
|
+
Filters?: Filter[] | undefined;
|
|
1649
|
+
ImportTaskIds?: string[] | undefined;
|
|
1650
|
+
MaxResults?: number | undefined;
|
|
1651
|
+
NextToken?: string | undefined;
|
|
1457
1652
|
}
|
|
1458
|
-
export
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export type SnapshotReturnCodes =
|
|
1466
|
-
(typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
|
|
1467
|
-
export interface DeleteSnapshotReturnCode {
|
|
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;
|
|
1468
1660
|
SnapshotId?: string | undefined;
|
|
1469
|
-
|
|
1661
|
+
Status?: string | undefined;
|
|
1662
|
+
StatusMessage?: string | undefined;
|
|
1663
|
+
Url?: string | undefined;
|
|
1664
|
+
UserBucket?: UserBucketDetails | undefined;
|
|
1470
1665
|
}
|
|
1471
|
-
export interface
|
|
1472
|
-
|
|
1473
|
-
|
|
1666
|
+
export interface ImportSnapshotTask {
|
|
1667
|
+
Description?: string | undefined;
|
|
1668
|
+
ImportTaskId?: string | undefined;
|
|
1669
|
+
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
1670
|
+
Tags?: Tag[] | undefined;
|
|
1474
1671
|
}
|
|
1475
|
-
export interface
|
|
1476
|
-
|
|
1477
|
-
|
|
1672
|
+
export interface DescribeImportSnapshotTasksResult {
|
|
1673
|
+
ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
|
|
1674
|
+
NextToken?: string | undefined;
|
|
1478
1675
|
}
|
|
1479
|
-
export interface
|
|
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 {
|
|
1480
1720
|
DryRun?: boolean | undefined;
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
1721
|
+
MaxResults?: number | undefined;
|
|
1722
|
+
NextToken?: string | undefined;
|
|
1723
|
+
Filters?: Filter[] | undefined;
|
|
1724
|
+
InstanceConnectEndpointIds?: string[] | undefined;
|
|
1486
1725
|
}
|
|
1487
|
-
export interface
|
|
1488
|
-
|
|
1726
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
1727
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
|
|
1728
|
+
NextToken?: string | undefined;
|
|
1489
1729
|
}
|
|
1490
|
-
export interface
|
|
1491
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
1492
|
-
GroupIpAddress?: string | undefined;
|
|
1493
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
1730
|
+
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
1494
1731
|
DryRun?: boolean | undefined;
|
|
1732
|
+
Filters?: Filter[] | undefined;
|
|
1733
|
+
InstanceIds?: string[] | undefined;
|
|
1734
|
+
MaxResults?: number | undefined;
|
|
1735
|
+
NextToken?: string | undefined;
|
|
1495
1736
|
}
|
|
1496
|
-
export interface
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
GroupIpAddress?: string | undefined;
|
|
1737
|
+
export interface InstanceCreditSpecification {
|
|
1738
|
+
InstanceId?: string | undefined;
|
|
1739
|
+
CpuCredits?: string | undefined;
|
|
1500
1740
|
}
|
|
1501
|
-
export interface
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
| undefined;
|
|
1741
|
+
export interface DescribeInstanceCreditSpecificationsResult {
|
|
1742
|
+
InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
|
|
1743
|
+
NextToken?: string | undefined;
|
|
1505
1744
|
}
|
|
1506
|
-
export interface
|
|
1507
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
1508
|
-
GroupIpAddress?: string | undefined;
|
|
1509
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
1745
|
+
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
1510
1746
|
DryRun?: boolean | undefined;
|
|
1511
1747
|
}
|
|
1512
|
-
export interface
|
|
1513
|
-
|
|
1514
|
-
DeregisteredNetworkInterfaceIds?: string[] | undefined;
|
|
1515
|
-
GroupIpAddress?: string | undefined;
|
|
1516
|
-
}
|
|
1517
|
-
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
1518
|
-
DeregisteredMulticastGroupSources?:
|
|
1519
|
-
| TransitGatewayMulticastDeregisteredGroupSources
|
|
1520
|
-
| undefined;
|
|
1748
|
+
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
1749
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
1521
1750
|
}
|
|
1522
|
-
export interface
|
|
1751
|
+
export interface DescribeInstanceEventWindowsRequest {
|
|
1523
1752
|
DryRun?: boolean | undefined;
|
|
1524
|
-
|
|
1753
|
+
InstanceEventWindowIds?: string[] | undefined;
|
|
1754
|
+
Filters?: Filter[] | undefined;
|
|
1755
|
+
MaxResults?: number | undefined;
|
|
1756
|
+
NextToken?: string | undefined;
|
|
1525
1757
|
}
|
|
1526
|
-
export interface
|
|
1527
|
-
|
|
1758
|
+
export interface DescribeInstanceEventWindowsResult {
|
|
1759
|
+
InstanceEventWindows?: InstanceEventWindow[] | undefined;
|
|
1760
|
+
NextToken?: string | undefined;
|
|
1528
1761
|
}
|
|
1529
|
-
export interface
|
|
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;
|
|
1530
1771
|
Name?: string | undefined;
|
|
1531
|
-
|
|
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;
|
|
1532
1795
|
}
|
|
1533
|
-
export interface
|
|
1534
|
-
|
|
1796
|
+
export interface DescribeInstanceImageMetadataResult {
|
|
1797
|
+
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
1798
|
+
NextToken?: string | undefined;
|
|
1799
|
+
}
|
|
1800
|
+
export interface DescribeInstancesRequest {
|
|
1801
|
+
InstanceIds?: string[] | undefined;
|
|
1535
1802
|
DryRun?: boolean | undefined;
|
|
1536
1803
|
Filters?: Filter[] | undefined;
|
|
1537
|
-
|
|
1804
|
+
NextToken?: string | undefined;
|
|
1805
|
+
MaxResults?: number | undefined;
|
|
1538
1806
|
}
|
|
1539
|
-
export interface
|
|
1540
|
-
|
|
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;
|
|
1541
1889
|
}
|
|
1542
|
-
export interface
|
|
1543
|
-
|
|
1544
|
-
|
|
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;
|
|
1545
2003
|
NextToken?: string | undefined;
|
|
1546
2004
|
MaxResults?: number | undefined;
|
|
2005
|
+
Filters?: Filter[] | undefined;
|
|
1547
2006
|
DryRun?: boolean | undefined;
|
|
1548
2007
|
}
|
|
1549
|
-
export interface
|
|
1550
|
-
|
|
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;
|
|
1551
2019
|
NextToken?: string | undefined;
|
|
1552
2020
|
}
|
|
1553
|
-
export interface
|
|
1554
|
-
|
|
2021
|
+
export interface DescribeInstanceSqlHaStatesRequest {
|
|
2022
|
+
InstanceIds?: string[] | undefined;
|
|
1555
2023
|
NextToken?: string | undefined;
|
|
1556
2024
|
MaxResults?: number | undefined;
|
|
2025
|
+
Filters?: Filter[] | undefined;
|
|
1557
2026
|
DryRun?: boolean | undefined;
|
|
1558
2027
|
}
|
|
1559
|
-
export interface
|
|
1560
|
-
|
|
2028
|
+
export interface DescribeInstanceSqlHaStatesResult {
|
|
2029
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
1561
2030
|
NextToken?: string | undefined;
|
|
1562
2031
|
}
|
|
1563
|
-
export interface
|
|
2032
|
+
export interface DescribeInstanceStatusRequest {
|
|
2033
|
+
InstanceIds?: string[] | undefined;
|
|
2034
|
+
MaxResults?: number | undefined;
|
|
2035
|
+
NextToken?: string | undefined;
|
|
1564
2036
|
DryRun?: boolean | undefined;
|
|
2037
|
+
Filters?: Filter[] | undefined;
|
|
2038
|
+
IncludeAllInstances?: boolean | undefined;
|
|
1565
2039
|
}
|
|
1566
|
-
export interface
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
2040
|
+
export interface EbsStatusDetails {
|
|
2041
|
+
ImpairedSince?: Date | undefined;
|
|
2042
|
+
Name?: StatusName | undefined;
|
|
2043
|
+
Status?: StatusType | undefined;
|
|
1570
2044
|
}
|
|
1571
|
-
export interface
|
|
1572
|
-
|
|
1573
|
-
|
|
2045
|
+
export interface EbsStatusSummary {
|
|
2046
|
+
Details?: EbsStatusDetails[] | undefined;
|
|
2047
|
+
Status?: SummaryStatus | undefined;
|
|
1574
2048
|
}
|
|
1575
|
-
export interface
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
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;
|
|
1581
2056
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
|
|
2057
|
+
export interface InstanceStatusDetails {
|
|
2058
|
+
ImpairedSince?: Date | undefined;
|
|
2059
|
+
Name?: StatusName | undefined;
|
|
2060
|
+
Status?: StatusType | undefined;
|
|
1584
2061
|
}
|
|
1585
|
-
export
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
readonly opted_in: "opted-in";
|
|
1589
|
-
};
|
|
1590
|
-
export type AvailabilityZoneOptInStatus =
|
|
1591
|
-
(typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
|
|
1592
|
-
export declare const AvailabilityZoneState: {
|
|
1593
|
-
readonly available: "available";
|
|
1594
|
-
readonly constrained: "constrained";
|
|
1595
|
-
readonly impaired: "impaired";
|
|
1596
|
-
readonly information: "information";
|
|
1597
|
-
readonly unavailable: "unavailable";
|
|
1598
|
-
};
|
|
1599
|
-
export type AvailabilityZoneState =
|
|
1600
|
-
(typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
|
|
1601
|
-
export interface AvailabilityZone {
|
|
1602
|
-
OptInStatus?: AvailabilityZoneOptInStatus | undefined;
|
|
1603
|
-
Messages?: AvailabilityZoneMessage[] | undefined;
|
|
1604
|
-
RegionName?: string | undefined;
|
|
1605
|
-
ZoneName?: string | undefined;
|
|
1606
|
-
ZoneId?: string | undefined;
|
|
1607
|
-
GroupName?: string | undefined;
|
|
1608
|
-
NetworkBorderGroup?: string | undefined;
|
|
1609
|
-
ZoneType?: string | undefined;
|
|
1610
|
-
ParentZoneName?: string | undefined;
|
|
1611
|
-
ParentZoneId?: string | undefined;
|
|
1612
|
-
GroupLongName?: string | undefined;
|
|
1613
|
-
State?: AvailabilityZoneState | undefined;
|
|
2062
|
+
export interface InstanceStatusSummary {
|
|
2063
|
+
Details?: InstanceStatusDetails[] | undefined;
|
|
2064
|
+
Status?: SummaryStatus | undefined;
|
|
1614
2065
|
}
|
|
1615
|
-
export interface
|
|
1616
|
-
|
|
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;
|
|
1617
2081
|
}
|
|
1618
|
-
export interface
|
|
1619
|
-
|
|
2082
|
+
export interface DescribeInstanceTopologyRequest {
|
|
2083
|
+
DryRun?: boolean | undefined;
|
|
1620
2084
|
NextToken?: string | undefined;
|
|
2085
|
+
MaxResults?: number | undefined;
|
|
2086
|
+
InstanceIds?: string[] | undefined;
|
|
2087
|
+
GroupNames?: string[] | undefined;
|
|
1621
2088
|
Filters?: Filter[] | undefined;
|
|
1622
|
-
DryRun?: boolean | undefined;
|
|
1623
2089
|
}
|