@aws-sdk/client-ec2 3.445.0 → 3.449.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 +24 -0
- package/dist-cjs/EC2.js +6 -0
- package/dist-cjs/commands/DisableSnapshotBlockPublicAccessCommand.js +51 -0
- package/dist-cjs/commands/EnableSnapshotBlockPublicAccessCommand.js +51 -0
- package/dist-cjs/commands/GetSnapshotBlockPublicAccessStateCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/models/models_5.js +6 -1
- package/dist-cjs/protocols/Aws_ec2.js +272 -18
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DisableSnapshotBlockPublicAccessCommand.js +47 -0
- package/dist-es/commands/EnableSnapshotBlockPublicAccessCommand.js +47 -0
- package/dist-es/commands/GetSnapshotBlockPublicAccessStateCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_5.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +248 -0
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +81 -0
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +85 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +76 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +99 -99
- package/dist-types/models/models_2.d.ts +89 -71
- package/dist-types/models/models_3.d.ts +71 -126
- package/dist-types/models/models_4.d.ts +182 -240
- package/dist-types/models/models_5.d.ts +370 -354
- package/dist-types/models/models_6.d.ts +350 -306
- package/dist-types/models/models_7.d.ts +308 -5
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +57 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +29 -36
- package/dist-types/ts3.4/models/models_5.d.ts +62 -75
- package/dist-types/ts3.4/models/models_6.d.ts +76 -70
- package/dist-types/ts3.4/models/models_7.d.ts +77 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +13 -13
|
@@ -7,24 +7,24 @@ exports.se_DeleteVerifiedAccessInstanceCommand = exports.se_DeleteVerifiedAccess
|
|
|
7
7
|
exports.se_DescribeFlowLogsCommand = exports.se_DescribeFleetsCommand = exports.se_DescribeFleetInstancesCommand = exports.se_DescribeFleetHistoryCommand = exports.se_DescribeFastSnapshotRestoresCommand = exports.se_DescribeFastLaunchImagesCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeExportImageTasksCommand = exports.se_DescribeElasticGpusCommand = exports.se_DescribeEgressOnlyInternetGatewaysCommand = exports.se_DescribeDhcpOptionsCommand = exports.se_DescribeCustomerGatewaysCommand = exports.se_DescribeConversionTasksCommand = exports.se_DescribeCoipPoolsCommand = exports.se_DescribeClientVpnTargetNetworksCommand = exports.se_DescribeClientVpnRoutesCommand = exports.se_DescribeClientVpnEndpointsCommand = exports.se_DescribeClientVpnConnectionsCommand = exports.se_DescribeClientVpnAuthorizationRulesCommand = exports.se_DescribeClassicLinkInstancesCommand = exports.se_DescribeCarrierGatewaysCommand = exports.se_DescribeCapacityReservationsCommand = exports.se_DescribeCapacityReservationFleetsCommand = exports.se_DescribeCapacityBlockOfferingsCommand = exports.se_DescribeByoipCidrsCommand = exports.se_DescribeBundleTasksCommand = exports.se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.se_DescribeAvailabilityZonesCommand = exports.se_DescribeAggregateIdFormatCommand = exports.se_DescribeAddressTransfersCommand = exports.se_DescribeAddressesAttributeCommand = exports.se_DescribeAddressesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.se_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.se_DeregisterInstanceEventNotificationAttributesCommand = exports.se_DeregisterImageCommand = exports.se_DeprovisionPublicIpv4PoolCidrCommand = exports.se_DeprovisionIpamPoolCidrCommand = exports.se_DeprovisionByoipCidrCommand = exports.se_DeleteVpnGatewayCommand = exports.se_DeleteVpnConnectionRouteCommand = exports.se_DeleteVpnConnectionCommand = exports.se_DeleteVpcPeeringConnectionCommand = exports.se_DeleteVpcEndpointServiceConfigurationsCommand = exports.se_DeleteVpcEndpointsCommand = exports.se_DeleteVpcEndpointConnectionNotificationsCommand = exports.se_DeleteVpcCommand = exports.se_DeleteVolumeCommand = exports.se_DeleteVerifiedAccessTrustProviderCommand = void 0;
|
|
8
8
|
exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = exports.se_DescribeNetworkInterfacesCommand = exports.se_DescribeNetworkInterfacePermissionsCommand = exports.se_DescribeNetworkInterfaceAttributeCommand = exports.se_DescribeNetworkInsightsPathsCommand = exports.se_DescribeNetworkInsightsAnalysesCommand = exports.se_DescribeNetworkInsightsAccessScopesCommand = exports.se_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.se_DescribeNetworkAclsCommand = exports.se_DescribeNatGatewaysCommand = exports.se_DescribeMovingAddressesCommand = exports.se_DescribeManagedPrefixListsCommand = exports.se_DescribeLocalGatewayVirtualInterfacesCommand = exports.se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.se_DescribeLocalGatewaysCommand = exports.se_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.se_DescribeLocalGatewayRouteTablesCommand = exports.se_DescribeLaunchTemplateVersionsCommand = exports.se_DescribeLaunchTemplatesCommand = exports.se_DescribeKeyPairsCommand = exports.se_DescribeIpv6PoolsCommand = exports.se_DescribeIpamScopesCommand = exports.se_DescribeIpamsCommand = exports.se_DescribeIpamResourceDiscoveryAssociationsCommand = exports.se_DescribeIpamResourceDiscoveriesCommand = exports.se_DescribeIpamPoolsCommand = exports.se_DescribeInternetGatewaysCommand = exports.se_DescribeInstanceTypesCommand = exports.se_DescribeInstanceTypeOfferingsCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = void 0;
|
|
9
9
|
exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = exports.se_DescribeVolumesCommand = exports.se_DescribeVolumeAttributeCommand = exports.se_DescribeVerifiedAccessTrustProvidersCommand = exports.se_DescribeVerifiedAccessInstancesCommand = exports.se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.se_DescribeVerifiedAccessGroupsCommand = exports.se_DescribeVerifiedAccessEndpointsCommand = exports.se_DescribeTrunkInterfaceAssociationsCommand = exports.se_DescribeTransitGatewayVpcAttachmentsCommand = exports.se_DescribeTransitGatewaysCommand = exports.se_DescribeTransitGatewayRouteTablesCommand = exports.se_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.se_DescribeTransitGatewayPolicyTablesCommand = exports.se_DescribeTransitGatewayPeeringAttachmentsCommand = exports.se_DescribeTransitGatewayMulticastDomainsCommand = exports.se_DescribeTransitGatewayConnectsCommand = exports.se_DescribeTransitGatewayConnectPeersCommand = exports.se_DescribeTransitGatewayAttachmentsCommand = exports.se_DescribeTrafficMirrorTargetsCommand = exports.se_DescribeTrafficMirrorSessionsCommand = exports.se_DescribeTrafficMirrorFiltersCommand = exports.se_DescribeTagsCommand = exports.se_DescribeSubnetsCommand = exports.se_DescribeStoreImageTasksCommand = exports.se_DescribeStaleSecurityGroupsCommand = exports.se_DescribeSpotPriceHistoryCommand = exports.se_DescribeSpotInstanceRequestsCommand = exports.se_DescribeSpotFleetRequestsCommand = exports.se_DescribeSpotFleetRequestHistoryCommand = exports.se_DescribeSpotFleetInstancesCommand = exports.se_DescribeSpotDatafeedSubscriptionCommand = exports.se_DescribeSnapshotTierStatusCommand = exports.se_DescribeSnapshotsCommand = exports.se_DescribeSnapshotAttributeCommand = exports.se_DescribeSecurityGroupsCommand = exports.se_DescribeSecurityGroupRulesCommand = exports.se_DescribeSecurityGroupReferencesCommand = exports.se_DescribeScheduledInstancesCommand = exports.se_DescribeScheduledInstanceAvailabilityCommand = exports.se_DescribeRouteTablesCommand = exports.se_DescribeReservedInstancesOfferingsCommand = exports.se_DescribeReservedInstancesModificationsCommand = exports.se_DescribeReservedInstancesListingsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReplaceRootVolumeTasksCommand = exports.se_DescribeRegionsCommand = exports.se_DescribePublicIpv4PoolsCommand = exports.se_DescribePrincipalIdFormatCommand = void 0;
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = void 0;
|
|
10
|
+
exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = exports.se_DisassociateVpcCidrBlockCommand = exports.se_DisassociateTrunkInterfaceCommand = exports.se_DisassociateTransitGatewayRouteTableCommand = exports.se_DisassociateTransitGatewayPolicyTableCommand = exports.se_DisassociateTransitGatewayMulticastDomainCommand = exports.se_DisassociateSubnetCidrBlockCommand = exports.se_DisassociateRouteTableCommand = exports.se_DisassociateNatGatewayAddressCommand = exports.se_DisassociateIpamResourceDiscoveryCommand = exports.se_DisassociateInstanceEventWindowCommand = exports.se_DisassociateIamInstanceProfileCommand = exports.se_DisassociateEnclaveCertificateIamRoleCommand = exports.se_DisassociateClientVpnTargetNetworkCommand = exports.se_DisassociateAddressCommand = exports.se_DisableVpcClassicLinkDnsSupportCommand = exports.se_DisableVpcClassicLinkCommand = exports.se_DisableVgwRoutePropagationCommand = exports.se_DisableTransitGatewayRouteTablePropagationCommand = exports.se_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = void 0;
|
|
11
|
+
exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = exports.se_GetReservedInstancesExchangeQuoteCommand = exports.se_GetPasswordDataCommand = exports.se_GetNetworkInsightsAccessScopeContentCommand = exports.se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.se_GetManagedPrefixListEntriesCommand = exports.se_GetManagedPrefixListAssociationsCommand = exports.se_GetLaunchTemplateDataCommand = exports.se_GetIpamResourceCidrsCommand = exports.se_GetIpamPoolCidrsCommand = exports.se_GetIpamPoolAllocationsCommand = exports.se_GetIpamDiscoveredResourceCidrsCommand = exports.se_GetIpamDiscoveredAccountsCommand = exports.se_GetIpamAddressHistoryCommand = exports.se_GetInstanceUefiDataCommand = exports.se_GetInstanceTypesFromInstanceRequirementsCommand = exports.se_GetImageBlockPublicAccessStateCommand = exports.se_GetHostReservationPurchasePreviewCommand = exports.se_GetGroupsForCapacityReservationCommand = exports.se_GetFlowLogsIntegrationTemplateCommand = exports.se_GetEbsEncryptionByDefaultCommand = exports.se_GetEbsDefaultKmsKeyIdCommand = exports.se_GetDefaultCreditSpecificationCommand = exports.se_GetConsoleScreenshotCommand = exports.se_GetConsoleOutputCommand = exports.se_GetCoipPoolUsageCommand = exports.se_GetCapacityReservationUsageCommand = exports.se_GetAwsNetworkPerformanceDataCommand = exports.se_GetAssociatedIpv6PoolCidrsCommand = exports.se_GetAssociatedEnclaveCertificateIamRolesCommand = exports.se_ExportTransitGatewayRoutesCommand = exports.se_ExportImageCommand = exports.se_ExportClientVpnClientConfigurationCommand = exports.se_ExportClientVpnClientCertificateRevocationListCommand = exports.se_EnableVpcClassicLinkDnsSupportCommand = exports.se_EnableVpcClassicLinkCommand = exports.se_EnableVolumeIOCommand = exports.se_EnableVgwRoutePropagationCommand = exports.se_EnableTransitGatewayRouteTablePropagationCommand = exports.se_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = void 0;
|
|
12
|
+
exports.se_ModifyLaunchTemplateCommand = exports.se_ModifyIpamScopeCommand = exports.se_ModifyIpamResourceDiscoveryCommand = exports.se_ModifyIpamResourceCidrCommand = exports.se_ModifyIpamPoolCommand = exports.se_ModifyIpamCommand = exports.se_ModifyInstancePlacementCommand = exports.se_ModifyInstanceMetadataOptionsCommand = exports.se_ModifyInstanceMaintenanceOptionsCommand = exports.se_ModifyInstanceEventWindowCommand = exports.se_ModifyInstanceEventStartTimeCommand = exports.se_ModifyInstanceCreditSpecificationCommand = exports.se_ModifyInstanceCapacityReservationAttributesCommand = exports.se_ModifyInstanceAttributeCommand = exports.se_ModifyImageAttributeCommand = exports.se_ModifyIdFormatCommand = exports.se_ModifyIdentityIdFormatCommand = exports.se_ModifyHostsCommand = exports.se_ModifyFpgaImageAttributeCommand = exports.se_ModifyFleetCommand = exports.se_ModifyEbsDefaultKmsKeyIdCommand = exports.se_ModifyDefaultCreditSpecificationCommand = exports.se_ModifyClientVpnEndpointCommand = exports.se_ModifyCapacityReservationFleetCommand = exports.se_ModifyCapacityReservationCommand = exports.se_ModifyAvailabilityZoneGroupCommand = exports.se_ModifyAddressAttributeCommand = exports.se_ListSnapshotsInRecycleBinCommand = exports.se_ListImagesInRecycleBinCommand = exports.se_ImportVolumeCommand = exports.se_ImportSnapshotCommand = exports.se_ImportKeyPairCommand = exports.se_ImportInstanceCommand = exports.se_ImportImageCommand = exports.se_ImportClientVpnClientCertificateRevocationListCommand = exports.se_GetVpnTunnelReplacementStatusCommand = exports.se_GetVpnConnectionDeviceTypesCommand = exports.se_GetVpnConnectionDeviceSampleConfigurationCommand = exports.se_GetVerifiedAccessGroupPolicyCommand = exports.se_GetVerifiedAccessEndpointPolicyCommand = exports.se_GetTransitGatewayRouteTablePropagationsCommand = exports.se_GetTransitGatewayRouteTableAssociationsCommand = exports.se_GetTransitGatewayPrefixListReferencesCommand = exports.se_GetTransitGatewayPolicyTableEntriesCommand = exports.se_GetTransitGatewayPolicyTableAssociationsCommand = exports.se_GetTransitGatewayMulticastDomainAssociationsCommand = exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = void 0;
|
|
13
|
+
exports.se_RegisterInstanceEventNotificationAttributesCommand = exports.se_RegisterImageCommand = exports.se_RebootInstancesCommand = exports.se_PurchaseScheduledInstancesCommand = exports.se_PurchaseReservedInstancesOfferingCommand = exports.se_PurchaseHostReservationCommand = exports.se_PurchaseCapacityBlockCommand = exports.se_ProvisionPublicIpv4PoolCidrCommand = exports.se_ProvisionIpamPoolCidrCommand = exports.se_ProvisionByoipCidrCommand = exports.se_MoveByoipCidrToIpamCommand = exports.se_MoveAddressToVpcCommand = exports.se_MonitorInstancesCommand = exports.se_ModifyVpnTunnelOptionsCommand = exports.se_ModifyVpnTunnelCertificateCommand = exports.se_ModifyVpnConnectionOptionsCommand = exports.se_ModifyVpnConnectionCommand = exports.se_ModifyVpcTenancyCommand = exports.se_ModifyVpcPeeringConnectionOptionsCommand = exports.se_ModifyVpcEndpointServicePermissionsCommand = exports.se_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.se_ModifyVpcEndpointServiceConfigurationCommand = exports.se_ModifyVpcEndpointConnectionNotificationCommand = exports.se_ModifyVpcEndpointCommand = exports.se_ModifyVpcAttributeCommand = exports.se_ModifyVolumeAttributeCommand = exports.se_ModifyVolumeCommand = exports.se_ModifyVerifiedAccessTrustProviderCommand = exports.se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.se_ModifyVerifiedAccessInstanceCommand = exports.se_ModifyVerifiedAccessGroupPolicyCommand = exports.se_ModifyVerifiedAccessGroupCommand = exports.se_ModifyVerifiedAccessEndpointPolicyCommand = exports.se_ModifyVerifiedAccessEndpointCommand = exports.se_ModifyTransitGatewayVpcAttachmentCommand = exports.se_ModifyTransitGatewayPrefixListReferenceCommand = exports.se_ModifyTransitGatewayCommand = exports.se_ModifyTrafficMirrorSessionCommand = exports.se_ModifyTrafficMirrorFilterRuleCommand = exports.se_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.se_ModifySubnetAttributeCommand = exports.se_ModifySpotFleetRequestCommand = exports.se_ModifySnapshotTierCommand = exports.se_ModifySnapshotAttributeCommand = exports.se_ModifySecurityGroupRulesCommand = exports.se_ModifyReservedInstancesCommand = exports.se_ModifyPrivateDnsNameOptionsCommand = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = void 0;
|
|
14
|
+
exports.se_UnassignPrivateIpAddressesCommand = exports.se_UnassignIpv6AddressesCommand = exports.se_TerminateInstancesCommand = exports.se_TerminateClientVpnConnectionsCommand = exports.se_StopInstancesCommand = exports.se_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.se_StartNetworkInsightsAnalysisCommand = exports.se_StartNetworkInsightsAccessScopeAnalysisCommand = exports.se_StartInstancesCommand = exports.se_SendDiagnosticInterruptCommand = exports.se_SearchTransitGatewayRoutesCommand = exports.se_SearchTransitGatewayMulticastGroupsCommand = exports.se_SearchLocalGatewayRoutesCommand = exports.se_RunScheduledInstancesCommand = exports.se_RunInstancesCommand = exports.se_RevokeSecurityGroupIngressCommand = exports.se_RevokeSecurityGroupEgressCommand = exports.se_RevokeClientVpnIngressCommand = exports.se_RestoreSnapshotTierCommand = exports.se_RestoreSnapshotFromRecycleBinCommand = exports.se_RestoreManagedPrefixListVersionCommand = exports.se_RestoreImageFromRecycleBinCommand = exports.se_RestoreAddressToClassicCommand = exports.se_ResetSnapshotAttributeCommand = exports.se_ResetNetworkInterfaceAttributeCommand = exports.se_ResetInstanceAttributeCommand = exports.se_ResetImageAttributeCommand = exports.se_ResetFpgaImageAttributeCommand = exports.se_ResetEbsDefaultKmsKeyIdCommand = exports.se_ResetAddressAttributeCommand = exports.se_RequestSpotInstancesCommand = exports.se_RequestSpotFleetCommand = exports.se_ReportInstanceStatusCommand = exports.se_ReplaceVpnTunnelCommand = exports.se_ReplaceTransitGatewayRouteCommand = exports.se_ReplaceRouteTableAssociationCommand = exports.se_ReplaceRouteCommand = exports.se_ReplaceNetworkAclEntryCommand = exports.se_ReplaceNetworkAclAssociationCommand = exports.se_ReplaceIamInstanceProfileAssociationCommand = exports.se_ReleaseIpamPoolAllocationCommand = exports.se_ReleaseHostsCommand = exports.se_ReleaseAddressCommand = exports.se_RejectVpcPeeringConnectionCommand = exports.se_RejectVpcEndpointConnectionsCommand = exports.se_RejectTransitGatewayVpcAttachmentCommand = exports.se_RejectTransitGatewayPeeringAttachmentCommand = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = void 0;
|
|
15
|
+
exports.de_CancelExportTaskCommand = exports.de_CancelConversionTaskCommand = exports.de_CancelCapacityReservationFleetsCommand = exports.de_CancelCapacityReservationCommand = exports.de_CancelBundleTaskCommand = exports.de_BundleInstanceCommand = exports.de_AuthorizeSecurityGroupIngressCommand = exports.de_AuthorizeSecurityGroupEgressCommand = exports.de_AuthorizeClientVpnIngressCommand = exports.de_AttachVpnGatewayCommand = exports.de_AttachVolumeCommand = exports.de_AttachVerifiedAccessTrustProviderCommand = exports.de_AttachNetworkInterfaceCommand = exports.de_AttachInternetGatewayCommand = exports.de_AttachClassicLinkVpcCommand = exports.de_AssociateVpcCidrBlockCommand = exports.de_AssociateTrunkInterfaceCommand = exports.de_AssociateTransitGatewayRouteTableCommand = exports.de_AssociateTransitGatewayPolicyTableCommand = exports.de_AssociateTransitGatewayMulticastDomainCommand = exports.de_AssociateSubnetCidrBlockCommand = exports.de_AssociateRouteTableCommand = exports.de_AssociateNatGatewayAddressCommand = exports.de_AssociateIpamResourceDiscoveryCommand = exports.de_AssociateInstanceEventWindowCommand = exports.de_AssociateIamInstanceProfileCommand = exports.de_AssociateEnclaveCertificateIamRoleCommand = exports.de_AssociateDhcpOptionsCommand = exports.de_AssociateClientVpnTargetNetworkCommand = exports.de_AssociateAddressCommand = exports.de_AssignPrivateNatGatewayAddressCommand = exports.de_AssignPrivateIpAddressesCommand = exports.de_AssignIpv6AddressesCommand = exports.de_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.de_AllocateIpamPoolCidrCommand = exports.de_AllocateHostsCommand = exports.de_AllocateAddressCommand = exports.de_AdvertiseByoipCidrCommand = exports.de_AcceptVpcPeeringConnectionCommand = exports.de_AcceptVpcEndpointConnectionsCommand = exports.de_AcceptTransitGatewayVpcAttachmentCommand = exports.de_AcceptTransitGatewayPeeringAttachmentCommand = exports.de_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.de_AcceptReservedInstancesExchangeQuoteCommand = exports.de_AcceptAddressTransferCommand = exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = void 0;
|
|
16
|
+
exports.de_CreatePublicIpv4PoolCommand = exports.de_CreatePlacementGroupCommand = exports.de_CreateNetworkInterfacePermissionCommand = exports.de_CreateNetworkInterfaceCommand = exports.de_CreateNetworkInsightsPathCommand = exports.de_CreateNetworkInsightsAccessScopeCommand = exports.de_CreateNetworkAclEntryCommand = exports.de_CreateNetworkAclCommand = exports.de_CreateNatGatewayCommand = exports.de_CreateManagedPrefixListCommand = exports.de_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_CreateLocalGatewayRouteTableCommand = exports.de_CreateLocalGatewayRouteCommand = exports.de_CreateLaunchTemplateVersionCommand = exports.de_CreateLaunchTemplateCommand = exports.de_CreateKeyPairCommand = exports.de_CreateIpamScopeCommand = exports.de_CreateIpamResourceDiscoveryCommand = exports.de_CreateIpamPoolCommand = exports.de_CreateIpamCommand = exports.de_CreateInternetGatewayCommand = exports.de_CreateInstanceExportTaskCommand = exports.de_CreateInstanceEventWindowCommand = exports.de_CreateInstanceConnectEndpointCommand = exports.de_CreateImageCommand = exports.de_CreateFpgaImageCommand = exports.de_CreateFlowLogsCommand = exports.de_CreateFleetCommand = exports.de_CreateEgressOnlyInternetGatewayCommand = exports.de_CreateDhcpOptionsCommand = exports.de_CreateDefaultVpcCommand = exports.de_CreateDefaultSubnetCommand = exports.de_CreateCustomerGatewayCommand = exports.de_CreateCoipPoolCommand = exports.de_CreateCoipCidrCommand = exports.de_CreateClientVpnRouteCommand = exports.de_CreateClientVpnEndpointCommand = exports.de_CreateCarrierGatewayCommand = exports.de_CreateCapacityReservationFleetCommand = exports.de_CreateCapacityReservationCommand = exports.de_CopySnapshotCommand = exports.de_CopyImageCommand = exports.de_CopyFpgaImageCommand = exports.de_ConfirmProductInstanceCommand = exports.de_CancelSpotInstanceRequestsCommand = exports.de_CancelSpotFleetRequestsCommand = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = void 0;
|
|
17
|
+
exports.de_DeleteFleetsCommand = exports.de_DeleteEgressOnlyInternetGatewayCommand = exports.de_DeleteDhcpOptionsCommand = exports.de_DeleteCustomerGatewayCommand = exports.de_DeleteCoipPoolCommand = exports.de_DeleteCoipCidrCommand = exports.de_DeleteClientVpnRouteCommand = exports.de_DeleteClientVpnEndpointCommand = exports.de_DeleteCarrierGatewayCommand = exports.de_CreateVpnGatewayCommand = exports.de_CreateVpnConnectionRouteCommand = exports.de_CreateVpnConnectionCommand = exports.de_CreateVpcPeeringConnectionCommand = exports.de_CreateVpcEndpointServiceConfigurationCommand = exports.de_CreateVpcEndpointConnectionNotificationCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreateVpcCommand = exports.de_CreateVolumeCommand = exports.de_CreateVerifiedAccessTrustProviderCommand = exports.de_CreateVerifiedAccessInstanceCommand = exports.de_CreateVerifiedAccessGroupCommand = exports.de_CreateVerifiedAccessEndpointCommand = exports.de_CreateTransitGatewayVpcAttachmentCommand = exports.de_CreateTransitGatewayRouteTableAnnouncementCommand = exports.de_CreateTransitGatewayRouteTableCommand = exports.de_CreateTransitGatewayRouteCommand = exports.de_CreateTransitGatewayPrefixListReferenceCommand = exports.de_CreateTransitGatewayPolicyTableCommand = exports.de_CreateTransitGatewayPeeringAttachmentCommand = exports.de_CreateTransitGatewayMulticastDomainCommand = exports.de_CreateTransitGatewayConnectPeerCommand = exports.de_CreateTransitGatewayConnectCommand = exports.de_CreateTransitGatewayCommand = exports.de_CreateTrafficMirrorTargetCommand = exports.de_CreateTrafficMirrorSessionCommand = exports.de_CreateTrafficMirrorFilterRuleCommand = exports.de_CreateTrafficMirrorFilterCommand = exports.de_CreateTagsCommand = exports.de_CreateSubnetCidrReservationCommand = exports.de_CreateSubnetCommand = exports.de_CreateStoreImageTaskCommand = exports.de_CreateSpotDatafeedSubscriptionCommand = exports.de_CreateSnapshotsCommand = exports.de_CreateSnapshotCommand = exports.de_CreateSecurityGroupCommand = exports.de_CreateRouteTableCommand = exports.de_CreateRouteCommand = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = void 0;
|
|
18
|
+
exports.de_DeleteTransitGatewayRouteTableCommand = exports.de_DeleteTransitGatewayRouteCommand = exports.de_DeleteTransitGatewayPrefixListReferenceCommand = exports.de_DeleteTransitGatewayPolicyTableCommand = exports.de_DeleteTransitGatewayPeeringAttachmentCommand = exports.de_DeleteTransitGatewayMulticastDomainCommand = exports.de_DeleteTransitGatewayConnectPeerCommand = exports.de_DeleteTransitGatewayConnectCommand = exports.de_DeleteTransitGatewayCommand = exports.de_DeleteTrafficMirrorTargetCommand = exports.de_DeleteTrafficMirrorSessionCommand = exports.de_DeleteTrafficMirrorFilterRuleCommand = exports.de_DeleteTrafficMirrorFilterCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSubnetCidrReservationCommand = exports.de_DeleteSubnetCommand = exports.de_DeleteSpotDatafeedSubscriptionCommand = exports.de_DeleteSnapshotCommand = exports.de_DeleteSecurityGroupCommand = exports.de_DeleteRouteTableCommand = exports.de_DeleteRouteCommand = exports.de_DeleteQueuedReservedInstancesCommand = exports.de_DeletePublicIpv4PoolCommand = exports.de_DeletePlacementGroupCommand = exports.de_DeleteNetworkInterfacePermissionCommand = exports.de_DeleteNetworkInterfaceCommand = exports.de_DeleteNetworkInsightsPathCommand = exports.de_DeleteNetworkInsightsAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeCommand = exports.de_DeleteNetworkAclEntryCommand = exports.de_DeleteNetworkAclCommand = exports.de_DeleteNatGatewayCommand = exports.de_DeleteManagedPrefixListCommand = exports.de_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_DeleteLocalGatewayRouteTableCommand = exports.de_DeleteLocalGatewayRouteCommand = exports.de_DeleteLaunchTemplateVersionsCommand = exports.de_DeleteLaunchTemplateCommand = exports.de_DeleteKeyPairCommand = exports.de_DeleteIpamScopeCommand = exports.de_DeleteIpamResourceDiscoveryCommand = exports.de_DeleteIpamPoolCommand = exports.de_DeleteIpamCommand = exports.de_DeleteInternetGatewayCommand = exports.de_DeleteInstanceEventWindowCommand = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = void 0;
|
|
19
|
+
exports.de_DescribeFastLaunchImagesCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeExportImageTasksCommand = exports.de_DescribeElasticGpusCommand = exports.de_DescribeEgressOnlyInternetGatewaysCommand = exports.de_DescribeDhcpOptionsCommand = exports.de_DescribeCustomerGatewaysCommand = exports.de_DescribeConversionTasksCommand = exports.de_DescribeCoipPoolsCommand = exports.de_DescribeClientVpnTargetNetworksCommand = exports.de_DescribeClientVpnRoutesCommand = exports.de_DescribeClientVpnEndpointsCommand = exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = exports.de_DescribeCapacityBlockOfferingsCommand = exports.de_DescribeByoipCidrsCommand = exports.de_DescribeBundleTasksCommand = exports.de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.de_DescribeAvailabilityZonesCommand = exports.de_DescribeAggregateIdFormatCommand = exports.de_DescribeAddressTransfersCommand = exports.de_DescribeAddressesAttributeCommand = exports.de_DescribeAddressesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.de_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.de_DeregisterInstanceEventNotificationAttributesCommand = exports.de_DeregisterImageCommand = exports.de_DeprovisionPublicIpv4PoolCidrCommand = exports.de_DeprovisionIpamPoolCidrCommand = exports.de_DeprovisionByoipCidrCommand = exports.de_DeleteVpnGatewayCommand = exports.de_DeleteVpnConnectionRouteCommand = exports.de_DeleteVpnConnectionCommand = exports.de_DeleteVpcPeeringConnectionCommand = exports.de_DeleteVpcEndpointServiceConfigurationsCommand = exports.de_DeleteVpcEndpointsCommand = exports.de_DeleteVpcEndpointConnectionNotificationsCommand = exports.de_DeleteVpcCommand = exports.de_DeleteVolumeCommand = exports.de_DeleteVerifiedAccessTrustProviderCommand = exports.de_DeleteVerifiedAccessInstanceCommand = exports.de_DeleteVerifiedAccessGroupCommand = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = void 0;
|
|
20
|
+
exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = exports.de_DescribeNetworkInsightsAccessScopesCommand = exports.de_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.de_DescribeNetworkAclsCommand = exports.de_DescribeNatGatewaysCommand = exports.de_DescribeMovingAddressesCommand = exports.de_DescribeManagedPrefixListsCommand = exports.de_DescribeLocalGatewayVirtualInterfacesCommand = exports.de_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.de_DescribeLocalGatewaysCommand = exports.de_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.de_DescribeLocalGatewayRouteTablesCommand = exports.de_DescribeLaunchTemplateVersionsCommand = exports.de_DescribeLaunchTemplatesCommand = exports.de_DescribeKeyPairsCommand = exports.de_DescribeIpv6PoolsCommand = exports.de_DescribeIpamScopesCommand = exports.de_DescribeIpamsCommand = exports.de_DescribeIpamResourceDiscoveryAssociationsCommand = exports.de_DescribeIpamResourceDiscoveriesCommand = exports.de_DescribeIpamPoolsCommand = exports.de_DescribeInternetGatewaysCommand = exports.de_DescribeInstanceTypesCommand = exports.de_DescribeInstanceTypeOfferingsCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = void 0;
|
|
21
|
+
exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.de_DescribeVerifiedAccessGroupsCommand = exports.de_DescribeVerifiedAccessEndpointsCommand = exports.de_DescribeTrunkInterfaceAssociationsCommand = exports.de_DescribeTransitGatewayVpcAttachmentsCommand = exports.de_DescribeTransitGatewaysCommand = exports.de_DescribeTransitGatewayRouteTablesCommand = exports.de_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.de_DescribeTransitGatewayPolicyTablesCommand = exports.de_DescribeTransitGatewayPeeringAttachmentsCommand = exports.de_DescribeTransitGatewayMulticastDomainsCommand = exports.de_DescribeTransitGatewayConnectsCommand = exports.de_DescribeTransitGatewayConnectPeersCommand = exports.de_DescribeTransitGatewayAttachmentsCommand = exports.de_DescribeTrafficMirrorTargetsCommand = exports.de_DescribeTrafficMirrorSessionsCommand = exports.de_DescribeTrafficMirrorFiltersCommand = exports.de_DescribeTagsCommand = exports.de_DescribeSubnetsCommand = exports.de_DescribeStoreImageTasksCommand = exports.de_DescribeStaleSecurityGroupsCommand = exports.de_DescribeSpotPriceHistoryCommand = exports.de_DescribeSpotInstanceRequestsCommand = exports.de_DescribeSpotFleetRequestsCommand = exports.de_DescribeSpotFleetRequestHistoryCommand = exports.de_DescribeSpotFleetInstancesCommand = exports.de_DescribeSpotDatafeedSubscriptionCommand = exports.de_DescribeSnapshotTierStatusCommand = exports.de_DescribeSnapshotsCommand = exports.de_DescribeSnapshotAttributeCommand = exports.de_DescribeSecurityGroupsCommand = exports.de_DescribeSecurityGroupRulesCommand = exports.de_DescribeSecurityGroupReferencesCommand = exports.de_DescribeScheduledInstancesCommand = exports.de_DescribeScheduledInstanceAvailabilityCommand = exports.de_DescribeRouteTablesCommand = exports.de_DescribeReservedInstancesOfferingsCommand = exports.de_DescribeReservedInstancesModificationsCommand = exports.de_DescribeReservedInstancesListingsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReplaceRootVolumeTasksCommand = exports.de_DescribeRegionsCommand = exports.de_DescribePublicIpv4PoolsCommand = exports.de_DescribePrincipalIdFormatCommand = exports.de_DescribePrefixListsCommand = exports.de_DescribePlacementGroupsCommand = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = void 0;
|
|
22
|
+
exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = exports.de_DisassociateSubnetCidrBlockCommand = exports.de_DisassociateRouteTableCommand = exports.de_DisassociateNatGatewayAddressCommand = exports.de_DisassociateIpamResourceDiscoveryCommand = exports.de_DisassociateInstanceEventWindowCommand = exports.de_DisassociateIamInstanceProfileCommand = exports.de_DisassociateEnclaveCertificateIamRoleCommand = exports.de_DisassociateClientVpnTargetNetworkCommand = exports.de_DisassociateAddressCommand = exports.de_DisableVpcClassicLinkDnsSupportCommand = exports.de_DisableVpcClassicLinkCommand = exports.de_DisableVgwRoutePropagationCommand = exports.de_DisableTransitGatewayRouteTablePropagationCommand = exports.de_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = void 0;
|
|
23
|
+
exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = exports.de_GetManagedPrefixListAssociationsCommand = exports.de_GetLaunchTemplateDataCommand = exports.de_GetIpamResourceCidrsCommand = exports.de_GetIpamPoolCidrsCommand = exports.de_GetIpamPoolAllocationsCommand = exports.de_GetIpamDiscoveredResourceCidrsCommand = exports.de_GetIpamDiscoveredAccountsCommand = exports.de_GetIpamAddressHistoryCommand = exports.de_GetInstanceUefiDataCommand = exports.de_GetInstanceTypesFromInstanceRequirementsCommand = exports.de_GetImageBlockPublicAccessStateCommand = exports.de_GetHostReservationPurchasePreviewCommand = exports.de_GetGroupsForCapacityReservationCommand = exports.de_GetFlowLogsIntegrationTemplateCommand = exports.de_GetEbsEncryptionByDefaultCommand = exports.de_GetEbsDefaultKmsKeyIdCommand = exports.de_GetDefaultCreditSpecificationCommand = exports.de_GetConsoleScreenshotCommand = exports.de_GetConsoleOutputCommand = exports.de_GetCoipPoolUsageCommand = exports.de_GetCapacityReservationUsageCommand = exports.de_GetAwsNetworkPerformanceDataCommand = exports.de_GetAssociatedIpv6PoolCidrsCommand = exports.de_GetAssociatedEnclaveCertificateIamRolesCommand = exports.de_ExportTransitGatewayRoutesCommand = exports.de_ExportImageCommand = exports.de_ExportClientVpnClientConfigurationCommand = exports.de_ExportClientVpnClientCertificateRevocationListCommand = exports.de_EnableVpcClassicLinkDnsSupportCommand = exports.de_EnableVpcClassicLinkCommand = exports.de_EnableVolumeIOCommand = exports.de_EnableVgwRoutePropagationCommand = exports.de_EnableTransitGatewayRouteTablePropagationCommand = exports.de_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = void 0;
|
|
24
|
+
exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = exports.de_ModifyInstanceMetadataOptionsCommand = exports.de_ModifyInstanceMaintenanceOptionsCommand = exports.de_ModifyInstanceEventWindowCommand = exports.de_ModifyInstanceEventStartTimeCommand = exports.de_ModifyInstanceCreditSpecificationCommand = exports.de_ModifyInstanceCapacityReservationAttributesCommand = exports.de_ModifyInstanceAttributeCommand = exports.de_ModifyImageAttributeCommand = exports.de_ModifyIdFormatCommand = exports.de_ModifyIdentityIdFormatCommand = exports.de_ModifyHostsCommand = exports.de_ModifyFpgaImageAttributeCommand = exports.de_ModifyFleetCommand = exports.de_ModifyEbsDefaultKmsKeyIdCommand = exports.de_ModifyDefaultCreditSpecificationCommand = exports.de_ModifyClientVpnEndpointCommand = exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = exports.de_ListSnapshotsInRecycleBinCommand = exports.de_ListImagesInRecycleBinCommand = exports.de_ImportVolumeCommand = exports.de_ImportSnapshotCommand = exports.de_ImportKeyPairCommand = exports.de_ImportInstanceCommand = exports.de_ImportImageCommand = exports.de_ImportClientVpnClientCertificateRevocationListCommand = exports.de_GetVpnTunnelReplacementStatusCommand = exports.de_GetVpnConnectionDeviceTypesCommand = exports.de_GetVpnConnectionDeviceSampleConfigurationCommand = exports.de_GetVerifiedAccessGroupPolicyCommand = exports.de_GetVerifiedAccessEndpointPolicyCommand = exports.de_GetTransitGatewayRouteTablePropagationsCommand = exports.de_GetTransitGatewayRouteTableAssociationsCommand = exports.de_GetTransitGatewayPrefixListReferencesCommand = exports.de_GetTransitGatewayPolicyTableEntriesCommand = exports.de_GetTransitGatewayPolicyTableAssociationsCommand = exports.de_GetTransitGatewayMulticastDomainAssociationsCommand = exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = void 0;
|
|
25
|
+
exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = exports.de_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = exports.de_ProvisionByoipCidrCommand = exports.de_MoveByoipCidrToIpamCommand = exports.de_MoveAddressToVpcCommand = exports.de_MonitorInstancesCommand = exports.de_ModifyVpnTunnelOptionsCommand = exports.de_ModifyVpnTunnelCertificateCommand = exports.de_ModifyVpnConnectionOptionsCommand = exports.de_ModifyVpnConnectionCommand = exports.de_ModifyVpcTenancyCommand = exports.de_ModifyVpcPeeringConnectionOptionsCommand = exports.de_ModifyVpcEndpointServicePermissionsCommand = exports.de_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.de_ModifyVpcEndpointServiceConfigurationCommand = exports.de_ModifyVpcEndpointConnectionNotificationCommand = exports.de_ModifyVpcEndpointCommand = exports.de_ModifyVpcAttributeCommand = exports.de_ModifyVolumeAttributeCommand = exports.de_ModifyVolumeCommand = exports.de_ModifyVerifiedAccessTrustProviderCommand = exports.de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.de_ModifyVerifiedAccessInstanceCommand = exports.de_ModifyVerifiedAccessGroupPolicyCommand = exports.de_ModifyVerifiedAccessGroupCommand = exports.de_ModifyVerifiedAccessEndpointPolicyCommand = exports.de_ModifyVerifiedAccessEndpointCommand = exports.de_ModifyTransitGatewayVpcAttachmentCommand = exports.de_ModifyTransitGatewayPrefixListReferenceCommand = exports.de_ModifyTransitGatewayCommand = exports.de_ModifyTrafficMirrorSessionCommand = exports.de_ModifyTrafficMirrorFilterRuleCommand = exports.de_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.de_ModifySubnetAttributeCommand = exports.de_ModifySpotFleetRequestCommand = exports.de_ModifySnapshotTierCommand = exports.de_ModifySnapshotAttributeCommand = exports.de_ModifySecurityGroupRulesCommand = exports.de_ModifyReservedInstancesCommand = exports.de_ModifyPrivateDnsNameOptionsCommand = exports.de_ModifyNetworkInterfaceAttributeCommand = exports.de_ModifyManagedPrefixListCommand = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = void 0;
|
|
26
|
+
exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = exports.de_SearchLocalGatewayRoutesCommand = exports.de_RunScheduledInstancesCommand = exports.de_RunInstancesCommand = exports.de_RevokeSecurityGroupIngressCommand = exports.de_RevokeSecurityGroupEgressCommand = exports.de_RevokeClientVpnIngressCommand = exports.de_RestoreSnapshotTierCommand = exports.de_RestoreSnapshotFromRecycleBinCommand = exports.de_RestoreManagedPrefixListVersionCommand = exports.de_RestoreImageFromRecycleBinCommand = exports.de_RestoreAddressToClassicCommand = exports.de_ResetSnapshotAttributeCommand = exports.de_ResetNetworkInterfaceAttributeCommand = exports.de_ResetInstanceAttributeCommand = exports.de_ResetImageAttributeCommand = exports.de_ResetFpgaImageAttributeCommand = exports.de_ResetEbsDefaultKmsKeyIdCommand = exports.de_ResetAddressAttributeCommand = exports.de_RequestSpotInstancesCommand = exports.de_RequestSpotFleetCommand = exports.de_ReportInstanceStatusCommand = exports.de_ReplaceVpnTunnelCommand = exports.de_ReplaceTransitGatewayRouteCommand = exports.de_ReplaceRouteTableAssociationCommand = exports.de_ReplaceRouteCommand = exports.de_ReplaceNetworkAclEntryCommand = exports.de_ReplaceNetworkAclAssociationCommand = exports.de_ReplaceIamInstanceProfileAssociationCommand = exports.de_ReleaseIpamPoolAllocationCommand = exports.de_ReleaseHostsCommand = exports.de_ReleaseAddressCommand = exports.de_RejectVpcPeeringConnectionCommand = exports.de_RejectVpcEndpointConnectionsCommand = exports.de_RejectTransitGatewayVpcAttachmentCommand = exports.de_RejectTransitGatewayPeeringAttachmentCommand = exports.de_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.de_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = void 0;
|
|
27
|
+
exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = void 0;
|
|
28
28
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
29
29
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
30
30
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
@@ -4199,6 +4199,17 @@ const se_DisableSerialConsoleAccessCommand = async (input, context) => {
|
|
|
4199
4199
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4200
4200
|
};
|
|
4201
4201
|
exports.se_DisableSerialConsoleAccessCommand = se_DisableSerialConsoleAccessCommand;
|
|
4202
|
+
const se_DisableSnapshotBlockPublicAccessCommand = async (input, context) => {
|
|
4203
|
+
const headers = SHARED_HEADERS;
|
|
4204
|
+
let body;
|
|
4205
|
+
body = buildFormUrlencodedString({
|
|
4206
|
+
...se_DisableSnapshotBlockPublicAccessRequest(input, context),
|
|
4207
|
+
Action: "DisableSnapshotBlockPublicAccess",
|
|
4208
|
+
Version: "2016-11-15",
|
|
4209
|
+
});
|
|
4210
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4211
|
+
};
|
|
4212
|
+
exports.se_DisableSnapshotBlockPublicAccessCommand = se_DisableSnapshotBlockPublicAccessCommand;
|
|
4202
4213
|
const se_DisableTransitGatewayRouteTablePropagationCommand = async (input, context) => {
|
|
4203
4214
|
const headers = SHARED_HEADERS;
|
|
4204
4215
|
let body;
|
|
@@ -4518,6 +4529,17 @@ const se_EnableSerialConsoleAccessCommand = async (input, context) => {
|
|
|
4518
4529
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4519
4530
|
};
|
|
4520
4531
|
exports.se_EnableSerialConsoleAccessCommand = se_EnableSerialConsoleAccessCommand;
|
|
4532
|
+
const se_EnableSnapshotBlockPublicAccessCommand = async (input, context) => {
|
|
4533
|
+
const headers = SHARED_HEADERS;
|
|
4534
|
+
let body;
|
|
4535
|
+
body = buildFormUrlencodedString({
|
|
4536
|
+
...se_EnableSnapshotBlockPublicAccessRequest(input, context),
|
|
4537
|
+
Action: "EnableSnapshotBlockPublicAccess",
|
|
4538
|
+
Version: "2016-11-15",
|
|
4539
|
+
});
|
|
4540
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4541
|
+
};
|
|
4542
|
+
exports.se_EnableSnapshotBlockPublicAccessCommand = se_EnableSnapshotBlockPublicAccessCommand;
|
|
4521
4543
|
const se_EnableTransitGatewayRouteTablePropagationCommand = async (input, context) => {
|
|
4522
4544
|
const headers = SHARED_HEADERS;
|
|
4523
4545
|
let body;
|
|
@@ -4958,6 +4980,17 @@ const se_GetSerialConsoleAccessStatusCommand = async (input, context) => {
|
|
|
4958
4980
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4959
4981
|
};
|
|
4960
4982
|
exports.se_GetSerialConsoleAccessStatusCommand = se_GetSerialConsoleAccessStatusCommand;
|
|
4983
|
+
const se_GetSnapshotBlockPublicAccessStateCommand = async (input, context) => {
|
|
4984
|
+
const headers = SHARED_HEADERS;
|
|
4985
|
+
let body;
|
|
4986
|
+
body = buildFormUrlencodedString({
|
|
4987
|
+
...se_GetSnapshotBlockPublicAccessStateRequest(input, context),
|
|
4988
|
+
Action: "GetSnapshotBlockPublicAccessState",
|
|
4989
|
+
Version: "2016-11-15",
|
|
4990
|
+
});
|
|
4991
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4992
|
+
};
|
|
4993
|
+
exports.se_GetSnapshotBlockPublicAccessStateCommand = se_GetSnapshotBlockPublicAccessStateCommand;
|
|
4961
4994
|
const se_GetSpotPlacementScoresCommand = async (input, context) => {
|
|
4962
4995
|
const headers = SHARED_HEADERS;
|
|
4963
4996
|
let body;
|
|
@@ -16795,6 +16828,33 @@ const de_DisableSerialConsoleAccessCommandError = async (output, context) => {
|
|
|
16795
16828
|
errorCode,
|
|
16796
16829
|
});
|
|
16797
16830
|
};
|
|
16831
|
+
const de_DisableSnapshotBlockPublicAccessCommand = async (output, context) => {
|
|
16832
|
+
if (output.statusCode >= 300) {
|
|
16833
|
+
return de_DisableSnapshotBlockPublicAccessCommandError(output, context);
|
|
16834
|
+
}
|
|
16835
|
+
const data = await parseBody(output.body, context);
|
|
16836
|
+
let contents = {};
|
|
16837
|
+
contents = de_DisableSnapshotBlockPublicAccessResult(data, context);
|
|
16838
|
+
const response = {
|
|
16839
|
+
$metadata: deserializeMetadata(output),
|
|
16840
|
+
...contents,
|
|
16841
|
+
};
|
|
16842
|
+
return response;
|
|
16843
|
+
};
|
|
16844
|
+
exports.de_DisableSnapshotBlockPublicAccessCommand = de_DisableSnapshotBlockPublicAccessCommand;
|
|
16845
|
+
const de_DisableSnapshotBlockPublicAccessCommandError = async (output, context) => {
|
|
16846
|
+
const parsedOutput = {
|
|
16847
|
+
...output,
|
|
16848
|
+
body: await parseErrorBody(output.body, context),
|
|
16849
|
+
};
|
|
16850
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16851
|
+
const parsedBody = parsedOutput.body;
|
|
16852
|
+
return throwDefaultError({
|
|
16853
|
+
output,
|
|
16854
|
+
parsedBody: parsedBody.Errors.Error,
|
|
16855
|
+
errorCode,
|
|
16856
|
+
});
|
|
16857
|
+
};
|
|
16798
16858
|
const de_DisableTransitGatewayRouteTablePropagationCommand = async (output, context) => {
|
|
16799
16859
|
if (output.statusCode >= 300) {
|
|
16800
16860
|
return de_DisableTransitGatewayRouteTablePropagationCommandError(output, context);
|
|
@@ -17569,6 +17629,33 @@ const de_EnableSerialConsoleAccessCommandError = async (output, context) => {
|
|
|
17569
17629
|
errorCode,
|
|
17570
17630
|
});
|
|
17571
17631
|
};
|
|
17632
|
+
const de_EnableSnapshotBlockPublicAccessCommand = async (output, context) => {
|
|
17633
|
+
if (output.statusCode >= 300) {
|
|
17634
|
+
return de_EnableSnapshotBlockPublicAccessCommandError(output, context);
|
|
17635
|
+
}
|
|
17636
|
+
const data = await parseBody(output.body, context);
|
|
17637
|
+
let contents = {};
|
|
17638
|
+
contents = de_EnableSnapshotBlockPublicAccessResult(data, context);
|
|
17639
|
+
const response = {
|
|
17640
|
+
$metadata: deserializeMetadata(output),
|
|
17641
|
+
...contents,
|
|
17642
|
+
};
|
|
17643
|
+
return response;
|
|
17644
|
+
};
|
|
17645
|
+
exports.de_EnableSnapshotBlockPublicAccessCommand = de_EnableSnapshotBlockPublicAccessCommand;
|
|
17646
|
+
const de_EnableSnapshotBlockPublicAccessCommandError = async (output, context) => {
|
|
17647
|
+
const parsedOutput = {
|
|
17648
|
+
...output,
|
|
17649
|
+
body: await parseErrorBody(output.body, context),
|
|
17650
|
+
};
|
|
17651
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17652
|
+
const parsedBody = parsedOutput.body;
|
|
17653
|
+
return throwDefaultError({
|
|
17654
|
+
output,
|
|
17655
|
+
parsedBody: parsedBody.Errors.Error,
|
|
17656
|
+
errorCode,
|
|
17657
|
+
});
|
|
17658
|
+
};
|
|
17572
17659
|
const de_EnableTransitGatewayRouteTablePropagationCommand = async (output, context) => {
|
|
17573
17660
|
if (output.statusCode >= 300) {
|
|
17574
17661
|
return de_EnableTransitGatewayRouteTablePropagationCommandError(output, context);
|
|
@@ -18643,6 +18730,33 @@ const de_GetSerialConsoleAccessStatusCommandError = async (output, context) => {
|
|
|
18643
18730
|
errorCode,
|
|
18644
18731
|
});
|
|
18645
18732
|
};
|
|
18733
|
+
const de_GetSnapshotBlockPublicAccessStateCommand = async (output, context) => {
|
|
18734
|
+
if (output.statusCode >= 300) {
|
|
18735
|
+
return de_GetSnapshotBlockPublicAccessStateCommandError(output, context);
|
|
18736
|
+
}
|
|
18737
|
+
const data = await parseBody(output.body, context);
|
|
18738
|
+
let contents = {};
|
|
18739
|
+
contents = de_GetSnapshotBlockPublicAccessStateResult(data, context);
|
|
18740
|
+
const response = {
|
|
18741
|
+
$metadata: deserializeMetadata(output),
|
|
18742
|
+
...contents,
|
|
18743
|
+
};
|
|
18744
|
+
return response;
|
|
18745
|
+
};
|
|
18746
|
+
exports.de_GetSnapshotBlockPublicAccessStateCommand = de_GetSnapshotBlockPublicAccessStateCommand;
|
|
18747
|
+
const de_GetSnapshotBlockPublicAccessStateCommandError = async (output, context) => {
|
|
18748
|
+
const parsedOutput = {
|
|
18749
|
+
...output,
|
|
18750
|
+
body: await parseErrorBody(output.body, context),
|
|
18751
|
+
};
|
|
18752
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18753
|
+
const parsedBody = parsedOutput.body;
|
|
18754
|
+
return throwDefaultError({
|
|
18755
|
+
output,
|
|
18756
|
+
parsedBody: parsedBody.Errors.Error,
|
|
18757
|
+
errorCode,
|
|
18758
|
+
});
|
|
18759
|
+
};
|
|
18646
18760
|
const de_GetSpotPlacementScoresCommand = async (output, context) => {
|
|
18647
18761
|
if (output.statusCode >= 300) {
|
|
18648
18762
|
return de_GetSpotPlacementScoresCommandError(output, context);
|
|
@@ -33441,6 +33555,13 @@ const se_DisableSerialConsoleAccessRequest = (input, context) => {
|
|
|
33441
33555
|
}
|
|
33442
33556
|
return entries;
|
|
33443
33557
|
};
|
|
33558
|
+
const se_DisableSnapshotBlockPublicAccessRequest = (input, context) => {
|
|
33559
|
+
const entries = {};
|
|
33560
|
+
if (input.DryRun != null) {
|
|
33561
|
+
entries["DryRun"] = input.DryRun;
|
|
33562
|
+
}
|
|
33563
|
+
return entries;
|
|
33564
|
+
};
|
|
33444
33565
|
const se_DisableTransitGatewayRouteTablePropagationRequest = (input, context) => {
|
|
33445
33566
|
const entries = {};
|
|
33446
33567
|
if (input.TransitGatewayRouteTableId != null) {
|
|
@@ -34040,6 +34161,16 @@ const se_EnableSerialConsoleAccessRequest = (input, context) => {
|
|
|
34040
34161
|
}
|
|
34041
34162
|
return entries;
|
|
34042
34163
|
};
|
|
34164
|
+
const se_EnableSnapshotBlockPublicAccessRequest = (input, context) => {
|
|
34165
|
+
const entries = {};
|
|
34166
|
+
if (input.State != null) {
|
|
34167
|
+
entries["State"] = input.State;
|
|
34168
|
+
}
|
|
34169
|
+
if (input.DryRun != null) {
|
|
34170
|
+
entries["DryRun"] = input.DryRun;
|
|
34171
|
+
}
|
|
34172
|
+
return entries;
|
|
34173
|
+
};
|
|
34043
34174
|
const se_EnableTransitGatewayRouteTablePropagationRequest = (input, context) => {
|
|
34044
34175
|
const entries = {};
|
|
34045
34176
|
if (input.TransitGatewayRouteTableId != null) {
|
|
@@ -34110,6 +34241,20 @@ const se_EnaSrdSpecification = (input, context) => {
|
|
|
34110
34241
|
}
|
|
34111
34242
|
return entries;
|
|
34112
34243
|
};
|
|
34244
|
+
const se_EnaSrdSpecificationRequest = (input, context) => {
|
|
34245
|
+
const entries = {};
|
|
34246
|
+
if (input.EnaSrdEnabled != null) {
|
|
34247
|
+
entries["EnaSrdEnabled"] = input.EnaSrdEnabled;
|
|
34248
|
+
}
|
|
34249
|
+
if (input.EnaSrdUdpSpecification != null) {
|
|
34250
|
+
const memberEntries = se_EnaSrdUdpSpecificationRequest(input.EnaSrdUdpSpecification, context);
|
|
34251
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34252
|
+
const loc = `EnaSrdUdpSpecification.${key}`;
|
|
34253
|
+
entries[loc] = value;
|
|
34254
|
+
});
|
|
34255
|
+
}
|
|
34256
|
+
return entries;
|
|
34257
|
+
};
|
|
34113
34258
|
const se_EnaSrdUdpSpecification = (input, context) => {
|
|
34114
34259
|
const entries = {};
|
|
34115
34260
|
if (input.EnaSrdUdpEnabled != null) {
|
|
@@ -34117,6 +34262,13 @@ const se_EnaSrdUdpSpecification = (input, context) => {
|
|
|
34117
34262
|
}
|
|
34118
34263
|
return entries;
|
|
34119
34264
|
};
|
|
34265
|
+
const se_EnaSrdUdpSpecificationRequest = (input, context) => {
|
|
34266
|
+
const entries = {};
|
|
34267
|
+
if (input.EnaSrdUdpEnabled != null) {
|
|
34268
|
+
entries["EnaSrdUdpEnabled"] = input.EnaSrdUdpEnabled;
|
|
34269
|
+
}
|
|
34270
|
+
return entries;
|
|
34271
|
+
};
|
|
34120
34272
|
const se_EnclaveOptionsRequest = (input, context) => {
|
|
34121
34273
|
const entries = {};
|
|
34122
34274
|
if (input.Enabled != null) {
|
|
@@ -35126,6 +35278,13 @@ const se_GetSerialConsoleAccessStatusRequest = (input, context) => {
|
|
|
35126
35278
|
}
|
|
35127
35279
|
return entries;
|
|
35128
35280
|
};
|
|
35281
|
+
const se_GetSnapshotBlockPublicAccessStateRequest = (input, context) => {
|
|
35282
|
+
const entries = {};
|
|
35283
|
+
if (input.DryRun != null) {
|
|
35284
|
+
entries["DryRun"] = input.DryRun;
|
|
35285
|
+
}
|
|
35286
|
+
return entries;
|
|
35287
|
+
};
|
|
35129
35288
|
const se_GetSpotPlacementScoresRequest = (input, context) => {
|
|
35130
35289
|
const entries = {};
|
|
35131
35290
|
if (input.InstanceTypes != null) {
|
|
@@ -36356,6 +36515,13 @@ const se_InstanceNetworkInterfaceSpecification = (input, context) => {
|
|
|
36356
36515
|
if (input.PrimaryIpv6 != null) {
|
|
36357
36516
|
entries["PrimaryIpv6"] = input.PrimaryIpv6;
|
|
36358
36517
|
}
|
|
36518
|
+
if (input.EnaSrdSpecification != null) {
|
|
36519
|
+
const memberEntries = se_EnaSrdSpecificationRequest(input.EnaSrdSpecification, context);
|
|
36520
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36521
|
+
const loc = `EnaSrdSpecification.${key}`;
|
|
36522
|
+
entries[loc] = value;
|
|
36523
|
+
});
|
|
36524
|
+
}
|
|
36359
36525
|
return entries;
|
|
36360
36526
|
};
|
|
36361
36527
|
const se_InstanceNetworkInterfaceSpecificationList = (input, context) => {
|
|
@@ -37466,6 +37632,13 @@ const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = (input, co
|
|
|
37466
37632
|
if (input.PrimaryIpv6 != null) {
|
|
37467
37633
|
entries["PrimaryIpv6"] = input.PrimaryIpv6;
|
|
37468
37634
|
}
|
|
37635
|
+
if (input.EnaSrdSpecification != null) {
|
|
37636
|
+
const memberEntries = se_EnaSrdSpecificationRequest(input.EnaSrdSpecification, context);
|
|
37637
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
37638
|
+
const loc = `EnaSrdSpecification.${key}`;
|
|
37639
|
+
entries[loc] = value;
|
|
37640
|
+
});
|
|
37641
|
+
}
|
|
37469
37642
|
return entries;
|
|
37470
37643
|
};
|
|
37471
37644
|
const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = (input, context) => {
|
|
@@ -51457,6 +51630,13 @@ const de_DisableSerialConsoleAccessResult = (output, context) => {
|
|
|
51457
51630
|
}
|
|
51458
51631
|
return contents;
|
|
51459
51632
|
};
|
|
51633
|
+
const de_DisableSnapshotBlockPublicAccessResult = (output, context) => {
|
|
51634
|
+
const contents = {};
|
|
51635
|
+
if (output["state"] !== undefined) {
|
|
51636
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
51637
|
+
}
|
|
51638
|
+
return contents;
|
|
51639
|
+
};
|
|
51460
51640
|
const de_DisableTransitGatewayRouteTablePropagationResult = (output, context) => {
|
|
51461
51641
|
const contents = {};
|
|
51462
51642
|
if (output["propagation"] !== undefined) {
|
|
@@ -52136,6 +52316,13 @@ const de_EnableSerialConsoleAccessResult = (output, context) => {
|
|
|
52136
52316
|
}
|
|
52137
52317
|
return contents;
|
|
52138
52318
|
};
|
|
52319
|
+
const de_EnableSnapshotBlockPublicAccessResult = (output, context) => {
|
|
52320
|
+
const contents = {};
|
|
52321
|
+
if (output["state"] !== undefined) {
|
|
52322
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
52323
|
+
}
|
|
52324
|
+
return contents;
|
|
52325
|
+
};
|
|
52139
52326
|
const de_EnableTransitGatewayRouteTablePropagationResult = (output, context) => {
|
|
52140
52327
|
const contents = {};
|
|
52141
52328
|
if (output["propagation"] !== undefined) {
|
|
@@ -52157,6 +52344,23 @@ const de_EnableVpcClassicLinkResult = (output, context) => {
|
|
|
52157
52344
|
}
|
|
52158
52345
|
return contents;
|
|
52159
52346
|
};
|
|
52347
|
+
const de_EnaSrdSpecificationRequest = (output, context) => {
|
|
52348
|
+
const contents = {};
|
|
52349
|
+
if (output["EnaSrdEnabled"] !== undefined) {
|
|
52350
|
+
contents.EnaSrdEnabled = (0, smithy_client_1.parseBoolean)(output["EnaSrdEnabled"]);
|
|
52351
|
+
}
|
|
52352
|
+
if (output["EnaSrdUdpSpecification"] !== undefined) {
|
|
52353
|
+
contents.EnaSrdUdpSpecification = de_EnaSrdUdpSpecificationRequest(output["EnaSrdUdpSpecification"], context);
|
|
52354
|
+
}
|
|
52355
|
+
return contents;
|
|
52356
|
+
};
|
|
52357
|
+
const de_EnaSrdUdpSpecificationRequest = (output, context) => {
|
|
52358
|
+
const contents = {};
|
|
52359
|
+
if (output["EnaSrdUdpEnabled"] !== undefined) {
|
|
52360
|
+
contents.EnaSrdUdpEnabled = (0, smithy_client_1.parseBoolean)(output["EnaSrdUdpEnabled"]);
|
|
52361
|
+
}
|
|
52362
|
+
return contents;
|
|
52363
|
+
};
|
|
52160
52364
|
const de_EnclaveOptions = (output, context) => {
|
|
52161
52365
|
const contents = {};
|
|
52162
52366
|
if (output["enabled"] !== undefined) {
|
|
@@ -53542,6 +53746,13 @@ const de_GetSerialConsoleAccessStatusResult = (output, context) => {
|
|
|
53542
53746
|
}
|
|
53543
53747
|
return contents;
|
|
53544
53748
|
};
|
|
53749
|
+
const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
|
|
53750
|
+
const contents = {};
|
|
53751
|
+
if (output["state"] !== undefined) {
|
|
53752
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
53753
|
+
}
|
|
53754
|
+
return contents;
|
|
53755
|
+
};
|
|
53545
53756
|
const de_GetSpotPlacementScoresResult = (output, context) => {
|
|
53546
53757
|
const contents = {};
|
|
53547
53758
|
if (output.spotPlacementScoreSet === "") {
|
|
@@ -54893,6 +55104,23 @@ const de_Instance = (output, context) => {
|
|
|
54893
55104
|
}
|
|
54894
55105
|
return contents;
|
|
54895
55106
|
};
|
|
55107
|
+
const de_InstanceAttachmentEnaSrdSpecification = (output, context) => {
|
|
55108
|
+
const contents = {};
|
|
55109
|
+
if (output["enaSrdEnabled"] !== undefined) {
|
|
55110
|
+
contents.EnaSrdEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdEnabled"]);
|
|
55111
|
+
}
|
|
55112
|
+
if (output["enaSrdUdpSpecification"] !== undefined) {
|
|
55113
|
+
contents.EnaSrdUdpSpecification = de_InstanceAttachmentEnaSrdUdpSpecification(output["enaSrdUdpSpecification"], context);
|
|
55114
|
+
}
|
|
55115
|
+
return contents;
|
|
55116
|
+
};
|
|
55117
|
+
const de_InstanceAttachmentEnaSrdUdpSpecification = (output, context) => {
|
|
55118
|
+
const contents = {};
|
|
55119
|
+
if (output["enaSrdUdpEnabled"] !== undefined) {
|
|
55120
|
+
contents.EnaSrdUdpEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdUdpEnabled"]);
|
|
55121
|
+
}
|
|
55122
|
+
return contents;
|
|
55123
|
+
};
|
|
54896
55124
|
const de_InstanceAttribute = (output, context) => {
|
|
54897
55125
|
const contents = {};
|
|
54898
55126
|
if (output.groupSet === "") {
|
|
@@ -55379,6 +55607,9 @@ const de_InstanceNetworkInterfaceAttachment = (output, context) => {
|
|
|
55379
55607
|
if (output["networkCardIndex"] !== undefined) {
|
|
55380
55608
|
contents.NetworkCardIndex = (0, smithy_client_1.strictParseInt32)(output["networkCardIndex"]);
|
|
55381
55609
|
}
|
|
55610
|
+
if (output["enaSrdSpecification"] !== undefined) {
|
|
55611
|
+
contents.EnaSrdSpecification = de_InstanceAttachmentEnaSrdSpecification(output["enaSrdSpecification"], context);
|
|
55612
|
+
}
|
|
55382
55613
|
return contents;
|
|
55383
55614
|
};
|
|
55384
55615
|
const de_InstanceNetworkInterfaceList = (output, context) => {
|
|
@@ -55465,6 +55696,9 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
|
|
|
55465
55696
|
if (output["PrimaryIpv6"] !== undefined) {
|
|
55466
55697
|
contents.PrimaryIpv6 = (0, smithy_client_1.parseBoolean)(output["PrimaryIpv6"]);
|
|
55467
55698
|
}
|
|
55699
|
+
if (output["EnaSrdSpecification"] !== undefined) {
|
|
55700
|
+
contents.EnaSrdSpecification = de_EnaSrdSpecificationRequest(output["EnaSrdSpecification"], context);
|
|
55701
|
+
}
|
|
55468
55702
|
return contents;
|
|
55469
55703
|
};
|
|
55470
55704
|
const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
|
|
@@ -57092,6 +57326,23 @@ const de_LaunchTemplateElasticInferenceAcceleratorResponseList = (output, contex
|
|
|
57092
57326
|
return de_LaunchTemplateElasticInferenceAcceleratorResponse(entry, context);
|
|
57093
57327
|
});
|
|
57094
57328
|
};
|
|
57329
|
+
const de_LaunchTemplateEnaSrdSpecification = (output, context) => {
|
|
57330
|
+
const contents = {};
|
|
57331
|
+
if (output["enaSrdEnabled"] !== undefined) {
|
|
57332
|
+
contents.EnaSrdEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdEnabled"]);
|
|
57333
|
+
}
|
|
57334
|
+
if (output["enaSrdUdpSpecification"] !== undefined) {
|
|
57335
|
+
contents.EnaSrdUdpSpecification = de_LaunchTemplateEnaSrdUdpSpecification(output["enaSrdUdpSpecification"], context);
|
|
57336
|
+
}
|
|
57337
|
+
return contents;
|
|
57338
|
+
};
|
|
57339
|
+
const de_LaunchTemplateEnaSrdUdpSpecification = (output, context) => {
|
|
57340
|
+
const contents = {};
|
|
57341
|
+
if (output["enaSrdUdpEnabled"] !== undefined) {
|
|
57342
|
+
contents.EnaSrdUdpEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdUdpEnabled"]);
|
|
57343
|
+
}
|
|
57344
|
+
return contents;
|
|
57345
|
+
};
|
|
57095
57346
|
const de_LaunchTemplateEnclaveOptions = (output, context) => {
|
|
57096
57347
|
const contents = {};
|
|
57097
57348
|
if (output["enabled"] !== undefined) {
|
|
@@ -57232,6 +57483,9 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
|
|
|
57232
57483
|
if (output["primaryIpv6"] !== undefined) {
|
|
57233
57484
|
contents.PrimaryIpv6 = (0, smithy_client_1.parseBoolean)(output["primaryIpv6"]);
|
|
57234
57485
|
}
|
|
57486
|
+
if (output["enaSrdSpecification"] !== undefined) {
|
|
57487
|
+
contents.EnaSrdSpecification = de_LaunchTemplateEnaSrdSpecification(output["enaSrdSpecification"], context);
|
|
57488
|
+
}
|
|
57235
57489
|
return contents;
|
|
57236
57490
|
};
|
|
57237
57491
|
const de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = (output, context) => {
|