@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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DefaultRouteTablePropagationValue,
|
|
16
16
|
DiskImageFormat,
|
|
17
17
|
DnsSupportValue,
|
|
18
|
+
EncryptionSupportOptionValue,
|
|
18
19
|
EndDateType,
|
|
19
20
|
ExcessCapacityTerminationPolicy,
|
|
20
21
|
FleetExcessCapacityTerminationPolicy,
|
|
@@ -32,16 +33,21 @@ import {
|
|
|
32
33
|
InstanceMetadataProtocolState,
|
|
33
34
|
InstanceMetadataTagsState,
|
|
34
35
|
InstanceRebootMigrationState,
|
|
35
|
-
InternetGatewayBlockMode,
|
|
36
|
-
InternetGatewayExclusionMode,
|
|
37
36
|
IpAddressType,
|
|
37
|
+
IpamAddressHistoryResourceType,
|
|
38
38
|
IpamComplianceStatus,
|
|
39
|
+
IpamDiscoveryFailureCode,
|
|
39
40
|
IpamManagementState,
|
|
40
41
|
IpamMeteredAccount,
|
|
42
|
+
IpamNetworkInterfaceAttachmentStatus,
|
|
41
43
|
IpamOverlapStatus,
|
|
42
44
|
IpamPolicyResourceType,
|
|
43
45
|
IpamPrefixListResolverRuleConditionOperation,
|
|
44
46
|
IpamPrefixListResolverRuleType,
|
|
47
|
+
IpamPublicAddressAssociationStatus,
|
|
48
|
+
IpamPublicAddressAwsService,
|
|
49
|
+
IpamPublicAddressType,
|
|
50
|
+
IpamResourceCidrIpSource,
|
|
45
51
|
IpamResourceType,
|
|
46
52
|
IpamTier,
|
|
47
53
|
Ipv6SupportValue,
|
|
@@ -51,7 +57,6 @@ import {
|
|
|
51
57
|
MetadataDefaultHttpTokensState,
|
|
52
58
|
ModifyAvailabilityZoneOptInStatus,
|
|
53
59
|
OperationType,
|
|
54
|
-
PayerResponsibility,
|
|
55
60
|
PermissionGroup,
|
|
56
61
|
PlatformValues,
|
|
57
62
|
PublicIpDnsOption,
|
|
@@ -77,24 +82,24 @@ import {
|
|
|
77
82
|
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
78
83
|
VerifiedAccessEndpointProtocol,
|
|
79
84
|
VirtualizationType,
|
|
85
|
+
VolumeState,
|
|
80
86
|
VolumeType,
|
|
81
|
-
VpcTenancy,
|
|
82
87
|
VpnEcmpSupportValue,
|
|
83
88
|
} from "./enums";
|
|
84
89
|
import {
|
|
85
90
|
AccessScopeAnalysisFinding,
|
|
86
|
-
AddedPrincipal,
|
|
87
91
|
AddIpamOperatingRegion,
|
|
88
92
|
AddIpamOrganizationalUnitExclusion,
|
|
89
93
|
AddPrefixListEntry,
|
|
90
94
|
AddressAttribute,
|
|
91
|
-
AttributeValue,
|
|
92
95
|
ClientConnectOptions,
|
|
93
96
|
ClientLoginBannerOptions,
|
|
94
97
|
ClientRouteEnforcementOptions,
|
|
95
98
|
ConnectionLogOptions,
|
|
96
99
|
EnaSrdSpecification,
|
|
97
100
|
InstanceEventWindow,
|
|
101
|
+
IpamPoolAllocation,
|
|
102
|
+
OperatorResponse,
|
|
98
103
|
RouteServerAssociation,
|
|
99
104
|
SubnetAssociation,
|
|
100
105
|
Tag,
|
|
@@ -105,9 +110,9 @@ import {
|
|
|
105
110
|
UnsuccessfulItem,
|
|
106
111
|
VerifiedAccessInstance,
|
|
107
112
|
VerifiedAccessSseSpecificationResponse,
|
|
108
|
-
VerifiedAccessTrustProvider,
|
|
109
113
|
} from "./models_0";
|
|
110
114
|
import {
|
|
115
|
+
AttributeValue,
|
|
111
116
|
CapacityReservationTarget,
|
|
112
117
|
ConnectionTrackingSpecificationRequest,
|
|
113
118
|
ExternalAuthorityConfiguration,
|
|
@@ -133,28 +138,18 @@ import {
|
|
|
133
138
|
TargetCapacitySpecificationRequest,
|
|
134
139
|
} from "./models_1";
|
|
135
140
|
import {
|
|
136
|
-
DnsOptionsSpecification,
|
|
137
|
-
IKEVersionsRequestListValue,
|
|
138
|
-
Phase1DHGroupNumbersRequestListValue,
|
|
139
|
-
Phase1EncryptionAlgorithmsRequestListValue,
|
|
140
|
-
Phase1IntegrityAlgorithmsRequestListValue,
|
|
141
|
-
Phase2DHGroupNumbersRequestListValue,
|
|
142
|
-
Phase2EncryptionAlgorithmsRequestListValue,
|
|
143
|
-
Phase2IntegrityAlgorithmsRequestListValue,
|
|
144
141
|
SubnetCidrReservation,
|
|
145
|
-
SubnetConfiguration,
|
|
146
142
|
TrafficMirrorFilter,
|
|
147
143
|
TrafficMirrorFilterRule,
|
|
148
144
|
TrafficMirrorPortRangeRequest,
|
|
149
145
|
TrafficMirrorSession,
|
|
150
146
|
TransitGateway,
|
|
147
|
+
TransitGatewayMeteringPolicy,
|
|
148
|
+
TransitGatewayMeteringPolicyEntry,
|
|
151
149
|
TransitGatewayPrefixListReference,
|
|
152
150
|
VerifiedAccessEndpoint,
|
|
153
151
|
VerifiedAccessGroup,
|
|
154
152
|
VerifiedAccessSseSpecificationRequest,
|
|
155
|
-
VpcBlockPublicAccessExclusion,
|
|
156
|
-
VpnConnection,
|
|
157
|
-
VpnTunnelLogOptionsSpecification,
|
|
158
153
|
} from "./models_2";
|
|
159
154
|
import {
|
|
160
155
|
AttributeBooleanValue,
|
|
@@ -163,7 +158,6 @@ import {
|
|
|
163
158
|
FpgaImageAttribute,
|
|
164
159
|
ImportImageLicenseConfigurationResponse,
|
|
165
160
|
InstanceMetadataOptionsResponse,
|
|
166
|
-
InstanceStatusEvent,
|
|
167
161
|
IpamPoolCidr,
|
|
168
162
|
LaunchPermission,
|
|
169
163
|
SnapshotDetail,
|
|
@@ -171,17 +165,186 @@ import {
|
|
|
171
165
|
} from "./models_3";
|
|
172
166
|
import {
|
|
173
167
|
CreateVolumePermission,
|
|
168
|
+
InstanceStatusEvent,
|
|
174
169
|
LaunchTemplateConfig,
|
|
175
170
|
ReservedInstancesConfiguration,
|
|
176
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
177
|
-
VolumeModification,
|
|
178
171
|
} from "./models_4";
|
|
179
172
|
import {
|
|
180
173
|
InstanceFamilyCreditSpecification,
|
|
181
|
-
IpamPolicyDocument,
|
|
182
174
|
RouteServerPropagation,
|
|
183
|
-
|
|
175
|
+
VerifiedAccessInstanceLoggingConfiguration,
|
|
184
176
|
} from "./models_5";
|
|
177
|
+
export interface IpamAddressHistoryRecord {
|
|
178
|
+
ResourceOwnerId?: string | undefined;
|
|
179
|
+
ResourceRegion?: string | undefined;
|
|
180
|
+
ResourceType?: IpamAddressHistoryResourceType | undefined;
|
|
181
|
+
ResourceId?: string | undefined;
|
|
182
|
+
ResourceCidr?: string | undefined;
|
|
183
|
+
ResourceName?: string | undefined;
|
|
184
|
+
ResourceComplianceStatus?: IpamComplianceStatus | undefined;
|
|
185
|
+
ResourceOverlapStatus?: IpamOverlapStatus | undefined;
|
|
186
|
+
VpcId?: string | undefined;
|
|
187
|
+
SampledStartTime?: Date | undefined;
|
|
188
|
+
SampledEndTime?: Date | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface GetIpamAddressHistoryResult {
|
|
191
|
+
HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
|
|
192
|
+
NextToken?: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface GetIpamDiscoveredAccountsRequest {
|
|
195
|
+
DryRun?: boolean | undefined;
|
|
196
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
197
|
+
DiscoveryRegion: string | undefined;
|
|
198
|
+
Filters?: Filter[] | undefined;
|
|
199
|
+
NextToken?: string | undefined;
|
|
200
|
+
MaxResults?: number | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface IpamDiscoveryFailureReason {
|
|
203
|
+
Code?: IpamDiscoveryFailureCode | undefined;
|
|
204
|
+
Message?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface IpamDiscoveredAccount {
|
|
207
|
+
AccountId?: string | undefined;
|
|
208
|
+
DiscoveryRegion?: string | undefined;
|
|
209
|
+
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
210
|
+
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
211
|
+
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
212
|
+
OrganizationalUnitId?: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface GetIpamDiscoveredAccountsResult {
|
|
215
|
+
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
216
|
+
NextToken?: string | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface GetIpamDiscoveredPublicAddressesRequest {
|
|
219
|
+
DryRun?: boolean | undefined;
|
|
220
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
221
|
+
AddressRegion: string | undefined;
|
|
222
|
+
Filters?: Filter[] | undefined;
|
|
223
|
+
NextToken?: string | undefined;
|
|
224
|
+
MaxResults?: number | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface IpamPublicAddressSecurityGroup {
|
|
227
|
+
GroupName?: string | undefined;
|
|
228
|
+
GroupId?: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface IpamPublicAddressTag {
|
|
231
|
+
Key?: string | undefined;
|
|
232
|
+
Value?: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface IpamPublicAddressTags {
|
|
235
|
+
EipTags?: IpamPublicAddressTag[] | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface IpamDiscoveredPublicAddress {
|
|
238
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
239
|
+
AddressRegion?: string | undefined;
|
|
240
|
+
Address?: string | undefined;
|
|
241
|
+
AddressOwnerId?: string | undefined;
|
|
242
|
+
AddressAllocationId?: string | undefined;
|
|
243
|
+
AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
|
|
244
|
+
AddressType?: IpamPublicAddressType | undefined;
|
|
245
|
+
Service?: IpamPublicAddressAwsService | undefined;
|
|
246
|
+
ServiceResource?: string | undefined;
|
|
247
|
+
VpcId?: string | undefined;
|
|
248
|
+
SubnetId?: string | undefined;
|
|
249
|
+
PublicIpv4PoolId?: string | undefined;
|
|
250
|
+
NetworkInterfaceId?: string | undefined;
|
|
251
|
+
NetworkInterfaceDescription?: string | undefined;
|
|
252
|
+
InstanceId?: string | undefined;
|
|
253
|
+
Tags?: IpamPublicAddressTags | undefined;
|
|
254
|
+
NetworkBorderGroup?: string | undefined;
|
|
255
|
+
SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
|
|
256
|
+
SampleTime?: Date | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface GetIpamDiscoveredPublicAddressesResult {
|
|
259
|
+
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
|
|
260
|
+
OldestSampleTime?: Date | undefined;
|
|
261
|
+
NextToken?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
264
|
+
DryRun?: boolean | undefined;
|
|
265
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
266
|
+
ResourceRegion: string | undefined;
|
|
267
|
+
Filters?: Filter[] | undefined;
|
|
268
|
+
NextToken?: string | undefined;
|
|
269
|
+
MaxResults?: number | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface IpamDiscoveredResourceCidr {
|
|
272
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
273
|
+
ResourceRegion?: string | undefined;
|
|
274
|
+
ResourceId?: string | undefined;
|
|
275
|
+
ResourceOwnerId?: string | undefined;
|
|
276
|
+
ResourceCidr?: string | undefined;
|
|
277
|
+
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
278
|
+
ResourceType?: IpamResourceType | undefined;
|
|
279
|
+
ResourceTags?: IpamResourceTag[] | undefined;
|
|
280
|
+
IpUsage?: number | undefined;
|
|
281
|
+
VpcId?: string | undefined;
|
|
282
|
+
SubnetId?: string | undefined;
|
|
283
|
+
NetworkInterfaceAttachmentStatus?:
|
|
284
|
+
| IpamNetworkInterfaceAttachmentStatus
|
|
285
|
+
| undefined;
|
|
286
|
+
SampleTime?: Date | undefined;
|
|
287
|
+
AvailabilityZoneId?: string | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
290
|
+
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
|
|
291
|
+
NextToken?: string | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface GetIpamPolicyAllocationRulesRequest {
|
|
294
|
+
DryRun?: boolean | undefined;
|
|
295
|
+
IpamPolicyId: string | undefined;
|
|
296
|
+
Filters?: Filter[] | undefined;
|
|
297
|
+
Locale?: string | undefined;
|
|
298
|
+
ResourceType?: IpamPolicyResourceType | undefined;
|
|
299
|
+
MaxResults?: number | undefined;
|
|
300
|
+
NextToken?: string | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface IpamPolicyAllocationRule {
|
|
303
|
+
SourceIpamPoolId?: string | undefined;
|
|
304
|
+
}
|
|
305
|
+
export interface IpamPolicyDocument {
|
|
306
|
+
IpamPolicyId?: string | undefined;
|
|
307
|
+
Locale?: string | undefined;
|
|
308
|
+
ResourceType?: IpamPolicyResourceType | undefined;
|
|
309
|
+
AllocationRules?: IpamPolicyAllocationRule[] | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface GetIpamPolicyAllocationRulesResult {
|
|
312
|
+
IpamPolicyDocuments?: IpamPolicyDocument[] | undefined;
|
|
313
|
+
NextToken?: string | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface GetIpamPolicyOrganizationTargetsRequest {
|
|
316
|
+
DryRun?: boolean | undefined;
|
|
317
|
+
MaxResults?: number | undefined;
|
|
318
|
+
NextToken?: string | undefined;
|
|
319
|
+
IpamPolicyId: string | undefined;
|
|
320
|
+
Filters?: Filter[] | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface IpamPolicyOrganizationTarget {
|
|
323
|
+
OrganizationTargetId?: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface GetIpamPolicyOrganizationTargetsResult {
|
|
326
|
+
OrganizationTargets?: IpamPolicyOrganizationTarget[] | undefined;
|
|
327
|
+
NextToken?: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface GetIpamPoolAllocationsRequest {
|
|
330
|
+
DryRun?: boolean | undefined;
|
|
331
|
+
IpamPoolId: string | undefined;
|
|
332
|
+
IpamPoolAllocationId?: string | undefined;
|
|
333
|
+
Filters?: Filter[] | undefined;
|
|
334
|
+
MaxResults?: number | undefined;
|
|
335
|
+
NextToken?: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface GetIpamPoolAllocationsResult {
|
|
338
|
+
IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
|
|
339
|
+
NextToken?: string | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface GetIpamPoolCidrsRequest {
|
|
342
|
+
DryRun?: boolean | undefined;
|
|
343
|
+
IpamPoolId: string | undefined;
|
|
344
|
+
Filters?: Filter[] | undefined;
|
|
345
|
+
MaxResults?: number | undefined;
|
|
346
|
+
NextToken?: string | undefined;
|
|
347
|
+
}
|
|
185
348
|
export interface GetIpamPoolCidrsResult {
|
|
186
349
|
IpamPoolCidrs?: IpamPoolCidr[] | undefined;
|
|
187
350
|
NextToken?: string | undefined;
|
|
@@ -506,6 +669,19 @@ export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
|
506
669
|
| undefined;
|
|
507
670
|
NextToken?: string | undefined;
|
|
508
671
|
}
|
|
672
|
+
export interface GetTransitGatewayMeteringPolicyEntriesRequest {
|
|
673
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
674
|
+
Filters?: Filter[] | undefined;
|
|
675
|
+
MaxResults?: number | undefined;
|
|
676
|
+
NextToken?: string | undefined;
|
|
677
|
+
DryRun?: boolean | undefined;
|
|
678
|
+
}
|
|
679
|
+
export interface GetTransitGatewayMeteringPolicyEntriesResult {
|
|
680
|
+
TransitGatewayMeteringPolicyEntries?:
|
|
681
|
+
| TransitGatewayMeteringPolicyEntry[]
|
|
682
|
+
| undefined;
|
|
683
|
+
NextToken?: string | undefined;
|
|
684
|
+
}
|
|
509
685
|
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
510
686
|
TransitGatewayMulticastDomainId: string | undefined;
|
|
511
687
|
Filters?: Filter[] | undefined;
|
|
@@ -647,6 +823,22 @@ export interface GetVerifiedAccessGroupPolicyResult {
|
|
|
647
823
|
PolicyEnabled?: boolean | undefined;
|
|
648
824
|
PolicyDocument?: string | undefined;
|
|
649
825
|
}
|
|
826
|
+
export interface GetVpcResourcesBlockingEncryptionEnforcementRequest {
|
|
827
|
+
VpcId: string | undefined;
|
|
828
|
+
MaxResults?: number | undefined;
|
|
829
|
+
NextToken?: string | undefined;
|
|
830
|
+
DryRun?: boolean | undefined;
|
|
831
|
+
}
|
|
832
|
+
export interface VpcEncryptionNonCompliantResource {
|
|
833
|
+
Id?: string | undefined;
|
|
834
|
+
Type?: string | undefined;
|
|
835
|
+
Description?: string | undefined;
|
|
836
|
+
IsExcludable?: boolean | undefined;
|
|
837
|
+
}
|
|
838
|
+
export interface GetVpcResourcesBlockingEncryptionEnforcementResult {
|
|
839
|
+
NonCompliantResources?: VpcEncryptionNonCompliantResource[] | undefined;
|
|
840
|
+
NextToken?: string | undefined;
|
|
841
|
+
}
|
|
650
842
|
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
651
843
|
VpnConnectionId: string | undefined;
|
|
652
844
|
VpnConnectionDeviceTypeId: string | undefined;
|
|
@@ -874,6 +1066,33 @@ export interface ListSnapshotsInRecycleBinResult {
|
|
|
874
1066
|
Snapshots?: SnapshotRecycleBinInfo[] | undefined;
|
|
875
1067
|
NextToken?: string | undefined;
|
|
876
1068
|
}
|
|
1069
|
+
export interface ListVolumesInRecycleBinRequest {
|
|
1070
|
+
VolumeIds?: string[] | undefined;
|
|
1071
|
+
DryRun?: boolean | undefined;
|
|
1072
|
+
MaxResults?: number | undefined;
|
|
1073
|
+
NextToken?: string | undefined;
|
|
1074
|
+
}
|
|
1075
|
+
export interface VolumeRecycleBinInfo {
|
|
1076
|
+
VolumeId?: string | undefined;
|
|
1077
|
+
VolumeType?: VolumeType | undefined;
|
|
1078
|
+
State?: VolumeState | undefined;
|
|
1079
|
+
Size?: number | undefined;
|
|
1080
|
+
Iops?: number | undefined;
|
|
1081
|
+
Throughput?: number | undefined;
|
|
1082
|
+
OutpostArn?: string | undefined;
|
|
1083
|
+
AvailabilityZone?: string | undefined;
|
|
1084
|
+
AvailabilityZoneId?: string | undefined;
|
|
1085
|
+
SourceVolumeId?: string | undefined;
|
|
1086
|
+
SnapshotId?: string | undefined;
|
|
1087
|
+
Operator?: OperatorResponse | undefined;
|
|
1088
|
+
CreateTime?: Date | undefined;
|
|
1089
|
+
RecycleBinEnterTime?: Date | undefined;
|
|
1090
|
+
RecycleBinExitTime?: Date | undefined;
|
|
1091
|
+
}
|
|
1092
|
+
export interface ListVolumesInRecycleBinResult {
|
|
1093
|
+
Volumes?: VolumeRecycleBinInfo[] | undefined;
|
|
1094
|
+
NextToken?: string | undefined;
|
|
1095
|
+
}
|
|
877
1096
|
export interface LockSnapshotRequest {
|
|
878
1097
|
SnapshotId: string | undefined;
|
|
879
1098
|
DryRun?: boolean | undefined;
|
|
@@ -1541,6 +1760,7 @@ export interface ModifyTransitGatewayOptions {
|
|
|
1541
1760
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1542
1761
|
PropagationDefaultRouteTableId?: string | undefined;
|
|
1543
1762
|
AmazonSideAsn?: number | undefined;
|
|
1763
|
+
EncryptionSupport?: EncryptionSupportOptionValue | undefined;
|
|
1544
1764
|
}
|
|
1545
1765
|
export interface ModifyTransitGatewayRequest {
|
|
1546
1766
|
TransitGatewayId: string | undefined;
|
|
@@ -1551,6 +1771,15 @@ export interface ModifyTransitGatewayRequest {
|
|
|
1551
1771
|
export interface ModifyTransitGatewayResult {
|
|
1552
1772
|
TransitGateway?: TransitGateway | undefined;
|
|
1553
1773
|
}
|
|
1774
|
+
export interface ModifyTransitGatewayMeteringPolicyRequest {
|
|
1775
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
1776
|
+
AddMiddleboxAttachmentIds?: string[] | undefined;
|
|
1777
|
+
RemoveMiddleboxAttachmentIds?: string[] | undefined;
|
|
1778
|
+
DryRun?: boolean | undefined;
|
|
1779
|
+
}
|
|
1780
|
+
export interface ModifyTransitGatewayMeteringPolicyResult {
|
|
1781
|
+
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
1782
|
+
}
|
|
1554
1783
|
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
1555
1784
|
TransitGatewayRouteTableId: string | undefined;
|
|
1556
1785
|
PrefixListId: string | undefined;
|
|
@@ -1734,214 +1963,3 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
|
1734
1963
|
| ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
1735
1964
|
| undefined;
|
|
1736
1965
|
}
|
|
1737
|
-
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
1738
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
1739
|
-
}
|
|
1740
|
-
export interface ModifyVolumeRequest {
|
|
1741
|
-
DryRun?: boolean | undefined;
|
|
1742
|
-
VolumeId: string | undefined;
|
|
1743
|
-
Size?: number | undefined;
|
|
1744
|
-
VolumeType?: VolumeType | undefined;
|
|
1745
|
-
Iops?: number | undefined;
|
|
1746
|
-
Throughput?: number | undefined;
|
|
1747
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface ModifyVolumeResult {
|
|
1750
|
-
VolumeModification?: VolumeModification | undefined;
|
|
1751
|
-
}
|
|
1752
|
-
export interface ModifyVolumeAttributeRequest {
|
|
1753
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
1754
|
-
VolumeId: string | undefined;
|
|
1755
|
-
DryRun?: boolean | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
export interface ModifyVpcAttributeRequest {
|
|
1758
|
-
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
1759
|
-
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
1760
|
-
VpcId: string | undefined;
|
|
1761
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
1764
|
-
DryRun?: boolean | undefined;
|
|
1765
|
-
ExclusionId: string | undefined;
|
|
1766
|
-
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
1769
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
1772
|
-
DryRun?: boolean | undefined;
|
|
1773
|
-
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
1776
|
-
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface ModifyVpcEndpointRequest {
|
|
1779
|
-
DryRun?: boolean | undefined;
|
|
1780
|
-
VpcEndpointId: string | undefined;
|
|
1781
|
-
ResetPolicy?: boolean | undefined;
|
|
1782
|
-
PolicyDocument?: string | undefined;
|
|
1783
|
-
AddRouteTableIds?: string[] | undefined;
|
|
1784
|
-
RemoveRouteTableIds?: string[] | undefined;
|
|
1785
|
-
AddSubnetIds?: string[] | undefined;
|
|
1786
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
1787
|
-
AddSecurityGroupIds?: string[] | undefined;
|
|
1788
|
-
RemoveSecurityGroupIds?: string[] | undefined;
|
|
1789
|
-
IpAddressType?: IpAddressType | undefined;
|
|
1790
|
-
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
1791
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
1792
|
-
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
1793
|
-
}
|
|
1794
|
-
export interface ModifyVpcEndpointResult {
|
|
1795
|
-
Return?: boolean | undefined;
|
|
1796
|
-
}
|
|
1797
|
-
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
1798
|
-
DryRun?: boolean | undefined;
|
|
1799
|
-
ConnectionNotificationId: string | undefined;
|
|
1800
|
-
ConnectionNotificationArn?: string | undefined;
|
|
1801
|
-
ConnectionEvents?: string[] | undefined;
|
|
1802
|
-
}
|
|
1803
|
-
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
1804
|
-
ReturnValue?: boolean | undefined;
|
|
1805
|
-
}
|
|
1806
|
-
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
1807
|
-
DryRun?: boolean | undefined;
|
|
1808
|
-
ServiceId: string | undefined;
|
|
1809
|
-
PrivateDnsName?: string | undefined;
|
|
1810
|
-
RemovePrivateDnsName?: boolean | undefined;
|
|
1811
|
-
AcceptanceRequired?: boolean | undefined;
|
|
1812
|
-
AddNetworkLoadBalancerArns?: string[] | undefined;
|
|
1813
|
-
RemoveNetworkLoadBalancerArns?: string[] | undefined;
|
|
1814
|
-
AddGatewayLoadBalancerArns?: string[] | undefined;
|
|
1815
|
-
RemoveGatewayLoadBalancerArns?: string[] | undefined;
|
|
1816
|
-
AddSupportedIpAddressTypes?: string[] | undefined;
|
|
1817
|
-
RemoveSupportedIpAddressTypes?: string[] | undefined;
|
|
1818
|
-
AddSupportedRegions?: string[] | undefined;
|
|
1819
|
-
RemoveSupportedRegions?: string[] | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
1822
|
-
Return?: boolean | undefined;
|
|
1823
|
-
}
|
|
1824
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
1825
|
-
DryRun?: boolean | undefined;
|
|
1826
|
-
ServiceId: string | undefined;
|
|
1827
|
-
PayerResponsibility: PayerResponsibility | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1830
|
-
ReturnValue?: boolean | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
1833
|
-
DryRun?: boolean | undefined;
|
|
1834
|
-
ServiceId: string | undefined;
|
|
1835
|
-
AddAllowedPrincipals?: string[] | undefined;
|
|
1836
|
-
RemoveAllowedPrincipals?: string[] | undefined;
|
|
1837
|
-
}
|
|
1838
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
1839
|
-
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
1840
|
-
ReturnValue?: boolean | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export interface PeeringConnectionOptionsRequest {
|
|
1843
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1844
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1845
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
1848
|
-
AccepterPeeringConnectionOptions?:
|
|
1849
|
-
| PeeringConnectionOptionsRequest
|
|
1850
|
-
| undefined;
|
|
1851
|
-
DryRun?: boolean | undefined;
|
|
1852
|
-
RequesterPeeringConnectionOptions?:
|
|
1853
|
-
| PeeringConnectionOptionsRequest
|
|
1854
|
-
| undefined;
|
|
1855
|
-
VpcPeeringConnectionId: string | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export interface PeeringConnectionOptions {
|
|
1858
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1859
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1860
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1861
|
-
}
|
|
1862
|
-
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
1863
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1864
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1865
|
-
}
|
|
1866
|
-
export interface ModifyVpcTenancyRequest {
|
|
1867
|
-
VpcId: string | undefined;
|
|
1868
|
-
InstanceTenancy: VpcTenancy | undefined;
|
|
1869
|
-
DryRun?: boolean | undefined;
|
|
1870
|
-
}
|
|
1871
|
-
export interface ModifyVpcTenancyResult {
|
|
1872
|
-
ReturnValue?: boolean | undefined;
|
|
1873
|
-
}
|
|
1874
|
-
export interface ModifyVpnConnectionRequest {
|
|
1875
|
-
VpnConnectionId: string | undefined;
|
|
1876
|
-
TransitGatewayId?: string | undefined;
|
|
1877
|
-
CustomerGatewayId?: string | undefined;
|
|
1878
|
-
VpnGatewayId?: string | undefined;
|
|
1879
|
-
DryRun?: boolean | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export interface ModifyVpnConnectionResult {
|
|
1882
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface ModifyVpnConnectionOptionsRequest {
|
|
1885
|
-
VpnConnectionId: string | undefined;
|
|
1886
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
1887
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
1888
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
1889
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1890
|
-
DryRun?: boolean | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface ModifyVpnConnectionOptionsResult {
|
|
1893
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface ModifyVpnTunnelCertificateRequest {
|
|
1896
|
-
VpnConnectionId: string | undefined;
|
|
1897
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1898
|
-
DryRun?: boolean | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export interface ModifyVpnTunnelCertificateResult {
|
|
1901
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1902
|
-
}
|
|
1903
|
-
export interface ModifyVpnTunnelOptionsSpecification {
|
|
1904
|
-
TunnelInsideCidr?: string | undefined;
|
|
1905
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
1906
|
-
PreSharedKey?: string | undefined;
|
|
1907
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
1908
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
1909
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
1910
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
1911
|
-
ReplayWindowSize?: number | undefined;
|
|
1912
|
-
DPDTimeoutSeconds?: number | undefined;
|
|
1913
|
-
DPDTimeoutAction?: string | undefined;
|
|
1914
|
-
Phase1EncryptionAlgorithms?:
|
|
1915
|
-
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
1916
|
-
| undefined;
|
|
1917
|
-
Phase2EncryptionAlgorithms?:
|
|
1918
|
-
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
1919
|
-
| undefined;
|
|
1920
|
-
Phase1IntegrityAlgorithms?:
|
|
1921
|
-
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
1922
|
-
| undefined;
|
|
1923
|
-
Phase2IntegrityAlgorithms?:
|
|
1924
|
-
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
1925
|
-
| undefined;
|
|
1926
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
1927
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
1928
|
-
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
1929
|
-
StartupAction?: string | undefined;
|
|
1930
|
-
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
1931
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface ModifyVpnTunnelOptionsRequest {
|
|
1934
|
-
VpnConnectionId: string | undefined;
|
|
1935
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1936
|
-
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
1937
|
-
DryRun?: boolean | undefined;
|
|
1938
|
-
SkipTunnelReplacement?: boolean | undefined;
|
|
1939
|
-
PreSharedKeyStorage?: string | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface ModifyVpnTunnelOptionsResult {
|
|
1942
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1943
|
-
}
|
|
1944
|
-
export interface MonitorInstancesRequest {
|
|
1945
|
-
InstanceIds: string[] | undefined;
|
|
1946
|
-
DryRun?: boolean | undefined;
|
|
1947
|
-
}
|