@aws-sdk/client-ec2 3.936.0 → 3.938.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 +128 -0
- package/dist-cjs/index.js +1791 -93
- package/dist-es/EC2.js +32 -0
- package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/CreateVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/DeleteVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DescribeTransitGatewayMeteringPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpcEncryptionControlsCommand.js +16 -0
- package/dist-es/commands/GetTransitGatewayMeteringPolicyEntriesCommand.js +16 -0
- package/dist-es/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.js +16 -0
- package/dist-es/commands/ListVolumesInRecycleBinCommand.js +16 -0
- package/dist-es/commands/ModifyTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/ModifyVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/RestoreVolumeFromRecycleBinCommand.js +16 -0
- package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/models/enums.js +52 -0
- package/dist-es/schemas/schemas_0.js +1507 -93
- package/dist-types/EC2.d.ts +115 -0
- package/dist-types/EC2Client.d.ts +18 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.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/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +25 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +13 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -3
- 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 +1 -1
- 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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
- 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 +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +2 -2
- 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 +4 -4
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -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 +5 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +103 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +12 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +124 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +7 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +93 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEncryptionControlCommand.d.ts +113 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -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 +8 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -2
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -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 +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEncryptionControlsCommand.d.ts +131 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +3 -3
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +105 -0
- package/dist-types/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +86 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +101 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +5 -0
- package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +95 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -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/ModifyVpcEncryptionControlCommand.d.ts +122 -0
- 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 +4 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +7 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +13 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +76 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +4 -4
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/models/enums.d.ts +116 -0
- package/dist-types/models/models_0.d.ts +185 -37
- package/dist-types/models/models_1.d.ts +108 -74
- package/dist-types/models/models_2.d.ts +497 -269
- package/dist-types/models/models_3.d.ts +326 -1233
- package/dist-types/models/models_4.d.ts +7253 -6866
- package/dist-types/models/models_5.d.ts +4082 -3920
- package/dist-types/models/models_6.d.ts +4916 -4906
- package/dist-types/models/models_7.d.ts +1260 -5
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/EC2.d.ts +335 -0
- package/dist-types/ts3.4/EC2Client.d.ts +96 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- 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/DeleteVpcEncryptionControlCommand.d.ts +51 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- 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 +4 -2
- 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/DescribeVpcEncryptionControlsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
- 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/ModifyVpcEncryptionControlCommand.d.ts +51 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/models/enums.d.ts +68 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -8
- package/dist-types/ts3.4/models/models_1.d.ts +24 -17
- package/dist-types/ts3.4/models/models_2.d.ts +144 -77
- package/dist-types/ts3.4/models/models_3.d.ts +98 -222
- package/dist-types/ts3.4/models/models_4.d.ts +256 -157
- package/dist-types/ts3.4/models/models_5.d.ts +180 -186
- package/dist-types/ts3.4/models/models_6.d.ts +253 -235
- package/dist-types/ts3.4/models/models_7.d.ts +289 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +1 -1
|
@@ -117,6 +117,7 @@ export declare const ResourceType: {
|
|
|
117
117
|
readonly transit_gateway: "transit-gateway";
|
|
118
118
|
readonly transit_gateway_attachment: "transit-gateway-attachment";
|
|
119
119
|
readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
|
|
120
|
+
readonly transit_gateway_metering_policy: "transit-gateway-metering-policy";
|
|
120
121
|
readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
|
|
121
122
|
readonly transit_gateway_policy_table: "transit-gateway-policy-table";
|
|
122
123
|
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
@@ -130,6 +131,7 @@ export declare const ResourceType: {
|
|
|
130
131
|
readonly volume: "volume";
|
|
131
132
|
readonly vpc: "vpc";
|
|
132
133
|
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
134
|
+
readonly vpc_encryption_control: "vpc-encryption-control";
|
|
133
135
|
readonly vpc_endpoint: "vpc-endpoint";
|
|
134
136
|
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
135
137
|
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
@@ -312,8 +314,10 @@ export declare const ByoipCidrState: {
|
|
|
312
314
|
readonly deprovisioned: "deprovisioned";
|
|
313
315
|
readonly failed_deprovision: "failed-deprovision";
|
|
314
316
|
readonly failed_provision: "failed-provision";
|
|
317
|
+
readonly pending_advertising: "pending-advertising";
|
|
315
318
|
readonly pending_deprovision: "pending-deprovision";
|
|
316
319
|
readonly pending_provision: "pending-provision";
|
|
320
|
+
readonly pending_withdrawal: "pending-withdrawal";
|
|
317
321
|
readonly provisioned: "provisioned";
|
|
318
322
|
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
319
323
|
};
|
|
@@ -341,6 +345,7 @@ export declare const HostRecovery: {
|
|
|
341
345
|
};
|
|
342
346
|
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
343
347
|
export declare const IpamPoolAllocationResourceType: {
|
|
348
|
+
readonly anycast_ip_list: "anycast-ip-list";
|
|
344
349
|
readonly custom: "custom";
|
|
345
350
|
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
346
351
|
readonly eip: "eip";
|
|
@@ -721,6 +726,21 @@ export declare const CapacityReservationTenancy: {
|
|
|
721
726
|
};
|
|
722
727
|
export type CapacityReservationTenancy =
|
|
723
728
|
(typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
|
|
729
|
+
export declare const InterruptionType: {
|
|
730
|
+
readonly adhoc: "adhoc";
|
|
731
|
+
};
|
|
732
|
+
export type InterruptionType =
|
|
733
|
+
(typeof InterruptionType)[keyof typeof InterruptionType];
|
|
734
|
+
export declare const InterruptibleCapacityReservationAllocationStatus: {
|
|
735
|
+
readonly active: "active";
|
|
736
|
+
readonly canceled: "canceled";
|
|
737
|
+
readonly canceling: "canceling";
|
|
738
|
+
readonly failed: "failed";
|
|
739
|
+
readonly pending: "pending";
|
|
740
|
+
readonly updating: "updating";
|
|
741
|
+
};
|
|
742
|
+
export type InterruptibleCapacityReservationAllocationStatus =
|
|
743
|
+
(typeof InterruptibleCapacityReservationAllocationStatus)[keyof typeof InterruptibleCapacityReservationAllocationStatus];
|
|
724
744
|
export declare const CapacityReservationType: {
|
|
725
745
|
readonly CAPACITY_BLOCK: "capacity-block";
|
|
726
746
|
readonly DEFAULT: "default";
|
|
@@ -2229,6 +2249,7 @@ export type IpamPolicyState =
|
|
|
2229
2249
|
(typeof IpamPolicyState)[keyof typeof IpamPolicyState];
|
|
2230
2250
|
export declare const IpamPoolAwsService: {
|
|
2231
2251
|
readonly ec2: "ec2";
|
|
2252
|
+
readonly global_services: "global-services";
|
|
2232
2253
|
};
|
|
2233
2254
|
export type IpamPoolAwsService =
|
|
2234
2255
|
(typeof IpamPoolAwsService)[keyof typeof IpamPoolAwsService];
|
|
@@ -2271,6 +2292,7 @@ export declare const IpamPrefixListResolverRuleConditionOperation: {
|
|
|
2271
2292
|
export type IpamPrefixListResolverRuleConditionOperation =
|
|
2272
2293
|
(typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
|
|
2273
2294
|
export declare const IpamResourceType: {
|
|
2295
|
+
readonly anycast_ip_list: "anycast-ip-list";
|
|
2274
2296
|
readonly eip: "eip";
|
|
2275
2297
|
readonly eni: "eni";
|
|
2276
2298
|
readonly ipv6_pool: "ipv6-pool";
|
|
@@ -2397,6 +2419,7 @@ export type ShutdownBehavior =
|
|
|
2397
2419
|
(typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
|
|
2398
2420
|
export declare const MarketType: {
|
|
2399
2421
|
readonly capacity_block: "capacity-block";
|
|
2422
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
2400
2423
|
readonly spot: "spot";
|
|
2401
2424
|
};
|
|
2402
2425
|
export type MarketType = (typeof MarketType)[keyof typeof MarketType];
|
|
@@ -2798,6 +2821,14 @@ export declare const VpnEcmpSupportValue: {
|
|
|
2798
2821
|
};
|
|
2799
2822
|
export type VpnEcmpSupportValue =
|
|
2800
2823
|
(typeof VpnEcmpSupportValue)[keyof typeof VpnEcmpSupportValue];
|
|
2824
|
+
export declare const EncryptionStateValue: {
|
|
2825
|
+
readonly disabled: "disabled";
|
|
2826
|
+
readonly disabling: "disabling";
|
|
2827
|
+
readonly enabled: "enabled";
|
|
2828
|
+
readonly enabling: "enabling";
|
|
2829
|
+
};
|
|
2830
|
+
export type EncryptionStateValue =
|
|
2831
|
+
(typeof EncryptionStateValue)[keyof typeof EncryptionStateValue];
|
|
2801
2832
|
export declare const TransitGatewayState: {
|
|
2802
2833
|
readonly available: "available";
|
|
2803
2834
|
readonly deleted: "deleted";
|
|
@@ -2824,6 +2855,28 @@ export declare const TransitGatewayConnectPeerState: {
|
|
|
2824
2855
|
};
|
|
2825
2856
|
export type TransitGatewayConnectPeerState =
|
|
2826
2857
|
(typeof TransitGatewayConnectPeerState)[keyof typeof TransitGatewayConnectPeerState];
|
|
2858
|
+
export declare const TransitGatewayMeteringPolicyState: {
|
|
2859
|
+
readonly available: "available";
|
|
2860
|
+
readonly deleted: "deleted";
|
|
2861
|
+
readonly deleting: "deleting";
|
|
2862
|
+
readonly modifying: "modifying";
|
|
2863
|
+
readonly pending: "pending";
|
|
2864
|
+
};
|
|
2865
|
+
export type TransitGatewayMeteringPolicyState =
|
|
2866
|
+
(typeof TransitGatewayMeteringPolicyState)[keyof typeof TransitGatewayMeteringPolicyState];
|
|
2867
|
+
export declare const TransitGatewayMeteringPayerType: {
|
|
2868
|
+
readonly destination_attachment_owner: "destination-attachment-owner";
|
|
2869
|
+
readonly source_attachment_owner: "source-attachment-owner";
|
|
2870
|
+
readonly transit_gateway_owner: "transit-gateway-owner";
|
|
2871
|
+
};
|
|
2872
|
+
export type TransitGatewayMeteringPayerType =
|
|
2873
|
+
(typeof TransitGatewayMeteringPayerType)[keyof typeof TransitGatewayMeteringPayerType];
|
|
2874
|
+
export declare const TransitGatewayMeteringPolicyEntryState: {
|
|
2875
|
+
readonly available: "available";
|
|
2876
|
+
readonly deleted: "deleted";
|
|
2877
|
+
};
|
|
2878
|
+
export type TransitGatewayMeteringPolicyEntryState =
|
|
2879
|
+
(typeof TransitGatewayMeteringPolicyEntryState)[keyof typeof TransitGatewayMeteringPolicyEntryState];
|
|
2827
2880
|
export declare const AutoAcceptSharedAssociationsValue: {
|
|
2828
2881
|
readonly disable: "disable";
|
|
2829
2882
|
readonly enable: "enable";
|
|
@@ -2934,6 +2987,12 @@ export declare const VerifiedAccessEndpointStatusCode: {
|
|
|
2934
2987
|
};
|
|
2935
2988
|
export type VerifiedAccessEndpointStatusCode =
|
|
2936
2989
|
(typeof VerifiedAccessEndpointStatusCode)[keyof typeof VerifiedAccessEndpointStatusCode];
|
|
2990
|
+
export declare const VpcEncryptionControlExclusionStateInput: {
|
|
2991
|
+
readonly disable: "disable";
|
|
2992
|
+
readonly enable: "enable";
|
|
2993
|
+
};
|
|
2994
|
+
export type VpcEncryptionControlExclusionStateInput =
|
|
2995
|
+
(typeof VpcEncryptionControlExclusionStateInput)[keyof typeof VpcEncryptionControlExclusionStateInput];
|
|
2937
2996
|
export declare const InternetGatewayExclusionMode: {
|
|
2938
2997
|
readonly allow_bidirectional: "allow-bidirectional";
|
|
2939
2998
|
readonly allow_egress: "allow-egress";
|
|
@@ -3489,6 +3548,7 @@ export type InstanceBootModeValues =
|
|
|
3489
3548
|
(typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
|
|
3490
3549
|
export declare const InstanceLifecycleType: {
|
|
3491
3550
|
readonly capacity_block: "capacity-block";
|
|
3551
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
3492
3552
|
readonly scheduled: "scheduled";
|
|
3493
3553
|
readonly spot: "spot";
|
|
3494
3554
|
};
|
|
@@ -4164,6 +4224,7 @@ export type IpamDiscoveryFailureCode =
|
|
|
4164
4224
|
export declare const IpamPublicAddressType: {
|
|
4165
4225
|
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
4166
4226
|
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
4227
|
+
readonly ANYCAST_IP_LIST_IP: "anycast-ip-list-ip";
|
|
4167
4228
|
readonly BYOIP: "byoip";
|
|
4168
4229
|
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
4169
4230
|
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
@@ -4179,6 +4240,7 @@ export type IpamPublicAddressAssociationStatus =
|
|
|
4179
4240
|
(typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
4180
4241
|
export declare const IpamPublicAddressAwsService: {
|
|
4181
4242
|
readonly AGA: "global-accelerator";
|
|
4243
|
+
readonly CLOUDFRONT: "cloudfront";
|
|
4182
4244
|
readonly DMS: "database-migration-service";
|
|
4183
4245
|
readonly EC2_LB: "load-balancer";
|
|
4184
4246
|
readonly ECS: "elastic-container-service";
|
|
@@ -4308,6 +4370,12 @@ export declare const TrafficMirrorSessionField: {
|
|
|
4308
4370
|
};
|
|
4309
4371
|
export type TrafficMirrorSessionField =
|
|
4310
4372
|
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
4373
|
+
export declare const EncryptionSupportOptionValue: {
|
|
4374
|
+
readonly disable: "disable";
|
|
4375
|
+
readonly enable: "enable";
|
|
4376
|
+
};
|
|
4377
|
+
export type EncryptionSupportOptionValue =
|
|
4378
|
+
(typeof EncryptionSupportOptionValue)[keyof typeof EncryptionSupportOptionValue];
|
|
4311
4379
|
export declare const VpcTenancy: {
|
|
4312
4380
|
readonly default: "default";
|
|
4313
4381
|
};
|
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
InstanceHealthStatus,
|
|
43
43
|
InstanceMatchCriteria,
|
|
44
44
|
InterfaceProtocolType,
|
|
45
|
+
InterruptibleCapacityReservationAllocationStatus,
|
|
46
|
+
InterruptionType,
|
|
45
47
|
IpamAssociatedResourceDiscoveryStatus,
|
|
46
48
|
IpamPoolAllocationResourceType,
|
|
47
49
|
IpamResourceDiscoveryAssociationState,
|
|
@@ -613,6 +615,7 @@ export interface ByoipCidr {
|
|
|
613
615
|
StatusMessage?: string | undefined;
|
|
614
616
|
State?: ByoipCidrState | undefined;
|
|
615
617
|
NetworkBorderGroup?: string | undefined;
|
|
618
|
+
AdvertisementType?: string | undefined;
|
|
616
619
|
}
|
|
617
620
|
export interface AdvertiseByoipCidrResult {
|
|
618
621
|
ByoipCidr?: ByoipCidr | undefined;
|
|
@@ -1596,6 +1599,17 @@ export interface CapacityReservationCommitmentInfo {
|
|
|
1596
1599
|
CommittedInstanceCount?: number | undefined;
|
|
1597
1600
|
CommitmentEndDate?: Date | undefined;
|
|
1598
1601
|
}
|
|
1602
|
+
export interface InterruptibleCapacityAllocation {
|
|
1603
|
+
InstanceCount?: number | undefined;
|
|
1604
|
+
TargetInstanceCount?: number | undefined;
|
|
1605
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
1606
|
+
InterruptibleCapacityReservationId?: string | undefined;
|
|
1607
|
+
InterruptionType?: InterruptionType | undefined;
|
|
1608
|
+
}
|
|
1609
|
+
export interface InterruptionInfo {
|
|
1610
|
+
SourceCapacityReservationId?: string | undefined;
|
|
1611
|
+
InterruptionType?: InterruptionType | undefined;
|
|
1612
|
+
}
|
|
1599
1613
|
export interface CapacityReservation {
|
|
1600
1614
|
CapacityReservationId?: string | undefined;
|
|
1601
1615
|
OwnerId?: string | undefined;
|
|
@@ -1625,6 +1639,9 @@ export interface CapacityReservation {
|
|
|
1625
1639
|
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
1626
1640
|
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1627
1641
|
CapacityBlockId?: string | undefined;
|
|
1642
|
+
Interruptible?: boolean | undefined;
|
|
1643
|
+
InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
|
|
1644
|
+
InterruptionInfo?: InterruptionInfo | undefined;
|
|
1628
1645
|
}
|
|
1629
1646
|
export interface CreateCapacityReservationResult {
|
|
1630
1647
|
CapacityReservation?: CapacityReservation | undefined;
|
|
@@ -1958,11 +1975,3 @@ export interface NewDhcpConfiguration {
|
|
|
1958
1975
|
Key?: string | undefined;
|
|
1959
1976
|
Values?: string[] | undefined;
|
|
1960
1977
|
}
|
|
1961
|
-
export interface CreateDhcpOptionsRequest {
|
|
1962
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
1963
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1964
|
-
DryRun?: boolean | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface AttributeValue {
|
|
1967
|
-
Value?: string | undefined;
|
|
1968
|
-
}
|
|
@@ -36,6 +36,8 @@ import {
|
|
|
36
36
|
InstanceInterruptionBehavior,
|
|
37
37
|
InstanceLifecycle,
|
|
38
38
|
InterfacePermissionType,
|
|
39
|
+
InterruptibleCapacityReservationAllocationStatus,
|
|
40
|
+
InterruptionType,
|
|
39
41
|
IpAddressType,
|
|
40
42
|
IpamExternalResourceVerificationTokenState,
|
|
41
43
|
IpamMeteredAccount,
|
|
@@ -123,11 +125,11 @@ import {
|
|
|
123
125
|
AccessScopePathRequest,
|
|
124
126
|
AddIpamOperatingRegion,
|
|
125
127
|
AddPrefixListEntry,
|
|
126
|
-
AttributeValue,
|
|
127
128
|
InstanceEventWindow,
|
|
128
129
|
Ipv4PrefixSpecification,
|
|
129
130
|
MacModificationTask,
|
|
130
131
|
NatGatewayAddress,
|
|
132
|
+
NewDhcpConfiguration,
|
|
131
133
|
OperatorResponse,
|
|
132
134
|
PortRange,
|
|
133
135
|
ReservedInstancesListing,
|
|
@@ -136,6 +138,14 @@ import {
|
|
|
136
138
|
TagSpecification,
|
|
137
139
|
UnsuccessfulItem,
|
|
138
140
|
} from "./models_0";
|
|
141
|
+
export interface CreateDhcpOptionsRequest {
|
|
142
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
143
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
144
|
+
DryRun?: boolean | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface AttributeValue {
|
|
147
|
+
Value?: string | undefined;
|
|
148
|
+
}
|
|
139
149
|
export interface DhcpConfiguration {
|
|
140
150
|
Key?: string | undefined;
|
|
141
151
|
Values?: AttributeValue[] | undefined;
|
|
@@ -660,6 +670,19 @@ export interface InternetGateway {
|
|
|
660
670
|
export interface CreateInternetGatewayResult {
|
|
661
671
|
InternetGateway?: InternetGateway | undefined;
|
|
662
672
|
}
|
|
673
|
+
export interface CreateInterruptibleCapacityReservationAllocationRequest {
|
|
674
|
+
CapacityReservationId: string | undefined;
|
|
675
|
+
InstanceCount: number | undefined;
|
|
676
|
+
ClientToken?: string | undefined;
|
|
677
|
+
DryRun?: boolean | undefined;
|
|
678
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
679
|
+
}
|
|
680
|
+
export interface CreateInterruptibleCapacityReservationAllocationResult {
|
|
681
|
+
SourceCapacityReservationId?: string | undefined;
|
|
682
|
+
TargetInstanceCount?: number | undefined;
|
|
683
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
684
|
+
InterruptionType?: InterruptionType | undefined;
|
|
685
|
+
}
|
|
663
686
|
export interface CreateIpamRequest {
|
|
664
687
|
DryRun?: boolean | undefined;
|
|
665
688
|
Description?: string | undefined;
|
|
@@ -2249,19 +2272,3 @@ export interface SpotDatafeedSubscription {
|
|
|
2249
2272
|
Prefix?: string | undefined;
|
|
2250
2273
|
State?: DatafeedSubscriptionState | undefined;
|
|
2251
2274
|
}
|
|
2252
|
-
export interface CreateSpotDatafeedSubscriptionResult {
|
|
2253
|
-
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
2254
|
-
}
|
|
2255
|
-
export interface S3ObjectTag {
|
|
2256
|
-
Key?: string | undefined;
|
|
2257
|
-
Value?: string | undefined;
|
|
2258
|
-
}
|
|
2259
|
-
export interface CreateStoreImageTaskRequest {
|
|
2260
|
-
ImageId: string | undefined;
|
|
2261
|
-
Bucket: string | undefined;
|
|
2262
|
-
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
2263
|
-
DryRun?: boolean | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export interface CreateStoreImageTaskResult {
|
|
2266
|
-
ObjectKey?: string | undefined;
|
|
2267
|
-
}
|
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
DnsRecordIpType,
|
|
15
15
|
DnsSupportValue,
|
|
16
16
|
DynamicRoutingValue,
|
|
17
|
+
EncryptionStateValue,
|
|
17
18
|
FleetStateCode,
|
|
18
19
|
GatewayAssociationState,
|
|
19
20
|
GatewayType,
|
|
@@ -42,6 +43,9 @@ import {
|
|
|
42
43
|
TransitGatewayAttachmentResourceType,
|
|
43
44
|
TransitGatewayAttachmentState,
|
|
44
45
|
TransitGatewayConnectPeerState,
|
|
46
|
+
TransitGatewayMeteringPayerType,
|
|
47
|
+
TransitGatewayMeteringPolicyEntryState,
|
|
48
|
+
TransitGatewayMeteringPolicyState,
|
|
45
49
|
TransitGatewayMulticastDomainState,
|
|
46
50
|
TransitGatewayPolicyTableState,
|
|
47
51
|
TransitGatewayPrefixListReferenceState,
|
|
@@ -60,6 +64,8 @@ import {
|
|
|
60
64
|
VerifiedAccessEndpointType,
|
|
61
65
|
VolumeType,
|
|
62
66
|
VpcBlockPublicAccessExclusionState,
|
|
67
|
+
VpcEncryptionControlExclusionStateInput,
|
|
68
|
+
VpcEncryptionControlMode,
|
|
63
69
|
VpcEndpointType,
|
|
64
70
|
VpnConcentratorType,
|
|
65
71
|
VpnEcmpSupportValue,
|
|
@@ -84,6 +90,7 @@ import {
|
|
|
84
90
|
VerifiedAccessTrustProvider,
|
|
85
91
|
Vpc,
|
|
86
92
|
VpcAttachment,
|
|
93
|
+
VpcEncryptionControl,
|
|
87
94
|
VpcPeeringConnection,
|
|
88
95
|
} from "./models_0";
|
|
89
96
|
import {
|
|
@@ -108,7 +115,24 @@ import {
|
|
|
108
115
|
RouteServer,
|
|
109
116
|
RouteServerEndpoint,
|
|
110
117
|
RouteServerPeer,
|
|
118
|
+
SpotDatafeedSubscription,
|
|
111
119
|
} from "./models_1";
|
|
120
|
+
export interface CreateSpotDatafeedSubscriptionResult {
|
|
121
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface S3ObjectTag {
|
|
124
|
+
Key?: string | undefined;
|
|
125
|
+
Value?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface CreateStoreImageTaskRequest {
|
|
128
|
+
ImageId: string | undefined;
|
|
129
|
+
Bucket: string | undefined;
|
|
130
|
+
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
131
|
+
DryRun?: boolean | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface CreateStoreImageTaskResult {
|
|
134
|
+
ObjectKey?: string | undefined;
|
|
135
|
+
}
|
|
112
136
|
export interface CreateSubnetRequest {
|
|
113
137
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
114
138
|
AvailabilityZone?: string | undefined;
|
|
@@ -281,6 +305,10 @@ export interface CreateTransitGatewayRequest {
|
|
|
281
305
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
282
306
|
DryRun?: boolean | undefined;
|
|
283
307
|
}
|
|
308
|
+
export interface EncryptionSupport {
|
|
309
|
+
EncryptionState?: EncryptionStateValue | undefined;
|
|
310
|
+
StateMessage?: string | undefined;
|
|
311
|
+
}
|
|
284
312
|
export interface TransitGatewayOptions {
|
|
285
313
|
AmazonSideAsn?: number | undefined;
|
|
286
314
|
TransitGatewayCidrBlocks?: string[] | undefined;
|
|
@@ -295,6 +323,7 @@ export interface TransitGatewayOptions {
|
|
|
295
323
|
| SecurityGroupReferencingSupportValue
|
|
296
324
|
| undefined;
|
|
297
325
|
MulticastSupport?: MulticastSupportValue | undefined;
|
|
326
|
+
EncryptionSupport?: EncryptionSupport | undefined;
|
|
298
327
|
}
|
|
299
328
|
export interface TransitGateway {
|
|
300
329
|
TransitGatewayId?: string | undefined;
|
|
@@ -370,6 +399,70 @@ export interface TransitGatewayConnectPeer {
|
|
|
370
399
|
export interface CreateTransitGatewayConnectPeerResult {
|
|
371
400
|
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
372
401
|
}
|
|
402
|
+
export interface CreateTransitGatewayMeteringPolicyRequest {
|
|
403
|
+
TransitGatewayId: string | undefined;
|
|
404
|
+
MiddleboxAttachmentIds?: string[] | undefined;
|
|
405
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
406
|
+
DryRun?: boolean | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface TransitGatewayMeteringPolicy {
|
|
409
|
+
TransitGatewayMeteringPolicyId?: string | undefined;
|
|
410
|
+
TransitGatewayId?: string | undefined;
|
|
411
|
+
MiddleboxAttachmentIds?: string[] | undefined;
|
|
412
|
+
State?: TransitGatewayMeteringPolicyState | undefined;
|
|
413
|
+
UpdateEffectiveAt?: Date | undefined;
|
|
414
|
+
Tags?: Tag[] | undefined;
|
|
415
|
+
}
|
|
416
|
+
export interface CreateTransitGatewayMeteringPolicyResult {
|
|
417
|
+
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
418
|
+
}
|
|
419
|
+
export interface CreateTransitGatewayMeteringPolicyEntryRequest {
|
|
420
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
421
|
+
PolicyRuleNumber: number | undefined;
|
|
422
|
+
SourceTransitGatewayAttachmentId?: string | undefined;
|
|
423
|
+
SourceTransitGatewayAttachmentType?:
|
|
424
|
+
| TransitGatewayAttachmentResourceType
|
|
425
|
+
| undefined;
|
|
426
|
+
SourceCidrBlock?: string | undefined;
|
|
427
|
+
SourcePortRange?: string | undefined;
|
|
428
|
+
DestinationTransitGatewayAttachmentId?: string | undefined;
|
|
429
|
+
DestinationTransitGatewayAttachmentType?:
|
|
430
|
+
| TransitGatewayAttachmentResourceType
|
|
431
|
+
| undefined;
|
|
432
|
+
DestinationCidrBlock?: string | undefined;
|
|
433
|
+
DestinationPortRange?: string | undefined;
|
|
434
|
+
Protocol?: string | undefined;
|
|
435
|
+
MeteredAccount: TransitGatewayMeteringPayerType | undefined;
|
|
436
|
+
DryRun?: boolean | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface TransitGatewayMeteringPolicyRule {
|
|
439
|
+
SourceTransitGatewayAttachmentId?: string | undefined;
|
|
440
|
+
SourceTransitGatewayAttachmentType?:
|
|
441
|
+
| TransitGatewayAttachmentResourceType
|
|
442
|
+
| undefined;
|
|
443
|
+
SourceCidrBlock?: string | undefined;
|
|
444
|
+
SourcePortRange?: string | undefined;
|
|
445
|
+
DestinationTransitGatewayAttachmentId?: string | undefined;
|
|
446
|
+
DestinationTransitGatewayAttachmentType?:
|
|
447
|
+
| TransitGatewayAttachmentResourceType
|
|
448
|
+
| undefined;
|
|
449
|
+
DestinationCidrBlock?: string | undefined;
|
|
450
|
+
DestinationPortRange?: string | undefined;
|
|
451
|
+
Protocol?: string | undefined;
|
|
452
|
+
}
|
|
453
|
+
export interface TransitGatewayMeteringPolicyEntry {
|
|
454
|
+
PolicyRuleNumber?: string | undefined;
|
|
455
|
+
MeteredAccount?: TransitGatewayMeteringPayerType | undefined;
|
|
456
|
+
State?: TransitGatewayMeteringPolicyEntryState | undefined;
|
|
457
|
+
UpdatedAt?: Date | undefined;
|
|
458
|
+
UpdateEffectiveAt?: Date | undefined;
|
|
459
|
+
MeteringPolicyRule?: TransitGatewayMeteringPolicyRule | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface CreateTransitGatewayMeteringPolicyEntryResult {
|
|
462
|
+
TransitGatewayMeteringPolicyEntry?:
|
|
463
|
+
| TransitGatewayMeteringPolicyEntry
|
|
464
|
+
| undefined;
|
|
465
|
+
}
|
|
373
466
|
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
374
467
|
Igmpv2Support?: Igmpv2SupportValue | undefined;
|
|
375
468
|
StaticSourcesSupport?: StaticSourcesSupportValue | undefined;
|
|
@@ -753,6 +846,25 @@ export interface CreateVolumeRequest {
|
|
|
753
846
|
Operator?: OperatorRequest | undefined;
|
|
754
847
|
DryRun?: boolean | undefined;
|
|
755
848
|
}
|
|
849
|
+
export interface VpcEncryptionControlConfiguration {
|
|
850
|
+
Mode: VpcEncryptionControlMode | undefined;
|
|
851
|
+
InternetGatewayExclusion?:
|
|
852
|
+
| VpcEncryptionControlExclusionStateInput
|
|
853
|
+
| undefined;
|
|
854
|
+
EgressOnlyInternetGatewayExclusion?:
|
|
855
|
+
| VpcEncryptionControlExclusionStateInput
|
|
856
|
+
| undefined;
|
|
857
|
+
NatGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
858
|
+
VirtualPrivateGatewayExclusion?:
|
|
859
|
+
| VpcEncryptionControlExclusionStateInput
|
|
860
|
+
| undefined;
|
|
861
|
+
VpcPeeringExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
862
|
+
LambdaExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
863
|
+
VpcLatticeExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
864
|
+
ElasticFileSystemExclusion?:
|
|
865
|
+
| VpcEncryptionControlExclusionStateInput
|
|
866
|
+
| undefined;
|
|
867
|
+
}
|
|
756
868
|
export interface CreateVpcRequest {
|
|
757
869
|
CidrBlock?: string | undefined;
|
|
758
870
|
Ipv6Pool?: string | undefined;
|
|
@@ -762,6 +874,7 @@ export interface CreateVpcRequest {
|
|
|
762
874
|
Ipv6IpamPoolId?: string | undefined;
|
|
763
875
|
Ipv6NetmaskLength?: number | undefined;
|
|
764
876
|
Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
|
|
877
|
+
VpcEncryptionControl?: VpcEncryptionControlConfiguration | undefined;
|
|
765
878
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
766
879
|
DryRun?: boolean | undefined;
|
|
767
880
|
InstanceTenancy?: Tenancy | undefined;
|
|
@@ -791,6 +904,14 @@ export interface VpcBlockPublicAccessExclusion {
|
|
|
791
904
|
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
792
905
|
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
793
906
|
}
|
|
907
|
+
export interface CreateVpcEncryptionControlRequest {
|
|
908
|
+
DryRun?: boolean | undefined;
|
|
909
|
+
VpcId: string | undefined;
|
|
910
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
911
|
+
}
|
|
912
|
+
export interface CreateVpcEncryptionControlResult {
|
|
913
|
+
VpcEncryptionControl?: VpcEncryptionControl | undefined;
|
|
914
|
+
}
|
|
794
915
|
export interface DnsOptionsSpecification {
|
|
795
916
|
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
796
917
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
@@ -979,6 +1100,9 @@ export interface CloudWatchLogOptionsSpecification {
|
|
|
979
1100
|
LogEnabled?: boolean | undefined;
|
|
980
1101
|
LogGroupArn?: string | undefined;
|
|
981
1102
|
LogOutputFormat?: string | undefined;
|
|
1103
|
+
BgpLogEnabled?: boolean | undefined;
|
|
1104
|
+
BgpLogGroupArn?: string | undefined;
|
|
1105
|
+
BgpLogOutputFormat?: string | undefined;
|
|
982
1106
|
}
|
|
983
1107
|
export interface VpnTunnelLogOptionsSpecification {
|
|
984
1108
|
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
@@ -1062,6 +1186,9 @@ export interface CloudWatchLogOptions {
|
|
|
1062
1186
|
LogEnabled?: boolean | undefined;
|
|
1063
1187
|
LogGroupArn?: string | undefined;
|
|
1064
1188
|
LogOutputFormat?: string | undefined;
|
|
1189
|
+
BgpLogEnabled?: boolean | undefined;
|
|
1190
|
+
BgpLogGroupArn?: string | undefined;
|
|
1191
|
+
BgpLogOutputFormat?: string | undefined;
|
|
1065
1192
|
}
|
|
1066
1193
|
export interface VpnTunnelLogOptions {
|
|
1067
1194
|
CloudWatchLogOptions?: CloudWatchLogOptions | undefined;
|
|
@@ -1674,6 +1801,23 @@ export interface DeleteTransitGatewayConnectPeerRequest {
|
|
|
1674
1801
|
export interface DeleteTransitGatewayConnectPeerResult {
|
|
1675
1802
|
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
1676
1803
|
}
|
|
1804
|
+
export interface DeleteTransitGatewayMeteringPolicyRequest {
|
|
1805
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
1806
|
+
DryRun?: boolean | undefined;
|
|
1807
|
+
}
|
|
1808
|
+
export interface DeleteTransitGatewayMeteringPolicyResult {
|
|
1809
|
+
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
1810
|
+
}
|
|
1811
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
|
|
1812
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
1813
|
+
PolicyRuleNumber: number | undefined;
|
|
1814
|
+
DryRun?: boolean | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryResult {
|
|
1817
|
+
TransitGatewayMeteringPolicyEntry?:
|
|
1818
|
+
| TransitGatewayMeteringPolicyEntry
|
|
1819
|
+
| undefined;
|
|
1820
|
+
}
|
|
1677
1821
|
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
1678
1822
|
TransitGatewayMulticastDomainId: string | undefined;
|
|
1679
1823
|
DryRun?: boolean | undefined;
|
|
@@ -1695,80 +1839,3 @@ export interface DeleteTransitGatewayPolicyTableRequest {
|
|
|
1695
1839
|
export interface DeleteTransitGatewayPolicyTableResult {
|
|
1696
1840
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
1697
1841
|
}
|
|
1698
|
-
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
1699
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1700
|
-
PrefixListId: string | undefined;
|
|
1701
|
-
DryRun?: boolean | undefined;
|
|
1702
|
-
}
|
|
1703
|
-
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
1704
|
-
TransitGatewayPrefixListReference?:
|
|
1705
|
-
| TransitGatewayPrefixListReference
|
|
1706
|
-
| undefined;
|
|
1707
|
-
}
|
|
1708
|
-
export interface DeleteTransitGatewayRouteRequest {
|
|
1709
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1710
|
-
DestinationCidrBlock: string | undefined;
|
|
1711
|
-
DryRun?: boolean | undefined;
|
|
1712
|
-
}
|
|
1713
|
-
export interface DeleteTransitGatewayRouteResult {
|
|
1714
|
-
Route?: TransitGatewayRoute | undefined;
|
|
1715
|
-
}
|
|
1716
|
-
export interface DeleteTransitGatewayRouteTableRequest {
|
|
1717
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1718
|
-
DryRun?: boolean | undefined;
|
|
1719
|
-
}
|
|
1720
|
-
export interface DeleteTransitGatewayRouteTableResult {
|
|
1721
|
-
TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
|
|
1722
|
-
}
|
|
1723
|
-
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
1724
|
-
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
1725
|
-
DryRun?: boolean | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
1728
|
-
TransitGatewayRouteTableAnnouncement?:
|
|
1729
|
-
| TransitGatewayRouteTableAnnouncement
|
|
1730
|
-
| undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
1733
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1734
|
-
DryRun?: boolean | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
1737
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
1738
|
-
}
|
|
1739
|
-
export interface DeleteVerifiedAccessEndpointRequest {
|
|
1740
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1741
|
-
ClientToken?: string | undefined;
|
|
1742
|
-
DryRun?: boolean | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface DeleteVerifiedAccessEndpointResult {
|
|
1745
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
1746
|
-
}
|
|
1747
|
-
export interface DeleteVerifiedAccessGroupRequest {
|
|
1748
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1749
|
-
ClientToken?: string | undefined;
|
|
1750
|
-
DryRun?: boolean | undefined;
|
|
1751
|
-
}
|
|
1752
|
-
export interface DeleteVerifiedAccessGroupResult {
|
|
1753
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
1754
|
-
}
|
|
1755
|
-
export interface DeleteVerifiedAccessInstanceRequest {
|
|
1756
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1757
|
-
DryRun?: boolean | undefined;
|
|
1758
|
-
ClientToken?: string | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export interface DeleteVerifiedAccessInstanceResult {
|
|
1761
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
1764
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
1765
|
-
DryRun?: boolean | undefined;
|
|
1766
|
-
ClientToken?: string | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
1769
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface DeleteVolumeRequest {
|
|
1772
|
-
VolumeId: string | undefined;
|
|
1773
|
-
DryRun?: boolean | undefined;
|
|
1774
|
-
}
|