@aws-sdk/client-ec2 3.843.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 +418 -67
- 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 +356 -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 +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/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 +208 -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 +52 -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/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,
|
|
@@ -4119,6 +4125,26 @@ var se_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
4119
4125
|
});
|
|
4120
4126
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4121
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");
|
|
4122
4148
|
var se_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4123
4149
|
const headers = SHARED_HEADERS;
|
|
4124
4150
|
let body;
|
|
@@ -11663,6 +11689,32 @@ var de_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (out
|
|
|
11663
11689
|
};
|
|
11664
11690
|
return response;
|
|
11665
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");
|
|
11666
11718
|
var de_DescribeCapacityReservationBillingRequestsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11667
11719
|
if (output.statusCode >= 300) {
|
|
11668
11720
|
return de_CommandError(output, context);
|
|
@@ -18749,6 +18801,18 @@ var se_CancelSpotInstanceRequestsRequest = /* @__PURE__ */ __name((input, contex
|
|
|
18749
18801
|
}
|
|
18750
18802
|
return entries;
|
|
18751
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");
|
|
18752
18816
|
var se_CapacityReservationFleetIdSet = /* @__PURE__ */ __name((input, context) => {
|
|
18753
18817
|
const entries = {};
|
|
18754
18818
|
let counter = 1;
|
|
@@ -19481,8 +19545,8 @@ var se_CreateClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19481
19545
|
if (input[_CVEI] != null) {
|
|
19482
19546
|
entries[_CVEI] = input[_CVEI];
|
|
19483
19547
|
}
|
|
19484
|
-
if (input[
|
|
19485
|
-
entries[
|
|
19548
|
+
if (input[_DCBe] != null) {
|
|
19549
|
+
entries[_DCBe] = input[_DCBe];
|
|
19486
19550
|
}
|
|
19487
19551
|
if (input[_TVSI] != null) {
|
|
19488
19552
|
entries[_TVSI] = input[_TVSI];
|
|
@@ -20242,8 +20306,8 @@ var se_CreateLaunchTemplateVersionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
20242
20306
|
}, "se_CreateLaunchTemplateVersionRequest");
|
|
20243
20307
|
var se_CreateLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20244
20308
|
const entries = {};
|
|
20245
|
-
if (input[
|
|
20246
|
-
entries[
|
|
20309
|
+
if (input[_DCBe] != null) {
|
|
20310
|
+
entries[_DCBe] = input[_DCBe];
|
|
20247
20311
|
}
|
|
20248
20312
|
if (input[_LGRTI] != null) {
|
|
20249
20313
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -20917,8 +20981,8 @@ var se_CreateRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20917
20981
|
if (input[_RTI] != null) {
|
|
20918
20982
|
entries[_RTI] = input[_RTI];
|
|
20919
20983
|
}
|
|
20920
|
-
if (input[
|
|
20921
|
-
entries[
|
|
20984
|
+
if (input[_DCBe] != null) {
|
|
20985
|
+
entries[_DCBe] = input[_DCBe];
|
|
20922
20986
|
}
|
|
20923
20987
|
if (input[_GI] != null) {
|
|
20924
20988
|
entries[_GI] = input[_GI];
|
|
@@ -21314,8 +21378,8 @@ var se_CreateTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
21314
21378
|
if (input[_P] != null) {
|
|
21315
21379
|
entries[_P] = input[_P];
|
|
21316
21380
|
}
|
|
21317
|
-
if (input[
|
|
21318
|
-
entries[
|
|
21381
|
+
if (input[_DCBe] != null) {
|
|
21382
|
+
entries[_DCBe] = input[_DCBe];
|
|
21319
21383
|
}
|
|
21320
21384
|
if (input[_SCB] != null) {
|
|
21321
21385
|
entries[_SCB] = input[_SCB];
|
|
@@ -21621,8 +21685,8 @@ var se_CreateTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
21621
21685
|
}, "se_CreateTransitGatewayRequest");
|
|
21622
21686
|
var se_CreateTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21623
21687
|
const entries = {};
|
|
21624
|
-
if (input[
|
|
21625
|
-
entries[
|
|
21688
|
+
if (input[_DCBe] != null) {
|
|
21689
|
+
entries[_DCBe] = input[_DCBe];
|
|
21626
21690
|
}
|
|
21627
21691
|
if (input[_TGRTI] != null) {
|
|
21628
21692
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -22529,8 +22593,8 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22529
22593
|
}, "se_CreateVpnConnectionRequest");
|
|
22530
22594
|
var se_CreateVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22531
22595
|
const entries = {};
|
|
22532
|
-
if (input[
|
|
22533
|
-
entries[
|
|
22596
|
+
if (input[_DCBe] != null) {
|
|
22597
|
+
entries[_DCBe] = input[_DCBe];
|
|
22534
22598
|
}
|
|
22535
22599
|
if (input[_VCI] != null) {
|
|
22536
22600
|
entries[_VCI] = input[_VCI];
|
|
@@ -22656,8 +22720,8 @@ var se_DeleteClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
22656
22720
|
if (input[_TVSI] != null) {
|
|
22657
22721
|
entries[_TVSI] = input[_TVSI];
|
|
22658
22722
|
}
|
|
22659
|
-
if (input[
|
|
22660
|
-
entries[
|
|
22723
|
+
if (input[_DCBe] != null) {
|
|
22724
|
+
entries[_DCBe] = input[_DCBe];
|
|
22661
22725
|
}
|
|
22662
22726
|
if (input[_DRr] != null) {
|
|
22663
22727
|
entries[_DRr] = input[_DRr];
|
|
@@ -22895,8 +22959,8 @@ var se_DeleteLaunchTemplateVersionsRequest = /* @__PURE__ */ __name((input, cont
|
|
|
22895
22959
|
}, "se_DeleteLaunchTemplateVersionsRequest");
|
|
22896
22960
|
var se_DeleteLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22897
22961
|
const entries = {};
|
|
22898
|
-
if (input[
|
|
22899
|
-
entries[
|
|
22962
|
+
if (input[_DCBe] != null) {
|
|
22963
|
+
entries[_DCBe] = input[_DCBe];
|
|
22900
22964
|
}
|
|
22901
22965
|
if (input[_LGRTI] != null) {
|
|
22902
22966
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -23128,8 +23192,8 @@ var se_DeleteRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23128
23192
|
if (input[_RTI] != null) {
|
|
23129
23193
|
entries[_RTI] = input[_RTI];
|
|
23130
23194
|
}
|
|
23131
|
-
if (input[
|
|
23132
|
-
entries[
|
|
23195
|
+
if (input[_DCBe] != null) {
|
|
23196
|
+
entries[_DCBe] = input[_DCBe];
|
|
23133
23197
|
}
|
|
23134
23198
|
if (input[_DICB] != null) {
|
|
23135
23199
|
entries[_DICB] = input[_DICB];
|
|
@@ -23365,8 +23429,8 @@ var se_DeleteTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context
|
|
|
23365
23429
|
if (input[_TGRTI] != null) {
|
|
23366
23430
|
entries[_TGRTI] = input[_TGRTI];
|
|
23367
23431
|
}
|
|
23368
|
-
if (input[
|
|
23369
|
-
entries[
|
|
23432
|
+
if (input[_DCBe] != null) {
|
|
23433
|
+
entries[_DCBe] = input[_DCBe];
|
|
23370
23434
|
}
|
|
23371
23435
|
if (input[_DRr] != null) {
|
|
23372
23436
|
entries[_DRr] = input[_DRr];
|
|
@@ -23561,8 +23625,8 @@ var se_DeleteVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23561
23625
|
}, "se_DeleteVpnConnectionRequest");
|
|
23562
23626
|
var se_DeleteVpnConnectionRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23563
23627
|
const entries = {};
|
|
23564
|
-
if (input[
|
|
23565
|
-
entries[
|
|
23628
|
+
if (input[_DCBe] != null) {
|
|
23629
|
+
entries[_DCBe] = input[_DCBe];
|
|
23566
23630
|
}
|
|
23567
23631
|
if (input[_VCI] != null) {
|
|
23568
23632
|
entries[_VCI] = input[_VCI];
|
|
@@ -23958,8 +24022,68 @@ var se_DescribeCapacityBlockOfferingsRequest = /* @__PURE__ */ __name((input, co
|
|
|
23958
24022
|
if (input[_MR] != null) {
|
|
23959
24023
|
entries[_MR] = input[_MR];
|
|
23960
24024
|
}
|
|
24025
|
+
if (input[_UTl] != null) {
|
|
24026
|
+
entries[_UTl] = input[_UTl];
|
|
24027
|
+
}
|
|
24028
|
+
if (input[_UC] != null) {
|
|
24029
|
+
entries[_UC] = input[_UC];
|
|
24030
|
+
}
|
|
23961
24031
|
return entries;
|
|
23962
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");
|
|
23963
24087
|
var se_DescribeCapacityReservationBillingRequestsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
23964
24088
|
const entries = {};
|
|
23965
24089
|
if (input[_CRIa] != null) {
|
|
@@ -33849,8 +33973,8 @@ var se_ModifyLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
33849
33973
|
}, "se_ModifyLaunchTemplateRequest");
|
|
33850
33974
|
var se_ModifyLocalGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33851
33975
|
const entries = {};
|
|
33852
|
-
if (input[
|
|
33853
|
-
entries[
|
|
33976
|
+
if (input[_DCBe] != null) {
|
|
33977
|
+
entries[_DCBe] = input[_DCBe];
|
|
33854
33978
|
}
|
|
33855
33979
|
if (input[_LGRTI] != null) {
|
|
33856
33980
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -34252,8 +34376,8 @@ var se_ModifyTrafficMirrorFilterRuleRequest = /* @__PURE__ */ __name((input, con
|
|
|
34252
34376
|
if (input[_P] != null) {
|
|
34253
34377
|
entries[_P] = input[_P];
|
|
34254
34378
|
}
|
|
34255
|
-
if (input[
|
|
34256
|
-
entries[
|
|
34379
|
+
if (input[_DCBe] != null) {
|
|
34380
|
+
entries[_DCBe] = input[_DCBe];
|
|
34257
34381
|
}
|
|
34258
34382
|
if (input[_SCB] != null) {
|
|
34259
34383
|
entries[_SCB] = input[_SCB];
|
|
@@ -36960,8 +37084,8 @@ var se_ReplaceRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
36960
37084
|
if (input[_RTI] != null) {
|
|
36961
37085
|
entries[_RTI] = input[_RTI];
|
|
36962
37086
|
}
|
|
36963
|
-
if (input[
|
|
36964
|
-
entries[
|
|
37087
|
+
if (input[_DCBe] != null) {
|
|
37088
|
+
entries[_DCBe] = input[_DCBe];
|
|
36965
37089
|
}
|
|
36966
37090
|
if (input[_GI] != null) {
|
|
36967
37091
|
entries[_GI] = input[_GI];
|
|
@@ -37001,8 +37125,8 @@ var se_ReplaceRouteTableAssociationRequest = /* @__PURE__ */ __name((input, cont
|
|
|
37001
37125
|
}, "se_ReplaceRouteTableAssociationRequest");
|
|
37002
37126
|
var se_ReplaceTransitGatewayRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
37003
37127
|
const entries = {};
|
|
37004
|
-
if (input[
|
|
37005
|
-
entries[
|
|
37128
|
+
if (input[_DCBe] != null) {
|
|
37129
|
+
entries[_DCBe] = input[_DCBe];
|
|
37006
37130
|
}
|
|
37007
37131
|
if (input[_TGRTI] != null) {
|
|
37008
37132
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -42198,6 +42322,44 @@ var de_CapacityAllocations = /* @__PURE__ */ __name((output, context) => {
|
|
|
42198
42322
|
return de_CapacityAllocation(entry, context);
|
|
42199
42323
|
});
|
|
42200
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");
|
|
42201
42363
|
var de_CapacityBlockExtension = /* @__PURE__ */ __name((output, context) => {
|
|
42202
42364
|
const contents = {};
|
|
42203
42365
|
if (output[_cRI] != null) {
|
|
@@ -42323,6 +42485,12 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
42323
42485
|
if (output[_t] != null) {
|
|
42324
42486
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
42325
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
|
+
}
|
|
42326
42494
|
if (output[_cBDM] != null) {
|
|
42327
42495
|
contents[_CBDM] = (0, import_smithy_client.strictParseInt32)(output[_cBDM]);
|
|
42328
42496
|
}
|
|
@@ -42333,6 +42501,40 @@ var de_CapacityBlockOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
42333
42501
|
return de_CapacityBlockOffering(entry, context);
|
|
42334
42502
|
});
|
|
42335
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");
|
|
42336
42538
|
var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
42337
42539
|
const contents = {};
|
|
42338
42540
|
if (output[_cRI] != null) {
|
|
@@ -42420,6 +42622,9 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
42420
42622
|
if (output[_dP] != null) {
|
|
42421
42623
|
contents[_DP] = (0, import_smithy_client.expectString)(output[_dP]);
|
|
42422
42624
|
}
|
|
42625
|
+
if (output[_cBI] != null) {
|
|
42626
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
42627
|
+
}
|
|
42423
42628
|
return contents;
|
|
42424
42629
|
}, "de_CapacityReservation");
|
|
42425
42630
|
var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -42544,6 +42749,11 @@ var de_CapacityReservationGroupSet = /* @__PURE__ */ __name((output, context) =>
|
|
|
42544
42749
|
return de_CapacityReservationGroup(entry, context);
|
|
42545
42750
|
});
|
|
42546
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");
|
|
42547
42757
|
var de_CapacityReservationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
42548
42758
|
const contents = {};
|
|
42549
42759
|
if (output[_iT] != null) {
|
|
@@ -42582,6 +42792,27 @@ var de_CapacityReservationSpecificationResponse = /* @__PURE__ */ __name((output
|
|
|
42582
42792
|
}
|
|
42583
42793
|
return contents;
|
|
42584
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");
|
|
42585
42816
|
var de_CapacityReservationTargetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
42586
42817
|
const contents = {};
|
|
42587
42818
|
if (output[_cRI] != null) {
|
|
@@ -43562,8 +43793,8 @@ var de_CreateIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
43562
43793
|
}, "de_CreateIpamResult");
|
|
43563
43794
|
var de_CreateIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
43564
43795
|
const contents = {};
|
|
43565
|
-
if (output[
|
|
43566
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
43796
|
+
if (output[_iSp] != null) {
|
|
43797
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
43567
43798
|
}
|
|
43568
43799
|
return contents;
|
|
43569
43800
|
}, "de_CreateIpamScopeResult");
|
|
@@ -44325,8 +44556,8 @@ var de_DeleteIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
44325
44556
|
}, "de_DeleteIpamResult");
|
|
44326
44557
|
var de_DeleteIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
44327
44558
|
const contents = {};
|
|
44328
|
-
if (output[
|
|
44329
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
44559
|
+
if (output[_iSp] != null) {
|
|
44560
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
44330
44561
|
}
|
|
44331
44562
|
return contents;
|
|
44332
44563
|
}, "de_DeleteIpamScopeResult");
|
|
@@ -44958,6 +45189,30 @@ var de_DescribeCapacityBlockOfferingsResult = /* @__PURE__ */ __name((output, co
|
|
|
44958
45189
|
}
|
|
44959
45190
|
return contents;
|
|
44960
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");
|
|
44961
45216
|
var de_DescribeCapacityReservationBillingRequestsResult = /* @__PURE__ */ __name((output, context) => {
|
|
44962
45217
|
const contents = {};
|
|
44963
45218
|
if (output[_nTe] != null) {
|
|
@@ -45724,8 +45979,8 @@ var de_DescribeIpamsResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
45724
45979
|
}
|
|
45725
45980
|
if (output.ipamSet === "") {
|
|
45726
45981
|
contents[_Ipam] = [];
|
|
45727
|
-
} else if (output[
|
|
45728
|
-
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);
|
|
45729
45984
|
}
|
|
45730
45985
|
return contents;
|
|
45731
45986
|
}, "de_DescribeIpamsResult");
|
|
@@ -50777,6 +51032,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
50777
51032
|
if (output[_cO] != null) {
|
|
50778
51033
|
contents[_COp] = de_CpuOptions(output[_cO], context);
|
|
50779
51034
|
}
|
|
51035
|
+
if (output[_cBI] != null) {
|
|
51036
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
51037
|
+
}
|
|
50780
51038
|
if (output[_cRI] != null) {
|
|
50781
51039
|
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
50782
51040
|
}
|
|
@@ -51835,6 +52093,9 @@ var de_InstanceTopology = /* @__PURE__ */ __name((output, context) => {
|
|
|
51835
52093
|
if (output[_zI] != null) {
|
|
51836
52094
|
contents[_ZIo] = (0, import_smithy_client.expectString)(output[_zI]);
|
|
51837
52095
|
}
|
|
52096
|
+
if (output[_cBI] != null) {
|
|
52097
|
+
contents[_CBIa] = (0, import_smithy_client.expectString)(output[_cBI]);
|
|
52098
|
+
}
|
|
51838
52099
|
return contents;
|
|
51839
52100
|
}, "de_InstanceTopology");
|
|
51840
52101
|
var de_InstanceTypeInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53716,7 +53977,7 @@ var de_LocalGateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
53716
53977
|
var de_LocalGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
53717
53978
|
const contents = {};
|
|
53718
53979
|
if (output[_dCB] != null) {
|
|
53719
|
-
contents[
|
|
53980
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
53720
53981
|
}
|
|
53721
53982
|
if (output[_lGVIGI] != null) {
|
|
53722
53983
|
contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
|
|
@@ -54464,8 +54725,8 @@ var de_ModifyIpamResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
54464
54725
|
}, "de_ModifyIpamResult");
|
|
54465
54726
|
var de_ModifyIpamScopeResult = /* @__PURE__ */ __name((output, context) => {
|
|
54466
54727
|
const contents = {};
|
|
54467
|
-
if (output[
|
|
54468
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
54728
|
+
if (output[_iSp] != null) {
|
|
54729
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
54469
54730
|
}
|
|
54470
54731
|
return contents;
|
|
54471
54732
|
}, "de_ModifyIpamScopeResult");
|
|
@@ -56485,8 +56746,8 @@ var de_PublicIpv4Pool = /* @__PURE__ */ __name((output, context) => {
|
|
|
56485
56746
|
} else if (output[_pARS] != null && output[_pARS][_i] != null) {
|
|
56486
56747
|
contents[_PARo] = de_PublicIpv4PoolRangeSet((0, import_smithy_client.getArrayIfSingleItem)(output[_pARS][_i]), context);
|
|
56487
56748
|
}
|
|
56488
|
-
if (output[
|
|
56489
|
-
contents[
|
|
56749
|
+
if (output[_tACo] != null) {
|
|
56750
|
+
contents[_TACo] = (0, import_smithy_client.strictParseInt32)(output[_tACo]);
|
|
56490
56751
|
}
|
|
56491
56752
|
if (output[_tAAC] != null) {
|
|
56492
56753
|
contents[_TAAC] = (0, import_smithy_client.strictParseInt32)(output[_tAAC]);
|
|
@@ -56571,6 +56832,11 @@ var de_PurchaseCapacityBlockResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
56571
56832
|
if (output[_cR] != null) {
|
|
56572
56833
|
contents[_CRapa] = de_CapacityReservation(output[_cR], context);
|
|
56573
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
|
+
}
|
|
56574
56840
|
return contents;
|
|
56575
56841
|
}, "de_PurchaseCapacityBlockResult");
|
|
56576
56842
|
var de_PurchasedScheduledInstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -57551,7 +57817,7 @@ var de_RootDeviceTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
57551
57817
|
var de_Route = /* @__PURE__ */ __name((output, context) => {
|
|
57552
57818
|
const contents = {};
|
|
57553
57819
|
if (output[_dCB] != null) {
|
|
57554
|
-
contents[
|
|
57820
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
57555
57821
|
}
|
|
57556
57822
|
if (output[_dICB] != null) {
|
|
57557
57823
|
contents[_DICB] = (0, import_smithy_client.expectString)(output[_dICB]);
|
|
@@ -59958,7 +60224,7 @@ var de_TrafficMirrorFilterRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
59958
60224
|
contents[_SPR] = de_TrafficMirrorPortRange(output[_sPR], context);
|
|
59959
60225
|
}
|
|
59960
60226
|
if (output[_dCB] != null) {
|
|
59961
|
-
contents[
|
|
60227
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
59962
60228
|
}
|
|
59963
60229
|
if (output[_sCB] != null) {
|
|
59964
60230
|
contents[_SCB] = (0, import_smithy_client.expectString)(output[_sCB]);
|
|
@@ -60605,7 +60871,7 @@ var de_TransitGatewayPolicyRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
60605
60871
|
contents[_SPR] = (0, import_smithy_client.expectString)(output[_sPR]);
|
|
60606
60872
|
}
|
|
60607
60873
|
if (output[_dCB] != null) {
|
|
60608
|
-
contents[
|
|
60874
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60609
60875
|
}
|
|
60610
60876
|
if (output[_dPR] != null) {
|
|
60611
60877
|
contents[_DPR] = (0, import_smithy_client.expectString)(output[_dPR]);
|
|
@@ -60761,7 +61027,7 @@ var de_TransitGatewayPropagation = /* @__PURE__ */ __name((output, context) => {
|
|
|
60761
61027
|
var de_TransitGatewayRoute = /* @__PURE__ */ __name((output, context) => {
|
|
60762
61028
|
const contents = {};
|
|
60763
61029
|
if (output[_dCB] != null) {
|
|
60764
|
-
contents[
|
|
61030
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
60765
61031
|
}
|
|
60766
61032
|
if (output[_pLI] != null) {
|
|
60767
61033
|
contents[_PLI] = (0, import_smithy_client.expectString)(output[_pLI]);
|
|
@@ -62343,8 +62609,8 @@ var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
62343
62609
|
if (output[_cB] != null) {
|
|
62344
62610
|
contents[_CB] = (0, import_smithy_client.expectString)(output[_cB]);
|
|
62345
62611
|
}
|
|
62346
|
-
if (output[
|
|
62347
|
-
contents[
|
|
62612
|
+
if (output[_cBSi] != null) {
|
|
62613
|
+
contents[_CBSi] = de_VpcCidrBlockState(output[_cBSi], context);
|
|
62348
62614
|
}
|
|
62349
62615
|
return contents;
|
|
62350
62616
|
}, "de_VpcCidrBlockAssociation");
|
|
@@ -62737,9 +63003,9 @@ var de_VpcPeeringConnectionVpcInfo = /* @__PURE__ */ __name((output, context) =>
|
|
|
62737
63003
|
contents[_ICBSp] = de_Ipv6CidrBlockSet((0, import_smithy_client.getArrayIfSingleItem)(output[_iCBSp][_i]), context);
|
|
62738
63004
|
}
|
|
62739
63005
|
if (output.cidrBlockSet === "") {
|
|
62740
|
-
contents[
|
|
62741
|
-
} else if (output[
|
|
62742
|
-
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);
|
|
62743
63009
|
}
|
|
62744
63010
|
if (output[_oI] != null) {
|
|
62745
63011
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
@@ -62912,7 +63178,7 @@ var de_VpnGatewayList = /* @__PURE__ */ __name((output, context) => {
|
|
|
62912
63178
|
var de_VpnStaticRoute = /* @__PURE__ */ __name((output, context) => {
|
|
62913
63179
|
const contents = {};
|
|
62914
63180
|
if (output[_dCB] != null) {
|
|
62915
|
-
contents[
|
|
63181
|
+
contents[_DCBe] = (0, import_smithy_client.expectString)(output[_dCB]);
|
|
62916
63182
|
}
|
|
62917
63183
|
if (output[_s] != null) {
|
|
62918
63184
|
contents[_S] = (0, import_smithy_client.expectString)(output[_s]);
|
|
@@ -63257,11 +63523,15 @@ var _CBEOI = "CapacityBlockExtensionOfferingId";
|
|
|
63257
63523
|
var _CBEPD = "CapacityBlockExtensionPurchaseDate";
|
|
63258
63524
|
var _CBES = "CapacityBlockExtensionStatus";
|
|
63259
63525
|
var _CBESD = "CapacityBlockExtensionStartDate";
|
|
63526
|
+
var _CBI = "CapacityBlockIds";
|
|
63527
|
+
var _CBIa = "CapacityBlockId";
|
|
63260
63528
|
var _CBO = "CapacityBlockOfferings";
|
|
63261
63529
|
var _CBOI = "CapacityBlockOfferingId";
|
|
63262
|
-
var _CBS = "
|
|
63263
|
-
var _CBSi = "
|
|
63530
|
+
var _CBS = "CapacityBlockStatuses";
|
|
63531
|
+
var _CBSi = "CidrBlockState";
|
|
63532
|
+
var _CBSid = "CidrBlockSet";
|
|
63264
63533
|
var _CBT = "CancelBundleTask";
|
|
63534
|
+
var _CBa = "CapacityBlocks";
|
|
63265
63535
|
var _CBr = "CreatedBy";
|
|
63266
63536
|
var _CC = "CoreCount";
|
|
63267
63537
|
var _CCB = "ClientCidrBlock";
|
|
@@ -63428,6 +63698,7 @@ var _CRS = "CreateRouteServer";
|
|
|
63428
63698
|
var _CRSE = "CreateRouteServerEndpoint";
|
|
63429
63699
|
var _CRSP = "CreateRouteServerPeer";
|
|
63430
63700
|
var _CRSa = "CapacityReservationSpecification";
|
|
63701
|
+
var _CRSap = "CapacityReservationStatuses";
|
|
63431
63702
|
var _CRT = "CreateRouteTable";
|
|
63432
63703
|
var _CRTa = "CapacityReservationTarget";
|
|
63433
63704
|
var _CRa = "CancelReason";
|
|
@@ -63552,10 +63823,12 @@ var _DBT = "DescribeBundleTasks";
|
|
|
63552
63823
|
var _DC = "DisallowedCidrs";
|
|
63553
63824
|
var _DCA = "DomainCertificateArn";
|
|
63554
63825
|
var _DCAR = "DeliverCrossAccountRole";
|
|
63555
|
-
var _DCB = "
|
|
63826
|
+
var _DCB = "DescribeCapacityBlocks";
|
|
63556
63827
|
var _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
63557
63828
|
var _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
63558
63829
|
var _DCBO = "DescribeCapacityBlockOfferings";
|
|
63830
|
+
var _DCBS = "DescribeCapacityBlockStatus";
|
|
63831
|
+
var _DCBe = "DestinationCidrBlock";
|
|
63559
63832
|
var _DCC = "DeleteCoipCidr";
|
|
63560
63833
|
var _DCG = "DeleteCarrierGateway";
|
|
63561
63834
|
var _DCGe = "DeleteCustomerGateway";
|
|
@@ -64425,6 +64698,7 @@ var _ISns = "InstanceStatuses";
|
|
|
64425
64698
|
var _ISnst = "InstanceState";
|
|
64426
64699
|
var _ISnsta = "InstanceStatus";
|
|
64427
64700
|
var _ISnt = "IntegrateServices";
|
|
64701
|
+
var _ISnte = "InterconnectStatus";
|
|
64428
64702
|
var _ISp = "Ipv6Support";
|
|
64429
64703
|
var _ISpa = "IpamScope";
|
|
64430
64704
|
var _ISpam = "IpamScopes";
|
|
@@ -65514,7 +65788,8 @@ var _Suc = "Successful";
|
|
|
65514
65788
|
var _Succ = "Success";
|
|
65515
65789
|
var _T = "Type";
|
|
65516
65790
|
var _TAAC = "TotalAvailableAddressCount";
|
|
65517
|
-
var _TAC = "
|
|
65791
|
+
var _TAC = "TotalAvailableCapacity";
|
|
65792
|
+
var _TACo = "TotalAddressCount";
|
|
65518
65793
|
var _TAI = "TransferAccountId";
|
|
65519
65794
|
var _TC = "TargetConfigurations";
|
|
65520
65795
|
var _TCS = "TargetCapacitySpecification";
|
|
@@ -65648,6 +65923,7 @@ var _TTGAI = "TransportTransitGatewayAttachmentId";
|
|
|
65648
65923
|
var _TTa = "TaskType";
|
|
65649
65924
|
var _TTar = "TargetThroughput";
|
|
65650
65925
|
var _TTr = "TransferType";
|
|
65926
|
+
var _TUC = "TotalUnavailableCapacity";
|
|
65651
65927
|
var _TUP = "TotalUpfrontPrice";
|
|
65652
65928
|
var _TV = "TargetVersion";
|
|
65653
65929
|
var _TVC = "TotalVCpus";
|
|
@@ -65664,6 +65940,7 @@ var _Tim = "Timestamp";
|
|
|
65664
65940
|
var _To = "To";
|
|
65665
65941
|
var _U = "Url";
|
|
65666
65942
|
var _UB = "UserBucket";
|
|
65943
|
+
var _UC = "UltraserverCount";
|
|
65667
65944
|
var _UD = "UserData";
|
|
65668
65945
|
var _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
65669
65946
|
var _UDe = "UefiData";
|
|
@@ -65706,6 +65983,7 @@ var _USs = "UsageStrategy";
|
|
|
65706
65983
|
var _UT = "UdpTimeout";
|
|
65707
65984
|
var _UTP = "UserTrustProvider";
|
|
65708
65985
|
var _UTPT = "UserTrustProviderType";
|
|
65986
|
+
var _UTl = "UltraserverType";
|
|
65709
65987
|
var _UTp = "UpdateTime";
|
|
65710
65988
|
var _Un = "Unsuccessful";
|
|
65711
65989
|
var _Us = "Username";
|
|
@@ -66021,10 +66299,13 @@ var _cBEPD = "capacityBlockExtensionPurchaseDate";
|
|
|
66021
66299
|
var _cBES = "capacityBlockExtensionStatus";
|
|
66022
66300
|
var _cBESD = "capacityBlockExtensionStartDate";
|
|
66023
66301
|
var _cBESa = "capacityBlockExtensionSet";
|
|
66302
|
+
var _cBI = "capacityBlockId";
|
|
66024
66303
|
var _cBOI = "capacityBlockOfferingId";
|
|
66025
66304
|
var _cBOS = "capacityBlockOfferingSet";
|
|
66026
|
-
var _cBS = "
|
|
66027
|
-
var
|
|
66305
|
+
var _cBS = "capacityBlockSet";
|
|
66306
|
+
var _cBSS = "capacityBlockStatusSet";
|
|
66307
|
+
var _cBSi = "cidrBlockState";
|
|
66308
|
+
var _cBSid = "cidrBlockSet";
|
|
66028
66309
|
var _cBr = "createdBy";
|
|
66029
66310
|
var _cC = "currencyCode";
|
|
66030
66311
|
var _cCB = "clientCidrBlock";
|
|
@@ -66106,12 +66387,14 @@ var _cRFI = "capacityReservationFleetId";
|
|
|
66106
66387
|
var _cRFS = "capacityReservationFleetSet";
|
|
66107
66388
|
var _cRGS = "capacityReservationGroupSet";
|
|
66108
66389
|
var _cRI = "capacityReservationId";
|
|
66390
|
+
var _cRIS = "capacityReservationIdSet";
|
|
66109
66391
|
var _cRIa = "capacityReservationInfo";
|
|
66110
66392
|
var _cRL = "certificateRevocationList";
|
|
66111
66393
|
var _cRO = "capacityReservationOptions";
|
|
66112
66394
|
var _cRP = "capacityReservationPreference";
|
|
66113
66395
|
var _cRRGA = "capacityReservationResourceGroupArn";
|
|
66114
66396
|
var _cRS = "capacityReservationSet";
|
|
66397
|
+
var _cRSS = "capacityReservationStatusSet";
|
|
66115
66398
|
var _cRSa = "capacityReservationSpecification";
|
|
66116
66399
|
var _cRT = "capacityReservationTarget";
|
|
66117
66400
|
var _cRa = "capacityRebalance";
|
|
@@ -66588,7 +66871,7 @@ var _iRT = "ingressRouteTable";
|
|
|
66588
66871
|
var _iRp = "ipamRegion";
|
|
66589
66872
|
var _iRpa = "ipRanges";
|
|
66590
66873
|
var _iRpv = "ipv6Ranges";
|
|
66591
|
-
var _iS = "
|
|
66874
|
+
var _iS = "interconnectStatus";
|
|
66592
66875
|
var _iSA = "ipamScopeArn";
|
|
66593
66876
|
var _iSI = "instanceStorageInfo";
|
|
66594
66877
|
var _iSIp = "ipamScopeId";
|
|
@@ -66607,7 +66890,8 @@ var _iSn = "instancesSet";
|
|
|
66607
66890
|
var _iSns = "instanceSet";
|
|
66608
66891
|
var _iSnst = "instanceState";
|
|
66609
66892
|
var _iSnsta = "instanceStatus";
|
|
66610
|
-
var _iSp = "
|
|
66893
|
+
var _iSp = "ipamScope";
|
|
66894
|
+
var _iSpa = "ipamSet";
|
|
66611
66895
|
var _iSpo = "ipSource";
|
|
66612
66896
|
var _iSpv = "ipv6Supported";
|
|
66613
66897
|
var _iSpvu = "ipv6Support";
|
|
@@ -67411,7 +67695,8 @@ var _suc = "successful";
|
|
|
67411
67695
|
var _succ = "success";
|
|
67412
67696
|
var _t = "tenancy";
|
|
67413
67697
|
var _tAAC = "totalAvailableAddressCount";
|
|
67414
|
-
var _tAC = "
|
|
67698
|
+
var _tAC = "totalAvailableCapacity";
|
|
67699
|
+
var _tACo = "totalAddressCount";
|
|
67415
67700
|
var _tAI = "transferAccountId";
|
|
67416
67701
|
var _tC = "totalCapacity";
|
|
67417
67702
|
var _tCS = "targetCapacitySpecification";
|
|
@@ -67527,6 +67812,7 @@ var _tTGAI = "transportTransitGatewayAttachmentId";
|
|
|
67527
67812
|
var _tTa = "taskType";
|
|
67528
67813
|
var _tTar = "targetThroughput";
|
|
67529
67814
|
var _tTr = "transferType";
|
|
67815
|
+
var _tUC = "totalUnavailableCapacity";
|
|
67530
67816
|
var _tUP = "totalUpfrontPrice";
|
|
67531
67817
|
var _tV = "tokenValue";
|
|
67532
67818
|
var _tVC = "totalVCpus";
|
|
@@ -67541,6 +67827,7 @@ var _to = "to";
|
|
|
67541
67827
|
var _ty = "type";
|
|
67542
67828
|
var _u = "unsuccessful";
|
|
67543
67829
|
var _uB = "userBucket";
|
|
67830
|
+
var _uC = "ultraserverCount";
|
|
67544
67831
|
var _uD = "uefiData";
|
|
67545
67832
|
var _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
67546
67833
|
var _uDp = "updatedDate";
|
|
@@ -67571,6 +67858,7 @@ var _uT = "updateTime";
|
|
|
67571
67858
|
var _uTP = "userTrustProvider";
|
|
67572
67859
|
var _uTPT = "userTrustProviderType";
|
|
67573
67860
|
var _uTd = "udpTimeout";
|
|
67861
|
+
var _uTl = "ultraserverType";
|
|
67574
67862
|
var _ur = "url";
|
|
67575
67863
|
var _us = "username";
|
|
67576
67864
|
var _v = "value";
|
|
@@ -68278,6 +68566,7 @@ var AcceleratorType = {
|
|
|
68278
68566
|
INFERENCE: "inference"
|
|
68279
68567
|
};
|
|
68280
68568
|
var ResourceType = {
|
|
68569
|
+
capacity_block: "capacity-block",
|
|
68281
68570
|
capacity_reservation: "capacity-reservation",
|
|
68282
68571
|
capacity_reservation_fleet: "capacity-reservation-fleet",
|
|
68283
68572
|
carrier_gateway: "carrier-gateway",
|
|
@@ -69166,6 +69455,7 @@ var CapacityReservationState = {
|
|
|
69166
69455
|
payment_pending: "payment-pending",
|
|
69167
69456
|
pending: "pending",
|
|
69168
69457
|
scheduled: "scheduled",
|
|
69458
|
+
unavailable: "unavailable",
|
|
69169
69459
|
unsupported: "unsupported"
|
|
69170
69460
|
};
|
|
69171
69461
|
var FleetInstanceMatchCriteria = {
|
|
@@ -72487,6 +72777,21 @@ var CapacityBlockExtensionStatus = {
|
|
|
72487
72777
|
PAYMENT_PENDING: "payment-pending",
|
|
72488
72778
|
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
72489
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
|
+
};
|
|
72490
72795
|
var CallerRole = {
|
|
72491
72796
|
odcr_owner: "odcr-owner",
|
|
72492
72797
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
@@ -72499,12 +72804,6 @@ var CapacityReservationBillingRequestStatus = {
|
|
|
72499
72804
|
rejected: "rejected",
|
|
72500
72805
|
revoked: "revoked"
|
|
72501
72806
|
};
|
|
72502
|
-
var ClientVpnConnectionStatusCode = {
|
|
72503
|
-
active: "active",
|
|
72504
|
-
failed_to_terminate: "failed-to-terminate",
|
|
72505
|
-
terminated: "terminated",
|
|
72506
|
-
terminating: "terminating"
|
|
72507
|
-
};
|
|
72508
72807
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72509
72808
|
...obj,
|
|
72510
72809
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -74104,6 +74403,36 @@ var DescribeCapacityBlockOfferingsCommand = class extends import_smithy_client.C
|
|
|
74104
74403
|
}
|
|
74105
74404
|
};
|
|
74106
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
|
+
|
|
74107
74436
|
// src/commands/DescribeCapacityReservationBillingRequestsCommand.ts
|
|
74108
74437
|
|
|
74109
74438
|
|
|
@@ -74276,6 +74605,12 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
74276
74605
|
|
|
74277
74606
|
// src/models/models_4.ts
|
|
74278
74607
|
|
|
74608
|
+
var ClientVpnConnectionStatusCode = {
|
|
74609
|
+
active: "active",
|
|
74610
|
+
failed_to_terminate: "failed-to-terminate",
|
|
74611
|
+
terminated: "terminated",
|
|
74612
|
+
terminating: "terminating"
|
|
74613
|
+
};
|
|
74279
74614
|
var AssociatedNetworkType = {
|
|
74280
74615
|
vpc: "vpc"
|
|
74281
74616
|
};
|
|
@@ -81879,6 +82214,8 @@ var commands = {
|
|
|
81879
82214
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
81880
82215
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
81881
82216
|
DescribeCapacityBlockOfferingsCommand,
|
|
82217
|
+
DescribeCapacityBlocksCommand,
|
|
82218
|
+
DescribeCapacityBlockStatusCommand,
|
|
81882
82219
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
81883
82220
|
DescribeCapacityReservationFleetsCommand,
|
|
81884
82221
|
DescribeCapacityReservationsCommand,
|
|
@@ -82348,6 +82685,14 @@ var paginateDescribeCapacityBlockExtensionOfferings = (0, import_core.createPagi
|
|
|
82348
82685
|
|
|
82349
82686
|
var paginateDescribeCapacityBlockOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
82350
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
|
+
|
|
82351
82696
|
// src/pagination/DescribeCapacityReservationBillingRequestsPaginator.ts
|
|
82352
82697
|
|
|
82353
82698
|
var paginateDescribeCapacityReservationBillingRequests = (0, import_core.createPaginator)(EC2Client, DescribeCapacityReservationBillingRequestsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -85205,6 +85550,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85205
85550
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
85206
85551
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
85207
85552
|
DescribeCapacityBlockOfferingsCommand,
|
|
85553
|
+
DescribeCapacityBlockStatusCommand,
|
|
85554
|
+
DescribeCapacityBlocksCommand,
|
|
85208
85555
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
85209
85556
|
DescribeCapacityReservationFleetsCommand,
|
|
85210
85557
|
DescribeCapacityReservationsCommand,
|
|
@@ -85645,6 +85992,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85645
85992
|
paginateDescribeCapacityBlockExtensionHistory,
|
|
85646
85993
|
paginateDescribeCapacityBlockExtensionOfferings,
|
|
85647
85994
|
paginateDescribeCapacityBlockOfferings,
|
|
85995
|
+
paginateDescribeCapacityBlockStatus,
|
|
85996
|
+
paginateDescribeCapacityBlocks,
|
|
85648
85997
|
paginateDescribeCapacityReservationBillingRequests,
|
|
85649
85998
|
paginateDescribeCapacityReservationFleets,
|
|
85650
85999
|
paginateDescribeCapacityReservations,
|
|
@@ -86132,9 +86481,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86132
86481
|
PeriodType,
|
|
86133
86482
|
StatisticType,
|
|
86134
86483
|
CapacityBlockExtensionStatus,
|
|
86484
|
+
CapacityBlockResourceState,
|
|
86485
|
+
CapacityBlockInterconnectStatus,
|
|
86135
86486
|
CallerRole,
|
|
86136
86487
|
CapacityReservationBillingRequestStatus,
|
|
86137
|
-
ClientVpnConnectionStatusCode,
|
|
86138
86488
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
86139
86489
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
86140
86490
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -86144,6 +86494,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86144
86494
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
86145
86495
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
86146
86496
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
86497
|
+
ClientVpnConnectionStatusCode,
|
|
86147
86498
|
AssociatedNetworkType,
|
|
86148
86499
|
ClientVpnEndpointAttributeStatusCode,
|
|
86149
86500
|
VpnProtocol,
|