@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
|
@@ -163,6 +163,8 @@ const _ALc = "AccessLogs";
|
|
|
163
163
|
const _ALd = "AddressList";
|
|
164
164
|
const _ALr = "ArnList";
|
|
165
165
|
const _AM = "AvailabilityMode";
|
|
166
|
+
const _AMAI = "AddMiddleboxAttachmentIds";
|
|
167
|
+
const _AMAId = "AddMiddleboxAttachmentId";
|
|
166
168
|
const _AMIT = "AllowsMultipleInstanceTypes";
|
|
167
169
|
const _AMNL = "AllocationMinNetmaskLength";
|
|
168
170
|
const _AMNLl = "AllocationMaxNetmaskLength";
|
|
@@ -346,9 +348,10 @@ const _ATSc = "AcceleratorTypeSet";
|
|
|
346
348
|
const _ATSr = "ArchitectureTypeSet";
|
|
347
349
|
const _ATc = "AcceleratorTypes";
|
|
348
350
|
const _ATcc = "AcceleratorType";
|
|
349
|
-
const _ATd = "
|
|
350
|
-
const _ATdd = "
|
|
351
|
-
const _ATddr = "
|
|
351
|
+
const _ATd = "AdvertisementType";
|
|
352
|
+
const _ATdd = "AddressTransfers";
|
|
353
|
+
const _ATddr = "AddressType";
|
|
354
|
+
const _ATddre = "AddressingType";
|
|
352
355
|
const _ATl = "AllocationType";
|
|
353
356
|
const _ATll = "AllocationTime";
|
|
354
357
|
const _ATr = "ArchitectureTypes";
|
|
@@ -439,6 +442,9 @@ const _BISL = "BundleIdStringList";
|
|
|
439
442
|
const _BIa = "BaselineIops";
|
|
440
443
|
const _BIu = "BundleIds";
|
|
441
444
|
const _BIun = "BundleInstance";
|
|
445
|
+
const _BLE = "BgpLogEnabled";
|
|
446
|
+
const _BLGA = "BgpLogGroupArn";
|
|
447
|
+
const _BLOF = "BgpLogOutputFormat";
|
|
442
448
|
const _BM = "BootMode";
|
|
443
449
|
const _BMTL = "BootModeTypeList";
|
|
444
450
|
const _BMa = "BareMetal";
|
|
@@ -643,6 +649,9 @@ const _CIC = "CommittedInstanceCount";
|
|
|
643
649
|
const _CICE = "CreateInstanceConnectEndpoint";
|
|
644
650
|
const _CICER = "CreateInstanceConnectEndpointRequest";
|
|
645
651
|
const _CICERr = "CreateInstanceConnectEndpointResult";
|
|
652
|
+
const _CICRA = "CreateInterruptibleCapacityReservationAllocation";
|
|
653
|
+
const _CICRAR = "CreateInterruptibleCapacityReservationAllocationRequest";
|
|
654
|
+
const _CICRARr = "CreateInterruptibleCapacityReservationAllocationResult";
|
|
646
655
|
const _CIERVT = "CreateIpamExternalResourceVerificationToken";
|
|
647
656
|
const _CIERVTR = "CreateIpamExternalResourceVerificationTokenRequest";
|
|
648
657
|
const _CIERVTRr = "CreateIpamExternalResourceVerificationTokenResult";
|
|
@@ -959,6 +968,12 @@ const _CTGMD = "CreateTransitGatewayMulticastDomain";
|
|
|
959
968
|
const _CTGMDR = "CreateTransitGatewayMulticastDomainRequest";
|
|
960
969
|
const _CTGMDRO = "CreateTransitGatewayMulticastDomainRequestOptions";
|
|
961
970
|
const _CTGMDRr = "CreateTransitGatewayMulticastDomainResult";
|
|
971
|
+
const _CTGMP = "CreateTransitGatewayMeteringPolicy";
|
|
972
|
+
const _CTGMPE = "CreateTransitGatewayMeteringPolicyEntry";
|
|
973
|
+
const _CTGMPER = "CreateTransitGatewayMeteringPolicyEntryRequest";
|
|
974
|
+
const _CTGMPERr = "CreateTransitGatewayMeteringPolicyEntryResult";
|
|
975
|
+
const _CTGMPR = "CreateTransitGatewayMeteringPolicyRequest";
|
|
976
|
+
const _CTGMPRr = "CreateTransitGatewayMeteringPolicyResult";
|
|
962
977
|
const _CTGPA = "CreateTransitGatewayPeeringAttachment";
|
|
963
978
|
const _CTGPAR = "CreateTransitGatewayPeeringAttachmentRequest";
|
|
964
979
|
const _CTGPARO = "CreateTransitGatewayPeeringAttachmentRequestOptions";
|
|
@@ -1055,9 +1070,12 @@ const _CVCr = "CreateVpnConcentrator";
|
|
|
1055
1070
|
const _CVCre = "CreateVpnConnection";
|
|
1056
1071
|
const _CVE = "ClientVpnEndpoint";
|
|
1057
1072
|
const _CVEAS = "ClientVpnEndpointAttributeStatus";
|
|
1073
|
+
const _CVEC = "CreateVpcEncryptionControl";
|
|
1058
1074
|
const _CVECN = "CreateVpcEndpointConnectionNotification";
|
|
1059
1075
|
const _CVECNR = "CreateVpcEndpointConnectionNotificationRequest";
|
|
1060
1076
|
const _CVECNRr = "CreateVpcEndpointConnectionNotificationResult";
|
|
1077
|
+
const _CVECR = "CreateVpcEncryptionControlRequest";
|
|
1078
|
+
const _CVECRr = "CreateVpcEncryptionControlResult";
|
|
1061
1079
|
const _CVEI = "ClientVpnEndpointId";
|
|
1062
1080
|
const _CVEIL = "ClientVpnEndpointIdList";
|
|
1063
1081
|
const _CVEIl = "ClientVpnEndpointIds";
|
|
@@ -1955,8 +1973,10 @@ const _DTCR = "DeprecationTimeConditionRequest";
|
|
|
1955
1973
|
const _DTCT = "DefaultTargetCapacityType";
|
|
1956
1974
|
const _DTG = "DeleteTransitGateway";
|
|
1957
1975
|
const _DTGA = "DescribeTransitGatewayAttachments";
|
|
1976
|
+
const _DTGAI = "DestinationTransitGatewayAttachmentId";
|
|
1958
1977
|
const _DTGAR = "DescribeTransitGatewayAttachmentsRequest";
|
|
1959
1978
|
const _DTGARe = "DescribeTransitGatewayAttachmentsResult";
|
|
1979
|
+
const _DTGAT = "DestinationTransitGatewayAttachmentType";
|
|
1960
1980
|
const _DTGC = "DeleteTransitGatewayConnect";
|
|
1961
1981
|
const _DTGCP = "DeleteTransitGatewayConnectPeer";
|
|
1962
1982
|
const _DTGCPR = "DeleteTransitGatewayConnectPeerRequest";
|
|
@@ -1984,6 +2004,15 @@ const _DTGMGMRe = "DeregisterTransitGatewayMulticastGroupMembersResult";
|
|
|
1984
2004
|
const _DTGMGS = "DeregisterTransitGatewayMulticastGroupSources";
|
|
1985
2005
|
const _DTGMGSR = "DeregisterTransitGatewayMulticastGroupSourcesRequest";
|
|
1986
2006
|
const _DTGMGSRe = "DeregisterTransitGatewayMulticastGroupSourcesResult";
|
|
2007
|
+
const _DTGMP = "DeleteTransitGatewayMeteringPolicy";
|
|
2008
|
+
const _DTGMPE = "DeleteTransitGatewayMeteringPolicyEntry";
|
|
2009
|
+
const _DTGMPER = "DeleteTransitGatewayMeteringPolicyEntryRequest";
|
|
2010
|
+
const _DTGMPERe = "DeleteTransitGatewayMeteringPolicyEntryResult";
|
|
2011
|
+
const _DTGMPR = "DeleteTransitGatewayMeteringPolicyRequest";
|
|
2012
|
+
const _DTGMPRe = "DeleteTransitGatewayMeteringPolicyResult";
|
|
2013
|
+
const _DTGMPRes = "DescribeTransitGatewayMeteringPoliciesRequest";
|
|
2014
|
+
const _DTGMPResc = "DescribeTransitGatewayMeteringPoliciesResult";
|
|
2015
|
+
const _DTGMPe = "DescribeTransitGatewayMeteringPolicies";
|
|
1987
2016
|
const _DTGPA = "DeleteTransitGatewayPeeringAttachment";
|
|
1988
2017
|
const _DTGPAR = "DeleteTransitGatewayPeeringAttachmentRequest";
|
|
1989
2018
|
const _DTGPARe = "DeleteTransitGatewayPeeringAttachmentResult";
|
|
@@ -2160,15 +2189,21 @@ const _DVE = "DeleteVpcEndpoints";
|
|
|
2160
2189
|
const _DVEA = "DescribeVpcEndpointAssociations";
|
|
2161
2190
|
const _DVEAR = "DescribeVpcEndpointAssociationsRequest";
|
|
2162
2191
|
const _DVEARe = "DescribeVpcEndpointAssociationsResult";
|
|
2163
|
-
const _DVEC = "
|
|
2192
|
+
const _DVEC = "DeleteVpcEncryptionControl";
|
|
2164
2193
|
const _DVECN = "DeleteVpcEndpointConnectionNotifications";
|
|
2165
2194
|
const _DVECNR = "DeleteVpcEndpointConnectionNotificationsRequest";
|
|
2166
2195
|
const _DVECNRe = "DeleteVpcEndpointConnectionNotificationsResult";
|
|
2167
2196
|
const _DVECNRes = "DescribeVpcEndpointConnectionNotificationsRequest";
|
|
2168
2197
|
const _DVECNResc = "DescribeVpcEndpointConnectionNotificationsResult";
|
|
2169
2198
|
const _DVECNe = "DescribeVpcEndpointConnectionNotifications";
|
|
2170
|
-
const _DVECR = "
|
|
2171
|
-
const _DVECRe = "
|
|
2199
|
+
const _DVECR = "DeleteVpcEncryptionControlRequest";
|
|
2200
|
+
const _DVECRe = "DeleteVpcEncryptionControlResult";
|
|
2201
|
+
const _DVECRes = "DescribeVpcEncryptionControlsRequest";
|
|
2202
|
+
const _DVECResc = "DescribeVpcEncryptionControlsResult";
|
|
2203
|
+
const _DVECRescr = "DescribeVpcEndpointConnectionsRequest";
|
|
2204
|
+
const _DVECRescri = "DescribeVpcEndpointConnectionsResult";
|
|
2205
|
+
const _DVECe = "DescribeVpcEncryptionControls";
|
|
2206
|
+
const _DVECes = "DescribeVpcEndpointConnections";
|
|
2172
2207
|
const _DVER = "DeleteVpcEndpointsRequest";
|
|
2173
2208
|
const _DVERe = "DeleteVpcEndpointsResult";
|
|
2174
2209
|
const _DVERes = "DescribeVpcEndpointsRequest";
|
|
@@ -2293,6 +2328,7 @@ const _EFLR = "EnableFastLaunchRequest";
|
|
|
2293
2328
|
const _EFLRn = "EnableFastLaunchResult";
|
|
2294
2329
|
const _EFR = "EgressFilterRules";
|
|
2295
2330
|
const _EFS = "ElasticFileSystem";
|
|
2331
|
+
const _EFSE = "ElasticFileSystemExclusion";
|
|
2296
2332
|
const _EFSR = "EnableFastSnapshotRestores";
|
|
2297
2333
|
const _EFSREI = "EnableFastSnapshotRestoreErrorItem";
|
|
2298
2334
|
const _EFSRES = "EnableFastSnapshotRestoreErrorSet";
|
|
@@ -2387,6 +2423,7 @@ const _ENAUM = "EnableNetworkAddressUsageMetrics";
|
|
|
2387
2423
|
const _EO = "EbsOptimized";
|
|
2388
2424
|
const _EOI = "EbsOptimizedInfo";
|
|
2389
2425
|
const _EOIG = "EgressOnlyInternetGateway";
|
|
2426
|
+
const _EOIGE = "EgressOnlyInternetGatewayExclusion";
|
|
2390
2427
|
const _EOIGI = "EgressOnlyInternetGatewayId";
|
|
2391
2428
|
const _EOIGIL = "EgressOnlyInternetGatewayIdList";
|
|
2392
2429
|
const _EOIGIg = "EgressOnlyInternetGatewayIds";
|
|
@@ -2434,6 +2471,7 @@ const _ESUSR = "EnaSrdUdpSpecificationRequest";
|
|
|
2434
2471
|
const _ESf = "EfaSupported";
|
|
2435
2472
|
const _ESn = "EncryptionSupport";
|
|
2436
2473
|
const _ESna = "EnaSupport";
|
|
2474
|
+
const _ESnc = "EncryptionState";
|
|
2437
2475
|
const _ESnd = "EndpointSet";
|
|
2438
2476
|
const _ESr = "ErrorSet";
|
|
2439
2477
|
const _ET = "ExpirationTime";
|
|
@@ -2791,6 +2829,9 @@ const _GTGAPRe = "GetTransitGatewayAttachmentPropagationsResult";
|
|
|
2791
2829
|
const _GTGMDA = "GetTransitGatewayMulticastDomainAssociations";
|
|
2792
2830
|
const _GTGMDAR = "GetTransitGatewayMulticastDomainAssociationsRequest";
|
|
2793
2831
|
const _GTGMDARe = "GetTransitGatewayMulticastDomainAssociationsResult";
|
|
2832
|
+
const _GTGMPE = "GetTransitGatewayMeteringPolicyEntries";
|
|
2833
|
+
const _GTGMPER = "GetTransitGatewayMeteringPolicyEntriesRequest";
|
|
2834
|
+
const _GTGMPERe = "GetTransitGatewayMeteringPolicyEntriesResult";
|
|
2794
2835
|
const _GTGPLR = "GetTransitGatewayPrefixListReferences";
|
|
2795
2836
|
const _GTGPLRR = "GetTransitGatewayPrefixListReferencesRequest";
|
|
2796
2837
|
const _GTGPLRRe = "GetTransitGatewayPrefixListReferencesResult";
|
|
@@ -2821,6 +2862,9 @@ const _GVCDSCRe = "GetVpnConnectionDeviceSampleConfigurationResult";
|
|
|
2821
2862
|
const _GVCDT = "GetVpnConnectionDeviceTypes";
|
|
2822
2863
|
const _GVCDTR = "GetVpnConnectionDeviceTypesRequest";
|
|
2823
2864
|
const _GVCDTRe = "GetVpnConnectionDeviceTypesResult";
|
|
2865
|
+
const _GVRBEE = "GetVpcResourcesBlockingEncryptionEnforcement";
|
|
2866
|
+
const _GVRBEER = "GetVpcResourcesBlockingEncryptionEnforcementRequest";
|
|
2867
|
+
const _GVRBEERe = "GetVpcResourcesBlockingEncryptionEnforcementResult";
|
|
2824
2868
|
const _GVTRS = "GetVpnTunnelReplacementStatus";
|
|
2825
2869
|
const _GVTRSR = "GetVpnTunnelReplacementStatusRequest";
|
|
2826
2870
|
const _GVTRSRe = "GetVpnTunnelReplacementStatusResult";
|
|
@@ -2897,10 +2941,11 @@ const _IBDMS = "InstanceBlockDeviceMappingSpecification";
|
|
|
2897
2941
|
const _IBDMSL = "InstanceBlockDeviceMappingSpecificationList";
|
|
2898
2942
|
const _IBPAS = "ImageBlockPublicAccessState";
|
|
2899
2943
|
const _IC = "InstanceCount";
|
|
2900
|
-
const _ICA = "
|
|
2944
|
+
const _ICA = "InterruptibleCapacityAllocation";
|
|
2901
2945
|
const _ICAC = "IpamCidrAuthorizationContext";
|
|
2902
2946
|
const _ICAS = "Ipv6CidrAssociationSet";
|
|
2903
|
-
const _ICAp = "
|
|
2947
|
+
const _ICAp = "Ipv6CidrAssociations";
|
|
2948
|
+
const _ICApv = "Ipv6CidrAssociation";
|
|
2904
2949
|
const _ICB = "Ipv6CidrBlock";
|
|
2905
2950
|
const _ICBA = "Ipv6CidrBlockAssociation";
|
|
2906
2951
|
const _ICBAS = "Ipv6CidrBlockAssociationSet";
|
|
@@ -2920,6 +2965,7 @@ const _ICEn = "InstanceConnectEndpoints";
|
|
|
2920
2965
|
const _ICL = "ImageCriterionList";
|
|
2921
2966
|
const _ICLn = "InstanceCountList";
|
|
2922
2967
|
const _ICR = "ImageCriterionRequest";
|
|
2968
|
+
const _ICRI = "InterruptibleCapacityReservationId";
|
|
2923
2969
|
const _ICRL = "ImageCriterionRequestList";
|
|
2924
2970
|
const _ICS = "InstanceCreditSpecifications";
|
|
2925
2971
|
const _ICSL = "InstanceCreditSpecificationList";
|
|
@@ -2977,6 +3023,7 @@ const _IEWTRL = "InstanceEventWindowTimeRangeList";
|
|
|
2977
3023
|
const _IEWTRR = "InstanceEventWindowTimeRangeRequest";
|
|
2978
3024
|
const _IEWTRRS = "InstanceEventWindowTimeRangeRequestSet";
|
|
2979
3025
|
const _IEWn = "InstanceEventWindows";
|
|
3026
|
+
const _IEs = "IsExcludable";
|
|
2980
3027
|
const _IF = "InstanceFamily";
|
|
2981
3028
|
const _IFCS = "InstanceFamilyCreditSpecification";
|
|
2982
3029
|
const _IFL = "IdFormatList";
|
|
@@ -2987,6 +3034,7 @@ const _IG = "InternetGateway";
|
|
|
2987
3034
|
const _IGA = "InternetGatewayAttachment";
|
|
2988
3035
|
const _IGAL = "InternetGatewayAttachmentList";
|
|
2989
3036
|
const _IGBM = "InternetGatewayBlockMode";
|
|
3037
|
+
const _IGE = "InternetGatewayExclusion";
|
|
2990
3038
|
const _IGEM = "InternetGatewayExclusionMode";
|
|
2991
3039
|
const _IGI = "InternetGatewayId";
|
|
2992
3040
|
const _IGIL = "InternetGatewayIdList";
|
|
@@ -3044,7 +3092,8 @@ const _IIm = "ImageId";
|
|
|
3044
3092
|
const _IIma = "ImageIds";
|
|
3045
3093
|
const _IImp = "ImportInstance";
|
|
3046
3094
|
const _IImpo = "ImportImage";
|
|
3047
|
-
const _IIn = "
|
|
3095
|
+
const _IIn = "InterruptionInfo";
|
|
3096
|
+
const _IIns = "InstanceIds";
|
|
3048
3097
|
const _IIp = "IpamId";
|
|
3049
3098
|
const _IIpa = "IpamIds";
|
|
3050
3099
|
const _IKEV = "InternetKeyExchangeVersion";
|
|
@@ -3319,13 +3368,14 @@ const _ITOn = "InstanceTypeOffering";
|
|
|
3319
3368
|
const _ITS = "InstanceTypeSpecifications";
|
|
3320
3369
|
const _ITSn = "InstanceTypeSpecification";
|
|
3321
3370
|
const _ITm = "ImageType";
|
|
3322
|
-
const _ITn = "
|
|
3371
|
+
const _ITn = "InterruptionType";
|
|
3323
3372
|
const _ITni = "InitializationType";
|
|
3324
3373
|
const _ITns = "InstanceTenancy";
|
|
3325
3374
|
const _ITnst = "InstanceTypes";
|
|
3326
3375
|
const _ITnsta = "InstanceTags";
|
|
3327
3376
|
const _ITnstan = "InstanceTag";
|
|
3328
3377
|
const _ITnstanc = "InstanceTopology";
|
|
3378
|
+
const _ITnt = "InterfaceType";
|
|
3329
3379
|
const _IU = "InstanceUsages";
|
|
3330
3380
|
const _IUR = "ImageUsageReports";
|
|
3331
3381
|
const _IURE = "ImageUsageReportEntries";
|
|
@@ -3358,7 +3408,8 @@ const _Im = "Images";
|
|
|
3358
3408
|
const _Ima = "Image";
|
|
3359
3409
|
const _In = "Instance";
|
|
3360
3410
|
const _Ins = "Instances";
|
|
3361
|
-
const _Int = "
|
|
3411
|
+
const _Int = "Interruptible";
|
|
3412
|
+
const _Inte = "Interval";
|
|
3362
3413
|
const _Io = "Iops";
|
|
3363
3414
|
const _Ip = "Ipam";
|
|
3364
3415
|
const _Ipa = "Ipams";
|
|
@@ -3425,6 +3476,7 @@ const _LE = "LogEnabled";
|
|
|
3425
3476
|
const _LEO = "LockExpiresOn";
|
|
3426
3477
|
const _LET = "LastEvaluatedTime";
|
|
3427
3478
|
const _LEa = "LastError";
|
|
3479
|
+
const _LEam = "LambdaExclusion";
|
|
3428
3480
|
const _LF = "LogFormat";
|
|
3429
3481
|
const _LFA = "LambdaFunctionArn";
|
|
3430
3482
|
const _LG = "LocalGateways";
|
|
@@ -3603,6 +3655,9 @@ const _LUTas = "LastUpdateTimestamp";
|
|
|
3603
3655
|
const _LV = "LogVersion";
|
|
3604
3656
|
const _LVCS = "LastVersionCreationStatus";
|
|
3605
3657
|
const _LVCSM = "LastVersionCreationStatusMessage";
|
|
3658
|
+
const _LVIRB = "ListVolumesInRecycleBin";
|
|
3659
|
+
const _LVIRBR = "ListVolumesInRecycleBinRequest";
|
|
3660
|
+
const _LVIRBRi = "ListVolumesInRecycleBinResult";
|
|
3606
3661
|
const _LVN = "LatestVersionNumber";
|
|
3607
3662
|
const _La = "Latest";
|
|
3608
3663
|
const _Lam = "Lambda";
|
|
@@ -3618,6 +3673,8 @@ const _MAARo = "ModifyAddressAttributeResult";
|
|
|
3618
3673
|
const _MAE = "MultiAttachEnabled";
|
|
3619
3674
|
const _MAI = "MaxAggregationInterval";
|
|
3620
3675
|
const _MAIe = "MediaAcceleratorInfo";
|
|
3676
|
+
const _MAIi = "MiddleboxAttachmentIds";
|
|
3677
|
+
const _MAIid = "MiddleboxAttachmentId";
|
|
3621
3678
|
const _MAS = "MovingAddressStatuses";
|
|
3622
3679
|
const _MASS = "MovingAddressStatusSet";
|
|
3623
3680
|
const _MASo = "MovingAddressStatus";
|
|
@@ -3811,6 +3868,7 @@ const _MPIOL = "MapPublicIpOnLaunch";
|
|
|
3811
3868
|
const _MPL = "MaxParallelLaunches";
|
|
3812
3869
|
const _MPLS = "ManagedPrefixListSet";
|
|
3813
3870
|
const _MPLa = "ManagedPrefixList";
|
|
3871
|
+
const _MPR = "MeteringPolicyRule";
|
|
3814
3872
|
const _MPa = "MatchPath";
|
|
3815
3873
|
const _MPax = "MaxPrice";
|
|
3816
3874
|
const _MPe = "MetricPoints";
|
|
@@ -3855,6 +3913,9 @@ const _MTC = "MinTargetCapacity";
|
|
|
3855
3913
|
const _MTDID = "MaxTermDurationInDays";
|
|
3856
3914
|
const _MTDIDi = "MinTermDurationInDays";
|
|
3857
3915
|
const _MTG = "ModifyTransitGateway";
|
|
3916
|
+
const _MTGMP = "ModifyTransitGatewayMeteringPolicy";
|
|
3917
|
+
const _MTGMPR = "ModifyTransitGatewayMeteringPolicyRequest";
|
|
3918
|
+
const _MTGMPRo = "ModifyTransitGatewayMeteringPolicyResult";
|
|
3858
3919
|
const _MTGO = "ModifyTransitGatewayOptions";
|
|
3859
3920
|
const _MTGPLR = "ModifyTransitGatewayPrefixListReference";
|
|
3860
3921
|
const _MTGPLRR = "ModifyTransitGatewayPrefixListReferenceRequest";
|
|
@@ -3926,9 +3987,12 @@ const _MVCORo = "ModifyVpnConnectionOptionsResult";
|
|
|
3926
3987
|
const _MVCR = "ModifyVpnConnectionRequest";
|
|
3927
3988
|
const _MVCRo = "ModifyVpnConnectionResult";
|
|
3928
3989
|
const _MVE = "ManagesVpcEndpoints";
|
|
3990
|
+
const _MVEC = "ModifyVpcEncryptionControl";
|
|
3929
3991
|
const _MVECN = "ModifyVpcEndpointConnectionNotification";
|
|
3930
3992
|
const _MVECNR = "ModifyVpcEndpointConnectionNotificationRequest";
|
|
3931
3993
|
const _MVECNRo = "ModifyVpcEndpointConnectionNotificationResult";
|
|
3994
|
+
const _MVECR = "ModifyVpcEncryptionControlRequest";
|
|
3995
|
+
const _MVECRo = "ModifyVpcEncryptionControlResult";
|
|
3932
3996
|
const _MVER = "ModifyVpcEndpointRequest";
|
|
3933
3997
|
const _MVERo = "ModifyVpcEndpointResult";
|
|
3934
3998
|
const _MVESC = "ModifyVpcEndpointServiceConfiguration";
|
|
@@ -3997,6 +4061,7 @@ const _NC = "NetworkCards";
|
|
|
3997
4061
|
const _NCI = "NetworkCardIndex";
|
|
3998
4062
|
const _NCIL = "NetworkCardInfoList";
|
|
3999
4063
|
const _NCIe = "NetworkCardInfo";
|
|
4064
|
+
const _NCR = "NonCompliantResources";
|
|
4000
4065
|
const _ND = "NoDevice";
|
|
4001
4066
|
const _NDC = "NewDhcpConfiguration";
|
|
4002
4067
|
const _NDCI = "NeuronDeviceCoreInfo";
|
|
@@ -4010,6 +4075,7 @@ const _NG = "NatGateway";
|
|
|
4010
4075
|
const _NGA = "NatGatewayAddresses";
|
|
4011
4076
|
const _NGAL = "NatGatewayAddressList";
|
|
4012
4077
|
const _NGAa = "NatGatewayAddress";
|
|
4078
|
+
const _NGE = "NatGatewayExclusion";
|
|
4013
4079
|
const _NGI = "NatGatewayId";
|
|
4014
4080
|
const _NGISL = "NatGatewayIdStringList";
|
|
4015
4081
|
const _NGIa = "NatGatewayIds";
|
|
@@ -4395,8 +4461,8 @@ const _PRIO = "PurchaseReservedInstancesOffering";
|
|
|
4395
4461
|
const _PRIOR = "PurchaseReservedInstancesOfferingRequest";
|
|
4396
4462
|
const _PRIORu = "PurchaseReservedInstancesOfferingResult";
|
|
4397
4463
|
const _PRL = "PortRangeList";
|
|
4398
|
-
const _PRN = "
|
|
4399
|
-
const _PRNo = "
|
|
4464
|
+
const _PRN = "PolicyRuleNumber";
|
|
4465
|
+
const _PRNo = "PolicyReferenceName";
|
|
4400
4466
|
const _PRS = "PersistRoutesState";
|
|
4401
4467
|
const _PRSu = "PurchaseRequestSet";
|
|
4402
4468
|
const _PRU = "PtrRecordUpdate";
|
|
@@ -4663,6 +4729,8 @@ const _RLe = "ReservationList";
|
|
|
4663
4729
|
const _RLes = "ResourceList";
|
|
4664
4730
|
const _RLo = "RouteList";
|
|
4665
4731
|
const _RM = "ReasonMessage";
|
|
4732
|
+
const _RMAI = "RemoveMiddleboxAttachmentIds";
|
|
4733
|
+
const _RMAIe = "RemoveMiddleboxAttachmentId";
|
|
4666
4734
|
const _RMGM = "RegisteredMulticastGroupMembers";
|
|
4667
4735
|
const _RMGS = "RegisteredMulticastGroupSources";
|
|
4668
4736
|
const _RMPLV = "RestoreManagedPrefixListVersion";
|
|
@@ -4849,6 +4917,9 @@ const _RV = "ReturnValue";
|
|
|
4849
4917
|
const _RVEC = "RejectVpcEndpointConnections";
|
|
4850
4918
|
const _RVECR = "RejectVpcEndpointConnectionsRequest";
|
|
4851
4919
|
const _RVECRe = "RejectVpcEndpointConnectionsResult";
|
|
4920
|
+
const _RVFRB = "RestoreVolumeFromRecycleBin";
|
|
4921
|
+
const _RVFRBR = "RestoreVolumeFromRecycleBinRequest";
|
|
4922
|
+
const _RVFRBRe = "RestoreVolumeFromRecycleBinResult";
|
|
4852
4923
|
const _RVI = "ReferencingVpcId";
|
|
4853
4924
|
const _RVIe = "RequesterVpcInfo";
|
|
4854
4925
|
const _RVPC = "RejectVpcPeeringConnection";
|
|
@@ -5186,6 +5257,8 @@ const _STD = "SnapshotTaskDetail";
|
|
|
5186
5257
|
const _STDS = "ServiceTypeDetailSet";
|
|
5187
5258
|
const _STDe = "ServiceTypeDetail";
|
|
5188
5259
|
const _STFR = "StoreTaskFailureReason";
|
|
5260
|
+
const _STGAI = "SourceTransitGatewayAttachmentId";
|
|
5261
|
+
const _STGAT = "SourceTransitGatewayAttachmentType";
|
|
5189
5262
|
const _STGMG = "SearchTransitGatewayMulticastGroups";
|
|
5190
5263
|
const _STGMGR = "SearchTransitGatewayMulticastGroupsRequest";
|
|
5191
5264
|
const _STGMGRe = "SearchTransitGatewayMulticastGroupsResult";
|
|
@@ -5330,6 +5403,16 @@ const _TGMDr = "TransitGatewayMulticastDomains";
|
|
|
5330
5403
|
const _TGMG = "TransitGatewayMulticastGroup";
|
|
5331
5404
|
const _TGMGL = "TransitGatewayMulticastGroupList";
|
|
5332
5405
|
const _TGMIMB = "TotalGpuMemoryInMiB";
|
|
5406
|
+
const _TGMP = "TransitGatewayMeteringPolicy";
|
|
5407
|
+
const _TGMPE = "TransitGatewayMeteringPolicyEntry";
|
|
5408
|
+
const _TGMPEL = "TransitGatewayMeteringPolicyEntryList";
|
|
5409
|
+
const _TGMPEr = "TransitGatewayMeteringPolicyEntries";
|
|
5410
|
+
const _TGMPI = "TransitGatewayMeteringPolicyId";
|
|
5411
|
+
const _TGMPISL = "TransitGatewayMeteringPolicyIdStringList";
|
|
5412
|
+
const _TGMPIr = "TransitGatewayMeteringPolicyIds";
|
|
5413
|
+
const _TGMPL = "TransitGatewayMeteringPolicyList";
|
|
5414
|
+
const _TGMPR = "TransitGatewayMeteringPolicyRule";
|
|
5415
|
+
const _TGMPr = "TransitGatewayMeteringPolicies";
|
|
5333
5416
|
const _TGMRGM = "TransitGatewayMulticastRegisteredGroupMembers";
|
|
5334
5417
|
const _TGMRGS = "TransitGatewayMulticastRegisteredGroupSources";
|
|
5335
5418
|
const _TGNIIL = "TransitGatewayNetworkInterfaceIdList";
|
|
@@ -5395,6 +5478,7 @@ const _TIAIL = "TrunkInterfaceAssociationIdList";
|
|
|
5395
5478
|
const _TIAL = "TrunkInterfaceAssociationList";
|
|
5396
5479
|
const _TIAT = "TrafficIpAddressType";
|
|
5397
5480
|
const _TIC = "TotalInstanceCount";
|
|
5481
|
+
const _TICa = "TargetInstanceCount";
|
|
5398
5482
|
const _TICu = "TunnelInsideCidr";
|
|
5399
5483
|
const _TII = "TrunkInterfaceId";
|
|
5400
5484
|
const _TIIC = "TunnelInsideIpv6Cidr";
|
|
@@ -5505,6 +5589,7 @@ const _Tie = "Tier";
|
|
|
5505
5589
|
const _To = "To";
|
|
5506
5590
|
const _Ty = "Type";
|
|
5507
5591
|
const _U = "Unsuccessful";
|
|
5592
|
+
const _UA = "UpdatedAt";
|
|
5508
5593
|
const _UB = "UserBucket";
|
|
5509
5594
|
const _UBD = "UserBucketDetails";
|
|
5510
5595
|
const _UC = "UltraserverCount";
|
|
@@ -5519,6 +5604,7 @@ const _UDp = "UpdatedDate";
|
|
|
5519
5604
|
const _UDpd = "UpdateDate";
|
|
5520
5605
|
const _UDs = "UserData";
|
|
5521
5606
|
const _UE = "UploadEnd";
|
|
5607
|
+
const _UEA = "UpdateEffectiveAt";
|
|
5522
5608
|
const _UF = "UpfrontFee";
|
|
5523
5609
|
const _UFD = "UnsuccessfulFleetDeletions";
|
|
5524
5610
|
const _UFR = "UnsuccessfulFleetRequests";
|
|
@@ -5531,6 +5617,9 @@ const _UIAR = "UnassignIpv6AddressesRequest";
|
|
|
5531
5617
|
const _UIARn = "UnassignIpv6AddressesResult";
|
|
5532
5618
|
const _UIAn = "UnassignIpv6Addresses";
|
|
5533
5619
|
const _UIC = "UsedInstanceCount";
|
|
5620
|
+
const _UICRA = "UpdateInterruptibleCapacityReservationAllocation";
|
|
5621
|
+
const _UICRAR = "UpdateInterruptibleCapacityReservationAllocationRequest";
|
|
5622
|
+
const _UICRARp = "UpdateInterruptibleCapacityReservationAllocationResult";
|
|
5534
5623
|
const _UICS = "UnsuccessfulInstanceCreditSpecifications";
|
|
5535
5624
|
const _UICSI = "UnsuccessfulInstanceCreditSpecificationItem";
|
|
5536
5625
|
const _UICSIE = "UnsuccessfulInstanceCreditSpecificationItemError";
|
|
@@ -5692,17 +5781,24 @@ const _VE = "VpcEndpoint";
|
|
|
5692
5781
|
const _VEA = "VpcEndpointAssociations";
|
|
5693
5782
|
const _VEAS = "VpcEndpointAssociationSet";
|
|
5694
5783
|
const _VEAp = "VpcEndpointAssociation";
|
|
5695
|
-
const _VEC = "
|
|
5784
|
+
const _VEC = "VpcEncryptionControl";
|
|
5785
|
+
const _VECC = "VpcEncryptionControlConfiguration";
|
|
5696
5786
|
const _VECE = "VpcEncryptionControlExclusion";
|
|
5697
5787
|
const _VECEp = "VpcEncryptionControlExclusions";
|
|
5698
5788
|
const _VECI = "VpcEncryptionControlId";
|
|
5699
|
-
const
|
|
5789
|
+
const _VECIL = "VpcEncryptionControlIdList";
|
|
5790
|
+
const _VECIp = "VpcEncryptionControlIds";
|
|
5791
|
+
const _VECIpc = "VpcEndpointConnectionId";
|
|
5792
|
+
const _VECL = "VpcEncryptionControlList";
|
|
5700
5793
|
const _VECS = "VpcEndpointConnectionSet";
|
|
5701
|
-
const _VECp = "
|
|
5702
|
-
const _VECpc = "
|
|
5794
|
+
const _VECp = "VpcEncryptionControls";
|
|
5795
|
+
const _VECpc = "VpcEndpointConnections";
|
|
5796
|
+
const _VECpcn = "VpcEndpointConnection";
|
|
5703
5797
|
const _VEI = "VpcEndpointIds";
|
|
5704
5798
|
const _VEIL = "VpcEndpointIdList";
|
|
5705
5799
|
const _VEIp = "VpcEndpointId";
|
|
5800
|
+
const _VENCR = "VpcEncryptionNonCompliantResource";
|
|
5801
|
+
const _VENCRL = "VpcEncryptionNonCompliantResourceList";
|
|
5706
5802
|
const _VEO = "VpcEndpointOwner";
|
|
5707
5803
|
const _VEPS = "VpcEndpointPolicySupported";
|
|
5708
5804
|
const _VER = "VpcEndpointRegion";
|
|
@@ -5737,6 +5833,7 @@ const _VIo = "VolumeId";
|
|
|
5737
5833
|
const _VIol = "VolumeIds";
|
|
5738
5834
|
const _VIp = "VpcIds";
|
|
5739
5835
|
const _VL = "VpcLattice";
|
|
5836
|
+
const _VLE = "VpcLatticeExclusion";
|
|
5740
5837
|
const _VLo = "VolumeList";
|
|
5741
5838
|
const _VLp = "VpcList";
|
|
5742
5839
|
const _VM = "VolumesModifications";
|
|
@@ -5758,9 +5855,13 @@ const _VPCOD = "VpcPeeringConnectionOptionsDescription";
|
|
|
5758
5855
|
const _VPCSR = "VpcPeeringConnectionStateReason";
|
|
5759
5856
|
const _VPCVI = "VpcPeeringConnectionVpcInfo";
|
|
5760
5857
|
const _VPCp = "VpcPeeringConnections";
|
|
5858
|
+
const _VPE = "VpcPeeringExclusion";
|
|
5761
5859
|
const _VPG = "VirtualPrivateGateway";
|
|
5860
|
+
const _VPGE = "VirtualPrivateGatewayExclusion";
|
|
5762
5861
|
const _VPp = "VpnPort";
|
|
5763
5862
|
const _VPpc = "VpcPeering";
|
|
5863
|
+
const _VRBI = "VolumeRecycleBinInfo";
|
|
5864
|
+
const _VRBIL = "VolumeRecycleBinInfoList";
|
|
5764
5865
|
const _VS = "VolumeStatuses";
|
|
5765
5866
|
const _VSA = "VolumeStatusAction";
|
|
5766
5867
|
const _VSAL = "VolumeStatusActionsList";
|
|
@@ -5940,8 +6041,9 @@ const _aTN = "associatedTargetNetwork";
|
|
|
5940
6041
|
const _aTS = "addressTransferStatus";
|
|
5941
6042
|
const _aTSc = "acceleratorTypeSet";
|
|
5942
6043
|
const _aTSd = "addressTransferSet";
|
|
5943
|
-
const _aTd = "
|
|
5944
|
-
const _aTdd = "
|
|
6044
|
+
const _aTd = "advertisementType";
|
|
6045
|
+
const _aTdd = "addressType";
|
|
6046
|
+
const _aTddr = "addressingType";
|
|
5945
6047
|
const _aTl = "allocationType";
|
|
5946
6048
|
const _aTll = "allocationTime";
|
|
5947
6049
|
const _aTs = "associationTarget";
|
|
@@ -5991,6 +6093,9 @@ const _bII = "branchInterfaceId";
|
|
|
5991
6093
|
const _bIT = "bundleInstanceTask";
|
|
5992
6094
|
const _bITS = "bundleInstanceTasksSet";
|
|
5993
6095
|
const _bIa = "baselineIops";
|
|
6096
|
+
const _bLE = "bgpLogEnabled";
|
|
6097
|
+
const _bLGA = "bgpLogGroupArn";
|
|
6098
|
+
const _bLOF = "bgpLogOutputFormat";
|
|
5994
6099
|
const _bM = "bootMode";
|
|
5995
6100
|
const _bMa = "bareMetal";
|
|
5996
6101
|
const _bN = "bucketName";
|
|
@@ -6260,6 +6365,8 @@ const _dT = "deletionTime";
|
|
|
6260
6365
|
const _dTA = "dpdTimeoutAction";
|
|
6261
6366
|
const _dTC = "deprecationTimeCondition";
|
|
6262
6367
|
const _dTCT = "defaultTargetCapacityType";
|
|
6368
|
+
const _dTGAI = "destinationTransitGatewayAttachmentId";
|
|
6369
|
+
const _dTGAT = "destinationTransitGatewayAttachmentType";
|
|
6263
6370
|
const _dTPC = "defaultThreadsPerCore";
|
|
6264
6371
|
const _dTPS = "deviceTrustProviderSet";
|
|
6265
6372
|
const _dTPT = "deviceTrustProviderType";
|
|
@@ -6371,6 +6478,7 @@ const _eSUS = "enaSrdUdpSpecification";
|
|
|
6371
6478
|
const _eSf = "efaSupported";
|
|
6372
6479
|
const _eSn = "encryptionSupport";
|
|
6373
6480
|
const _eSna = "enaSupport";
|
|
6481
|
+
const _eSnc = "encryptionState";
|
|
6374
6482
|
const _eSnt = "entrySet";
|
|
6375
6483
|
const _eSr = "errorSet";
|
|
6376
6484
|
const _eSv = "eventsSet";
|
|
@@ -6512,6 +6620,7 @@ const _iApv = "ipv6Address";
|
|
|
6512
6620
|
const _iB = "ingressBytes";
|
|
6513
6621
|
const _iBPAS = "imageBlockPublicAccessState";
|
|
6514
6622
|
const _iC = "instanceCount";
|
|
6623
|
+
const _iCA = "interruptibleCapacityAllocation";
|
|
6515
6624
|
const _iCAS = "ipv6CidrAssociationSet";
|
|
6516
6625
|
const _iCB = "ipv6CidrBlock";
|
|
6517
6626
|
const _iCBA = "ipv6CidrBlockAssociation";
|
|
@@ -6523,6 +6632,7 @@ const _iCE = "instanceConnectEndpoint";
|
|
|
6523
6632
|
const _iCEA = "instanceConnectEndpointArn";
|
|
6524
6633
|
const _iCEI = "instanceConnectEndpointId";
|
|
6525
6634
|
const _iCES = "instanceConnectEndpointSet";
|
|
6635
|
+
const _iCRI = "interruptibleCapacityReservationId";
|
|
6526
6636
|
const _iCS = "imageCriterionSet";
|
|
6527
6637
|
const _iCSS = "instanceCreditSpecificationSet";
|
|
6528
6638
|
const _iCn = "instanceCounts";
|
|
@@ -6543,6 +6653,7 @@ const _iEWI = "instanceEventWindowId";
|
|
|
6543
6653
|
const _iEWS = "instanceEventWindowState";
|
|
6544
6654
|
const _iEWSn = "instanceEventWindowSet";
|
|
6545
6655
|
const _iEs = "isEgress";
|
|
6656
|
+
const _iEsx = "isExcludable";
|
|
6546
6657
|
const _iF = "instanceFamily";
|
|
6547
6658
|
const _iFCS = "instanceFamilyCreditSpecification";
|
|
6548
6659
|
const _iFR = "iamFleetRole";
|
|
@@ -6566,7 +6677,8 @@ const _iISB = "instanceInitiatedShutdownBehavior";
|
|
|
6566
6677
|
const _iITS = "importImageTaskSet";
|
|
6567
6678
|
const _iIm = "importInstance";
|
|
6568
6679
|
const _iIma = "imageId";
|
|
6569
|
-
const _iIn = "
|
|
6680
|
+
const _iIn = "interruptionInfo";
|
|
6681
|
+
const _iIns = "instanceIds";
|
|
6570
6682
|
const _iIp = "ipamId";
|
|
6571
6683
|
const _iL = "imageLocation";
|
|
6572
6684
|
const _iLn = "instanceLifecycle";
|
|
@@ -6690,9 +6802,10 @@ const _iTS = "instanceTypeSet";
|
|
|
6690
6802
|
const _iTSS = "instanceTypeSpecificationSet";
|
|
6691
6803
|
const _iTd = "idempotencyToken";
|
|
6692
6804
|
const _iTm = "imageType";
|
|
6693
|
-
const _iTn = "
|
|
6805
|
+
const _iTn = "interruptionType";
|
|
6694
6806
|
const _iTni = "initializationType";
|
|
6695
|
-
const _iTns = "
|
|
6807
|
+
const _iTns = "instanceTenancy";
|
|
6808
|
+
const _iTnst = "instanceTypes";
|
|
6696
6809
|
const _iTnt = "interfaceType";
|
|
6697
6810
|
const _iU = "ipUsage";
|
|
6698
6811
|
const _iURES = "imageUsageReportEntrySet";
|
|
@@ -6705,7 +6818,8 @@ const _iVm = "importVolume";
|
|
|
6705
6818
|
const _im = "image";
|
|
6706
6819
|
const _in = "instance";
|
|
6707
6820
|
const _ins = "instances";
|
|
6708
|
-
const _int = "
|
|
6821
|
+
const _int = "interruptible";
|
|
6822
|
+
const _inte = "interval";
|
|
6709
6823
|
const _io = "iops";
|
|
6710
6824
|
const _ip = "ipam";
|
|
6711
6825
|
const _ipv = "ipv4";
|
|
@@ -6840,6 +6954,7 @@ const _mA = "mutualAuthentication";
|
|
|
6840
6954
|
const _mAAA = "maintenanceAutoAppliedAfter";
|
|
6841
6955
|
const _mAE = "multiAttachEnabled";
|
|
6842
6956
|
const _mAI = "maxAggregationInterval";
|
|
6957
|
+
const _mAIS = "middleboxAttachmentIdSet";
|
|
6843
6958
|
const _mAIe = "mediaAcceleratorInfo";
|
|
6844
6959
|
const _mASS = "movingAddressStatusSet";
|
|
6845
6960
|
const _mAa = "macAddress";
|
|
@@ -6883,6 +6998,7 @@ const _mP = "maxPrice";
|
|
|
6883
6998
|
const _mPCS = "marketplaceProductCodeSet";
|
|
6884
6999
|
const _mPIOL = "mapPublicIpOnLaunch";
|
|
6885
7000
|
const _mPL = "maxParallelLaunches";
|
|
7001
|
+
const _mPR = "meteringPolicyRule";
|
|
6886
7002
|
const _mPS = "metricPointSet";
|
|
6887
7003
|
const _mPSa = "matchPathSet";
|
|
6888
7004
|
const _mR = "maxResults";
|
|
@@ -6928,6 +7044,7 @@ const _nBG = "networkBorderGroup";
|
|
|
6928
7044
|
const _nBGe = "networkBandwidthGbps";
|
|
6929
7045
|
const _nC = "networkCards";
|
|
6930
7046
|
const _nCI = "networkCardIndex";
|
|
7047
|
+
const _nCRS = "nonCompliantResourceSet";
|
|
6931
7048
|
const _nD = "noDevice";
|
|
6932
7049
|
const _nDe = "neuronDevices";
|
|
6933
7050
|
const _nES = "nitroEnclavesSupport";
|
|
@@ -7371,7 +7488,8 @@ const _sCA = "serverCertificateArn";
|
|
|
7371
7488
|
const _sCAE = "serialConsoleAccessEnabled";
|
|
7372
7489
|
const _sCB = "sourceCidrBlock";
|
|
7373
7490
|
const _sCR = "sourceCapacityReservation";
|
|
7374
|
-
const _sCRI = "
|
|
7491
|
+
const _sCRI = "sourceCapacityReservationId";
|
|
7492
|
+
const _sCRIu = "subnetCidrReservationId";
|
|
7375
7493
|
const _sCRu = "subnetCidrReservation";
|
|
7376
7494
|
const _sCS = "serviceConfigurationSet";
|
|
7377
7495
|
const _sCSIG = "sustainedClockSpeedInGhz";
|
|
@@ -7507,6 +7625,8 @@ const _sTA = "snsTopicArn";
|
|
|
7507
7625
|
const _sTC = "spotTargetCapacity";
|
|
7508
7626
|
const _sTD = "snapshotTaskDetail";
|
|
7509
7627
|
const _sTFR = "storeTaskFailureReason";
|
|
7628
|
+
const _sTGAI = "sourceTransitGatewayAttachmentId";
|
|
7629
|
+
const _sTGAT = "sourceTransitGatewayAttachmentType";
|
|
7510
7630
|
const _sTH = "sessionTimeoutHours";
|
|
7511
7631
|
const _sTR = "stateTransitionReason";
|
|
7512
7632
|
const _sTS = "storeTaskState";
|
|
@@ -7587,6 +7707,11 @@ const _tGMDA = "transitGatewayMulticastDomainArn";
|
|
|
7587
7707
|
const _tGMDI = "transitGatewayMulticastDomainId";
|
|
7588
7708
|
const _tGMDr = "transitGatewayMulticastDomains";
|
|
7589
7709
|
const _tGMIMB = "totalGpuMemoryInMiB";
|
|
7710
|
+
const _tGMP = "transitGatewayMeteringPolicy";
|
|
7711
|
+
const _tGMPE = "transitGatewayMeteringPolicyEntry";
|
|
7712
|
+
const _tGMPEr = "transitGatewayMeteringPolicyEntries";
|
|
7713
|
+
const _tGMPI = "transitGatewayMeteringPolicyId";
|
|
7714
|
+
const _tGMPr = "transitGatewayMeteringPolicies";
|
|
7590
7715
|
const _tGOI = "transitGatewayOwnerId";
|
|
7591
7716
|
const _tGPA = "transitGatewayPeeringAttachment";
|
|
7592
7717
|
const _tGPAr = "transitGatewayPeeringAttachments";
|
|
@@ -7612,6 +7737,7 @@ const _tHP = "totalHourlyPrice";
|
|
|
7612
7737
|
const _tI = "terminateInstances";
|
|
7613
7738
|
const _tIAT = "trafficIpAddressType";
|
|
7614
7739
|
const _tIC = "totalInstanceCount";
|
|
7740
|
+
const _tICa = "targetInstanceCount";
|
|
7615
7741
|
const _tICu = "tunnelInsideCidr";
|
|
7616
7742
|
const _tII = "trunkInterfaceId";
|
|
7617
7743
|
const _tIIC = "tunnelInsideIpv6Cidr";
|
|
@@ -7682,6 +7808,7 @@ const _tie = "tier";
|
|
|
7682
7808
|
const _to = "to";
|
|
7683
7809
|
const _ty = "type";
|
|
7684
7810
|
const _u = "unsuccessful";
|
|
7811
|
+
const _uA = "updatedAt";
|
|
7685
7812
|
const _uB = "userBucket";
|
|
7686
7813
|
const _uC = "ultraserverCount";
|
|
7687
7814
|
const _uCs = "usageCount";
|
|
@@ -7690,6 +7817,7 @@ const _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
|
7690
7817
|
const _uDp = "updatedDate";
|
|
7691
7818
|
const _uDpd = "updateDate";
|
|
7692
7819
|
const _uDs = "userData";
|
|
7820
|
+
const _uEA = "updateEffectiveAt";
|
|
7693
7821
|
const _uF = "upfrontFee";
|
|
7694
7822
|
const _uFDS = "unsuccessfulFleetDeletionSet";
|
|
7695
7823
|
const _uFRS = "unsuccessfulFleetRequestSet";
|
|
@@ -7753,9 +7881,11 @@ const _vCp = "vpnConnection";
|
|
|
7753
7881
|
const _vD = "versionDescription";
|
|
7754
7882
|
const _vE = "vpcEndpoint";
|
|
7755
7883
|
const _vEAS = "vpcEndpointAssociationSet";
|
|
7884
|
+
const _vEC = "vpcEncryptionControl";
|
|
7756
7885
|
const _vECI = "vpcEncryptionControlId";
|
|
7757
7886
|
const _vECIp = "vpcEndpointConnectionId";
|
|
7758
|
-
const _vECS = "
|
|
7887
|
+
const _vECS = "vpcEncryptionControlSet";
|
|
7888
|
+
const _vECSp = "vpcEndpointConnectionSet";
|
|
7759
7889
|
const _vEI = "vpcEndpointId";
|
|
7760
7890
|
const _vEO = "vpcEndpointOwner";
|
|
7761
7891
|
const _vEPS = "vpcEndpointPolicySupported";
|
|
@@ -11319,7 +11449,7 @@ export var ByoipCidr = [
|
|
|
11319
11449
|
n0,
|
|
11320
11450
|
_BC,
|
|
11321
11451
|
0,
|
|
11322
|
-
[_Ci, _De, _AAsn, _SMt, _St, _NBG],
|
|
11452
|
+
[_Ci, _De, _AAsn, _SMt, _St, _NBG, _ATd],
|
|
11323
11453
|
[
|
|
11324
11454
|
[
|
|
11325
11455
|
0,
|
|
@@ -11363,6 +11493,13 @@ export var ByoipCidr = [
|
|
|
11363
11493
|
[_xN]: _nBG,
|
|
11364
11494
|
},
|
|
11365
11495
|
],
|
|
11496
|
+
[
|
|
11497
|
+
0,
|
|
11498
|
+
{
|
|
11499
|
+
[_eQN]: `AdvertisementType`,
|
|
11500
|
+
[_xN]: _aTd,
|
|
11501
|
+
},
|
|
11502
|
+
],
|
|
11366
11503
|
],
|
|
11367
11504
|
];
|
|
11368
11505
|
export var CancelBundleTaskRequest = [
|
|
@@ -12505,6 +12642,9 @@ export var CapacityReservation = [
|
|
|
12505
12642
|
_CIom,
|
|
12506
12643
|
_DP,
|
|
12507
12644
|
_CBI,
|
|
12645
|
+
_Int,
|
|
12646
|
+
_ICA,
|
|
12647
|
+
_IIn,
|
|
12508
12648
|
],
|
|
12509
12649
|
[
|
|
12510
12650
|
[
|
|
@@ -12703,6 +12843,27 @@ export var CapacityReservation = [
|
|
|
12703
12843
|
[_xN]: _cBI,
|
|
12704
12844
|
},
|
|
12705
12845
|
],
|
|
12846
|
+
[
|
|
12847
|
+
2,
|
|
12848
|
+
{
|
|
12849
|
+
[_eQN]: `Interruptible`,
|
|
12850
|
+
[_xN]: _int,
|
|
12851
|
+
},
|
|
12852
|
+
],
|
|
12853
|
+
[
|
|
12854
|
+
() => InterruptibleCapacityAllocation,
|
|
12855
|
+
{
|
|
12856
|
+
[_eQN]: `InterruptibleCapacityAllocation`,
|
|
12857
|
+
[_xN]: _iCA,
|
|
12858
|
+
},
|
|
12859
|
+
],
|
|
12860
|
+
[
|
|
12861
|
+
() => InterruptionInfo,
|
|
12862
|
+
{
|
|
12863
|
+
[_eQN]: `InterruptionInfo`,
|
|
12864
|
+
[_xN]: _iIn,
|
|
12865
|
+
},
|
|
12866
|
+
],
|
|
12706
12867
|
],
|
|
12707
12868
|
];
|
|
12708
12869
|
export var CapacityReservationBillingRequest = [
|
|
@@ -13977,7 +14138,7 @@ export var CloudWatchLogOptions = [
|
|
|
13977
14138
|
n0,
|
|
13978
14139
|
_CWLO,
|
|
13979
14140
|
0,
|
|
13980
|
-
[_LE, _LGA, _LOF],
|
|
14141
|
+
[_LE, _LGA, _LOF, _BLE, _BLGA, _BLOF],
|
|
13981
14142
|
[
|
|
13982
14143
|
[
|
|
13983
14144
|
2,
|
|
@@ -14000,9 +14161,37 @@ export var CloudWatchLogOptions = [
|
|
|
14000
14161
|
[_xN]: _lOF,
|
|
14001
14162
|
},
|
|
14002
14163
|
],
|
|
14164
|
+
[
|
|
14165
|
+
2,
|
|
14166
|
+
{
|
|
14167
|
+
[_eQN]: `BgpLogEnabled`,
|
|
14168
|
+
[_xN]: _bLE,
|
|
14169
|
+
},
|
|
14170
|
+
],
|
|
14171
|
+
[
|
|
14172
|
+
0,
|
|
14173
|
+
{
|
|
14174
|
+
[_eQN]: `BgpLogGroupArn`,
|
|
14175
|
+
[_xN]: _bLGA,
|
|
14176
|
+
},
|
|
14177
|
+
],
|
|
14178
|
+
[
|
|
14179
|
+
0,
|
|
14180
|
+
{
|
|
14181
|
+
[_eQN]: `BgpLogOutputFormat`,
|
|
14182
|
+
[_xN]: _bLOF,
|
|
14183
|
+
},
|
|
14184
|
+
],
|
|
14003
14185
|
],
|
|
14004
14186
|
];
|
|
14005
|
-
export var CloudWatchLogOptionsSpecification = [
|
|
14187
|
+
export var CloudWatchLogOptionsSpecification = [
|
|
14188
|
+
3,
|
|
14189
|
+
n0,
|
|
14190
|
+
_CWLOS,
|
|
14191
|
+
0,
|
|
14192
|
+
[_LE, _LGA, _LOF, _BLE, _BLGA, _BLOF],
|
|
14193
|
+
[2, 0, 0, 2, 0, 0],
|
|
14194
|
+
];
|
|
14006
14195
|
export var CoipAddressUsage = [
|
|
14007
14196
|
3,
|
|
14008
14197
|
n0,
|
|
@@ -15317,7 +15506,7 @@ export var CreateFleetInstance = [
|
|
|
15317
15506
|
n0,
|
|
15318
15507
|
_CFI,
|
|
15319
15508
|
0,
|
|
15320
|
-
[_LTAO, _L,
|
|
15509
|
+
[_LTAO, _L, _IIns, _IT, _Pl],
|
|
15321
15510
|
[
|
|
15322
15511
|
[
|
|
15323
15512
|
() => LaunchTemplateAndOverridesResponse,
|
|
@@ -15337,7 +15526,7 @@ export var CreateFleetInstance = [
|
|
|
15337
15526
|
() => InstanceIdsSet,
|
|
15338
15527
|
{
|
|
15339
15528
|
[_eQN]: `InstanceIds`,
|
|
15340
|
-
[_xN]:
|
|
15529
|
+
[_xN]: _iIns,
|
|
15341
15530
|
},
|
|
15342
15531
|
],
|
|
15343
15532
|
[
|
|
@@ -15827,6 +16016,62 @@ export var CreateInternetGatewayResult = [
|
|
|
15827
16016
|
],
|
|
15828
16017
|
],
|
|
15829
16018
|
];
|
|
16019
|
+
export var CreateInterruptibleCapacityReservationAllocationRequest = [
|
|
16020
|
+
3,
|
|
16021
|
+
n0,
|
|
16022
|
+
_CICRAR,
|
|
16023
|
+
0,
|
|
16024
|
+
[_CRI, _IC, _CT, _DR, _TS],
|
|
16025
|
+
[
|
|
16026
|
+
0,
|
|
16027
|
+
1,
|
|
16028
|
+
[0, 4],
|
|
16029
|
+
2,
|
|
16030
|
+
[
|
|
16031
|
+
() => TagSpecificationList,
|
|
16032
|
+
{
|
|
16033
|
+
[_xN]: _TSa,
|
|
16034
|
+
},
|
|
16035
|
+
],
|
|
16036
|
+
],
|
|
16037
|
+
];
|
|
16038
|
+
export var CreateInterruptibleCapacityReservationAllocationResult = [
|
|
16039
|
+
3,
|
|
16040
|
+
n0,
|
|
16041
|
+
_CICRARr,
|
|
16042
|
+
0,
|
|
16043
|
+
[_SCRI, _TICa, _Sta, _ITn],
|
|
16044
|
+
[
|
|
16045
|
+
[
|
|
16046
|
+
0,
|
|
16047
|
+
{
|
|
16048
|
+
[_eQN]: `SourceCapacityReservationId`,
|
|
16049
|
+
[_xN]: _sCRI,
|
|
16050
|
+
},
|
|
16051
|
+
],
|
|
16052
|
+
[
|
|
16053
|
+
1,
|
|
16054
|
+
{
|
|
16055
|
+
[_eQN]: `TargetInstanceCount`,
|
|
16056
|
+
[_xN]: _tICa,
|
|
16057
|
+
},
|
|
16058
|
+
],
|
|
16059
|
+
[
|
|
16060
|
+
0,
|
|
16061
|
+
{
|
|
16062
|
+
[_eQN]: `Status`,
|
|
16063
|
+
[_xN]: _sta,
|
|
16064
|
+
},
|
|
16065
|
+
],
|
|
16066
|
+
[
|
|
16067
|
+
0,
|
|
16068
|
+
{
|
|
16069
|
+
[_eQN]: `InterruptionType`,
|
|
16070
|
+
[_xN]: _iTn,
|
|
16071
|
+
},
|
|
16072
|
+
],
|
|
16073
|
+
],
|
|
16074
|
+
];
|
|
15830
16075
|
export var CreateIpamExternalResourceVerificationTokenRequest = [
|
|
15831
16076
|
3,
|
|
15832
16077
|
n0,
|
|
@@ -16843,7 +17088,7 @@ export var CreateNetworkInterfaceRequest = [
|
|
|
16843
17088
|
n0,
|
|
16844
17089
|
_CNIR,
|
|
16845
17090
|
0,
|
|
16846
|
-
[_IPpvr, _IPCp, _IPp, _IPC,
|
|
17091
|
+
[_IPpvr, _IPCp, _IPp, _IPC, _ITnt, _TS, _CT, _EPI, _CTS, _Op, _SIu, _De, _PIAr, _G, _PIAri, _SPIAC, _IA, _IAC, _DR],
|
|
16847
17092
|
[
|
|
16848
17093
|
[
|
|
16849
17094
|
() => Ipv4PrefixList,
|
|
@@ -18002,6 +18247,64 @@ export var CreateTransitGatewayConnectResult = [
|
|
|
18002
18247
|
],
|
|
18003
18248
|
],
|
|
18004
18249
|
];
|
|
18250
|
+
export var CreateTransitGatewayMeteringPolicyEntryRequest = [
|
|
18251
|
+
3,
|
|
18252
|
+
n0,
|
|
18253
|
+
_CTGMPER,
|
|
18254
|
+
0,
|
|
18255
|
+
[_TGMPI, _PRN, _STGAI, _STGAT, _SCB, _SPRo, _DTGAI, _DTGAT, _DCB, _DPRe, _Pr, _MAe, _DR],
|
|
18256
|
+
[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
18257
|
+
];
|
|
18258
|
+
export var CreateTransitGatewayMeteringPolicyEntryResult = [
|
|
18259
|
+
3,
|
|
18260
|
+
n0,
|
|
18261
|
+
_CTGMPERr,
|
|
18262
|
+
0,
|
|
18263
|
+
[_TGMPE],
|
|
18264
|
+
[
|
|
18265
|
+
[
|
|
18266
|
+
() => TransitGatewayMeteringPolicyEntry,
|
|
18267
|
+
{
|
|
18268
|
+
[_eQN]: `TransitGatewayMeteringPolicyEntry`,
|
|
18269
|
+
[_xN]: _tGMPE,
|
|
18270
|
+
},
|
|
18271
|
+
],
|
|
18272
|
+
],
|
|
18273
|
+
];
|
|
18274
|
+
export var CreateTransitGatewayMeteringPolicyRequest = [
|
|
18275
|
+
3,
|
|
18276
|
+
n0,
|
|
18277
|
+
_CTGMPR,
|
|
18278
|
+
0,
|
|
18279
|
+
[_TGI, _MAIi, _TS, _DR],
|
|
18280
|
+
[
|
|
18281
|
+
0,
|
|
18282
|
+
[
|
|
18283
|
+
64 | 0,
|
|
18284
|
+
{
|
|
18285
|
+
[_xN]: _MAIid,
|
|
18286
|
+
},
|
|
18287
|
+
],
|
|
18288
|
+
[() => TagSpecificationList, 0],
|
|
18289
|
+
2,
|
|
18290
|
+
],
|
|
18291
|
+
];
|
|
18292
|
+
export var CreateTransitGatewayMeteringPolicyResult = [
|
|
18293
|
+
3,
|
|
18294
|
+
n0,
|
|
18295
|
+
_CTGMPRr,
|
|
18296
|
+
0,
|
|
18297
|
+
[_TGMP],
|
|
18298
|
+
[
|
|
18299
|
+
[
|
|
18300
|
+
() => TransitGatewayMeteringPolicy,
|
|
18301
|
+
{
|
|
18302
|
+
[_eQN]: `TransitGatewayMeteringPolicy`,
|
|
18303
|
+
[_xN]: _tGMP,
|
|
18304
|
+
},
|
|
18305
|
+
],
|
|
18306
|
+
],
|
|
18307
|
+
];
|
|
18005
18308
|
export var CreateTransitGatewayMulticastDomainRequest = [
|
|
18006
18309
|
3,
|
|
18007
18310
|
n0,
|
|
@@ -18533,7 +18836,7 @@ export var CreateVerifiedAccessTrustProviderRequest = [
|
|
|
18533
18836
|
n0,
|
|
18534
18837
|
_CVATPR,
|
|
18535
18838
|
0,
|
|
18536
|
-
[_TPT, _UTPT, _DTPT, _OO, _DOev,
|
|
18839
|
+
[_TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _De, _TS, _CT, _DR, _SS, _NAOO],
|
|
18537
18840
|
[
|
|
18538
18841
|
0,
|
|
18539
18842
|
0,
|
|
@@ -18681,6 +18984,39 @@ export var CreateVpcBlockPublicAccessExclusionResult = [
|
|
|
18681
18984
|
],
|
|
18682
18985
|
],
|
|
18683
18986
|
];
|
|
18987
|
+
export var CreateVpcEncryptionControlRequest = [
|
|
18988
|
+
3,
|
|
18989
|
+
n0,
|
|
18990
|
+
_CVECR,
|
|
18991
|
+
0,
|
|
18992
|
+
[_DR, _VI, _TS],
|
|
18993
|
+
[
|
|
18994
|
+
2,
|
|
18995
|
+
0,
|
|
18996
|
+
[
|
|
18997
|
+
() => TagSpecificationList,
|
|
18998
|
+
{
|
|
18999
|
+
[_xN]: _TSa,
|
|
19000
|
+
},
|
|
19001
|
+
],
|
|
19002
|
+
],
|
|
19003
|
+
];
|
|
19004
|
+
export var CreateVpcEncryptionControlResult = [
|
|
19005
|
+
3,
|
|
19006
|
+
n0,
|
|
19007
|
+
_CVECRr,
|
|
19008
|
+
0,
|
|
19009
|
+
[_VEC],
|
|
19010
|
+
[
|
|
19011
|
+
[
|
|
19012
|
+
() => VpcEncryptionControl,
|
|
19013
|
+
{
|
|
19014
|
+
[_eQN]: `VpcEncryptionControl`,
|
|
19015
|
+
[_xN]: _vEC,
|
|
19016
|
+
},
|
|
19017
|
+
],
|
|
19018
|
+
],
|
|
19019
|
+
];
|
|
18684
19020
|
export var CreateVpcEndpointConnectionNotificationRequest = [
|
|
18685
19021
|
3,
|
|
18686
19022
|
n0,
|
|
@@ -18917,7 +19253,7 @@ export var CreateVpcRequest = [
|
|
|
18917
19253
|
n0,
|
|
18918
19254
|
_CVRre,
|
|
18919
19255
|
0,
|
|
18920
|
-
[_CB, _IPpvo, _ICB, _IIPIp, _INLp, _IIPI, _INL, _ICBNBG, _TS, _DR, _ITns, _APICB],
|
|
19256
|
+
[_CB, _IPpvo, _ICB, _IIPIp, _INLp, _IIPI, _INL, _ICBNBG, _VEC, _TS, _DR, _ITns, _APICB],
|
|
18921
19257
|
[
|
|
18922
19258
|
0,
|
|
18923
19259
|
0,
|
|
@@ -18927,6 +19263,7 @@ export var CreateVpcRequest = [
|
|
|
18927
19263
|
0,
|
|
18928
19264
|
1,
|
|
18929
19265
|
0,
|
|
19266
|
+
() => VpcEncryptionControlConfiguration,
|
|
18930
19267
|
[
|
|
18931
19268
|
() => TagSpecificationList,
|
|
18932
19269
|
{
|
|
@@ -18944,7 +19281,7 @@ export var CreateVpcRequest = [
|
|
|
18944
19281
|
0,
|
|
18945
19282
|
{
|
|
18946
19283
|
[_eQN]: `InstanceTenancy`,
|
|
18947
|
-
[_xN]:
|
|
19284
|
+
[_xN]: _iTns,
|
|
18948
19285
|
},
|
|
18949
19286
|
],
|
|
18950
19287
|
[
|
|
@@ -20905,6 +21242,54 @@ export var DeleteTransitGatewayConnectResult = [
|
|
|
20905
21242
|
],
|
|
20906
21243
|
],
|
|
20907
21244
|
];
|
|
21245
|
+
export var DeleteTransitGatewayMeteringPolicyEntryRequest = [
|
|
21246
|
+
3,
|
|
21247
|
+
n0,
|
|
21248
|
+
_DTGMPER,
|
|
21249
|
+
0,
|
|
21250
|
+
[_TGMPI, _PRN, _DR],
|
|
21251
|
+
[0, 1, 2],
|
|
21252
|
+
];
|
|
21253
|
+
export var DeleteTransitGatewayMeteringPolicyEntryResult = [
|
|
21254
|
+
3,
|
|
21255
|
+
n0,
|
|
21256
|
+
_DTGMPERe,
|
|
21257
|
+
0,
|
|
21258
|
+
[_TGMPE],
|
|
21259
|
+
[
|
|
21260
|
+
[
|
|
21261
|
+
() => TransitGatewayMeteringPolicyEntry,
|
|
21262
|
+
{
|
|
21263
|
+
[_eQN]: `TransitGatewayMeteringPolicyEntry`,
|
|
21264
|
+
[_xN]: _tGMPE,
|
|
21265
|
+
},
|
|
21266
|
+
],
|
|
21267
|
+
],
|
|
21268
|
+
];
|
|
21269
|
+
export var DeleteTransitGatewayMeteringPolicyRequest = [
|
|
21270
|
+
3,
|
|
21271
|
+
n0,
|
|
21272
|
+
_DTGMPR,
|
|
21273
|
+
0,
|
|
21274
|
+
[_TGMPI, _DR],
|
|
21275
|
+
[0, 2],
|
|
21276
|
+
];
|
|
21277
|
+
export var DeleteTransitGatewayMeteringPolicyResult = [
|
|
21278
|
+
3,
|
|
21279
|
+
n0,
|
|
21280
|
+
_DTGMPRe,
|
|
21281
|
+
0,
|
|
21282
|
+
[_TGMP],
|
|
21283
|
+
[
|
|
21284
|
+
[
|
|
21285
|
+
() => TransitGatewayMeteringPolicy,
|
|
21286
|
+
{
|
|
21287
|
+
[_eQN]: `TransitGatewayMeteringPolicy`,
|
|
21288
|
+
[_xN]: _tGMP,
|
|
21289
|
+
},
|
|
21290
|
+
],
|
|
21291
|
+
],
|
|
21292
|
+
];
|
|
20908
21293
|
export var DeleteTransitGatewayMulticastDomainRequest = [
|
|
20909
21294
|
3,
|
|
20910
21295
|
n0,
|
|
@@ -21223,6 +21608,23 @@ export var DeleteVpcBlockPublicAccessExclusionResult = [
|
|
|
21223
21608
|
],
|
|
21224
21609
|
],
|
|
21225
21610
|
];
|
|
21611
|
+
export var DeleteVpcEncryptionControlRequest = [3, n0, _DVECR, 0, [_DR, _VECI], [2, 0]];
|
|
21612
|
+
export var DeleteVpcEncryptionControlResult = [
|
|
21613
|
+
3,
|
|
21614
|
+
n0,
|
|
21615
|
+
_DVECRe,
|
|
21616
|
+
0,
|
|
21617
|
+
[_VEC],
|
|
21618
|
+
[
|
|
21619
|
+
[
|
|
21620
|
+
() => VpcEncryptionControl,
|
|
21621
|
+
{
|
|
21622
|
+
[_eQN]: `VpcEncryptionControl`,
|
|
21623
|
+
[_xN]: _vEC,
|
|
21624
|
+
},
|
|
21625
|
+
],
|
|
21626
|
+
],
|
|
21627
|
+
];
|
|
21226
21628
|
export var DeleteVpcEndpointConnectionNotificationsRequest = [
|
|
21227
21629
|
3,
|
|
21228
21630
|
n0,
|
|
@@ -21809,7 +22211,7 @@ export var DescribeAddressTransfersResult = [
|
|
|
21809
22211
|
n0,
|
|
21810
22212
|
_DATRe,
|
|
21811
22213
|
0,
|
|
21812
|
-
[
|
|
22214
|
+
[_ATdd, _NTe],
|
|
21813
22215
|
[
|
|
21814
22216
|
[
|
|
21815
22217
|
() => AddressTransferList,
|
|
@@ -22502,7 +22904,7 @@ export var DescribeClassicLinkInstancesRequest = [
|
|
|
22502
22904
|
n0,
|
|
22503
22905
|
_DCLIR,
|
|
22504
22906
|
0,
|
|
22505
|
-
[_DR,
|
|
22907
|
+
[_DR, _IIns, _Fi, _NTe, _MR],
|
|
22506
22908
|
[
|
|
22507
22909
|
[
|
|
22508
22910
|
2,
|
|
@@ -23584,7 +23986,7 @@ export var DescribeFleetsInstances = [
|
|
|
23584
23986
|
n0,
|
|
23585
23987
|
_DFI,
|
|
23586
23988
|
0,
|
|
23587
|
-
[_LTAO, _L,
|
|
23989
|
+
[_LTAO, _L, _IIns, _IT, _Pl],
|
|
23588
23990
|
[
|
|
23589
23991
|
[
|
|
23590
23992
|
() => LaunchTemplateAndOverridesResponse,
|
|
@@ -23604,7 +24006,7 @@ export var DescribeFleetsInstances = [
|
|
|
23604
24006
|
() => InstanceIdsSet,
|
|
23605
24007
|
{
|
|
23606
24008
|
[_eQN]: `InstanceIds`,
|
|
23607
|
-
[_xN]:
|
|
24009
|
+
[_xN]: _iIns,
|
|
23608
24010
|
},
|
|
23609
24011
|
],
|
|
23610
24012
|
[
|
|
@@ -24421,7 +24823,7 @@ export var DescribeInstanceCreditSpecificationsRequest = [
|
|
|
24421
24823
|
n0,
|
|
24422
24824
|
_DICSR,
|
|
24423
24825
|
0,
|
|
24424
|
-
[_DR, _Fi,
|
|
24826
|
+
[_DR, _Fi, _IIns, _MR, _NTe],
|
|
24425
24827
|
[
|
|
24426
24828
|
2,
|
|
24427
24829
|
[
|
|
@@ -24539,7 +24941,7 @@ export var DescribeInstanceImageMetadataRequest = [
|
|
|
24539
24941
|
n0,
|
|
24540
24942
|
_DIIMR,
|
|
24541
24943
|
0,
|
|
24542
|
-
[_Fi,
|
|
24944
|
+
[_Fi, _IIns, _MR, _NTe, _DR],
|
|
24543
24945
|
[
|
|
24544
24946
|
[
|
|
24545
24947
|
() => FilterList,
|
|
@@ -24586,7 +24988,7 @@ export var DescribeInstanceSqlHaHistoryStatesRequest = [
|
|
|
24586
24988
|
n0,
|
|
24587
24989
|
_DISHHSR,
|
|
24588
24990
|
0,
|
|
24589
|
-
[
|
|
24991
|
+
[_IIns, _ST, _ETnd, _NTe, _MR, _Fi, _DR],
|
|
24590
24992
|
[
|
|
24591
24993
|
[
|
|
24592
24994
|
() => InstanceIdStringList,
|
|
@@ -24635,7 +25037,7 @@ export var DescribeInstanceSqlHaStatesRequest = [
|
|
|
24635
25037
|
n0,
|
|
24636
25038
|
_DISHSR,
|
|
24637
25039
|
0,
|
|
24638
|
-
[
|
|
25040
|
+
[_IIns, _NTe, _MR, _Fi, _DR],
|
|
24639
25041
|
[
|
|
24640
25042
|
[
|
|
24641
25043
|
() => InstanceIdStringList,
|
|
@@ -24682,7 +25084,7 @@ export var DescribeInstancesRequest = [
|
|
|
24682
25084
|
n0,
|
|
24683
25085
|
_DIRescr,
|
|
24684
25086
|
0,
|
|
24685
|
-
[
|
|
25087
|
+
[_IIns, _DR, _Fi, _NTe, _MR],
|
|
24686
25088
|
[
|
|
24687
25089
|
[
|
|
24688
25090
|
() => InstanceIdStringList,
|
|
@@ -24747,7 +25149,7 @@ export var DescribeInstanceStatusRequest = [
|
|
|
24747
25149
|
n0,
|
|
24748
25150
|
_DISRes,
|
|
24749
25151
|
0,
|
|
24750
|
-
[
|
|
25152
|
+
[_IIns, _MR, _NTe, _DR, _Fi, _IAI],
|
|
24751
25153
|
[
|
|
24752
25154
|
[
|
|
24753
25155
|
() => InstanceIdStringList,
|
|
@@ -24807,7 +25209,7 @@ export var DescribeInstanceTopologyRequest = [
|
|
|
24807
25209
|
n0,
|
|
24808
25210
|
_DITR,
|
|
24809
25211
|
0,
|
|
24810
|
-
[_DR, _NTe, _MR,
|
|
25212
|
+
[_DR, _NTe, _MR, _IIns, _GNr, _Fi],
|
|
24811
25213
|
[
|
|
24812
25214
|
2,
|
|
24813
25215
|
0,
|
|
@@ -27114,7 +27516,7 @@ export var DescribeReservedInstancesOfferingsRequest = [
|
|
|
27114
27516
|
0,
|
|
27115
27517
|
{
|
|
27116
27518
|
[_eQN]: `InstanceTenancy`,
|
|
27117
|
-
[_xN]:
|
|
27519
|
+
[_xN]: _iTns,
|
|
27118
27520
|
},
|
|
27119
27521
|
],
|
|
27120
27522
|
[
|
|
@@ -28779,6 +29181,48 @@ export var DescribeTransitGatewayConnectsResult = [
|
|
|
28779
29181
|
],
|
|
28780
29182
|
],
|
|
28781
29183
|
];
|
|
29184
|
+
export var DescribeTransitGatewayMeteringPoliciesRequest = [
|
|
29185
|
+
3,
|
|
29186
|
+
n0,
|
|
29187
|
+
_DTGMPRes,
|
|
29188
|
+
0,
|
|
29189
|
+
[_TGMPIr, _Fi, _MR, _NTe, _DR],
|
|
29190
|
+
[
|
|
29191
|
+
[() => TransitGatewayMeteringPolicyIdStringList, 0],
|
|
29192
|
+
[
|
|
29193
|
+
() => FilterList,
|
|
29194
|
+
{
|
|
29195
|
+
[_xN]: _Fil,
|
|
29196
|
+
},
|
|
29197
|
+
],
|
|
29198
|
+
1,
|
|
29199
|
+
0,
|
|
29200
|
+
2,
|
|
29201
|
+
],
|
|
29202
|
+
];
|
|
29203
|
+
export var DescribeTransitGatewayMeteringPoliciesResult = [
|
|
29204
|
+
3,
|
|
29205
|
+
n0,
|
|
29206
|
+
_DTGMPResc,
|
|
29207
|
+
0,
|
|
29208
|
+
[_TGMPr, _NTe],
|
|
29209
|
+
[
|
|
29210
|
+
[
|
|
29211
|
+
() => TransitGatewayMeteringPolicyList,
|
|
29212
|
+
{
|
|
29213
|
+
[_eQN]: `TransitGatewayMeteringPolicies`,
|
|
29214
|
+
[_xN]: _tGMPr,
|
|
29215
|
+
},
|
|
29216
|
+
],
|
|
29217
|
+
[
|
|
29218
|
+
0,
|
|
29219
|
+
{
|
|
29220
|
+
[_eQN]: `NextToken`,
|
|
29221
|
+
[_xN]: _nTe,
|
|
29222
|
+
},
|
|
29223
|
+
],
|
|
29224
|
+
],
|
|
29225
|
+
];
|
|
28782
29226
|
export var DescribeTransitGatewayMulticastDomainsRequest = [
|
|
28783
29227
|
3,
|
|
28784
29228
|
n0,
|
|
@@ -29786,6 +30230,59 @@ export var DescribeVpcClassicLinkResult = [
|
|
|
29786
30230
|
],
|
|
29787
30231
|
],
|
|
29788
30232
|
];
|
|
30233
|
+
export var DescribeVpcEncryptionControlsRequest = [
|
|
30234
|
+
3,
|
|
30235
|
+
n0,
|
|
30236
|
+
_DVECRes,
|
|
30237
|
+
0,
|
|
30238
|
+
[_DR, _Fi, _VECIp, _VIp, _NTe, _MR],
|
|
30239
|
+
[
|
|
30240
|
+
2,
|
|
30241
|
+
[
|
|
30242
|
+
() => FilterList,
|
|
30243
|
+
{
|
|
30244
|
+
[_xN]: _Fil,
|
|
30245
|
+
},
|
|
30246
|
+
],
|
|
30247
|
+
[
|
|
30248
|
+
() => VpcEncryptionControlIdList,
|
|
30249
|
+
{
|
|
30250
|
+
[_xN]: _VECI,
|
|
30251
|
+
},
|
|
30252
|
+
],
|
|
30253
|
+
[
|
|
30254
|
+
() => VpcIdStringList,
|
|
30255
|
+
{
|
|
30256
|
+
[_xN]: _VI,
|
|
30257
|
+
},
|
|
30258
|
+
],
|
|
30259
|
+
0,
|
|
30260
|
+
1,
|
|
30261
|
+
],
|
|
30262
|
+
];
|
|
30263
|
+
export var DescribeVpcEncryptionControlsResult = [
|
|
30264
|
+
3,
|
|
30265
|
+
n0,
|
|
30266
|
+
_DVECResc,
|
|
30267
|
+
0,
|
|
30268
|
+
[_VECp, _NTe],
|
|
30269
|
+
[
|
|
30270
|
+
[
|
|
30271
|
+
() => VpcEncryptionControlList,
|
|
30272
|
+
{
|
|
30273
|
+
[_eQN]: `VpcEncryptionControlSet`,
|
|
30274
|
+
[_xN]: _vECS,
|
|
30275
|
+
},
|
|
30276
|
+
],
|
|
30277
|
+
[
|
|
30278
|
+
0,
|
|
30279
|
+
{
|
|
30280
|
+
[_eQN]: `NextToken`,
|
|
30281
|
+
[_xN]: _nTe,
|
|
30282
|
+
},
|
|
30283
|
+
],
|
|
30284
|
+
],
|
|
30285
|
+
];
|
|
29789
30286
|
export var DescribeVpcEndpointAssociationsRequest = [
|
|
29790
30287
|
3,
|
|
29791
30288
|
n0,
|
|
@@ -29878,7 +30375,7 @@ export var DescribeVpcEndpointConnectionNotificationsResult = [
|
|
|
29878
30375
|
export var DescribeVpcEndpointConnectionsRequest = [
|
|
29879
30376
|
3,
|
|
29880
30377
|
n0,
|
|
29881
|
-
|
|
30378
|
+
_DVECRescr,
|
|
29882
30379
|
0,
|
|
29883
30380
|
[_DR, _Fi, _MR, _NTe],
|
|
29884
30381
|
[
|
|
@@ -29896,15 +30393,15 @@ export var DescribeVpcEndpointConnectionsRequest = [
|
|
|
29896
30393
|
export var DescribeVpcEndpointConnectionsResult = [
|
|
29897
30394
|
3,
|
|
29898
30395
|
n0,
|
|
29899
|
-
|
|
30396
|
+
_DVECRescri,
|
|
29900
30397
|
0,
|
|
29901
|
-
[
|
|
30398
|
+
[_VECpc, _NTe],
|
|
29902
30399
|
[
|
|
29903
30400
|
[
|
|
29904
30401
|
() => VpcEndpointConnectionSet,
|
|
29905
30402
|
{
|
|
29906
30403
|
[_eQN]: `VpcEndpointConnectionSet`,
|
|
29907
|
-
[_xN]:
|
|
30404
|
+
[_xN]: _vECSp,
|
|
29908
30405
|
},
|
|
29909
30406
|
],
|
|
29910
30407
|
[
|
|
@@ -31141,7 +31638,7 @@ export var DisableInstanceSqlHaStandbyDetectionsRequest = [
|
|
|
31141
31638
|
n0,
|
|
31142
31639
|
_DISHSDR,
|
|
31143
31640
|
0,
|
|
31144
|
-
[
|
|
31641
|
+
[_IIns, _DR],
|
|
31145
31642
|
[
|
|
31146
31643
|
[
|
|
31147
31644
|
() => InstanceIdUpdateStringList,
|
|
@@ -33249,7 +33746,7 @@ export var EnableInstanceSqlHaStandbyDetectionsRequest = [
|
|
|
33249
33746
|
n0,
|
|
33250
33747
|
_EISHSDR,
|
|
33251
33748
|
0,
|
|
33252
|
-
[
|
|
33749
|
+
[_IIns, _SSC, _DR],
|
|
33253
33750
|
[
|
|
33254
33751
|
[
|
|
33255
33752
|
() => InstanceIdUpdateStringList,
|
|
@@ -33546,6 +34043,29 @@ export var EnclaveOptions = [
|
|
|
33546
34043
|
],
|
|
33547
34044
|
];
|
|
33548
34045
|
export var EnclaveOptionsRequest = [3, n0, _EOR, 0, [_En], [2]];
|
|
34046
|
+
export var EncryptionSupport = [
|
|
34047
|
+
3,
|
|
34048
|
+
n0,
|
|
34049
|
+
_ESn,
|
|
34050
|
+
0,
|
|
34051
|
+
[_ESnc, _SMta],
|
|
34052
|
+
[
|
|
34053
|
+
[
|
|
34054
|
+
0,
|
|
34055
|
+
{
|
|
34056
|
+
[_eQN]: `EncryptionState`,
|
|
34057
|
+
[_xN]: _eSnc,
|
|
34058
|
+
},
|
|
34059
|
+
],
|
|
34060
|
+
[
|
|
34061
|
+
0,
|
|
34062
|
+
{
|
|
34063
|
+
[_eQN]: `StateMessage`,
|
|
34064
|
+
[_xN]: _sMta,
|
|
34065
|
+
},
|
|
34066
|
+
],
|
|
34067
|
+
],
|
|
34068
|
+
];
|
|
33549
34069
|
export var EventInformation = [
|
|
33550
34070
|
3,
|
|
33551
34071
|
n0,
|
|
@@ -35566,7 +36086,7 @@ export var FpgaImage = [
|
|
|
35566
36086
|
() => InstanceTypesList,
|
|
35567
36087
|
{
|
|
35568
36088
|
[_eQN]: `InstanceTypes`,
|
|
35569
|
-
[_xN]:
|
|
36089
|
+
[_xN]: _iTnst,
|
|
35570
36090
|
},
|
|
35571
36091
|
],
|
|
35572
36092
|
],
|
|
@@ -35753,7 +36273,7 @@ export var GetAssociatedIpv6PoolCidrsResult = [
|
|
|
35753
36273
|
n0,
|
|
35754
36274
|
_GAIPCRe,
|
|
35755
36275
|
0,
|
|
35756
|
-
[
|
|
36276
|
+
[_ICAp, _NTe],
|
|
35757
36277
|
[
|
|
35758
36278
|
[
|
|
35759
36279
|
() => Ipv6CidrAssociationSet,
|
|
@@ -35987,7 +36507,7 @@ export var GetCapacityReservationUsageResult = [
|
|
|
35987
36507
|
n0,
|
|
35988
36508
|
_GCRURe,
|
|
35989
36509
|
0,
|
|
35990
|
-
[_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU],
|
|
36510
|
+
[_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU, _Int, _ICA, _IIn],
|
|
35991
36511
|
[
|
|
35992
36512
|
[
|
|
35993
36513
|
0,
|
|
@@ -36038,6 +36558,27 @@ export var GetCapacityReservationUsageResult = [
|
|
|
36038
36558
|
[_xN]: _iUS,
|
|
36039
36559
|
},
|
|
36040
36560
|
],
|
|
36561
|
+
[
|
|
36562
|
+
2,
|
|
36563
|
+
{
|
|
36564
|
+
[_eQN]: `Interruptible`,
|
|
36565
|
+
[_xN]: _int,
|
|
36566
|
+
},
|
|
36567
|
+
],
|
|
36568
|
+
[
|
|
36569
|
+
() => InterruptibleCapacityAllocation,
|
|
36570
|
+
{
|
|
36571
|
+
[_eQN]: `InterruptibleCapacityAllocation`,
|
|
36572
|
+
[_xN]: _iCA,
|
|
36573
|
+
},
|
|
36574
|
+
],
|
|
36575
|
+
[
|
|
36576
|
+
() => InterruptionInfo,
|
|
36577
|
+
{
|
|
36578
|
+
[_eQN]: `InterruptionInfo`,
|
|
36579
|
+
[_xN]: _iIn,
|
|
36580
|
+
},
|
|
36581
|
+
],
|
|
36041
36582
|
],
|
|
36042
36583
|
];
|
|
36043
36584
|
export var GetCoipPoolUsageRequest = [
|
|
@@ -37751,6 +38292,48 @@ export var GetTransitGatewayAttachmentPropagationsResult = [
|
|
|
37751
38292
|
],
|
|
37752
38293
|
],
|
|
37753
38294
|
];
|
|
38295
|
+
export var GetTransitGatewayMeteringPolicyEntriesRequest = [
|
|
38296
|
+
3,
|
|
38297
|
+
n0,
|
|
38298
|
+
_GTGMPER,
|
|
38299
|
+
0,
|
|
38300
|
+
[_TGMPI, _Fi, _MR, _NTe, _DR],
|
|
38301
|
+
[
|
|
38302
|
+
0,
|
|
38303
|
+
[
|
|
38304
|
+
() => FilterList,
|
|
38305
|
+
{
|
|
38306
|
+
[_xN]: _Fil,
|
|
38307
|
+
},
|
|
38308
|
+
],
|
|
38309
|
+
1,
|
|
38310
|
+
0,
|
|
38311
|
+
2,
|
|
38312
|
+
],
|
|
38313
|
+
];
|
|
38314
|
+
export var GetTransitGatewayMeteringPolicyEntriesResult = [
|
|
38315
|
+
3,
|
|
38316
|
+
n0,
|
|
38317
|
+
_GTGMPERe,
|
|
38318
|
+
0,
|
|
38319
|
+
[_TGMPEr, _NTe],
|
|
38320
|
+
[
|
|
38321
|
+
[
|
|
38322
|
+
() => TransitGatewayMeteringPolicyEntryList,
|
|
38323
|
+
{
|
|
38324
|
+
[_eQN]: `TransitGatewayMeteringPolicyEntries`,
|
|
38325
|
+
[_xN]: _tGMPEr,
|
|
38326
|
+
},
|
|
38327
|
+
],
|
|
38328
|
+
[
|
|
38329
|
+
0,
|
|
38330
|
+
{
|
|
38331
|
+
[_eQN]: `NextToken`,
|
|
38332
|
+
[_xN]: _nTe,
|
|
38333
|
+
},
|
|
38334
|
+
],
|
|
38335
|
+
],
|
|
38336
|
+
];
|
|
37754
38337
|
export var GetTransitGatewayMulticastDomainAssociationsRequest = [
|
|
37755
38338
|
3,
|
|
37756
38339
|
n0,
|
|
@@ -38085,6 +38668,37 @@ export var GetVerifiedAccessGroupPolicyResult = [
|
|
|
38085
38668
|
],
|
|
38086
38669
|
],
|
|
38087
38670
|
];
|
|
38671
|
+
export var GetVpcResourcesBlockingEncryptionEnforcementRequest = [
|
|
38672
|
+
3,
|
|
38673
|
+
n0,
|
|
38674
|
+
_GVRBEER,
|
|
38675
|
+
0,
|
|
38676
|
+
[_VI, _MR, _NTe, _DR],
|
|
38677
|
+
[0, 1, 0, 2],
|
|
38678
|
+
];
|
|
38679
|
+
export var GetVpcResourcesBlockingEncryptionEnforcementResult = [
|
|
38680
|
+
3,
|
|
38681
|
+
n0,
|
|
38682
|
+
_GVRBEERe,
|
|
38683
|
+
0,
|
|
38684
|
+
[_NCR, _NTe],
|
|
38685
|
+
[
|
|
38686
|
+
[
|
|
38687
|
+
() => VpcEncryptionNonCompliantResourceList,
|
|
38688
|
+
{
|
|
38689
|
+
[_eQN]: `NonCompliantResourceSet`,
|
|
38690
|
+
[_xN]: _nCRS,
|
|
38691
|
+
},
|
|
38692
|
+
],
|
|
38693
|
+
[
|
|
38694
|
+
0,
|
|
38695
|
+
{
|
|
38696
|
+
[_eQN]: `NextToken`,
|
|
38697
|
+
[_xN]: _nTe,
|
|
38698
|
+
},
|
|
38699
|
+
],
|
|
38700
|
+
],
|
|
38701
|
+
];
|
|
38088
38702
|
export var GetVpnConnectionDeviceSampleConfigurationRequest = [
|
|
38089
38703
|
3,
|
|
38090
38704
|
n0,
|
|
@@ -41684,7 +42298,7 @@ export var InstanceEventWindowAssociationRequest = [
|
|
|
41684
42298
|
n0,
|
|
41685
42299
|
_IEWAR,
|
|
41686
42300
|
0,
|
|
41687
|
-
[
|
|
42301
|
+
[_IIns, _ITnsta, _DHI],
|
|
41688
42302
|
[
|
|
41689
42303
|
[
|
|
41690
42304
|
() => InstanceIdList,
|
|
@@ -41711,7 +42325,7 @@ export var InstanceEventWindowAssociationTarget = [
|
|
|
41711
42325
|
n0,
|
|
41712
42326
|
_IEWAT,
|
|
41713
42327
|
0,
|
|
41714
|
-
[
|
|
42328
|
+
[_IIns, _T, _DHI],
|
|
41715
42329
|
[
|
|
41716
42330
|
[
|
|
41717
42331
|
() => InstanceIdList,
|
|
@@ -41741,7 +42355,7 @@ export var InstanceEventWindowDisassociationRequest = [
|
|
|
41741
42355
|
n0,
|
|
41742
42356
|
_IEWDR,
|
|
41743
42357
|
0,
|
|
41744
|
-
[
|
|
42358
|
+
[_IIns, _ITnsta, _DHI],
|
|
41745
42359
|
[
|
|
41746
42360
|
[
|
|
41747
42361
|
() => InstanceIdList,
|
|
@@ -42198,7 +42812,7 @@ export var InstanceNetworkInterface = [
|
|
|
42198
42812
|
_Sta,
|
|
42199
42813
|
_SIu,
|
|
42200
42814
|
_VI,
|
|
42201
|
-
|
|
42815
|
+
_ITnt,
|
|
42202
42816
|
_IPpvr,
|
|
42203
42817
|
_IPp,
|
|
42204
42818
|
_CTC,
|
|
@@ -42475,7 +43089,7 @@ export var InstanceNetworkInterfaceSpecification = [
|
|
|
42475
43089
|
_SPIAC,
|
|
42476
43090
|
_SIu,
|
|
42477
43091
|
_ACIA,
|
|
42478
|
-
|
|
43092
|
+
_ITnt,
|
|
42479
43093
|
_NCI,
|
|
42480
43094
|
_IPpvr,
|
|
42481
43095
|
_IPCp,
|
|
@@ -43762,6 +44376,73 @@ export var InternetGatewayAttachment = [
|
|
|
43762
44376
|
],
|
|
43763
44377
|
],
|
|
43764
44378
|
];
|
|
44379
|
+
export var InterruptibleCapacityAllocation = [
|
|
44380
|
+
3,
|
|
44381
|
+
n0,
|
|
44382
|
+
_ICA,
|
|
44383
|
+
0,
|
|
44384
|
+
[_IC, _TICa, _Sta, _ICRI, _ITn],
|
|
44385
|
+
[
|
|
44386
|
+
[
|
|
44387
|
+
1,
|
|
44388
|
+
{
|
|
44389
|
+
[_eQN]: `InstanceCount`,
|
|
44390
|
+
[_xN]: _iC,
|
|
44391
|
+
},
|
|
44392
|
+
],
|
|
44393
|
+
[
|
|
44394
|
+
1,
|
|
44395
|
+
{
|
|
44396
|
+
[_eQN]: `TargetInstanceCount`,
|
|
44397
|
+
[_xN]: _tICa,
|
|
44398
|
+
},
|
|
44399
|
+
],
|
|
44400
|
+
[
|
|
44401
|
+
0,
|
|
44402
|
+
{
|
|
44403
|
+
[_eQN]: `Status`,
|
|
44404
|
+
[_xN]: _sta,
|
|
44405
|
+
},
|
|
44406
|
+
],
|
|
44407
|
+
[
|
|
44408
|
+
0,
|
|
44409
|
+
{
|
|
44410
|
+
[_eQN]: `InterruptibleCapacityReservationId`,
|
|
44411
|
+
[_xN]: _iCRI,
|
|
44412
|
+
},
|
|
44413
|
+
],
|
|
44414
|
+
[
|
|
44415
|
+
0,
|
|
44416
|
+
{
|
|
44417
|
+
[_eQN]: `InterruptionType`,
|
|
44418
|
+
[_xN]: _iTn,
|
|
44419
|
+
},
|
|
44420
|
+
],
|
|
44421
|
+
],
|
|
44422
|
+
];
|
|
44423
|
+
export var InterruptionInfo = [
|
|
44424
|
+
3,
|
|
44425
|
+
n0,
|
|
44426
|
+
_IIn,
|
|
44427
|
+
0,
|
|
44428
|
+
[_SCRI, _ITn],
|
|
44429
|
+
[
|
|
44430
|
+
[
|
|
44431
|
+
0,
|
|
44432
|
+
{
|
|
44433
|
+
[_eQN]: `SourceCapacityReservationId`,
|
|
44434
|
+
[_xN]: _sCRI,
|
|
44435
|
+
},
|
|
44436
|
+
],
|
|
44437
|
+
[
|
|
44438
|
+
0,
|
|
44439
|
+
{
|
|
44440
|
+
[_eQN]: `InterruptionType`,
|
|
44441
|
+
[_xN]: _iTn,
|
|
44442
|
+
},
|
|
44443
|
+
],
|
|
44444
|
+
],
|
|
44445
|
+
];
|
|
43765
44446
|
export var Ipam = [
|
|
43766
44447
|
3,
|
|
43767
44448
|
n0,
|
|
@@ -44040,7 +44721,7 @@ export var IpamDiscoveredPublicAddress = [
|
|
|
44040
44721
|
n0,
|
|
44041
44722
|
_IDPAp,
|
|
44042
44723
|
0,
|
|
44043
|
-
[_IRDI, _ARd, _A, _AOI, _AAId, _ASs,
|
|
44724
|
+
[_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SG, _STam],
|
|
44044
44725
|
[
|
|
44045
44726
|
[
|
|
44046
44727
|
0,
|
|
@@ -44088,7 +44769,7 @@ export var IpamDiscoveredPublicAddress = [
|
|
|
44088
44769
|
0,
|
|
44089
44770
|
{
|
|
44090
44771
|
[_eQN]: `AddressType`,
|
|
44091
|
-
[_xN]:
|
|
44772
|
+
[_xN]: _aTdd,
|
|
44092
44773
|
},
|
|
44093
44774
|
],
|
|
44094
44775
|
[
|
|
@@ -45876,7 +46557,7 @@ export var Ipv4PrefixSpecificationResponse = [
|
|
|
45876
46557
|
export var Ipv6CidrAssociation = [
|
|
45877
46558
|
3,
|
|
45878
46559
|
n0,
|
|
45879
|
-
|
|
46560
|
+
_ICApv,
|
|
45880
46561
|
0,
|
|
45881
46562
|
[_ICp, _ARss],
|
|
45882
46563
|
[
|
|
@@ -46183,7 +46864,7 @@ export var LaunchSpecification = [
|
|
|
46183
46864
|
n0,
|
|
46184
46865
|
_LSa,
|
|
46185
46866
|
0,
|
|
46186
|
-
[_UDs,
|
|
46867
|
+
[_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SG, _Mon],
|
|
46187
46868
|
[
|
|
46188
46869
|
[
|
|
46189
46870
|
() => SensitiveUserData,
|
|
@@ -46196,7 +46877,7 @@ export var LaunchSpecification = [
|
|
|
46196
46877
|
0,
|
|
46197
46878
|
{
|
|
46198
46879
|
[_eQN]: `AddressingType`,
|
|
46199
|
-
[_xN]:
|
|
46880
|
+
[_xN]: _aTddr,
|
|
46200
46881
|
},
|
|
46201
46882
|
],
|
|
46202
46883
|
[
|
|
@@ -46837,7 +47518,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46837
47518
|
_De,
|
|
46838
47519
|
_DI,
|
|
46839
47520
|
_G,
|
|
46840
|
-
|
|
47521
|
+
_ITnt,
|
|
46841
47522
|
_IAC,
|
|
46842
47523
|
_IA,
|
|
46843
47524
|
_NII,
|
|
@@ -47031,7 +47712,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = [
|
|
|
47031
47712
|
_De,
|
|
47032
47713
|
_DI,
|
|
47033
47714
|
_G,
|
|
47034
|
-
|
|
47715
|
+
_ITnt,
|
|
47035
47716
|
_IAC,
|
|
47036
47717
|
_IA,
|
|
47037
47718
|
_NII,
|
|
@@ -47587,6 +48268,47 @@ export var ListSnapshotsInRecycleBinResult = [
|
|
|
47587
48268
|
],
|
|
47588
48269
|
],
|
|
47589
48270
|
];
|
|
48271
|
+
export var ListVolumesInRecycleBinRequest = [
|
|
48272
|
+
3,
|
|
48273
|
+
n0,
|
|
48274
|
+
_LVIRBR,
|
|
48275
|
+
0,
|
|
48276
|
+
[_VIol, _DR, _MR, _NTe],
|
|
48277
|
+
[
|
|
48278
|
+
[
|
|
48279
|
+
() => VolumeIdStringList,
|
|
48280
|
+
{
|
|
48281
|
+
[_xN]: _VIo,
|
|
48282
|
+
},
|
|
48283
|
+
],
|
|
48284
|
+
2,
|
|
48285
|
+
1,
|
|
48286
|
+
0,
|
|
48287
|
+
],
|
|
48288
|
+
];
|
|
48289
|
+
export var ListVolumesInRecycleBinResult = [
|
|
48290
|
+
3,
|
|
48291
|
+
n0,
|
|
48292
|
+
_LVIRBRi,
|
|
48293
|
+
0,
|
|
48294
|
+
[_Vo, _NTe],
|
|
48295
|
+
[
|
|
48296
|
+
[
|
|
48297
|
+
() => VolumeRecycleBinInfoList,
|
|
48298
|
+
{
|
|
48299
|
+
[_eQN]: `VolumeSet`,
|
|
48300
|
+
[_xN]: _vS,
|
|
48301
|
+
},
|
|
48302
|
+
],
|
|
48303
|
+
[
|
|
48304
|
+
0,
|
|
48305
|
+
{
|
|
48306
|
+
[_eQN]: `NextToken`,
|
|
48307
|
+
[_xN]: _nTe,
|
|
48308
|
+
},
|
|
48309
|
+
],
|
|
48310
|
+
],
|
|
48311
|
+
];
|
|
47590
48312
|
export var LoadBalancersConfig = [
|
|
47591
48313
|
3,
|
|
47592
48314
|
n0,
|
|
@@ -50537,12 +51259,51 @@ export var ModifyTrafficMirrorSessionResult = [
|
|
|
50537
51259
|
],
|
|
50538
51260
|
],
|
|
50539
51261
|
];
|
|
51262
|
+
export var ModifyTransitGatewayMeteringPolicyRequest = [
|
|
51263
|
+
3,
|
|
51264
|
+
n0,
|
|
51265
|
+
_MTGMPR,
|
|
51266
|
+
0,
|
|
51267
|
+
[_TGMPI, _AMAI, _RMAI, _DR],
|
|
51268
|
+
[
|
|
51269
|
+
0,
|
|
51270
|
+
[
|
|
51271
|
+
64 | 0,
|
|
51272
|
+
{
|
|
51273
|
+
[_xN]: _AMAId,
|
|
51274
|
+
},
|
|
51275
|
+
],
|
|
51276
|
+
[
|
|
51277
|
+
64 | 0,
|
|
51278
|
+
{
|
|
51279
|
+
[_xN]: _RMAIe,
|
|
51280
|
+
},
|
|
51281
|
+
],
|
|
51282
|
+
2,
|
|
51283
|
+
],
|
|
51284
|
+
];
|
|
51285
|
+
export var ModifyTransitGatewayMeteringPolicyResult = [
|
|
51286
|
+
3,
|
|
51287
|
+
n0,
|
|
51288
|
+
_MTGMPRo,
|
|
51289
|
+
0,
|
|
51290
|
+
[_TGMP],
|
|
51291
|
+
[
|
|
51292
|
+
[
|
|
51293
|
+
() => TransitGatewayMeteringPolicy,
|
|
51294
|
+
{
|
|
51295
|
+
[_eQN]: `TransitGatewayMeteringPolicy`,
|
|
51296
|
+
[_xN]: _tGMP,
|
|
51297
|
+
},
|
|
51298
|
+
],
|
|
51299
|
+
],
|
|
51300
|
+
];
|
|
50540
51301
|
export var ModifyTransitGatewayOptions = [
|
|
50541
51302
|
3,
|
|
50542
51303
|
n0,
|
|
50543
51304
|
_MTGO,
|
|
50544
51305
|
0,
|
|
50545
|
-
[_ATGCB, _RTGCB, _VESp, _DSn, _SGRS, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _ASA],
|
|
51306
|
+
[_ATGCB, _RTGCB, _VESp, _DSn, _SGRS, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _ASA, _ESn],
|
|
50546
51307
|
[
|
|
50547
51308
|
[() => TransitGatewayCidrBlockStringList, 0],
|
|
50548
51309
|
[() => TransitGatewayCidrBlockStringList, 0],
|
|
@@ -50555,6 +51316,7 @@ export var ModifyTransitGatewayOptions = [
|
|
|
50555
51316
|
0,
|
|
50556
51317
|
0,
|
|
50557
51318
|
1,
|
|
51319
|
+
0,
|
|
50558
51320
|
],
|
|
50559
51321
|
];
|
|
50560
51322
|
export var ModifyTransitGatewayPrefixListReferenceRequest = [
|
|
@@ -51050,6 +51812,30 @@ export var ModifyVpcBlockPublicAccessOptionsResult = [
|
|
|
51050
51812
|
],
|
|
51051
51813
|
],
|
|
51052
51814
|
];
|
|
51815
|
+
export var ModifyVpcEncryptionControlRequest = [
|
|
51816
|
+
3,
|
|
51817
|
+
n0,
|
|
51818
|
+
_MVECR,
|
|
51819
|
+
0,
|
|
51820
|
+
[_DR, _VECI, _Mo, _IGE, _EOIGE, _NGE, _VPGE, _VPE, _LEam, _VLE, _EFSE],
|
|
51821
|
+
[2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
51822
|
+
];
|
|
51823
|
+
export var ModifyVpcEncryptionControlResult = [
|
|
51824
|
+
3,
|
|
51825
|
+
n0,
|
|
51826
|
+
_MVECRo,
|
|
51827
|
+
0,
|
|
51828
|
+
[_VEC],
|
|
51829
|
+
[
|
|
51830
|
+
[
|
|
51831
|
+
() => VpcEncryptionControl,
|
|
51832
|
+
{
|
|
51833
|
+
[_eQN]: `VpcEncryptionControl`,
|
|
51834
|
+
[_xN]: _vEC,
|
|
51835
|
+
},
|
|
51836
|
+
],
|
|
51837
|
+
],
|
|
51838
|
+
];
|
|
51053
51839
|
export var ModifyVpcEndpointConnectionNotificationRequest = [
|
|
51054
51840
|
3,
|
|
51055
51841
|
n0,
|
|
@@ -51531,7 +52317,7 @@ export var MonitorInstancesRequest = [
|
|
|
51531
52317
|
n0,
|
|
51532
52318
|
_MIRon,
|
|
51533
52319
|
0,
|
|
51534
|
-
[
|
|
52320
|
+
[_IIns, _DR],
|
|
51535
52321
|
[
|
|
51536
52322
|
[
|
|
51537
52323
|
() => InstanceIdStringList,
|
|
@@ -52716,7 +53502,7 @@ export var NetworkInterface = [
|
|
|
52716
53502
|
_CTC,
|
|
52717
53503
|
_De,
|
|
52718
53504
|
_G,
|
|
52719
|
-
|
|
53505
|
+
_ITnt,
|
|
52720
53506
|
_IA,
|
|
52721
53507
|
_MAa,
|
|
52722
53508
|
_NII,
|
|
@@ -55454,7 +56240,7 @@ export var RebootInstancesRequest = [
|
|
|
55454
56240
|
n0,
|
|
55455
56241
|
_RIR,
|
|
55456
56242
|
0,
|
|
55457
|
-
[
|
|
56243
|
+
[_IIns, _DR],
|
|
55458
56244
|
[
|
|
55459
56245
|
[
|
|
55460
56246
|
() => InstanceIdStringList,
|
|
@@ -56864,7 +57650,7 @@ export var RequestSpotLaunchSpecification = [
|
|
|
56864
57650
|
n0,
|
|
56865
57651
|
_RSLS,
|
|
56866
57652
|
0,
|
|
56867
|
-
[_SGIe, _SG,
|
|
57653
|
+
[_SGIe, _SG, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
|
|
56868
57654
|
[
|
|
56869
57655
|
[
|
|
56870
57656
|
() => RequestSpotLaunchSpecificationSecurityGroupIdList,
|
|
@@ -56882,7 +57668,7 @@ export var RequestSpotLaunchSpecification = [
|
|
|
56882
57668
|
0,
|
|
56883
57669
|
{
|
|
56884
57670
|
[_eQN]: `AddressingType`,
|
|
56885
|
-
[_xN]:
|
|
57671
|
+
[_xN]: _aTddr,
|
|
56886
57672
|
},
|
|
56887
57673
|
],
|
|
56888
57674
|
[
|
|
@@ -57123,7 +57909,7 @@ export var ReservedInstances = [
|
|
|
57123
57909
|
0,
|
|
57124
57910
|
{
|
|
57125
57911
|
[_eQN]: `InstanceTenancy`,
|
|
57126
|
-
[_xN]:
|
|
57912
|
+
[_xN]: _iTns,
|
|
57127
57913
|
},
|
|
57128
57914
|
],
|
|
57129
57915
|
[
|
|
@@ -57506,7 +58292,7 @@ export var ReservedInstancesOffering = [
|
|
|
57506
58292
|
0,
|
|
57507
58293
|
{
|
|
57508
58294
|
[_eQN]: `InstanceTenancy`,
|
|
57509
|
-
[_xN]:
|
|
58295
|
+
[_xN]: _iTns,
|
|
57510
58296
|
},
|
|
57511
58297
|
],
|
|
57512
58298
|
[
|
|
@@ -58348,6 +59134,23 @@ export var RestoreSnapshotTierResult = [
|
|
|
58348
59134
|
],
|
|
58349
59135
|
],
|
|
58350
59136
|
];
|
|
59137
|
+
export var RestoreVolumeFromRecycleBinRequest = [3, n0, _RVFRBR, 0, [_VIo, _DR], [0, 2]];
|
|
59138
|
+
export var RestoreVolumeFromRecycleBinResult = [
|
|
59139
|
+
3,
|
|
59140
|
+
n0,
|
|
59141
|
+
_RVFRBRe,
|
|
59142
|
+
0,
|
|
59143
|
+
[_R],
|
|
59144
|
+
[
|
|
59145
|
+
[
|
|
59146
|
+
2,
|
|
59147
|
+
{
|
|
59148
|
+
[_eQN]: `Return`,
|
|
59149
|
+
[_xN]: _r,
|
|
59150
|
+
},
|
|
59151
|
+
],
|
|
59152
|
+
],
|
|
59153
|
+
];
|
|
58351
59154
|
export var RevokeClientVpnIngressRequest = [
|
|
58352
59155
|
3,
|
|
58353
59156
|
n0,
|
|
@@ -59909,7 +60712,7 @@ export var ScheduledInstanceRecurrence = [
|
|
|
59909
60712
|
n0,
|
|
59910
60713
|
_SIRc,
|
|
59911
60714
|
0,
|
|
59912
|
-
[_Fre,
|
|
60715
|
+
[_Fre, _Inte, _ODS, _ORTE, _OU],
|
|
59913
60716
|
[
|
|
59914
60717
|
[
|
|
59915
60718
|
0,
|
|
@@ -59922,7 +60725,7 @@ export var ScheduledInstanceRecurrence = [
|
|
|
59922
60725
|
1,
|
|
59923
60726
|
{
|
|
59924
60727
|
[_eQN]: `Interval`,
|
|
59925
|
-
[_xN]:
|
|
60728
|
+
[_xN]: _inte,
|
|
59926
60729
|
},
|
|
59927
60730
|
],
|
|
59928
60731
|
[
|
|
@@ -59953,7 +60756,7 @@ export var ScheduledInstanceRecurrenceRequest = [
|
|
|
59953
60756
|
n0,
|
|
59954
60757
|
_SIRR,
|
|
59955
60758
|
0,
|
|
59956
|
-
[_Fre,
|
|
60759
|
+
[_Fre, _Inte, _OD, _ORTE, _OU],
|
|
59957
60760
|
[
|
|
59958
60761
|
0,
|
|
59959
60762
|
1,
|
|
@@ -61603,13 +62406,13 @@ export var SpotFleetLaunchSpecification = [
|
|
|
61603
62406
|
n0,
|
|
61604
62407
|
_SFLS,
|
|
61605
62408
|
0,
|
|
61606
|
-
[
|
|
62409
|
+
[_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SG],
|
|
61607
62410
|
[
|
|
61608
62411
|
[
|
|
61609
62412
|
0,
|
|
61610
62413
|
{
|
|
61611
62414
|
[_eQN]: `AddressingType`,
|
|
61612
|
-
[_xN]:
|
|
62415
|
+
[_xN]: _aTddr,
|
|
61613
62416
|
},
|
|
61614
62417
|
],
|
|
61615
62418
|
[
|
|
@@ -62599,7 +63402,7 @@ export var StartInstancesRequest = [
|
|
|
62599
63402
|
n0,
|
|
62600
63403
|
_SIRt,
|
|
62601
63404
|
0,
|
|
62602
|
-
[
|
|
63405
|
+
[_IIns, _AId, _DR],
|
|
62603
63406
|
[
|
|
62604
63407
|
[
|
|
62605
63408
|
() => InstanceIdStringList,
|
|
@@ -62777,7 +63580,7 @@ export var StopInstancesRequest = [
|
|
|
62777
63580
|
n0,
|
|
62778
63581
|
_SIRto,
|
|
62779
63582
|
0,
|
|
62780
|
-
[
|
|
63583
|
+
[_IIns, _Hi, _SOS, _DR, _F],
|
|
62781
63584
|
[
|
|
62782
63585
|
[
|
|
62783
63586
|
() => InstanceIdStringList,
|
|
@@ -63144,7 +63947,7 @@ export var SubnetCidrReservation = [
|
|
|
63144
63947
|
0,
|
|
63145
63948
|
{
|
|
63146
63949
|
[_eQN]: `SubnetCidrReservationId`,
|
|
63147
|
-
[_xN]:
|
|
63950
|
+
[_xN]: _sCRIu,
|
|
63148
63951
|
},
|
|
63149
63952
|
],
|
|
63150
63953
|
[
|
|
@@ -63695,7 +64498,7 @@ export var TerminateInstancesRequest = [
|
|
|
63695
64498
|
n0,
|
|
63696
64499
|
_TIR,
|
|
63697
64500
|
0,
|
|
63698
|
-
[
|
|
64501
|
+
[_IIns, _F, _SOS, _DR],
|
|
63699
64502
|
[
|
|
63700
64503
|
[
|
|
63701
64504
|
() => InstanceIdStringList,
|
|
@@ -64538,6 +65341,180 @@ export var TransitGatewayConnectPeerConfiguration = [
|
|
|
64538
65341
|
],
|
|
64539
65342
|
];
|
|
64540
65343
|
export var TransitGatewayConnectRequestBgpOptions = [3, n0, _TGCRBO, 0, [_PAee], [1]];
|
|
65344
|
+
export var TransitGatewayMeteringPolicy = [
|
|
65345
|
+
3,
|
|
65346
|
+
n0,
|
|
65347
|
+
_TGMP,
|
|
65348
|
+
0,
|
|
65349
|
+
[_TGMPI, _TGI, _MAIi, _St, _UEA, _T],
|
|
65350
|
+
[
|
|
65351
|
+
[
|
|
65352
|
+
0,
|
|
65353
|
+
{
|
|
65354
|
+
[_eQN]: `TransitGatewayMeteringPolicyId`,
|
|
65355
|
+
[_xN]: _tGMPI,
|
|
65356
|
+
},
|
|
65357
|
+
],
|
|
65358
|
+
[
|
|
65359
|
+
0,
|
|
65360
|
+
{
|
|
65361
|
+
[_eQN]: `TransitGatewayId`,
|
|
65362
|
+
[_xN]: _tGI,
|
|
65363
|
+
},
|
|
65364
|
+
],
|
|
65365
|
+
[
|
|
65366
|
+
() => ValueStringList,
|
|
65367
|
+
{
|
|
65368
|
+
[_eQN]: `MiddleboxAttachmentIdSet`,
|
|
65369
|
+
[_xN]: _mAIS,
|
|
65370
|
+
},
|
|
65371
|
+
],
|
|
65372
|
+
[
|
|
65373
|
+
0,
|
|
65374
|
+
{
|
|
65375
|
+
[_eQN]: `State`,
|
|
65376
|
+
[_xN]: _st,
|
|
65377
|
+
},
|
|
65378
|
+
],
|
|
65379
|
+
[
|
|
65380
|
+
4,
|
|
65381
|
+
{
|
|
65382
|
+
[_eQN]: `UpdateEffectiveAt`,
|
|
65383
|
+
[_xN]: _uEA,
|
|
65384
|
+
},
|
|
65385
|
+
],
|
|
65386
|
+
[
|
|
65387
|
+
() => TagList,
|
|
65388
|
+
{
|
|
65389
|
+
[_eQN]: `TagSet`,
|
|
65390
|
+
[_xN]: _tS,
|
|
65391
|
+
},
|
|
65392
|
+
],
|
|
65393
|
+
],
|
|
65394
|
+
];
|
|
65395
|
+
export var TransitGatewayMeteringPolicyEntry = [
|
|
65396
|
+
3,
|
|
65397
|
+
n0,
|
|
65398
|
+
_TGMPE,
|
|
65399
|
+
0,
|
|
65400
|
+
[_PRN, _MAe, _St, _UA, _UEA, _MPR],
|
|
65401
|
+
[
|
|
65402
|
+
[
|
|
65403
|
+
0,
|
|
65404
|
+
{
|
|
65405
|
+
[_eQN]: `PolicyRuleNumber`,
|
|
65406
|
+
[_xN]: _pRN,
|
|
65407
|
+
},
|
|
65408
|
+
],
|
|
65409
|
+
[
|
|
65410
|
+
0,
|
|
65411
|
+
{
|
|
65412
|
+
[_eQN]: `MeteredAccount`,
|
|
65413
|
+
[_xN]: _mAe,
|
|
65414
|
+
},
|
|
65415
|
+
],
|
|
65416
|
+
[
|
|
65417
|
+
0,
|
|
65418
|
+
{
|
|
65419
|
+
[_eQN]: `State`,
|
|
65420
|
+
[_xN]: _st,
|
|
65421
|
+
},
|
|
65422
|
+
],
|
|
65423
|
+
[
|
|
65424
|
+
4,
|
|
65425
|
+
{
|
|
65426
|
+
[_eQN]: `UpdatedAt`,
|
|
65427
|
+
[_xN]: _uA,
|
|
65428
|
+
},
|
|
65429
|
+
],
|
|
65430
|
+
[
|
|
65431
|
+
4,
|
|
65432
|
+
{
|
|
65433
|
+
[_eQN]: `UpdateEffectiveAt`,
|
|
65434
|
+
[_xN]: _uEA,
|
|
65435
|
+
},
|
|
65436
|
+
],
|
|
65437
|
+
[
|
|
65438
|
+
() => TransitGatewayMeteringPolicyRule,
|
|
65439
|
+
{
|
|
65440
|
+
[_eQN]: `MeteringPolicyRule`,
|
|
65441
|
+
[_xN]: _mPR,
|
|
65442
|
+
},
|
|
65443
|
+
],
|
|
65444
|
+
],
|
|
65445
|
+
];
|
|
65446
|
+
export var TransitGatewayMeteringPolicyRule = [
|
|
65447
|
+
3,
|
|
65448
|
+
n0,
|
|
65449
|
+
_TGMPR,
|
|
65450
|
+
0,
|
|
65451
|
+
[_STGAI, _STGAT, _SCB, _SPRo, _DTGAI, _DTGAT, _DCB, _DPRe, _Pr],
|
|
65452
|
+
[
|
|
65453
|
+
[
|
|
65454
|
+
0,
|
|
65455
|
+
{
|
|
65456
|
+
[_eQN]: `SourceTransitGatewayAttachmentId`,
|
|
65457
|
+
[_xN]: _sTGAI,
|
|
65458
|
+
},
|
|
65459
|
+
],
|
|
65460
|
+
[
|
|
65461
|
+
0,
|
|
65462
|
+
{
|
|
65463
|
+
[_eQN]: `SourceTransitGatewayAttachmentType`,
|
|
65464
|
+
[_xN]: _sTGAT,
|
|
65465
|
+
},
|
|
65466
|
+
],
|
|
65467
|
+
[
|
|
65468
|
+
0,
|
|
65469
|
+
{
|
|
65470
|
+
[_eQN]: `SourceCidrBlock`,
|
|
65471
|
+
[_xN]: _sCB,
|
|
65472
|
+
},
|
|
65473
|
+
],
|
|
65474
|
+
[
|
|
65475
|
+
0,
|
|
65476
|
+
{
|
|
65477
|
+
[_eQN]: `SourcePortRange`,
|
|
65478
|
+
[_xN]: _sPR,
|
|
65479
|
+
},
|
|
65480
|
+
],
|
|
65481
|
+
[
|
|
65482
|
+
0,
|
|
65483
|
+
{
|
|
65484
|
+
[_eQN]: `DestinationTransitGatewayAttachmentId`,
|
|
65485
|
+
[_xN]: _dTGAI,
|
|
65486
|
+
},
|
|
65487
|
+
],
|
|
65488
|
+
[
|
|
65489
|
+
0,
|
|
65490
|
+
{
|
|
65491
|
+
[_eQN]: `DestinationTransitGatewayAttachmentType`,
|
|
65492
|
+
[_xN]: _dTGAT,
|
|
65493
|
+
},
|
|
65494
|
+
],
|
|
65495
|
+
[
|
|
65496
|
+
0,
|
|
65497
|
+
{
|
|
65498
|
+
[_eQN]: `DestinationCidrBlock`,
|
|
65499
|
+
[_xN]: _dCB,
|
|
65500
|
+
},
|
|
65501
|
+
],
|
|
65502
|
+
[
|
|
65503
|
+
0,
|
|
65504
|
+
{
|
|
65505
|
+
[_eQN]: `DestinationPortRange`,
|
|
65506
|
+
[_xN]: _dPR,
|
|
65507
|
+
},
|
|
65508
|
+
],
|
|
65509
|
+
[
|
|
65510
|
+
0,
|
|
65511
|
+
{
|
|
65512
|
+
[_eQN]: `Protocol`,
|
|
65513
|
+
[_xN]: _pr,
|
|
65514
|
+
},
|
|
65515
|
+
],
|
|
65516
|
+
],
|
|
65517
|
+
];
|
|
64541
65518
|
export var TransitGatewayMulticastDeregisteredGroupMembers = [
|
|
64542
65519
|
3,
|
|
64543
65520
|
n0,
|
|
@@ -64939,7 +65916,7 @@ export var TransitGatewayOptions = [
|
|
|
64939
65916
|
n0,
|
|
64940
65917
|
_TGO,
|
|
64941
65918
|
0,
|
|
64942
|
-
[_ASA, _TGCB, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _VESp, _DSn, _SGRS, _MSu],
|
|
65919
|
+
[_ASA, _TGCB, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _VESp, _DSn, _SGRS, _MSu, _ESn],
|
|
64943
65920
|
[
|
|
64944
65921
|
[
|
|
64945
65922
|
1,
|
|
@@ -65018,6 +65995,13 @@ export var TransitGatewayOptions = [
|
|
|
65018
65995
|
[_xN]: _mSu,
|
|
65019
65996
|
},
|
|
65020
65997
|
],
|
|
65998
|
+
[
|
|
65999
|
+
() => EncryptionSupport,
|
|
66000
|
+
{
|
|
66001
|
+
[_eQN]: `EncryptionSupport`,
|
|
66002
|
+
[_xN]: _eSn,
|
|
66003
|
+
},
|
|
66004
|
+
],
|
|
65021
66005
|
],
|
|
65022
66006
|
];
|
|
65023
66007
|
export var TransitGatewayPeeringAttachment = [
|
|
@@ -65275,7 +66259,7 @@ export var TransitGatewayPolicyTableEntry = [
|
|
|
65275
66259
|
n0,
|
|
65276
66260
|
_TGPTEr,
|
|
65277
66261
|
0,
|
|
65278
|
-
[
|
|
66262
|
+
[_PRN, _PRol, _TRTI],
|
|
65279
66263
|
[
|
|
65280
66264
|
[
|
|
65281
66265
|
0,
|
|
@@ -66300,7 +67284,7 @@ export var UnmonitorInstancesRequest = [
|
|
|
66300
67284
|
n0,
|
|
66301
67285
|
_UIR,
|
|
66302
67286
|
0,
|
|
66303
|
-
[
|
|
67287
|
+
[_IIns, _DR],
|
|
66304
67288
|
[
|
|
66305
67289
|
[
|
|
66306
67290
|
() => InstanceIdStringList,
|
|
@@ -66456,6 +67440,65 @@ export var UpdateCapacityManagerOrganizationsAccessResult = [
|
|
|
66456
67440
|
],
|
|
66457
67441
|
],
|
|
66458
67442
|
];
|
|
67443
|
+
export var UpdateInterruptibleCapacityReservationAllocationRequest = [
|
|
67444
|
+
3,
|
|
67445
|
+
n0,
|
|
67446
|
+
_UICRAR,
|
|
67447
|
+
0,
|
|
67448
|
+
[_CRI, _TICa, _DR],
|
|
67449
|
+
[0, 1, 2],
|
|
67450
|
+
];
|
|
67451
|
+
export var UpdateInterruptibleCapacityReservationAllocationResult = [
|
|
67452
|
+
3,
|
|
67453
|
+
n0,
|
|
67454
|
+
_UICRARp,
|
|
67455
|
+
0,
|
|
67456
|
+
[_ICRI, _SCRI, _IC, _TICa, _Sta, _ITn],
|
|
67457
|
+
[
|
|
67458
|
+
[
|
|
67459
|
+
0,
|
|
67460
|
+
{
|
|
67461
|
+
[_eQN]: `InterruptibleCapacityReservationId`,
|
|
67462
|
+
[_xN]: _iCRI,
|
|
67463
|
+
},
|
|
67464
|
+
],
|
|
67465
|
+
[
|
|
67466
|
+
0,
|
|
67467
|
+
{
|
|
67468
|
+
[_eQN]: `SourceCapacityReservationId`,
|
|
67469
|
+
[_xN]: _sCRI,
|
|
67470
|
+
},
|
|
67471
|
+
],
|
|
67472
|
+
[
|
|
67473
|
+
1,
|
|
67474
|
+
{
|
|
67475
|
+
[_eQN]: `InstanceCount`,
|
|
67476
|
+
[_xN]: _iC,
|
|
67477
|
+
},
|
|
67478
|
+
],
|
|
67479
|
+
[
|
|
67480
|
+
1,
|
|
67481
|
+
{
|
|
67482
|
+
[_eQN]: `TargetInstanceCount`,
|
|
67483
|
+
[_xN]: _tICa,
|
|
67484
|
+
},
|
|
67485
|
+
],
|
|
67486
|
+
[
|
|
67487
|
+
0,
|
|
67488
|
+
{
|
|
67489
|
+
[_eQN]: `Status`,
|
|
67490
|
+
[_xN]: _sta,
|
|
67491
|
+
},
|
|
67492
|
+
],
|
|
67493
|
+
[
|
|
67494
|
+
0,
|
|
67495
|
+
{
|
|
67496
|
+
[_eQN]: `InterruptionType`,
|
|
67497
|
+
[_xN]: _iTn,
|
|
67498
|
+
},
|
|
67499
|
+
],
|
|
67500
|
+
],
|
|
67501
|
+
];
|
|
66459
67502
|
export var UpdateSecurityGroupRuleDescriptionsEgressRequest = [
|
|
66460
67503
|
3,
|
|
66461
67504
|
n0,
|
|
@@ -67707,7 +68750,7 @@ export var VerifiedAccessTrustProvider = [
|
|
|
67707
68750
|
n0,
|
|
67708
68751
|
_VATP,
|
|
67709
68752
|
0,
|
|
67710
|
-
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev,
|
|
68753
|
+
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T, _SS, _NAOO],
|
|
67711
68754
|
[
|
|
67712
68755
|
[
|
|
67713
68756
|
0,
|
|
@@ -68277,6 +69320,120 @@ export var VolumeModification = [
|
|
|
68277
69320
|
],
|
|
68278
69321
|
],
|
|
68279
69322
|
];
|
|
69323
|
+
export var VolumeRecycleBinInfo = [
|
|
69324
|
+
3,
|
|
69325
|
+
n0,
|
|
69326
|
+
_VRBI,
|
|
69327
|
+
0,
|
|
69328
|
+
[_VIo, _VT, _St, _Siz, _Io, _Th, _OA, _AZ, _AZI, _SVI, _SIn, _Op, _CTr, _RBET, _RBETe],
|
|
69329
|
+
[
|
|
69330
|
+
[
|
|
69331
|
+
0,
|
|
69332
|
+
{
|
|
69333
|
+
[_eQN]: `VolumeId`,
|
|
69334
|
+
[_xN]: _vIo,
|
|
69335
|
+
},
|
|
69336
|
+
],
|
|
69337
|
+
[
|
|
69338
|
+
0,
|
|
69339
|
+
{
|
|
69340
|
+
[_eQN]: `VolumeType`,
|
|
69341
|
+
[_xN]: _vT,
|
|
69342
|
+
},
|
|
69343
|
+
],
|
|
69344
|
+
[
|
|
69345
|
+
0,
|
|
69346
|
+
{
|
|
69347
|
+
[_eQN]: `State`,
|
|
69348
|
+
[_xN]: _st,
|
|
69349
|
+
},
|
|
69350
|
+
],
|
|
69351
|
+
[
|
|
69352
|
+
1,
|
|
69353
|
+
{
|
|
69354
|
+
[_eQN]: `Size`,
|
|
69355
|
+
[_xN]: _si,
|
|
69356
|
+
},
|
|
69357
|
+
],
|
|
69358
|
+
[
|
|
69359
|
+
1,
|
|
69360
|
+
{
|
|
69361
|
+
[_eQN]: `Iops`,
|
|
69362
|
+
[_xN]: _io,
|
|
69363
|
+
},
|
|
69364
|
+
],
|
|
69365
|
+
[
|
|
69366
|
+
1,
|
|
69367
|
+
{
|
|
69368
|
+
[_eQN]: `Throughput`,
|
|
69369
|
+
[_xN]: _th,
|
|
69370
|
+
},
|
|
69371
|
+
],
|
|
69372
|
+
[
|
|
69373
|
+
0,
|
|
69374
|
+
{
|
|
69375
|
+
[_eQN]: `OutpostArn`,
|
|
69376
|
+
[_xN]: _oA,
|
|
69377
|
+
},
|
|
69378
|
+
],
|
|
69379
|
+
[
|
|
69380
|
+
0,
|
|
69381
|
+
{
|
|
69382
|
+
[_eQN]: `AvailabilityZone`,
|
|
69383
|
+
[_xN]: _aZ,
|
|
69384
|
+
},
|
|
69385
|
+
],
|
|
69386
|
+
[
|
|
69387
|
+
0,
|
|
69388
|
+
{
|
|
69389
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
69390
|
+
[_xN]: _aZI,
|
|
69391
|
+
},
|
|
69392
|
+
],
|
|
69393
|
+
[
|
|
69394
|
+
0,
|
|
69395
|
+
{
|
|
69396
|
+
[_eQN]: `SourceVolumeId`,
|
|
69397
|
+
[_xN]: _sVI,
|
|
69398
|
+
},
|
|
69399
|
+
],
|
|
69400
|
+
[
|
|
69401
|
+
0,
|
|
69402
|
+
{
|
|
69403
|
+
[_eQN]: `SnapshotId`,
|
|
69404
|
+
[_xN]: _sIn,
|
|
69405
|
+
},
|
|
69406
|
+
],
|
|
69407
|
+
[
|
|
69408
|
+
() => OperatorResponse,
|
|
69409
|
+
{
|
|
69410
|
+
[_eQN]: `Operator`,
|
|
69411
|
+
[_xN]: _ope,
|
|
69412
|
+
},
|
|
69413
|
+
],
|
|
69414
|
+
[
|
|
69415
|
+
4,
|
|
69416
|
+
{
|
|
69417
|
+
[_eQN]: `CreateTime`,
|
|
69418
|
+
[_xN]: _cTr,
|
|
69419
|
+
},
|
|
69420
|
+
],
|
|
69421
|
+
[
|
|
69422
|
+
4,
|
|
69423
|
+
{
|
|
69424
|
+
[_eQN]: `RecycleBinEnterTime`,
|
|
69425
|
+
[_xN]: _rBET,
|
|
69426
|
+
},
|
|
69427
|
+
],
|
|
69428
|
+
[
|
|
69429
|
+
4,
|
|
69430
|
+
{
|
|
69431
|
+
[_eQN]: `RecycleBinExitTime`,
|
|
69432
|
+
[_xN]: _rBETe,
|
|
69433
|
+
},
|
|
69434
|
+
],
|
|
69435
|
+
],
|
|
69436
|
+
];
|
|
68280
69437
|
export var VolumeStatusAction = [
|
|
68281
69438
|
3,
|
|
68282
69439
|
n0,
|
|
@@ -68524,7 +69681,7 @@ export var Vpc = [
|
|
|
68524
69681
|
0,
|
|
68525
69682
|
{
|
|
68526
69683
|
[_eQN]: `InstanceTenancy`,
|
|
68527
|
-
[_xN]:
|
|
69684
|
+
[_xN]: _iTns,
|
|
68528
69685
|
},
|
|
68529
69686
|
],
|
|
68530
69687
|
[
|
|
@@ -68845,7 +70002,7 @@ export var VpcClassicLink = [
|
|
|
68845
70002
|
export var VpcEncryptionControl = [
|
|
68846
70003
|
3,
|
|
68847
70004
|
n0,
|
|
68848
|
-
|
|
70005
|
+
_VEC,
|
|
68849
70006
|
0,
|
|
68850
70007
|
[_VI, _VECI, _Mo, _St, _SMta, _REes, _T],
|
|
68851
70008
|
[
|
|
@@ -68900,6 +70057,14 @@ export var VpcEncryptionControl = [
|
|
|
68900
70057
|
],
|
|
68901
70058
|
],
|
|
68902
70059
|
];
|
|
70060
|
+
export var VpcEncryptionControlConfiguration = [
|
|
70061
|
+
3,
|
|
70062
|
+
n0,
|
|
70063
|
+
_VECC,
|
|
70064
|
+
0,
|
|
70065
|
+
[_Mo, _IGE, _EOIGE, _NGE, _VPGE, _VPE, _LEam, _VLE, _EFSE],
|
|
70066
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
70067
|
+
];
|
|
68903
70068
|
export var VpcEncryptionControlExclusion = [
|
|
68904
70069
|
3,
|
|
68905
70070
|
n0,
|
|
@@ -68988,6 +70153,43 @@ export var VpcEncryptionControlExclusions = [
|
|
|
68988
70153
|
],
|
|
68989
70154
|
],
|
|
68990
70155
|
];
|
|
70156
|
+
export var VpcEncryptionNonCompliantResource = [
|
|
70157
|
+
3,
|
|
70158
|
+
n0,
|
|
70159
|
+
_VENCR,
|
|
70160
|
+
0,
|
|
70161
|
+
[_I, _Ty, _De, _IEs],
|
|
70162
|
+
[
|
|
70163
|
+
[
|
|
70164
|
+
0,
|
|
70165
|
+
{
|
|
70166
|
+
[_eQN]: `Id`,
|
|
70167
|
+
[_xN]: _i,
|
|
70168
|
+
},
|
|
70169
|
+
],
|
|
70170
|
+
[
|
|
70171
|
+
0,
|
|
70172
|
+
{
|
|
70173
|
+
[_eQN]: `Type`,
|
|
70174
|
+
[_xN]: _ty,
|
|
70175
|
+
},
|
|
70176
|
+
],
|
|
70177
|
+
[
|
|
70178
|
+
0,
|
|
70179
|
+
{
|
|
70180
|
+
[_eQN]: `Description`,
|
|
70181
|
+
[_xN]: _de,
|
|
70182
|
+
},
|
|
70183
|
+
],
|
|
70184
|
+
[
|
|
70185
|
+
2,
|
|
70186
|
+
{
|
|
70187
|
+
[_eQN]: `IsExcludable`,
|
|
70188
|
+
[_xN]: _iEsx,
|
|
70189
|
+
},
|
|
70190
|
+
],
|
|
70191
|
+
],
|
|
70192
|
+
];
|
|
68991
70193
|
export var VpcEndpoint = [
|
|
68992
70194
|
3,
|
|
68993
70195
|
n0,
|
|
@@ -69294,9 +70496,9 @@ export var VpcEndpointAssociation = [
|
|
|
69294
70496
|
export var VpcEndpointConnection = [
|
|
69295
70497
|
3,
|
|
69296
70498
|
n0,
|
|
69297
|
-
|
|
70499
|
+
_VECpcn,
|
|
69298
70500
|
0,
|
|
69299
|
-
[_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT,
|
|
70501
|
+
[_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT, _VECIpc, _T, _VER],
|
|
69300
70502
|
[
|
|
69301
70503
|
[
|
|
69302
70504
|
0,
|
|
@@ -77048,6 +78250,42 @@ export var TransitGatewayList = [
|
|
|
77048
78250
|
},
|
|
77049
78251
|
],
|
|
77050
78252
|
];
|
|
78253
|
+
export var TransitGatewayMeteringPolicyEntryList = [
|
|
78254
|
+
1,
|
|
78255
|
+
n0,
|
|
78256
|
+
_TGMPEL,
|
|
78257
|
+
0,
|
|
78258
|
+
[
|
|
78259
|
+
() => TransitGatewayMeteringPolicyEntry,
|
|
78260
|
+
{
|
|
78261
|
+
[_xN]: _it,
|
|
78262
|
+
},
|
|
78263
|
+
],
|
|
78264
|
+
];
|
|
78265
|
+
export var TransitGatewayMeteringPolicyIdStringList = [
|
|
78266
|
+
1,
|
|
78267
|
+
n0,
|
|
78268
|
+
_TGMPISL,
|
|
78269
|
+
0,
|
|
78270
|
+
[
|
|
78271
|
+
0,
|
|
78272
|
+
{
|
|
78273
|
+
[_xN]: _it,
|
|
78274
|
+
},
|
|
78275
|
+
],
|
|
78276
|
+
];
|
|
78277
|
+
export var TransitGatewayMeteringPolicyList = [
|
|
78278
|
+
1,
|
|
78279
|
+
n0,
|
|
78280
|
+
_TGMPL,
|
|
78281
|
+
0,
|
|
78282
|
+
[
|
|
78283
|
+
() => TransitGatewayMeteringPolicy,
|
|
78284
|
+
{
|
|
78285
|
+
[_xN]: _it,
|
|
78286
|
+
},
|
|
78287
|
+
],
|
|
78288
|
+
];
|
|
77051
78289
|
export var TransitGatewayMulticastDomainAssociationList = [
|
|
77052
78290
|
1,
|
|
77053
78291
|
n0,
|
|
@@ -77732,6 +78970,18 @@ export var VolumeModificationList = [
|
|
|
77732
78970
|
},
|
|
77733
78971
|
],
|
|
77734
78972
|
];
|
|
78973
|
+
export var VolumeRecycleBinInfoList = [
|
|
78974
|
+
1,
|
|
78975
|
+
n0,
|
|
78976
|
+
_VRBIL,
|
|
78977
|
+
0,
|
|
78978
|
+
[
|
|
78979
|
+
() => VolumeRecycleBinInfo,
|
|
78980
|
+
{
|
|
78981
|
+
[_xN]: _it,
|
|
78982
|
+
},
|
|
78983
|
+
],
|
|
78984
|
+
];
|
|
77735
78985
|
export var VolumeStatusActionsList = [
|
|
77736
78986
|
1,
|
|
77737
78987
|
n0,
|
|
@@ -77864,6 +79114,42 @@ export var VpcClassicLinkList = [
|
|
|
77864
79114
|
},
|
|
77865
79115
|
],
|
|
77866
79116
|
];
|
|
79117
|
+
export var VpcEncryptionControlIdList = [
|
|
79118
|
+
1,
|
|
79119
|
+
n0,
|
|
79120
|
+
_VECIL,
|
|
79121
|
+
0,
|
|
79122
|
+
[
|
|
79123
|
+
0,
|
|
79124
|
+
{
|
|
79125
|
+
[_xN]: _it,
|
|
79126
|
+
},
|
|
79127
|
+
],
|
|
79128
|
+
];
|
|
79129
|
+
export var VpcEncryptionControlList = [
|
|
79130
|
+
1,
|
|
79131
|
+
n0,
|
|
79132
|
+
_VECL,
|
|
79133
|
+
0,
|
|
79134
|
+
[
|
|
79135
|
+
() => VpcEncryptionControl,
|
|
79136
|
+
{
|
|
79137
|
+
[_xN]: _it,
|
|
79138
|
+
},
|
|
79139
|
+
],
|
|
79140
|
+
];
|
|
79141
|
+
export var VpcEncryptionNonCompliantResourceList = [
|
|
79142
|
+
1,
|
|
79143
|
+
n0,
|
|
79144
|
+
_VENCRL,
|
|
79145
|
+
0,
|
|
79146
|
+
[
|
|
79147
|
+
() => VpcEncryptionNonCompliantResource,
|
|
79148
|
+
{
|
|
79149
|
+
[_xN]: _it,
|
|
79150
|
+
},
|
|
79151
|
+
],
|
|
79152
|
+
];
|
|
77867
79153
|
export var VpcEndpointAssociationSet = [
|
|
77868
79154
|
1,
|
|
77869
79155
|
n0,
|
|
@@ -78771,6 +80057,14 @@ export var CreateInternetGateway = [
|
|
|
78771
80057
|
() => CreateInternetGatewayRequest,
|
|
78772
80058
|
() => CreateInternetGatewayResult,
|
|
78773
80059
|
];
|
|
80060
|
+
export var CreateInterruptibleCapacityReservationAllocation = [
|
|
80061
|
+
9,
|
|
80062
|
+
n0,
|
|
80063
|
+
_CICRA,
|
|
80064
|
+
0,
|
|
80065
|
+
() => CreateInterruptibleCapacityReservationAllocationRequest,
|
|
80066
|
+
() => CreateInterruptibleCapacityReservationAllocationResult,
|
|
80067
|
+
];
|
|
78774
80068
|
export var CreateIpam = [9, n0, _CIre, 0, () => CreateIpamRequest, () => CreateIpamResult];
|
|
78775
80069
|
export var CreateIpamExternalResourceVerificationToken = [
|
|
78776
80070
|
9,
|
|
@@ -79144,6 +80438,22 @@ export var CreateTransitGatewayConnectPeer = [
|
|
|
79144
80438
|
() => CreateTransitGatewayConnectPeerRequest,
|
|
79145
80439
|
() => CreateTransitGatewayConnectPeerResult,
|
|
79146
80440
|
];
|
|
80441
|
+
export var CreateTransitGatewayMeteringPolicy = [
|
|
80442
|
+
9,
|
|
80443
|
+
n0,
|
|
80444
|
+
_CTGMP,
|
|
80445
|
+
0,
|
|
80446
|
+
() => CreateTransitGatewayMeteringPolicyRequest,
|
|
80447
|
+
() => CreateTransitGatewayMeteringPolicyResult,
|
|
80448
|
+
];
|
|
80449
|
+
export var CreateTransitGatewayMeteringPolicyEntry = [
|
|
80450
|
+
9,
|
|
80451
|
+
n0,
|
|
80452
|
+
_CTGMPE,
|
|
80453
|
+
0,
|
|
80454
|
+
() => CreateTransitGatewayMeteringPolicyEntryRequest,
|
|
80455
|
+
() => CreateTransitGatewayMeteringPolicyEntryResult,
|
|
80456
|
+
];
|
|
79147
80457
|
export var CreateTransitGatewayMulticastDomain = [
|
|
79148
80458
|
9,
|
|
79149
80459
|
n0,
|
|
@@ -79250,6 +80560,14 @@ export var CreateVpcBlockPublicAccessExclusion = [
|
|
|
79250
80560
|
() => CreateVpcBlockPublicAccessExclusionRequest,
|
|
79251
80561
|
() => CreateVpcBlockPublicAccessExclusionResult,
|
|
79252
80562
|
];
|
|
80563
|
+
export var CreateVpcEncryptionControl = [
|
|
80564
|
+
9,
|
|
80565
|
+
n0,
|
|
80566
|
+
_CVEC,
|
|
80567
|
+
0,
|
|
80568
|
+
() => CreateVpcEncryptionControlRequest,
|
|
80569
|
+
() => CreateVpcEncryptionControlResult,
|
|
80570
|
+
];
|
|
79253
80571
|
export var CreateVpcEndpoint = [
|
|
79254
80572
|
9,
|
|
79255
80573
|
n0,
|
|
@@ -79763,6 +81081,22 @@ export var DeleteTransitGatewayConnectPeer = [
|
|
|
79763
81081
|
() => DeleteTransitGatewayConnectPeerRequest,
|
|
79764
81082
|
() => DeleteTransitGatewayConnectPeerResult,
|
|
79765
81083
|
];
|
|
81084
|
+
export var DeleteTransitGatewayMeteringPolicy = [
|
|
81085
|
+
9,
|
|
81086
|
+
n0,
|
|
81087
|
+
_DTGMP,
|
|
81088
|
+
0,
|
|
81089
|
+
() => DeleteTransitGatewayMeteringPolicyRequest,
|
|
81090
|
+
() => DeleteTransitGatewayMeteringPolicyResult,
|
|
81091
|
+
];
|
|
81092
|
+
export var DeleteTransitGatewayMeteringPolicyEntry = [
|
|
81093
|
+
9,
|
|
81094
|
+
n0,
|
|
81095
|
+
_DTGMPE,
|
|
81096
|
+
0,
|
|
81097
|
+
() => DeleteTransitGatewayMeteringPolicyEntryRequest,
|
|
81098
|
+
() => DeleteTransitGatewayMeteringPolicyEntryResult,
|
|
81099
|
+
];
|
|
79766
81100
|
export var DeleteTransitGatewayMulticastDomain = [
|
|
79767
81101
|
9,
|
|
79768
81102
|
n0,
|
|
@@ -79869,6 +81203,14 @@ export var DeleteVpcBlockPublicAccessExclusion = [
|
|
|
79869
81203
|
() => DeleteVpcBlockPublicAccessExclusionRequest,
|
|
79870
81204
|
() => DeleteVpcBlockPublicAccessExclusionResult,
|
|
79871
81205
|
];
|
|
81206
|
+
export var DeleteVpcEncryptionControl = [
|
|
81207
|
+
9,
|
|
81208
|
+
n0,
|
|
81209
|
+
_DVEC,
|
|
81210
|
+
0,
|
|
81211
|
+
() => DeleteVpcEncryptionControlRequest,
|
|
81212
|
+
() => DeleteVpcEncryptionControlResult,
|
|
81213
|
+
];
|
|
79872
81214
|
export var DeleteVpcEndpointConnectionNotifications = [
|
|
79873
81215
|
9,
|
|
79874
81216
|
n0,
|
|
@@ -81151,6 +82493,14 @@ export var DescribeTransitGatewayConnects = [
|
|
|
81151
82493
|
() => DescribeTransitGatewayConnectsRequest,
|
|
81152
82494
|
() => DescribeTransitGatewayConnectsResult,
|
|
81153
82495
|
];
|
|
82496
|
+
export var DescribeTransitGatewayMeteringPolicies = [
|
|
82497
|
+
9,
|
|
82498
|
+
n0,
|
|
82499
|
+
_DTGMPe,
|
|
82500
|
+
0,
|
|
82501
|
+
() => DescribeTransitGatewayMeteringPoliciesRequest,
|
|
82502
|
+
() => DescribeTransitGatewayMeteringPoliciesResult,
|
|
82503
|
+
];
|
|
81154
82504
|
export var DescribeTransitGatewayMulticastDomains = [
|
|
81155
82505
|
9,
|
|
81156
82506
|
n0,
|
|
@@ -81327,6 +82677,14 @@ export var DescribeVpcClassicLinkDnsSupport = [
|
|
|
81327
82677
|
() => DescribeVpcClassicLinkDnsSupportRequest,
|
|
81328
82678
|
() => DescribeVpcClassicLinkDnsSupportResult,
|
|
81329
82679
|
];
|
|
82680
|
+
export var DescribeVpcEncryptionControls = [
|
|
82681
|
+
9,
|
|
82682
|
+
n0,
|
|
82683
|
+
_DVECe,
|
|
82684
|
+
0,
|
|
82685
|
+
() => DescribeVpcEncryptionControlsRequest,
|
|
82686
|
+
() => DescribeVpcEncryptionControlsResult,
|
|
82687
|
+
];
|
|
81330
82688
|
export var DescribeVpcEndpointAssociations = [
|
|
81331
82689
|
9,
|
|
81332
82690
|
n0,
|
|
@@ -81346,7 +82704,7 @@ export var DescribeVpcEndpointConnectionNotifications = [
|
|
|
81346
82704
|
export var DescribeVpcEndpointConnections = [
|
|
81347
82705
|
9,
|
|
81348
82706
|
n0,
|
|
81349
|
-
|
|
82707
|
+
_DVECes,
|
|
81350
82708
|
0,
|
|
81351
82709
|
() => DescribeVpcEndpointConnectionsRequest,
|
|
81352
82710
|
() => DescribeVpcEndpointConnectionsResult,
|
|
@@ -82404,6 +83762,14 @@ export var GetTransitGatewayAttachmentPropagations = [
|
|
|
82404
83762
|
() => GetTransitGatewayAttachmentPropagationsRequest,
|
|
82405
83763
|
() => GetTransitGatewayAttachmentPropagationsResult,
|
|
82406
83764
|
];
|
|
83765
|
+
export var GetTransitGatewayMeteringPolicyEntries = [
|
|
83766
|
+
9,
|
|
83767
|
+
n0,
|
|
83768
|
+
_GTGMPE,
|
|
83769
|
+
0,
|
|
83770
|
+
() => GetTransitGatewayMeteringPolicyEntriesRequest,
|
|
83771
|
+
() => GetTransitGatewayMeteringPolicyEntriesResult,
|
|
83772
|
+
];
|
|
82407
83773
|
export var GetTransitGatewayMulticastDomainAssociations = [
|
|
82408
83774
|
9,
|
|
82409
83775
|
n0,
|
|
@@ -82476,6 +83842,14 @@ export var GetVerifiedAccessGroupPolicy = [
|
|
|
82476
83842
|
() => GetVerifiedAccessGroupPolicyRequest,
|
|
82477
83843
|
() => GetVerifiedAccessGroupPolicyResult,
|
|
82478
83844
|
];
|
|
83845
|
+
export var GetVpcResourcesBlockingEncryptionEnforcement = [
|
|
83846
|
+
9,
|
|
83847
|
+
n0,
|
|
83848
|
+
_GVRBEE,
|
|
83849
|
+
0,
|
|
83850
|
+
() => GetVpcResourcesBlockingEncryptionEnforcementRequest,
|
|
83851
|
+
() => GetVpcResourcesBlockingEncryptionEnforcementResult,
|
|
83852
|
+
];
|
|
82479
83853
|
export var GetVpnConnectionDeviceSampleConfiguration = [
|
|
82480
83854
|
9,
|
|
82481
83855
|
n0,
|
|
@@ -82550,6 +83924,14 @@ export var ListSnapshotsInRecycleBin = [
|
|
|
82550
83924
|
() => ListSnapshotsInRecycleBinRequest,
|
|
82551
83925
|
() => ListSnapshotsInRecycleBinResult,
|
|
82552
83926
|
];
|
|
83927
|
+
export var ListVolumesInRecycleBin = [
|
|
83928
|
+
9,
|
|
83929
|
+
n0,
|
|
83930
|
+
_LVIRB,
|
|
83931
|
+
0,
|
|
83932
|
+
() => ListVolumesInRecycleBinRequest,
|
|
83933
|
+
() => ListVolumesInRecycleBinResult,
|
|
83934
|
+
];
|
|
82553
83935
|
export var LockSnapshot = [
|
|
82554
83936
|
9,
|
|
82555
83937
|
n0,
|
|
@@ -82930,6 +84312,14 @@ export var ModifyTransitGateway = [
|
|
|
82930
84312
|
() => ModifyTransitGatewayRequest,
|
|
82931
84313
|
() => ModifyTransitGatewayResult,
|
|
82932
84314
|
];
|
|
84315
|
+
export var ModifyTransitGatewayMeteringPolicy = [
|
|
84316
|
+
9,
|
|
84317
|
+
n0,
|
|
84318
|
+
_MTGMP,
|
|
84319
|
+
0,
|
|
84320
|
+
() => ModifyTransitGatewayMeteringPolicyRequest,
|
|
84321
|
+
() => ModifyTransitGatewayMeteringPolicyResult,
|
|
84322
|
+
];
|
|
82933
84323
|
export var ModifyTransitGatewayPrefixListReference = [
|
|
82934
84324
|
9,
|
|
82935
84325
|
n0,
|
|
@@ -83028,6 +84418,14 @@ export var ModifyVpcBlockPublicAccessOptions = [
|
|
|
83028
84418
|
() => ModifyVpcBlockPublicAccessOptionsRequest,
|
|
83029
84419
|
() => ModifyVpcBlockPublicAccessOptionsResult,
|
|
83030
84420
|
];
|
|
84421
|
+
export var ModifyVpcEncryptionControl = [
|
|
84422
|
+
9,
|
|
84423
|
+
n0,
|
|
84424
|
+
_MVEC,
|
|
84425
|
+
0,
|
|
84426
|
+
() => ModifyVpcEncryptionControlRequest,
|
|
84427
|
+
() => ModifyVpcEncryptionControlResult,
|
|
84428
|
+
];
|
|
83031
84429
|
export var ModifyVpcEndpoint = [
|
|
83032
84430
|
9,
|
|
83033
84431
|
n0,
|
|
@@ -83488,6 +84886,14 @@ export var RestoreSnapshotTier = [
|
|
|
83488
84886
|
() => RestoreSnapshotTierRequest,
|
|
83489
84887
|
() => RestoreSnapshotTierResult,
|
|
83490
84888
|
];
|
|
84889
|
+
export var RestoreVolumeFromRecycleBin = [
|
|
84890
|
+
9,
|
|
84891
|
+
n0,
|
|
84892
|
+
_RVFRB,
|
|
84893
|
+
0,
|
|
84894
|
+
() => RestoreVolumeFromRecycleBinRequest,
|
|
84895
|
+
() => RestoreVolumeFromRecycleBinResult,
|
|
84896
|
+
];
|
|
83491
84897
|
export var RevokeClientVpnIngress = [
|
|
83492
84898
|
9,
|
|
83493
84899
|
n0,
|
|
@@ -83665,6 +85071,14 @@ export var UpdateCapacityManagerOrganizationsAccess = [
|
|
|
83665
85071
|
() => UpdateCapacityManagerOrganizationsAccessRequest,
|
|
83666
85072
|
() => UpdateCapacityManagerOrganizationsAccessResult,
|
|
83667
85073
|
];
|
|
85074
|
+
export var UpdateInterruptibleCapacityReservationAllocation = [
|
|
85075
|
+
9,
|
|
85076
|
+
n0,
|
|
85077
|
+
_UICRA,
|
|
85078
|
+
0,
|
|
85079
|
+
() => UpdateInterruptibleCapacityReservationAllocationRequest,
|
|
85080
|
+
() => UpdateInterruptibleCapacityReservationAllocationResult,
|
|
85081
|
+
];
|
|
83668
85082
|
export var UpdateSecurityGroupRuleDescriptionsEgress = [
|
|
83669
85083
|
9,
|
|
83670
85084
|
n0,
|