@aws-sdk/client-ec2 3.873.0 → 3.876.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 +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/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/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -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 +4 -2
- 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 +1 -1
- 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 +105 -0
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- 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/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/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 +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/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/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- 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/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -176,6 +176,7 @@ __export(index_exports, {
|
|
|
176
176
|
CreateFlowLogsCommand: () => CreateFlowLogsCommand,
|
|
177
177
|
CreateFpgaImageCommand: () => CreateFpgaImageCommand,
|
|
178
178
|
CreateImageCommand: () => CreateImageCommand,
|
|
179
|
+
CreateImageUsageReportCommand: () => CreateImageUsageReportCommand,
|
|
179
180
|
CreateInstanceConnectEndpointCommand: () => CreateInstanceConnectEndpointCommand,
|
|
180
181
|
CreateInstanceEventWindowCommand: () => CreateInstanceEventWindowCommand,
|
|
181
182
|
CreateInstanceExportTaskCommand: () => CreateInstanceExportTaskCommand,
|
|
@@ -279,6 +280,7 @@ __export(index_exports, {
|
|
|
279
280
|
DeleteFleetsCommand: () => DeleteFleetsCommand,
|
|
280
281
|
DeleteFlowLogsCommand: () => DeleteFlowLogsCommand,
|
|
281
282
|
DeleteFpgaImageCommand: () => DeleteFpgaImageCommand,
|
|
283
|
+
DeleteImageUsageReportCommand: () => DeleteImageUsageReportCommand,
|
|
282
284
|
DeleteInstanceConnectEndpointCommand: () => DeleteInstanceConnectEndpointCommand,
|
|
283
285
|
DeleteInstanceEventWindowCommand: () => DeleteInstanceEventWindowCommand,
|
|
284
286
|
DeleteInternetGatewayCommand: () => DeleteInternetGatewayCommand,
|
|
@@ -409,6 +411,9 @@ __export(index_exports, {
|
|
|
409
411
|
DescribeIdFormatCommand: () => DescribeIdFormatCommand,
|
|
410
412
|
DescribeIdentityIdFormatCommand: () => DescribeIdentityIdFormatCommand,
|
|
411
413
|
DescribeImageAttributeCommand: () => DescribeImageAttributeCommand,
|
|
414
|
+
DescribeImageReferencesCommand: () => DescribeImageReferencesCommand,
|
|
415
|
+
DescribeImageUsageReportEntriesCommand: () => DescribeImageUsageReportEntriesCommand,
|
|
416
|
+
DescribeImageUsageReportsCommand: () => DescribeImageUsageReportsCommand,
|
|
412
417
|
DescribeImagesCommand: () => DescribeImagesCommand,
|
|
413
418
|
DescribeImportImageTasksCommand: () => DescribeImportImageTasksCommand,
|
|
414
419
|
DescribeImportImageTasksResultFilterSensitiveLog: () => DescribeImportImageTasksResultFilterSensitiveLog,
|
|
@@ -626,6 +631,7 @@ __export(index_exports, {
|
|
|
626
631
|
EnableVpcClassicLinkCommand: () => EnableVpcClassicLinkCommand,
|
|
627
632
|
EnableVpcClassicLinkDnsSupportCommand: () => EnableVpcClassicLinkDnsSupportCommand,
|
|
628
633
|
EndDateType: () => EndDateType,
|
|
634
|
+
EndpointIpAddressType: () => EndpointIpAddressType,
|
|
629
635
|
EphemeralNvmeSupport: () => EphemeralNvmeSupport,
|
|
630
636
|
EventCode: () => EventCode,
|
|
631
637
|
EventType: () => EventType,
|
|
@@ -730,6 +736,8 @@ __export(index_exports, {
|
|
|
730
736
|
ImageBlockPublicAccessDisabledState: () => ImageBlockPublicAccessDisabledState,
|
|
731
737
|
ImageBlockPublicAccessEnabledState: () => ImageBlockPublicAccessEnabledState,
|
|
732
738
|
ImageDiskContainerFilterSensitiveLog: () => ImageDiskContainerFilterSensitiveLog,
|
|
739
|
+
ImageReferenceOptionName: () => ImageReferenceOptionName,
|
|
740
|
+
ImageReferenceResourceType: () => ImageReferenceResourceType,
|
|
733
741
|
ImageState: () => ImageState,
|
|
734
742
|
ImageTypeValues: () => ImageTypeValues,
|
|
735
743
|
ImdsSupportValues: () => ImdsSupportValues,
|
|
@@ -1117,6 +1125,7 @@ __export(index_exports, {
|
|
|
1117
1125
|
TokenState: () => TokenState,
|
|
1118
1126
|
TpmSupportValues: () => TpmSupportValues,
|
|
1119
1127
|
TrafficDirection: () => TrafficDirection,
|
|
1128
|
+
TrafficIpAddressType: () => TrafficIpAddressType,
|
|
1120
1129
|
TrafficMirrorFilterRuleField: () => TrafficMirrorFilterRuleField,
|
|
1121
1130
|
TrafficMirrorNetworkService: () => TrafficMirrorNetworkService,
|
|
1122
1131
|
TrafficMirrorRuleAction: () => TrafficMirrorRuleAction,
|
|
@@ -1228,6 +1237,9 @@ __export(index_exports, {
|
|
|
1228
1237
|
paginateDescribeHostReservations: () => paginateDescribeHostReservations,
|
|
1229
1238
|
paginateDescribeHosts: () => paginateDescribeHosts,
|
|
1230
1239
|
paginateDescribeIamInstanceProfileAssociations: () => paginateDescribeIamInstanceProfileAssociations,
|
|
1240
|
+
paginateDescribeImageReferences: () => paginateDescribeImageReferences,
|
|
1241
|
+
paginateDescribeImageUsageReportEntries: () => paginateDescribeImageUsageReportEntries,
|
|
1242
|
+
paginateDescribeImageUsageReports: () => paginateDescribeImageUsageReports,
|
|
1231
1243
|
paginateDescribeImages: () => paginateDescribeImages,
|
|
1232
1244
|
paginateDescribeImportImageTasks: () => paginateDescribeImportImageTasks,
|
|
1233
1245
|
paginateDescribeImportSnapshotTasks: () => paginateDescribeImportSnapshotTasks,
|
|
@@ -1356,6 +1368,7 @@ __export(index_exports, {
|
|
|
1356
1368
|
waitForExportTaskCompleted: () => waitForExportTaskCompleted,
|
|
1357
1369
|
waitForImageAvailable: () => waitForImageAvailable,
|
|
1358
1370
|
waitForImageExists: () => waitForImageExists,
|
|
1371
|
+
waitForImageUsageReportAvailable: () => waitForImageUsageReportAvailable,
|
|
1359
1372
|
waitForInstanceExists: () => waitForInstanceExists,
|
|
1360
1373
|
waitForInstanceRunning: () => waitForInstanceRunning,
|
|
1361
1374
|
waitForInstanceStatusOk: () => waitForInstanceStatusOk,
|
|
@@ -1394,6 +1407,7 @@ __export(index_exports, {
|
|
|
1394
1407
|
waitUntilExportTaskCompleted: () => waitUntilExportTaskCompleted,
|
|
1395
1408
|
waitUntilImageAvailable: () => waitUntilImageAvailable,
|
|
1396
1409
|
waitUntilImageExists: () => waitUntilImageExists,
|
|
1410
|
+
waitUntilImageUsageReportAvailable: () => waitUntilImageUsageReportAvailable,
|
|
1397
1411
|
waitUntilInstanceExists: () => waitUntilInstanceExists,
|
|
1398
1412
|
waitUntilInstanceRunning: () => waitUntilInstanceRunning,
|
|
1399
1413
|
waitUntilInstanceStatusOk: () => waitUntilInstanceStatusOk,
|
|
@@ -2377,6 +2391,16 @@ var se_CreateImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2377
2391
|
});
|
|
2378
2392
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2379
2393
|
}, "se_CreateImageCommand");
|
|
2394
|
+
var se_CreateImageUsageReportCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2395
|
+
const headers = SHARED_HEADERS;
|
|
2396
|
+
let body;
|
|
2397
|
+
body = buildFormUrlencodedString({
|
|
2398
|
+
...se_CreateImageUsageReportRequest(input, context),
|
|
2399
|
+
[_A]: _CIUR,
|
|
2400
|
+
[_V]: _
|
|
2401
|
+
});
|
|
2402
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2403
|
+
}, "se_CreateImageUsageReportCommand");
|
|
2380
2404
|
var se_CreateInstanceConnectEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2381
2405
|
const headers = SHARED_HEADERS;
|
|
2382
2406
|
let body;
|
|
@@ -3227,6 +3251,16 @@ var se_DeleteFpgaImageCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3227
3251
|
});
|
|
3228
3252
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3229
3253
|
}, "se_DeleteFpgaImageCommand");
|
|
3254
|
+
var se_DeleteImageUsageReportCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3255
|
+
const headers = SHARED_HEADERS;
|
|
3256
|
+
let body;
|
|
3257
|
+
body = buildFormUrlencodedString({
|
|
3258
|
+
...se_DeleteImageUsageReportRequest(input, context),
|
|
3259
|
+
[_A]: _DIUR,
|
|
3260
|
+
[_V]: _
|
|
3261
|
+
});
|
|
3262
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3263
|
+
}, "se_DeleteImageUsageReportCommand");
|
|
3230
3264
|
var se_DeleteInstanceConnectEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3231
3265
|
const headers = SHARED_HEADERS;
|
|
3232
3266
|
let body;
|
|
@@ -4487,6 +4521,16 @@ var se_DescribeImageAttributeCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
4487
4521
|
});
|
|
4488
4522
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4489
4523
|
}, "se_DescribeImageAttributeCommand");
|
|
4524
|
+
var se_DescribeImageReferencesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4525
|
+
const headers = SHARED_HEADERS;
|
|
4526
|
+
let body;
|
|
4527
|
+
body = buildFormUrlencodedString({
|
|
4528
|
+
...se_DescribeImageReferencesRequest(input, context),
|
|
4529
|
+
[_A]: _DIR,
|
|
4530
|
+
[_V]: _
|
|
4531
|
+
});
|
|
4532
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4533
|
+
}, "se_DescribeImageReferencesCommand");
|
|
4490
4534
|
var se_DescribeImagesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4491
4535
|
const headers = SHARED_HEADERS;
|
|
4492
4536
|
let body;
|
|
@@ -4497,6 +4541,26 @@ var se_DescribeImagesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4497
4541
|
});
|
|
4498
4542
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4499
4543
|
}, "se_DescribeImagesCommand");
|
|
4544
|
+
var se_DescribeImageUsageReportEntriesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4545
|
+
const headers = SHARED_HEADERS;
|
|
4546
|
+
let body;
|
|
4547
|
+
body = buildFormUrlencodedString({
|
|
4548
|
+
...se_DescribeImageUsageReportEntriesRequest(input, context),
|
|
4549
|
+
[_A]: _DIURE,
|
|
4550
|
+
[_V]: _
|
|
4551
|
+
});
|
|
4552
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4553
|
+
}, "se_DescribeImageUsageReportEntriesCommand");
|
|
4554
|
+
var se_DescribeImageUsageReportsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4555
|
+
const headers = SHARED_HEADERS;
|
|
4556
|
+
let body;
|
|
4557
|
+
body = buildFormUrlencodedString({
|
|
4558
|
+
...se_DescribeImageUsageReportsRequest(input, context),
|
|
4559
|
+
[_A]: _DIURe,
|
|
4560
|
+
[_V]: _
|
|
4561
|
+
});
|
|
4562
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4563
|
+
}, "se_DescribeImageUsageReportsCommand");
|
|
4500
4564
|
var se_DescribeImportImageTasksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4501
4565
|
const headers = SHARED_HEADERS;
|
|
4502
4566
|
let body;
|
|
@@ -9489,6 +9553,19 @@ var de_CreateImageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9489
9553
|
};
|
|
9490
9554
|
return response;
|
|
9491
9555
|
}, "de_CreateImageCommand");
|
|
9556
|
+
var de_CreateImageUsageReportCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9557
|
+
if (output.statusCode >= 300) {
|
|
9558
|
+
return de_CommandError(output, context);
|
|
9559
|
+
}
|
|
9560
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
9561
|
+
let contents = {};
|
|
9562
|
+
contents = de_CreateImageUsageReportResult(data, context);
|
|
9563
|
+
const response = {
|
|
9564
|
+
$metadata: deserializeMetadata(output),
|
|
9565
|
+
...contents
|
|
9566
|
+
};
|
|
9567
|
+
return response;
|
|
9568
|
+
}, "de_CreateImageUsageReportCommand");
|
|
9492
9569
|
var de_CreateInstanceConnectEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9493
9570
|
if (output.statusCode >= 300) {
|
|
9494
9571
|
return de_CommandError(output, context);
|
|
@@ -10579,6 +10656,19 @@ var de_DeleteFpgaImageCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
10579
10656
|
};
|
|
10580
10657
|
return response;
|
|
10581
10658
|
}, "de_DeleteFpgaImageCommand");
|
|
10659
|
+
var de_DeleteImageUsageReportCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10660
|
+
if (output.statusCode >= 300) {
|
|
10661
|
+
return de_CommandError(output, context);
|
|
10662
|
+
}
|
|
10663
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10664
|
+
let contents = {};
|
|
10665
|
+
contents = de_DeleteImageUsageReportResult(data, context);
|
|
10666
|
+
const response = {
|
|
10667
|
+
$metadata: deserializeMetadata(output),
|
|
10668
|
+
...contents
|
|
10669
|
+
};
|
|
10670
|
+
return response;
|
|
10671
|
+
}, "de_DeleteImageUsageReportCommand");
|
|
10582
10672
|
var de_DeleteInstanceConnectEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10583
10673
|
if (output.statusCode >= 300) {
|
|
10584
10674
|
return de_CommandError(output, context);
|
|
@@ -12169,6 +12259,19 @@ var de_DescribeImageAttributeCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
12169
12259
|
};
|
|
12170
12260
|
return response;
|
|
12171
12261
|
}, "de_DescribeImageAttributeCommand");
|
|
12262
|
+
var de_DescribeImageReferencesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12263
|
+
if (output.statusCode >= 300) {
|
|
12264
|
+
return de_CommandError(output, context);
|
|
12265
|
+
}
|
|
12266
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12267
|
+
let contents = {};
|
|
12268
|
+
contents = de_DescribeImageReferencesResult(data, context);
|
|
12269
|
+
const response = {
|
|
12270
|
+
$metadata: deserializeMetadata(output),
|
|
12271
|
+
...contents
|
|
12272
|
+
};
|
|
12273
|
+
return response;
|
|
12274
|
+
}, "de_DescribeImageReferencesCommand");
|
|
12172
12275
|
var de_DescribeImagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12173
12276
|
if (output.statusCode >= 300) {
|
|
12174
12277
|
return de_CommandError(output, context);
|
|
@@ -12182,6 +12285,32 @@ var de_DescribeImagesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
12182
12285
|
};
|
|
12183
12286
|
return response;
|
|
12184
12287
|
}, "de_DescribeImagesCommand");
|
|
12288
|
+
var de_DescribeImageUsageReportEntriesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12289
|
+
if (output.statusCode >= 300) {
|
|
12290
|
+
return de_CommandError(output, context);
|
|
12291
|
+
}
|
|
12292
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12293
|
+
let contents = {};
|
|
12294
|
+
contents = de_DescribeImageUsageReportEntriesResult(data, context);
|
|
12295
|
+
const response = {
|
|
12296
|
+
$metadata: deserializeMetadata(output),
|
|
12297
|
+
...contents
|
|
12298
|
+
};
|
|
12299
|
+
return response;
|
|
12300
|
+
}, "de_DescribeImageUsageReportEntriesCommand");
|
|
12301
|
+
var de_DescribeImageUsageReportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12302
|
+
if (output.statusCode >= 300) {
|
|
12303
|
+
return de_CommandError(output, context);
|
|
12304
|
+
}
|
|
12305
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12306
|
+
let contents = {};
|
|
12307
|
+
contents = de_DescribeImageUsageReportsResult(data, context);
|
|
12308
|
+
const response = {
|
|
12309
|
+
$metadata: deserializeMetadata(output),
|
|
12310
|
+
...contents
|
|
12311
|
+
};
|
|
12312
|
+
return response;
|
|
12313
|
+
}, "de_DescribeImageUsageReportsCommand");
|
|
12185
12314
|
var de_DescribeImportImageTasksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12186
12315
|
if (output.statusCode >= 300) {
|
|
12187
12316
|
return de_CommandError(output, context);
|
|
@@ -19566,6 +19695,12 @@ var se_CreateClientVpnEndpointRequest = /* @__PURE__ */ __name((input, context)
|
|
|
19566
19695
|
if (input[_DOST] != null) {
|
|
19567
19696
|
entries[_DOST] = input[_DOST];
|
|
19568
19697
|
}
|
|
19698
|
+
if (input[_EIAT] != null) {
|
|
19699
|
+
entries[_EIAT] = input[_EIAT];
|
|
19700
|
+
}
|
|
19701
|
+
if (input[_TIAT] != null) {
|
|
19702
|
+
entries[_TIAT] = input[_TIAT];
|
|
19703
|
+
}
|
|
19569
19704
|
return entries;
|
|
19570
19705
|
}, "se_CreateClientVpnEndpointRequest");
|
|
19571
19706
|
var se_CreateClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -19948,6 +20083,43 @@ var se_CreateImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
19948
20083
|
}
|
|
19949
20084
|
return entries;
|
|
19950
20085
|
}, "se_CreateImageRequest");
|
|
20086
|
+
var se_CreateImageUsageReportRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20087
|
+
const entries = {};
|
|
20088
|
+
if (input[_IIma] != null) {
|
|
20089
|
+
entries[_IIma] = input[_IIma];
|
|
20090
|
+
}
|
|
20091
|
+
if (input[_DRr] != null) {
|
|
20092
|
+
entries[_DRr] = input[_DRr];
|
|
20093
|
+
}
|
|
20094
|
+
if (input[_RTe] != null) {
|
|
20095
|
+
const memberEntries = se_ImageUsageResourceTypeRequestList(input[_RTe], context);
|
|
20096
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20097
|
+
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
20098
|
+
entries[loc] = value;
|
|
20099
|
+
});
|
|
20100
|
+
}
|
|
20101
|
+
if (input[_AIc] != null) {
|
|
20102
|
+
const memberEntries = se_ImageUsageReportUserIdStringList(input[_AIc], context);
|
|
20103
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20104
|
+
const loc = `AccountId.${key.substring(key.indexOf(".") + 1)}`;
|
|
20105
|
+
entries[loc] = value;
|
|
20106
|
+
});
|
|
20107
|
+
}
|
|
20108
|
+
if (input[_CTl] === void 0) {
|
|
20109
|
+
input[_CTl] = (0, import_uuid.v4)();
|
|
20110
|
+
}
|
|
20111
|
+
if (input[_CTl] != null) {
|
|
20112
|
+
entries[_CTl] = input[_CTl];
|
|
20113
|
+
}
|
|
20114
|
+
if (input[_TS] != null) {
|
|
20115
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
20116
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20117
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
20118
|
+
entries[loc] = value;
|
|
20119
|
+
});
|
|
20120
|
+
}
|
|
20121
|
+
return entries;
|
|
20122
|
+
}, "se_CreateImageUsageReportRequest");
|
|
19951
20123
|
var se_CreateInstanceConnectEndpointRequest = /* @__PURE__ */ __name((input, context) => {
|
|
19952
20124
|
const entries = {};
|
|
19953
20125
|
if (input[_DRr] != null) {
|
|
@@ -21272,8 +21444,8 @@ var se_CreateSubnetCidrReservationRequest = /* @__PURE__ */ __name((input, conte
|
|
|
21272
21444
|
if (input[_C] != null) {
|
|
21273
21445
|
entries[_C] = input[_C];
|
|
21274
21446
|
}
|
|
21275
|
-
if (input[
|
|
21276
|
-
entries[
|
|
21447
|
+
if (input[_RTes] != null) {
|
|
21448
|
+
entries[_RTes] = input[_RTes];
|
|
21277
21449
|
}
|
|
21278
21450
|
if (input[_De] != null) {
|
|
21279
21451
|
entries[_De] = input[_De];
|
|
@@ -22859,6 +23031,16 @@ var se_DeleteFpgaImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22859
23031
|
}
|
|
22860
23032
|
return entries;
|
|
22861
23033
|
}, "se_DeleteFpgaImageRequest");
|
|
23034
|
+
var se_DeleteImageUsageReportRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23035
|
+
const entries = {};
|
|
23036
|
+
if (input[_RIep] != null) {
|
|
23037
|
+
entries[_RIep] = input[_RIep];
|
|
23038
|
+
}
|
|
23039
|
+
if (input[_DRr] != null) {
|
|
23040
|
+
entries[_DRr] = input[_DRr];
|
|
23041
|
+
}
|
|
23042
|
+
return entries;
|
|
23043
|
+
}, "se_DeleteImageUsageReportRequest");
|
|
22862
23044
|
var se_DeleteInstanceConnectEndpointRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22863
23045
|
const entries = {};
|
|
22864
23046
|
if (input[_DRr] != null) {
|
|
@@ -24914,6 +25096,48 @@ var se_DescribeImageAttributeRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
24914
25096
|
}
|
|
24915
25097
|
return entries;
|
|
24916
25098
|
}, "se_DescribeImageAttributeRequest");
|
|
25099
|
+
var se_DescribeImageReferencesImageIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
25100
|
+
const entries = {};
|
|
25101
|
+
let counter = 1;
|
|
25102
|
+
for (const entry of input) {
|
|
25103
|
+
if (entry === null) {
|
|
25104
|
+
continue;
|
|
25105
|
+
}
|
|
25106
|
+
entries[`Member.${counter}`] = entry;
|
|
25107
|
+
counter++;
|
|
25108
|
+
}
|
|
25109
|
+
return entries;
|
|
25110
|
+
}, "se_DescribeImageReferencesImageIdStringList");
|
|
25111
|
+
var se_DescribeImageReferencesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25112
|
+
const entries = {};
|
|
25113
|
+
if (input[_IImag] != null) {
|
|
25114
|
+
const memberEntries = se_DescribeImageReferencesImageIdStringList(input[_IImag], context);
|
|
25115
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25116
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25117
|
+
entries[loc] = value;
|
|
25118
|
+
});
|
|
25119
|
+
}
|
|
25120
|
+
if (input[_IART] != null) {
|
|
25121
|
+
entries[_IART] = input[_IART];
|
|
25122
|
+
}
|
|
25123
|
+
if (input[_RTe] != null) {
|
|
25124
|
+
const memberEntries = se_ResourceTypeRequestList(input[_RTe], context);
|
|
25125
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25126
|
+
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
25127
|
+
entries[loc] = value;
|
|
25128
|
+
});
|
|
25129
|
+
}
|
|
25130
|
+
if (input[_NT] != null) {
|
|
25131
|
+
entries[_NT] = input[_NT];
|
|
25132
|
+
}
|
|
25133
|
+
if (input[_DRr] != null) {
|
|
25134
|
+
entries[_DRr] = input[_DRr];
|
|
25135
|
+
}
|
|
25136
|
+
if (input[_MR] != null) {
|
|
25137
|
+
entries[_MR] = input[_MR];
|
|
25138
|
+
}
|
|
25139
|
+
return entries;
|
|
25140
|
+
}, "se_DescribeImageReferencesRequest");
|
|
24917
25141
|
var se_DescribeImagesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24918
25142
|
const entries = {};
|
|
24919
25143
|
if (input[_EU] != null) {
|
|
@@ -24961,6 +25185,86 @@ var se_DescribeImagesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
24961
25185
|
}
|
|
24962
25186
|
return entries;
|
|
24963
25187
|
}, "se_DescribeImagesRequest");
|
|
25188
|
+
var se_DescribeImageUsageReportEntriesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25189
|
+
const entries = {};
|
|
25190
|
+
if (input[_IImag] != null) {
|
|
25191
|
+
const memberEntries = se_DescribeImageUsageReportsImageIdStringList(input[_IImag], context);
|
|
25192
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25193
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25194
|
+
entries[loc] = value;
|
|
25195
|
+
});
|
|
25196
|
+
}
|
|
25197
|
+
if (input[_RIepo] != null) {
|
|
25198
|
+
const memberEntries = se_ImageUsageReportIdStringList(input[_RIepo], context);
|
|
25199
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25200
|
+
const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25201
|
+
entries[loc] = value;
|
|
25202
|
+
});
|
|
25203
|
+
}
|
|
25204
|
+
if (input[_NT] != null) {
|
|
25205
|
+
entries[_NT] = input[_NT];
|
|
25206
|
+
}
|
|
25207
|
+
if (input[_Fi] != null) {
|
|
25208
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
25209
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25210
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25211
|
+
entries[loc] = value;
|
|
25212
|
+
});
|
|
25213
|
+
}
|
|
25214
|
+
if (input[_DRr] != null) {
|
|
25215
|
+
entries[_DRr] = input[_DRr];
|
|
25216
|
+
}
|
|
25217
|
+
if (input[_MR] != null) {
|
|
25218
|
+
entries[_MR] = input[_MR];
|
|
25219
|
+
}
|
|
25220
|
+
return entries;
|
|
25221
|
+
}, "se_DescribeImageUsageReportEntriesRequest");
|
|
25222
|
+
var se_DescribeImageUsageReportsImageIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
25223
|
+
const entries = {};
|
|
25224
|
+
let counter = 1;
|
|
25225
|
+
for (const entry of input) {
|
|
25226
|
+
if (entry === null) {
|
|
25227
|
+
continue;
|
|
25228
|
+
}
|
|
25229
|
+
entries[`Member.${counter}`] = entry;
|
|
25230
|
+
counter++;
|
|
25231
|
+
}
|
|
25232
|
+
return entries;
|
|
25233
|
+
}, "se_DescribeImageUsageReportsImageIdStringList");
|
|
25234
|
+
var se_DescribeImageUsageReportsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25235
|
+
const entries = {};
|
|
25236
|
+
if (input[_IImag] != null) {
|
|
25237
|
+
const memberEntries = se_DescribeImageUsageReportsImageIdStringList(input[_IImag], context);
|
|
25238
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25239
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25240
|
+
entries[loc] = value;
|
|
25241
|
+
});
|
|
25242
|
+
}
|
|
25243
|
+
if (input[_RIepo] != null) {
|
|
25244
|
+
const memberEntries = se_ImageUsageReportIdStringList(input[_RIepo], context);
|
|
25245
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25246
|
+
const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25247
|
+
entries[loc] = value;
|
|
25248
|
+
});
|
|
25249
|
+
}
|
|
25250
|
+
if (input[_NT] != null) {
|
|
25251
|
+
entries[_NT] = input[_NT];
|
|
25252
|
+
}
|
|
25253
|
+
if (input[_Fi] != null) {
|
|
25254
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
25255
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25256
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25257
|
+
entries[loc] = value;
|
|
25258
|
+
});
|
|
25259
|
+
}
|
|
25260
|
+
if (input[_DRr] != null) {
|
|
25261
|
+
entries[_DRr] = input[_DRr];
|
|
25262
|
+
}
|
|
25263
|
+
if (input[_MR] != null) {
|
|
25264
|
+
entries[_MR] = input[_MR];
|
|
25265
|
+
}
|
|
25266
|
+
return entries;
|
|
25267
|
+
}, "se_DescribeImageUsageReportsRequest");
|
|
24964
25268
|
var se_DescribeImportImageTasksRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24965
25269
|
const entries = {};
|
|
24966
25270
|
if (input[_DRr] != null) {
|
|
@@ -30136,8 +30440,8 @@ var se_GetIpamResourceCidrsRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
30136
30440
|
if (input[_RT] != null) {
|
|
30137
30441
|
entries[_RT] = input[_RT];
|
|
30138
30442
|
}
|
|
30139
|
-
if (input[
|
|
30140
|
-
const memberEntries = se_RequestIpamResourceTag(input[
|
|
30443
|
+
if (input[_RTeso] != null) {
|
|
30444
|
+
const memberEntries = se_RequestIpamResourceTag(input[_RTeso], context);
|
|
30141
30445
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30142
30446
|
const loc = `ResourceTag.${key}`;
|
|
30143
30447
|
entries[loc] = value;
|
|
@@ -30866,6 +31170,100 @@ var se_ImageProviderRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
|
30866
31170
|
}
|
|
30867
31171
|
return entries;
|
|
30868
31172
|
}, "se_ImageProviderRequestList");
|
|
31173
|
+
var se_ImageUsageReportIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
31174
|
+
const entries = {};
|
|
31175
|
+
let counter = 1;
|
|
31176
|
+
for (const entry of input) {
|
|
31177
|
+
if (entry === null) {
|
|
31178
|
+
continue;
|
|
31179
|
+
}
|
|
31180
|
+
entries[`Member.${counter}`] = entry;
|
|
31181
|
+
counter++;
|
|
31182
|
+
}
|
|
31183
|
+
return entries;
|
|
31184
|
+
}, "se_ImageUsageReportIdStringList");
|
|
31185
|
+
var se_ImageUsageReportUserIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
31186
|
+
const entries = {};
|
|
31187
|
+
let counter = 1;
|
|
31188
|
+
for (const entry of input) {
|
|
31189
|
+
if (entry === null) {
|
|
31190
|
+
continue;
|
|
31191
|
+
}
|
|
31192
|
+
entries[`UserId.${counter}`] = entry;
|
|
31193
|
+
counter++;
|
|
31194
|
+
}
|
|
31195
|
+
return entries;
|
|
31196
|
+
}, "se_ImageUsageReportUserIdStringList");
|
|
31197
|
+
var se_ImageUsageResourceTypeOptionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
31198
|
+
const entries = {};
|
|
31199
|
+
if (input[_ON] != null) {
|
|
31200
|
+
entries[_ON] = input[_ON];
|
|
31201
|
+
}
|
|
31202
|
+
if (input[_OV] != null) {
|
|
31203
|
+
const memberEntries = se_ImageUsageResourceTypeOptionValuesList(input[_OV], context);
|
|
31204
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31205
|
+
const loc = `OptionValue.${key.substring(key.indexOf(".") + 1)}`;
|
|
31206
|
+
entries[loc] = value;
|
|
31207
|
+
});
|
|
31208
|
+
}
|
|
31209
|
+
return entries;
|
|
31210
|
+
}, "se_ImageUsageResourceTypeOptionRequest");
|
|
31211
|
+
var se_ImageUsageResourceTypeOptionRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
31212
|
+
const entries = {};
|
|
31213
|
+
let counter = 1;
|
|
31214
|
+
for (const entry of input) {
|
|
31215
|
+
if (entry === null) {
|
|
31216
|
+
continue;
|
|
31217
|
+
}
|
|
31218
|
+
const memberEntries = se_ImageUsageResourceTypeOptionRequest(entry, context);
|
|
31219
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31220
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
31221
|
+
});
|
|
31222
|
+
counter++;
|
|
31223
|
+
}
|
|
31224
|
+
return entries;
|
|
31225
|
+
}, "se_ImageUsageResourceTypeOptionRequestList");
|
|
31226
|
+
var se_ImageUsageResourceTypeOptionValuesList = /* @__PURE__ */ __name((input, context) => {
|
|
31227
|
+
const entries = {};
|
|
31228
|
+
let counter = 1;
|
|
31229
|
+
for (const entry of input) {
|
|
31230
|
+
if (entry === null) {
|
|
31231
|
+
continue;
|
|
31232
|
+
}
|
|
31233
|
+
entries[`Item.${counter}`] = entry;
|
|
31234
|
+
counter++;
|
|
31235
|
+
}
|
|
31236
|
+
return entries;
|
|
31237
|
+
}, "se_ImageUsageResourceTypeOptionValuesList");
|
|
31238
|
+
var se_ImageUsageResourceTypeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
31239
|
+
const entries = {};
|
|
31240
|
+
if (input[_RT] != null) {
|
|
31241
|
+
entries[_RT] = input[_RT];
|
|
31242
|
+
}
|
|
31243
|
+
if (input[_RTO] != null) {
|
|
31244
|
+
const memberEntries = se_ImageUsageResourceTypeOptionRequestList(input[_RTO], context);
|
|
31245
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31246
|
+
const loc = `ResourceTypeOption.${key.substring(key.indexOf(".") + 1)}`;
|
|
31247
|
+
entries[loc] = value;
|
|
31248
|
+
});
|
|
31249
|
+
}
|
|
31250
|
+
return entries;
|
|
31251
|
+
}, "se_ImageUsageResourceTypeRequest");
|
|
31252
|
+
var se_ImageUsageResourceTypeRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
31253
|
+
const entries = {};
|
|
31254
|
+
let counter = 1;
|
|
31255
|
+
for (const entry of input) {
|
|
31256
|
+
if (entry === null) {
|
|
31257
|
+
continue;
|
|
31258
|
+
}
|
|
31259
|
+
const memberEntries = se_ImageUsageResourceTypeRequest(entry, context);
|
|
31260
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31261
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
31262
|
+
});
|
|
31263
|
+
counter++;
|
|
31264
|
+
}
|
|
31265
|
+
return entries;
|
|
31266
|
+
}, "se_ImageUsageResourceTypeRequestList");
|
|
30869
31267
|
var se_ImportClientVpnClientCertificateRevocationListRequest = /* @__PURE__ */ __name((input, context) => {
|
|
30870
31268
|
const entries = {};
|
|
30871
31269
|
if (input[_CVEI] != null) {
|
|
@@ -37951,8 +38349,8 @@ var se_ResourceStatementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
37951
38349
|
entries[loc] = value;
|
|
37952
38350
|
});
|
|
37953
38351
|
}
|
|
37954
|
-
if (input[
|
|
37955
|
-
const memberEntries = se_ValueStringList(input[
|
|
38352
|
+
if (input[_RTe] != null) {
|
|
38353
|
+
const memberEntries = se_ValueStringList(input[_RTe], context);
|
|
37956
38354
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
37957
38355
|
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
37958
38356
|
entries[loc] = value;
|
|
@@ -37960,6 +38358,76 @@ var se_ResourceStatementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
37960
38358
|
}
|
|
37961
38359
|
return entries;
|
|
37962
38360
|
}, "se_ResourceStatementRequest");
|
|
38361
|
+
var se_ResourceTypeOption = /* @__PURE__ */ __name((input, context) => {
|
|
38362
|
+
const entries = {};
|
|
38363
|
+
if (input[_ON] != null) {
|
|
38364
|
+
entries[_ON] = input[_ON];
|
|
38365
|
+
}
|
|
38366
|
+
if (input[_OV] != null) {
|
|
38367
|
+
const memberEntries = se_ResourceTypeOptionValuesList(input[_OV], context);
|
|
38368
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38369
|
+
const loc = `OptionValue.${key.substring(key.indexOf(".") + 1)}`;
|
|
38370
|
+
entries[loc] = value;
|
|
38371
|
+
});
|
|
38372
|
+
}
|
|
38373
|
+
return entries;
|
|
38374
|
+
}, "se_ResourceTypeOption");
|
|
38375
|
+
var se_ResourceTypeOptionList = /* @__PURE__ */ __name((input, context) => {
|
|
38376
|
+
const entries = {};
|
|
38377
|
+
let counter = 1;
|
|
38378
|
+
for (const entry of input) {
|
|
38379
|
+
if (entry === null) {
|
|
38380
|
+
continue;
|
|
38381
|
+
}
|
|
38382
|
+
const memberEntries = se_ResourceTypeOption(entry, context);
|
|
38383
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38384
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
38385
|
+
});
|
|
38386
|
+
counter++;
|
|
38387
|
+
}
|
|
38388
|
+
return entries;
|
|
38389
|
+
}, "se_ResourceTypeOptionList");
|
|
38390
|
+
var se_ResourceTypeOptionValuesList = /* @__PURE__ */ __name((input, context) => {
|
|
38391
|
+
const entries = {};
|
|
38392
|
+
let counter = 1;
|
|
38393
|
+
for (const entry of input) {
|
|
38394
|
+
if (entry === null) {
|
|
38395
|
+
continue;
|
|
38396
|
+
}
|
|
38397
|
+
entries[`Member.${counter}`] = entry;
|
|
38398
|
+
counter++;
|
|
38399
|
+
}
|
|
38400
|
+
return entries;
|
|
38401
|
+
}, "se_ResourceTypeOptionValuesList");
|
|
38402
|
+
var se_ResourceTypeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
38403
|
+
const entries = {};
|
|
38404
|
+
if (input[_RT] != null) {
|
|
38405
|
+
entries[_RT] = input[_RT];
|
|
38406
|
+
}
|
|
38407
|
+
if (input[_RTO] != null) {
|
|
38408
|
+
const memberEntries = se_ResourceTypeOptionList(input[_RTO], context);
|
|
38409
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38410
|
+
const loc = `ResourceTypeOption.${key.substring(key.indexOf(".") + 1)}`;
|
|
38411
|
+
entries[loc] = value;
|
|
38412
|
+
});
|
|
38413
|
+
}
|
|
38414
|
+
return entries;
|
|
38415
|
+
}, "se_ResourceTypeRequest");
|
|
38416
|
+
var se_ResourceTypeRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
38417
|
+
const entries = {};
|
|
38418
|
+
let counter = 1;
|
|
38419
|
+
for (const entry of input) {
|
|
38420
|
+
if (entry === null) {
|
|
38421
|
+
continue;
|
|
38422
|
+
}
|
|
38423
|
+
const memberEntries = se_ResourceTypeRequest(entry, context);
|
|
38424
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38425
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
38426
|
+
});
|
|
38427
|
+
counter++;
|
|
38428
|
+
}
|
|
38429
|
+
return entries;
|
|
38430
|
+
}, "se_ResourceTypeRequestList");
|
|
37963
38431
|
var se_RestorableByStringList = /* @__PURE__ */ __name((input, context) => {
|
|
37964
38432
|
const entries = {};
|
|
37965
38433
|
let counter = 1;
|
|
@@ -42692,7 +43160,7 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
42692
43160
|
contents[_CAa] = de_CapacityAllocations((0, import_smithy_client.getArrayIfSingleItem)(output[_cAS][_i]), context);
|
|
42693
43161
|
}
|
|
42694
43162
|
if (output[_rT] != null) {
|
|
42695
|
-
contents[
|
|
43163
|
+
contents[_RTes] = (0, import_smithy_client.expectString)(output[_rT]);
|
|
42696
43164
|
}
|
|
42697
43165
|
if (output[_uRBOI] != null) {
|
|
42698
43166
|
contents[_URBOI] = (0, import_smithy_client.expectString)(output[_uRBOI]);
|
|
@@ -43113,6 +43581,9 @@ var de_ClientVpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
43113
43581
|
if (output[_cIl] != null) {
|
|
43114
43582
|
contents[_CIli] = (0, import_smithy_client.expectString)(output[_cIl]);
|
|
43115
43583
|
}
|
|
43584
|
+
if (output[_cIA] != null) {
|
|
43585
|
+
contents[_CIA] = (0, import_smithy_client.expectString)(output[_cIA]);
|
|
43586
|
+
}
|
|
43116
43587
|
if (output[_cN] != null) {
|
|
43117
43588
|
contents[_CN] = (0, import_smithy_client.expectString)(output[_cN]);
|
|
43118
43589
|
}
|
|
@@ -43231,6 +43702,12 @@ var de_ClientVpnEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
43231
43702
|
if (output[_dOST] != null) {
|
|
43232
43703
|
contents[_DOST] = (0, import_smithy_client.parseBoolean)(output[_dOST]);
|
|
43233
43704
|
}
|
|
43705
|
+
if (output[_eIAT] != null) {
|
|
43706
|
+
contents[_EIAT] = (0, import_smithy_client.expectString)(output[_eIAT]);
|
|
43707
|
+
}
|
|
43708
|
+
if (output[_tIAT] != null) {
|
|
43709
|
+
contents[_TIAT] = (0, import_smithy_client.expectString)(output[_tIAT]);
|
|
43710
|
+
}
|
|
43234
43711
|
return contents;
|
|
43235
43712
|
}, "de_ClientVpnEndpoint");
|
|
43236
43713
|
var de_ClientVpnEndpointAttributeStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -43813,6 +44290,13 @@ var de_CreateImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
43813
44290
|
}
|
|
43814
44291
|
return contents;
|
|
43815
44292
|
}, "de_CreateImageResult");
|
|
44293
|
+
var de_CreateImageUsageReportResult = /* @__PURE__ */ __name((output, context) => {
|
|
44294
|
+
const contents = {};
|
|
44295
|
+
if (output[_rI] != null) {
|
|
44296
|
+
contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
|
|
44297
|
+
}
|
|
44298
|
+
return contents;
|
|
44299
|
+
}, "de_CreateImageUsageReportResult");
|
|
43816
44300
|
var de_CreateInstanceConnectEndpointResult = /* @__PURE__ */ __name((output, context) => {
|
|
43817
44301
|
const contents = {};
|
|
43818
44302
|
if (output[_iCE] != null) {
|
|
@@ -44593,6 +45077,13 @@ var de_DeleteFpgaImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
44593
45077
|
}
|
|
44594
45078
|
return contents;
|
|
44595
45079
|
}, "de_DeleteFpgaImageResult");
|
|
45080
|
+
var de_DeleteImageUsageReportResult = /* @__PURE__ */ __name((output, context) => {
|
|
45081
|
+
const contents = {};
|
|
45082
|
+
if (output[_r] != null) {
|
|
45083
|
+
contents[_Ret] = (0, import_smithy_client.parseBoolean)(output[_r]);
|
|
45084
|
+
}
|
|
45085
|
+
return contents;
|
|
45086
|
+
}, "de_DeleteImageUsageReportResult");
|
|
44596
45087
|
var de_DeleteInstanceConnectEndpointResult = /* @__PURE__ */ __name((output, context) => {
|
|
44597
45088
|
const contents = {};
|
|
44598
45089
|
if (output[_iCE] != null) {
|
|
@@ -45663,9 +46154,9 @@ var de_DescribeFleetHistoryResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
45663
46154
|
var de_DescribeFleetInstancesResult = /* @__PURE__ */ __name((output, context) => {
|
|
45664
46155
|
const contents = {};
|
|
45665
46156
|
if (output.activeInstanceSet === "") {
|
|
45666
|
-
contents[
|
|
46157
|
+
contents[_AIct] = [];
|
|
45667
46158
|
} else if (output[_aIS] != null && output[_aIS][_i] != null) {
|
|
45668
|
-
contents[
|
|
46159
|
+
contents[_AIct] = de_ActiveInstanceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_aIS][_i]), context);
|
|
45669
46160
|
}
|
|
45670
46161
|
if (output[_nTe] != null) {
|
|
45671
46162
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -45815,6 +46306,18 @@ var de_DescribeIdFormatResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
45815
46306
|
}
|
|
45816
46307
|
return contents;
|
|
45817
46308
|
}, "de_DescribeIdFormatResult");
|
|
46309
|
+
var de_DescribeImageReferencesResult = /* @__PURE__ */ __name((output, context) => {
|
|
46310
|
+
const contents = {};
|
|
46311
|
+
if (output[_nTe] != null) {
|
|
46312
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
46313
|
+
}
|
|
46314
|
+
if (output.imageReferenceSet === "") {
|
|
46315
|
+
contents[_IRm] = [];
|
|
46316
|
+
} else if (output[_iRS] != null && output[_iRS][_i] != null) {
|
|
46317
|
+
contents[_IRm] = de_ImageReferenceList((0, import_smithy_client.getArrayIfSingleItem)(output[_iRS][_i]), context);
|
|
46318
|
+
}
|
|
46319
|
+
return contents;
|
|
46320
|
+
}, "de_DescribeImageReferencesResult");
|
|
45818
46321
|
var de_DescribeImagesResult = /* @__PURE__ */ __name((output, context) => {
|
|
45819
46322
|
const contents = {};
|
|
45820
46323
|
if (output[_nTe] != null) {
|
|
@@ -45827,6 +46330,30 @@ var de_DescribeImagesResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
45827
46330
|
}
|
|
45828
46331
|
return contents;
|
|
45829
46332
|
}, "de_DescribeImagesResult");
|
|
46333
|
+
var de_DescribeImageUsageReportEntriesResult = /* @__PURE__ */ __name((output, context) => {
|
|
46334
|
+
const contents = {};
|
|
46335
|
+
if (output[_nTe] != null) {
|
|
46336
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
46337
|
+
}
|
|
46338
|
+
if (output.imageUsageReportEntrySet === "") {
|
|
46339
|
+
contents[_IURE] = [];
|
|
46340
|
+
} else if (output[_iURES] != null && output[_iURES][_i] != null) {
|
|
46341
|
+
contents[_IURE] = de_ImageUsageReportEntryList((0, import_smithy_client.getArrayIfSingleItem)(output[_iURES][_i]), context);
|
|
46342
|
+
}
|
|
46343
|
+
return contents;
|
|
46344
|
+
}, "de_DescribeImageUsageReportEntriesResult");
|
|
46345
|
+
var de_DescribeImageUsageReportsResult = /* @__PURE__ */ __name((output, context) => {
|
|
46346
|
+
const contents = {};
|
|
46347
|
+
if (output[_nTe] != null) {
|
|
46348
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
46349
|
+
}
|
|
46350
|
+
if (output.imageUsageReportSet === "") {
|
|
46351
|
+
contents[_IUR] = [];
|
|
46352
|
+
} else if (output[_iURS] != null && output[_iURS][_i] != null) {
|
|
46353
|
+
contents[_IUR] = de_ImageUsageReportList((0, import_smithy_client.getArrayIfSingleItem)(output[_iURS][_i]), context);
|
|
46354
|
+
}
|
|
46355
|
+
return contents;
|
|
46356
|
+
}, "de_DescribeImageUsageReportsResult");
|
|
45830
46357
|
var de_DescribeImportImageTasksResult = /* @__PURE__ */ __name((output, context) => {
|
|
45831
46358
|
const contents = {};
|
|
45832
46359
|
if (output.importImageTaskSet === "") {
|
|
@@ -46668,9 +47195,9 @@ var de_DescribeSpotDatafeedSubscriptionResult = /* @__PURE__ */ __name((output,
|
|
|
46668
47195
|
var de_DescribeSpotFleetInstancesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
46669
47196
|
const contents = {};
|
|
46670
47197
|
if (output.activeInstanceSet === "") {
|
|
46671
|
-
contents[
|
|
47198
|
+
contents[_AIct] = [];
|
|
46672
47199
|
} else if (output[_aIS] != null && output[_aIS][_i] != null) {
|
|
46673
|
-
contents[
|
|
47200
|
+
contents[_AIct] = de_ActiveInstanceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_aIS][_i]), context);
|
|
46674
47201
|
}
|
|
46675
47202
|
if (output[_nTe] != null) {
|
|
46676
47203
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -50711,6 +51238,132 @@ var de_ImageRecycleBinInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
|
50711
51238
|
return de_ImageRecycleBinInfo(entry, context);
|
|
50712
51239
|
});
|
|
50713
51240
|
}, "de_ImageRecycleBinInfoList");
|
|
51241
|
+
var de_ImageReference = /* @__PURE__ */ __name((output, context) => {
|
|
51242
|
+
const contents = {};
|
|
51243
|
+
if (output[_iIma] != null) {
|
|
51244
|
+
contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
|
|
51245
|
+
}
|
|
51246
|
+
if (output[_rTe] != null) {
|
|
51247
|
+
contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
|
|
51248
|
+
}
|
|
51249
|
+
if (output[_ar] != null) {
|
|
51250
|
+
contents[_Ar] = (0, import_smithy_client.expectString)(output[_ar]);
|
|
51251
|
+
}
|
|
51252
|
+
return contents;
|
|
51253
|
+
}, "de_ImageReference");
|
|
51254
|
+
var de_ImageReferenceList = /* @__PURE__ */ __name((output, context) => {
|
|
51255
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51256
|
+
return de_ImageReference(entry, context);
|
|
51257
|
+
});
|
|
51258
|
+
}, "de_ImageReferenceList");
|
|
51259
|
+
var de_ImageUsageReport = /* @__PURE__ */ __name((output, context) => {
|
|
51260
|
+
const contents = {};
|
|
51261
|
+
if (output[_iIma] != null) {
|
|
51262
|
+
contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
|
|
51263
|
+
}
|
|
51264
|
+
if (output[_rI] != null) {
|
|
51265
|
+
contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
|
|
51266
|
+
}
|
|
51267
|
+
if (output.resourceTypeSet === "") {
|
|
51268
|
+
contents[_RTe] = [];
|
|
51269
|
+
} else if (output[_rTSe] != null && output[_rTSe][_i] != null) {
|
|
51270
|
+
contents[_RTe] = de_ImageUsageResourceTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_rTSe][_i]), context);
|
|
51271
|
+
}
|
|
51272
|
+
if (output.accountIdSet === "") {
|
|
51273
|
+
contents[_AIc] = [];
|
|
51274
|
+
} else if (output[_aISc] != null && output[_aISc][_i] != null) {
|
|
51275
|
+
contents[_AIc] = de_UserIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_aISc][_i]), context);
|
|
51276
|
+
}
|
|
51277
|
+
if (output[_st] != null) {
|
|
51278
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
51279
|
+
}
|
|
51280
|
+
if (output[_sRt] != null) {
|
|
51281
|
+
contents[_SRt] = (0, import_smithy_client.expectString)(output[_sRt]);
|
|
51282
|
+
}
|
|
51283
|
+
if (output[_cTre] != null) {
|
|
51284
|
+
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
51285
|
+
}
|
|
51286
|
+
if (output[_eT] != null) {
|
|
51287
|
+
contents[_ETx] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eT]));
|
|
51288
|
+
}
|
|
51289
|
+
if (output.tagSet === "") {
|
|
51290
|
+
contents[_Ta] = [];
|
|
51291
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
51292
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
51293
|
+
}
|
|
51294
|
+
return contents;
|
|
51295
|
+
}, "de_ImageUsageReport");
|
|
51296
|
+
var de_ImageUsageReportEntry = /* @__PURE__ */ __name((output, context) => {
|
|
51297
|
+
const contents = {};
|
|
51298
|
+
if (output[_rTe] != null) {
|
|
51299
|
+
contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
|
|
51300
|
+
}
|
|
51301
|
+
if (output[_rI] != null) {
|
|
51302
|
+
contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
|
|
51303
|
+
}
|
|
51304
|
+
if (output[_uCs] != null) {
|
|
51305
|
+
contents[_UCs] = (0, import_smithy_client.strictParseLong)(output[_uCs]);
|
|
51306
|
+
}
|
|
51307
|
+
if (output[_aIc] != null) {
|
|
51308
|
+
contents[_AIcc] = (0, import_smithy_client.expectString)(output[_aIc]);
|
|
51309
|
+
}
|
|
51310
|
+
if (output[_iIma] != null) {
|
|
51311
|
+
contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
|
|
51312
|
+
}
|
|
51313
|
+
if (output[_rCT] != null) {
|
|
51314
|
+
contents[_RCT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_rCT]));
|
|
51315
|
+
}
|
|
51316
|
+
return contents;
|
|
51317
|
+
}, "de_ImageUsageReportEntry");
|
|
51318
|
+
var de_ImageUsageReportEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
51319
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51320
|
+
return de_ImageUsageReportEntry(entry, context);
|
|
51321
|
+
});
|
|
51322
|
+
}, "de_ImageUsageReportEntryList");
|
|
51323
|
+
var de_ImageUsageReportList = /* @__PURE__ */ __name((output, context) => {
|
|
51324
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51325
|
+
return de_ImageUsageReport(entry, context);
|
|
51326
|
+
});
|
|
51327
|
+
}, "de_ImageUsageReportList");
|
|
51328
|
+
var de_ImageUsageResourceType = /* @__PURE__ */ __name((output, context) => {
|
|
51329
|
+
const contents = {};
|
|
51330
|
+
if (output[_rTe] != null) {
|
|
51331
|
+
contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
|
|
51332
|
+
}
|
|
51333
|
+
if (output.resourceTypeOptionSet === "") {
|
|
51334
|
+
contents[_RTO] = [];
|
|
51335
|
+
} else if (output[_rTOS] != null && output[_rTOS][_i] != null) {
|
|
51336
|
+
contents[_RTO] = de_ImageUsageResourceTypeOptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_rTOS][_i]), context);
|
|
51337
|
+
}
|
|
51338
|
+
return contents;
|
|
51339
|
+
}, "de_ImageUsageResourceType");
|
|
51340
|
+
var de_ImageUsageResourceTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
51341
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51342
|
+
return de_ImageUsageResourceType(entry, context);
|
|
51343
|
+
});
|
|
51344
|
+
}, "de_ImageUsageResourceTypeList");
|
|
51345
|
+
var de_ImageUsageResourceTypeOption = /* @__PURE__ */ __name((output, context) => {
|
|
51346
|
+
const contents = {};
|
|
51347
|
+
if (output[_oN] != null) {
|
|
51348
|
+
contents[_ON] = (0, import_smithy_client.expectString)(output[_oN]);
|
|
51349
|
+
}
|
|
51350
|
+
if (output.optionValueSet === "") {
|
|
51351
|
+
contents[_OV] = [];
|
|
51352
|
+
} else if (output[_oVS] != null && output[_oVS][_i] != null) {
|
|
51353
|
+
contents[_OV] = de_ImageUsageResourceTypeOptionValuesList((0, import_smithy_client.getArrayIfSingleItem)(output[_oVS][_i]), context);
|
|
51354
|
+
}
|
|
51355
|
+
return contents;
|
|
51356
|
+
}, "de_ImageUsageResourceTypeOption");
|
|
51357
|
+
var de_ImageUsageResourceTypeOptionList = /* @__PURE__ */ __name((output, context) => {
|
|
51358
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51359
|
+
return de_ImageUsageResourceTypeOption(entry, context);
|
|
51360
|
+
});
|
|
51361
|
+
}, "de_ImageUsageResourceTypeOptionList");
|
|
51362
|
+
var de_ImageUsageResourceTypeOptionValuesList = /* @__PURE__ */ __name((output, context) => {
|
|
51363
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
51364
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
51365
|
+
});
|
|
51366
|
+
}, "de_ImageUsageResourceTypeOptionValuesList");
|
|
50714
51367
|
var de_ImportClientVpnClientCertificateRevocationListResult = /* @__PURE__ */ __name((output, context) => {
|
|
50715
51368
|
const contents = {};
|
|
50716
51369
|
if (output[_r] != null) {
|
|
@@ -52659,8 +53312,8 @@ var de_IpamDiscoveredResourceCidr = /* @__PURE__ */ __name((output, context) =>
|
|
|
52659
53312
|
}
|
|
52660
53313
|
if (output.resourceTagSet === "") {
|
|
52661
53314
|
contents[_RTesou] = [];
|
|
52662
|
-
} else if (output[
|
|
52663
|
-
contents[_RTesou] = de_IpamResourceTagList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
53315
|
+
} else if (output[_rTSes] != null && output[_rTSes][_i] != null) {
|
|
53316
|
+
contents[_RTesou] = de_IpamResourceTagList((0, import_smithy_client.getArrayIfSingleItem)(output[_rTSes][_i]), context);
|
|
52664
53317
|
}
|
|
52665
53318
|
if (output[_iU] != null) {
|
|
52666
53319
|
contents[_IUp] = (0, import_smithy_client.strictParseFloat)(output[_iU]);
|
|
@@ -53000,8 +53653,8 @@ var de_IpamResourceCidr = /* @__PURE__ */ __name((output, context) => {
|
|
|
53000
53653
|
}
|
|
53001
53654
|
if (output.resourceTagSet === "") {
|
|
53002
53655
|
contents[_RTesou] = [];
|
|
53003
|
-
} else if (output[
|
|
53004
|
-
contents[_RTesou] = de_IpamResourceTagList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
53656
|
+
} else if (output[_rTSes] != null && output[_rTSes][_i] != null) {
|
|
53657
|
+
contents[_RTesou] = de_IpamResourceTagList((0, import_smithy_client.getArrayIfSingleItem)(output[_rTSes][_i]), context);
|
|
53005
53658
|
}
|
|
53006
53659
|
if (output[_iU] != null) {
|
|
53007
53660
|
contents[_IUp] = (0, import_smithy_client.strictParseFloat)(output[_iU]);
|
|
@@ -57643,9 +58296,9 @@ var de_ResourceStatement = /* @__PURE__ */ __name((output, context) => {
|
|
|
57643
58296
|
contents[_Re] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSesou][_i]), context);
|
|
57644
58297
|
}
|
|
57645
58298
|
if (output.resourceTypeSet === "") {
|
|
57646
|
-
contents[
|
|
57647
|
-
} else if (output[
|
|
57648
|
-
contents[
|
|
58299
|
+
contents[_RTe] = [];
|
|
58300
|
+
} else if (output[_rTSe] != null && output[_rTSe][_i] != null) {
|
|
58301
|
+
contents[_RTe] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_rTSe][_i]), context);
|
|
57649
58302
|
}
|
|
57650
58303
|
return contents;
|
|
57651
58304
|
}, "de_ResourceStatement");
|
|
@@ -59979,7 +60632,7 @@ var de_SubnetCidrReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
59979
60632
|
contents[_C] = (0, import_smithy_client.expectString)(output[_ci]);
|
|
59980
60633
|
}
|
|
59981
60634
|
if (output[_rT] != null) {
|
|
59982
|
-
contents[
|
|
60635
|
+
contents[_RTes] = (0, import_smithy_client.expectString)(output[_rT]);
|
|
59983
60636
|
}
|
|
59984
60637
|
if (output[_oI] != null) {
|
|
59985
60638
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
@@ -61722,6 +62375,11 @@ var de_UserIdGroupPairSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
61722
62375
|
return de_UserIdGroupPair(entry, context);
|
|
61723
62376
|
});
|
|
61724
62377
|
}, "de_UserIdGroupPairSet");
|
|
62378
|
+
var de_UserIdList = /* @__PURE__ */ __name((output, context) => {
|
|
62379
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
62380
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
62381
|
+
});
|
|
62382
|
+
}, "de_UserIdList");
|
|
61725
62383
|
var de_ValidationError = /* @__PURE__ */ __name((output, context) => {
|
|
61726
62384
|
const contents = {};
|
|
61727
62385
|
if (output[_co] != null) {
|
|
@@ -63481,8 +64139,9 @@ var _AIPs = "AssignedIpv4Prefixes";
|
|
|
63481
64139
|
var _AIRD = "AssociateIpamResourceDiscovery";
|
|
63482
64140
|
var _AISS = "AllowedImagesSettingsState";
|
|
63483
64141
|
var _AIT = "AllowedInstanceTypes";
|
|
63484
|
-
var _AIc = "
|
|
64142
|
+
var _AIc = "AccountIds";
|
|
63485
64143
|
var _AIcc = "AccountId";
|
|
64144
|
+
var _AIct = "ActiveInstances";
|
|
63486
64145
|
var _AId = "AdditionalInfo";
|
|
63487
64146
|
var _AIl = "AllocationId";
|
|
63488
64147
|
var _AIll = "AllocationIds";
|
|
@@ -63765,6 +64424,7 @@ var _CGu = "CustomerGateway";
|
|
|
63765
64424
|
var _CGur = "CurrentGeneration";
|
|
63766
64425
|
var _CGus = "CustomerGateways";
|
|
63767
64426
|
var _CI = "CopyImage";
|
|
64427
|
+
var _CIA = "ClientIpv6Address";
|
|
63768
64428
|
var _CIBM = "CurrentInstanceBootMode";
|
|
63769
64429
|
var _CIC = "CommittedInstanceCount";
|
|
63770
64430
|
var _CICE = "CreateInstanceConnectEndpoint";
|
|
@@ -63779,6 +64439,7 @@ var _CIS = "CreateIpamScope";
|
|
|
63779
64439
|
var _CISI = "CurrentIpamScopeId";
|
|
63780
64440
|
var _CIT = "CancelImportTask";
|
|
63781
64441
|
var _CITo = "CopyImageTags";
|
|
64442
|
+
var _CIUR = "CreateImageUsageReport";
|
|
63782
64443
|
var _CIa = "CarrierIp";
|
|
63783
64444
|
var _CIi = "CidrIp";
|
|
63784
64445
|
var _CIid = "CidrIpv6";
|
|
@@ -64101,6 +64762,7 @@ var _DIP = "DeleteIpamPool";
|
|
|
64101
64762
|
var _DIPC = "DeprovisionIpamPoolCidr";
|
|
64102
64763
|
var _DIPe = "DescribeIpamPools";
|
|
64103
64764
|
var _DIPes = "DescribeIpv6Pools";
|
|
64765
|
+
var _DIR = "DescribeImageReferences";
|
|
64104
64766
|
var _DIRD = "DeleteIpamResourceDiscovery";
|
|
64105
64767
|
var _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
64106
64768
|
var _DIRDe = "DescribeIpamResourceDiscoveries";
|
|
@@ -64114,6 +64776,9 @@ var _DISi = "DiskImageSize";
|
|
|
64114
64776
|
var _DIT = "DescribeInstanceTopology";
|
|
64115
64777
|
var _DITO = "DescribeInstanceTypeOfferings";
|
|
64116
64778
|
var _DITe = "DescribeInstanceTypes";
|
|
64779
|
+
var _DIUR = "DeleteImageUsageReport";
|
|
64780
|
+
var _DIURE = "DescribeImageUsageReportEntries";
|
|
64781
|
+
var _DIURe = "DescribeImageUsageReports";
|
|
64117
64782
|
var _DIe = "DeregisterImage";
|
|
64118
64783
|
var _DIes = "DescribeImages";
|
|
64119
64784
|
var _DIesc = "DescribeInstances";
|
|
@@ -64442,6 +65107,7 @@ var _EIAAI = "ElasticInferenceAcceleratorAssociationId";
|
|
|
64442
65107
|
var _EIAAS = "ElasticInferenceAcceleratorAssociationState";
|
|
64443
65108
|
var _EIAAT = "ElasticInferenceAcceleratorAssociationTime";
|
|
64444
65109
|
var _EIAAl = "ElasticInferenceAcceleratorAssociations";
|
|
65110
|
+
var _EIAT = "EndpointIpAddressType";
|
|
64445
65111
|
var _EIBPA = "EnableImageBlockPublicAccess";
|
|
64446
65112
|
var _EID = "EnableImageDeprecation";
|
|
64447
65113
|
var _EIDP = "EnableImageDeregistrationProtection";
|
|
@@ -64699,6 +65365,7 @@ var _IAI = "IncludeAllInstances";
|
|
|
64699
65365
|
var _IAIn = "InferenceAcceleratorInfo";
|
|
64700
65366
|
var _IAPI = "Ipv4AddressesPerInterface";
|
|
64701
65367
|
var _IAPIp = "Ipv6AddressesPerInterface";
|
|
65368
|
+
var _IART = "IncludeAllResourceTypes";
|
|
64702
65369
|
var _IAT = "IpAddressType";
|
|
64703
65370
|
var _IATOI = "IncludeAllTagsOfInstance";
|
|
64704
65371
|
var _IAm = "ImageAllowed";
|
|
@@ -64853,6 +65520,7 @@ var _IRDp = "IpamResourceDiscoveries";
|
|
|
64853
65520
|
var _IRSDA = "IntegrationResultS3DestinationArn";
|
|
64854
65521
|
var _IRT = "IngressRouteTable";
|
|
64855
65522
|
var _IRWM = "InstanceRequirementsWithMetadata";
|
|
65523
|
+
var _IRm = "ImageReferences";
|
|
64856
65524
|
var _IRp = "IpRanges";
|
|
64857
65525
|
var _IRpa = "IpamRegion";
|
|
64858
65526
|
var _IRpv = "Ipv6Ranges";
|
|
@@ -64896,6 +65564,8 @@ var _ITns = "InstanceTenancy";
|
|
|
64896
65564
|
var _ITnst = "InstanceTypes";
|
|
64897
65565
|
var _ITnsta = "InstanceTags";
|
|
64898
65566
|
var _IU = "InstanceUsages";
|
|
65567
|
+
var _IUR = "ImageUsageReports";
|
|
65568
|
+
var _IURE = "ImageUsageReportEntries";
|
|
64899
65569
|
var _IUp = "IpUsage";
|
|
64900
65570
|
var _IV = "ImportVolume";
|
|
64901
65571
|
var _IVE = "IsValidExchange";
|
|
@@ -65321,6 +65991,7 @@ var _OL = "OutpostLags";
|
|
|
65321
65991
|
var _OLI = "OutpostLagId";
|
|
65322
65992
|
var _OLIu = "OutpostLagIds";
|
|
65323
65993
|
var _OMAE = "OriginalMultiAttachEnabled";
|
|
65994
|
+
var _ON = "OptionName";
|
|
65324
65995
|
var _ONA = "OdbNetworkArn";
|
|
65325
65996
|
var _OO = "OidcOptions";
|
|
65326
65997
|
var _OR = "OperatingRegions";
|
|
@@ -65339,6 +66010,7 @@ var _OUA = "OrganizationalUnitArn";
|
|
|
65339
66010
|
var _OUAr = "OrganizationalUnitArns";
|
|
65340
66011
|
var _OUE = "OrganizationalUnitExclusions";
|
|
65341
66012
|
var _OUI = "OrganizationalUnitId";
|
|
66013
|
+
var _OV = "OptionValues";
|
|
65342
66014
|
var _OVC = "OpenVpnConfigurations";
|
|
65343
66015
|
var _OVT = "OriginalVolumeType";
|
|
65344
66016
|
var _Op = "Options";
|
|
@@ -65553,6 +66225,7 @@ var _RCA = "ResourceConfigurationArn";
|
|
|
65553
66225
|
var _RCGA = "ResourceConfigurationGroupArn";
|
|
65554
66226
|
var _RCRBO = "RejectCapacityReservationBillingOwnership";
|
|
65555
66227
|
var _RCS = "ResourceComplianceStatus";
|
|
66228
|
+
var _RCT = "ReportCreationTime";
|
|
65556
66229
|
var _RCVI = "RevokeClientVpnIngress";
|
|
65557
66230
|
var _RCe = "ReasonCodes";
|
|
65558
66231
|
var _RCec = "RecurringCharges";
|
|
@@ -65708,13 +66381,14 @@ var _RTGVA = "RejectTransitGatewayVpcAttachment";
|
|
|
65708
66381
|
var _RTI = "RouteTableId";
|
|
65709
66382
|
var _RTIe = "RequesterTgwInfo";
|
|
65710
66383
|
var _RTIo = "RouteTableIds";
|
|
66384
|
+
var _RTO = "ResourceTypeOptions";
|
|
65711
66385
|
var _RTR = "RouteTableRoute";
|
|
65712
66386
|
var _RTV = "RemainingTotalValue";
|
|
65713
|
-
var _RTe = "
|
|
66387
|
+
var _RTe = "ResourceTypes";
|
|
65714
66388
|
var _RTel = "ReleaseTime";
|
|
65715
66389
|
var _RTeq = "RequestTime";
|
|
65716
|
-
var _RTes = "
|
|
65717
|
-
var _RTeso = "
|
|
66390
|
+
var _RTes = "ReservationType";
|
|
66391
|
+
var _RTeso = "ResourceTag";
|
|
65718
66392
|
var _RTesou = "ResourceTags";
|
|
65719
66393
|
var _RTo = "RouteTable";
|
|
65720
66394
|
var _RTou = "RouteTables";
|
|
@@ -66040,6 +66714,7 @@ var _TGr = "TransitGateway";
|
|
|
66040
66714
|
var _TGra = "TransitGateways";
|
|
66041
66715
|
var _THP = "TotalHourlyPrice";
|
|
66042
66716
|
var _TI = "TerminateInstances";
|
|
66717
|
+
var _TIAT = "TrafficIpAddressType";
|
|
66043
66718
|
var _TIC = "TunnelInsideCidr";
|
|
66044
66719
|
var _TICo = "TotalInstanceCount";
|
|
66045
66720
|
var _TII = "TrunkInterfaceId";
|
|
@@ -66122,6 +66797,7 @@ var _To = "To";
|
|
|
66122
66797
|
var _U = "Url";
|
|
66123
66798
|
var _UB = "UserBucket";
|
|
66124
66799
|
var _UC = "UltraserverCount";
|
|
66800
|
+
var _UCs = "UsageCount";
|
|
66125
66801
|
var _UD = "UserData";
|
|
66126
66802
|
var _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
66127
66803
|
var _UDe = "UefiData";
|
|
@@ -66323,6 +66999,7 @@ var _aIPS = "assignedIpv6PrefixSet";
|
|
|
66323
66999
|
var _aIPSs = "assignedIpv4PrefixSet";
|
|
66324
67000
|
var _aIS = "activeInstanceSet";
|
|
66325
67001
|
var _aISS = "allowedImagesSettingsState";
|
|
67002
|
+
var _aISc = "accountIdSet";
|
|
66326
67003
|
var _aITS = "allowedInstanceTypeSet";
|
|
66327
67004
|
var _aIc = "accountId";
|
|
66328
67005
|
var _aIm = "amiId";
|
|
@@ -66517,6 +67194,7 @@ var _cGSu = "customerGatewaySet";
|
|
|
66517
67194
|
var _cGu = "customerGateway";
|
|
66518
67195
|
var _cGur = "currentGeneration";
|
|
66519
67196
|
var _cI = "carrierIp";
|
|
67197
|
+
var _cIA = "clientIpv6Address";
|
|
66520
67198
|
var _cIBM = "currentInstanceBootMode";
|
|
66521
67199
|
var _cIC = "committedInstanceCount";
|
|
66522
67200
|
var _cIi = "cidrIp";
|
|
@@ -66761,6 +67439,7 @@ var _eIAAS = "elasticInferenceAcceleratorAssociationState";
|
|
|
66761
67439
|
var _eIAASl = "elasticInferenceAcceleratorAssociationSet";
|
|
66762
67440
|
var _eIAAT = "elasticInferenceAcceleratorAssociationTime";
|
|
66763
67441
|
var _eIAS = "elasticInferenceAcceleratorSet";
|
|
67442
|
+
var _eIAT = "endpointIpAddressType";
|
|
66764
67443
|
var _eITI = "exportImageTaskId";
|
|
66765
67444
|
var _eITS = "exportImageTaskSet";
|
|
66766
67445
|
var _eITSn = "encryptionInTransitSupported";
|
|
@@ -67050,6 +67729,7 @@ var _iRDAp = "ipamResourceDiscoveryArn";
|
|
|
67050
67729
|
var _iRDI = "ipamResourceDiscoveryId";
|
|
67051
67730
|
var _iRDR = "ipamResourceDiscoveryRegion";
|
|
67052
67731
|
var _iRDS = "ipamResourceDiscoverySet";
|
|
67732
|
+
var _iRS = "imageReferenceSet";
|
|
67053
67733
|
var _iRT = "ingressRouteTable";
|
|
67054
67734
|
var _iRp = "ipamRegion";
|
|
67055
67735
|
var _iRpa = "ipRanges";
|
|
@@ -67094,6 +67774,8 @@ var _iTni = "initializationType";
|
|
|
67094
67774
|
var _iTns = "instanceTenancy";
|
|
67095
67775
|
var _iTnt = "interfaceType";
|
|
67096
67776
|
var _iU = "ipUsage";
|
|
67777
|
+
var _iURES = "imageUsageReportEntrySet";
|
|
67778
|
+
var _iURS = "imageUsageReportSet";
|
|
67097
67779
|
var _iUS = "instanceUsageSet";
|
|
67098
67780
|
var _iV = "ikeVersion";
|
|
67099
67781
|
var _iVE = "isValidExchange";
|
|
@@ -67394,6 +68076,7 @@ var _oK = "objectKey";
|
|
|
67394
68076
|
var _oLI = "outpostLagId";
|
|
67395
68077
|
var _oLS = "outpostLagSet";
|
|
67396
68078
|
var _oMAE = "originalMultiAttachEnabled";
|
|
68079
|
+
var _oN = "optionName";
|
|
67397
68080
|
var _oNA = "odbNetworkArn";
|
|
67398
68081
|
var _oO = "oidcOptions";
|
|
67399
68082
|
var _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
@@ -67411,6 +68094,7 @@ var _oUA = "organizationalUnitArn";
|
|
|
67411
68094
|
var _oUES = "organizationalUnitExclusionSet";
|
|
67412
68095
|
var _oUI = "organizationalUnitId";
|
|
67413
68096
|
var _oVCS = "openVpnConfigurationSet";
|
|
68097
|
+
var _oVS = "optionValueSet";
|
|
67414
68098
|
var _oVT = "originalVolumeType";
|
|
67415
68099
|
var _op = "operator";
|
|
67416
68100
|
var _opt = "options";
|
|
@@ -67576,6 +68260,7 @@ var _rC = "returnCode";
|
|
|
67576
68260
|
var _rCA = "resourceConfigurationArn";
|
|
67577
68261
|
var _rCGA = "resourceConfigurationGroupArn";
|
|
67578
68262
|
var _rCS = "resourceComplianceStatus";
|
|
68263
|
+
var _rCT = "reportCreationTime";
|
|
67579
68264
|
var _rCe = "resourceCidr";
|
|
67580
68265
|
var _rCec = "recurringCharges";
|
|
67581
68266
|
var _rD = "restoreDuration";
|
|
@@ -67674,10 +68359,11 @@ var _rTAI = "routeTableAssociationId";
|
|
|
67674
68359
|
var _rTI = "routeTableId";
|
|
67675
68360
|
var _rTIS = "routeTableIdSet";
|
|
67676
68361
|
var _rTIe = "requesterTgwInfo";
|
|
68362
|
+
var _rTOS = "resourceTypeOptionSet";
|
|
67677
68363
|
var _rTR = "routeTableRoute";
|
|
67678
68364
|
var _rTS = "routeTableSet";
|
|
67679
|
-
var _rTSe = "
|
|
67680
|
-
var _rTSes = "
|
|
68365
|
+
var _rTSe = "resourceTypeSet";
|
|
68366
|
+
var _rTSes = "resourceTagSet";
|
|
67681
68367
|
var _rTV = "remainingTotalValue";
|
|
67682
68368
|
var _rTe = "resourceType";
|
|
67683
68369
|
var _rTel = "releaseTime";
|
|
@@ -67945,6 +68631,7 @@ var _tGVAr = "transitGatewayVpcAttachments";
|
|
|
67945
68631
|
var _tGa = "targetGroups";
|
|
67946
68632
|
var _tHP = "totalHourlyPrice";
|
|
67947
68633
|
var _tI = "targetId";
|
|
68634
|
+
var _tIAT = "trafficIpAddressType";
|
|
67948
68635
|
var _tIC = "totalInstanceCount";
|
|
67949
68636
|
var _tICu = "tunnelInsideCidr";
|
|
67950
68637
|
var _tII = "trunkInterfaceId";
|
|
@@ -68016,6 +68703,7 @@ var _ty = "type";
|
|
|
68016
68703
|
var _u = "unsuccessful";
|
|
68017
68704
|
var _uB = "userBucket";
|
|
68018
68705
|
var _uC = "ultraserverCount";
|
|
68706
|
+
var _uCs = "usageCount";
|
|
68019
68707
|
var _uD = "uefiData";
|
|
68020
68708
|
var _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
68021
68709
|
var _uDp = "updatedDate";
|
|
@@ -68773,6 +69461,7 @@ var ResourceType = {
|
|
|
68773
69461
|
fpga_image: "fpga-image",
|
|
68774
69462
|
host_reservation: "host-reservation",
|
|
68775
69463
|
image: "image",
|
|
69464
|
+
image_usage_report: "image-usage-report",
|
|
68776
69465
|
import_image_task: "import-image-task",
|
|
68777
69466
|
import_snapshot_task: "import-snapshot-task",
|
|
68778
69467
|
instance: "instance",
|
|
@@ -70625,10 +71314,20 @@ var ClientVpnAuthenticationType = {
|
|
|
70625
71314
|
directory_service_authentication: "directory-service-authentication",
|
|
70626
71315
|
federated_authentication: "federated-authentication"
|
|
70627
71316
|
};
|
|
71317
|
+
var EndpointIpAddressType = {
|
|
71318
|
+
dual_stack: "dual-stack",
|
|
71319
|
+
ipv4: "ipv4",
|
|
71320
|
+
ipv6: "ipv6"
|
|
71321
|
+
};
|
|
70628
71322
|
var SelfServicePortal = {
|
|
70629
71323
|
disabled: "disabled",
|
|
70630
71324
|
enabled: "enabled"
|
|
70631
71325
|
};
|
|
71326
|
+
var TrafficIpAddressType = {
|
|
71327
|
+
dual_stack: "dual-stack",
|
|
71328
|
+
ipv4: "ipv4",
|
|
71329
|
+
ipv6: "ipv6"
|
|
71330
|
+
};
|
|
70632
71331
|
var TransportProtocol = {
|
|
70633
71332
|
tcp: "tcp",
|
|
70634
71333
|
udp: "udp"
|
|
@@ -71004,10 +71703,6 @@ var InstanceBandwidthWeighting = {
|
|
|
71004
71703
|
EBS_1: "ebs-1",
|
|
71005
71704
|
VPC_1: "vpc-1"
|
|
71006
71705
|
};
|
|
71007
|
-
var LaunchTemplateInstanceMetadataOptionsState = {
|
|
71008
|
-
applied: "applied",
|
|
71009
|
-
pending: "pending"
|
|
71010
|
-
};
|
|
71011
71706
|
var CopySnapshotRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71012
71707
|
...obj,
|
|
71013
71708
|
...obj.PresignedUrl && { PresignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -71320,6 +72015,21 @@ var CreateImageCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
71320
72015
|
}
|
|
71321
72016
|
};
|
|
71322
72017
|
|
|
72018
|
+
// src/commands/CreateImageUsageReportCommand.ts
|
|
72019
|
+
|
|
72020
|
+
|
|
72021
|
+
|
|
72022
|
+
var CreateImageUsageReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
72023
|
+
return [
|
|
72024
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
72025
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
72026
|
+
];
|
|
72027
|
+
}).s("AmazonEC2", "CreateImageUsageReport", {}).n("EC2Client", "CreateImageUsageReportCommand").f(void 0, void 0).ser(se_CreateImageUsageReportCommand).de(de_CreateImageUsageReportCommand).build() {
|
|
72028
|
+
static {
|
|
72029
|
+
__name(this, "CreateImageUsageReportCommand");
|
|
72030
|
+
}
|
|
72031
|
+
};
|
|
72032
|
+
|
|
71323
72033
|
// src/commands/CreateInstanceConnectEndpointCommand.ts
|
|
71324
72034
|
|
|
71325
72035
|
|
|
@@ -71492,6 +72202,10 @@ var CreateLaunchTemplateCommand = class extends import_smithy_client.Command.cla
|
|
|
71492
72202
|
|
|
71493
72203
|
// src/models/models_2.ts
|
|
71494
72204
|
|
|
72205
|
+
var LaunchTemplateInstanceMetadataOptionsState = {
|
|
72206
|
+
applied: "applied",
|
|
72207
|
+
pending: "pending"
|
|
72208
|
+
};
|
|
71495
72209
|
var LocalGatewayRouteState = {
|
|
71496
72210
|
active: "active",
|
|
71497
72211
|
blackhole: "blackhole",
|
|
@@ -73002,14 +73716,6 @@ var CallerRole = {
|
|
|
73002
73716
|
odcr_owner: "odcr-owner",
|
|
73003
73717
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
73004
73718
|
};
|
|
73005
|
-
var CapacityReservationBillingRequestStatus = {
|
|
73006
|
-
accepted: "accepted",
|
|
73007
|
-
cancelled: "cancelled",
|
|
73008
|
-
expired: "expired",
|
|
73009
|
-
pending: "pending",
|
|
73010
|
-
rejected: "rejected",
|
|
73011
|
-
revoked: "revoked"
|
|
73012
|
-
};
|
|
73013
73719
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73014
73720
|
...obj,
|
|
73015
73721
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -73259,6 +73965,21 @@ var DeleteFpgaImageCommand = class extends import_smithy_client.Command.classBui
|
|
|
73259
73965
|
}
|
|
73260
73966
|
};
|
|
73261
73967
|
|
|
73968
|
+
// src/commands/DeleteImageUsageReportCommand.ts
|
|
73969
|
+
|
|
73970
|
+
|
|
73971
|
+
|
|
73972
|
+
var DeleteImageUsageReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
73973
|
+
return [
|
|
73974
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
73975
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
73976
|
+
];
|
|
73977
|
+
}).s("AmazonEC2", "DeleteImageUsageReport", {}).n("EC2Client", "DeleteImageUsageReportCommand").f(void 0, void 0).ser(se_DeleteImageUsageReportCommand).de(de_DeleteImageUsageReportCommand).build() {
|
|
73978
|
+
static {
|
|
73979
|
+
__name(this, "DeleteImageUsageReportCommand");
|
|
73980
|
+
}
|
|
73981
|
+
};
|
|
73982
|
+
|
|
73262
73983
|
// src/commands/DeleteInstanceConnectEndpointCommand.ts
|
|
73263
73984
|
|
|
73264
73985
|
|
|
@@ -74811,6 +75532,14 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
74811
75532
|
|
|
74812
75533
|
// src/models/models_4.ts
|
|
74813
75534
|
|
|
75535
|
+
var CapacityReservationBillingRequestStatus = {
|
|
75536
|
+
accepted: "accepted",
|
|
75537
|
+
cancelled: "cancelled",
|
|
75538
|
+
expired: "expired",
|
|
75539
|
+
pending: "pending",
|
|
75540
|
+
rejected: "rejected",
|
|
75541
|
+
revoked: "revoked"
|
|
75542
|
+
};
|
|
74814
75543
|
var ClientVpnConnectionStatusCode = {
|
|
74815
75544
|
active: "active",
|
|
74816
75545
|
failed_to_terminate: "failed-to-terminate",
|
|
@@ -74920,6 +75649,17 @@ var ImageAttributeName = {
|
|
|
74920
75649
|
tpmSupport: "tpmSupport",
|
|
74921
75650
|
uefiData: "uefiData"
|
|
74922
75651
|
};
|
|
75652
|
+
var ImageReferenceResourceType = {
|
|
75653
|
+
EC2_INSTANCE: "ec2:Instance",
|
|
75654
|
+
EC2_LAUNCH_TEMPLATE: "ec2:LaunchTemplate",
|
|
75655
|
+
IMAGE_BUILDER_CONTAINER_RECIPE: "imagebuilder:ContainerRecipe",
|
|
75656
|
+
IMAGE_BUILDER_IMAGE_RECIPE: "imagebuilder:ImageRecipe",
|
|
75657
|
+
SSM_PARAMETER: "ssm:Parameter"
|
|
75658
|
+
};
|
|
75659
|
+
var ImageReferenceOptionName = {
|
|
75660
|
+
STATE_NAME: "state-name",
|
|
75661
|
+
VERSION_DEPTH: "version-depth"
|
|
75662
|
+
};
|
|
74923
75663
|
var ArchitectureValues = {
|
|
74924
75664
|
arm64: "arm64",
|
|
74925
75665
|
arm64_mac: "arm64_mac",
|
|
@@ -75112,46 +75852,6 @@ var NitroEnclavesSupport = {
|
|
|
75112
75852
|
SUPPORTED: "supported",
|
|
75113
75853
|
UNSUPPORTED: "unsupported"
|
|
75114
75854
|
};
|
|
75115
|
-
var NitroTpmSupport = {
|
|
75116
|
-
SUPPORTED: "supported",
|
|
75117
|
-
UNSUPPORTED: "unsupported"
|
|
75118
|
-
};
|
|
75119
|
-
var PhcSupport = {
|
|
75120
|
-
SUPPORTED: "supported",
|
|
75121
|
-
UNSUPPORTED: "unsupported"
|
|
75122
|
-
};
|
|
75123
|
-
var PlacementGroupStrategy = {
|
|
75124
|
-
cluster: "cluster",
|
|
75125
|
-
partition: "partition",
|
|
75126
|
-
spread: "spread"
|
|
75127
|
-
};
|
|
75128
|
-
var ArchitectureType = {
|
|
75129
|
-
arm64: "arm64",
|
|
75130
|
-
arm64_mac: "arm64_mac",
|
|
75131
|
-
i386: "i386",
|
|
75132
|
-
x86_64: "x86_64",
|
|
75133
|
-
x86_64_mac: "x86_64_mac"
|
|
75134
|
-
};
|
|
75135
|
-
var SupportedAdditionalProcessorFeature = {
|
|
75136
|
-
AMD_SEV_SNP: "amd-sev-snp"
|
|
75137
|
-
};
|
|
75138
|
-
var RebootMigrationSupport = {
|
|
75139
|
-
SUPPORTED: "supported",
|
|
75140
|
-
UNSUPPORTED: "unsupported"
|
|
75141
|
-
};
|
|
75142
|
-
var BootModeType = {
|
|
75143
|
-
legacy_bios: "legacy-bios",
|
|
75144
|
-
uefi: "uefi"
|
|
75145
|
-
};
|
|
75146
|
-
var RootDeviceType = {
|
|
75147
|
-
ebs: "ebs",
|
|
75148
|
-
instance_store: "instance-store"
|
|
75149
|
-
};
|
|
75150
|
-
var UsageClassType = {
|
|
75151
|
-
capacity_block: "capacity-block",
|
|
75152
|
-
on_demand: "on-demand",
|
|
75153
|
-
spot: "spot"
|
|
75154
|
-
};
|
|
75155
75855
|
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75156
75856
|
...obj,
|
|
75157
75857
|
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -75549,6 +76249,21 @@ var DescribeImageAttributeCommand = class extends import_smithy_client.Command.c
|
|
|
75549
76249
|
}
|
|
75550
76250
|
};
|
|
75551
76251
|
|
|
76252
|
+
// src/commands/DescribeImageReferencesCommand.ts
|
|
76253
|
+
|
|
76254
|
+
|
|
76255
|
+
|
|
76256
|
+
var DescribeImageReferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76257
|
+
return [
|
|
76258
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76259
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76260
|
+
];
|
|
76261
|
+
}).s("AmazonEC2", "DescribeImageReferences", {}).n("EC2Client", "DescribeImageReferencesCommand").f(void 0, void 0).ser(se_DescribeImageReferencesCommand).de(de_DescribeImageReferencesCommand).build() {
|
|
76262
|
+
static {
|
|
76263
|
+
__name(this, "DescribeImageReferencesCommand");
|
|
76264
|
+
}
|
|
76265
|
+
};
|
|
76266
|
+
|
|
75552
76267
|
// src/commands/DescribeImagesCommand.ts
|
|
75553
76268
|
|
|
75554
76269
|
|
|
@@ -75564,6 +76279,36 @@ var DescribeImagesCommand = class extends import_smithy_client.Command.classBuil
|
|
|
75564
76279
|
}
|
|
75565
76280
|
};
|
|
75566
76281
|
|
|
76282
|
+
// src/commands/DescribeImageUsageReportEntriesCommand.ts
|
|
76283
|
+
|
|
76284
|
+
|
|
76285
|
+
|
|
76286
|
+
var DescribeImageUsageReportEntriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76287
|
+
return [
|
|
76288
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76289
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76290
|
+
];
|
|
76291
|
+
}).s("AmazonEC2", "DescribeImageUsageReportEntries", {}).n("EC2Client", "DescribeImageUsageReportEntriesCommand").f(void 0, void 0).ser(se_DescribeImageUsageReportEntriesCommand).de(de_DescribeImageUsageReportEntriesCommand).build() {
|
|
76292
|
+
static {
|
|
76293
|
+
__name(this, "DescribeImageUsageReportEntriesCommand");
|
|
76294
|
+
}
|
|
76295
|
+
};
|
|
76296
|
+
|
|
76297
|
+
// src/commands/DescribeImageUsageReportsCommand.ts
|
|
76298
|
+
|
|
76299
|
+
|
|
76300
|
+
|
|
76301
|
+
var DescribeImageUsageReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76302
|
+
return [
|
|
76303
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76304
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76305
|
+
];
|
|
76306
|
+
}).s("AmazonEC2", "DescribeImageUsageReports", {}).n("EC2Client", "DescribeImageUsageReportsCommand").f(void 0, void 0).ser(se_DescribeImageUsageReportsCommand).de(de_DescribeImageUsageReportsCommand).build() {
|
|
76307
|
+
static {
|
|
76308
|
+
__name(this, "DescribeImageUsageReportsCommand");
|
|
76309
|
+
}
|
|
76310
|
+
};
|
|
76311
|
+
|
|
75567
76312
|
// src/commands/DescribeImportImageTasksCommand.ts
|
|
75568
76313
|
|
|
75569
76314
|
|
|
@@ -75931,6 +76676,46 @@ var DescribeLaunchTemplatesCommand = class extends import_smithy_client.Command.
|
|
|
75931
76676
|
|
|
75932
76677
|
// src/models/models_5.ts
|
|
75933
76678
|
|
|
76679
|
+
var NitroTpmSupport = {
|
|
76680
|
+
SUPPORTED: "supported",
|
|
76681
|
+
UNSUPPORTED: "unsupported"
|
|
76682
|
+
};
|
|
76683
|
+
var PhcSupport = {
|
|
76684
|
+
SUPPORTED: "supported",
|
|
76685
|
+
UNSUPPORTED: "unsupported"
|
|
76686
|
+
};
|
|
76687
|
+
var PlacementGroupStrategy = {
|
|
76688
|
+
cluster: "cluster",
|
|
76689
|
+
partition: "partition",
|
|
76690
|
+
spread: "spread"
|
|
76691
|
+
};
|
|
76692
|
+
var ArchitectureType = {
|
|
76693
|
+
arm64: "arm64",
|
|
76694
|
+
arm64_mac: "arm64_mac",
|
|
76695
|
+
i386: "i386",
|
|
76696
|
+
x86_64: "x86_64",
|
|
76697
|
+
x86_64_mac: "x86_64_mac"
|
|
76698
|
+
};
|
|
76699
|
+
var SupportedAdditionalProcessorFeature = {
|
|
76700
|
+
AMD_SEV_SNP: "amd-sev-snp"
|
|
76701
|
+
};
|
|
76702
|
+
var RebootMigrationSupport = {
|
|
76703
|
+
SUPPORTED: "supported",
|
|
76704
|
+
UNSUPPORTED: "unsupported"
|
|
76705
|
+
};
|
|
76706
|
+
var BootModeType = {
|
|
76707
|
+
legacy_bios: "legacy-bios",
|
|
76708
|
+
uefi: "uefi"
|
|
76709
|
+
};
|
|
76710
|
+
var RootDeviceType = {
|
|
76711
|
+
ebs: "ebs",
|
|
76712
|
+
instance_store: "instance-store"
|
|
76713
|
+
};
|
|
76714
|
+
var UsageClassType = {
|
|
76715
|
+
capacity_block: "capacity-block",
|
|
76716
|
+
on_demand: "on-demand",
|
|
76717
|
+
spot: "spot"
|
|
76718
|
+
};
|
|
75934
76719
|
var LockState = {
|
|
75935
76720
|
compliance: "compliance",
|
|
75936
76721
|
compliance_cooloff: "compliance-cooloff",
|
|
@@ -76072,24 +76857,6 @@ var VpcAttributeName = {
|
|
|
76072
76857
|
enableDnsSupport: "enableDnsSupport",
|
|
76073
76858
|
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
76074
76859
|
};
|
|
76075
|
-
var VpcBlockPublicAccessExclusionsAllowed = {
|
|
76076
|
-
allowed: "allowed",
|
|
76077
|
-
not_allowed: "not-allowed"
|
|
76078
|
-
};
|
|
76079
|
-
var InternetGatewayBlockMode = {
|
|
76080
|
-
block_bidirectional: "block-bidirectional",
|
|
76081
|
-
block_ingress: "block-ingress",
|
|
76082
|
-
off: "off"
|
|
76083
|
-
};
|
|
76084
|
-
var ManagedBy = {
|
|
76085
|
-
account: "account",
|
|
76086
|
-
declarative_policy: "declarative-policy"
|
|
76087
|
-
};
|
|
76088
|
-
var VpcBlockPublicAccessState = {
|
|
76089
|
-
default_state: "default-state",
|
|
76090
|
-
update_complete: "update-complete",
|
|
76091
|
-
update_in_progress: "update-in-progress"
|
|
76092
|
-
};
|
|
76093
76860
|
var DescribeLaunchTemplateVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76094
76861
|
...obj,
|
|
76095
76862
|
...obj.LaunchTemplateVersions && {
|
|
@@ -77554,6 +78321,24 @@ var DescribeVpcsCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
77554
78321
|
|
|
77555
78322
|
// src/models/models_6.ts
|
|
77556
78323
|
|
|
78324
|
+
var VpcBlockPublicAccessExclusionsAllowed = {
|
|
78325
|
+
allowed: "allowed",
|
|
78326
|
+
not_allowed: "not-allowed"
|
|
78327
|
+
};
|
|
78328
|
+
var InternetGatewayBlockMode = {
|
|
78329
|
+
block_bidirectional: "block-bidirectional",
|
|
78330
|
+
block_ingress: "block-ingress",
|
|
78331
|
+
off: "off"
|
|
78332
|
+
};
|
|
78333
|
+
var ManagedBy = {
|
|
78334
|
+
account: "account",
|
|
78335
|
+
declarative_policy: "declarative-policy"
|
|
78336
|
+
};
|
|
78337
|
+
var VpcBlockPublicAccessState = {
|
|
78338
|
+
default_state: "default-state",
|
|
78339
|
+
update_complete: "update-complete",
|
|
78340
|
+
update_in_progress: "update-in-progress"
|
|
78341
|
+
};
|
|
77557
78342
|
var ImageBlockPublicAccessDisabledState = {
|
|
77558
78343
|
unblocked: "unblocked"
|
|
77559
78344
|
};
|
|
@@ -77668,14 +78453,6 @@ var IpamManagementState = {
|
|
|
77668
78453
|
managed: "managed",
|
|
77669
78454
|
unmanaged: "unmanaged"
|
|
77670
78455
|
};
|
|
77671
|
-
var RouteServerRouteInstallationStatus = {
|
|
77672
|
-
INSTALLED: "installed",
|
|
77673
|
-
REJECTED: "rejected"
|
|
77674
|
-
};
|
|
77675
|
-
var RouteServerRouteStatus = {
|
|
77676
|
-
IN_FIB: "in-fib",
|
|
77677
|
-
IN_RIB: "in-rib"
|
|
77678
|
-
};
|
|
77679
78456
|
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77680
78457
|
...obj,
|
|
77681
78458
|
...obj.VpnConnections && {
|
|
@@ -77710,10 +78487,6 @@ var GetLaunchTemplateDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
77710
78487
|
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData)
|
|
77711
78488
|
}
|
|
77712
78489
|
}), "GetLaunchTemplateDataResultFilterSensitiveLog");
|
|
77713
|
-
var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77714
|
-
...obj,
|
|
77715
|
-
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
77716
|
-
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
77717
78490
|
|
|
77718
78491
|
// src/commands/DescribeVpnConnectionsCommand.ts
|
|
77719
78492
|
var DescribeVpnConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -79246,6 +80019,207 @@ var GetNetworkInsightsAccessScopeContentCommand = class extends import_smithy_cl
|
|
|
79246
80019
|
|
|
79247
80020
|
|
|
79248
80021
|
|
|
80022
|
+
|
|
80023
|
+
// src/models/models_7.ts
|
|
80024
|
+
|
|
80025
|
+
var RouteServerRouteInstallationStatus = {
|
|
80026
|
+
INSTALLED: "installed",
|
|
80027
|
+
REJECTED: "rejected"
|
|
80028
|
+
};
|
|
80029
|
+
var RouteServerRouteStatus = {
|
|
80030
|
+
IN_FIB: "in-fib",
|
|
80031
|
+
IN_RIB: "in-rib"
|
|
80032
|
+
};
|
|
80033
|
+
var LockMode = {
|
|
80034
|
+
compliance: "compliance",
|
|
80035
|
+
governance: "governance"
|
|
80036
|
+
};
|
|
80037
|
+
var ModifyAvailabilityZoneOptInStatus = {
|
|
80038
|
+
not_opted_in: "not-opted-in",
|
|
80039
|
+
opted_in: "opted-in"
|
|
80040
|
+
};
|
|
80041
|
+
var OperationType = {
|
|
80042
|
+
add: "add",
|
|
80043
|
+
remove: "remove"
|
|
80044
|
+
};
|
|
80045
|
+
var UnsuccessfulInstanceCreditSpecificationErrorCode = {
|
|
80046
|
+
INCORRECT_INSTANCE_STATE: "IncorrectInstanceState",
|
|
80047
|
+
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported",
|
|
80048
|
+
INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
|
|
80049
|
+
INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed"
|
|
80050
|
+
};
|
|
80051
|
+
var DefaultInstanceMetadataEndpointState = {
|
|
80052
|
+
disabled: "disabled",
|
|
80053
|
+
enabled: "enabled",
|
|
80054
|
+
no_preference: "no-preference"
|
|
80055
|
+
};
|
|
80056
|
+
var MetadataDefaultHttpTokensState = {
|
|
80057
|
+
no_preference: "no-preference",
|
|
80058
|
+
optional: "optional",
|
|
80059
|
+
required: "required"
|
|
80060
|
+
};
|
|
80061
|
+
var DefaultInstanceMetadataTagsState = {
|
|
80062
|
+
disabled: "disabled",
|
|
80063
|
+
enabled: "enabled",
|
|
80064
|
+
no_preference: "no-preference"
|
|
80065
|
+
};
|
|
80066
|
+
var HostTenancy = {
|
|
80067
|
+
dedicated: "dedicated",
|
|
80068
|
+
default: "default",
|
|
80069
|
+
host: "host"
|
|
80070
|
+
};
|
|
80071
|
+
var PublicIpDnsOption = {
|
|
80072
|
+
public_dual_stack_dns_name: "public-dual-stack-dns-name",
|
|
80073
|
+
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
80074
|
+
public_ipv6_dns_name: "public-ipv6-dns-name"
|
|
80075
|
+
};
|
|
80076
|
+
var TargetStorageTier = {
|
|
80077
|
+
archive: "archive"
|
|
80078
|
+
};
|
|
80079
|
+
var TrafficMirrorFilterRuleField = {
|
|
80080
|
+
description: "description",
|
|
80081
|
+
destination_port_range: "destination-port-range",
|
|
80082
|
+
protocol: "protocol",
|
|
80083
|
+
source_port_range: "source-port-range"
|
|
80084
|
+
};
|
|
80085
|
+
var TrafficMirrorSessionField = {
|
|
80086
|
+
description: "description",
|
|
80087
|
+
packet_length: "packet-length",
|
|
80088
|
+
virtual_network_id: "virtual-network-id"
|
|
80089
|
+
};
|
|
80090
|
+
var VpcTenancy = {
|
|
80091
|
+
default: "default"
|
|
80092
|
+
};
|
|
80093
|
+
var Status = {
|
|
80094
|
+
inClassic: "InClassic",
|
|
80095
|
+
inVpc: "InVpc",
|
|
80096
|
+
moveInProgress: "MoveInProgress"
|
|
80097
|
+
};
|
|
80098
|
+
var VerificationMethod = {
|
|
80099
|
+
dns_token: "dns-token",
|
|
80100
|
+
remarks_x509: "remarks-x509"
|
|
80101
|
+
};
|
|
80102
|
+
var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80103
|
+
...obj,
|
|
80104
|
+
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
80105
|
+
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
80106
|
+
var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80107
|
+
...obj,
|
|
80108
|
+
...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
80109
|
+
}), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
|
|
80110
|
+
var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80111
|
+
...obj,
|
|
80112
|
+
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
80113
|
+
}), "ImageDiskContainerFilterSensitiveLog");
|
|
80114
|
+
var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80115
|
+
...obj,
|
|
80116
|
+
...obj.DiskContainers && {
|
|
80117
|
+
DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
|
|
80118
|
+
}
|
|
80119
|
+
}), "ImportImageRequestFilterSensitiveLog");
|
|
80120
|
+
var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80121
|
+
...obj,
|
|
80122
|
+
...obj.SnapshotDetails && {
|
|
80123
|
+
SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
|
|
80124
|
+
}
|
|
80125
|
+
}), "ImportImageResultFilterSensitiveLog");
|
|
80126
|
+
var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80127
|
+
...obj,
|
|
80128
|
+
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
80129
|
+
}), "DiskImageDetailFilterSensitiveLog");
|
|
80130
|
+
var DiskImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80131
|
+
...obj,
|
|
80132
|
+
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
80133
|
+
}), "DiskImageFilterSensitiveLog");
|
|
80134
|
+
var UserDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80135
|
+
...obj
|
|
80136
|
+
}), "UserDataFilterSensitiveLog");
|
|
80137
|
+
var ImportInstanceLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80138
|
+
...obj,
|
|
80139
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
80140
|
+
}), "ImportInstanceLaunchSpecificationFilterSensitiveLog");
|
|
80141
|
+
var ImportInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80142
|
+
...obj,
|
|
80143
|
+
...obj.LaunchSpecification && {
|
|
80144
|
+
LaunchSpecification: ImportInstanceLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
80145
|
+
},
|
|
80146
|
+
...obj.DiskImages && { DiskImages: obj.DiskImages.map((item) => DiskImageFilterSensitiveLog(item)) }
|
|
80147
|
+
}), "ImportInstanceRequestFilterSensitiveLog");
|
|
80148
|
+
var ImportInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80149
|
+
...obj,
|
|
80150
|
+
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
80151
|
+
}), "ImportInstanceResultFilterSensitiveLog");
|
|
80152
|
+
var SnapshotDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80153
|
+
...obj,
|
|
80154
|
+
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
80155
|
+
}), "SnapshotDiskContainerFilterSensitiveLog");
|
|
80156
|
+
var ImportSnapshotRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80157
|
+
...obj,
|
|
80158
|
+
...obj.DiskContainer && { DiskContainer: SnapshotDiskContainerFilterSensitiveLog(obj.DiskContainer) }
|
|
80159
|
+
}), "ImportSnapshotRequestFilterSensitiveLog");
|
|
80160
|
+
var ImportSnapshotResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80161
|
+
...obj,
|
|
80162
|
+
...obj.SnapshotTaskDetail && { SnapshotTaskDetail: SnapshotTaskDetailFilterSensitiveLog(obj.SnapshotTaskDetail) }
|
|
80163
|
+
}), "ImportSnapshotResultFilterSensitiveLog");
|
|
80164
|
+
var ImportVolumeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80165
|
+
...obj,
|
|
80166
|
+
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
80167
|
+
}), "ImportVolumeRequestFilterSensitiveLog");
|
|
80168
|
+
var ImportVolumeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80169
|
+
...obj,
|
|
80170
|
+
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
80171
|
+
}), "ImportVolumeResultFilterSensitiveLog");
|
|
80172
|
+
var ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80173
|
+
...obj,
|
|
80174
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
80175
|
+
}), "ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
|
|
80176
|
+
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80177
|
+
...obj,
|
|
80178
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
80179
|
+
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
80180
|
+
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80181
|
+
...obj,
|
|
80182
|
+
...obj.OidcOptions && {
|
|
80183
|
+
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
80184
|
+
},
|
|
80185
|
+
...obj.NativeApplicationOidcOptions && {
|
|
80186
|
+
NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
|
|
80187
|
+
obj.NativeApplicationOidcOptions
|
|
80188
|
+
)
|
|
80189
|
+
}
|
|
80190
|
+
}), "ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
80191
|
+
var ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80192
|
+
...obj,
|
|
80193
|
+
...obj.VerifiedAccessTrustProvider && {
|
|
80194
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
80195
|
+
}
|
|
80196
|
+
}), "ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
80197
|
+
var ModifyVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80198
|
+
...obj,
|
|
80199
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
80200
|
+
}), "ModifyVpnConnectionResultFilterSensitiveLog");
|
|
80201
|
+
var ModifyVpnConnectionOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80202
|
+
...obj,
|
|
80203
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
80204
|
+
}), "ModifyVpnConnectionOptionsResultFilterSensitiveLog");
|
|
80205
|
+
var ModifyVpnTunnelCertificateResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80206
|
+
...obj,
|
|
80207
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
80208
|
+
}), "ModifyVpnTunnelCertificateResultFilterSensitiveLog");
|
|
80209
|
+
var ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80210
|
+
...obj,
|
|
80211
|
+
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
80212
|
+
}), "ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog");
|
|
80213
|
+
var ModifyVpnTunnelOptionsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80214
|
+
...obj,
|
|
80215
|
+
...obj.TunnelOptions && { TunnelOptions: import_smithy_client.SENSITIVE_STRING }
|
|
80216
|
+
}), "ModifyVpnTunnelOptionsRequestFilterSensitiveLog");
|
|
80217
|
+
var ModifyVpnTunnelOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80218
|
+
...obj,
|
|
80219
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
80220
|
+
}), "ModifyVpnTunnelOptionsResultFilterSensitiveLog");
|
|
80221
|
+
|
|
80222
|
+
// src/commands/GetPasswordDataCommand.ts
|
|
79249
80223
|
var GetPasswordDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
79250
80224
|
return [
|
|
79251
80225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -79546,195 +80520,6 @@ var GetVerifiedAccessGroupPolicyCommand = class extends import_smithy_client.Com
|
|
|
79546
80520
|
|
|
79547
80521
|
|
|
79548
80522
|
|
|
79549
|
-
|
|
79550
|
-
// src/models/models_7.ts
|
|
79551
|
-
|
|
79552
|
-
var LockMode = {
|
|
79553
|
-
compliance: "compliance",
|
|
79554
|
-
governance: "governance"
|
|
79555
|
-
};
|
|
79556
|
-
var ModifyAvailabilityZoneOptInStatus = {
|
|
79557
|
-
not_opted_in: "not-opted-in",
|
|
79558
|
-
opted_in: "opted-in"
|
|
79559
|
-
};
|
|
79560
|
-
var OperationType = {
|
|
79561
|
-
add: "add",
|
|
79562
|
-
remove: "remove"
|
|
79563
|
-
};
|
|
79564
|
-
var UnsuccessfulInstanceCreditSpecificationErrorCode = {
|
|
79565
|
-
INCORRECT_INSTANCE_STATE: "IncorrectInstanceState",
|
|
79566
|
-
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported",
|
|
79567
|
-
INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
|
|
79568
|
-
INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed"
|
|
79569
|
-
};
|
|
79570
|
-
var DefaultInstanceMetadataEndpointState = {
|
|
79571
|
-
disabled: "disabled",
|
|
79572
|
-
enabled: "enabled",
|
|
79573
|
-
no_preference: "no-preference"
|
|
79574
|
-
};
|
|
79575
|
-
var MetadataDefaultHttpTokensState = {
|
|
79576
|
-
no_preference: "no-preference",
|
|
79577
|
-
optional: "optional",
|
|
79578
|
-
required: "required"
|
|
79579
|
-
};
|
|
79580
|
-
var DefaultInstanceMetadataTagsState = {
|
|
79581
|
-
disabled: "disabled",
|
|
79582
|
-
enabled: "enabled",
|
|
79583
|
-
no_preference: "no-preference"
|
|
79584
|
-
};
|
|
79585
|
-
var HostTenancy = {
|
|
79586
|
-
dedicated: "dedicated",
|
|
79587
|
-
default: "default",
|
|
79588
|
-
host: "host"
|
|
79589
|
-
};
|
|
79590
|
-
var PublicIpDnsOption = {
|
|
79591
|
-
public_dual_stack_dns_name: "public-dual-stack-dns-name",
|
|
79592
|
-
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
79593
|
-
public_ipv6_dns_name: "public-ipv6-dns-name"
|
|
79594
|
-
};
|
|
79595
|
-
var TargetStorageTier = {
|
|
79596
|
-
archive: "archive"
|
|
79597
|
-
};
|
|
79598
|
-
var TrafficMirrorFilterRuleField = {
|
|
79599
|
-
description: "description",
|
|
79600
|
-
destination_port_range: "destination-port-range",
|
|
79601
|
-
protocol: "protocol",
|
|
79602
|
-
source_port_range: "source-port-range"
|
|
79603
|
-
};
|
|
79604
|
-
var TrafficMirrorSessionField = {
|
|
79605
|
-
description: "description",
|
|
79606
|
-
packet_length: "packet-length",
|
|
79607
|
-
virtual_network_id: "virtual-network-id"
|
|
79608
|
-
};
|
|
79609
|
-
var VpcTenancy = {
|
|
79610
|
-
default: "default"
|
|
79611
|
-
};
|
|
79612
|
-
var Status = {
|
|
79613
|
-
inClassic: "InClassic",
|
|
79614
|
-
inVpc: "InVpc",
|
|
79615
|
-
moveInProgress: "MoveInProgress"
|
|
79616
|
-
};
|
|
79617
|
-
var VerificationMethod = {
|
|
79618
|
-
dns_token: "dns-token",
|
|
79619
|
-
remarks_x509: "remarks-x509"
|
|
79620
|
-
};
|
|
79621
|
-
var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79622
|
-
...obj,
|
|
79623
|
-
...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
79624
|
-
}), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
|
|
79625
|
-
var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79626
|
-
...obj,
|
|
79627
|
-
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
79628
|
-
}), "ImageDiskContainerFilterSensitiveLog");
|
|
79629
|
-
var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79630
|
-
...obj,
|
|
79631
|
-
...obj.DiskContainers && {
|
|
79632
|
-
DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
|
|
79633
|
-
}
|
|
79634
|
-
}), "ImportImageRequestFilterSensitiveLog");
|
|
79635
|
-
var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79636
|
-
...obj,
|
|
79637
|
-
...obj.SnapshotDetails && {
|
|
79638
|
-
SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
|
|
79639
|
-
}
|
|
79640
|
-
}), "ImportImageResultFilterSensitiveLog");
|
|
79641
|
-
var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79642
|
-
...obj,
|
|
79643
|
-
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
79644
|
-
}), "DiskImageDetailFilterSensitiveLog");
|
|
79645
|
-
var DiskImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79646
|
-
...obj,
|
|
79647
|
-
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
79648
|
-
}), "DiskImageFilterSensitiveLog");
|
|
79649
|
-
var UserDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79650
|
-
...obj
|
|
79651
|
-
}), "UserDataFilterSensitiveLog");
|
|
79652
|
-
var ImportInstanceLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79653
|
-
...obj,
|
|
79654
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
79655
|
-
}), "ImportInstanceLaunchSpecificationFilterSensitiveLog");
|
|
79656
|
-
var ImportInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79657
|
-
...obj,
|
|
79658
|
-
...obj.LaunchSpecification && {
|
|
79659
|
-
LaunchSpecification: ImportInstanceLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
79660
|
-
},
|
|
79661
|
-
...obj.DiskImages && { DiskImages: obj.DiskImages.map((item) => DiskImageFilterSensitiveLog(item)) }
|
|
79662
|
-
}), "ImportInstanceRequestFilterSensitiveLog");
|
|
79663
|
-
var ImportInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79664
|
-
...obj,
|
|
79665
|
-
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
79666
|
-
}), "ImportInstanceResultFilterSensitiveLog");
|
|
79667
|
-
var SnapshotDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79668
|
-
...obj,
|
|
79669
|
-
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
79670
|
-
}), "SnapshotDiskContainerFilterSensitiveLog");
|
|
79671
|
-
var ImportSnapshotRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79672
|
-
...obj,
|
|
79673
|
-
...obj.DiskContainer && { DiskContainer: SnapshotDiskContainerFilterSensitiveLog(obj.DiskContainer) }
|
|
79674
|
-
}), "ImportSnapshotRequestFilterSensitiveLog");
|
|
79675
|
-
var ImportSnapshotResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79676
|
-
...obj,
|
|
79677
|
-
...obj.SnapshotTaskDetail && { SnapshotTaskDetail: SnapshotTaskDetailFilterSensitiveLog(obj.SnapshotTaskDetail) }
|
|
79678
|
-
}), "ImportSnapshotResultFilterSensitiveLog");
|
|
79679
|
-
var ImportVolumeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79680
|
-
...obj,
|
|
79681
|
-
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
79682
|
-
}), "ImportVolumeRequestFilterSensitiveLog");
|
|
79683
|
-
var ImportVolumeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79684
|
-
...obj,
|
|
79685
|
-
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
79686
|
-
}), "ImportVolumeResultFilterSensitiveLog");
|
|
79687
|
-
var ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79688
|
-
...obj,
|
|
79689
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
79690
|
-
}), "ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
|
|
79691
|
-
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79692
|
-
...obj,
|
|
79693
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
79694
|
-
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
79695
|
-
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79696
|
-
...obj,
|
|
79697
|
-
...obj.OidcOptions && {
|
|
79698
|
-
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
79699
|
-
},
|
|
79700
|
-
...obj.NativeApplicationOidcOptions && {
|
|
79701
|
-
NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
|
|
79702
|
-
obj.NativeApplicationOidcOptions
|
|
79703
|
-
)
|
|
79704
|
-
}
|
|
79705
|
-
}), "ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
79706
|
-
var ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79707
|
-
...obj,
|
|
79708
|
-
...obj.VerifiedAccessTrustProvider && {
|
|
79709
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
79710
|
-
}
|
|
79711
|
-
}), "ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
79712
|
-
var ModifyVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79713
|
-
...obj,
|
|
79714
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
79715
|
-
}), "ModifyVpnConnectionResultFilterSensitiveLog");
|
|
79716
|
-
var ModifyVpnConnectionOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79717
|
-
...obj,
|
|
79718
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
79719
|
-
}), "ModifyVpnConnectionOptionsResultFilterSensitiveLog");
|
|
79720
|
-
var ModifyVpnTunnelCertificateResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79721
|
-
...obj,
|
|
79722
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
79723
|
-
}), "ModifyVpnTunnelCertificateResultFilterSensitiveLog");
|
|
79724
|
-
var ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79725
|
-
...obj,
|
|
79726
|
-
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
79727
|
-
}), "ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog");
|
|
79728
|
-
var ModifyVpnTunnelOptionsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79729
|
-
...obj,
|
|
79730
|
-
...obj.TunnelOptions && { TunnelOptions: import_smithy_client.SENSITIVE_STRING }
|
|
79731
|
-
}), "ModifyVpnTunnelOptionsRequestFilterSensitiveLog");
|
|
79732
|
-
var ModifyVpnTunnelOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79733
|
-
...obj,
|
|
79734
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
79735
|
-
}), "ModifyVpnTunnelOptionsResultFilterSensitiveLog");
|
|
79736
|
-
|
|
79737
|
-
// src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
|
|
79738
80523
|
var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
79739
80524
|
return [
|
|
79740
80525
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -82266,6 +83051,7 @@ var commands = {
|
|
|
82266
83051
|
CreateFlowLogsCommand,
|
|
82267
83052
|
CreateFpgaImageCommand,
|
|
82268
83053
|
CreateImageCommand,
|
|
83054
|
+
CreateImageUsageReportCommand,
|
|
82269
83055
|
CreateInstanceConnectEndpointCommand,
|
|
82270
83056
|
CreateInstanceEventWindowCommand,
|
|
82271
83057
|
CreateInstanceExportTaskCommand,
|
|
@@ -82351,6 +83137,7 @@ var commands = {
|
|
|
82351
83137
|
DeleteFleetsCommand,
|
|
82352
83138
|
DeleteFlowLogsCommand,
|
|
82353
83139
|
DeleteFpgaImageCommand,
|
|
83140
|
+
DeleteImageUsageReportCommand,
|
|
82354
83141
|
DeleteInstanceConnectEndpointCommand,
|
|
82355
83142
|
DeleteInstanceEventWindowCommand,
|
|
82356
83143
|
DeleteInternetGatewayCommand,
|
|
@@ -82477,7 +83264,10 @@ var commands = {
|
|
|
82477
83264
|
DescribeIdentityIdFormatCommand,
|
|
82478
83265
|
DescribeIdFormatCommand,
|
|
82479
83266
|
DescribeImageAttributeCommand,
|
|
83267
|
+
DescribeImageReferencesCommand,
|
|
82480
83268
|
DescribeImagesCommand,
|
|
83269
|
+
DescribeImageUsageReportEntriesCommand,
|
|
83270
|
+
DescribeImageUsageReportsCommand,
|
|
82481
83271
|
DescribeImportImageTasksCommand,
|
|
82482
83272
|
DescribeImportSnapshotTasksCommand,
|
|
82483
83273
|
DescribeInstanceAttributeCommand,
|
|
@@ -83013,6 +83803,18 @@ var paginateDescribeHosts = (0, import_core.createPaginator)(EC2Client, Describe
|
|
|
83013
83803
|
|
|
83014
83804
|
var paginateDescribeIamInstanceProfileAssociations = (0, import_core.createPaginator)(EC2Client, DescribeIamInstanceProfileAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
83015
83805
|
|
|
83806
|
+
// src/pagination/DescribeImageReferencesPaginator.ts
|
|
83807
|
+
|
|
83808
|
+
var paginateDescribeImageReferences = (0, import_core.createPaginator)(EC2Client, DescribeImageReferencesCommand, "NextToken", "NextToken", "MaxResults");
|
|
83809
|
+
|
|
83810
|
+
// src/pagination/DescribeImageUsageReportEntriesPaginator.ts
|
|
83811
|
+
|
|
83812
|
+
var paginateDescribeImageUsageReportEntries = (0, import_core.createPaginator)(EC2Client, DescribeImageUsageReportEntriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
83813
|
+
|
|
83814
|
+
// src/pagination/DescribeImageUsageReportsPaginator.ts
|
|
83815
|
+
|
|
83816
|
+
var paginateDescribeImageUsageReports = (0, import_core.createPaginator)(EC2Client, DescribeImageUsageReportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
83817
|
+
|
|
83016
83818
|
// src/pagination/DescribeImagesPaginator.ts
|
|
83017
83819
|
|
|
83018
83820
|
var paginateDescribeImages = (0, import_core.createPaginator)(EC2Client, DescribeImagesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -83932,9 +84734,63 @@ var waitUntilImageExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
83932
84734
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
83933
84735
|
}, "waitUntilImageExists");
|
|
83934
84736
|
|
|
83935
|
-
// src/waiters/
|
|
84737
|
+
// src/waiters/waitForImageUsageReportAvailable.ts
|
|
83936
84738
|
|
|
83937
84739
|
var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84740
|
+
let reason;
|
|
84741
|
+
try {
|
|
84742
|
+
const result = await client.send(new DescribeImageUsageReportsCommand(input));
|
|
84743
|
+
reason = result;
|
|
84744
|
+
try {
|
|
84745
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84746
|
+
const flat_1 = [].concat(...result.ImageUsageReports);
|
|
84747
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84748
|
+
return element_2.State;
|
|
84749
|
+
});
|
|
84750
|
+
return projection_3;
|
|
84751
|
+
}, "returnComparator");
|
|
84752
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
84753
|
+
for (const element_4 of returnComparator()) {
|
|
84754
|
+
allStringEq_5 = allStringEq_5 && element_4 == "available";
|
|
84755
|
+
}
|
|
84756
|
+
if (allStringEq_5) {
|
|
84757
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84758
|
+
}
|
|
84759
|
+
} catch (e) {
|
|
84760
|
+
}
|
|
84761
|
+
try {
|
|
84762
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84763
|
+
const flat_1 = [].concat(...result.ImageUsageReports);
|
|
84764
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84765
|
+
return element_2.State;
|
|
84766
|
+
});
|
|
84767
|
+
return projection_3;
|
|
84768
|
+
}, "returnComparator");
|
|
84769
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
84770
|
+
if (anyStringEq_4 == "failed") {
|
|
84771
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
84772
|
+
}
|
|
84773
|
+
}
|
|
84774
|
+
} catch (e) {
|
|
84775
|
+
}
|
|
84776
|
+
} catch (exception) {
|
|
84777
|
+
reason = exception;
|
|
84778
|
+
}
|
|
84779
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84780
|
+
}, "checkState");
|
|
84781
|
+
var waitForImageUsageReportAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84782
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84783
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
|
|
84784
|
+
}, "waitForImageUsageReportAvailable");
|
|
84785
|
+
var waitUntilImageUsageReportAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84786
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84787
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
|
|
84788
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
84789
|
+
}, "waitUntilImageUsageReportAvailable");
|
|
84790
|
+
|
|
84791
|
+
// src/waiters/waitForInstanceExists.ts
|
|
84792
|
+
|
|
84793
|
+
var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
|
|
83938
84794
|
let reason;
|
|
83939
84795
|
try {
|
|
83940
84796
|
const result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -83959,17 +84815,17 @@ var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
83959
84815
|
}, "checkState");
|
|
83960
84816
|
var waitForInstanceExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
83961
84817
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
83962
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84818
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
|
|
83963
84819
|
}, "waitForInstanceExists");
|
|
83964
84820
|
var waitUntilInstanceExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
83965
84821
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
83966
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84822
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
|
|
83967
84823
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
83968
84824
|
}, "waitUntilInstanceExists");
|
|
83969
84825
|
|
|
83970
84826
|
// src/waiters/waitForInstanceRunning.ts
|
|
83971
84827
|
|
|
83972
|
-
var
|
|
84828
|
+
var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
|
|
83973
84829
|
let reason;
|
|
83974
84830
|
try {
|
|
83975
84831
|
const result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -84062,17 +84918,17 @@ var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84062
84918
|
}, "checkState");
|
|
84063
84919
|
var waitForInstanceRunning = /* @__PURE__ */ __name(async (params, input) => {
|
|
84064
84920
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84065
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84921
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
84066
84922
|
}, "waitForInstanceRunning");
|
|
84067
84923
|
var waitUntilInstanceRunning = /* @__PURE__ */ __name(async (params, input) => {
|
|
84068
84924
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84069
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84925
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
84070
84926
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84071
84927
|
}, "waitUntilInstanceRunning");
|
|
84072
84928
|
|
|
84073
84929
|
// src/waiters/waitForInstanceStatusOk.ts
|
|
84074
84930
|
|
|
84075
|
-
var
|
|
84931
|
+
var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84076
84932
|
let reason;
|
|
84077
84933
|
try {
|
|
84078
84934
|
const result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
@@ -84104,17 +84960,17 @@ var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84104
84960
|
}, "checkState");
|
|
84105
84961
|
var waitForInstanceStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84106
84962
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84107
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84963
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
84108
84964
|
}, "waitForInstanceStatusOk");
|
|
84109
84965
|
var waitUntilInstanceStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84110
84966
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84111
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84967
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
84112
84968
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84113
84969
|
}, "waitUntilInstanceStatusOk");
|
|
84114
84970
|
|
|
84115
84971
|
// src/waiters/waitForInstanceStopped.ts
|
|
84116
84972
|
|
|
84117
|
-
var
|
|
84973
|
+
var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84118
84974
|
let reason;
|
|
84119
84975
|
try {
|
|
84120
84976
|
const result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -84185,17 +85041,17 @@ var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84185
85041
|
}, "checkState");
|
|
84186
85042
|
var waitForInstanceStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
84187
85043
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84188
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85044
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
|
|
84189
85045
|
}, "waitForInstanceStopped");
|
|
84190
85046
|
var waitUntilInstanceStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
84191
85047
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84192
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85048
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
|
|
84193
85049
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84194
85050
|
}, "waitUntilInstanceStopped");
|
|
84195
85051
|
|
|
84196
85052
|
// src/waiters/waitForInstanceTerminated.ts
|
|
84197
85053
|
|
|
84198
|
-
var
|
|
85054
|
+
var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84199
85055
|
let reason;
|
|
84200
85056
|
try {
|
|
84201
85057
|
const result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -84266,17 +85122,17 @@ var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84266
85122
|
}, "checkState");
|
|
84267
85123
|
var waitForInstanceTerminated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84268
85124
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84269
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85125
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
|
|
84270
85126
|
}, "waitForInstanceTerminated");
|
|
84271
85127
|
var waitUntilInstanceTerminated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84272
85128
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84273
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85129
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
|
|
84274
85130
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84275
85131
|
}, "waitUntilInstanceTerminated");
|
|
84276
85132
|
|
|
84277
85133
|
// src/waiters/waitForInternetGatewayExists.ts
|
|
84278
85134
|
|
|
84279
|
-
var
|
|
85135
|
+
var checkState16 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84280
85136
|
let reason;
|
|
84281
85137
|
try {
|
|
84282
85138
|
const result = await client.send(new DescribeInternetGatewaysCommand(input));
|
|
@@ -84304,17 +85160,17 @@ var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84304
85160
|
}, "checkState");
|
|
84305
85161
|
var waitForInternetGatewayExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84306
85162
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84307
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85163
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState16);
|
|
84308
85164
|
}, "waitForInternetGatewayExists");
|
|
84309
85165
|
var waitUntilInternetGatewayExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84310
85166
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84311
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85167
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState16);
|
|
84312
85168
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84313
85169
|
}, "waitUntilInternetGatewayExists");
|
|
84314
85170
|
|
|
84315
85171
|
// src/waiters/waitForKeyPairExists.ts
|
|
84316
85172
|
|
|
84317
|
-
var
|
|
85173
|
+
var checkState17 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84318
85174
|
let reason;
|
|
84319
85175
|
try {
|
|
84320
85176
|
const result = await client.send(new DescribeKeyPairsCommand(input));
|
|
@@ -84342,17 +85198,17 @@ var checkState16 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84342
85198
|
}, "checkState");
|
|
84343
85199
|
var waitForKeyPairExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84344
85200
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84345
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85201
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState17);
|
|
84346
85202
|
}, "waitForKeyPairExists");
|
|
84347
85203
|
var waitUntilKeyPairExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84348
85204
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84349
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85205
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState17);
|
|
84350
85206
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84351
85207
|
}, "waitUntilKeyPairExists");
|
|
84352
85208
|
|
|
84353
85209
|
// src/waiters/waitForNatGatewayAvailable.ts
|
|
84354
85210
|
|
|
84355
|
-
var
|
|
85211
|
+
var checkState18 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84356
85212
|
let reason;
|
|
84357
85213
|
try {
|
|
84358
85214
|
const result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -84429,17 +85285,17 @@ var checkState17 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84429
85285
|
}, "checkState");
|
|
84430
85286
|
var waitForNatGatewayAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84431
85287
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84432
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85288
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState18);
|
|
84433
85289
|
}, "waitForNatGatewayAvailable");
|
|
84434
85290
|
var waitUntilNatGatewayAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84435
85291
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84436
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85292
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState18);
|
|
84437
85293
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84438
85294
|
}, "waitUntilNatGatewayAvailable");
|
|
84439
85295
|
|
|
84440
85296
|
// src/waiters/waitForNatGatewayDeleted.ts
|
|
84441
85297
|
|
|
84442
|
-
var
|
|
85298
|
+
var checkState19 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84443
85299
|
let reason;
|
|
84444
85300
|
try {
|
|
84445
85301
|
const result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -84471,17 +85327,17 @@ var checkState18 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84471
85327
|
}, "checkState");
|
|
84472
85328
|
var waitForNatGatewayDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84473
85329
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84474
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85330
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState19);
|
|
84475
85331
|
}, "waitForNatGatewayDeleted");
|
|
84476
85332
|
var waitUntilNatGatewayDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84477
85333
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84478
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85334
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState19);
|
|
84479
85335
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84480
85336
|
}, "waitUntilNatGatewayDeleted");
|
|
84481
85337
|
|
|
84482
85338
|
// src/waiters/waitForNetworkInterfaceAvailable.ts
|
|
84483
85339
|
|
|
84484
|
-
var
|
|
85340
|
+
var checkState20 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84485
85341
|
let reason;
|
|
84486
85342
|
try {
|
|
84487
85343
|
const result = await client.send(new DescribeNetworkInterfacesCommand(input));
|
|
@@ -84513,17 +85369,17 @@ var checkState19 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84513
85369
|
}, "checkState");
|
|
84514
85370
|
var waitForNetworkInterfaceAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84515
85371
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
84516
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85372
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState20);
|
|
84517
85373
|
}, "waitForNetworkInterfaceAvailable");
|
|
84518
85374
|
var waitUntilNetworkInterfaceAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84519
85375
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
84520
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85376
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState20);
|
|
84521
85377
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84522
85378
|
}, "waitUntilNetworkInterfaceAvailable");
|
|
84523
85379
|
|
|
84524
85380
|
// src/waiters/waitForSnapshotImported.ts
|
|
84525
85381
|
|
|
84526
|
-
var
|
|
85382
|
+
var checkState21 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84527
85383
|
let reason;
|
|
84528
85384
|
try {
|
|
84529
85385
|
const result = await client.send(new DescribeImportSnapshotTasksCommand(input));
|
|
@@ -84567,17 +85423,17 @@ var checkState20 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84567
85423
|
}, "checkState");
|
|
84568
85424
|
var waitForSnapshotImported = /* @__PURE__ */ __name(async (params, input) => {
|
|
84569
85425
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84570
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85426
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState21);
|
|
84571
85427
|
}, "waitForSnapshotImported");
|
|
84572
85428
|
var waitUntilSnapshotImported = /* @__PURE__ */ __name(async (params, input) => {
|
|
84573
85429
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84574
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85430
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState21);
|
|
84575
85431
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84576
85432
|
}, "waitUntilSnapshotImported");
|
|
84577
85433
|
|
|
84578
85434
|
// src/waiters/waitForSecurityGroupExists.ts
|
|
84579
85435
|
|
|
84580
|
-
var
|
|
85436
|
+
var checkState22 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84581
85437
|
let reason;
|
|
84582
85438
|
try {
|
|
84583
85439
|
const result = await client.send(new DescribeSecurityGroupsCommand(input));
|
|
@@ -84605,17 +85461,17 @@ var checkState21 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84605
85461
|
}, "checkState");
|
|
84606
85462
|
var waitForSecurityGroupExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84607
85463
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84608
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85464
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
|
|
84609
85465
|
}, "waitForSecurityGroupExists");
|
|
84610
85466
|
var waitUntilSecurityGroupExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84611
85467
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84612
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85468
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
|
|
84613
85469
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84614
85470
|
}, "waitUntilSecurityGroupExists");
|
|
84615
85471
|
|
|
84616
85472
|
// src/waiters/waitForSecurityGroupVpcAssociationAssociated.ts
|
|
84617
85473
|
|
|
84618
|
-
var
|
|
85474
|
+
var checkState23 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84619
85475
|
let reason;
|
|
84620
85476
|
try {
|
|
84621
85477
|
const result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
@@ -84674,17 +85530,17 @@ var checkState22 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84674
85530
|
}, "checkState");
|
|
84675
85531
|
var waitForSecurityGroupVpcAssociationAssociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84676
85532
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84677
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85533
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState23);
|
|
84678
85534
|
}, "waitForSecurityGroupVpcAssociationAssociated");
|
|
84679
85535
|
var waitUntilSecurityGroupVpcAssociationAssociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84680
85536
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84681
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85537
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState23);
|
|
84682
85538
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84683
85539
|
}, "waitUntilSecurityGroupVpcAssociationAssociated");
|
|
84684
85540
|
|
|
84685
85541
|
// src/waiters/waitForSecurityGroupVpcAssociationDisassociated.ts
|
|
84686
85542
|
|
|
84687
|
-
var
|
|
85543
|
+
var checkState24 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84688
85544
|
let reason;
|
|
84689
85545
|
try {
|
|
84690
85546
|
const result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
@@ -84753,17 +85609,17 @@ var checkState23 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84753
85609
|
}, "checkState");
|
|
84754
85610
|
var waitForSecurityGroupVpcAssociationDisassociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84755
85611
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84756
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85612
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState24);
|
|
84757
85613
|
}, "waitForSecurityGroupVpcAssociationDisassociated");
|
|
84758
85614
|
var waitUntilSecurityGroupVpcAssociationDisassociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84759
85615
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84760
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85616
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState24);
|
|
84761
85617
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84762
85618
|
}, "waitUntilSecurityGroupVpcAssociationDisassociated");
|
|
84763
85619
|
|
|
84764
85620
|
// src/waiters/waitForSnapshotCompleted.ts
|
|
84765
85621
|
|
|
84766
|
-
var
|
|
85622
|
+
var checkState25 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84767
85623
|
let reason;
|
|
84768
85624
|
try {
|
|
84769
85625
|
const result = await client.send(new DescribeSnapshotsCommand(input));
|
|
@@ -84807,17 +85663,17 @@ var checkState24 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84807
85663
|
}, "checkState");
|
|
84808
85664
|
var waitForSnapshotCompleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84809
85665
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84810
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85666
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState25);
|
|
84811
85667
|
}, "waitForSnapshotCompleted");
|
|
84812
85668
|
var waitUntilSnapshotCompleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84813
85669
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84814
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85670
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState25);
|
|
84815
85671
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84816
85672
|
}, "waitUntilSnapshotCompleted");
|
|
84817
85673
|
|
|
84818
85674
|
// src/waiters/waitForSpotInstanceRequestFulfilled.ts
|
|
84819
85675
|
|
|
84820
|
-
var
|
|
85676
|
+
var checkState26 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84821
85677
|
let reason;
|
|
84822
85678
|
try {
|
|
84823
85679
|
const result = await client.send(new DescribeSpotInstanceRequestsCommand(input));
|
|
@@ -84926,17 +85782,17 @@ var checkState25 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84926
85782
|
}, "checkState");
|
|
84927
85783
|
var waitForSpotInstanceRequestFulfilled = /* @__PURE__ */ __name(async (params, input) => {
|
|
84928
85784
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84929
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85785
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84930
85786
|
}, "waitForSpotInstanceRequestFulfilled");
|
|
84931
85787
|
var waitUntilSpotInstanceRequestFulfilled = /* @__PURE__ */ __name(async (params, input) => {
|
|
84932
85788
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84933
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85789
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84934
85790
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84935
85791
|
}, "waitUntilSpotInstanceRequestFulfilled");
|
|
84936
85792
|
|
|
84937
85793
|
// src/waiters/waitForSystemStatusOk.ts
|
|
84938
85794
|
|
|
84939
|
-
var
|
|
85795
|
+
var checkState27 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84940
85796
|
let reason;
|
|
84941
85797
|
try {
|
|
84942
85798
|
const result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
@@ -84965,17 +85821,17 @@ var checkState26 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84965
85821
|
}, "checkState");
|
|
84966
85822
|
var waitForSystemStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84967
85823
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84968
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85824
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState27);
|
|
84969
85825
|
}, "waitForSystemStatusOk");
|
|
84970
85826
|
var waitUntilSystemStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84971
85827
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84972
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85828
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState27);
|
|
84973
85829
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84974
85830
|
}, "waitUntilSystemStatusOk");
|
|
84975
85831
|
|
|
84976
85832
|
// src/waiters/waitForStoreImageTaskComplete.ts
|
|
84977
85833
|
|
|
84978
|
-
var
|
|
85834
|
+
var checkState28 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84979
85835
|
let reason;
|
|
84980
85836
|
try {
|
|
84981
85837
|
const result = await client.send(new DescribeStoreImageTasksCommand(input));
|
|
@@ -85034,17 +85890,17 @@ var checkState27 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85034
85890
|
}, "checkState");
|
|
85035
85891
|
var waitForStoreImageTaskComplete = /* @__PURE__ */ __name(async (params, input) => {
|
|
85036
85892
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
85037
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85893
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState28);
|
|
85038
85894
|
}, "waitForStoreImageTaskComplete");
|
|
85039
85895
|
var waitUntilStoreImageTaskComplete = /* @__PURE__ */ __name(async (params, input) => {
|
|
85040
85896
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
85041
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85897
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState28);
|
|
85042
85898
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85043
85899
|
}, "waitUntilStoreImageTaskComplete");
|
|
85044
85900
|
|
|
85045
85901
|
// src/waiters/waitForPasswordDataAvailable.ts
|
|
85046
85902
|
|
|
85047
|
-
var
|
|
85903
|
+
var checkState29 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85048
85904
|
let reason;
|
|
85049
85905
|
try {
|
|
85050
85906
|
const result = await client.send(new GetPasswordDataCommand(input));
|
|
@@ -85065,17 +85921,17 @@ var checkState28 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85065
85921
|
}, "checkState");
|
|
85066
85922
|
var waitForPasswordDataAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85067
85923
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85068
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85924
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState29);
|
|
85069
85925
|
}, "waitForPasswordDataAvailable");
|
|
85070
85926
|
var waitUntilPasswordDataAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85071
85927
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85072
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85928
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState29);
|
|
85073
85929
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85074
85930
|
}, "waitUntilPasswordDataAvailable");
|
|
85075
85931
|
|
|
85076
85932
|
// src/waiters/waitForSubnetAvailable.ts
|
|
85077
85933
|
|
|
85078
|
-
var
|
|
85934
|
+
var checkState30 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85079
85935
|
let reason;
|
|
85080
85936
|
try {
|
|
85081
85937
|
const result = await client.send(new DescribeSubnetsCommand(input));
|
|
@@ -85104,17 +85960,17 @@ var checkState29 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85104
85960
|
}, "checkState");
|
|
85105
85961
|
var waitForSubnetAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85106
85962
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85107
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85963
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState30);
|
|
85108
85964
|
}, "waitForSubnetAvailable");
|
|
85109
85965
|
var waitUntilSubnetAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85110
85966
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85111
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85967
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState30);
|
|
85112
85968
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85113
85969
|
}, "waitUntilSubnetAvailable");
|
|
85114
85970
|
|
|
85115
85971
|
// src/waiters/waitForVolumeAvailable.ts
|
|
85116
85972
|
|
|
85117
|
-
var
|
|
85973
|
+
var checkState31 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85118
85974
|
let reason;
|
|
85119
85975
|
try {
|
|
85120
85976
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -85158,17 +86014,17 @@ var checkState30 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85158
86014
|
}, "checkState");
|
|
85159
86015
|
var waitForVolumeAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85160
86016
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85161
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86017
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState31);
|
|
85162
86018
|
}, "waitForVolumeAvailable");
|
|
85163
86019
|
var waitUntilVolumeAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85164
86020
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85165
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86021
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState31);
|
|
85166
86022
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85167
86023
|
}, "waitUntilVolumeAvailable");
|
|
85168
86024
|
|
|
85169
86025
|
// src/waiters/waitForVolumeDeleted.ts
|
|
85170
86026
|
|
|
85171
|
-
var
|
|
86027
|
+
var checkState32 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85172
86028
|
let reason;
|
|
85173
86029
|
try {
|
|
85174
86030
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -85200,17 +86056,17 @@ var checkState31 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85200
86056
|
}, "checkState");
|
|
85201
86057
|
var waitForVolumeDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85202
86058
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85203
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86059
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState32);
|
|
85204
86060
|
}, "waitForVolumeDeleted");
|
|
85205
86061
|
var waitUntilVolumeDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85206
86062
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85207
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86063
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState32);
|
|
85208
86064
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85209
86065
|
}, "waitUntilVolumeDeleted");
|
|
85210
86066
|
|
|
85211
86067
|
// src/waiters/waitForVolumeInUse.ts
|
|
85212
86068
|
|
|
85213
|
-
var
|
|
86069
|
+
var checkState33 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85214
86070
|
let reason;
|
|
85215
86071
|
try {
|
|
85216
86072
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -85254,17 +86110,17 @@ var checkState32 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85254
86110
|
}, "checkState");
|
|
85255
86111
|
var waitForVolumeInUse = /* @__PURE__ */ __name(async (params, input) => {
|
|
85256
86112
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85257
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86113
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState33);
|
|
85258
86114
|
}, "waitForVolumeInUse");
|
|
85259
86115
|
var waitUntilVolumeInUse = /* @__PURE__ */ __name(async (params, input) => {
|
|
85260
86116
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85261
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86117
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState33);
|
|
85262
86118
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85263
86119
|
}, "waitUntilVolumeInUse");
|
|
85264
86120
|
|
|
85265
86121
|
// src/waiters/waitForVpcAvailable.ts
|
|
85266
86122
|
|
|
85267
|
-
var
|
|
86123
|
+
var checkState34 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85268
86124
|
let reason;
|
|
85269
86125
|
try {
|
|
85270
86126
|
const result = await client.send(new DescribeVpcsCommand(input));
|
|
@@ -85293,17 +86149,17 @@ var checkState33 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85293
86149
|
}, "checkState");
|
|
85294
86150
|
var waitForVpcAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85295
86151
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85296
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86152
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState34);
|
|
85297
86153
|
}, "waitForVpcAvailable");
|
|
85298
86154
|
var waitUntilVpcAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85299
86155
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85300
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86156
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState34);
|
|
85301
86157
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85302
86158
|
}, "waitUntilVpcAvailable");
|
|
85303
86159
|
|
|
85304
86160
|
// src/waiters/waitForVpcExists.ts
|
|
85305
86161
|
|
|
85306
|
-
var
|
|
86162
|
+
var checkState35 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85307
86163
|
let reason;
|
|
85308
86164
|
try {
|
|
85309
86165
|
const result = await client.send(new DescribeVpcsCommand(input));
|
|
@@ -85319,17 +86175,17 @@ var checkState34 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85319
86175
|
}, "checkState");
|
|
85320
86176
|
var waitForVpcExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
85321
86177
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
85322
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86178
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState35);
|
|
85323
86179
|
}, "waitForVpcExists");
|
|
85324
86180
|
var waitUntilVpcExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
85325
86181
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
85326
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86182
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState35);
|
|
85327
86183
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85328
86184
|
}, "waitUntilVpcExists");
|
|
85329
86185
|
|
|
85330
86186
|
// src/waiters/waitForVpcPeeringConnectionDeleted.ts
|
|
85331
86187
|
|
|
85332
|
-
var
|
|
86188
|
+
var checkState36 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85333
86189
|
let reason;
|
|
85334
86190
|
try {
|
|
85335
86191
|
const result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
@@ -85361,17 +86217,17 @@ var checkState35 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85361
86217
|
}, "checkState");
|
|
85362
86218
|
var waitForVpcPeeringConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85363
86219
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85364
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86220
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState36);
|
|
85365
86221
|
}, "waitForVpcPeeringConnectionDeleted");
|
|
85366
86222
|
var waitUntilVpcPeeringConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85367
86223
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85368
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86224
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState36);
|
|
85369
86225
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85370
86226
|
}, "waitUntilVpcPeeringConnectionDeleted");
|
|
85371
86227
|
|
|
85372
86228
|
// src/waiters/waitForVpcPeeringConnectionExists.ts
|
|
85373
86229
|
|
|
85374
|
-
var
|
|
86230
|
+
var checkState37 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85375
86231
|
let reason;
|
|
85376
86232
|
try {
|
|
85377
86233
|
const result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
@@ -85387,17 +86243,17 @@ var checkState36 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85387
86243
|
}, "checkState");
|
|
85388
86244
|
var waitForVpcPeeringConnectionExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
85389
86245
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85390
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86246
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState37);
|
|
85391
86247
|
}, "waitForVpcPeeringConnectionExists");
|
|
85392
86248
|
var waitUntilVpcPeeringConnectionExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
85393
86249
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85394
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86250
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState37);
|
|
85395
86251
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85396
86252
|
}, "waitUntilVpcPeeringConnectionExists");
|
|
85397
86253
|
|
|
85398
86254
|
// src/waiters/waitForVpnConnectionAvailable.ts
|
|
85399
86255
|
|
|
85400
|
-
var
|
|
86256
|
+
var checkState38 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85401
86257
|
let reason;
|
|
85402
86258
|
try {
|
|
85403
86259
|
const result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -85456,17 +86312,17 @@ var checkState37 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85456
86312
|
}, "checkState");
|
|
85457
86313
|
var waitForVpnConnectionAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85458
86314
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85459
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86315
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState38);
|
|
85460
86316
|
}, "waitForVpnConnectionAvailable");
|
|
85461
86317
|
var waitUntilVpnConnectionAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
85462
86318
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85463
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86319
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState38);
|
|
85464
86320
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85465
86321
|
}, "waitUntilVpnConnectionAvailable");
|
|
85466
86322
|
|
|
85467
86323
|
// src/waiters/waitForVpnConnectionDeleted.ts
|
|
85468
86324
|
|
|
85469
|
-
var
|
|
86325
|
+
var checkState39 = /* @__PURE__ */ __name(async (client, input) => {
|
|
85470
86326
|
let reason;
|
|
85471
86327
|
try {
|
|
85472
86328
|
const result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -85510,11 +86366,11 @@ var checkState38 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
85510
86366
|
}, "checkState");
|
|
85511
86367
|
var waitForVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85512
86368
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85513
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86369
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState39);
|
|
85514
86370
|
}, "waitForVpnConnectionDeleted");
|
|
85515
86371
|
var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
85516
86372
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
85517
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
86373
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState39);
|
|
85518
86374
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
85519
86375
|
}, "waitUntilVpnConnectionDeleted");
|
|
85520
86376
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -85603,6 +86459,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85603
86459
|
CreateFlowLogsCommand,
|
|
85604
86460
|
CreateFpgaImageCommand,
|
|
85605
86461
|
CreateImageCommand,
|
|
86462
|
+
CreateImageUsageReportCommand,
|
|
85606
86463
|
CreateInstanceConnectEndpointCommand,
|
|
85607
86464
|
CreateInstanceEventWindowCommand,
|
|
85608
86465
|
CreateInstanceExportTaskCommand,
|
|
@@ -85688,6 +86545,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85688
86545
|
DeleteFleetsCommand,
|
|
85689
86546
|
DeleteFlowLogsCommand,
|
|
85690
86547
|
DeleteFpgaImageCommand,
|
|
86548
|
+
DeleteImageUsageReportCommand,
|
|
85691
86549
|
DeleteInstanceConnectEndpointCommand,
|
|
85692
86550
|
DeleteInstanceEventWindowCommand,
|
|
85693
86551
|
DeleteInternetGatewayCommand,
|
|
@@ -85814,6 +86672,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85814
86672
|
DescribeIdFormatCommand,
|
|
85815
86673
|
DescribeIdentityIdFormatCommand,
|
|
85816
86674
|
DescribeImageAttributeCommand,
|
|
86675
|
+
DescribeImageReferencesCommand,
|
|
86676
|
+
DescribeImageUsageReportEntriesCommand,
|
|
86677
|
+
DescribeImageUsageReportsCommand,
|
|
85817
86678
|
DescribeImagesCommand,
|
|
85818
86679
|
DescribeImportImageTasksCommand,
|
|
85819
86680
|
DescribeImportSnapshotTasksCommand,
|
|
@@ -86246,6 +87107,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86246
87107
|
paginateDescribeHostReservations,
|
|
86247
87108
|
paginateDescribeHosts,
|
|
86248
87109
|
paginateDescribeIamInstanceProfileAssociations,
|
|
87110
|
+
paginateDescribeImageReferences,
|
|
87111
|
+
paginateDescribeImageUsageReportEntries,
|
|
87112
|
+
paginateDescribeImageUsageReports,
|
|
86249
87113
|
paginateDescribeImages,
|
|
86250
87114
|
paginateDescribeImportImageTasks,
|
|
86251
87115
|
paginateDescribeImportSnapshotTasks,
|
|
@@ -86383,6 +87247,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86383
87247
|
waitUntilImageAvailable,
|
|
86384
87248
|
waitForImageExists,
|
|
86385
87249
|
waitUntilImageExists,
|
|
87250
|
+
waitForImageUsageReportAvailable,
|
|
87251
|
+
waitUntilImageUsageReportAvailable,
|
|
86386
87252
|
waitForInstanceExists,
|
|
86387
87253
|
waitUntilInstanceExists,
|
|
86388
87254
|
waitForInstanceRunning,
|
|
@@ -86529,7 +87395,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86529
87395
|
FleetCapacityReservationTenancy,
|
|
86530
87396
|
CarrierGatewayState,
|
|
86531
87397
|
ClientVpnAuthenticationType,
|
|
87398
|
+
EndpointIpAddressType,
|
|
86532
87399
|
SelfServicePortal,
|
|
87400
|
+
TrafficIpAddressType,
|
|
86533
87401
|
TransportProtocol,
|
|
86534
87402
|
ClientVpnEndpointStatusCode,
|
|
86535
87403
|
ClientVpnRouteStatusCode,
|
|
@@ -86600,13 +87468,13 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86600
87468
|
LaunchTemplateHttpTokensState,
|
|
86601
87469
|
LaunchTemplateInstanceMetadataTagsState,
|
|
86602
87470
|
InstanceBandwidthWeighting,
|
|
86603
|
-
LaunchTemplateInstanceMetadataOptionsState,
|
|
86604
87471
|
CopySnapshotRequestFilterSensitiveLog,
|
|
86605
87472
|
CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog,
|
|
86606
87473
|
KeyPairFilterSensitiveLog,
|
|
86607
87474
|
RequestLaunchTemplateDataFilterSensitiveLog,
|
|
86608
87475
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
86609
87476
|
CreateLaunchTemplateVersionRequestFilterSensitiveLog,
|
|
87477
|
+
LaunchTemplateInstanceMetadataOptionsState,
|
|
86610
87478
|
LocalGatewayRouteState,
|
|
86611
87479
|
LocalGatewayRouteType,
|
|
86612
87480
|
LocalGatewayRouteTableMode,
|
|
@@ -86713,7 +87581,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86713
87581
|
CapacityBlockResourceState,
|
|
86714
87582
|
CapacityBlockInterconnectStatus,
|
|
86715
87583
|
CallerRole,
|
|
86716
|
-
CapacityReservationBillingRequestStatus,
|
|
86717
87584
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
86718
87585
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
86719
87586
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -86723,6 +87590,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86723
87590
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
86724
87591
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
86725
87592
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
87593
|
+
CapacityReservationBillingRequestStatus,
|
|
86726
87594
|
ClientVpnConnectionStatusCode,
|
|
86727
87595
|
AssociatedNetworkType,
|
|
86728
87596
|
ClientVpnEndpointAttributeStatusCode,
|
|
@@ -86743,6 +87611,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86743
87611
|
PaymentOption,
|
|
86744
87612
|
ReservationState,
|
|
86745
87613
|
ImageAttributeName,
|
|
87614
|
+
ImageReferenceResourceType,
|
|
87615
|
+
ImageReferenceOptionName,
|
|
86746
87616
|
ArchitectureValues,
|
|
86747
87617
|
BootModeValues,
|
|
86748
87618
|
HypervisorType,
|
|
@@ -86780,15 +87650,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86780
87650
|
EnaSupport,
|
|
86781
87651
|
FlexibleEnaQueuesSupport,
|
|
86782
87652
|
NitroEnclavesSupport,
|
|
86783
|
-
NitroTpmSupport,
|
|
86784
|
-
PhcSupport,
|
|
86785
|
-
PlacementGroupStrategy,
|
|
86786
|
-
ArchitectureType,
|
|
86787
|
-
SupportedAdditionalProcessorFeature,
|
|
86788
|
-
RebootMigrationSupport,
|
|
86789
|
-
BootModeType,
|
|
86790
|
-
RootDeviceType,
|
|
86791
|
-
UsageClassType,
|
|
86792
87653
|
DiskImageDescriptionFilterSensitiveLog,
|
|
86793
87654
|
ImportInstanceVolumeDetailItemFilterSensitiveLog,
|
|
86794
87655
|
ImportInstanceTaskDetailsFilterSensitiveLog,
|
|
@@ -86801,6 +87662,15 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86801
87662
|
SnapshotTaskDetailFilterSensitiveLog,
|
|
86802
87663
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
86803
87664
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
87665
|
+
NitroTpmSupport,
|
|
87666
|
+
PhcSupport,
|
|
87667
|
+
PlacementGroupStrategy,
|
|
87668
|
+
ArchitectureType,
|
|
87669
|
+
SupportedAdditionalProcessorFeature,
|
|
87670
|
+
RebootMigrationSupport,
|
|
87671
|
+
BootModeType,
|
|
87672
|
+
RootDeviceType,
|
|
87673
|
+
UsageClassType,
|
|
86804
87674
|
LockState,
|
|
86805
87675
|
MoveStatus,
|
|
86806
87676
|
FindingsFound,
|
|
@@ -86827,10 +87697,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86827
87697
|
VolumeStatusName,
|
|
86828
87698
|
VolumeStatusInfoStatus,
|
|
86829
87699
|
VpcAttributeName,
|
|
86830
|
-
VpcBlockPublicAccessExclusionsAllowed,
|
|
86831
|
-
InternetGatewayBlockMode,
|
|
86832
|
-
ManagedBy,
|
|
86833
|
-
VpcBlockPublicAccessState,
|
|
86834
87700
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
86835
87701
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
86836
87702
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
@@ -86840,6 +87706,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86840
87706
|
SpotInstanceRequestFilterSensitiveLog,
|
|
86841
87707
|
DescribeSpotInstanceRequestsResultFilterSensitiveLog,
|
|
86842
87708
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
87709
|
+
VpcBlockPublicAccessExclusionsAllowed,
|
|
87710
|
+
InternetGatewayBlockMode,
|
|
87711
|
+
ManagedBy,
|
|
87712
|
+
VpcBlockPublicAccessState,
|
|
86843
87713
|
ImageBlockPublicAccessDisabledState,
|
|
86844
87714
|
RouteServerPropagationState,
|
|
86845
87715
|
SnapshotBlockPublicAccessState,
|
|
@@ -86861,15 +87731,14 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86861
87731
|
IpamNetworkInterfaceAttachmentStatus,
|
|
86862
87732
|
IpamResourceType,
|
|
86863
87733
|
IpamManagementState,
|
|
86864
|
-
RouteServerRouteInstallationStatus,
|
|
86865
|
-
RouteServerRouteStatus,
|
|
86866
87734
|
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
86867
87735
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
86868
87736
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
86869
87737
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|
|
86870
87738
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
86871
87739
|
GetLaunchTemplateDataResultFilterSensitiveLog,
|
|
86872
|
-
|
|
87740
|
+
RouteServerRouteInstallationStatus,
|
|
87741
|
+
RouteServerRouteStatus,
|
|
86873
87742
|
LockMode,
|
|
86874
87743
|
ModifyAvailabilityZoneOptInStatus,
|
|
86875
87744
|
OperationType,
|
|
@@ -86885,6 +87754,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86885
87754
|
VpcTenancy,
|
|
86886
87755
|
Status,
|
|
86887
87756
|
VerificationMethod,
|
|
87757
|
+
GetPasswordDataResultFilterSensitiveLog,
|
|
86888
87758
|
GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
|
|
86889
87759
|
ImageDiskContainerFilterSensitiveLog,
|
|
86890
87760
|
ImportImageRequestFilterSensitiveLog,
|