@aws-sdk/client-ec2 3.842.0 → 3.844.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 +16 -0
- package/dist-cjs/index.js +679 -169
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +359 -60
- package/dist-es/waiters/index.js +4 -2
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -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/AssociateSecurityGroupVpcCommand.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 +5 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +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/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 +1 -1
- 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/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- 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/MoveCapacityReservationInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.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 +2 -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 +2 -0
- package/dist-types/models/models_0.d.ts +7 -6
- package/dist-types/models/models_1.d.ts +14 -2
- package/dist-types/models/models_3.d.ts +329 -270
- package/dist-types/models/models_4.d.ts +288 -210
- package/dist-types/models/models_5.d.ts +217 -381
- package/dist-types/models/models_6.d.ts +381 -294
- package/dist-types/models/models_7.d.ts +301 -145
- package/dist-types/models/models_8.d.ts +141 -1
- package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +36 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +71 -57
- package/dist-types/ts3.4/models/models_4.d.ts +59 -52
- package/dist-types/ts3.4/models/models_5.d.ts +53 -72
- package/dist-types/ts3.4/models/models_6.d.ts +67 -54
- package/dist-types/ts3.4/models/models_7.d.ts +56 -38
- package/dist-types/ts3.4/models/models_8.d.ts +38 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -2
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
- package/package.json +15 -15
package/dist-cjs/index.js
CHANGED
|
@@ -126,6 +126,8 @@ __export(index_exports, {
|
|
|
126
126
|
CancelSpotInstanceRequestState: () => CancelSpotInstanceRequestState,
|
|
127
127
|
CancelSpotInstanceRequestsCommand: () => CancelSpotInstanceRequestsCommand,
|
|
128
128
|
CapacityBlockExtensionStatus: () => CapacityBlockExtensionStatus,
|
|
129
|
+
CapacityBlockInterconnectStatus: () => CapacityBlockInterconnectStatus,
|
|
130
|
+
CapacityBlockResourceState: () => CapacityBlockResourceState,
|
|
129
131
|
CapacityReservationBillingRequestStatus: () => CapacityReservationBillingRequestStatus,
|
|
130
132
|
CapacityReservationDeliveryPreference: () => CapacityReservationDeliveryPreference,
|
|
131
133
|
CapacityReservationFleetState: () => CapacityReservationFleetState,
|
|
@@ -370,6 +372,8 @@ __export(index_exports, {
|
|
|
370
372
|
DescribeCapacityBlockExtensionHistoryCommand: () => DescribeCapacityBlockExtensionHistoryCommand,
|
|
371
373
|
DescribeCapacityBlockExtensionOfferingsCommand: () => DescribeCapacityBlockExtensionOfferingsCommand,
|
|
372
374
|
DescribeCapacityBlockOfferingsCommand: () => DescribeCapacityBlockOfferingsCommand,
|
|
375
|
+
DescribeCapacityBlockStatusCommand: () => DescribeCapacityBlockStatusCommand,
|
|
376
|
+
DescribeCapacityBlocksCommand: () => DescribeCapacityBlocksCommand,
|
|
373
377
|
DescribeCapacityReservationBillingRequestsCommand: () => DescribeCapacityReservationBillingRequestsCommand,
|
|
374
378
|
DescribeCapacityReservationFleetsCommand: () => DescribeCapacityReservationFleetsCommand,
|
|
375
379
|
DescribeCapacityReservationsCommand: () => DescribeCapacityReservationsCommand,
|
|
@@ -1197,6 +1201,8 @@ __export(index_exports, {
|
|
|
1197
1201
|
paginateDescribeCapacityBlockExtensionHistory: () => paginateDescribeCapacityBlockExtensionHistory,
|
|
1198
1202
|
paginateDescribeCapacityBlockExtensionOfferings: () => paginateDescribeCapacityBlockExtensionOfferings,
|
|
1199
1203
|
paginateDescribeCapacityBlockOfferings: () => paginateDescribeCapacityBlockOfferings,
|
|
1204
|
+
paginateDescribeCapacityBlockStatus: () => paginateDescribeCapacityBlockStatus,
|
|
1205
|
+
paginateDescribeCapacityBlocks: () => paginateDescribeCapacityBlocks,
|
|
1200
1206
|
paginateDescribeCapacityReservationBillingRequests: () => paginateDescribeCapacityReservationBillingRequests,
|
|
1201
1207
|
paginateDescribeCapacityReservationFleets: () => paginateDescribeCapacityReservationFleets,
|
|
1202
1208
|
paginateDescribeCapacityReservations: () => paginateDescribeCapacityReservations,
|
|
@@ -1360,6 +1366,8 @@ __export(index_exports, {
|
|
|
1360
1366
|
waitForNetworkInterfaceAvailable: () => waitForNetworkInterfaceAvailable,
|
|
1361
1367
|
waitForPasswordDataAvailable: () => waitForPasswordDataAvailable,
|
|
1362
1368
|
waitForSecurityGroupExists: () => waitForSecurityGroupExists,
|
|
1369
|
+
waitForSecurityGroupVpcAssociationAssociated: () => waitForSecurityGroupVpcAssociationAssociated,
|
|
1370
|
+
waitForSecurityGroupVpcAssociationDisassociated: () => waitForSecurityGroupVpcAssociationDisassociated,
|
|
1363
1371
|
waitForSnapshotCompleted: () => waitForSnapshotCompleted,
|
|
1364
1372
|
waitForSnapshotImported: () => waitForSnapshotImported,
|
|
1365
1373
|
waitForSpotInstanceRequestFulfilled: () => waitForSpotInstanceRequestFulfilled,
|
|
@@ -1396,6 +1404,8 @@ __export(index_exports, {
|
|
|
1396
1404
|
waitUntilNetworkInterfaceAvailable: () => waitUntilNetworkInterfaceAvailable,
|
|
1397
1405
|
waitUntilPasswordDataAvailable: () => waitUntilPasswordDataAvailable,
|
|
1398
1406
|
waitUntilSecurityGroupExists: () => waitUntilSecurityGroupExists,
|
|
1407
|
+
waitUntilSecurityGroupVpcAssociationAssociated: () => waitUntilSecurityGroupVpcAssociationAssociated,
|
|
1408
|
+
waitUntilSecurityGroupVpcAssociationDisassociated: () => waitUntilSecurityGroupVpcAssociationDisassociated,
|
|
1399
1409
|
waitUntilSnapshotCompleted: () => waitUntilSnapshotCompleted,
|
|
1400
1410
|
waitUntilSnapshotImported: () => waitUntilSnapshotImported,
|
|
1401
1411
|
waitUntilSpotInstanceRequestFulfilled: () => waitUntilSpotInstanceRequestFulfilled,
|
|
@@ -4115,6 +4125,26 @@ var se_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
4115
4125
|
});
|
|
4116
4126
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4117
4127
|
}, "se_DescribeCapacityBlockOfferingsCommand");
|
|
4128
|
+
var se_DescribeCapacityBlocksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4129
|
+
const headers = SHARED_HEADERS;
|
|
4130
|
+
let body;
|
|
4131
|
+
body = buildFormUrlencodedString({
|
|
4132
|
+
...se_DescribeCapacityBlocksRequest(input, context),
|
|
4133
|
+
[_A]: _DCB,
|
|
4134
|
+
[_V]: _
|
|
4135
|
+
});
|
|
4136
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4137
|
+
}, "se_DescribeCapacityBlocksCommand");
|
|
4138
|
+
var se_DescribeCapacityBlockStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4139
|
+
const headers = SHARED_HEADERS;
|
|
4140
|
+
let body;
|
|
4141
|
+
body = buildFormUrlencodedString({
|
|
4142
|
+
...se_DescribeCapacityBlockStatusRequest(input, context),
|
|
4143
|
+
[_A]: _DCBS,
|
|
4144
|
+
[_V]: _
|
|
4145
|
+
});
|
|
4146
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4147
|
+
}, "se_DescribeCapacityBlockStatusCommand");
|
|
4118
4148
|
var se_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4119
4149
|
const headers = SHARED_HEADERS;
|
|
4120
4150
|
let body;
|
|
@@ -11659,6 +11689,32 @@ var de_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (out
|
|
|
11659
11689
|
};
|
|
11660
11690
|
return response;
|
|
11661
11691
|
}, "de_DescribeCapacityBlockOfferingsCommand");
|
|
11692
|
+
var de_DescribeCapacityBlocksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11693
|
+
if (output.statusCode >= 300) {
|
|
11694
|
+
return de_CommandError(output, context);
|
|
11695
|
+
}
|
|
11696
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
11697
|
+
let contents = {};
|
|
11698
|
+
contents = de_DescribeCapacityBlocksResult(data, context);
|
|
11699
|
+
const response = {
|
|
11700
|
+
$metadata: deserializeMetadata(output),
|
|
11701
|
+
...contents
|
|
11702
|
+
};
|
|
11703
|
+
return response;
|
|
11704
|
+
}, "de_DescribeCapacityBlocksCommand");
|
|
11705
|
+
var de_DescribeCapacityBlockStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11706
|
+
if (output.statusCode >= 300) {
|
|
11707
|
+
return de_CommandError(output, context);
|
|
11708
|
+
}
|
|
11709
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
11710
|
+
let contents = {};
|
|
11711
|
+
contents = de_DescribeCapacityBlockStatusResult(data, context);
|
|
11712
|
+
const response = {
|
|
11713
|
+
$metadata: deserializeMetadata(output),
|
|
11714
|
+
...contents
|
|
11715
|
+
};
|
|
11716
|
+
return response;
|
|
11717
|
+
}, "de_DescribeCapacityBlockStatusCommand");
|
|
11662
11718
|
var de_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11663
11719
|
if (output.statusCode >= 300) {
|
|
11664
11720
|
return de_CommandError(output, context);
|
|
@@ -18745,6 +18801,18 @@ var se_CancelSpotInstanceRequestsRequest = /* @__PURE__ */ __name((input, contex
|
|
|
18745
18801
|
}
|
|
18746
18802
|
return entries;
|
|
18747
18803
|
}, "se_CancelSpotInstanceRequestsRequest");
|
|
18804
|
+
var se_CapacityBlockIds = /* @__PURE__ */ __name((input, context) => {
|
|
18805
|
+
const entries = {};
|
|
18806
|
+
let counter = 1;
|
|
18807
|
+
for (const entry of input) {
|
|
18808
|
+
if (entry === null) {
|
|
18809
|
+
continue;
|
|
18810
|
+
}
|
|
18811
|
+
entries[`Item.${counter}`] = entry;
|
|
18812
|
+
counter++;
|
|
18813
|
+
}
|
|
18814
|
+
return entries;
|
|
18815
|
+
}, "se_CapacityBlockIds");
|
|
18748
18816
|
var se_CapacityReservationFleetIdSet = /* @__PURE__ */ __name((input, context) => {
|
|
18749
18817
|
const entries = {};
|
|
18750
18818
|
let counter = 1;
|
|
@@ -19477,8 +19545,8 @@ var se_CreateClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19477
19545
|
if (input[_CVEI] != null) {
|
|
19478
19546
|
entries[_CVEI] = input[_CVEI];
|
|
19479
19547
|
}
|
|
19480
|
-
if (input[
|
|
19481
|
-
entries[
|
|
19548
|
+
if (input[_DCBe] != null) {
|
|
19549
|
+
entries[_DCBe] = input[_DCBe];
|
|
19482
19550
|
}
|
|
19483
19551
|
if (input[_TVSI] != null) {
|
|
19484
19552
|
entries[_TVSI] = input[_TVSI];
|
|
@@ -20238,8 +20306,8 @@ var se_CreateLaunchTemplateVersionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
20238
20306
|
}, "se_CreateLaunchTemplateVersionRequest");
|
|
20239
20307
|
var se_CreateLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20240
20308
|
const entries = {};
|
|
20241
|
-
if (input[
|
|
20242
|
-
entries[
|
|
20309
|
+
if (input[_DCBe] != null) {
|
|
20310
|
+
entries[_DCBe] = input[_DCBe];
|
|
20243
20311
|
}
|
|
20244
20312
|
if (input[_LGRTI] != null) {
|
|
20245
20313
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -20913,8 +20981,8 @@ var se_CreateRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20913
20981
|
if (input[_RTI] != null) {
|
|
20914
20982
|
entries[_RTI] = input[_RTI];
|
|
20915
20983
|
}
|
|
20916
|
-
if (input[
|
|
20917
|
-
entries[
|
|
20984
|
+
if (input[_DCBe] != null) {
|
|
20985
|
+
entries[_DCBe] = input[_DCBe];
|
|
20918
20986
|
}
|
|
20919
20987
|
if (input[_GI] != null) {
|
|
20920
20988
|
entries[_GI] = input[_GI];
|
|
@@ -21310,8 +21378,8 @@ var se_CreateTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
21310
21378
|
if (input[_P] != null) {
|
|
21311
21379
|
entries[_P] = input[_P];
|
|
21312
21380
|
}
|
|
21313
|
-
if (input[
|
|
21314
|
-
entries[
|
|
21381
|
+
if (input[_DCBe] != null) {
|
|
21382
|
+
entries[_DCBe] = input[_DCBe];
|
|
21315
21383
|
}
|
|
21316
21384
|
if (input[_SCB] != null) {
|
|
21317
21385
|
entries[_SCB] = input[_SCB];
|
|
@@ -21617,8 +21685,8 @@ var se_CreateTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
21617
21685
|
}, "se_CreateTransitGatewayRequest");
|
|
21618
21686
|
var se_CreateTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21619
21687
|
const entries = {};
|
|
21620
|
-
if (input[
|
|
21621
|
-
entries[
|
|
21688
|
+
if (input[_DCBe] != null) {
|
|
21689
|
+
entries[_DCBe] = input[_DCBe];
|
|
21622
21690
|
}
|
|
21623
21691
|
if (input[_TGRTI] != null) {
|
|
21624
21692
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -22525,8 +22593,8 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22525
22593
|
}, "se_CreateVpnConnectionRequest");
|
|
22526
22594
|
var se_CreateVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22527
22595
|
const entries = {};
|
|
22528
|
-
if (input[
|
|
22529
|
-
entries[
|
|
22596
|
+
if (input[_DCBe] != null) {
|
|
22597
|
+
entries[_DCBe] = input[_DCBe];
|
|
22530
22598
|
}
|
|
22531
22599
|
if (input[_VCI] != null) {
|
|
22532
22600
|
entries[_VCI] = input[_VCI];
|
|
@@ -22652,8 +22720,8 @@ var se_DeleteClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
22652
22720
|
if (input[_TVSI] != null) {
|
|
22653
22721
|
entries[_TVSI] = input[_TVSI];
|
|
22654
22722
|
}
|
|
22655
|
-
if (input[
|
|
22656
|
-
entries[
|
|
22723
|
+
if (input[_DCBe] != null) {
|
|
22724
|
+
entries[_DCBe] = input[_DCBe];
|
|
22657
22725
|
}
|
|
22658
22726
|
if (input[_DRr] != null) {
|
|
22659
22727
|
entries[_DRr] = input[_DRr];
|
|
@@ -22891,8 +22959,8 @@ var se_DeleteLaunchTemplateVersionsRequest = /* @__PURE__ */ __name((input, cont
|
|
|
22891
22959
|
}, "se_DeleteLaunchTemplateVersionsRequest");
|
|
22892
22960
|
var se_DeleteLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22893
22961
|
const entries = {};
|
|
22894
|
-
if (input[
|
|
22895
|
-
entries[
|
|
22962
|
+
if (input[_DCBe] != null) {
|
|
22963
|
+
entries[_DCBe] = input[_DCBe];
|
|
22896
22964
|
}
|
|
22897
22965
|
if (input[_LGRTI] != null) {
|
|
22898
22966
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -23124,8 +23192,8 @@ var se_DeleteRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23124
23192
|
if (input[_RTI] != null) {
|
|
23125
23193
|
entries[_RTI] = input[_RTI];
|
|
23126
23194
|
}
|
|
23127
|
-
if (input[
|
|
23128
|
-
entries[
|
|
23195
|
+
if (input[_DCBe] != null) {
|
|
23196
|
+
entries[_DCBe] = input[_DCBe];
|
|
23129
23197
|
}
|
|
23130
23198
|
if (input[_DICB] != null) {
|
|
23131
23199
|
entries[_DICB] = input[_DICB];
|
|
@@ -23361,8 +23429,8 @@ var se_DeleteTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context
|
|
|
23361
23429
|
if (input[_TGRTI] != null) {
|
|
23362
23430
|
entries[_TGRTI] = input[_TGRTI];
|
|
23363
23431
|
}
|
|
23364
|
-
if (input[
|
|
23365
|
-
entries[
|
|
23432
|
+
if (input[_DCBe] != null) {
|
|
23433
|
+
entries[_DCBe] = input[_DCBe];
|
|
23366
23434
|
}
|
|
23367
23435
|
if (input[_DRr] != null) {
|
|
23368
23436
|
entries[_DRr] = input[_DRr];
|
|
@@ -23557,8 +23625,8 @@ var se_DeleteVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23557
23625
|
}, "se_DeleteVpnConnectionRequest");
|
|
23558
23626
|
var se_DeleteVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23559
23627
|
const entries = {};
|
|
23560
|
-
if (input[
|
|
23561
|
-
entries[
|
|
23628
|
+
if (input[_DCBe] != null) {
|
|
23629
|
+
entries[_DCBe] = input[_DCBe];
|
|
23562
23630
|
}
|
|
23563
23631
|
if (input[_VCI] != null) {
|
|
23564
23632
|
entries[_VCI] = input[_VCI];
|
|
@@ -23954,8 +24022,68 @@ var se_DescribeCapacityBlockOfferingsRequest = /* @__PURE__ */ __name((input, co
|
|
|
23954
24022
|
if (input[_MR] != null) {
|
|
23955
24023
|
entries[_MR] = input[_MR];
|
|
23956
24024
|
}
|
|
24025
|
+
if (input[_UTl] != null) {
|
|
24026
|
+
entries[_UTl] = input[_UTl];
|
|
24027
|
+
}
|
|
24028
|
+
if (input[_UC] != null) {
|
|
24029
|
+
entries[_UC] = input[_UC];
|
|
24030
|
+
}
|
|
23957
24031
|
return entries;
|
|
23958
24032
|
}, "se_DescribeCapacityBlockOfferingsRequest");
|
|
24033
|
+
var se_DescribeCapacityBlocksRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24034
|
+
const entries = {};
|
|
24035
|
+
if (input[_CBI] != null) {
|
|
24036
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
24037
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24038
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24039
|
+
entries[loc] = value;
|
|
24040
|
+
});
|
|
24041
|
+
}
|
|
24042
|
+
if (input[_NT] != null) {
|
|
24043
|
+
entries[_NT] = input[_NT];
|
|
24044
|
+
}
|
|
24045
|
+
if (input[_MR] != null) {
|
|
24046
|
+
entries[_MR] = input[_MR];
|
|
24047
|
+
}
|
|
24048
|
+
if (input[_Fi] != null) {
|
|
24049
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24050
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24051
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24052
|
+
entries[loc] = value;
|
|
24053
|
+
});
|
|
24054
|
+
}
|
|
24055
|
+
if (input[_DRr] != null) {
|
|
24056
|
+
entries[_DRr] = input[_DRr];
|
|
24057
|
+
}
|
|
24058
|
+
return entries;
|
|
24059
|
+
}, "se_DescribeCapacityBlocksRequest");
|
|
24060
|
+
var se_DescribeCapacityBlockStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24061
|
+
const entries = {};
|
|
24062
|
+
if (input[_CBI] != null) {
|
|
24063
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
24064
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24065
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24066
|
+
entries[loc] = value;
|
|
24067
|
+
});
|
|
24068
|
+
}
|
|
24069
|
+
if (input[_NT] != null) {
|
|
24070
|
+
entries[_NT] = input[_NT];
|
|
24071
|
+
}
|
|
24072
|
+
if (input[_MR] != null) {
|
|
24073
|
+
entries[_MR] = input[_MR];
|
|
24074
|
+
}
|
|
24075
|
+
if (input[_Fi] != null) {
|
|
24076
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24077
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24078
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24079
|
+
entries[loc] = value;
|
|
24080
|
+
});
|
|
24081
|
+
}
|
|
24082
|
+
if (input[_DRr] != null) {
|
|
24083
|
+
entries[_DRr] = input[_DRr];
|
|
24084
|
+
}
|
|
24085
|
+
return entries;
|
|
24086
|
+
}, "se_DescribeCapacityBlockStatusRequest");
|
|
23959
24087
|
var se_DescribeCapacityReservationBillingRequestsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23960
24088
|
const entries = {};
|
|
23961
24089
|
if (input[_CRIa] != null) {
|
|
@@ -33845,8 +33973,8 @@ var se_ModifyLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
33845
33973
|
}, "se_ModifyLaunchTemplateRequest");
|
|
33846
33974
|
var se_ModifyLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33847
33975
|
const entries = {};
|
|
33848
|
-
if (input[
|
|
33849
|
-
entries[
|
|
33976
|
+
if (input[_DCBe] != null) {
|
|
33977
|
+
entries[_DCBe] = input[_DCBe];
|
|
33850
33978
|
}
|
|
33851
33979
|
if (input[_LGRTI] != null) {
|
|
33852
33980
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -34248,8 +34376,8 @@ var se_ModifyTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
34248
34376
|
if (input[_P] != null) {
|
|
34249
34377
|
entries[_P] = input[_P];
|
|
34250
34378
|
}
|
|
34251
|
-
if (input[
|
|
34252
|
-
entries[
|
|
34379
|
+
if (input[_DCBe] != null) {
|
|
34380
|
+
entries[_DCBe] = input[_DCBe];
|
|
34253
34381
|
}
|
|
34254
34382
|
if (input[_SCB] != null) {
|
|
34255
34383
|
entries[_SCB] = input[_SCB];
|
|
@@ -36956,8 +37084,8 @@ var se_ReplaceRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
36956
37084
|
if (input[_RTI] != null) {
|
|
36957
37085
|
entries[_RTI] = input[_RTI];
|
|
36958
37086
|
}
|
|
36959
|
-
if (input[
|
|
36960
|
-
entries[
|
|
37087
|
+
if (input[_DCBe] != null) {
|
|
37088
|
+
entries[_DCBe] = input[_DCBe];
|
|
36961
37089
|
}
|
|
36962
37090
|
if (input[_GI] != null) {
|
|
36963
37091
|
entries[_GI] = input[_GI];
|
|
@@ -36997,8 +37125,8 @@ var se_ReplaceRouteTableAssociationRequest = /* @__PURE__ */ __name((input, cont
|
|
|
36997
37125
|
}, "se_ReplaceRouteTableAssociationRequest");
|
|
36998
37126
|
var se_ReplaceTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
36999
37127
|
const entries = {};
|
|
37000
|
-
if (input[
|
|
37001
|
-
entries[
|
|
37128
|
+
if (input[_DCBe] != null) {
|
|
37129
|
+
entries[_DCBe] = input[_DCBe];
|
|
37002
37130
|
}
|
|
37003
37131
|
if (input[_TGRTI] != null) {
|
|
37004
37132
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -42194,6 +42322,44 @@ var de_CapacityAllocations = /* @__PURE__ */ __name((output, context) => {
|
|
|
42194
42322
|
return de_CapacityAllocation(entry, context);
|
|
42195
42323
|
});
|
|
42196
42324
|
}, "de_CapacityAllocations");
|
|
42325
|
+
var de_CapacityBlock = /* @__PURE__ */ __name((output, context) => {
|
|
42326
|
+
const contents = {};
|
|
42327
|
+
if (output[_cBI] != null) {
|
|
42328
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42329
|
+
}
|
|
42330
|
+
if (output[_uTl] != null) {
|
|
42331
|
+
contents[_UTl] = (0, import_smithy_client.expectString)(output[_uTl]);
|
|
42332
|
+
}
|
|
42333
|
+
if (output[_aZ] != null) {
|
|
42334
|
+
contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
|
|
42335
|
+
}
|
|
42336
|
+
if (output[_aZI] != null) {
|
|
42337
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
42338
|
+
}
|
|
42339
|
+
if (output.capacityReservationIdSet === "") {
|
|
42340
|
+
contents[_CRIa] = [];
|
|
42341
|
+
} else if (output[_cRIS] != null && output[_cRIS][_i] != null) {
|
|
42342
|
+
contents[_CRIa] = de_CapacityReservationIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cRIS][_i]), context);
|
|
42343
|
+
}
|
|
42344
|
+
if (output[_sD] != null) {
|
|
42345
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
42346
|
+
}
|
|
42347
|
+
if (output[_eD] != null) {
|
|
42348
|
+
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
42349
|
+
}
|
|
42350
|
+
if (output[_cD] != null) {
|
|
42351
|
+
contents[_CDr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cD]));
|
|
42352
|
+
}
|
|
42353
|
+
if (output[_st] != null) {
|
|
42354
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
42355
|
+
}
|
|
42356
|
+
if (output.tagSet === "") {
|
|
42357
|
+
contents[_Ta] = [];
|
|
42358
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
42359
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
42360
|
+
}
|
|
42361
|
+
return contents;
|
|
42362
|
+
}, "de_CapacityBlock");
|
|
42197
42363
|
var de_CapacityBlockExtension = /* @__PURE__ */ __name((output, context) => {
|
|
42198
42364
|
const contents = {};
|
|
42199
42365
|
if (output[_cRI] != null) {
|
|
@@ -42319,6 +42485,12 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
42319
42485
|
if (output[_t] != null) {
|
|
42320
42486
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
42321
42487
|
}
|
|
42488
|
+
if (output[_uTl] != null) {
|
|
42489
|
+
contents[_UTl] = (0, import_smithy_client.expectString)(output[_uTl]);
|
|
42490
|
+
}
|
|
42491
|
+
if (output[_uC] != null) {
|
|
42492
|
+
contents[_UC] = (0, import_smithy_client.strictParseInt32)(output[_uC]);
|
|
42493
|
+
}
|
|
42322
42494
|
if (output[_cBDM] != null) {
|
|
42323
42495
|
contents[_CBDM] = (0, import_smithy_client.strictParseInt32)(output[_cBDM]);
|
|
42324
42496
|
}
|
|
@@ -42329,6 +42501,40 @@ var de_CapacityBlockOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
42329
42501
|
return de_CapacityBlockOffering(entry, context);
|
|
42330
42502
|
});
|
|
42331
42503
|
}, "de_CapacityBlockOfferingSet");
|
|
42504
|
+
var de_CapacityBlockSet = /* @__PURE__ */ __name((output, context) => {
|
|
42505
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42506
|
+
return de_CapacityBlock(entry, context);
|
|
42507
|
+
});
|
|
42508
|
+
}, "de_CapacityBlockSet");
|
|
42509
|
+
var de_CapacityBlockStatus = /* @__PURE__ */ __name((output, context) => {
|
|
42510
|
+
const contents = {};
|
|
42511
|
+
if (output[_cBI] != null) {
|
|
42512
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42513
|
+
}
|
|
42514
|
+
if (output[_iS] != null) {
|
|
42515
|
+
contents[_ISnte] = (0, import_smithy_client.expectString)(output[_iS]);
|
|
42516
|
+
}
|
|
42517
|
+
if (output[_tC] != null) {
|
|
42518
|
+
contents[_TCo] = (0, import_smithy_client.strictParseInt32)(output[_tC]);
|
|
42519
|
+
}
|
|
42520
|
+
if (output[_tAC] != null) {
|
|
42521
|
+
contents[_TAC] = (0, import_smithy_client.strictParseInt32)(output[_tAC]);
|
|
42522
|
+
}
|
|
42523
|
+
if (output[_tUC] != null) {
|
|
42524
|
+
contents[_TUC] = (0, import_smithy_client.strictParseInt32)(output[_tUC]);
|
|
42525
|
+
}
|
|
42526
|
+
if (output.capacityReservationStatusSet === "") {
|
|
42527
|
+
contents[_CRSap] = [];
|
|
42528
|
+
} else if (output[_cRSS] != null && output[_cRSS][_i] != null) {
|
|
42529
|
+
contents[_CRSap] = de_CapacityReservationStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cRSS][_i]), context);
|
|
42530
|
+
}
|
|
42531
|
+
return contents;
|
|
42532
|
+
}, "de_CapacityBlockStatus");
|
|
42533
|
+
var de_CapacityBlockStatusSet = /* @__PURE__ */ __name((output, context) => {
|
|
42534
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42535
|
+
return de_CapacityBlockStatus(entry, context);
|
|
42536
|
+
});
|
|
42537
|
+
}, "de_CapacityBlockStatusSet");
|
|
42332
42538
|
var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
42333
42539
|
const contents = {};
|
|
42334
42540
|
if (output[_cRI] != null) {
|
|
@@ -42416,6 +42622,9 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
42416
42622
|
if (output[_dP] != null) {
|
|
42417
42623
|
contents[_DP] = (0, import_smithy_client.expectString)(output[_dP]);
|
|
42418
42624
|
}
|
|
42625
|
+
if (output[_cBI] != null) {
|
|
42626
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42627
|
+
}
|
|
42419
42628
|
return contents;
|
|
42420
42629
|
}, "de_CapacityReservation");
|
|
42421
42630
|
var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -42540,6 +42749,11 @@ var de_CapacityReservationGroupSet = /* @__PURE__ */ __name((output, context) =>
|
|
|
42540
42749
|
return de_CapacityReservationGroup(entry, context);
|
|
42541
42750
|
});
|
|
42542
42751
|
}, "de_CapacityReservationGroupSet");
|
|
42752
|
+
var de_CapacityReservationIdSet = /* @__PURE__ */ __name((output, context) => {
|
|
42753
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42754
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
42755
|
+
});
|
|
42756
|
+
}, "de_CapacityReservationIdSet");
|
|
42543
42757
|
var de_CapacityReservationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
42544
42758
|
const contents = {};
|
|
42545
42759
|
if (output[_iT] != null) {
|
|
@@ -42578,6 +42792,27 @@ var de_CapacityReservationSpecificationResponse = /* @__PURE__ */ __name((output
|
|
|
42578
42792
|
}
|
|
42579
42793
|
return contents;
|
|
42580
42794
|
}, "de_CapacityReservationSpecificationResponse");
|
|
42795
|
+
var de_CapacityReservationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
42796
|
+
const contents = {};
|
|
42797
|
+
if (output[_cRI] != null) {
|
|
42798
|
+
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
42799
|
+
}
|
|
42800
|
+
if (output[_tC] != null) {
|
|
42801
|
+
contents[_TCo] = (0, import_smithy_client.strictParseInt32)(output[_tC]);
|
|
42802
|
+
}
|
|
42803
|
+
if (output[_tAC] != null) {
|
|
42804
|
+
contents[_TAC] = (0, import_smithy_client.strictParseInt32)(output[_tAC]);
|
|
42805
|
+
}
|
|
42806
|
+
if (output[_tUC] != null) {
|
|
42807
|
+
contents[_TUC] = (0, import_smithy_client.strictParseInt32)(output[_tUC]);
|
|
42808
|
+
}
|
|
42809
|
+
return contents;
|
|
42810
|
+
}, "de_CapacityReservationStatus");
|
|
42811
|
+
var de_CapacityReservationStatusSet = /* @__PURE__ */ __name((output, context) => {
|
|
42812
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42813
|
+
return de_CapacityReservationStatus(entry, context);
|
|
42814
|
+
});
|
|
42815
|
+
}, "de_CapacityReservationStatusSet");
|
|
42581
42816
|
var de_CapacityReservationTargetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
42582
42817
|
const contents = {};
|
|
42583
42818
|
if (output[_cRI] != null) {
|
|
@@ -43558,8 +43793,8 @@ var de_CreateIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
43558
43793
|
}, "de_CreateIpamResult");
|
|
43559
43794
|
var de_CreateIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
43560
43795
|
const contents = {};
|
|
43561
|
-
if (output[
|
|
43562
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
43796
|
+
if (output[_iSp] != null) {
|
|
43797
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
43563
43798
|
}
|
|
43564
43799
|
return contents;
|
|
43565
43800
|
}, "de_CreateIpamScopeResult");
|
|
@@ -44321,8 +44556,8 @@ var de_DeleteIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
44321
44556
|
}, "de_DeleteIpamResult");
|
|
44322
44557
|
var de_DeleteIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
44323
44558
|
const contents = {};
|
|
44324
|
-
if (output[
|
|
44325
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
44559
|
+
if (output[_iSp] != null) {
|
|
44560
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
44326
44561
|
}
|
|
44327
44562
|
return contents;
|
|
44328
44563
|
}, "de_DeleteIpamScopeResult");
|
|
@@ -44954,6 +45189,30 @@ var de_DescribeCapacityBlockOfferingsResult = /* @__PURE__ */ __name((output, co
|
|
|
44954
45189
|
}
|
|
44955
45190
|
return contents;
|
|
44956
45191
|
}, "de_DescribeCapacityBlockOfferingsResult");
|
|
45192
|
+
var de_DescribeCapacityBlocksResult = /* @__PURE__ */ __name((output, context) => {
|
|
45193
|
+
const contents = {};
|
|
45194
|
+
if (output.capacityBlockSet === "") {
|
|
45195
|
+
contents[_CBa] = [];
|
|
45196
|
+
} else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
45197
|
+
contents[_CBa] = de_CapacityBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBS][_i]), context);
|
|
45198
|
+
}
|
|
45199
|
+
if (output[_nTe] != null) {
|
|
45200
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45201
|
+
}
|
|
45202
|
+
return contents;
|
|
45203
|
+
}, "de_DescribeCapacityBlocksResult");
|
|
45204
|
+
var de_DescribeCapacityBlockStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
45205
|
+
const contents = {};
|
|
45206
|
+
if (output.capacityBlockStatusSet === "") {
|
|
45207
|
+
contents[_CBS] = [];
|
|
45208
|
+
} else if (output[_cBSS] != null && output[_cBSS][_i] != null) {
|
|
45209
|
+
contents[_CBS] = de_CapacityBlockStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBSS][_i]), context);
|
|
45210
|
+
}
|
|
45211
|
+
if (output[_nTe] != null) {
|
|
45212
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45213
|
+
}
|
|
45214
|
+
return contents;
|
|
45215
|
+
}, "de_DescribeCapacityBlockStatusResult");
|
|
44957
45216
|
var de_DescribeCapacityReservationBillingRequestsResult = /* @__PURE__ */ __name((output, context) => {
|
|
44958
45217
|
const contents = {};
|
|
44959
45218
|
if (output[_nTe] != null) {
|
|
@@ -45720,8 +45979,8 @@ var de_DescribeIpamsResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
45720
45979
|
}
|
|
45721
45980
|
if (output.ipamSet === "") {
|
|
45722
45981
|
contents[_Ipam] = [];
|
|
45723
|
-
} else if (output[
|
|
45724
|
-
contents[_Ipam] = de_IpamSet((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
45982
|
+
} else if (output[_iSpa] != null && output[_iSpa][_i] != null) {
|
|
45983
|
+
contents[_Ipam] = de_IpamSet((0, import_smithy_client.getArrayIfSingleItem)(output[_iSpa][_i]), context);
|
|
45725
45984
|
}
|
|
45726
45985
|
return contents;
|
|
45727
45986
|
}, "de_DescribeIpamsResult");
|
|
@@ -50773,6 +51032,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
50773
51032
|
if (output[_cO] != null) {
|
|
50774
51033
|
contents[_COp] = de_CpuOptions(output[_cO], context);
|
|
50775
51034
|
}
|
|
51035
|
+
if (output[_cBI] != null) {
|
|
51036
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
51037
|
+
}
|
|
50776
51038
|
if (output[_cRI] != null) {
|
|
50777
51039
|
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
50778
51040
|
}
|
|
@@ -51831,6 +52093,9 @@ var de_InstanceTopology = /* @__PURE__ */ __name((output, context) => {
|
|
|
51831
52093
|
if (output[_zI] != null) {
|
|
51832
52094
|
contents[_ZIo] = (0, import_smithy_client.expectString)(output[_zI]);
|
|
51833
52095
|
}
|
|
52096
|
+
if (output[_cBI] != null) {
|
|
52097
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
52098
|
+
}
|
|
51834
52099
|
return contents;
|
|
51835
52100
|
}, "de_InstanceTopology");
|
|
51836
52101
|
var de_InstanceTypeInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53712,7 +53977,7 @@ var de_LocalGateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
53712
53977
|
var de_LocalGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
53713
53978
|
const contents = {};
|
|
53714
53979
|
if (output[_dCB] != null) {
|
|
53715
|
-
contents[
|
|
53980
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
53716
53981
|
}
|
|
53717
53982
|
if (output[_lGVIGI] != null) {
|
|
53718
53983
|
contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
|
|
@@ -54460,8 +54725,8 @@ var de_ModifyIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
54460
54725
|
}, "de_ModifyIpamResult");
|
|
54461
54726
|
var de_ModifyIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
54462
54727
|
const contents = {};
|
|
54463
|
-
if (output[
|
|
54464
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
54728
|
+
if (output[_iSp] != null) {
|
|
54729
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
54465
54730
|
}
|
|
54466
54731
|
return contents;
|
|
54467
54732
|
}, "de_ModifyIpamScopeResult");
|
|
@@ -56481,8 +56746,8 @@ var de_PublicIpv4Pool = /* @__PURE__ */ __name((output, context) => {
|
|
|
56481
56746
|
} else if (output[_pARS] != null && output[_pARS][_i] != null) {
|
|
56482
56747
|
contents[_PARo] = de_PublicIpv4PoolRangeSet((0, import_smithy_client.getArrayIfSingleItem)(output[_pARS][_i]), context);
|
|
56483
56748
|
}
|
|
56484
|
-
if (output[
|
|
56485
|
-
contents[
|
|
56749
|
+
if (output[_tACo] != null) {
|
|
56750
|
+
contents[_TACo] = (0, import_smithy_client.strictParseInt32)(output[_tACo]);
|
|
56486
56751
|
}
|
|
56487
56752
|
if (output[_tAAC] != null) {
|
|
56488
56753
|
contents[_TAAC] = (0, import_smithy_client.strictParseInt32)(output[_tAAC]);
|
|
@@ -56567,6 +56832,11 @@ var de_PurchaseCapacityBlockResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
56567
56832
|
if (output[_cR] != null) {
|
|
56568
56833
|
contents[_CRapa] = de_CapacityReservation(output[_cR], context);
|
|
56569
56834
|
}
|
|
56835
|
+
if (output.capacityBlockSet === "") {
|
|
56836
|
+
contents[_CBa] = [];
|
|
56837
|
+
} else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
56838
|
+
contents[_CBa] = de_CapacityBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBS][_i]), context);
|
|
56839
|
+
}
|
|
56570
56840
|
return contents;
|
|
56571
56841
|
}, "de_PurchaseCapacityBlockResult");
|
|
56572
56842
|
var de_PurchasedScheduledInstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -57547,7 +57817,7 @@ var de_RootDeviceTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
57547
57817
|
var de_Route = /* @__PURE__ */ __name((output, context) => {
|
|
57548
57818
|
const contents = {};
|
|
57549
57819
|
if (output[_dCB] != null) {
|
|
57550
|
-
contents[
|
|
57820
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
57551
57821
|
}
|
|
57552
57822
|
if (output[_dICB] != null) {
|
|
57553
57823
|
contents[_DICB] = (0, import_smithy_client.expectString)(output[_dICB]);
|
|
@@ -58350,6 +58620,9 @@ var de_SecurityGroupVpcAssociation = /* @__PURE__ */ __name((output, context) =>
|
|
|
58350
58620
|
if (output[_sRt] != null) {
|
|
58351
58621
|
contents[_SRt] = (0, import_smithy_client.expectString)(output[_sRt]);
|
|
58352
58622
|
}
|
|
58623
|
+
if (output[_gOI] != null) {
|
|
58624
|
+
contents[_GOI] = (0, import_smithy_client.expectString)(output[_gOI]);
|
|
58625
|
+
}
|
|
58353
58626
|
return contents;
|
|
58354
58627
|
}, "de_SecurityGroupVpcAssociation");
|
|
58355
58628
|
var de_SecurityGroupVpcAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -59951,7 +60224,7 @@ var de_TrafficMirrorFilterRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
59951
60224
|
contents[_SPR] = de_TrafficMirrorPortRange(output[_sPR], context);
|
|
59952
60225
|
}
|
|
59953
60226
|
if (output[_dCB] != null) {
|
|
59954
|
-
contents[
|
|
60227
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
59955
60228
|
}
|
|
59956
60229
|
if (output[_sCB] != null) {
|
|
59957
60230
|
contents[_SCB] = (0, import_smithy_client.expectString)(output[_sCB]);
|
|
@@ -60598,7 +60871,7 @@ var de_TransitGatewayPolicyRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
60598
60871
|
contents[_SPR] = (0, import_smithy_client.expectString)(output[_sPR]);
|
|
60599
60872
|
}
|
|
60600
60873
|
if (output[_dCB] != null) {
|
|
60601
|
-
contents[
|
|
60874
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60602
60875
|
}
|
|
60603
60876
|
if (output[_dPR] != null) {
|
|
60604
60877
|
contents[_DPR] = (0, import_smithy_client.expectString)(output[_dPR]);
|
|
@@ -60754,7 +61027,7 @@ var de_TransitGatewayPropagation = /* @__PURE__ */ __name((output, context) => {
|
|
|
60754
61027
|
var de_TransitGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
60755
61028
|
const contents = {};
|
|
60756
61029
|
if (output[_dCB] != null) {
|
|
60757
|
-
contents[
|
|
61030
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60758
61031
|
}
|
|
60759
61032
|
if (output[_pLI] != null) {
|
|
60760
61033
|
contents[_PLI] = (0, import_smithy_client.expectString)(output[_pLI]);
|
|
@@ -62336,8 +62609,8 @@ var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
62336
62609
|
if (output[_cB] != null) {
|
|
62337
62610
|
contents[_CB] = (0, import_smithy_client.expectString)(output[_cB]);
|
|
62338
62611
|
}
|
|
62339
|
-
if (output[
|
|
62340
|
-
contents[
|
|
62612
|
+
if (output[_cBSi] != null) {
|
|
62613
|
+
contents[_CBSi] = de_VpcCidrBlockState(output[_cBSi], context);
|
|
62341
62614
|
}
|
|
62342
62615
|
return contents;
|
|
62343
62616
|
}, "de_VpcCidrBlockAssociation");
|
|
@@ -62730,9 +63003,9 @@ var de_VpcPeeringConnectionVpcInfo = /* @__PURE__ */ __name((output, context) =>
|
|
|
62730
63003
|
contents[_ICBSp] = de_Ipv6CidrBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_iCBSp][_i]), context);
|
|
62731
63004
|
}
|
|
62732
63005
|
if (output.cidrBlockSet === "") {
|
|
62733
|
-
contents[
|
|
62734
|
-
} else if (output[
|
|
62735
|
-
contents[
|
|
63006
|
+
contents[_CBSid] = [];
|
|
63007
|
+
} else if (output[_cBSid] != null && output[_cBSid][_i] != null) {
|
|
63008
|
+
contents[_CBSid] = de_CidrBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBSid][_i]), context);
|
|
62736
63009
|
}
|
|
62737
63010
|
if (output[_oI] != null) {
|
|
62738
63011
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
@@ -62905,7 +63178,7 @@ var de_VpnGatewayList = /* @__PURE__ */ __name((output, context) => {
|
|
|
62905
63178
|
var de_VpnStaticRoute = /* @__PURE__ */ __name((output, context) => {
|
|
62906
63179
|
const contents = {};
|
|
62907
63180
|
if (output[_dCB] != null) {
|
|
62908
|
-
contents[
|
|
63181
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
62909
63182
|
}
|
|
62910
63183
|
if (output[_s] != null) {
|
|
62911
63184
|
contents[_S] = (0, import_smithy_client.expectString)(output[_s]);
|
|
@@ -63250,11 +63523,15 @@ var _CBEOI = "CapacityBlockExtensionOfferingId";
|
|
|
63250
63523
|
var _CBEPD = "CapacityBlockExtensionPurchaseDate";
|
|
63251
63524
|
var _CBES = "CapacityBlockExtensionStatus";
|
|
63252
63525
|
var _CBESD = "CapacityBlockExtensionStartDate";
|
|
63526
|
+
var _CBI = "CapacityBlockIds";
|
|
63527
|
+
var _CBIa = "CapacityBlockId";
|
|
63253
63528
|
var _CBO = "CapacityBlockOfferings";
|
|
63254
63529
|
var _CBOI = "CapacityBlockOfferingId";
|
|
63255
|
-
var _CBS = "
|
|
63256
|
-
var _CBSi = "
|
|
63530
|
+
var _CBS = "CapacityBlockStatuses";
|
|
63531
|
+
var _CBSi = "CidrBlockState";
|
|
63532
|
+
var _CBSid = "CidrBlockSet";
|
|
63257
63533
|
var _CBT = "CancelBundleTask";
|
|
63534
|
+
var _CBa = "CapacityBlocks";
|
|
63258
63535
|
var _CBr = "CreatedBy";
|
|
63259
63536
|
var _CC = "CoreCount";
|
|
63260
63537
|
var _CCB = "ClientCidrBlock";
|
|
@@ -63421,6 +63698,7 @@ var _CRS = "CreateRouteServer";
|
|
|
63421
63698
|
var _CRSE = "CreateRouteServerEndpoint";
|
|
63422
63699
|
var _CRSP = "CreateRouteServerPeer";
|
|
63423
63700
|
var _CRSa = "CapacityReservationSpecification";
|
|
63701
|
+
var _CRSap = "CapacityReservationStatuses";
|
|
63424
63702
|
var _CRT = "CreateRouteTable";
|
|
63425
63703
|
var _CRTa = "CapacityReservationTarget";
|
|
63426
63704
|
var _CRa = "CancelReason";
|
|
@@ -63545,10 +63823,12 @@ var _DBT = "DescribeBundleTasks";
|
|
|
63545
63823
|
var _DC = "DisallowedCidrs";
|
|
63546
63824
|
var _DCA = "DomainCertificateArn";
|
|
63547
63825
|
var _DCAR = "DeliverCrossAccountRole";
|
|
63548
|
-
var _DCB = "
|
|
63826
|
+
var _DCB = "DescribeCapacityBlocks";
|
|
63549
63827
|
var _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
63550
63828
|
var _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
63551
63829
|
var _DCBO = "DescribeCapacityBlockOfferings";
|
|
63830
|
+
var _DCBS = "DescribeCapacityBlockStatus";
|
|
63831
|
+
var _DCBe = "DestinationCidrBlock";
|
|
63552
63832
|
var _DCC = "DeleteCoipCidr";
|
|
63553
63833
|
var _DCG = "DeleteCarrierGateway";
|
|
63554
63834
|
var _DCGe = "DeleteCustomerGateway";
|
|
@@ -64418,6 +64698,7 @@ var _ISns = "InstanceStatuses";
|
|
|
64418
64698
|
var _ISnst = "InstanceState";
|
|
64419
64699
|
var _ISnsta = "InstanceStatus";
|
|
64420
64700
|
var _ISnt = "IntegrateServices";
|
|
64701
|
+
var _ISnte = "InterconnectStatus";
|
|
64421
64702
|
var _ISp = "Ipv6Support";
|
|
64422
64703
|
var _ISpa = "IpamScope";
|
|
64423
64704
|
var _ISpam = "IpamScopes";
|
|
@@ -65507,7 +65788,8 @@ var _Suc = "Successful";
|
|
|
65507
65788
|
var _Succ = "Success";
|
|
65508
65789
|
var _T = "Type";
|
|
65509
65790
|
var _TAAC = "TotalAvailableAddressCount";
|
|
65510
|
-
var _TAC = "
|
|
65791
|
+
var _TAC = "TotalAvailableCapacity";
|
|
65792
|
+
var _TACo = "TotalAddressCount";
|
|
65511
65793
|
var _TAI = "TransferAccountId";
|
|
65512
65794
|
var _TC = "TargetConfigurations";
|
|
65513
65795
|
var _TCS = "TargetCapacitySpecification";
|
|
@@ -65641,6 +65923,7 @@ var _TTGAI = "TransportTransitGatewayAttachmentId";
|
|
|
65641
65923
|
var _TTa = "TaskType";
|
|
65642
65924
|
var _TTar = "TargetThroughput";
|
|
65643
65925
|
var _TTr = "TransferType";
|
|
65926
|
+
var _TUC = "TotalUnavailableCapacity";
|
|
65644
65927
|
var _TUP = "TotalUpfrontPrice";
|
|
65645
65928
|
var _TV = "TargetVersion";
|
|
65646
65929
|
var _TVC = "TotalVCpus";
|
|
@@ -65657,6 +65940,7 @@ var _Tim = "Timestamp";
|
|
|
65657
65940
|
var _To = "To";
|
|
65658
65941
|
var _U = "Url";
|
|
65659
65942
|
var _UB = "UserBucket";
|
|
65943
|
+
var _UC = "UltraserverCount";
|
|
65660
65944
|
var _UD = "UserData";
|
|
65661
65945
|
var _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
65662
65946
|
var _UDe = "UefiData";
|
|
@@ -65699,6 +65983,7 @@ var _USs = "UsageStrategy";
|
|
|
65699
65983
|
var _UT = "UdpTimeout";
|
|
65700
65984
|
var _UTP = "UserTrustProvider";
|
|
65701
65985
|
var _UTPT = "UserTrustProviderType";
|
|
65986
|
+
var _UTl = "UltraserverType";
|
|
65702
65987
|
var _UTp = "UpdateTime";
|
|
65703
65988
|
var _Un = "Unsuccessful";
|
|
65704
65989
|
var _Us = "Username";
|
|
@@ -66014,10 +66299,13 @@ var _cBEPD = "capacityBlockExtensionPurchaseDate";
|
|
|
66014
66299
|
var _cBES = "capacityBlockExtensionStatus";
|
|
66015
66300
|
var _cBESD = "capacityBlockExtensionStartDate";
|
|
66016
66301
|
var _cBESa = "capacityBlockExtensionSet";
|
|
66302
|
+
var _cBI = "capacityBlockId";
|
|
66017
66303
|
var _cBOI = "capacityBlockOfferingId";
|
|
66018
66304
|
var _cBOS = "capacityBlockOfferingSet";
|
|
66019
|
-
var _cBS = "
|
|
66020
|
-
var
|
|
66305
|
+
var _cBS = "capacityBlockSet";
|
|
66306
|
+
var _cBSS = "capacityBlockStatusSet";
|
|
66307
|
+
var _cBSi = "cidrBlockState";
|
|
66308
|
+
var _cBSid = "cidrBlockSet";
|
|
66021
66309
|
var _cBr = "createdBy";
|
|
66022
66310
|
var _cC = "currencyCode";
|
|
66023
66311
|
var _cCB = "clientCidrBlock";
|
|
@@ -66099,12 +66387,14 @@ var _cRFI = "capacityReservationFleetId";
|
|
|
66099
66387
|
var _cRFS = "capacityReservationFleetSet";
|
|
66100
66388
|
var _cRGS = "capacityReservationGroupSet";
|
|
66101
66389
|
var _cRI = "capacityReservationId";
|
|
66390
|
+
var _cRIS = "capacityReservationIdSet";
|
|
66102
66391
|
var _cRIa = "capacityReservationInfo";
|
|
66103
66392
|
var _cRL = "certificateRevocationList";
|
|
66104
66393
|
var _cRO = "capacityReservationOptions";
|
|
66105
66394
|
var _cRP = "capacityReservationPreference";
|
|
66106
66395
|
var _cRRGA = "capacityReservationResourceGroupArn";
|
|
66107
66396
|
var _cRS = "capacityReservationSet";
|
|
66397
|
+
var _cRSS = "capacityReservationStatusSet";
|
|
66108
66398
|
var _cRSa = "capacityReservationSpecification";
|
|
66109
66399
|
var _cRT = "capacityReservationTarget";
|
|
66110
66400
|
var _cRa = "capacityRebalance";
|
|
@@ -66581,7 +66871,7 @@ var _iRT = "ingressRouteTable";
|
|
|
66581
66871
|
var _iRp = "ipamRegion";
|
|
66582
66872
|
var _iRpa = "ipRanges";
|
|
66583
66873
|
var _iRpv = "ipv6Ranges";
|
|
66584
|
-
var _iS = "
|
|
66874
|
+
var _iS = "interconnectStatus";
|
|
66585
66875
|
var _iSA = "ipamScopeArn";
|
|
66586
66876
|
var _iSI = "instanceStorageInfo";
|
|
66587
66877
|
var _iSIp = "ipamScopeId";
|
|
@@ -66600,7 +66890,8 @@ var _iSn = "instancesSet";
|
|
|
66600
66890
|
var _iSns = "instanceSet";
|
|
66601
66891
|
var _iSnst = "instanceState";
|
|
66602
66892
|
var _iSnsta = "instanceStatus";
|
|
66603
|
-
var _iSp = "
|
|
66893
|
+
var _iSp = "ipamScope";
|
|
66894
|
+
var _iSpa = "ipamSet";
|
|
66604
66895
|
var _iSpo = "ipSource";
|
|
66605
66896
|
var _iSpv = "ipv6Supported";
|
|
66606
66897
|
var _iSpvu = "ipv6Support";
|
|
@@ -67404,7 +67695,8 @@ var _suc = "successful";
|
|
|
67404
67695
|
var _succ = "success";
|
|
67405
67696
|
var _t = "tenancy";
|
|
67406
67697
|
var _tAAC = "totalAvailableAddressCount";
|
|
67407
|
-
var _tAC = "
|
|
67698
|
+
var _tAC = "totalAvailableCapacity";
|
|
67699
|
+
var _tACo = "totalAddressCount";
|
|
67408
67700
|
var _tAI = "transferAccountId";
|
|
67409
67701
|
var _tC = "totalCapacity";
|
|
67410
67702
|
var _tCS = "targetCapacitySpecification";
|
|
@@ -67520,6 +67812,7 @@ var _tTGAI = "transportTransitGatewayAttachmentId";
|
|
|
67520
67812
|
var _tTa = "taskType";
|
|
67521
67813
|
var _tTar = "targetThroughput";
|
|
67522
67814
|
var _tTr = "transferType";
|
|
67815
|
+
var _tUC = "totalUnavailableCapacity";
|
|
67523
67816
|
var _tUP = "totalUpfrontPrice";
|
|
67524
67817
|
var _tV = "tokenValue";
|
|
67525
67818
|
var _tVC = "totalVCpus";
|
|
@@ -67534,6 +67827,7 @@ var _to = "to";
|
|
|
67534
67827
|
var _ty = "type";
|
|
67535
67828
|
var _u = "unsuccessful";
|
|
67536
67829
|
var _uB = "userBucket";
|
|
67830
|
+
var _uC = "ultraserverCount";
|
|
67537
67831
|
var _uD = "uefiData";
|
|
67538
67832
|
var _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
67539
67833
|
var _uDp = "updatedDate";
|
|
@@ -67564,6 +67858,7 @@ var _uT = "updateTime";
|
|
|
67564
67858
|
var _uTP = "userTrustProvider";
|
|
67565
67859
|
var _uTPT = "userTrustProviderType";
|
|
67566
67860
|
var _uTd = "udpTimeout";
|
|
67861
|
+
var _uTl = "ultraserverType";
|
|
67567
67862
|
var _ur = "url";
|
|
67568
67863
|
var _us = "username";
|
|
67569
67864
|
var _v = "value";
|
|
@@ -68271,6 +68566,7 @@ var AcceleratorType = {
|
|
|
68271
68566
|
INFERENCE: "inference"
|
|
68272
68567
|
};
|
|
68273
68568
|
var ResourceType = {
|
|
68569
|
+
capacity_block: "capacity-block",
|
|
68274
68570
|
capacity_reservation: "capacity-reservation",
|
|
68275
68571
|
capacity_reservation_fleet: "capacity-reservation-fleet",
|
|
68276
68572
|
carrier_gateway: "carrier-gateway",
|
|
@@ -69159,6 +69455,7 @@ var CapacityReservationState = {
|
|
|
69159
69455
|
payment_pending: "payment-pending",
|
|
69160
69456
|
pending: "pending",
|
|
69161
69457
|
scheduled: "scheduled",
|
|
69458
|
+
unavailable: "unavailable",
|
|
69162
69459
|
unsupported: "unsupported"
|
|
69163
69460
|
};
|
|
69164
69461
|
var FleetInstanceMatchCriteria = {
|
|
@@ -72480,6 +72777,21 @@ var CapacityBlockExtensionStatus = {
|
|
|
72480
72777
|
PAYMENT_PENDING: "payment-pending",
|
|
72481
72778
|
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
72482
72779
|
};
|
|
72780
|
+
var CapacityBlockResourceState = {
|
|
72781
|
+
active: "active",
|
|
72782
|
+
cancelled: "cancelled",
|
|
72783
|
+
expired: "expired",
|
|
72784
|
+
failed: "failed",
|
|
72785
|
+
payment_failed: "payment-failed",
|
|
72786
|
+
payment_pending: "payment-pending",
|
|
72787
|
+
scheduled: "scheduled",
|
|
72788
|
+
unavailable: "unavailable"
|
|
72789
|
+
};
|
|
72790
|
+
var CapacityBlockInterconnectStatus = {
|
|
72791
|
+
impaired: "impaired",
|
|
72792
|
+
insufficient_data: "insufficient-data",
|
|
72793
|
+
ok: "ok"
|
|
72794
|
+
};
|
|
72483
72795
|
var CallerRole = {
|
|
72484
72796
|
odcr_owner: "odcr-owner",
|
|
72485
72797
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
@@ -72492,12 +72804,6 @@ var CapacityReservationBillingRequestStatus = {
|
|
|
72492
72804
|
rejected: "rejected",
|
|
72493
72805
|
revoked: "revoked"
|
|
72494
72806
|
};
|
|
72495
|
-
var ClientVpnConnectionStatusCode = {
|
|
72496
|
-
active: "active",
|
|
72497
|
-
failed_to_terminate: "failed-to-terminate",
|
|
72498
|
-
terminated: "terminated",
|
|
72499
|
-
terminating: "terminating"
|
|
72500
|
-
};
|
|
72501
72807
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72502
72808
|
...obj,
|
|
72503
72809
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -74097,6 +74403,36 @@ var DescribeCapacityBlockOfferingsCommand = class extends import_smithy_client.C
|
|
|
74097
74403
|
}
|
|
74098
74404
|
};
|
|
74099
74405
|
|
|
74406
|
+
// src/commands/DescribeCapacityBlocksCommand.ts
|
|
74407
|
+
|
|
74408
|
+
|
|
74409
|
+
|
|
74410
|
+
var DescribeCapacityBlocksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74411
|
+
return [
|
|
74412
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74413
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74414
|
+
];
|
|
74415
|
+
}).s("AmazonEC2", "DescribeCapacityBlocks", {}).n("EC2Client", "DescribeCapacityBlocksCommand").f(void 0, void 0).ser(se_DescribeCapacityBlocksCommand).de(de_DescribeCapacityBlocksCommand).build() {
|
|
74416
|
+
static {
|
|
74417
|
+
__name(this, "DescribeCapacityBlocksCommand");
|
|
74418
|
+
}
|
|
74419
|
+
};
|
|
74420
|
+
|
|
74421
|
+
// src/commands/DescribeCapacityBlockStatusCommand.ts
|
|
74422
|
+
|
|
74423
|
+
|
|
74424
|
+
|
|
74425
|
+
var DescribeCapacityBlockStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74426
|
+
return [
|
|
74427
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74428
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74429
|
+
];
|
|
74430
|
+
}).s("AmazonEC2", "DescribeCapacityBlockStatus", {}).n("EC2Client", "DescribeCapacityBlockStatusCommand").f(void 0, void 0).ser(se_DescribeCapacityBlockStatusCommand).de(de_DescribeCapacityBlockStatusCommand).build() {
|
|
74431
|
+
static {
|
|
74432
|
+
__name(this, "DescribeCapacityBlockStatusCommand");
|
|
74433
|
+
}
|
|
74434
|
+
};
|
|
74435
|
+
|
|
74100
74436
|
// src/commands/DescribeCapacityReservationBillingRequestsCommand.ts
|
|
74101
74437
|
|
|
74102
74438
|
|
|
@@ -74269,6 +74605,12 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
74269
74605
|
|
|
74270
74606
|
// src/models/models_4.ts
|
|
74271
74607
|
|
|
74608
|
+
var ClientVpnConnectionStatusCode = {
|
|
74609
|
+
active: "active",
|
|
74610
|
+
failed_to_terminate: "failed-to-terminate",
|
|
74611
|
+
terminated: "terminated",
|
|
74612
|
+
terminating: "terminating"
|
|
74613
|
+
};
|
|
74272
74614
|
var AssociatedNetworkType = {
|
|
74273
74615
|
vpc: "vpc"
|
|
74274
74616
|
};
|
|
@@ -81872,6 +82214,8 @@ var commands = {
|
|
|
81872
82214
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
81873
82215
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
81874
82216
|
DescribeCapacityBlockOfferingsCommand,
|
|
82217
|
+
DescribeCapacityBlocksCommand,
|
|
82218
|
+
DescribeCapacityBlockStatusCommand,
|
|
81875
82219
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
81876
82220
|
DescribeCapacityReservationFleetsCommand,
|
|
81877
82221
|
DescribeCapacityReservationsCommand,
|
|
@@ -82341,6 +82685,14 @@ var paginateDescribeCapacityBlockExtensionOfferings = (0, import_core.createPagi
|
|
|
82341
82685
|
|
|
82342
82686
|
var paginateDescribeCapacityBlockOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
82343
82687
|
|
|
82688
|
+
// src/pagination/DescribeCapacityBlockStatusPaginator.ts
|
|
82689
|
+
|
|
82690
|
+
var paginateDescribeCapacityBlockStatus = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
82691
|
+
|
|
82692
|
+
// src/pagination/DescribeCapacityBlocksPaginator.ts
|
|
82693
|
+
|
|
82694
|
+
var paginateDescribeCapacityBlocks = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlocksCommand, "NextToken", "NextToken", "MaxResults");
|
|
82695
|
+
|
|
82344
82696
|
// src/pagination/DescribeCapacityReservationBillingRequestsPaginator.ts
|
|
82345
82697
|
|
|
82346
82698
|
var paginateDescribeCapacityReservationBillingRequests = (0, import_core.createPaginator)(EC2Client, DescribeCapacityReservationBillingRequestsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -84033,9 +84385,157 @@ var waitUntilSecurityGroupExists = /* @__PURE__ */ __name(async (params, input)
|
|
|
84033
84385
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84034
84386
|
}, "waitUntilSecurityGroupExists");
|
|
84035
84387
|
|
|
84036
|
-
// src/waiters/
|
|
84388
|
+
// src/waiters/waitForSecurityGroupVpcAssociationAssociated.ts
|
|
84037
84389
|
|
|
84038
84390
|
var checkState22 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84391
|
+
let reason;
|
|
84392
|
+
try {
|
|
84393
|
+
const result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
84394
|
+
reason = result;
|
|
84395
|
+
try {
|
|
84396
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84397
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84398
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84399
|
+
return element_2.State;
|
|
84400
|
+
});
|
|
84401
|
+
return projection_3;
|
|
84402
|
+
}, "returnComparator");
|
|
84403
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
84404
|
+
for (const element_4 of returnComparator()) {
|
|
84405
|
+
allStringEq_5 = allStringEq_5 && element_4 == "associated";
|
|
84406
|
+
}
|
|
84407
|
+
if (allStringEq_5) {
|
|
84408
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84409
|
+
}
|
|
84410
|
+
} catch (e) {
|
|
84411
|
+
}
|
|
84412
|
+
try {
|
|
84413
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84414
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84415
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84416
|
+
return element_2.State;
|
|
84417
|
+
});
|
|
84418
|
+
return projection_3;
|
|
84419
|
+
}, "returnComparator");
|
|
84420
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
84421
|
+
if (anyStringEq_4 == "associating") {
|
|
84422
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84423
|
+
}
|
|
84424
|
+
}
|
|
84425
|
+
} catch (e) {
|
|
84426
|
+
}
|
|
84427
|
+
try {
|
|
84428
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84429
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84430
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84431
|
+
return element_2.State;
|
|
84432
|
+
});
|
|
84433
|
+
return projection_3;
|
|
84434
|
+
}, "returnComparator");
|
|
84435
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
84436
|
+
if (anyStringEq_4 == "association-failed") {
|
|
84437
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
84438
|
+
}
|
|
84439
|
+
}
|
|
84440
|
+
} catch (e) {
|
|
84441
|
+
}
|
|
84442
|
+
} catch (exception) {
|
|
84443
|
+
reason = exception;
|
|
84444
|
+
}
|
|
84445
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84446
|
+
}, "checkState");
|
|
84447
|
+
var waitForSecurityGroupVpcAssociationAssociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84448
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84449
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
|
|
84450
|
+
}, "waitForSecurityGroupVpcAssociationAssociated");
|
|
84451
|
+
var waitUntilSecurityGroupVpcAssociationAssociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84452
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84453
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
|
|
84454
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
84455
|
+
}, "waitUntilSecurityGroupVpcAssociationAssociated");
|
|
84456
|
+
|
|
84457
|
+
// src/waiters/waitForSecurityGroupVpcAssociationDisassociated.ts
|
|
84458
|
+
|
|
84459
|
+
var checkState23 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84460
|
+
let reason;
|
|
84461
|
+
try {
|
|
84462
|
+
const result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
84463
|
+
reason = result;
|
|
84464
|
+
try {
|
|
84465
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84466
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84467
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84468
|
+
return element_2.State;
|
|
84469
|
+
});
|
|
84470
|
+
return projection_3;
|
|
84471
|
+
}, "returnComparator");
|
|
84472
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
84473
|
+
for (const element_4 of returnComparator()) {
|
|
84474
|
+
allStringEq_5 = allStringEq_5 && element_4 == "disassociated";
|
|
84475
|
+
}
|
|
84476
|
+
if (allStringEq_5) {
|
|
84477
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84478
|
+
}
|
|
84479
|
+
} catch (e) {
|
|
84480
|
+
}
|
|
84481
|
+
try {
|
|
84482
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84483
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84484
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84485
|
+
return element_2.State;
|
|
84486
|
+
});
|
|
84487
|
+
return projection_3;
|
|
84488
|
+
}, "returnComparator");
|
|
84489
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
84490
|
+
if (anyStringEq_4 == "disassociating") {
|
|
84491
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84492
|
+
}
|
|
84493
|
+
}
|
|
84494
|
+
} catch (e) {
|
|
84495
|
+
}
|
|
84496
|
+
try {
|
|
84497
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84498
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84499
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84500
|
+
return element_2.State;
|
|
84501
|
+
});
|
|
84502
|
+
return projection_3;
|
|
84503
|
+
}, "returnComparator");
|
|
84504
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
84505
|
+
if (anyStringEq_4 == "disassociation-failed") {
|
|
84506
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
84507
|
+
}
|
|
84508
|
+
}
|
|
84509
|
+
} catch (e) {
|
|
84510
|
+
}
|
|
84511
|
+
try {
|
|
84512
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84513
|
+
const flat_1 = [].concat(...result.SecurityGroupVpcAssociations);
|
|
84514
|
+
return flat_1.length == 0;
|
|
84515
|
+
}, "returnComparator");
|
|
84516
|
+
if (returnComparator() == true) {
|
|
84517
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84518
|
+
}
|
|
84519
|
+
} catch (e) {
|
|
84520
|
+
}
|
|
84521
|
+
} catch (exception) {
|
|
84522
|
+
reason = exception;
|
|
84523
|
+
}
|
|
84524
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84525
|
+
}, "checkState");
|
|
84526
|
+
var waitForSecurityGroupVpcAssociationDisassociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84527
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84528
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState23);
|
|
84529
|
+
}, "waitForSecurityGroupVpcAssociationDisassociated");
|
|
84530
|
+
var waitUntilSecurityGroupVpcAssociationDisassociated = /* @__PURE__ */ __name(async (params, input) => {
|
|
84531
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
84532
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState23);
|
|
84533
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
84534
|
+
}, "waitUntilSecurityGroupVpcAssociationDisassociated");
|
|
84535
|
+
|
|
84536
|
+
// src/waiters/waitForSnapshotCompleted.ts
|
|
84537
|
+
|
|
84538
|
+
var checkState24 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84039
84539
|
let reason;
|
|
84040
84540
|
try {
|
|
84041
84541
|
const result = await client.send(new DescribeSnapshotsCommand(input));
|
|
@@ -84079,17 +84579,17 @@ var checkState22 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84079
84579
|
}, "checkState");
|
|
84080
84580
|
var waitForSnapshotCompleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84081
84581
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84082
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84582
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState24);
|
|
84083
84583
|
}, "waitForSnapshotCompleted");
|
|
84084
84584
|
var waitUntilSnapshotCompleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84085
84585
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84086
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84586
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState24);
|
|
84087
84587
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84088
84588
|
}, "waitUntilSnapshotCompleted");
|
|
84089
84589
|
|
|
84090
84590
|
// src/waiters/waitForSpotInstanceRequestFulfilled.ts
|
|
84091
84591
|
|
|
84092
|
-
var
|
|
84592
|
+
var checkState25 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84093
84593
|
let reason;
|
|
84094
84594
|
try {
|
|
84095
84595
|
const result = await client.send(new DescribeSpotInstanceRequestsCommand(input));
|
|
@@ -84198,17 +84698,56 @@ var checkState23 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84198
84698
|
}, "checkState");
|
|
84199
84699
|
var waitForSpotInstanceRequestFulfilled = /* @__PURE__ */ __name(async (params, input) => {
|
|
84200
84700
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84201
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84701
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState25);
|
|
84202
84702
|
}, "waitForSpotInstanceRequestFulfilled");
|
|
84203
84703
|
var waitUntilSpotInstanceRequestFulfilled = /* @__PURE__ */ __name(async (params, input) => {
|
|
84204
84704
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84205
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84705
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState25);
|
|
84206
84706
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84207
84707
|
}, "waitUntilSpotInstanceRequestFulfilled");
|
|
84208
84708
|
|
|
84709
|
+
// src/waiters/waitForSystemStatusOk.ts
|
|
84710
|
+
|
|
84711
|
+
var checkState26 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84712
|
+
let reason;
|
|
84713
|
+
try {
|
|
84714
|
+
const result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
84715
|
+
reason = result;
|
|
84716
|
+
try {
|
|
84717
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84718
|
+
const flat_1 = [].concat(...result.InstanceStatuses);
|
|
84719
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
84720
|
+
return element_2.SystemStatus.Status;
|
|
84721
|
+
});
|
|
84722
|
+
return projection_3;
|
|
84723
|
+
}, "returnComparator");
|
|
84724
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
84725
|
+
for (const element_4 of returnComparator()) {
|
|
84726
|
+
allStringEq_5 = allStringEq_5 && element_4 == "ok";
|
|
84727
|
+
}
|
|
84728
|
+
if (allStringEq_5) {
|
|
84729
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84730
|
+
}
|
|
84731
|
+
} catch (e) {
|
|
84732
|
+
}
|
|
84733
|
+
} catch (exception) {
|
|
84734
|
+
reason = exception;
|
|
84735
|
+
}
|
|
84736
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84737
|
+
}, "checkState");
|
|
84738
|
+
var waitForSystemStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84739
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84740
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84741
|
+
}, "waitForSystemStatusOk");
|
|
84742
|
+
var waitUntilSystemStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84743
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84744
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84745
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
84746
|
+
}, "waitUntilSystemStatusOk");
|
|
84747
|
+
|
|
84209
84748
|
// src/waiters/waitForStoreImageTaskComplete.ts
|
|
84210
84749
|
|
|
84211
|
-
var
|
|
84750
|
+
var checkState27 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84212
84751
|
let reason;
|
|
84213
84752
|
try {
|
|
84214
84753
|
const result = await client.send(new DescribeStoreImageTasksCommand(input));
|
|
@@ -84267,34 +84806,26 @@ var checkState24 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84267
84806
|
}, "checkState");
|
|
84268
84807
|
var waitForStoreImageTaskComplete = /* @__PURE__ */ __name(async (params, input) => {
|
|
84269
84808
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84270
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84809
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState27);
|
|
84271
84810
|
}, "waitForStoreImageTaskComplete");
|
|
84272
84811
|
var waitUntilStoreImageTaskComplete = /* @__PURE__ */ __name(async (params, input) => {
|
|
84273
84812
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
84274
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84813
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState27);
|
|
84275
84814
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84276
84815
|
}, "waitUntilStoreImageTaskComplete");
|
|
84277
84816
|
|
|
84278
|
-
// src/waiters/
|
|
84817
|
+
// src/waiters/waitForPasswordDataAvailable.ts
|
|
84279
84818
|
|
|
84280
|
-
var
|
|
84819
|
+
var checkState28 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84281
84820
|
let reason;
|
|
84282
84821
|
try {
|
|
84283
|
-
const result = await client.send(new
|
|
84822
|
+
const result = await client.send(new GetPasswordDataCommand(input));
|
|
84284
84823
|
reason = result;
|
|
84285
84824
|
try {
|
|
84286
84825
|
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84287
|
-
|
|
84288
|
-
const projection_3 = flat_1.map((element_2) => {
|
|
84289
|
-
return element_2.State;
|
|
84290
|
-
});
|
|
84291
|
-
return projection_3;
|
|
84826
|
+
return result.PasswordData.length > 0;
|
|
84292
84827
|
}, "returnComparator");
|
|
84293
|
-
|
|
84294
|
-
for (const element_4 of returnComparator()) {
|
|
84295
|
-
allStringEq_5 = allStringEq_5 && element_4 == "available";
|
|
84296
|
-
}
|
|
84297
|
-
if (allStringEq_5) {
|
|
84828
|
+
if (returnComparator() == true) {
|
|
84298
84829
|
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84299
84830
|
}
|
|
84300
84831
|
} catch (e) {
|
|
@@ -84304,34 +84835,34 @@ var checkState25 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84304
84835
|
}
|
|
84305
84836
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84306
84837
|
}, "checkState");
|
|
84307
|
-
var
|
|
84838
|
+
var waitForPasswordDataAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84308
84839
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84309
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84310
|
-
}, "
|
|
84311
|
-
var
|
|
84840
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState28);
|
|
84841
|
+
}, "waitForPasswordDataAvailable");
|
|
84842
|
+
var waitUntilPasswordDataAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84312
84843
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84313
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84844
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState28);
|
|
84314
84845
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84315
|
-
}, "
|
|
84846
|
+
}, "waitUntilPasswordDataAvailable");
|
|
84316
84847
|
|
|
84317
|
-
// src/waiters/
|
|
84848
|
+
// src/waiters/waitForSubnetAvailable.ts
|
|
84318
84849
|
|
|
84319
|
-
var
|
|
84850
|
+
var checkState29 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84320
84851
|
let reason;
|
|
84321
84852
|
try {
|
|
84322
|
-
const result = await client.send(new
|
|
84853
|
+
const result = await client.send(new DescribeSubnetsCommand(input));
|
|
84323
84854
|
reason = result;
|
|
84324
84855
|
try {
|
|
84325
84856
|
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84326
|
-
const flat_1 = [].concat(...result.
|
|
84857
|
+
const flat_1 = [].concat(...result.Subnets);
|
|
84327
84858
|
const projection_3 = flat_1.map((element_2) => {
|
|
84328
|
-
return element_2.
|
|
84859
|
+
return element_2.State;
|
|
84329
84860
|
});
|
|
84330
84861
|
return projection_3;
|
|
84331
84862
|
}, "returnComparator");
|
|
84332
84863
|
let allStringEq_5 = returnComparator().length > 0;
|
|
84333
84864
|
for (const element_4 of returnComparator()) {
|
|
84334
|
-
allStringEq_5 = allStringEq_5 && element_4 == "
|
|
84865
|
+
allStringEq_5 = allStringEq_5 && element_4 == "available";
|
|
84335
84866
|
}
|
|
84336
84867
|
if (allStringEq_5) {
|
|
84337
84868
|
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
@@ -84343,50 +84874,19 @@ var checkState26 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84343
84874
|
}
|
|
84344
84875
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84345
84876
|
}, "checkState");
|
|
84346
|
-
var
|
|
84347
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84348
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84349
|
-
}, "waitForSystemStatusOk");
|
|
84350
|
-
var waitUntilSystemStatusOk = /* @__PURE__ */ __name(async (params, input) => {
|
|
84351
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84352
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState26);
|
|
84353
|
-
return (0, import_util_waiter.checkExceptions)(result);
|
|
84354
|
-
}, "waitUntilSystemStatusOk");
|
|
84355
|
-
|
|
84356
|
-
// src/waiters/waitForPasswordDataAvailable.ts
|
|
84357
|
-
|
|
84358
|
-
var checkState27 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84359
|
-
let reason;
|
|
84360
|
-
try {
|
|
84361
|
-
const result = await client.send(new GetPasswordDataCommand(input));
|
|
84362
|
-
reason = result;
|
|
84363
|
-
try {
|
|
84364
|
-
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
84365
|
-
return result.PasswordData.length > 0;
|
|
84366
|
-
}, "returnComparator");
|
|
84367
|
-
if (returnComparator() == true) {
|
|
84368
|
-
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
84369
|
-
}
|
|
84370
|
-
} catch (e) {
|
|
84371
|
-
}
|
|
84372
|
-
} catch (exception) {
|
|
84373
|
-
reason = exception;
|
|
84374
|
-
}
|
|
84375
|
-
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
84376
|
-
}, "checkState");
|
|
84377
|
-
var waitForPasswordDataAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84877
|
+
var waitForSubnetAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84378
84878
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84379
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84380
|
-
}, "
|
|
84381
|
-
var
|
|
84879
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState29);
|
|
84880
|
+
}, "waitForSubnetAvailable");
|
|
84881
|
+
var waitUntilSubnetAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84382
84882
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84383
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84883
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState29);
|
|
84384
84884
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84385
|
-
}, "
|
|
84885
|
+
}, "waitUntilSubnetAvailable");
|
|
84386
84886
|
|
|
84387
84887
|
// src/waiters/waitForVolumeAvailable.ts
|
|
84388
84888
|
|
|
84389
|
-
var
|
|
84889
|
+
var checkState30 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84390
84890
|
let reason;
|
|
84391
84891
|
try {
|
|
84392
84892
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -84430,17 +84930,17 @@ var checkState28 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84430
84930
|
}, "checkState");
|
|
84431
84931
|
var waitForVolumeAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84432
84932
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84433
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84933
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState30);
|
|
84434
84934
|
}, "waitForVolumeAvailable");
|
|
84435
84935
|
var waitUntilVolumeAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84436
84936
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84437
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84937
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState30);
|
|
84438
84938
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84439
84939
|
}, "waitUntilVolumeAvailable");
|
|
84440
84940
|
|
|
84441
84941
|
// src/waiters/waitForVolumeDeleted.ts
|
|
84442
84942
|
|
|
84443
|
-
var
|
|
84943
|
+
var checkState31 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84444
84944
|
let reason;
|
|
84445
84945
|
try {
|
|
84446
84946
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -84472,17 +84972,17 @@ var checkState29 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84472
84972
|
}, "checkState");
|
|
84473
84973
|
var waitForVolumeDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84474
84974
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84475
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84975
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState31);
|
|
84476
84976
|
}, "waitForVolumeDeleted");
|
|
84477
84977
|
var waitUntilVolumeDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84478
84978
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84479
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
84979
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState31);
|
|
84480
84980
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84481
84981
|
}, "waitUntilVolumeDeleted");
|
|
84482
84982
|
|
|
84483
84983
|
// src/waiters/waitForVolumeInUse.ts
|
|
84484
84984
|
|
|
84485
|
-
var
|
|
84985
|
+
var checkState32 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84486
84986
|
let reason;
|
|
84487
84987
|
try {
|
|
84488
84988
|
const result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -84526,17 +85026,17 @@ var checkState30 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84526
85026
|
}, "checkState");
|
|
84527
85027
|
var waitForVolumeInUse = /* @__PURE__ */ __name(async (params, input) => {
|
|
84528
85028
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84529
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85029
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState32);
|
|
84530
85030
|
}, "waitForVolumeInUse");
|
|
84531
85031
|
var waitUntilVolumeInUse = /* @__PURE__ */ __name(async (params, input) => {
|
|
84532
85032
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84533
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85033
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState32);
|
|
84534
85034
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84535
85035
|
}, "waitUntilVolumeInUse");
|
|
84536
85036
|
|
|
84537
85037
|
// src/waiters/waitForVpcAvailable.ts
|
|
84538
85038
|
|
|
84539
|
-
var
|
|
85039
|
+
var checkState33 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84540
85040
|
let reason;
|
|
84541
85041
|
try {
|
|
84542
85042
|
const result = await client.send(new DescribeVpcsCommand(input));
|
|
@@ -84565,17 +85065,17 @@ var checkState31 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84565
85065
|
}, "checkState");
|
|
84566
85066
|
var waitForVpcAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84567
85067
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84568
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85068
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState33);
|
|
84569
85069
|
}, "waitForVpcAvailable");
|
|
84570
85070
|
var waitUntilVpcAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84571
85071
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84572
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85072
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState33);
|
|
84573
85073
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84574
85074
|
}, "waitUntilVpcAvailable");
|
|
84575
85075
|
|
|
84576
85076
|
// src/waiters/waitForVpcExists.ts
|
|
84577
85077
|
|
|
84578
|
-
var
|
|
85078
|
+
var checkState34 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84579
85079
|
let reason;
|
|
84580
85080
|
try {
|
|
84581
85081
|
const result = await client.send(new DescribeVpcsCommand(input));
|
|
@@ -84591,17 +85091,17 @@ var checkState32 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84591
85091
|
}, "checkState");
|
|
84592
85092
|
var waitForVpcExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84593
85093
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
84594
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85094
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState34);
|
|
84595
85095
|
}, "waitForVpcExists");
|
|
84596
85096
|
var waitUntilVpcExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84597
85097
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
84598
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85098
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState34);
|
|
84599
85099
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84600
85100
|
}, "waitUntilVpcExists");
|
|
84601
85101
|
|
|
84602
85102
|
// src/waiters/waitForVpcPeeringConnectionDeleted.ts
|
|
84603
85103
|
|
|
84604
|
-
var
|
|
85104
|
+
var checkState35 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84605
85105
|
let reason;
|
|
84606
85106
|
try {
|
|
84607
85107
|
const result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
@@ -84633,17 +85133,17 @@ var checkState33 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84633
85133
|
}, "checkState");
|
|
84634
85134
|
var waitForVpcPeeringConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84635
85135
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84636
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85136
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState35);
|
|
84637
85137
|
}, "waitForVpcPeeringConnectionDeleted");
|
|
84638
85138
|
var waitUntilVpcPeeringConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84639
85139
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84640
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85140
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState35);
|
|
84641
85141
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84642
85142
|
}, "waitUntilVpcPeeringConnectionDeleted");
|
|
84643
85143
|
|
|
84644
85144
|
// src/waiters/waitForVpcPeeringConnectionExists.ts
|
|
84645
85145
|
|
|
84646
|
-
var
|
|
85146
|
+
var checkState36 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84647
85147
|
let reason;
|
|
84648
85148
|
try {
|
|
84649
85149
|
const result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
@@ -84659,17 +85159,17 @@ var checkState34 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84659
85159
|
}, "checkState");
|
|
84660
85160
|
var waitForVpcPeeringConnectionExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84661
85161
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84662
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85162
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState36);
|
|
84663
85163
|
}, "waitForVpcPeeringConnectionExists");
|
|
84664
85164
|
var waitUntilVpcPeeringConnectionExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
84665
85165
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84666
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85166
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState36);
|
|
84667
85167
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84668
85168
|
}, "waitUntilVpcPeeringConnectionExists");
|
|
84669
85169
|
|
|
84670
85170
|
// src/waiters/waitForVpnConnectionAvailable.ts
|
|
84671
85171
|
|
|
84672
|
-
var
|
|
85172
|
+
var checkState37 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84673
85173
|
let reason;
|
|
84674
85174
|
try {
|
|
84675
85175
|
const result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -84728,17 +85228,17 @@ var checkState35 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84728
85228
|
}, "checkState");
|
|
84729
85229
|
var waitForVpnConnectionAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84730
85230
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84731
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85231
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState37);
|
|
84732
85232
|
}, "waitForVpnConnectionAvailable");
|
|
84733
85233
|
var waitUntilVpnConnectionAvailable = /* @__PURE__ */ __name(async (params, input) => {
|
|
84734
85234
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84735
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85235
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState37);
|
|
84736
85236
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84737
85237
|
}, "waitUntilVpnConnectionAvailable");
|
|
84738
85238
|
|
|
84739
85239
|
// src/waiters/waitForVpnConnectionDeleted.ts
|
|
84740
85240
|
|
|
84741
|
-
var
|
|
85241
|
+
var checkState38 = /* @__PURE__ */ __name(async (client, input) => {
|
|
84742
85242
|
let reason;
|
|
84743
85243
|
try {
|
|
84744
85244
|
const result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -84782,11 +85282,11 @@ var checkState36 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
84782
85282
|
}, "checkState");
|
|
84783
85283
|
var waitForVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84784
85284
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84785
|
-
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85285
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState38);
|
|
84786
85286
|
}, "waitForVpnConnectionDeleted");
|
|
84787
85287
|
var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
84788
85288
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
84789
|
-
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input,
|
|
85289
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState38);
|
|
84790
85290
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
84791
85291
|
}, "waitUntilVpnConnectionDeleted");
|
|
84792
85292
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -85050,6 +85550,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85050
85550
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
85051
85551
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
85052
85552
|
DescribeCapacityBlockOfferingsCommand,
|
|
85553
|
+
DescribeCapacityBlockStatusCommand,
|
|
85554
|
+
DescribeCapacityBlocksCommand,
|
|
85053
85555
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
85054
85556
|
DescribeCapacityReservationFleetsCommand,
|
|
85055
85557
|
DescribeCapacityReservationsCommand,
|
|
@@ -85490,6 +85992,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85490
85992
|
paginateDescribeCapacityBlockExtensionHistory,
|
|
85491
85993
|
paginateDescribeCapacityBlockExtensionOfferings,
|
|
85492
85994
|
paginateDescribeCapacityBlockOfferings,
|
|
85995
|
+
paginateDescribeCapacityBlockStatus,
|
|
85996
|
+
paginateDescribeCapacityBlocks,
|
|
85493
85997
|
paginateDescribeCapacityReservationBillingRequests,
|
|
85494
85998
|
paginateDescribeCapacityReservationFleets,
|
|
85495
85999
|
paginateDescribeCapacityReservations,
|
|
@@ -85674,18 +86178,22 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85674
86178
|
waitUntilSnapshotImported,
|
|
85675
86179
|
waitForSecurityGroupExists,
|
|
85676
86180
|
waitUntilSecurityGroupExists,
|
|
86181
|
+
waitForSecurityGroupVpcAssociationAssociated,
|
|
86182
|
+
waitUntilSecurityGroupVpcAssociationAssociated,
|
|
86183
|
+
waitForSecurityGroupVpcAssociationDisassociated,
|
|
86184
|
+
waitUntilSecurityGroupVpcAssociationDisassociated,
|
|
85677
86185
|
waitForSnapshotCompleted,
|
|
85678
86186
|
waitUntilSnapshotCompleted,
|
|
85679
86187
|
waitForSpotInstanceRequestFulfilled,
|
|
85680
86188
|
waitUntilSpotInstanceRequestFulfilled,
|
|
85681
|
-
waitForStoreImageTaskComplete,
|
|
85682
|
-
waitUntilStoreImageTaskComplete,
|
|
85683
|
-
waitForSubnetAvailable,
|
|
85684
|
-
waitUntilSubnetAvailable,
|
|
85685
86189
|
waitForSystemStatusOk,
|
|
85686
86190
|
waitUntilSystemStatusOk,
|
|
86191
|
+
waitForStoreImageTaskComplete,
|
|
86192
|
+
waitUntilStoreImageTaskComplete,
|
|
85687
86193
|
waitForPasswordDataAvailable,
|
|
85688
86194
|
waitUntilPasswordDataAvailable,
|
|
86195
|
+
waitForSubnetAvailable,
|
|
86196
|
+
waitUntilSubnetAvailable,
|
|
85689
86197
|
waitForVolumeAvailable,
|
|
85690
86198
|
waitUntilVolumeAvailable,
|
|
85691
86199
|
waitForVolumeDeleted,
|
|
@@ -85973,9 +86481,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85973
86481
|
PeriodType,
|
|
85974
86482
|
StatisticType,
|
|
85975
86483
|
CapacityBlockExtensionStatus,
|
|
86484
|
+
CapacityBlockResourceState,
|
|
86485
|
+
CapacityBlockInterconnectStatus,
|
|
85976
86486
|
CallerRole,
|
|
85977
86487
|
CapacityReservationBillingRequestStatus,
|
|
85978
|
-
ClientVpnConnectionStatusCode,
|
|
85979
86488
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
85980
86489
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
85981
86490
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -85985,6 +86494,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85985
86494
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
85986
86495
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85987
86496
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
86497
|
+
ClientVpnConnectionStatusCode,
|
|
85988
86498
|
AssociatedNetworkType,
|
|
85989
86499
|
ClientVpnEndpointAttributeStatusCode,
|
|
85990
86500
|
VpnProtocol,
|