@aws-sdk/client-ec2 3.843.0 → 3.845.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 +459 -73
- 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 +6 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/models/models_5.js +5 -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 +384 -60
- 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/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 +5 -2
- 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/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- 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/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- 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/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -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 +1 -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/RejectCapacityReservationBillingOwnershipCommand.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 +67 -19
- package/dist-types/models/models_2.d.ts +17 -14
- 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 +288 -461
- package/dist-types/models/models_6.d.ts +1413 -1339
- package/dist-types/models/models_7.d.ts +395 -172
- package/dist-types/models/models_8.d.ts +166 -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 +1 -1
- 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/DescribeVpcEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- 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/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- 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 +10 -3
- package/dist-types/ts3.4/models/models_2.d.ts +4 -7
- 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 +66 -85
- package/dist-types/ts3.4/models/models_6.d.ts +79 -73
- package/dist-types/ts3.4/models/models_7.d.ts +79 -46
- package/dist-types/ts3.4/models/models_8.d.ts +45 -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/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,
|
|
@@ -749,6 +753,7 @@ __export(index_exports, {
|
|
|
749
753
|
ImportVolumeRequestFilterSensitiveLog: () => ImportVolumeRequestFilterSensitiveLog,
|
|
750
754
|
ImportVolumeResultFilterSensitiveLog: () => ImportVolumeResultFilterSensitiveLog,
|
|
751
755
|
ImportVolumeTaskDetailsFilterSensitiveLog: () => ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
756
|
+
InitializationType: () => InitializationType,
|
|
752
757
|
InstanceAttributeName: () => InstanceAttributeName,
|
|
753
758
|
InstanceAutoRecoveryState: () => InstanceAutoRecoveryState,
|
|
754
759
|
InstanceBandwidthWeighting: () => InstanceBandwidthWeighting,
|
|
@@ -1197,6 +1202,8 @@ __export(index_exports, {
|
|
|
1197
1202
|
paginateDescribeCapacityBlockExtensionHistory: () => paginateDescribeCapacityBlockExtensionHistory,
|
|
1198
1203
|
paginateDescribeCapacityBlockExtensionOfferings: () => paginateDescribeCapacityBlockExtensionOfferings,
|
|
1199
1204
|
paginateDescribeCapacityBlockOfferings: () => paginateDescribeCapacityBlockOfferings,
|
|
1205
|
+
paginateDescribeCapacityBlockStatus: () => paginateDescribeCapacityBlockStatus,
|
|
1206
|
+
paginateDescribeCapacityBlocks: () => paginateDescribeCapacityBlocks,
|
|
1200
1207
|
paginateDescribeCapacityReservationBillingRequests: () => paginateDescribeCapacityReservationBillingRequests,
|
|
1201
1208
|
paginateDescribeCapacityReservationFleets: () => paginateDescribeCapacityReservationFleets,
|
|
1202
1209
|
paginateDescribeCapacityReservations: () => paginateDescribeCapacityReservations,
|
|
@@ -4119,6 +4126,26 @@ var se_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
4119
4126
|
});
|
|
4120
4127
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4121
4128
|
}, "se_DescribeCapacityBlockOfferingsCommand");
|
|
4129
|
+
var se_DescribeCapacityBlocksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4130
|
+
const headers = SHARED_HEADERS;
|
|
4131
|
+
let body;
|
|
4132
|
+
body = buildFormUrlencodedString({
|
|
4133
|
+
...se_DescribeCapacityBlocksRequest(input, context),
|
|
4134
|
+
[_A]: _DCB,
|
|
4135
|
+
[_V]: _
|
|
4136
|
+
});
|
|
4137
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4138
|
+
}, "se_DescribeCapacityBlocksCommand");
|
|
4139
|
+
var se_DescribeCapacityBlockStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4140
|
+
const headers = SHARED_HEADERS;
|
|
4141
|
+
let body;
|
|
4142
|
+
body = buildFormUrlencodedString({
|
|
4143
|
+
...se_DescribeCapacityBlockStatusRequest(input, context),
|
|
4144
|
+
[_A]: _DCBS,
|
|
4145
|
+
[_V]: _
|
|
4146
|
+
});
|
|
4147
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4148
|
+
}, "se_DescribeCapacityBlockStatusCommand");
|
|
4122
4149
|
var se_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4123
4150
|
const headers = SHARED_HEADERS;
|
|
4124
4151
|
let body;
|
|
@@ -11663,6 +11690,32 @@ var de_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (out
|
|
|
11663
11690
|
};
|
|
11664
11691
|
return response;
|
|
11665
11692
|
}, "de_DescribeCapacityBlockOfferingsCommand");
|
|
11693
|
+
var de_DescribeCapacityBlocksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11694
|
+
if (output.statusCode >= 300) {
|
|
11695
|
+
return de_CommandError(output, context);
|
|
11696
|
+
}
|
|
11697
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
11698
|
+
let contents = {};
|
|
11699
|
+
contents = de_DescribeCapacityBlocksResult(data, context);
|
|
11700
|
+
const response = {
|
|
11701
|
+
$metadata: deserializeMetadata(output),
|
|
11702
|
+
...contents
|
|
11703
|
+
};
|
|
11704
|
+
return response;
|
|
11705
|
+
}, "de_DescribeCapacityBlocksCommand");
|
|
11706
|
+
var de_DescribeCapacityBlockStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11707
|
+
if (output.statusCode >= 300) {
|
|
11708
|
+
return de_CommandError(output, context);
|
|
11709
|
+
}
|
|
11710
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
11711
|
+
let contents = {};
|
|
11712
|
+
contents = de_DescribeCapacityBlockStatusResult(data, context);
|
|
11713
|
+
const response = {
|
|
11714
|
+
$metadata: deserializeMetadata(output),
|
|
11715
|
+
...contents
|
|
11716
|
+
};
|
|
11717
|
+
return response;
|
|
11718
|
+
}, "de_DescribeCapacityBlockStatusCommand");
|
|
11666
11719
|
var de_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11667
11720
|
if (output.statusCode >= 300) {
|
|
11668
11721
|
return de_CommandError(output, context);
|
|
@@ -18749,6 +18802,18 @@ var se_CancelSpotInstanceRequestsRequest = /* @__PURE__ */ __name((input, contex
|
|
|
18749
18802
|
}
|
|
18750
18803
|
return entries;
|
|
18751
18804
|
}, "se_CancelSpotInstanceRequestsRequest");
|
|
18805
|
+
var se_CapacityBlockIds = /* @__PURE__ */ __name((input, context) => {
|
|
18806
|
+
const entries = {};
|
|
18807
|
+
let counter = 1;
|
|
18808
|
+
for (const entry of input) {
|
|
18809
|
+
if (entry === null) {
|
|
18810
|
+
continue;
|
|
18811
|
+
}
|
|
18812
|
+
entries[`Item.${counter}`] = entry;
|
|
18813
|
+
counter++;
|
|
18814
|
+
}
|
|
18815
|
+
return entries;
|
|
18816
|
+
}, "se_CapacityBlockIds");
|
|
18752
18817
|
var se_CapacityReservationFleetIdSet = /* @__PURE__ */ __name((input, context) => {
|
|
18753
18818
|
const entries = {};
|
|
18754
18819
|
let counter = 1;
|
|
@@ -19481,8 +19546,8 @@ var se_CreateClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19481
19546
|
if (input[_CVEI] != null) {
|
|
19482
19547
|
entries[_CVEI] = input[_CVEI];
|
|
19483
19548
|
}
|
|
19484
|
-
if (input[
|
|
19485
|
-
entries[
|
|
19549
|
+
if (input[_DCBe] != null) {
|
|
19550
|
+
entries[_DCBe] = input[_DCBe];
|
|
19486
19551
|
}
|
|
19487
19552
|
if (input[_TVSI] != null) {
|
|
19488
19553
|
entries[_TVSI] = input[_TVSI];
|
|
@@ -19884,6 +19949,9 @@ var se_CreateInstanceConnectEndpointRequest = /* @__PURE__ */ __name((input, con
|
|
|
19884
19949
|
entries[loc] = value;
|
|
19885
19950
|
});
|
|
19886
19951
|
}
|
|
19952
|
+
if (input[_IAT] != null) {
|
|
19953
|
+
entries[_IAT] = input[_IAT];
|
|
19954
|
+
}
|
|
19887
19955
|
return entries;
|
|
19888
19956
|
}, "se_CreateInstanceConnectEndpointRequest");
|
|
19889
19957
|
var se_CreateInstanceEventWindowRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -20242,8 +20310,8 @@ var se_CreateLaunchTemplateVersionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
20242
20310
|
}, "se_CreateLaunchTemplateVersionRequest");
|
|
20243
20311
|
var se_CreateLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20244
20312
|
const entries = {};
|
|
20245
|
-
if (input[
|
|
20246
|
-
entries[
|
|
20313
|
+
if (input[_DCBe] != null) {
|
|
20314
|
+
entries[_DCBe] = input[_DCBe];
|
|
20247
20315
|
}
|
|
20248
20316
|
if (input[_LGRTI] != null) {
|
|
20249
20317
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -20917,8 +20985,8 @@ var se_CreateRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20917
20985
|
if (input[_RTI] != null) {
|
|
20918
20986
|
entries[_RTI] = input[_RTI];
|
|
20919
20987
|
}
|
|
20920
|
-
if (input[
|
|
20921
|
-
entries[
|
|
20988
|
+
if (input[_DCBe] != null) {
|
|
20989
|
+
entries[_DCBe] = input[_DCBe];
|
|
20922
20990
|
}
|
|
20923
20991
|
if (input[_GI] != null) {
|
|
20924
20992
|
entries[_GI] = input[_GI];
|
|
@@ -21314,8 +21382,8 @@ var se_CreateTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
21314
21382
|
if (input[_P] != null) {
|
|
21315
21383
|
entries[_P] = input[_P];
|
|
21316
21384
|
}
|
|
21317
|
-
if (input[
|
|
21318
|
-
entries[
|
|
21385
|
+
if (input[_DCBe] != null) {
|
|
21386
|
+
entries[_DCBe] = input[_DCBe];
|
|
21319
21387
|
}
|
|
21320
21388
|
if (input[_SCB] != null) {
|
|
21321
21389
|
entries[_SCB] = input[_SCB];
|
|
@@ -21621,8 +21689,8 @@ var se_CreateTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
21621
21689
|
}, "se_CreateTransitGatewayRequest");
|
|
21622
21690
|
var se_CreateTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21623
21691
|
const entries = {};
|
|
21624
|
-
if (input[
|
|
21625
|
-
entries[
|
|
21692
|
+
if (input[_DCBe] != null) {
|
|
21693
|
+
entries[_DCBe] = input[_DCBe];
|
|
21626
21694
|
}
|
|
21627
21695
|
if (input[_TGRTI] != null) {
|
|
21628
21696
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -22529,8 +22597,8 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22529
22597
|
}, "se_CreateVpnConnectionRequest");
|
|
22530
22598
|
var se_CreateVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22531
22599
|
const entries = {};
|
|
22532
|
-
if (input[
|
|
22533
|
-
entries[
|
|
22600
|
+
if (input[_DCBe] != null) {
|
|
22601
|
+
entries[_DCBe] = input[_DCBe];
|
|
22534
22602
|
}
|
|
22535
22603
|
if (input[_VCI] != null) {
|
|
22536
22604
|
entries[_VCI] = input[_VCI];
|
|
@@ -22656,8 +22724,8 @@ var se_DeleteClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
22656
22724
|
if (input[_TVSI] != null) {
|
|
22657
22725
|
entries[_TVSI] = input[_TVSI];
|
|
22658
22726
|
}
|
|
22659
|
-
if (input[
|
|
22660
|
-
entries[
|
|
22727
|
+
if (input[_DCBe] != null) {
|
|
22728
|
+
entries[_DCBe] = input[_DCBe];
|
|
22661
22729
|
}
|
|
22662
22730
|
if (input[_DRr] != null) {
|
|
22663
22731
|
entries[_DRr] = input[_DRr];
|
|
@@ -22895,8 +22963,8 @@ var se_DeleteLaunchTemplateVersionsRequest = /* @__PURE__ */ __name((input, cont
|
|
|
22895
22963
|
}, "se_DeleteLaunchTemplateVersionsRequest");
|
|
22896
22964
|
var se_DeleteLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22897
22965
|
const entries = {};
|
|
22898
|
-
if (input[
|
|
22899
|
-
entries[
|
|
22966
|
+
if (input[_DCBe] != null) {
|
|
22967
|
+
entries[_DCBe] = input[_DCBe];
|
|
22900
22968
|
}
|
|
22901
22969
|
if (input[_LGRTI] != null) {
|
|
22902
22970
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -23128,8 +23196,8 @@ var se_DeleteRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23128
23196
|
if (input[_RTI] != null) {
|
|
23129
23197
|
entries[_RTI] = input[_RTI];
|
|
23130
23198
|
}
|
|
23131
|
-
if (input[
|
|
23132
|
-
entries[
|
|
23199
|
+
if (input[_DCBe] != null) {
|
|
23200
|
+
entries[_DCBe] = input[_DCBe];
|
|
23133
23201
|
}
|
|
23134
23202
|
if (input[_DICB] != null) {
|
|
23135
23203
|
entries[_DICB] = input[_DICB];
|
|
@@ -23365,8 +23433,8 @@ var se_DeleteTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context
|
|
|
23365
23433
|
if (input[_TGRTI] != null) {
|
|
23366
23434
|
entries[_TGRTI] = input[_TGRTI];
|
|
23367
23435
|
}
|
|
23368
|
-
if (input[
|
|
23369
|
-
entries[
|
|
23436
|
+
if (input[_DCBe] != null) {
|
|
23437
|
+
entries[_DCBe] = input[_DCBe];
|
|
23370
23438
|
}
|
|
23371
23439
|
if (input[_DRr] != null) {
|
|
23372
23440
|
entries[_DRr] = input[_DRr];
|
|
@@ -23561,8 +23629,8 @@ var se_DeleteVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23561
23629
|
}, "se_DeleteVpnConnectionRequest");
|
|
23562
23630
|
var se_DeleteVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23563
23631
|
const entries = {};
|
|
23564
|
-
if (input[
|
|
23565
|
-
entries[
|
|
23632
|
+
if (input[_DCBe] != null) {
|
|
23633
|
+
entries[_DCBe] = input[_DCBe];
|
|
23566
23634
|
}
|
|
23567
23635
|
if (input[_VCI] != null) {
|
|
23568
23636
|
entries[_VCI] = input[_VCI];
|
|
@@ -23958,8 +24026,68 @@ var se_DescribeCapacityBlockOfferingsRequest = /* @__PURE__ */ __name((input, co
|
|
|
23958
24026
|
if (input[_MR] != null) {
|
|
23959
24027
|
entries[_MR] = input[_MR];
|
|
23960
24028
|
}
|
|
24029
|
+
if (input[_UTl] != null) {
|
|
24030
|
+
entries[_UTl] = input[_UTl];
|
|
24031
|
+
}
|
|
24032
|
+
if (input[_UC] != null) {
|
|
24033
|
+
entries[_UC] = input[_UC];
|
|
24034
|
+
}
|
|
23961
24035
|
return entries;
|
|
23962
24036
|
}, "se_DescribeCapacityBlockOfferingsRequest");
|
|
24037
|
+
var se_DescribeCapacityBlocksRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24038
|
+
const entries = {};
|
|
24039
|
+
if (input[_CBI] != null) {
|
|
24040
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
24041
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24042
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24043
|
+
entries[loc] = value;
|
|
24044
|
+
});
|
|
24045
|
+
}
|
|
24046
|
+
if (input[_NT] != null) {
|
|
24047
|
+
entries[_NT] = input[_NT];
|
|
24048
|
+
}
|
|
24049
|
+
if (input[_MR] != null) {
|
|
24050
|
+
entries[_MR] = input[_MR];
|
|
24051
|
+
}
|
|
24052
|
+
if (input[_Fi] != null) {
|
|
24053
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24054
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24055
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24056
|
+
entries[loc] = value;
|
|
24057
|
+
});
|
|
24058
|
+
}
|
|
24059
|
+
if (input[_DRr] != null) {
|
|
24060
|
+
entries[_DRr] = input[_DRr];
|
|
24061
|
+
}
|
|
24062
|
+
return entries;
|
|
24063
|
+
}, "se_DescribeCapacityBlocksRequest");
|
|
24064
|
+
var se_DescribeCapacityBlockStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24065
|
+
const entries = {};
|
|
24066
|
+
if (input[_CBI] != null) {
|
|
24067
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
24068
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24069
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24070
|
+
entries[loc] = value;
|
|
24071
|
+
});
|
|
24072
|
+
}
|
|
24073
|
+
if (input[_NT] != null) {
|
|
24074
|
+
entries[_NT] = input[_NT];
|
|
24075
|
+
}
|
|
24076
|
+
if (input[_MR] != null) {
|
|
24077
|
+
entries[_MR] = input[_MR];
|
|
24078
|
+
}
|
|
24079
|
+
if (input[_Fi] != null) {
|
|
24080
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24081
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24082
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24083
|
+
entries[loc] = value;
|
|
24084
|
+
});
|
|
24085
|
+
}
|
|
24086
|
+
if (input[_DRr] != null) {
|
|
24087
|
+
entries[_DRr] = input[_DRr];
|
|
24088
|
+
}
|
|
24089
|
+
return entries;
|
|
24090
|
+
}, "se_DescribeCapacityBlockStatusRequest");
|
|
23963
24091
|
var se_DescribeCapacityReservationBillingRequestsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23964
24092
|
const entries = {};
|
|
23965
24093
|
if (input[_CRIa] != null) {
|
|
@@ -33849,8 +33977,8 @@ var se_ModifyLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
33849
33977
|
}, "se_ModifyLaunchTemplateRequest");
|
|
33850
33978
|
var se_ModifyLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33851
33979
|
const entries = {};
|
|
33852
|
-
if (input[
|
|
33853
|
-
entries[
|
|
33980
|
+
if (input[_DCBe] != null) {
|
|
33981
|
+
entries[_DCBe] = input[_DCBe];
|
|
33854
33982
|
}
|
|
33855
33983
|
if (input[_LGRTI] != null) {
|
|
33856
33984
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -34252,8 +34380,8 @@ var se_ModifyTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
34252
34380
|
if (input[_P] != null) {
|
|
34253
34381
|
entries[_P] = input[_P];
|
|
34254
34382
|
}
|
|
34255
|
-
if (input[
|
|
34256
|
-
entries[
|
|
34383
|
+
if (input[_DCBe] != null) {
|
|
34384
|
+
entries[_DCBe] = input[_DCBe];
|
|
34257
34385
|
}
|
|
34258
34386
|
if (input[_SCB] != null) {
|
|
34259
34387
|
entries[_SCB] = input[_SCB];
|
|
@@ -36960,8 +37088,8 @@ var se_ReplaceRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
36960
37088
|
if (input[_RTI] != null) {
|
|
36961
37089
|
entries[_RTI] = input[_RTI];
|
|
36962
37090
|
}
|
|
36963
|
-
if (input[
|
|
36964
|
-
entries[
|
|
37091
|
+
if (input[_DCBe] != null) {
|
|
37092
|
+
entries[_DCBe] = input[_DCBe];
|
|
36965
37093
|
}
|
|
36966
37094
|
if (input[_GI] != null) {
|
|
36967
37095
|
entries[_GI] = input[_GI];
|
|
@@ -37001,8 +37129,8 @@ var se_ReplaceRouteTableAssociationRequest = /* @__PURE__ */ __name((input, cont
|
|
|
37001
37129
|
}, "se_ReplaceRouteTableAssociationRequest");
|
|
37002
37130
|
var se_ReplaceTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
37003
37131
|
const entries = {};
|
|
37004
|
-
if (input[
|
|
37005
|
-
entries[
|
|
37132
|
+
if (input[_DCBe] != null) {
|
|
37133
|
+
entries[_DCBe] = input[_DCBe];
|
|
37006
37134
|
}
|
|
37007
37135
|
if (input[_TGRTI] != null) {
|
|
37008
37136
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -42198,6 +42326,44 @@ var de_CapacityAllocations = /* @__PURE__ */ __name((output, context) => {
|
|
|
42198
42326
|
return de_CapacityAllocation(entry, context);
|
|
42199
42327
|
});
|
|
42200
42328
|
}, "de_CapacityAllocations");
|
|
42329
|
+
var de_CapacityBlock = /* @__PURE__ */ __name((output, context) => {
|
|
42330
|
+
const contents = {};
|
|
42331
|
+
if (output[_cBI] != null) {
|
|
42332
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42333
|
+
}
|
|
42334
|
+
if (output[_uTl] != null) {
|
|
42335
|
+
contents[_UTl] = (0, import_smithy_client.expectString)(output[_uTl]);
|
|
42336
|
+
}
|
|
42337
|
+
if (output[_aZ] != null) {
|
|
42338
|
+
contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
|
|
42339
|
+
}
|
|
42340
|
+
if (output[_aZI] != null) {
|
|
42341
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
42342
|
+
}
|
|
42343
|
+
if (output.capacityReservationIdSet === "") {
|
|
42344
|
+
contents[_CRIa] = [];
|
|
42345
|
+
} else if (output[_cRIS] != null && output[_cRIS][_i] != null) {
|
|
42346
|
+
contents[_CRIa] = de_CapacityReservationIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cRIS][_i]), context);
|
|
42347
|
+
}
|
|
42348
|
+
if (output[_sD] != null) {
|
|
42349
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
42350
|
+
}
|
|
42351
|
+
if (output[_eD] != null) {
|
|
42352
|
+
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
42353
|
+
}
|
|
42354
|
+
if (output[_cD] != null) {
|
|
42355
|
+
contents[_CDr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cD]));
|
|
42356
|
+
}
|
|
42357
|
+
if (output[_st] != null) {
|
|
42358
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
42359
|
+
}
|
|
42360
|
+
if (output.tagSet === "") {
|
|
42361
|
+
contents[_Ta] = [];
|
|
42362
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
42363
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
42364
|
+
}
|
|
42365
|
+
return contents;
|
|
42366
|
+
}, "de_CapacityBlock");
|
|
42201
42367
|
var de_CapacityBlockExtension = /* @__PURE__ */ __name((output, context) => {
|
|
42202
42368
|
const contents = {};
|
|
42203
42369
|
if (output[_cRI] != null) {
|
|
@@ -42323,6 +42489,12 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
42323
42489
|
if (output[_t] != null) {
|
|
42324
42490
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
42325
42491
|
}
|
|
42492
|
+
if (output[_uTl] != null) {
|
|
42493
|
+
contents[_UTl] = (0, import_smithy_client.expectString)(output[_uTl]);
|
|
42494
|
+
}
|
|
42495
|
+
if (output[_uC] != null) {
|
|
42496
|
+
contents[_UC] = (0, import_smithy_client.strictParseInt32)(output[_uC]);
|
|
42497
|
+
}
|
|
42326
42498
|
if (output[_cBDM] != null) {
|
|
42327
42499
|
contents[_CBDM] = (0, import_smithy_client.strictParseInt32)(output[_cBDM]);
|
|
42328
42500
|
}
|
|
@@ -42333,6 +42505,40 @@ var de_CapacityBlockOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
42333
42505
|
return de_CapacityBlockOffering(entry, context);
|
|
42334
42506
|
});
|
|
42335
42507
|
}, "de_CapacityBlockOfferingSet");
|
|
42508
|
+
var de_CapacityBlockSet = /* @__PURE__ */ __name((output, context) => {
|
|
42509
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42510
|
+
return de_CapacityBlock(entry, context);
|
|
42511
|
+
});
|
|
42512
|
+
}, "de_CapacityBlockSet");
|
|
42513
|
+
var de_CapacityBlockStatus = /* @__PURE__ */ __name((output, context) => {
|
|
42514
|
+
const contents = {};
|
|
42515
|
+
if (output[_cBI] != null) {
|
|
42516
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42517
|
+
}
|
|
42518
|
+
if (output[_iS] != null) {
|
|
42519
|
+
contents[_ISnte] = (0, import_smithy_client.expectString)(output[_iS]);
|
|
42520
|
+
}
|
|
42521
|
+
if (output[_tC] != null) {
|
|
42522
|
+
contents[_TCo] = (0, import_smithy_client.strictParseInt32)(output[_tC]);
|
|
42523
|
+
}
|
|
42524
|
+
if (output[_tAC] != null) {
|
|
42525
|
+
contents[_TAC] = (0, import_smithy_client.strictParseInt32)(output[_tAC]);
|
|
42526
|
+
}
|
|
42527
|
+
if (output[_tUC] != null) {
|
|
42528
|
+
contents[_TUC] = (0, import_smithy_client.strictParseInt32)(output[_tUC]);
|
|
42529
|
+
}
|
|
42530
|
+
if (output.capacityReservationStatusSet === "") {
|
|
42531
|
+
contents[_CRSap] = [];
|
|
42532
|
+
} else if (output[_cRSS] != null && output[_cRSS][_i] != null) {
|
|
42533
|
+
contents[_CRSap] = de_CapacityReservationStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cRSS][_i]), context);
|
|
42534
|
+
}
|
|
42535
|
+
return contents;
|
|
42536
|
+
}, "de_CapacityBlockStatus");
|
|
42537
|
+
var de_CapacityBlockStatusSet = /* @__PURE__ */ __name((output, context) => {
|
|
42538
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42539
|
+
return de_CapacityBlockStatus(entry, context);
|
|
42540
|
+
});
|
|
42541
|
+
}, "de_CapacityBlockStatusSet");
|
|
42336
42542
|
var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
42337
42543
|
const contents = {};
|
|
42338
42544
|
if (output[_cRI] != null) {
|
|
@@ -42420,6 +42626,9 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
42420
42626
|
if (output[_dP] != null) {
|
|
42421
42627
|
contents[_DP] = (0, import_smithy_client.expectString)(output[_dP]);
|
|
42422
42628
|
}
|
|
42629
|
+
if (output[_cBI] != null) {
|
|
42630
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42631
|
+
}
|
|
42423
42632
|
return contents;
|
|
42424
42633
|
}, "de_CapacityReservation");
|
|
42425
42634
|
var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -42544,6 +42753,11 @@ var de_CapacityReservationGroupSet = /* @__PURE__ */ __name((output, context) =>
|
|
|
42544
42753
|
return de_CapacityReservationGroup(entry, context);
|
|
42545
42754
|
});
|
|
42546
42755
|
}, "de_CapacityReservationGroupSet");
|
|
42756
|
+
var de_CapacityReservationIdSet = /* @__PURE__ */ __name((output, context) => {
|
|
42757
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42758
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
42759
|
+
});
|
|
42760
|
+
}, "de_CapacityReservationIdSet");
|
|
42547
42761
|
var de_CapacityReservationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
42548
42762
|
const contents = {};
|
|
42549
42763
|
if (output[_iT] != null) {
|
|
@@ -42582,6 +42796,27 @@ var de_CapacityReservationSpecificationResponse = /* @__PURE__ */ __name((output
|
|
|
42582
42796
|
}
|
|
42583
42797
|
return contents;
|
|
42584
42798
|
}, "de_CapacityReservationSpecificationResponse");
|
|
42799
|
+
var de_CapacityReservationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
42800
|
+
const contents = {};
|
|
42801
|
+
if (output[_cRI] != null) {
|
|
42802
|
+
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
42803
|
+
}
|
|
42804
|
+
if (output[_tC] != null) {
|
|
42805
|
+
contents[_TCo] = (0, import_smithy_client.strictParseInt32)(output[_tC]);
|
|
42806
|
+
}
|
|
42807
|
+
if (output[_tAC] != null) {
|
|
42808
|
+
contents[_TAC] = (0, import_smithy_client.strictParseInt32)(output[_tAC]);
|
|
42809
|
+
}
|
|
42810
|
+
if (output[_tUC] != null) {
|
|
42811
|
+
contents[_TUC] = (0, import_smithy_client.strictParseInt32)(output[_tUC]);
|
|
42812
|
+
}
|
|
42813
|
+
return contents;
|
|
42814
|
+
}, "de_CapacityReservationStatus");
|
|
42815
|
+
var de_CapacityReservationStatusSet = /* @__PURE__ */ __name((output, context) => {
|
|
42816
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
42817
|
+
return de_CapacityReservationStatus(entry, context);
|
|
42818
|
+
});
|
|
42819
|
+
}, "de_CapacityReservationStatusSet");
|
|
42585
42820
|
var de_CapacityReservationTargetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
42586
42821
|
const contents = {};
|
|
42587
42822
|
if (output[_cRI] != null) {
|
|
@@ -43562,8 +43797,8 @@ var de_CreateIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
43562
43797
|
}, "de_CreateIpamResult");
|
|
43563
43798
|
var de_CreateIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
43564
43799
|
const contents = {};
|
|
43565
|
-
if (output[
|
|
43566
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
43800
|
+
if (output[_iSp] != null) {
|
|
43801
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
43567
43802
|
}
|
|
43568
43803
|
return contents;
|
|
43569
43804
|
}, "de_CreateIpamScopeResult");
|
|
@@ -44325,8 +44560,8 @@ var de_DeleteIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
44325
44560
|
}, "de_DeleteIpamResult");
|
|
44326
44561
|
var de_DeleteIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
44327
44562
|
const contents = {};
|
|
44328
|
-
if (output[
|
|
44329
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
44563
|
+
if (output[_iSp] != null) {
|
|
44564
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
44330
44565
|
}
|
|
44331
44566
|
return contents;
|
|
44332
44567
|
}, "de_DeleteIpamScopeResult");
|
|
@@ -44958,6 +45193,30 @@ var de_DescribeCapacityBlockOfferingsResult = /* @__PURE__ */ __name((output, co
|
|
|
44958
45193
|
}
|
|
44959
45194
|
return contents;
|
|
44960
45195
|
}, "de_DescribeCapacityBlockOfferingsResult");
|
|
45196
|
+
var de_DescribeCapacityBlocksResult = /* @__PURE__ */ __name((output, context) => {
|
|
45197
|
+
const contents = {};
|
|
45198
|
+
if (output.capacityBlockSet === "") {
|
|
45199
|
+
contents[_CBa] = [];
|
|
45200
|
+
} else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
45201
|
+
contents[_CBa] = de_CapacityBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBS][_i]), context);
|
|
45202
|
+
}
|
|
45203
|
+
if (output[_nTe] != null) {
|
|
45204
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45205
|
+
}
|
|
45206
|
+
return contents;
|
|
45207
|
+
}, "de_DescribeCapacityBlocksResult");
|
|
45208
|
+
var de_DescribeCapacityBlockStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
45209
|
+
const contents = {};
|
|
45210
|
+
if (output.capacityBlockStatusSet === "") {
|
|
45211
|
+
contents[_CBS] = [];
|
|
45212
|
+
} else if (output[_cBSS] != null && output[_cBSS][_i] != null) {
|
|
45213
|
+
contents[_CBS] = de_CapacityBlockStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBSS][_i]), context);
|
|
45214
|
+
}
|
|
45215
|
+
if (output[_nTe] != null) {
|
|
45216
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45217
|
+
}
|
|
45218
|
+
return contents;
|
|
45219
|
+
}, "de_DescribeCapacityBlockStatusResult");
|
|
44961
45220
|
var de_DescribeCapacityReservationBillingRequestsResult = /* @__PURE__ */ __name((output, context) => {
|
|
44962
45221
|
const contents = {};
|
|
44963
45222
|
if (output[_nTe] != null) {
|
|
@@ -45724,8 +45983,8 @@ var de_DescribeIpamsResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
45724
45983
|
}
|
|
45725
45984
|
if (output.ipamSet === "") {
|
|
45726
45985
|
contents[_Ipam] = [];
|
|
45727
|
-
} else if (output[
|
|
45728
|
-
contents[_Ipam] = de_IpamSet((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
45986
|
+
} else if (output[_iSpa] != null && output[_iSpa][_i] != null) {
|
|
45987
|
+
contents[_Ipam] = de_IpamSet((0, import_smithy_client.getArrayIfSingleItem)(output[_iSpa][_i]), context);
|
|
45729
45988
|
}
|
|
45730
45989
|
return contents;
|
|
45731
45990
|
}, "de_DescribeIpamsResult");
|
|
@@ -47681,6 +47940,9 @@ var de_Ec2InstanceConnectEndpoint = /* @__PURE__ */ __name((output, context) =>
|
|
|
47681
47940
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
47682
47941
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
47683
47942
|
}
|
|
47943
|
+
if (output[_iAT] != null) {
|
|
47944
|
+
contents[_IAT] = (0, import_smithy_client.expectString)(output[_iAT]);
|
|
47945
|
+
}
|
|
47684
47946
|
return contents;
|
|
47685
47947
|
}, "de_Ec2InstanceConnectEndpoint");
|
|
47686
47948
|
var de_EfaInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -50689,6 +50951,19 @@ var de_InferenceDeviceMemoryInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
50689
50951
|
}
|
|
50690
50952
|
return contents;
|
|
50691
50953
|
}, "de_InferenceDeviceMemoryInfo");
|
|
50954
|
+
var de_InitializationStatusDetails = /* @__PURE__ */ __name((output, context) => {
|
|
50955
|
+
const contents = {};
|
|
50956
|
+
if (output[_iTni] != null) {
|
|
50957
|
+
contents[_ITni] = (0, import_smithy_client.expectString)(output[_iTni]);
|
|
50958
|
+
}
|
|
50959
|
+
if (output[_pro] != null) {
|
|
50960
|
+
contents[_Prog] = (0, import_smithy_client.strictParseLong)(output[_pro]);
|
|
50961
|
+
}
|
|
50962
|
+
if (output[_eTTCIS] != null) {
|
|
50963
|
+
contents[_ETTCIS] = (0, import_smithy_client.strictParseLong)(output[_eTTCIS]);
|
|
50964
|
+
}
|
|
50965
|
+
return contents;
|
|
50966
|
+
}, "de_InitializationStatusDetails");
|
|
50692
50967
|
var de_InsideCidrBlocksStringList = /* @__PURE__ */ __name((output, context) => {
|
|
50693
50968
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
50694
50969
|
return (0, import_smithy_client.expectString)(entry);
|
|
@@ -50777,6 +51052,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
50777
51052
|
if (output[_cO] != null) {
|
|
50778
51053
|
contents[_COp] = de_CpuOptions(output[_cO], context);
|
|
50779
51054
|
}
|
|
51055
|
+
if (output[_cBI] != null) {
|
|
51056
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
51057
|
+
}
|
|
50780
51058
|
if (output[_cRI] != null) {
|
|
50781
51059
|
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
50782
51060
|
}
|
|
@@ -51835,6 +52113,9 @@ var de_InstanceTopology = /* @__PURE__ */ __name((output, context) => {
|
|
|
51835
52113
|
if (output[_zI] != null) {
|
|
51836
52114
|
contents[_ZIo] = (0, import_smithy_client.expectString)(output[_zI]);
|
|
51837
52115
|
}
|
|
52116
|
+
if (output[_cBI] != null) {
|
|
52117
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
52118
|
+
}
|
|
51838
52119
|
return contents;
|
|
51839
52120
|
}, "de_InstanceTopology");
|
|
51840
52121
|
var de_InstanceTypeInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53716,7 +53997,7 @@ var de_LocalGateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
53716
53997
|
var de_LocalGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
53717
53998
|
const contents = {};
|
|
53718
53999
|
if (output[_dCB] != null) {
|
|
53719
|
-
contents[
|
|
54000
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
53720
54001
|
}
|
|
53721
54002
|
if (output[_lGVIGI] != null) {
|
|
53722
54003
|
contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
|
|
@@ -54464,8 +54745,8 @@ var de_ModifyIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
54464
54745
|
}, "de_ModifyIpamResult");
|
|
54465
54746
|
var de_ModifyIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
54466
54747
|
const contents = {};
|
|
54467
|
-
if (output[
|
|
54468
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
54748
|
+
if (output[_iSp] != null) {
|
|
54749
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
54469
54750
|
}
|
|
54470
54751
|
return contents;
|
|
54471
54752
|
}, "de_ModifyIpamScopeResult");
|
|
@@ -56485,8 +56766,8 @@ var de_PublicIpv4Pool = /* @__PURE__ */ __name((output, context) => {
|
|
|
56485
56766
|
} else if (output[_pARS] != null && output[_pARS][_i] != null) {
|
|
56486
56767
|
contents[_PARo] = de_PublicIpv4PoolRangeSet((0, import_smithy_client.getArrayIfSingleItem)(output[_pARS][_i]), context);
|
|
56487
56768
|
}
|
|
56488
|
-
if (output[
|
|
56489
|
-
contents[
|
|
56769
|
+
if (output[_tACo] != null) {
|
|
56770
|
+
contents[_TACo] = (0, import_smithy_client.strictParseInt32)(output[_tACo]);
|
|
56490
56771
|
}
|
|
56491
56772
|
if (output[_tAAC] != null) {
|
|
56492
56773
|
contents[_TAAC] = (0, import_smithy_client.strictParseInt32)(output[_tAAC]);
|
|
@@ -56571,6 +56852,11 @@ var de_PurchaseCapacityBlockResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
56571
56852
|
if (output[_cR] != null) {
|
|
56572
56853
|
contents[_CRapa] = de_CapacityReservation(output[_cR], context);
|
|
56573
56854
|
}
|
|
56855
|
+
if (output.capacityBlockSet === "") {
|
|
56856
|
+
contents[_CBa] = [];
|
|
56857
|
+
} else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
56858
|
+
contents[_CBa] = de_CapacityBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBS][_i]), context);
|
|
56859
|
+
}
|
|
56574
56860
|
return contents;
|
|
56575
56861
|
}, "de_PurchaseCapacityBlockResult");
|
|
56576
56862
|
var de_PurchasedScheduledInstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -57551,7 +57837,7 @@ var de_RootDeviceTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
57551
57837
|
var de_Route = /* @__PURE__ */ __name((output, context) => {
|
|
57552
57838
|
const contents = {};
|
|
57553
57839
|
if (output[_dCB] != null) {
|
|
57554
|
-
contents[
|
|
57840
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
57555
57841
|
}
|
|
57556
57842
|
if (output[_dICB] != null) {
|
|
57557
57843
|
contents[_DICB] = (0, import_smithy_client.expectString)(output[_dICB]);
|
|
@@ -59958,7 +60244,7 @@ var de_TrafficMirrorFilterRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
59958
60244
|
contents[_SPR] = de_TrafficMirrorPortRange(output[_sPR], context);
|
|
59959
60245
|
}
|
|
59960
60246
|
if (output[_dCB] != null) {
|
|
59961
|
-
contents[
|
|
60247
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
59962
60248
|
}
|
|
59963
60249
|
if (output[_sCB] != null) {
|
|
59964
60250
|
contents[_SCB] = (0, import_smithy_client.expectString)(output[_sCB]);
|
|
@@ -60605,7 +60891,7 @@ var de_TransitGatewayPolicyRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
60605
60891
|
contents[_SPR] = (0, import_smithy_client.expectString)(output[_sPR]);
|
|
60606
60892
|
}
|
|
60607
60893
|
if (output[_dCB] != null) {
|
|
60608
|
-
contents[
|
|
60894
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60609
60895
|
}
|
|
60610
60896
|
if (output[_dPR] != null) {
|
|
60611
60897
|
contents[_DPR] = (0, import_smithy_client.expectString)(output[_dPR]);
|
|
@@ -60761,7 +61047,7 @@ var de_TransitGatewayPropagation = /* @__PURE__ */ __name((output, context) => {
|
|
|
60761
61047
|
var de_TransitGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
60762
61048
|
const contents = {};
|
|
60763
61049
|
if (output[_dCB] != null) {
|
|
60764
|
-
contents[
|
|
61050
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60765
61051
|
}
|
|
60766
61052
|
if (output[_pLI] != null) {
|
|
60767
61053
|
contents[_PLI] = (0, import_smithy_client.expectString)(output[_pLI]);
|
|
@@ -62198,6 +62484,9 @@ var de_VolumeStatusItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
62198
62484
|
} else if (output[_aStt] != null && output[_aStt][_i] != null) {
|
|
62199
62485
|
contents[_AStt] = de_VolumeStatusAttachmentStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_aStt][_i]), context);
|
|
62200
62486
|
}
|
|
62487
|
+
if (output[_iSD] != null) {
|
|
62488
|
+
contents[_ISD] = de_InitializationStatusDetails(output[_iSD], context);
|
|
62489
|
+
}
|
|
62201
62490
|
if (output[_aZI] != null) {
|
|
62202
62491
|
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
62203
62492
|
}
|
|
@@ -62343,8 +62632,8 @@ var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
62343
62632
|
if (output[_cB] != null) {
|
|
62344
62633
|
contents[_CB] = (0, import_smithy_client.expectString)(output[_cB]);
|
|
62345
62634
|
}
|
|
62346
|
-
if (output[
|
|
62347
|
-
contents[
|
|
62635
|
+
if (output[_cBSi] != null) {
|
|
62636
|
+
contents[_CBSi] = de_VpcCidrBlockState(output[_cBSi], context);
|
|
62348
62637
|
}
|
|
62349
62638
|
return contents;
|
|
62350
62639
|
}, "de_VpcCidrBlockAssociation");
|
|
@@ -62737,9 +63026,9 @@ var de_VpcPeeringConnectionVpcInfo = /* @__PURE__ */ __name((output, context) =>
|
|
|
62737
63026
|
contents[_ICBSp] = de_Ipv6CidrBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_iCBSp][_i]), context);
|
|
62738
63027
|
}
|
|
62739
63028
|
if (output.cidrBlockSet === "") {
|
|
62740
|
-
contents[
|
|
62741
|
-
} else if (output[
|
|
62742
|
-
contents[
|
|
63029
|
+
contents[_CBSid] = [];
|
|
63030
|
+
} else if (output[_cBSid] != null && output[_cBSid][_i] != null) {
|
|
63031
|
+
contents[_CBSid] = de_CidrBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBSid][_i]), context);
|
|
62743
63032
|
}
|
|
62744
63033
|
if (output[_oI] != null) {
|
|
62745
63034
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
@@ -62912,7 +63201,7 @@ var de_VpnGatewayList = /* @__PURE__ */ __name((output, context) => {
|
|
|
62912
63201
|
var de_VpnStaticRoute = /* @__PURE__ */ __name((output, context) => {
|
|
62913
63202
|
const contents = {};
|
|
62914
63203
|
if (output[_dCB] != null) {
|
|
62915
|
-
contents[
|
|
63204
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
62916
63205
|
}
|
|
62917
63206
|
if (output[_s] != null) {
|
|
62918
63207
|
contents[_S] = (0, import_smithy_client.expectString)(output[_s]);
|
|
@@ -63257,11 +63546,15 @@ var _CBEOI = "CapacityBlockExtensionOfferingId";
|
|
|
63257
63546
|
var _CBEPD = "CapacityBlockExtensionPurchaseDate";
|
|
63258
63547
|
var _CBES = "CapacityBlockExtensionStatus";
|
|
63259
63548
|
var _CBESD = "CapacityBlockExtensionStartDate";
|
|
63549
|
+
var _CBI = "CapacityBlockIds";
|
|
63550
|
+
var _CBIa = "CapacityBlockId";
|
|
63260
63551
|
var _CBO = "CapacityBlockOfferings";
|
|
63261
63552
|
var _CBOI = "CapacityBlockOfferingId";
|
|
63262
|
-
var _CBS = "
|
|
63263
|
-
var _CBSi = "
|
|
63553
|
+
var _CBS = "CapacityBlockStatuses";
|
|
63554
|
+
var _CBSi = "CidrBlockState";
|
|
63555
|
+
var _CBSid = "CidrBlockSet";
|
|
63264
63556
|
var _CBT = "CancelBundleTask";
|
|
63557
|
+
var _CBa = "CapacityBlocks";
|
|
63265
63558
|
var _CBr = "CreatedBy";
|
|
63266
63559
|
var _CC = "CoreCount";
|
|
63267
63560
|
var _CCB = "ClientCidrBlock";
|
|
@@ -63428,6 +63721,7 @@ var _CRS = "CreateRouteServer";
|
|
|
63428
63721
|
var _CRSE = "CreateRouteServerEndpoint";
|
|
63429
63722
|
var _CRSP = "CreateRouteServerPeer";
|
|
63430
63723
|
var _CRSa = "CapacityReservationSpecification";
|
|
63724
|
+
var _CRSap = "CapacityReservationStatuses";
|
|
63431
63725
|
var _CRT = "CreateRouteTable";
|
|
63432
63726
|
var _CRTa = "CapacityReservationTarget";
|
|
63433
63727
|
var _CRa = "CancelReason";
|
|
@@ -63552,10 +63846,12 @@ var _DBT = "DescribeBundleTasks";
|
|
|
63552
63846
|
var _DC = "DisallowedCidrs";
|
|
63553
63847
|
var _DCA = "DomainCertificateArn";
|
|
63554
63848
|
var _DCAR = "DeliverCrossAccountRole";
|
|
63555
|
-
var _DCB = "
|
|
63849
|
+
var _DCB = "DescribeCapacityBlocks";
|
|
63556
63850
|
var _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
63557
63851
|
var _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
63558
63852
|
var _DCBO = "DescribeCapacityBlockOfferings";
|
|
63853
|
+
var _DCBS = "DescribeCapacityBlockStatus";
|
|
63854
|
+
var _DCBe = "DestinationCidrBlock";
|
|
63559
63855
|
var _DCC = "DeleteCoipCidr";
|
|
63560
63856
|
var _DCG = "DeleteCarrierGateway";
|
|
63561
63857
|
var _DCGe = "DeleteCustomerGateway";
|
|
@@ -64056,6 +64352,7 @@ var _ETI = "ExportTaskId";
|
|
|
64056
64352
|
var _ETIx = "ExportTaskIds";
|
|
64057
64353
|
var _ETLC = "EnableTunnelLifecycleControl";
|
|
64058
64354
|
var _ETST = "ExportToS3Task";
|
|
64355
|
+
var _ETTCIS = "EstimatedTimeToCompleteInSeconds";
|
|
64059
64356
|
var _ETa = "EarliestTime";
|
|
64060
64357
|
var _ETi = "EipTags";
|
|
64061
64358
|
var _ETn = "EndTime";
|
|
@@ -64410,6 +64707,7 @@ var _IRpa = "IpamRegion";
|
|
|
64410
64707
|
var _IRpv = "Ipv6Ranges";
|
|
64411
64708
|
var _IS = "ImportSnapshot";
|
|
64412
64709
|
var _ISA = "IpamScopeArn";
|
|
64710
|
+
var _ISD = "InitializationStatusDetails";
|
|
64413
64711
|
var _ISI = "IpamScopeId";
|
|
64414
64712
|
var _ISIn = "InstanceStorageInfo";
|
|
64415
64713
|
var _ISIp = "IpamScopeIds";
|
|
@@ -64425,6 +64723,7 @@ var _ISns = "InstanceStatuses";
|
|
|
64425
64723
|
var _ISnst = "InstanceState";
|
|
64426
64724
|
var _ISnsta = "InstanceStatus";
|
|
64427
64725
|
var _ISnt = "IntegrateServices";
|
|
64726
|
+
var _ISnte = "InterconnectStatus";
|
|
64428
64727
|
var _ISp = "Ipv6Support";
|
|
64429
64728
|
var _ISpa = "IpamScope";
|
|
64430
64729
|
var _ISpam = "IpamScopes";
|
|
@@ -64441,6 +64740,7 @@ var _ITO = "InstanceTypeOfferings";
|
|
|
64441
64740
|
var _ITS = "InstanceTypeSpecifications";
|
|
64442
64741
|
var _ITm = "ImageType";
|
|
64443
64742
|
var _ITn = "InterfaceType";
|
|
64743
|
+
var _ITni = "InitializationType";
|
|
64444
64744
|
var _ITns = "InstanceTenancy";
|
|
64445
64745
|
var _ITnst = "InstanceTypes";
|
|
64446
64746
|
var _ITnsta = "InstanceTags";
|
|
@@ -65514,7 +65814,8 @@ var _Suc = "Successful";
|
|
|
65514
65814
|
var _Succ = "Success";
|
|
65515
65815
|
var _T = "Type";
|
|
65516
65816
|
var _TAAC = "TotalAvailableAddressCount";
|
|
65517
|
-
var _TAC = "
|
|
65817
|
+
var _TAC = "TotalAvailableCapacity";
|
|
65818
|
+
var _TACo = "TotalAddressCount";
|
|
65518
65819
|
var _TAI = "TransferAccountId";
|
|
65519
65820
|
var _TC = "TargetConfigurations";
|
|
65520
65821
|
var _TCS = "TargetCapacitySpecification";
|
|
@@ -65648,6 +65949,7 @@ var _TTGAI = "TransportTransitGatewayAttachmentId";
|
|
|
65648
65949
|
var _TTa = "TaskType";
|
|
65649
65950
|
var _TTar = "TargetThroughput";
|
|
65650
65951
|
var _TTr = "TransferType";
|
|
65952
|
+
var _TUC = "TotalUnavailableCapacity";
|
|
65651
65953
|
var _TUP = "TotalUpfrontPrice";
|
|
65652
65954
|
var _TV = "TargetVersion";
|
|
65653
65955
|
var _TVC = "TotalVCpus";
|
|
@@ -65664,6 +65966,7 @@ var _Tim = "Timestamp";
|
|
|
65664
65966
|
var _To = "To";
|
|
65665
65967
|
var _U = "Url";
|
|
65666
65968
|
var _UB = "UserBucket";
|
|
65969
|
+
var _UC = "UltraserverCount";
|
|
65667
65970
|
var _UD = "UserData";
|
|
65668
65971
|
var _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
65669
65972
|
var _UDe = "UefiData";
|
|
@@ -65706,6 +66009,7 @@ var _USs = "UsageStrategy";
|
|
|
65706
66009
|
var _UT = "UdpTimeout";
|
|
65707
66010
|
var _UTP = "UserTrustProvider";
|
|
65708
66011
|
var _UTPT = "UserTrustProviderType";
|
|
66012
|
+
var _UTl = "UltraserverType";
|
|
65709
66013
|
var _UTp = "UpdateTime";
|
|
65710
66014
|
var _Un = "Unsuccessful";
|
|
65711
66015
|
var _Us = "Username";
|
|
@@ -66021,10 +66325,13 @@ var _cBEPD = "capacityBlockExtensionPurchaseDate";
|
|
|
66021
66325
|
var _cBES = "capacityBlockExtensionStatus";
|
|
66022
66326
|
var _cBESD = "capacityBlockExtensionStartDate";
|
|
66023
66327
|
var _cBESa = "capacityBlockExtensionSet";
|
|
66328
|
+
var _cBI = "capacityBlockId";
|
|
66024
66329
|
var _cBOI = "capacityBlockOfferingId";
|
|
66025
66330
|
var _cBOS = "capacityBlockOfferingSet";
|
|
66026
|
-
var _cBS = "
|
|
66027
|
-
var
|
|
66331
|
+
var _cBS = "capacityBlockSet";
|
|
66332
|
+
var _cBSS = "capacityBlockStatusSet";
|
|
66333
|
+
var _cBSi = "cidrBlockState";
|
|
66334
|
+
var _cBSid = "cidrBlockSet";
|
|
66028
66335
|
var _cBr = "createdBy";
|
|
66029
66336
|
var _cC = "currencyCode";
|
|
66030
66337
|
var _cCB = "clientCidrBlock";
|
|
@@ -66106,12 +66413,14 @@ var _cRFI = "capacityReservationFleetId";
|
|
|
66106
66413
|
var _cRFS = "capacityReservationFleetSet";
|
|
66107
66414
|
var _cRGS = "capacityReservationGroupSet";
|
|
66108
66415
|
var _cRI = "capacityReservationId";
|
|
66416
|
+
var _cRIS = "capacityReservationIdSet";
|
|
66109
66417
|
var _cRIa = "capacityReservationInfo";
|
|
66110
66418
|
var _cRL = "certificateRevocationList";
|
|
66111
66419
|
var _cRO = "capacityReservationOptions";
|
|
66112
66420
|
var _cRP = "capacityReservationPreference";
|
|
66113
66421
|
var _cRRGA = "capacityReservationResourceGroupArn";
|
|
66114
66422
|
var _cRS = "capacityReservationSet";
|
|
66423
|
+
var _cRSS = "capacityReservationStatusSet";
|
|
66115
66424
|
var _cRSa = "capacityReservationSpecification";
|
|
66116
66425
|
var _cRT = "capacityReservationTarget";
|
|
66117
66426
|
var _cRa = "capacityRebalance";
|
|
@@ -66344,6 +66653,7 @@ var _eTLC = "enableTunnelLifecycleControl";
|
|
|
66344
66653
|
var _eTS = "exportTaskSet";
|
|
66345
66654
|
var _eTSi = "eipTagSet";
|
|
66346
66655
|
var _eTSx = "exportToS3";
|
|
66656
|
+
var _eTTCIS = "estimatedTimeToCompleteInSeconds";
|
|
66347
66657
|
var _eTn = "endTime";
|
|
66348
66658
|
var _eTna = "enablingTime";
|
|
66349
66659
|
var _eTnab = "enabledTime";
|
|
@@ -66588,8 +66898,9 @@ var _iRT = "ingressRouteTable";
|
|
|
66588
66898
|
var _iRp = "ipamRegion";
|
|
66589
66899
|
var _iRpa = "ipRanges";
|
|
66590
66900
|
var _iRpv = "ipv6Ranges";
|
|
66591
|
-
var _iS = "
|
|
66901
|
+
var _iS = "interconnectStatus";
|
|
66592
66902
|
var _iSA = "ipamScopeArn";
|
|
66903
|
+
var _iSD = "initializationStatusDetails";
|
|
66593
66904
|
var _iSI = "instanceStorageInfo";
|
|
66594
66905
|
var _iSIp = "ipamScopeId";
|
|
66595
66906
|
var _iSS = "instanceStatusSet";
|
|
@@ -66607,7 +66918,8 @@ var _iSn = "instancesSet";
|
|
|
66607
66918
|
var _iSns = "instanceSet";
|
|
66608
66919
|
var _iSnst = "instanceState";
|
|
66609
66920
|
var _iSnsta = "instanceStatus";
|
|
66610
|
-
var _iSp = "
|
|
66921
|
+
var _iSp = "ipamScope";
|
|
66922
|
+
var _iSpa = "ipamSet";
|
|
66611
66923
|
var _iSpo = "ipSource";
|
|
66612
66924
|
var _iSpv = "ipv6Supported";
|
|
66613
66925
|
var _iSpvu = "ipv6Support";
|
|
@@ -66622,6 +66934,7 @@ var _iTS = "instanceTypeSet";
|
|
|
66622
66934
|
var _iTSS = "instanceTypeSpecificationSet";
|
|
66623
66935
|
var _iTm = "imageType";
|
|
66624
66936
|
var _iTn = "instanceTypes";
|
|
66937
|
+
var _iTni = "initializationType";
|
|
66625
66938
|
var _iTns = "instanceTenancy";
|
|
66626
66939
|
var _iTnt = "interfaceType";
|
|
66627
66940
|
var _iU = "ipUsage";
|
|
@@ -67411,7 +67724,8 @@ var _suc = "successful";
|
|
|
67411
67724
|
var _succ = "success";
|
|
67412
67725
|
var _t = "tenancy";
|
|
67413
67726
|
var _tAAC = "totalAvailableAddressCount";
|
|
67414
|
-
var _tAC = "
|
|
67727
|
+
var _tAC = "totalAvailableCapacity";
|
|
67728
|
+
var _tACo = "totalAddressCount";
|
|
67415
67729
|
var _tAI = "transferAccountId";
|
|
67416
67730
|
var _tC = "totalCapacity";
|
|
67417
67731
|
var _tCS = "targetCapacitySpecification";
|
|
@@ -67527,6 +67841,7 @@ var _tTGAI = "transportTransitGatewayAttachmentId";
|
|
|
67527
67841
|
var _tTa = "taskType";
|
|
67528
67842
|
var _tTar = "targetThroughput";
|
|
67529
67843
|
var _tTr = "transferType";
|
|
67844
|
+
var _tUC = "totalUnavailableCapacity";
|
|
67530
67845
|
var _tUP = "totalUpfrontPrice";
|
|
67531
67846
|
var _tV = "tokenValue";
|
|
67532
67847
|
var _tVC = "totalVCpus";
|
|
@@ -67541,6 +67856,7 @@ var _to = "to";
|
|
|
67541
67856
|
var _ty = "type";
|
|
67542
67857
|
var _u = "unsuccessful";
|
|
67543
67858
|
var _uB = "userBucket";
|
|
67859
|
+
var _uC = "ultraserverCount";
|
|
67544
67860
|
var _uD = "uefiData";
|
|
67545
67861
|
var _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
67546
67862
|
var _uDp = "updatedDate";
|
|
@@ -67571,6 +67887,7 @@ var _uT = "updateTime";
|
|
|
67571
67887
|
var _uTP = "userTrustProvider";
|
|
67572
67888
|
var _uTPT = "userTrustProviderType";
|
|
67573
67889
|
var _uTd = "udpTimeout";
|
|
67890
|
+
var _uTl = "ultraserverType";
|
|
67574
67891
|
var _ur = "url";
|
|
67575
67892
|
var _us = "username";
|
|
67576
67893
|
var _v = "value";
|
|
@@ -68278,6 +68595,7 @@ var AcceleratorType = {
|
|
|
68278
68595
|
INFERENCE: "inference"
|
|
68279
68596
|
};
|
|
68280
68597
|
var ResourceType = {
|
|
68598
|
+
capacity_block: "capacity-block",
|
|
68281
68599
|
capacity_reservation: "capacity-reservation",
|
|
68282
68600
|
capacity_reservation_fleet: "capacity-reservation-fleet",
|
|
68283
68601
|
carrier_gateway: "carrier-gateway",
|
|
@@ -69166,6 +69484,7 @@ var CapacityReservationState = {
|
|
|
69166
69484
|
payment_pending: "payment-pending",
|
|
69167
69485
|
pending: "pending",
|
|
69168
69486
|
scheduled: "scheduled",
|
|
69487
|
+
unavailable: "unavailable",
|
|
69169
69488
|
unsupported: "unsupported"
|
|
69170
69489
|
};
|
|
69171
69490
|
var FleetInstanceMatchCriteria = {
|
|
@@ -70327,6 +70646,11 @@ var SnapshotLocationEnum = {
|
|
|
70327
70646
|
LOCAL: "local",
|
|
70328
70647
|
REGIONAL: "regional"
|
|
70329
70648
|
};
|
|
70649
|
+
var IpAddressType = {
|
|
70650
|
+
dualstack: "dualstack",
|
|
70651
|
+
ipv4: "ipv4",
|
|
70652
|
+
ipv6: "ipv6"
|
|
70653
|
+
};
|
|
70330
70654
|
var Ec2InstanceConnectEndpointState = {
|
|
70331
70655
|
create_complete: "create-complete",
|
|
70332
70656
|
create_failed: "create-failed",
|
|
@@ -71369,11 +71693,6 @@ var DnsRecordIpType = {
|
|
|
71369
71693
|
ipv6: "ipv6",
|
|
71370
71694
|
service_defined: "service-defined"
|
|
71371
71695
|
};
|
|
71372
|
-
var IpAddressType = {
|
|
71373
|
-
dualstack: "dualstack",
|
|
71374
|
-
ipv4: "ipv4",
|
|
71375
|
-
ipv6: "ipv6"
|
|
71376
|
-
};
|
|
71377
71696
|
var VpcEndpointType = {
|
|
71378
71697
|
Gateway: "Gateway",
|
|
71379
71698
|
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
@@ -72487,6 +72806,21 @@ var CapacityBlockExtensionStatus = {
|
|
|
72487
72806
|
PAYMENT_PENDING: "payment-pending",
|
|
72488
72807
|
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
72489
72808
|
};
|
|
72809
|
+
var CapacityBlockResourceState = {
|
|
72810
|
+
active: "active",
|
|
72811
|
+
cancelled: "cancelled",
|
|
72812
|
+
expired: "expired",
|
|
72813
|
+
failed: "failed",
|
|
72814
|
+
payment_failed: "payment-failed",
|
|
72815
|
+
payment_pending: "payment-pending",
|
|
72816
|
+
scheduled: "scheduled",
|
|
72817
|
+
unavailable: "unavailable"
|
|
72818
|
+
};
|
|
72819
|
+
var CapacityBlockInterconnectStatus = {
|
|
72820
|
+
impaired: "impaired",
|
|
72821
|
+
insufficient_data: "insufficient-data",
|
|
72822
|
+
ok: "ok"
|
|
72823
|
+
};
|
|
72490
72824
|
var CallerRole = {
|
|
72491
72825
|
odcr_owner: "odcr-owner",
|
|
72492
72826
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
@@ -72499,12 +72833,6 @@ var CapacityReservationBillingRequestStatus = {
|
|
|
72499
72833
|
rejected: "rejected",
|
|
72500
72834
|
revoked: "revoked"
|
|
72501
72835
|
};
|
|
72502
|
-
var ClientVpnConnectionStatusCode = {
|
|
72503
|
-
active: "active",
|
|
72504
|
-
failed_to_terminate: "failed-to-terminate",
|
|
72505
|
-
terminated: "terminated",
|
|
72506
|
-
terminating: "terminating"
|
|
72507
|
-
};
|
|
72508
72836
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72509
72837
|
...obj,
|
|
72510
72838
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -74104,6 +74432,36 @@ var DescribeCapacityBlockOfferingsCommand = class extends import_smithy_client.C
|
|
|
74104
74432
|
}
|
|
74105
74433
|
};
|
|
74106
74434
|
|
|
74435
|
+
// src/commands/DescribeCapacityBlocksCommand.ts
|
|
74436
|
+
|
|
74437
|
+
|
|
74438
|
+
|
|
74439
|
+
var DescribeCapacityBlocksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74440
|
+
return [
|
|
74441
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74442
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74443
|
+
];
|
|
74444
|
+
}).s("AmazonEC2", "DescribeCapacityBlocks", {}).n("EC2Client", "DescribeCapacityBlocksCommand").f(void 0, void 0).ser(se_DescribeCapacityBlocksCommand).de(de_DescribeCapacityBlocksCommand).build() {
|
|
74445
|
+
static {
|
|
74446
|
+
__name(this, "DescribeCapacityBlocksCommand");
|
|
74447
|
+
}
|
|
74448
|
+
};
|
|
74449
|
+
|
|
74450
|
+
// src/commands/DescribeCapacityBlockStatusCommand.ts
|
|
74451
|
+
|
|
74452
|
+
|
|
74453
|
+
|
|
74454
|
+
var DescribeCapacityBlockStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74455
|
+
return [
|
|
74456
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74457
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74458
|
+
];
|
|
74459
|
+
}).s("AmazonEC2", "DescribeCapacityBlockStatus", {}).n("EC2Client", "DescribeCapacityBlockStatusCommand").f(void 0, void 0).ser(se_DescribeCapacityBlockStatusCommand).de(de_DescribeCapacityBlockStatusCommand).build() {
|
|
74460
|
+
static {
|
|
74461
|
+
__name(this, "DescribeCapacityBlockStatusCommand");
|
|
74462
|
+
}
|
|
74463
|
+
};
|
|
74464
|
+
|
|
74107
74465
|
// src/commands/DescribeCapacityReservationBillingRequestsCommand.ts
|
|
74108
74466
|
|
|
74109
74467
|
|
|
@@ -74276,6 +74634,12 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
74276
74634
|
|
|
74277
74635
|
// src/models/models_4.ts
|
|
74278
74636
|
|
|
74637
|
+
var ClientVpnConnectionStatusCode = {
|
|
74638
|
+
active: "active",
|
|
74639
|
+
failed_to_terminate: "failed-to-terminate",
|
|
74640
|
+
terminated: "terminated",
|
|
74641
|
+
terminating: "terminating"
|
|
74642
|
+
};
|
|
74279
74643
|
var AssociatedNetworkType = {
|
|
74280
74644
|
vpc: "vpc"
|
|
74281
74645
|
};
|
|
@@ -75511,7 +75875,12 @@ var VolumeModificationState = {
|
|
|
75511
75875
|
modifying: "modifying",
|
|
75512
75876
|
optimizing: "optimizing"
|
|
75513
75877
|
};
|
|
75878
|
+
var InitializationType = {
|
|
75879
|
+
default: "default",
|
|
75880
|
+
provisioned_rate: "provisioned-rate"
|
|
75881
|
+
};
|
|
75514
75882
|
var VolumeStatusName = {
|
|
75883
|
+
initialization_state: "initialization-state",
|
|
75515
75884
|
io_enabled: "io-enabled",
|
|
75516
75885
|
io_performance: "io-performance"
|
|
75517
75886
|
};
|
|
@@ -81879,6 +82248,8 @@ var commands = {
|
|
|
81879
82248
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
81880
82249
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
81881
82250
|
DescribeCapacityBlockOfferingsCommand,
|
|
82251
|
+
DescribeCapacityBlocksCommand,
|
|
82252
|
+
DescribeCapacityBlockStatusCommand,
|
|
81882
82253
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
81883
82254
|
DescribeCapacityReservationFleetsCommand,
|
|
81884
82255
|
DescribeCapacityReservationsCommand,
|
|
@@ -82348,6 +82719,14 @@ var paginateDescribeCapacityBlockExtensionOfferings = (0, import_core.createPagi
|
|
|
82348
82719
|
|
|
82349
82720
|
var paginateDescribeCapacityBlockOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
82350
82721
|
|
|
82722
|
+
// src/pagination/DescribeCapacityBlockStatusPaginator.ts
|
|
82723
|
+
|
|
82724
|
+
var paginateDescribeCapacityBlockStatus = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
82725
|
+
|
|
82726
|
+
// src/pagination/DescribeCapacityBlocksPaginator.ts
|
|
82727
|
+
|
|
82728
|
+
var paginateDescribeCapacityBlocks = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlocksCommand, "NextToken", "NextToken", "MaxResults");
|
|
82729
|
+
|
|
82351
82730
|
// src/pagination/DescribeCapacityReservationBillingRequestsPaginator.ts
|
|
82352
82731
|
|
|
82353
82732
|
var paginateDescribeCapacityReservationBillingRequests = (0, import_core.createPaginator)(EC2Client, DescribeCapacityReservationBillingRequestsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -85205,6 +85584,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85205
85584
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
85206
85585
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
85207
85586
|
DescribeCapacityBlockOfferingsCommand,
|
|
85587
|
+
DescribeCapacityBlockStatusCommand,
|
|
85588
|
+
DescribeCapacityBlocksCommand,
|
|
85208
85589
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
85209
85590
|
DescribeCapacityReservationFleetsCommand,
|
|
85210
85591
|
DescribeCapacityReservationsCommand,
|
|
@@ -85645,6 +86026,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85645
86026
|
paginateDescribeCapacityBlockExtensionHistory,
|
|
85646
86027
|
paginateDescribeCapacityBlockExtensionOfferings,
|
|
85647
86028
|
paginateDescribeCapacityBlockOfferings,
|
|
86029
|
+
paginateDescribeCapacityBlockStatus,
|
|
86030
|
+
paginateDescribeCapacityBlocks,
|
|
85648
86031
|
paginateDescribeCapacityReservationBillingRequests,
|
|
85649
86032
|
paginateDescribeCapacityReservationFleets,
|
|
85650
86033
|
paginateDescribeCapacityReservations,
|
|
@@ -85990,6 +86373,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85990
86373
|
FlowLogsResourceType,
|
|
85991
86374
|
TrafficType,
|
|
85992
86375
|
SnapshotLocationEnum,
|
|
86376
|
+
IpAddressType,
|
|
85993
86377
|
Ec2InstanceConnectEndpointState,
|
|
85994
86378
|
ContainerFormat,
|
|
85995
86379
|
DiskImageFormat,
|
|
@@ -86095,7 +86479,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86095
86479
|
InternetGatewayExclusionMode,
|
|
86096
86480
|
VpcBlockPublicAccessExclusionState,
|
|
86097
86481
|
DnsRecordIpType,
|
|
86098
|
-
IpAddressType,
|
|
86099
86482
|
VpcEndpointType,
|
|
86100
86483
|
State,
|
|
86101
86484
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
@@ -86132,9 +86515,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86132
86515
|
PeriodType,
|
|
86133
86516
|
StatisticType,
|
|
86134
86517
|
CapacityBlockExtensionStatus,
|
|
86518
|
+
CapacityBlockResourceState,
|
|
86519
|
+
CapacityBlockInterconnectStatus,
|
|
86135
86520
|
CallerRole,
|
|
86136
86521
|
CapacityReservationBillingRequestStatus,
|
|
86137
|
-
ClientVpnConnectionStatusCode,
|
|
86138
86522
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
86139
86523
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
86140
86524
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -86144,6 +86528,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86144
86528
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
86145
86529
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
86146
86530
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
86531
|
+
ClientVpnConnectionStatusCode,
|
|
86147
86532
|
AssociatedNetworkType,
|
|
86148
86533
|
ClientVpnEndpointAttributeStatusCode,
|
|
86149
86534
|
VpnProtocol,
|
|
@@ -86243,6 +86628,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86243
86628
|
VerifiedAccessLogDeliveryStatusCode,
|
|
86244
86629
|
VolumeAttributeName,
|
|
86245
86630
|
VolumeModificationState,
|
|
86631
|
+
InitializationType,
|
|
86246
86632
|
VolumeStatusName,
|
|
86247
86633
|
VolumeStatusInfoStatus,
|
|
86248
86634
|
VpcAttributeName,
|