@aws-sdk/client-ec2 3.842.0 → 3.844.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/index.js +679 -169
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +359 -60
- package/dist-es/waiters/index.js +4 -2
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7 -6
- package/dist-types/models/models_1.d.ts +14 -2
- package/dist-types/models/models_3.d.ts +329 -270
- package/dist-types/models/models_4.d.ts +288 -210
- package/dist-types/models/models_5.d.ts +217 -381
- package/dist-types/models/models_6.d.ts +381 -294
- package/dist-types/models/models_7.d.ts +301 -145
- package/dist-types/models/models_8.d.ts +141 -1
- package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +36 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +71 -57
- package/dist-types/ts3.4/models/models_4.d.ts +59 -52
- package/dist-types/ts3.4/models/models_5.d.ts +53 -72
- package/dist-types/ts3.4/models/models_6.d.ts +67 -54
- package/dist-types/ts3.4/models/models_7.d.ts +56 -38
- package/dist-types/ts3.4/models/models_8.d.ts +38 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -2
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
- package/package.json +15 -15
|
@@ -2533,6 +2533,26 @@ export const se_DescribeCapacityBlockOfferingsCommand = async (input, context) =
|
|
|
2533
2533
|
});
|
|
2534
2534
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2535
2535
|
};
|
|
2536
|
+
export const se_DescribeCapacityBlocksCommand = async (input, context) => {
|
|
2537
|
+
const headers = SHARED_HEADERS;
|
|
2538
|
+
let body;
|
|
2539
|
+
body = buildFormUrlencodedString({
|
|
2540
|
+
...se_DescribeCapacityBlocksRequest(input, context),
|
|
2541
|
+
[_A]: _DCB,
|
|
2542
|
+
[_V]: _,
|
|
2543
|
+
});
|
|
2544
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2545
|
+
};
|
|
2546
|
+
export const se_DescribeCapacityBlockStatusCommand = async (input, context) => {
|
|
2547
|
+
const headers = SHARED_HEADERS;
|
|
2548
|
+
let body;
|
|
2549
|
+
body = buildFormUrlencodedString({
|
|
2550
|
+
...se_DescribeCapacityBlockStatusRequest(input, context),
|
|
2551
|
+
[_A]: _DCBS,
|
|
2552
|
+
[_V]: _,
|
|
2553
|
+
});
|
|
2554
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2555
|
+
};
|
|
2536
2556
|
export const se_DescribeCapacityReservationBillingRequestsCommand = async (input, context) => {
|
|
2537
2557
|
const headers = SHARED_HEADERS;
|
|
2538
2558
|
let body;
|
|
@@ -10077,6 +10097,32 @@ export const de_DescribeCapacityBlockOfferingsCommand = async (output, context)
|
|
|
10077
10097
|
};
|
|
10078
10098
|
return response;
|
|
10079
10099
|
};
|
|
10100
|
+
export const de_DescribeCapacityBlocksCommand = async (output, context) => {
|
|
10101
|
+
if (output.statusCode >= 300) {
|
|
10102
|
+
return de_CommandError(output, context);
|
|
10103
|
+
}
|
|
10104
|
+
const data = await parseBody(output.body, context);
|
|
10105
|
+
let contents = {};
|
|
10106
|
+
contents = de_DescribeCapacityBlocksResult(data, context);
|
|
10107
|
+
const response = {
|
|
10108
|
+
$metadata: deserializeMetadata(output),
|
|
10109
|
+
...contents,
|
|
10110
|
+
};
|
|
10111
|
+
return response;
|
|
10112
|
+
};
|
|
10113
|
+
export const de_DescribeCapacityBlockStatusCommand = async (output, context) => {
|
|
10114
|
+
if (output.statusCode >= 300) {
|
|
10115
|
+
return de_CommandError(output, context);
|
|
10116
|
+
}
|
|
10117
|
+
const data = await parseBody(output.body, context);
|
|
10118
|
+
let contents = {};
|
|
10119
|
+
contents = de_DescribeCapacityBlockStatusResult(data, context);
|
|
10120
|
+
const response = {
|
|
10121
|
+
$metadata: deserializeMetadata(output),
|
|
10122
|
+
...contents,
|
|
10123
|
+
};
|
|
10124
|
+
return response;
|
|
10125
|
+
};
|
|
10080
10126
|
export const de_DescribeCapacityReservationBillingRequestsCommand = async (output, context) => {
|
|
10081
10127
|
if (output.statusCode >= 300) {
|
|
10082
10128
|
return de_CommandError(output, context);
|
|
@@ -17163,6 +17209,18 @@ const se_CancelSpotInstanceRequestsRequest = (input, context) => {
|
|
|
17163
17209
|
}
|
|
17164
17210
|
return entries;
|
|
17165
17211
|
};
|
|
17212
|
+
const se_CapacityBlockIds = (input, context) => {
|
|
17213
|
+
const entries = {};
|
|
17214
|
+
let counter = 1;
|
|
17215
|
+
for (const entry of input) {
|
|
17216
|
+
if (entry === null) {
|
|
17217
|
+
continue;
|
|
17218
|
+
}
|
|
17219
|
+
entries[`Item.${counter}`] = entry;
|
|
17220
|
+
counter++;
|
|
17221
|
+
}
|
|
17222
|
+
return entries;
|
|
17223
|
+
};
|
|
17166
17224
|
const se_CapacityReservationFleetIdSet = (input, context) => {
|
|
17167
17225
|
const entries = {};
|
|
17168
17226
|
let counter = 1;
|
|
@@ -17895,8 +17953,8 @@ const se_CreateClientVpnRouteRequest = (input, context) => {
|
|
|
17895
17953
|
if (input[_CVEI] != null) {
|
|
17896
17954
|
entries[_CVEI] = input[_CVEI];
|
|
17897
17955
|
}
|
|
17898
|
-
if (input[
|
|
17899
|
-
entries[
|
|
17956
|
+
if (input[_DCBe] != null) {
|
|
17957
|
+
entries[_DCBe] = input[_DCBe];
|
|
17900
17958
|
}
|
|
17901
17959
|
if (input[_TVSI] != null) {
|
|
17902
17960
|
entries[_TVSI] = input[_TVSI];
|
|
@@ -18656,8 +18714,8 @@ const se_CreateLaunchTemplateVersionRequest = (input, context) => {
|
|
|
18656
18714
|
};
|
|
18657
18715
|
const se_CreateLocalGatewayRouteRequest = (input, context) => {
|
|
18658
18716
|
const entries = {};
|
|
18659
|
-
if (input[
|
|
18660
|
-
entries[
|
|
18717
|
+
if (input[_DCBe] != null) {
|
|
18718
|
+
entries[_DCBe] = input[_DCBe];
|
|
18661
18719
|
}
|
|
18662
18720
|
if (input[_LGRTI] != null) {
|
|
18663
18721
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -19331,8 +19389,8 @@ const se_CreateRouteRequest = (input, context) => {
|
|
|
19331
19389
|
if (input[_RTI] != null) {
|
|
19332
19390
|
entries[_RTI] = input[_RTI];
|
|
19333
19391
|
}
|
|
19334
|
-
if (input[
|
|
19335
|
-
entries[
|
|
19392
|
+
if (input[_DCBe] != null) {
|
|
19393
|
+
entries[_DCBe] = input[_DCBe];
|
|
19336
19394
|
}
|
|
19337
19395
|
if (input[_GI] != null) {
|
|
19338
19396
|
entries[_GI] = input[_GI];
|
|
@@ -19728,8 +19786,8 @@ const se_CreateTrafficMirrorFilterRuleRequest = (input, context) => {
|
|
|
19728
19786
|
if (input[_P] != null) {
|
|
19729
19787
|
entries[_P] = input[_P];
|
|
19730
19788
|
}
|
|
19731
|
-
if (input[
|
|
19732
|
-
entries[
|
|
19789
|
+
if (input[_DCBe] != null) {
|
|
19790
|
+
entries[_DCBe] = input[_DCBe];
|
|
19733
19791
|
}
|
|
19734
19792
|
if (input[_SCB] != null) {
|
|
19735
19793
|
entries[_SCB] = input[_SCB];
|
|
@@ -20035,8 +20093,8 @@ const se_CreateTransitGatewayRequest = (input, context) => {
|
|
|
20035
20093
|
};
|
|
20036
20094
|
const se_CreateTransitGatewayRouteRequest = (input, context) => {
|
|
20037
20095
|
const entries = {};
|
|
20038
|
-
if (input[
|
|
20039
|
-
entries[
|
|
20096
|
+
if (input[_DCBe] != null) {
|
|
20097
|
+
entries[_DCBe] = input[_DCBe];
|
|
20040
20098
|
}
|
|
20041
20099
|
if (input[_TGRTI] != null) {
|
|
20042
20100
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -20943,8 +21001,8 @@ const se_CreateVpnConnectionRequest = (input, context) => {
|
|
|
20943
21001
|
};
|
|
20944
21002
|
const se_CreateVpnConnectionRouteRequest = (input, context) => {
|
|
20945
21003
|
const entries = {};
|
|
20946
|
-
if (input[
|
|
20947
|
-
entries[
|
|
21004
|
+
if (input[_DCBe] != null) {
|
|
21005
|
+
entries[_DCBe] = input[_DCBe];
|
|
20948
21006
|
}
|
|
20949
21007
|
if (input[_VCI] != null) {
|
|
20950
21008
|
entries[_VCI] = input[_VCI];
|
|
@@ -21070,8 +21128,8 @@ const se_DeleteClientVpnRouteRequest = (input, context) => {
|
|
|
21070
21128
|
if (input[_TVSI] != null) {
|
|
21071
21129
|
entries[_TVSI] = input[_TVSI];
|
|
21072
21130
|
}
|
|
21073
|
-
if (input[
|
|
21074
|
-
entries[
|
|
21131
|
+
if (input[_DCBe] != null) {
|
|
21132
|
+
entries[_DCBe] = input[_DCBe];
|
|
21075
21133
|
}
|
|
21076
21134
|
if (input[_DRr] != null) {
|
|
21077
21135
|
entries[_DRr] = input[_DRr];
|
|
@@ -21309,8 +21367,8 @@ const se_DeleteLaunchTemplateVersionsRequest = (input, context) => {
|
|
|
21309
21367
|
};
|
|
21310
21368
|
const se_DeleteLocalGatewayRouteRequest = (input, context) => {
|
|
21311
21369
|
const entries = {};
|
|
21312
|
-
if (input[
|
|
21313
|
-
entries[
|
|
21370
|
+
if (input[_DCBe] != null) {
|
|
21371
|
+
entries[_DCBe] = input[_DCBe];
|
|
21314
21372
|
}
|
|
21315
21373
|
if (input[_LGRTI] != null) {
|
|
21316
21374
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -21542,8 +21600,8 @@ const se_DeleteRouteRequest = (input, context) => {
|
|
|
21542
21600
|
if (input[_RTI] != null) {
|
|
21543
21601
|
entries[_RTI] = input[_RTI];
|
|
21544
21602
|
}
|
|
21545
|
-
if (input[
|
|
21546
|
-
entries[
|
|
21603
|
+
if (input[_DCBe] != null) {
|
|
21604
|
+
entries[_DCBe] = input[_DCBe];
|
|
21547
21605
|
}
|
|
21548
21606
|
if (input[_DICB] != null) {
|
|
21549
21607
|
entries[_DICB] = input[_DICB];
|
|
@@ -21779,8 +21837,8 @@ const se_DeleteTransitGatewayRouteRequest = (input, context) => {
|
|
|
21779
21837
|
if (input[_TGRTI] != null) {
|
|
21780
21838
|
entries[_TGRTI] = input[_TGRTI];
|
|
21781
21839
|
}
|
|
21782
|
-
if (input[
|
|
21783
|
-
entries[
|
|
21840
|
+
if (input[_DCBe] != null) {
|
|
21841
|
+
entries[_DCBe] = input[_DCBe];
|
|
21784
21842
|
}
|
|
21785
21843
|
if (input[_DRr] != null) {
|
|
21786
21844
|
entries[_DRr] = input[_DRr];
|
|
@@ -21975,8 +22033,8 @@ const se_DeleteVpnConnectionRequest = (input, context) => {
|
|
|
21975
22033
|
};
|
|
21976
22034
|
const se_DeleteVpnConnectionRouteRequest = (input, context) => {
|
|
21977
22035
|
const entries = {};
|
|
21978
|
-
if (input[
|
|
21979
|
-
entries[
|
|
22036
|
+
if (input[_DCBe] != null) {
|
|
22037
|
+
entries[_DCBe] = input[_DCBe];
|
|
21980
22038
|
}
|
|
21981
22039
|
if (input[_VCI] != null) {
|
|
21982
22040
|
entries[_VCI] = input[_VCI];
|
|
@@ -22372,6 +22430,66 @@ const se_DescribeCapacityBlockOfferingsRequest = (input, context) => {
|
|
|
22372
22430
|
if (input[_MR] != null) {
|
|
22373
22431
|
entries[_MR] = input[_MR];
|
|
22374
22432
|
}
|
|
22433
|
+
if (input[_UTl] != null) {
|
|
22434
|
+
entries[_UTl] = input[_UTl];
|
|
22435
|
+
}
|
|
22436
|
+
if (input[_UC] != null) {
|
|
22437
|
+
entries[_UC] = input[_UC];
|
|
22438
|
+
}
|
|
22439
|
+
return entries;
|
|
22440
|
+
};
|
|
22441
|
+
const se_DescribeCapacityBlocksRequest = (input, context) => {
|
|
22442
|
+
const entries = {};
|
|
22443
|
+
if (input[_CBI] != null) {
|
|
22444
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
22445
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22446
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
22447
|
+
entries[loc] = value;
|
|
22448
|
+
});
|
|
22449
|
+
}
|
|
22450
|
+
if (input[_NT] != null) {
|
|
22451
|
+
entries[_NT] = input[_NT];
|
|
22452
|
+
}
|
|
22453
|
+
if (input[_MR] != null) {
|
|
22454
|
+
entries[_MR] = input[_MR];
|
|
22455
|
+
}
|
|
22456
|
+
if (input[_Fi] != null) {
|
|
22457
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
22458
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22459
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
22460
|
+
entries[loc] = value;
|
|
22461
|
+
});
|
|
22462
|
+
}
|
|
22463
|
+
if (input[_DRr] != null) {
|
|
22464
|
+
entries[_DRr] = input[_DRr];
|
|
22465
|
+
}
|
|
22466
|
+
return entries;
|
|
22467
|
+
};
|
|
22468
|
+
const se_DescribeCapacityBlockStatusRequest = (input, context) => {
|
|
22469
|
+
const entries = {};
|
|
22470
|
+
if (input[_CBI] != null) {
|
|
22471
|
+
const memberEntries = se_CapacityBlockIds(input[_CBI], context);
|
|
22472
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22473
|
+
const loc = `CapacityBlockId.${key.substring(key.indexOf(".") + 1)}`;
|
|
22474
|
+
entries[loc] = value;
|
|
22475
|
+
});
|
|
22476
|
+
}
|
|
22477
|
+
if (input[_NT] != null) {
|
|
22478
|
+
entries[_NT] = input[_NT];
|
|
22479
|
+
}
|
|
22480
|
+
if (input[_MR] != null) {
|
|
22481
|
+
entries[_MR] = input[_MR];
|
|
22482
|
+
}
|
|
22483
|
+
if (input[_Fi] != null) {
|
|
22484
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
22485
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22486
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
22487
|
+
entries[loc] = value;
|
|
22488
|
+
});
|
|
22489
|
+
}
|
|
22490
|
+
if (input[_DRr] != null) {
|
|
22491
|
+
entries[_DRr] = input[_DRr];
|
|
22492
|
+
}
|
|
22375
22493
|
return entries;
|
|
22376
22494
|
};
|
|
22377
22495
|
const se_DescribeCapacityReservationBillingRequestsRequest = (input, context) => {
|
|
@@ -32263,8 +32381,8 @@ const se_ModifyLaunchTemplateRequest = (input, context) => {
|
|
|
32263
32381
|
};
|
|
32264
32382
|
const se_ModifyLocalGatewayRouteRequest = (input, context) => {
|
|
32265
32383
|
const entries = {};
|
|
32266
|
-
if (input[
|
|
32267
|
-
entries[
|
|
32384
|
+
if (input[_DCBe] != null) {
|
|
32385
|
+
entries[_DCBe] = input[_DCBe];
|
|
32268
32386
|
}
|
|
32269
32387
|
if (input[_LGRTI] != null) {
|
|
32270
32388
|
entries[_LGRTI] = input[_LGRTI];
|
|
@@ -32666,8 +32784,8 @@ const se_ModifyTrafficMirrorFilterRuleRequest = (input, context) => {
|
|
|
32666
32784
|
if (input[_P] != null) {
|
|
32667
32785
|
entries[_P] = input[_P];
|
|
32668
32786
|
}
|
|
32669
|
-
if (input[
|
|
32670
|
-
entries[
|
|
32787
|
+
if (input[_DCBe] != null) {
|
|
32788
|
+
entries[_DCBe] = input[_DCBe];
|
|
32671
32789
|
}
|
|
32672
32790
|
if (input[_SCB] != null) {
|
|
32673
32791
|
entries[_SCB] = input[_SCB];
|
|
@@ -35374,8 +35492,8 @@ const se_ReplaceRouteRequest = (input, context) => {
|
|
|
35374
35492
|
if (input[_RTI] != null) {
|
|
35375
35493
|
entries[_RTI] = input[_RTI];
|
|
35376
35494
|
}
|
|
35377
|
-
if (input[
|
|
35378
|
-
entries[
|
|
35495
|
+
if (input[_DCBe] != null) {
|
|
35496
|
+
entries[_DCBe] = input[_DCBe];
|
|
35379
35497
|
}
|
|
35380
35498
|
if (input[_GI] != null) {
|
|
35381
35499
|
entries[_GI] = input[_GI];
|
|
@@ -35415,8 +35533,8 @@ const se_ReplaceRouteTableAssociationRequest = (input, context) => {
|
|
|
35415
35533
|
};
|
|
35416
35534
|
const se_ReplaceTransitGatewayRouteRequest = (input, context) => {
|
|
35417
35535
|
const entries = {};
|
|
35418
|
-
if (input[
|
|
35419
|
-
entries[
|
|
35536
|
+
if (input[_DCBe] != null) {
|
|
35537
|
+
entries[_DCBe] = input[_DCBe];
|
|
35420
35538
|
}
|
|
35421
35539
|
if (input[_TGRTI] != null) {
|
|
35422
35540
|
entries[_TGRTI] = input[_TGRTI];
|
|
@@ -40722,6 +40840,46 @@ const de_CapacityAllocations = (output, context) => {
|
|
|
40722
40840
|
return de_CapacityAllocation(entry, context);
|
|
40723
40841
|
});
|
|
40724
40842
|
};
|
|
40843
|
+
const de_CapacityBlock = (output, context) => {
|
|
40844
|
+
const contents = {};
|
|
40845
|
+
if (output[_cBI] != null) {
|
|
40846
|
+
contents[_CBIa] = __expectString(output[_cBI]);
|
|
40847
|
+
}
|
|
40848
|
+
if (output[_uTl] != null) {
|
|
40849
|
+
contents[_UTl] = __expectString(output[_uTl]);
|
|
40850
|
+
}
|
|
40851
|
+
if (output[_aZ] != null) {
|
|
40852
|
+
contents[_AZ] = __expectString(output[_aZ]);
|
|
40853
|
+
}
|
|
40854
|
+
if (output[_aZI] != null) {
|
|
40855
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
40856
|
+
}
|
|
40857
|
+
if (output.capacityReservationIdSet === "") {
|
|
40858
|
+
contents[_CRIa] = [];
|
|
40859
|
+
}
|
|
40860
|
+
else if (output[_cRIS] != null && output[_cRIS][_i] != null) {
|
|
40861
|
+
contents[_CRIa] = de_CapacityReservationIdSet(__getArrayIfSingleItem(output[_cRIS][_i]), context);
|
|
40862
|
+
}
|
|
40863
|
+
if (output[_sD] != null) {
|
|
40864
|
+
contents[_SD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sD]));
|
|
40865
|
+
}
|
|
40866
|
+
if (output[_eD] != null) {
|
|
40867
|
+
contents[_ED] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eD]));
|
|
40868
|
+
}
|
|
40869
|
+
if (output[_cD] != null) {
|
|
40870
|
+
contents[_CDr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cD]));
|
|
40871
|
+
}
|
|
40872
|
+
if (output[_st] != null) {
|
|
40873
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
40874
|
+
}
|
|
40875
|
+
if (output.tagSet === "") {
|
|
40876
|
+
contents[_Ta] = [];
|
|
40877
|
+
}
|
|
40878
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
40879
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
40880
|
+
}
|
|
40881
|
+
return contents;
|
|
40882
|
+
};
|
|
40725
40883
|
const de_CapacityBlockExtension = (output, context) => {
|
|
40726
40884
|
const contents = {};
|
|
40727
40885
|
if (output[_cRI] != null) {
|
|
@@ -40851,6 +41009,12 @@ const de_CapacityBlockOffering = (output, context) => {
|
|
|
40851
41009
|
if (output[_t] != null) {
|
|
40852
41010
|
contents[_Te] = __expectString(output[_t]);
|
|
40853
41011
|
}
|
|
41012
|
+
if (output[_uTl] != null) {
|
|
41013
|
+
contents[_UTl] = __expectString(output[_uTl]);
|
|
41014
|
+
}
|
|
41015
|
+
if (output[_uC] != null) {
|
|
41016
|
+
contents[_UC] = __strictParseInt32(output[_uC]);
|
|
41017
|
+
}
|
|
40854
41018
|
if (output[_cBDM] != null) {
|
|
40855
41019
|
contents[_CBDM] = __strictParseInt32(output[_cBDM]);
|
|
40856
41020
|
}
|
|
@@ -40863,6 +41027,45 @@ const de_CapacityBlockOfferingSet = (output, context) => {
|
|
|
40863
41027
|
return de_CapacityBlockOffering(entry, context);
|
|
40864
41028
|
});
|
|
40865
41029
|
};
|
|
41030
|
+
const de_CapacityBlockSet = (output, context) => {
|
|
41031
|
+
return (output || [])
|
|
41032
|
+
.filter((e) => e != null)
|
|
41033
|
+
.map((entry) => {
|
|
41034
|
+
return de_CapacityBlock(entry, context);
|
|
41035
|
+
});
|
|
41036
|
+
};
|
|
41037
|
+
const de_CapacityBlockStatus = (output, context) => {
|
|
41038
|
+
const contents = {};
|
|
41039
|
+
if (output[_cBI] != null) {
|
|
41040
|
+
contents[_CBIa] = __expectString(output[_cBI]);
|
|
41041
|
+
}
|
|
41042
|
+
if (output[_iS] != null) {
|
|
41043
|
+
contents[_ISnte] = __expectString(output[_iS]);
|
|
41044
|
+
}
|
|
41045
|
+
if (output[_tC] != null) {
|
|
41046
|
+
contents[_TCo] = __strictParseInt32(output[_tC]);
|
|
41047
|
+
}
|
|
41048
|
+
if (output[_tAC] != null) {
|
|
41049
|
+
contents[_TAC] = __strictParseInt32(output[_tAC]);
|
|
41050
|
+
}
|
|
41051
|
+
if (output[_tUC] != null) {
|
|
41052
|
+
contents[_TUC] = __strictParseInt32(output[_tUC]);
|
|
41053
|
+
}
|
|
41054
|
+
if (output.capacityReservationStatusSet === "") {
|
|
41055
|
+
contents[_CRSap] = [];
|
|
41056
|
+
}
|
|
41057
|
+
else if (output[_cRSS] != null && output[_cRSS][_i] != null) {
|
|
41058
|
+
contents[_CRSap] = de_CapacityReservationStatusSet(__getArrayIfSingleItem(output[_cRSS][_i]), context);
|
|
41059
|
+
}
|
|
41060
|
+
return contents;
|
|
41061
|
+
};
|
|
41062
|
+
const de_CapacityBlockStatusSet = (output, context) => {
|
|
41063
|
+
return (output || [])
|
|
41064
|
+
.filter((e) => e != null)
|
|
41065
|
+
.map((entry) => {
|
|
41066
|
+
return de_CapacityBlockStatus(entry, context);
|
|
41067
|
+
});
|
|
41068
|
+
};
|
|
40866
41069
|
const de_CapacityReservation = (output, context) => {
|
|
40867
41070
|
const contents = {};
|
|
40868
41071
|
if (output[_cRI] != null) {
|
|
@@ -40952,6 +41155,9 @@ const de_CapacityReservation = (output, context) => {
|
|
|
40952
41155
|
if (output[_dP] != null) {
|
|
40953
41156
|
contents[_DP] = __expectString(output[_dP]);
|
|
40954
41157
|
}
|
|
41158
|
+
if (output[_cBI] != null) {
|
|
41159
|
+
contents[_CBIa] = __expectString(output[_cBI]);
|
|
41160
|
+
}
|
|
40955
41161
|
return contents;
|
|
40956
41162
|
};
|
|
40957
41163
|
const de_CapacityReservationBillingRequest = (output, context) => {
|
|
@@ -41086,6 +41292,13 @@ const de_CapacityReservationGroupSet = (output, context) => {
|
|
|
41086
41292
|
return de_CapacityReservationGroup(entry, context);
|
|
41087
41293
|
});
|
|
41088
41294
|
};
|
|
41295
|
+
const de_CapacityReservationIdSet = (output, context) => {
|
|
41296
|
+
return (output || [])
|
|
41297
|
+
.filter((e) => e != null)
|
|
41298
|
+
.map((entry) => {
|
|
41299
|
+
return __expectString(entry);
|
|
41300
|
+
});
|
|
41301
|
+
};
|
|
41089
41302
|
const de_CapacityReservationInfo = (output, context) => {
|
|
41090
41303
|
const contents = {};
|
|
41091
41304
|
if (output[_iT] != null) {
|
|
@@ -41126,6 +41339,29 @@ const de_CapacityReservationSpecificationResponse = (output, context) => {
|
|
|
41126
41339
|
}
|
|
41127
41340
|
return contents;
|
|
41128
41341
|
};
|
|
41342
|
+
const de_CapacityReservationStatus = (output, context) => {
|
|
41343
|
+
const contents = {};
|
|
41344
|
+
if (output[_cRI] != null) {
|
|
41345
|
+
contents[_CRI] = __expectString(output[_cRI]);
|
|
41346
|
+
}
|
|
41347
|
+
if (output[_tC] != null) {
|
|
41348
|
+
contents[_TCo] = __strictParseInt32(output[_tC]);
|
|
41349
|
+
}
|
|
41350
|
+
if (output[_tAC] != null) {
|
|
41351
|
+
contents[_TAC] = __strictParseInt32(output[_tAC]);
|
|
41352
|
+
}
|
|
41353
|
+
if (output[_tUC] != null) {
|
|
41354
|
+
contents[_TUC] = __strictParseInt32(output[_tUC]);
|
|
41355
|
+
}
|
|
41356
|
+
return contents;
|
|
41357
|
+
};
|
|
41358
|
+
const de_CapacityReservationStatusSet = (output, context) => {
|
|
41359
|
+
return (output || [])
|
|
41360
|
+
.filter((e) => e != null)
|
|
41361
|
+
.map((entry) => {
|
|
41362
|
+
return de_CapacityReservationStatus(entry, context);
|
|
41363
|
+
});
|
|
41364
|
+
};
|
|
41129
41365
|
const de_CapacityReservationTargetResponse = (output, context) => {
|
|
41130
41366
|
const contents = {};
|
|
41131
41367
|
if (output[_cRI] != null) {
|
|
@@ -42161,8 +42397,8 @@ const de_CreateIpamResult = (output, context) => {
|
|
|
42161
42397
|
};
|
|
42162
42398
|
const de_CreateIpamScopeResult = (output, context) => {
|
|
42163
42399
|
const contents = {};
|
|
42164
|
-
if (output[
|
|
42165
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
42400
|
+
if (output[_iSp] != null) {
|
|
42401
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
42166
42402
|
}
|
|
42167
42403
|
return contents;
|
|
42168
42404
|
};
|
|
@@ -42947,8 +43183,8 @@ const de_DeleteIpamResult = (output, context) => {
|
|
|
42947
43183
|
};
|
|
42948
43184
|
const de_DeleteIpamScopeResult = (output, context) => {
|
|
42949
43185
|
const contents = {};
|
|
42950
|
-
if (output[
|
|
42951
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
43186
|
+
if (output[_iSp] != null) {
|
|
43187
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
42952
43188
|
}
|
|
42953
43189
|
return contents;
|
|
42954
43190
|
};
|
|
@@ -43603,6 +43839,32 @@ const de_DescribeCapacityBlockOfferingsResult = (output, context) => {
|
|
|
43603
43839
|
}
|
|
43604
43840
|
return contents;
|
|
43605
43841
|
};
|
|
43842
|
+
const de_DescribeCapacityBlocksResult = (output, context) => {
|
|
43843
|
+
const contents = {};
|
|
43844
|
+
if (output.capacityBlockSet === "") {
|
|
43845
|
+
contents[_CBa] = [];
|
|
43846
|
+
}
|
|
43847
|
+
else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
43848
|
+
contents[_CBa] = de_CapacityBlockSet(__getArrayIfSingleItem(output[_cBS][_i]), context);
|
|
43849
|
+
}
|
|
43850
|
+
if (output[_nTe] != null) {
|
|
43851
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
43852
|
+
}
|
|
43853
|
+
return contents;
|
|
43854
|
+
};
|
|
43855
|
+
const de_DescribeCapacityBlockStatusResult = (output, context) => {
|
|
43856
|
+
const contents = {};
|
|
43857
|
+
if (output.capacityBlockStatusSet === "") {
|
|
43858
|
+
contents[_CBS] = [];
|
|
43859
|
+
}
|
|
43860
|
+
else if (output[_cBSS] != null && output[_cBSS][_i] != null) {
|
|
43861
|
+
contents[_CBS] = de_CapacityBlockStatusSet(__getArrayIfSingleItem(output[_cBSS][_i]), context);
|
|
43862
|
+
}
|
|
43863
|
+
if (output[_nTe] != null) {
|
|
43864
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
43865
|
+
}
|
|
43866
|
+
return contents;
|
|
43867
|
+
};
|
|
43606
43868
|
const de_DescribeCapacityReservationBillingRequestsResult = (output, context) => {
|
|
43607
43869
|
const contents = {};
|
|
43608
43870
|
if (output[_nTe] != null) {
|
|
@@ -44429,8 +44691,8 @@ const de_DescribeIpamsResult = (output, context) => {
|
|
|
44429
44691
|
if (output.ipamSet === "") {
|
|
44430
44692
|
contents[_Ipam] = [];
|
|
44431
44693
|
}
|
|
44432
|
-
else if (output[
|
|
44433
|
-
contents[_Ipam] = de_IpamSet(__getArrayIfSingleItem(output[
|
|
44694
|
+
else if (output[_iSpa] != null && output[_iSpa][_i] != null) {
|
|
44695
|
+
contents[_Ipam] = de_IpamSet(__getArrayIfSingleItem(output[_iSpa][_i]), context);
|
|
44434
44696
|
}
|
|
44435
44697
|
return contents;
|
|
44436
44698
|
};
|
|
@@ -49790,6 +50052,9 @@ const de_Instance = (output, context) => {
|
|
|
49790
50052
|
if (output[_cO] != null) {
|
|
49791
50053
|
contents[_COp] = de_CpuOptions(output[_cO], context);
|
|
49792
50054
|
}
|
|
50055
|
+
if (output[_cBI] != null) {
|
|
50056
|
+
contents[_CBIa] = __expectString(output[_cBI]);
|
|
50057
|
+
}
|
|
49793
50058
|
if (output[_cRI] != null) {
|
|
49794
50059
|
contents[_CRI] = __expectString(output[_cRI]);
|
|
49795
50060
|
}
|
|
@@ -50932,6 +51197,9 @@ const de_InstanceTopology = (output, context) => {
|
|
|
50932
51197
|
if (output[_zI] != null) {
|
|
50933
51198
|
contents[_ZIo] = __expectString(output[_zI]);
|
|
50934
51199
|
}
|
|
51200
|
+
if (output[_cBI] != null) {
|
|
51201
|
+
contents[_CBIa] = __expectString(output[_cBI]);
|
|
51202
|
+
}
|
|
50935
51203
|
return contents;
|
|
50936
51204
|
};
|
|
50937
51205
|
const de_InstanceTypeInfo = (output, context) => {
|
|
@@ -52965,7 +53233,7 @@ const de_LocalGateway = (output, context) => {
|
|
|
52965
53233
|
const de_LocalGatewayRoute = (output, context) => {
|
|
52966
53234
|
const contents = {};
|
|
52967
53235
|
if (output[_dCB] != null) {
|
|
52968
|
-
contents[
|
|
53236
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
52969
53237
|
}
|
|
52970
53238
|
if (output[_lGVIGI] != null) {
|
|
52971
53239
|
contents[_LGVIGI] = __expectString(output[_lGVIGI]);
|
|
@@ -53756,8 +54024,8 @@ const de_ModifyIpamResult = (output, context) => {
|
|
|
53756
54024
|
};
|
|
53757
54025
|
const de_ModifyIpamScopeResult = (output, context) => {
|
|
53758
54026
|
const contents = {};
|
|
53759
|
-
if (output[
|
|
53760
|
-
contents[_ISpa] = de_IpamScope(output[
|
|
54027
|
+
if (output[_iSp] != null) {
|
|
54028
|
+
contents[_ISpa] = de_IpamScope(output[_iSp], context);
|
|
53761
54029
|
}
|
|
53762
54030
|
return contents;
|
|
53763
54031
|
};
|
|
@@ -55922,8 +56190,8 @@ const de_PublicIpv4Pool = (output, context) => {
|
|
|
55922
56190
|
else if (output[_pARS] != null && output[_pARS][_i] != null) {
|
|
55923
56191
|
contents[_PARo] = de_PublicIpv4PoolRangeSet(__getArrayIfSingleItem(output[_pARS][_i]), context);
|
|
55924
56192
|
}
|
|
55925
|
-
if (output[
|
|
55926
|
-
contents[
|
|
56193
|
+
if (output[_tACo] != null) {
|
|
56194
|
+
contents[_TACo] = __strictParseInt32(output[_tACo]);
|
|
55927
56195
|
}
|
|
55928
56196
|
if (output[_tAAC] != null) {
|
|
55929
56197
|
contents[_TAAC] = __strictParseInt32(output[_tAAC]);
|
|
@@ -56015,6 +56283,12 @@ const de_PurchaseCapacityBlockResult = (output, context) => {
|
|
|
56015
56283
|
if (output[_cR] != null) {
|
|
56016
56284
|
contents[_CRapa] = de_CapacityReservation(output[_cR], context);
|
|
56017
56285
|
}
|
|
56286
|
+
if (output.capacityBlockSet === "") {
|
|
56287
|
+
contents[_CBa] = [];
|
|
56288
|
+
}
|
|
56289
|
+
else if (output[_cBS] != null && output[_cBS][_i] != null) {
|
|
56290
|
+
contents[_CBa] = de_CapacityBlockSet(__getArrayIfSingleItem(output[_cBS][_i]), context);
|
|
56291
|
+
}
|
|
56018
56292
|
return contents;
|
|
56019
56293
|
};
|
|
56020
56294
|
const de_PurchasedScheduledInstanceSet = (output, context) => {
|
|
@@ -57057,7 +57331,7 @@ const de_RootDeviceTypeList = (output, context) => {
|
|
|
57057
57331
|
const de_Route = (output, context) => {
|
|
57058
57332
|
const contents = {};
|
|
57059
57333
|
if (output[_dCB] != null) {
|
|
57060
|
-
contents[
|
|
57334
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
57061
57335
|
}
|
|
57062
57336
|
if (output[_dICB] != null) {
|
|
57063
57337
|
contents[_DICB] = __expectString(output[_dICB]);
|
|
@@ -57925,6 +58199,9 @@ const de_SecurityGroupVpcAssociation = (output, context) => {
|
|
|
57925
58199
|
if (output[_sRt] != null) {
|
|
57926
58200
|
contents[_SRt] = __expectString(output[_sRt]);
|
|
57927
58201
|
}
|
|
58202
|
+
if (output[_gOI] != null) {
|
|
58203
|
+
contents[_GOI] = __expectString(output[_gOI]);
|
|
58204
|
+
}
|
|
57928
58205
|
return contents;
|
|
57929
58206
|
};
|
|
57930
58207
|
const de_SecurityGroupVpcAssociationList = (output, context) => {
|
|
@@ -59654,7 +59931,7 @@ const de_TrafficMirrorFilterRule = (output, context) => {
|
|
|
59654
59931
|
contents[_SPR] = de_TrafficMirrorPortRange(output[_sPR], context);
|
|
59655
59932
|
}
|
|
59656
59933
|
if (output[_dCB] != null) {
|
|
59657
|
-
contents[
|
|
59934
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
59658
59935
|
}
|
|
59659
59936
|
if (output[_sCB] != null) {
|
|
59660
59937
|
contents[_SCB] = __expectString(output[_sCB]);
|
|
@@ -60350,7 +60627,7 @@ const de_TransitGatewayPolicyRule = (output, context) => {
|
|
|
60350
60627
|
contents[_SPR] = __expectString(output[_sPR]);
|
|
60351
60628
|
}
|
|
60352
60629
|
if (output[_dCB] != null) {
|
|
60353
|
-
contents[
|
|
60630
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
60354
60631
|
}
|
|
60355
60632
|
if (output[_dPR] != null) {
|
|
60356
60633
|
contents[_DPR] = __expectString(output[_dPR]);
|
|
@@ -60515,7 +60792,7 @@ const de_TransitGatewayPropagation = (output, context) => {
|
|
|
60515
60792
|
const de_TransitGatewayRoute = (output, context) => {
|
|
60516
60793
|
const contents = {};
|
|
60517
60794
|
if (output[_dCB] != null) {
|
|
60518
|
-
contents[
|
|
60795
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
60519
60796
|
}
|
|
60520
60797
|
if (output[_pLI] != null) {
|
|
60521
60798
|
contents[_PLI] = __expectString(output[_pLI]);
|
|
@@ -62216,8 +62493,8 @@ const de_VpcCidrBlockAssociation = (output, context) => {
|
|
|
62216
62493
|
if (output[_cB] != null) {
|
|
62217
62494
|
contents[_CB] = __expectString(output[_cB]);
|
|
62218
62495
|
}
|
|
62219
|
-
if (output[
|
|
62220
|
-
contents[
|
|
62496
|
+
if (output[_cBSi] != null) {
|
|
62497
|
+
contents[_CBSi] = de_VpcCidrBlockState(output[_cBSi], context);
|
|
62221
62498
|
}
|
|
62222
62499
|
return contents;
|
|
62223
62500
|
};
|
|
@@ -62643,10 +62920,10 @@ const de_VpcPeeringConnectionVpcInfo = (output, context) => {
|
|
|
62643
62920
|
contents[_ICBSp] = de_Ipv6CidrBlockSet(__getArrayIfSingleItem(output[_iCBSp][_i]), context);
|
|
62644
62921
|
}
|
|
62645
62922
|
if (output.cidrBlockSet === "") {
|
|
62646
|
-
contents[
|
|
62923
|
+
contents[_CBSid] = [];
|
|
62647
62924
|
}
|
|
62648
|
-
else if (output[
|
|
62649
|
-
contents[
|
|
62925
|
+
else if (output[_cBSid] != null && output[_cBSid][_i] != null) {
|
|
62926
|
+
contents[_CBSid] = de_CidrBlockSet(__getArrayIfSingleItem(output[_cBSid][_i]), context);
|
|
62650
62927
|
}
|
|
62651
62928
|
if (output[_oI] != null) {
|
|
62652
62929
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
@@ -62831,7 +63108,7 @@ const de_VpnGatewayList = (output, context) => {
|
|
|
62831
63108
|
const de_VpnStaticRoute = (output, context) => {
|
|
62832
63109
|
const contents = {};
|
|
62833
63110
|
if (output[_dCB] != null) {
|
|
62834
|
-
contents[
|
|
63111
|
+
contents[_DCBe] = __expectString(output[_dCB]);
|
|
62835
63112
|
}
|
|
62836
63113
|
if (output[_s] != null) {
|
|
62837
63114
|
contents[_S] = __expectString(output[_s]);
|
|
@@ -63179,11 +63456,15 @@ const _CBEOI = "CapacityBlockExtensionOfferingId";
|
|
|
63179
63456
|
const _CBEPD = "CapacityBlockExtensionPurchaseDate";
|
|
63180
63457
|
const _CBES = "CapacityBlockExtensionStatus";
|
|
63181
63458
|
const _CBESD = "CapacityBlockExtensionStartDate";
|
|
63459
|
+
const _CBI = "CapacityBlockIds";
|
|
63460
|
+
const _CBIa = "CapacityBlockId";
|
|
63182
63461
|
const _CBO = "CapacityBlockOfferings";
|
|
63183
63462
|
const _CBOI = "CapacityBlockOfferingId";
|
|
63184
|
-
const _CBS = "
|
|
63185
|
-
const _CBSi = "
|
|
63463
|
+
const _CBS = "CapacityBlockStatuses";
|
|
63464
|
+
const _CBSi = "CidrBlockState";
|
|
63465
|
+
const _CBSid = "CidrBlockSet";
|
|
63186
63466
|
const _CBT = "CancelBundleTask";
|
|
63467
|
+
const _CBa = "CapacityBlocks";
|
|
63187
63468
|
const _CBr = "CreatedBy";
|
|
63188
63469
|
const _CC = "CoreCount";
|
|
63189
63470
|
const _CCB = "ClientCidrBlock";
|
|
@@ -63350,6 +63631,7 @@ const _CRS = "CreateRouteServer";
|
|
|
63350
63631
|
const _CRSE = "CreateRouteServerEndpoint";
|
|
63351
63632
|
const _CRSP = "CreateRouteServerPeer";
|
|
63352
63633
|
const _CRSa = "CapacityReservationSpecification";
|
|
63634
|
+
const _CRSap = "CapacityReservationStatuses";
|
|
63353
63635
|
const _CRT = "CreateRouteTable";
|
|
63354
63636
|
const _CRTa = "CapacityReservationTarget";
|
|
63355
63637
|
const _CRa = "CancelReason";
|
|
@@ -63474,10 +63756,12 @@ const _DBT = "DescribeBundleTasks";
|
|
|
63474
63756
|
const _DC = "DisallowedCidrs";
|
|
63475
63757
|
const _DCA = "DomainCertificateArn";
|
|
63476
63758
|
const _DCAR = "DeliverCrossAccountRole";
|
|
63477
|
-
const _DCB = "
|
|
63759
|
+
const _DCB = "DescribeCapacityBlocks";
|
|
63478
63760
|
const _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
63479
63761
|
const _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
63480
63762
|
const _DCBO = "DescribeCapacityBlockOfferings";
|
|
63763
|
+
const _DCBS = "DescribeCapacityBlockStatus";
|
|
63764
|
+
const _DCBe = "DestinationCidrBlock";
|
|
63481
63765
|
const _DCC = "DeleteCoipCidr";
|
|
63482
63766
|
const _DCG = "DeleteCarrierGateway";
|
|
63483
63767
|
const _DCGe = "DeleteCustomerGateway";
|
|
@@ -64347,6 +64631,7 @@ const _ISns = "InstanceStatuses";
|
|
|
64347
64631
|
const _ISnst = "InstanceState";
|
|
64348
64632
|
const _ISnsta = "InstanceStatus";
|
|
64349
64633
|
const _ISnt = "IntegrateServices";
|
|
64634
|
+
const _ISnte = "InterconnectStatus";
|
|
64350
64635
|
const _ISp = "Ipv6Support";
|
|
64351
64636
|
const _ISpa = "IpamScope";
|
|
64352
64637
|
const _ISpam = "IpamScopes";
|
|
@@ -65436,7 +65721,8 @@ const _Suc = "Successful";
|
|
|
65436
65721
|
const _Succ = "Success";
|
|
65437
65722
|
const _T = "Type";
|
|
65438
65723
|
const _TAAC = "TotalAvailableAddressCount";
|
|
65439
|
-
const _TAC = "
|
|
65724
|
+
const _TAC = "TotalAvailableCapacity";
|
|
65725
|
+
const _TACo = "TotalAddressCount";
|
|
65440
65726
|
const _TAI = "TransferAccountId";
|
|
65441
65727
|
const _TC = "TargetConfigurations";
|
|
65442
65728
|
const _TCS = "TargetCapacitySpecification";
|
|
@@ -65570,6 +65856,7 @@ const _TTGAI = "TransportTransitGatewayAttachmentId";
|
|
|
65570
65856
|
const _TTa = "TaskType";
|
|
65571
65857
|
const _TTar = "TargetThroughput";
|
|
65572
65858
|
const _TTr = "TransferType";
|
|
65859
|
+
const _TUC = "TotalUnavailableCapacity";
|
|
65573
65860
|
const _TUP = "TotalUpfrontPrice";
|
|
65574
65861
|
const _TV = "TargetVersion";
|
|
65575
65862
|
const _TVC = "TotalVCpus";
|
|
@@ -65586,6 +65873,7 @@ const _Tim = "Timestamp";
|
|
|
65586
65873
|
const _To = "To";
|
|
65587
65874
|
const _U = "Url";
|
|
65588
65875
|
const _UB = "UserBucket";
|
|
65876
|
+
const _UC = "UltraserverCount";
|
|
65589
65877
|
const _UD = "UserData";
|
|
65590
65878
|
const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
65591
65879
|
const _UDe = "UefiData";
|
|
@@ -65628,6 +65916,7 @@ const _USs = "UsageStrategy";
|
|
|
65628
65916
|
const _UT = "UdpTimeout";
|
|
65629
65917
|
const _UTP = "UserTrustProvider";
|
|
65630
65918
|
const _UTPT = "UserTrustProviderType";
|
|
65919
|
+
const _UTl = "UltraserverType";
|
|
65631
65920
|
const _UTp = "UpdateTime";
|
|
65632
65921
|
const _Un = "Unsuccessful";
|
|
65633
65922
|
const _Us = "Username";
|
|
@@ -65943,10 +66232,13 @@ const _cBEPD = "capacityBlockExtensionPurchaseDate";
|
|
|
65943
66232
|
const _cBES = "capacityBlockExtensionStatus";
|
|
65944
66233
|
const _cBESD = "capacityBlockExtensionStartDate";
|
|
65945
66234
|
const _cBESa = "capacityBlockExtensionSet";
|
|
66235
|
+
const _cBI = "capacityBlockId";
|
|
65946
66236
|
const _cBOI = "capacityBlockOfferingId";
|
|
65947
66237
|
const _cBOS = "capacityBlockOfferingSet";
|
|
65948
|
-
const _cBS = "
|
|
65949
|
-
const
|
|
66238
|
+
const _cBS = "capacityBlockSet";
|
|
66239
|
+
const _cBSS = "capacityBlockStatusSet";
|
|
66240
|
+
const _cBSi = "cidrBlockState";
|
|
66241
|
+
const _cBSid = "cidrBlockSet";
|
|
65950
66242
|
const _cBr = "createdBy";
|
|
65951
66243
|
const _cC = "currencyCode";
|
|
65952
66244
|
const _cCB = "clientCidrBlock";
|
|
@@ -66028,12 +66320,14 @@ const _cRFI = "capacityReservationFleetId";
|
|
|
66028
66320
|
const _cRFS = "capacityReservationFleetSet";
|
|
66029
66321
|
const _cRGS = "capacityReservationGroupSet";
|
|
66030
66322
|
const _cRI = "capacityReservationId";
|
|
66323
|
+
const _cRIS = "capacityReservationIdSet";
|
|
66031
66324
|
const _cRIa = "capacityReservationInfo";
|
|
66032
66325
|
const _cRL = "certificateRevocationList";
|
|
66033
66326
|
const _cRO = "capacityReservationOptions";
|
|
66034
66327
|
const _cRP = "capacityReservationPreference";
|
|
66035
66328
|
const _cRRGA = "capacityReservationResourceGroupArn";
|
|
66036
66329
|
const _cRS = "capacityReservationSet";
|
|
66330
|
+
const _cRSS = "capacityReservationStatusSet";
|
|
66037
66331
|
const _cRSa = "capacityReservationSpecification";
|
|
66038
66332
|
const _cRT = "capacityReservationTarget";
|
|
66039
66333
|
const _cRa = "capacityRebalance";
|
|
@@ -66510,7 +66804,7 @@ const _iRT = "ingressRouteTable";
|
|
|
66510
66804
|
const _iRp = "ipamRegion";
|
|
66511
66805
|
const _iRpa = "ipRanges";
|
|
66512
66806
|
const _iRpv = "ipv6Ranges";
|
|
66513
|
-
const _iS = "
|
|
66807
|
+
const _iS = "interconnectStatus";
|
|
66514
66808
|
const _iSA = "ipamScopeArn";
|
|
66515
66809
|
const _iSI = "instanceStorageInfo";
|
|
66516
66810
|
const _iSIp = "ipamScopeId";
|
|
@@ -66529,7 +66823,8 @@ const _iSn = "instancesSet";
|
|
|
66529
66823
|
const _iSns = "instanceSet";
|
|
66530
66824
|
const _iSnst = "instanceState";
|
|
66531
66825
|
const _iSnsta = "instanceStatus";
|
|
66532
|
-
const _iSp = "
|
|
66826
|
+
const _iSp = "ipamScope";
|
|
66827
|
+
const _iSpa = "ipamSet";
|
|
66533
66828
|
const _iSpo = "ipSource";
|
|
66534
66829
|
const _iSpv = "ipv6Supported";
|
|
66535
66830
|
const _iSpvu = "ipv6Support";
|
|
@@ -67333,7 +67628,8 @@ const _suc = "successful";
|
|
|
67333
67628
|
const _succ = "success";
|
|
67334
67629
|
const _t = "tenancy";
|
|
67335
67630
|
const _tAAC = "totalAvailableAddressCount";
|
|
67336
|
-
const _tAC = "
|
|
67631
|
+
const _tAC = "totalAvailableCapacity";
|
|
67632
|
+
const _tACo = "totalAddressCount";
|
|
67337
67633
|
const _tAI = "transferAccountId";
|
|
67338
67634
|
const _tC = "totalCapacity";
|
|
67339
67635
|
const _tCS = "targetCapacitySpecification";
|
|
@@ -67449,6 +67745,7 @@ const _tTGAI = "transportTransitGatewayAttachmentId";
|
|
|
67449
67745
|
const _tTa = "taskType";
|
|
67450
67746
|
const _tTar = "targetThroughput";
|
|
67451
67747
|
const _tTr = "transferType";
|
|
67748
|
+
const _tUC = "totalUnavailableCapacity";
|
|
67452
67749
|
const _tUP = "totalUpfrontPrice";
|
|
67453
67750
|
const _tV = "tokenValue";
|
|
67454
67751
|
const _tVC = "totalVCpus";
|
|
@@ -67463,6 +67760,7 @@ const _to = "to";
|
|
|
67463
67760
|
const _ty = "type";
|
|
67464
67761
|
const _u = "unsuccessful";
|
|
67465
67762
|
const _uB = "userBucket";
|
|
67763
|
+
const _uC = "ultraserverCount";
|
|
67466
67764
|
const _uD = "uefiData";
|
|
67467
67765
|
const _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
67468
67766
|
const _uDp = "updatedDate";
|
|
@@ -67493,6 +67791,7 @@ const _uT = "updateTime";
|
|
|
67493
67791
|
const _uTP = "userTrustProvider";
|
|
67494
67792
|
const _uTPT = "userTrustProviderType";
|
|
67495
67793
|
const _uTd = "udpTimeout";
|
|
67794
|
+
const _uTl = "ultraserverType";
|
|
67496
67795
|
const _ur = "url";
|
|
67497
67796
|
const _us = "username";
|
|
67498
67797
|
const _v = "value";
|