@aws-sdk/client-ec2 3.696.0 → 3.698.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 +24 -0
- package/dist-cjs/index.js +741 -123
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +19 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +5 -17
- package/dist-es/models/models_4.js +17 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +614 -64
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +480 -499
- package/dist-types/models/models_2.d.ts +384 -179
- package/dist-types/models/models_3.d.ts +693 -758
- package/dist-types/models/models_4.d.ts +6178 -6293
- package/dist-types/models/models_5.d.ts +2712 -2367
- package/dist-types/models/models_6.d.ts +4288 -4301
- package/dist-types/models/models_7.d.ts +533 -28
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +54 -77
- package/dist-types/ts3.4/models/models_2.d.ts +78 -41
- package/dist-types/ts3.4/models/models_3.d.ts +102 -124
- package/dist-types/ts3.4/models/models_4.d.ts +127 -124
- package/dist-types/ts3.4/models/models_5.d.ts +126 -86
- package/dist-types/ts3.4/models/models_6.d.ts +97 -139
- package/dist-types/ts3.4/models/models_7.d.ts +149 -9
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.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 +36 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -120,7 +120,9 @@ __export(src_exports, {
|
|
|
120
120
|
CancelSpotFleetRequestsCommand: () => CancelSpotFleetRequestsCommand,
|
|
121
121
|
CancelSpotInstanceRequestState: () => CancelSpotInstanceRequestState,
|
|
122
122
|
CancelSpotInstanceRequestsCommand: () => CancelSpotInstanceRequestsCommand,
|
|
123
|
+
CapacityBlockExtensionStatus: () => CapacityBlockExtensionStatus,
|
|
123
124
|
CapacityReservationBillingRequestStatus: () => CapacityReservationBillingRequestStatus,
|
|
125
|
+
CapacityReservationDeliveryPreference: () => CapacityReservationDeliveryPreference,
|
|
124
126
|
CapacityReservationFleetState: () => CapacityReservationFleetState,
|
|
125
127
|
CapacityReservationInstancePlatform: () => CapacityReservationInstancePlatform,
|
|
126
128
|
CapacityReservationPreference: () => CapacityReservationPreference,
|
|
@@ -345,6 +347,8 @@ __export(src_exports, {
|
|
|
345
347
|
DescribeBundleTasksCommand: () => DescribeBundleTasksCommand,
|
|
346
348
|
DescribeBundleTasksResultFilterSensitiveLog: () => DescribeBundleTasksResultFilterSensitiveLog,
|
|
347
349
|
DescribeByoipCidrsCommand: () => DescribeByoipCidrsCommand,
|
|
350
|
+
DescribeCapacityBlockExtensionHistoryCommand: () => DescribeCapacityBlockExtensionHistoryCommand,
|
|
351
|
+
DescribeCapacityBlockExtensionOfferingsCommand: () => DescribeCapacityBlockExtensionOfferingsCommand,
|
|
348
352
|
DescribeCapacityBlockOfferingsCommand: () => DescribeCapacityBlockOfferingsCommand,
|
|
349
353
|
DescribeCapacityReservationBillingRequestsCommand: () => DescribeCapacityReservationBillingRequestsCommand,
|
|
350
354
|
DescribeCapacityReservationFleetsCommand: () => DescribeCapacityReservationFleetsCommand,
|
|
@@ -902,6 +906,7 @@ __export(src_exports, {
|
|
|
902
906
|
ProvisionIpamPoolCidrCommand: () => ProvisionIpamPoolCidrCommand,
|
|
903
907
|
ProvisionPublicIpv4PoolCidrCommand: () => ProvisionPublicIpv4PoolCidrCommand,
|
|
904
908
|
PurchaseCapacityBlockCommand: () => PurchaseCapacityBlockCommand,
|
|
909
|
+
PurchaseCapacityBlockExtensionCommand: () => PurchaseCapacityBlockExtensionCommand,
|
|
905
910
|
PurchaseHostReservationCommand: () => PurchaseHostReservationCommand,
|
|
906
911
|
PurchaseReservedInstancesOfferingCommand: () => PurchaseReservedInstancesOfferingCommand,
|
|
907
912
|
PurchaseScheduledInstancesCommand: () => PurchaseScheduledInstancesCommand,
|
|
@@ -1105,6 +1110,8 @@ __export(src_exports, {
|
|
|
1105
1110
|
paginateDescribeAddressesAttribute: () => paginateDescribeAddressesAttribute,
|
|
1106
1111
|
paginateDescribeAwsNetworkPerformanceMetricSubscriptions: () => paginateDescribeAwsNetworkPerformanceMetricSubscriptions,
|
|
1107
1112
|
paginateDescribeByoipCidrs: () => paginateDescribeByoipCidrs,
|
|
1113
|
+
paginateDescribeCapacityBlockExtensionHistory: () => paginateDescribeCapacityBlockExtensionHistory,
|
|
1114
|
+
paginateDescribeCapacityBlockExtensionOfferings: () => paginateDescribeCapacityBlockExtensionOfferings,
|
|
1108
1115
|
paginateDescribeCapacityBlockOfferings: () => paginateDescribeCapacityBlockOfferings,
|
|
1109
1116
|
paginateDescribeCapacityReservationBillingRequests: () => paginateDescribeCapacityReservationBillingRequests,
|
|
1110
1117
|
paginateDescribeCapacityReservationFleets: () => paginateDescribeCapacityReservationFleets,
|
|
@@ -3845,6 +3852,26 @@ var se_DescribeByoipCidrsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3845
3852
|
});
|
|
3846
3853
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3847
3854
|
}, "se_DescribeByoipCidrsCommand");
|
|
3855
|
+
var se_DescribeCapacityBlockExtensionHistoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3856
|
+
const headers = SHARED_HEADERS;
|
|
3857
|
+
let body;
|
|
3858
|
+
body = buildFormUrlencodedString({
|
|
3859
|
+
...se_DescribeCapacityBlockExtensionHistoryRequest(input, context),
|
|
3860
|
+
[_A]: _DCBEH,
|
|
3861
|
+
[_V]: _
|
|
3862
|
+
});
|
|
3863
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3864
|
+
}, "se_DescribeCapacityBlockExtensionHistoryCommand");
|
|
3865
|
+
var se_DescribeCapacityBlockExtensionOfferingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3866
|
+
const headers = SHARED_HEADERS;
|
|
3867
|
+
let body;
|
|
3868
|
+
body = buildFormUrlencodedString({
|
|
3869
|
+
...se_DescribeCapacityBlockExtensionOfferingsRequest(input, context),
|
|
3870
|
+
[_A]: _DCBEO,
|
|
3871
|
+
[_V]: _
|
|
3872
|
+
});
|
|
3873
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3874
|
+
}, "se_DescribeCapacityBlockExtensionOfferingsCommand");
|
|
3848
3875
|
var se_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3849
3876
|
const headers = SHARED_HEADERS;
|
|
3850
3877
|
let body;
|
|
@@ -7285,6 +7312,16 @@ var se_PurchaseCapacityBlockCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
7285
7312
|
});
|
|
7286
7313
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7287
7314
|
}, "se_PurchaseCapacityBlockCommand");
|
|
7315
|
+
var se_PurchaseCapacityBlockExtensionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7316
|
+
const headers = SHARED_HEADERS;
|
|
7317
|
+
let body;
|
|
7318
|
+
body = buildFormUrlencodedString({
|
|
7319
|
+
...se_PurchaseCapacityBlockExtensionRequest(input, context),
|
|
7320
|
+
[_A]: _PCBE,
|
|
7321
|
+
[_V]: _
|
|
7322
|
+
});
|
|
7323
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7324
|
+
}, "se_PurchaseCapacityBlockExtensionCommand");
|
|
7288
7325
|
var se_PurchaseHostReservationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7289
7326
|
const headers = SHARED_HEADERS;
|
|
7290
7327
|
let body;
|
|
@@ -10902,6 +10939,32 @@ var de_DescribeByoipCidrsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
10902
10939
|
};
|
|
10903
10940
|
return response;
|
|
10904
10941
|
}, "de_DescribeByoipCidrsCommand");
|
|
10942
|
+
var de_DescribeCapacityBlockExtensionHistoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10943
|
+
if (output.statusCode >= 300) {
|
|
10944
|
+
return de_CommandError(output, context);
|
|
10945
|
+
}
|
|
10946
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10947
|
+
let contents = {};
|
|
10948
|
+
contents = de_DescribeCapacityBlockExtensionHistoryResult(data, context);
|
|
10949
|
+
const response = {
|
|
10950
|
+
$metadata: deserializeMetadata(output),
|
|
10951
|
+
...contents
|
|
10952
|
+
};
|
|
10953
|
+
return response;
|
|
10954
|
+
}, "de_DescribeCapacityBlockExtensionHistoryCommand");
|
|
10955
|
+
var de_DescribeCapacityBlockExtensionOfferingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10956
|
+
if (output.statusCode >= 300) {
|
|
10957
|
+
return de_CommandError(output, context);
|
|
10958
|
+
}
|
|
10959
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10960
|
+
let contents = {};
|
|
10961
|
+
contents = de_DescribeCapacityBlockExtensionOfferingsResult(data, context);
|
|
10962
|
+
const response = {
|
|
10963
|
+
$metadata: deserializeMetadata(output),
|
|
10964
|
+
...contents
|
|
10965
|
+
};
|
|
10966
|
+
return response;
|
|
10967
|
+
}, "de_DescribeCapacityBlockExtensionOfferingsCommand");
|
|
10905
10968
|
var de_DescribeCapacityBlockOfferingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10906
10969
|
if (output.statusCode >= 300) {
|
|
10907
10970
|
return de_CommandError(output, context);
|
|
@@ -15323,6 +15386,19 @@ var de_PurchaseCapacityBlockCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
15323
15386
|
};
|
|
15324
15387
|
return response;
|
|
15325
15388
|
}, "de_PurchaseCapacityBlockCommand");
|
|
15389
|
+
var de_PurchaseCapacityBlockExtensionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15390
|
+
if (output.statusCode >= 300) {
|
|
15391
|
+
return de_CommandError(output, context);
|
|
15392
|
+
}
|
|
15393
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
15394
|
+
let contents = {};
|
|
15395
|
+
contents = de_PurchaseCapacityBlockExtensionResult(data, context);
|
|
15396
|
+
const response = {
|
|
15397
|
+
$metadata: deserializeMetadata(output),
|
|
15398
|
+
...contents
|
|
15399
|
+
};
|
|
15400
|
+
return response;
|
|
15401
|
+
}, "de_PurchaseCapacityBlockExtensionCommand");
|
|
15326
15402
|
var de_PurchaseHostReservationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15327
15403
|
if (output.statusCode >= 300) {
|
|
15328
15404
|
return de_CommandError(output, context);
|
|
@@ -16387,6 +16463,28 @@ var se_AddIpamOperatingRegionSet = /* @__PURE__ */ __name((input, context) => {
|
|
|
16387
16463
|
}
|
|
16388
16464
|
return entries;
|
|
16389
16465
|
}, "se_AddIpamOperatingRegionSet");
|
|
16466
|
+
var se_AddIpamOrganizationalUnitExclusion = /* @__PURE__ */ __name((input, context) => {
|
|
16467
|
+
const entries = {};
|
|
16468
|
+
if (input[_OEP] != null) {
|
|
16469
|
+
entries[_OEP] = input[_OEP];
|
|
16470
|
+
}
|
|
16471
|
+
return entries;
|
|
16472
|
+
}, "se_AddIpamOrganizationalUnitExclusion");
|
|
16473
|
+
var se_AddIpamOrganizationalUnitExclusionSet = /* @__PURE__ */ __name((input, context) => {
|
|
16474
|
+
const entries = {};
|
|
16475
|
+
let counter = 1;
|
|
16476
|
+
for (const entry of input) {
|
|
16477
|
+
if (entry === null) {
|
|
16478
|
+
continue;
|
|
16479
|
+
}
|
|
16480
|
+
const memberEntries = se_AddIpamOrganizationalUnitExclusion(entry, context);
|
|
16481
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
16482
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
16483
|
+
});
|
|
16484
|
+
counter++;
|
|
16485
|
+
}
|
|
16486
|
+
return entries;
|
|
16487
|
+
}, "se_AddIpamOrganizationalUnitExclusionSet");
|
|
16390
16488
|
var se_AddPrefixListEntries = /* @__PURE__ */ __name((input, context) => {
|
|
16391
16489
|
const entries = {};
|
|
16392
16490
|
let counter = 1;
|
|
@@ -17364,6 +17462,28 @@ var se_BaselineEbsBandwidthMbpsRequest = /* @__PURE__ */ __name((input, context)
|
|
|
17364
17462
|
}
|
|
17365
17463
|
return entries;
|
|
17366
17464
|
}, "se_BaselineEbsBandwidthMbpsRequest");
|
|
17465
|
+
var se_BaselinePerformanceFactors = /* @__PURE__ */ __name((input, context) => {
|
|
17466
|
+
const entries = {};
|
|
17467
|
+
if (input[_Cp] != null) {
|
|
17468
|
+
const memberEntries = se_CpuPerformanceFactor(input[_Cp], context);
|
|
17469
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17470
|
+
const loc = `Cpu.${key}`;
|
|
17471
|
+
entries[loc] = value;
|
|
17472
|
+
});
|
|
17473
|
+
}
|
|
17474
|
+
return entries;
|
|
17475
|
+
}, "se_BaselinePerformanceFactors");
|
|
17476
|
+
var se_BaselinePerformanceFactorsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
17477
|
+
const entries = {};
|
|
17478
|
+
if (input[_Cp] != null) {
|
|
17479
|
+
const memberEntries = se_CpuPerformanceFactorRequest(input[_Cp], context);
|
|
17480
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17481
|
+
const loc = `Cpu.${key}`;
|
|
17482
|
+
entries[loc] = value;
|
|
17483
|
+
});
|
|
17484
|
+
}
|
|
17485
|
+
return entries;
|
|
17486
|
+
}, "se_BaselinePerformanceFactorsRequest");
|
|
17367
17487
|
var se_BillingProductList = /* @__PURE__ */ __name((input, context) => {
|
|
17368
17488
|
const entries = {};
|
|
17369
17489
|
let counter = 1;
|
|
@@ -18011,6 +18131,28 @@ var se_CpuOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
18011
18131
|
}
|
|
18012
18132
|
return entries;
|
|
18013
18133
|
}, "se_CpuOptionsRequest");
|
|
18134
|
+
var se_CpuPerformanceFactor = /* @__PURE__ */ __name((input, context) => {
|
|
18135
|
+
const entries = {};
|
|
18136
|
+
if (input[_R] != null) {
|
|
18137
|
+
const memberEntries = se_PerformanceFactorReferenceSet(input[_R], context);
|
|
18138
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18139
|
+
const loc = `ReferenceSet.${key.substring(key.indexOf(".") + 1)}`;
|
|
18140
|
+
entries[loc] = value;
|
|
18141
|
+
});
|
|
18142
|
+
}
|
|
18143
|
+
return entries;
|
|
18144
|
+
}, "se_CpuPerformanceFactor");
|
|
18145
|
+
var se_CpuPerformanceFactorRequest = /* @__PURE__ */ __name((input, context) => {
|
|
18146
|
+
const entries = {};
|
|
18147
|
+
if (input[_R] != null) {
|
|
18148
|
+
const memberEntries = se_PerformanceFactorReferenceSetRequest(input[_R], context);
|
|
18149
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18150
|
+
const loc = `Reference.${key.substring(key.indexOf(".") + 1)}`;
|
|
18151
|
+
entries[loc] = value;
|
|
18152
|
+
});
|
|
18153
|
+
}
|
|
18154
|
+
return entries;
|
|
18155
|
+
}, "se_CpuPerformanceFactorRequest");
|
|
18014
18156
|
var se_CreateCapacityReservationBySplittingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
18015
18157
|
const entries = {};
|
|
18016
18158
|
if (input[_DRr] != null) {
|
|
@@ -18133,6 +18275,15 @@ var se_CreateCapacityReservationRequest = /* @__PURE__ */ __name((input, context
|
|
|
18133
18275
|
if (input[_PGA] != null) {
|
|
18134
18276
|
entries[_PGA] = input[_PGA];
|
|
18135
18277
|
}
|
|
18278
|
+
if (input[_SD] != null) {
|
|
18279
|
+
entries[_SD] = (0, import_smithy_client.serializeDateTime)(input[_SD]);
|
|
18280
|
+
}
|
|
18281
|
+
if (input[_CD] != null) {
|
|
18282
|
+
entries[_CD] = input[_CD];
|
|
18283
|
+
}
|
|
18284
|
+
if (input[_DP] != null) {
|
|
18285
|
+
entries[_DP] = input[_DP];
|
|
18286
|
+
}
|
|
18136
18287
|
return entries;
|
|
18137
18288
|
}, "se_CreateCapacityReservationRequest");
|
|
18138
18289
|
var se_CreateCarrierGatewayRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -19253,8 +19404,8 @@ var se_CreateNetworkInsightsPathRequest = /* @__PURE__ */ __name((input, context
|
|
|
19253
19404
|
if (input[_P] != null) {
|
|
19254
19405
|
entries[_P] = input[_P];
|
|
19255
19406
|
}
|
|
19256
|
-
if (input[
|
|
19257
|
-
entries[
|
|
19407
|
+
if (input[_DPe] != null) {
|
|
19408
|
+
entries[_DPe] = input[_DPe];
|
|
19258
19409
|
}
|
|
19259
19410
|
if (input[_TS] != null) {
|
|
19260
19411
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
@@ -19783,8 +19934,8 @@ var se_CreateTagsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
19783
19934
|
if (input[_DRr] != null) {
|
|
19784
19935
|
entries[_DRr] = input[_DRr];
|
|
19785
19936
|
}
|
|
19786
|
-
if (input[
|
|
19787
|
-
const memberEntries = se_ResourceIdList(input[
|
|
19937
|
+
if (input[_Re] != null) {
|
|
19938
|
+
const memberEntries = se_ResourceIdList(input[_Re], context);
|
|
19788
19939
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19789
19940
|
const loc = `ResourceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
19790
19941
|
entries[loc] = value;
|
|
@@ -20568,8 +20719,8 @@ var se_CreateVolumePermissionModifications = /* @__PURE__ */ __name((input, cont
|
|
|
20568
20719
|
entries[loc] = value;
|
|
20569
20720
|
});
|
|
20570
20721
|
}
|
|
20571
|
-
if (input[
|
|
20572
|
-
const memberEntries = se_CreateVolumePermissionList(input[
|
|
20722
|
+
if (input[_Rem] != null) {
|
|
20723
|
+
const memberEntries = se_CreateVolumePermissionList(input[_Rem], context);
|
|
20573
20724
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20574
20725
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
20575
20726
|
entries[loc] = value;
|
|
@@ -21554,8 +21705,8 @@ var se_DeleteTagsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
21554
21705
|
if (input[_DRr] != null) {
|
|
21555
21706
|
entries[_DRr] = input[_DRr];
|
|
21556
21707
|
}
|
|
21557
|
-
if (input[
|
|
21558
|
-
const memberEntries = se_ResourceIdList(input[
|
|
21708
|
+
if (input[_Re] != null) {
|
|
21709
|
+
const memberEntries = se_ResourceIdList(input[_Re], context);
|
|
21559
21710
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
21560
21711
|
const loc = `ResourceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
21561
21712
|
entries[loc] = value;
|
|
@@ -22206,6 +22357,52 @@ var se_DescribeByoipCidrsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22206
22357
|
}
|
|
22207
22358
|
return entries;
|
|
22208
22359
|
}, "se_DescribeByoipCidrsRequest");
|
|
22360
|
+
var se_DescribeCapacityBlockExtensionHistoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22361
|
+
const entries = {};
|
|
22362
|
+
if (input[_CRIa] != null) {
|
|
22363
|
+
const memberEntries = se_CapacityReservationIdSet(input[_CRIa], context);
|
|
22364
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22365
|
+
const loc = `CapacityReservationId.${key.substring(key.indexOf(".") + 1)}`;
|
|
22366
|
+
entries[loc] = value;
|
|
22367
|
+
});
|
|
22368
|
+
}
|
|
22369
|
+
if (input[_NT] != null) {
|
|
22370
|
+
entries[_NT] = input[_NT];
|
|
22371
|
+
}
|
|
22372
|
+
if (input[_MR] != null) {
|
|
22373
|
+
entries[_MR] = input[_MR];
|
|
22374
|
+
}
|
|
22375
|
+
if (input[_Fi] != null) {
|
|
22376
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
22377
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22378
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
22379
|
+
entries[loc] = value;
|
|
22380
|
+
});
|
|
22381
|
+
}
|
|
22382
|
+
if (input[_DRr] != null) {
|
|
22383
|
+
entries[_DRr] = input[_DRr];
|
|
22384
|
+
}
|
|
22385
|
+
return entries;
|
|
22386
|
+
}, "se_DescribeCapacityBlockExtensionHistoryRequest");
|
|
22387
|
+
var se_DescribeCapacityBlockExtensionOfferingsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22388
|
+
const entries = {};
|
|
22389
|
+
if (input[_DRr] != null) {
|
|
22390
|
+
entries[_DRr] = input[_DRr];
|
|
22391
|
+
}
|
|
22392
|
+
if (input[_CBEDH] != null) {
|
|
22393
|
+
entries[_CBEDH] = input[_CBEDH];
|
|
22394
|
+
}
|
|
22395
|
+
if (input[_CRI] != null) {
|
|
22396
|
+
entries[_CRI] = input[_CRI];
|
|
22397
|
+
}
|
|
22398
|
+
if (input[_NT] != null) {
|
|
22399
|
+
entries[_NT] = input[_NT];
|
|
22400
|
+
}
|
|
22401
|
+
if (input[_MR] != null) {
|
|
22402
|
+
entries[_MR] = input[_MR];
|
|
22403
|
+
}
|
|
22404
|
+
return entries;
|
|
22405
|
+
}, "se_DescribeCapacityBlockExtensionOfferingsRequest");
|
|
22209
22406
|
var se_DescribeCapacityBlockOfferingsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22210
22407
|
const entries = {};
|
|
22211
22408
|
if (input[_DRr] != null) {
|
|
@@ -24308,8 +24505,8 @@ var se_DescribePrincipalIdFormatRequest = /* @__PURE__ */ __name((input, context
|
|
|
24308
24505
|
if (input[_DRr] != null) {
|
|
24309
24506
|
entries[_DRr] = input[_DRr];
|
|
24310
24507
|
}
|
|
24311
|
-
if (input[
|
|
24312
|
-
const memberEntries = se_ResourceList(input[
|
|
24508
|
+
if (input[_Re] != null) {
|
|
24509
|
+
const memberEntries = se_ResourceList(input[_Re], context);
|
|
24313
24510
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24314
24511
|
const loc = `Resource.${key.substring(key.indexOf(".") + 1)}`;
|
|
24315
24512
|
entries[loc] = value;
|
|
@@ -28516,8 +28713,8 @@ var se_ImportImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
28516
28713
|
if (input[_Arc] != null) {
|
|
28517
28714
|
entries[_Arc] = input[_Arc];
|
|
28518
28715
|
}
|
|
28519
|
-
if (input[
|
|
28520
|
-
const memberEntries = se_ClientData(input[
|
|
28716
|
+
if (input[_CDl] != null) {
|
|
28717
|
+
const memberEntries = se_ClientData(input[_CDl], context);
|
|
28521
28718
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28522
28719
|
const loc = `ClientData.${key}`;
|
|
28523
28720
|
entries[loc] = value;
|
|
@@ -28681,8 +28878,8 @@ var se_ImportKeyPairRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
28681
28878
|
}, "se_ImportKeyPairRequest");
|
|
28682
28879
|
var se_ImportSnapshotRequest = /* @__PURE__ */ __name((input, context) => {
|
|
28683
28880
|
const entries = {};
|
|
28684
|
-
if (input[
|
|
28685
|
-
const memberEntries = se_ClientData(input[
|
|
28881
|
+
if (input[_CDl] != null) {
|
|
28882
|
+
const memberEntries = se_ClientData(input[_CDl], context);
|
|
28686
28883
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28687
28884
|
const loc = `ClientData.${key}`;
|
|
28688
28885
|
entries[loc] = value;
|
|
@@ -29316,6 +29513,13 @@ var se_InstanceRequirements = /* @__PURE__ */ __name((input, context) => {
|
|
|
29316
29513
|
if (input[_MSPAPOOODP] != null) {
|
|
29317
29514
|
entries[_MSPAPOOODP] = input[_MSPAPOOODP];
|
|
29318
29515
|
}
|
|
29516
|
+
if (input[_BPF] != null) {
|
|
29517
|
+
const memberEntries = se_BaselinePerformanceFactors(input[_BPF], context);
|
|
29518
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29519
|
+
const loc = `BaselinePerformanceFactors.${key}`;
|
|
29520
|
+
entries[loc] = value;
|
|
29521
|
+
});
|
|
29522
|
+
}
|
|
29319
29523
|
return entries;
|
|
29320
29524
|
}, "se_InstanceRequirements");
|
|
29321
29525
|
var se_InstanceRequirementsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -29460,6 +29664,13 @@ var se_InstanceRequirementsRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
29460
29664
|
if (input[_MSPAPOOODP] != null) {
|
|
29461
29665
|
entries[_MSPAPOOODP] = input[_MSPAPOOODP];
|
|
29462
29666
|
}
|
|
29667
|
+
if (input[_BPF] != null) {
|
|
29668
|
+
const memberEntries = se_BaselinePerformanceFactorsRequest(input[_BPF], context);
|
|
29669
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29670
|
+
const loc = `BaselinePerformanceFactors.${key}`;
|
|
29671
|
+
entries[loc] = value;
|
|
29672
|
+
});
|
|
29673
|
+
}
|
|
29463
29674
|
return entries;
|
|
29464
29675
|
}, "se_InstanceRequirementsRequest");
|
|
29465
29676
|
var se_InstanceRequirementsWithMetadataRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -29875,8 +30086,8 @@ var se_LaunchPermissionModifications = /* @__PURE__ */ __name((input, context) =
|
|
|
29875
30086
|
entries[loc] = value;
|
|
29876
30087
|
});
|
|
29877
30088
|
}
|
|
29878
|
-
if (input[
|
|
29879
|
-
const memberEntries = se_LaunchPermissionList(input[
|
|
30089
|
+
if (input[_Rem] != null) {
|
|
30090
|
+
const memberEntries = se_LaunchPermissionList(input[_Rem], context);
|
|
29880
30091
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29881
30092
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
29882
30093
|
entries[loc] = value;
|
|
@@ -30331,8 +30542,8 @@ var se_LaunchTemplatePlacementRequest = /* @__PURE__ */ __name((input, context)
|
|
|
30331
30542
|
if (input[_Te] != null) {
|
|
30332
30543
|
entries[_Te] = input[_Te];
|
|
30333
30544
|
}
|
|
30334
|
-
if (input[
|
|
30335
|
-
entries[
|
|
30545
|
+
if (input[_SDp] != null) {
|
|
30546
|
+
entries[_SDp] = input[_SDp];
|
|
30336
30547
|
}
|
|
30337
30548
|
if (input[_HRGA] != null) {
|
|
30338
30549
|
entries[_HRGA] = input[_HRGA];
|
|
@@ -30530,8 +30741,8 @@ var se_LoadPermissionModifications = /* @__PURE__ */ __name((input, context) =>
|
|
|
30530
30741
|
entries[loc] = value;
|
|
30531
30742
|
});
|
|
30532
30743
|
}
|
|
30533
|
-
if (input[
|
|
30534
|
-
const memberEntries = se_LoadPermissionListRequest(input[
|
|
30744
|
+
if (input[_Rem] != null) {
|
|
30745
|
+
const memberEntries = se_LoadPermissionListRequest(input[_Rem], context);
|
|
30535
30746
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30536
30747
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
30537
30748
|
entries[loc] = value;
|
|
@@ -31467,6 +31678,20 @@ var se_ModifyIpamResourceDiscoveryRequest = /* @__PURE__ */ __name((input, conte
|
|
|
31467
31678
|
entries[loc] = value;
|
|
31468
31679
|
});
|
|
31469
31680
|
}
|
|
31681
|
+
if (input[_AOUE] != null) {
|
|
31682
|
+
const memberEntries = se_AddIpamOrganizationalUnitExclusionSet(input[_AOUE], context);
|
|
31683
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31684
|
+
const loc = `AddOrganizationalUnitExclusion.${key.substring(key.indexOf(".") + 1)}`;
|
|
31685
|
+
entries[loc] = value;
|
|
31686
|
+
});
|
|
31687
|
+
}
|
|
31688
|
+
if (input[_ROUE] != null) {
|
|
31689
|
+
const memberEntries = se_RemoveIpamOrganizationalUnitExclusionSet(input[_ROUE], context);
|
|
31690
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31691
|
+
const loc = `RemoveOrganizationalUnitExclusion.${key.substring(key.indexOf(".") + 1)}`;
|
|
31692
|
+
entries[loc] = value;
|
|
31693
|
+
});
|
|
31694
|
+
}
|
|
31470
31695
|
return entries;
|
|
31471
31696
|
}, "se_ModifyIpamResourceDiscoveryRequest");
|
|
31472
31697
|
var se_ModifyIpamScopeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -33163,8 +33388,8 @@ var se_PacketHeaderStatementRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
33163
33388
|
entries[loc] = value;
|
|
33164
33389
|
});
|
|
33165
33390
|
}
|
|
33166
|
-
if (input[
|
|
33167
|
-
const memberEntries = se_ValueStringList(input[
|
|
33391
|
+
if (input[_DPes] != null) {
|
|
33392
|
+
const memberEntries = se_ValueStringList(input[_DPes], context);
|
|
33168
33393
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33169
33394
|
const loc = `DestinationPort.${key.substring(key.indexOf(".") + 1)}`;
|
|
33170
33395
|
entries[loc] = value;
|
|
@@ -33248,6 +33473,50 @@ var se_PeeringConnectionOptionsRequest = /* @__PURE__ */ __name((input, context)
|
|
|
33248
33473
|
}
|
|
33249
33474
|
return entries;
|
|
33250
33475
|
}, "se_PeeringConnectionOptionsRequest");
|
|
33476
|
+
var se_PerformanceFactorReference = /* @__PURE__ */ __name((input, context) => {
|
|
33477
|
+
const entries = {};
|
|
33478
|
+
if (input[_IF] != null) {
|
|
33479
|
+
entries[_IF] = input[_IF];
|
|
33480
|
+
}
|
|
33481
|
+
return entries;
|
|
33482
|
+
}, "se_PerformanceFactorReference");
|
|
33483
|
+
var se_PerformanceFactorReferenceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33484
|
+
const entries = {};
|
|
33485
|
+
if (input[_IF] != null) {
|
|
33486
|
+
entries[_IF] = input[_IF];
|
|
33487
|
+
}
|
|
33488
|
+
return entries;
|
|
33489
|
+
}, "se_PerformanceFactorReferenceRequest");
|
|
33490
|
+
var se_PerformanceFactorReferenceSet = /* @__PURE__ */ __name((input, context) => {
|
|
33491
|
+
const entries = {};
|
|
33492
|
+
let counter = 1;
|
|
33493
|
+
for (const entry of input) {
|
|
33494
|
+
if (entry === null) {
|
|
33495
|
+
continue;
|
|
33496
|
+
}
|
|
33497
|
+
const memberEntries = se_PerformanceFactorReference(entry, context);
|
|
33498
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33499
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
33500
|
+
});
|
|
33501
|
+
counter++;
|
|
33502
|
+
}
|
|
33503
|
+
return entries;
|
|
33504
|
+
}, "se_PerformanceFactorReferenceSet");
|
|
33505
|
+
var se_PerformanceFactorReferenceSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33506
|
+
const entries = {};
|
|
33507
|
+
let counter = 1;
|
|
33508
|
+
for (const entry of input) {
|
|
33509
|
+
if (entry === null) {
|
|
33510
|
+
continue;
|
|
33511
|
+
}
|
|
33512
|
+
const memberEntries = se_PerformanceFactorReferenceRequest(entry, context);
|
|
33513
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33514
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
33515
|
+
});
|
|
33516
|
+
counter++;
|
|
33517
|
+
}
|
|
33518
|
+
return entries;
|
|
33519
|
+
}, "se_PerformanceFactorReferenceSetRequest");
|
|
33251
33520
|
var se_Phase1DHGroupNumbersRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
33252
33521
|
const entries = {};
|
|
33253
33522
|
let counter = 1;
|
|
@@ -33397,8 +33666,8 @@ var se_Placement = /* @__PURE__ */ __name((input, context) => {
|
|
|
33397
33666
|
if (input[_Te] != null) {
|
|
33398
33667
|
entries[_Te] = input[_Te];
|
|
33399
33668
|
}
|
|
33400
|
-
if (input[
|
|
33401
|
-
entries[
|
|
33669
|
+
if (input[_SDp] != null) {
|
|
33670
|
+
entries[_SDp] = input[_SDp];
|
|
33402
33671
|
}
|
|
33403
33672
|
if (input[_HRGA] != null) {
|
|
33404
33673
|
entries[_HRGA] = input[_HRGA];
|
|
@@ -33745,6 +34014,19 @@ var se_PublicIpv4PoolIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
|
33745
34014
|
}
|
|
33746
34015
|
return entries;
|
|
33747
34016
|
}, "se_PublicIpv4PoolIdStringList");
|
|
34017
|
+
var se_PurchaseCapacityBlockExtensionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
34018
|
+
const entries = {};
|
|
34019
|
+
if (input[_CBEOI] != null) {
|
|
34020
|
+
entries[_CBEOI] = input[_CBEOI];
|
|
34021
|
+
}
|
|
34022
|
+
if (input[_CRI] != null) {
|
|
34023
|
+
entries[_CRI] = input[_CRI];
|
|
34024
|
+
}
|
|
34025
|
+
if (input[_DRr] != null) {
|
|
34026
|
+
entries[_DRr] = input[_DRr];
|
|
34027
|
+
}
|
|
34028
|
+
return entries;
|
|
34029
|
+
}, "se_PurchaseCapacityBlockExtensionRequest");
|
|
33748
34030
|
var se_PurchaseCapacityBlockRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33749
34031
|
const entries = {};
|
|
33750
34032
|
if (input[_DRr] != null) {
|
|
@@ -34193,6 +34475,28 @@ var se_RemoveIpamOperatingRegionSet = /* @__PURE__ */ __name((input, context) =>
|
|
|
34193
34475
|
}
|
|
34194
34476
|
return entries;
|
|
34195
34477
|
}, "se_RemoveIpamOperatingRegionSet");
|
|
34478
|
+
var se_RemoveIpamOrganizationalUnitExclusion = /* @__PURE__ */ __name((input, context) => {
|
|
34479
|
+
const entries = {};
|
|
34480
|
+
if (input[_OEP] != null) {
|
|
34481
|
+
entries[_OEP] = input[_OEP];
|
|
34482
|
+
}
|
|
34483
|
+
return entries;
|
|
34484
|
+
}, "se_RemoveIpamOrganizationalUnitExclusion");
|
|
34485
|
+
var se_RemoveIpamOrganizationalUnitExclusionSet = /* @__PURE__ */ __name((input, context) => {
|
|
34486
|
+
const entries = {};
|
|
34487
|
+
let counter = 1;
|
|
34488
|
+
for (const entry of input) {
|
|
34489
|
+
if (entry === null) {
|
|
34490
|
+
continue;
|
|
34491
|
+
}
|
|
34492
|
+
const memberEntries = se_RemoveIpamOrganizationalUnitExclusion(entry, context);
|
|
34493
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34494
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
34495
|
+
});
|
|
34496
|
+
counter++;
|
|
34497
|
+
}
|
|
34498
|
+
return entries;
|
|
34499
|
+
}, "se_RemoveIpamOrganizationalUnitExclusionSet");
|
|
34196
34500
|
var se_RemovePrefixListEntries = /* @__PURE__ */ __name((input, context) => {
|
|
34197
34501
|
const entries = {};
|
|
34198
34502
|
let counter = 1;
|
|
@@ -35103,8 +35407,8 @@ var se_ResourceList = /* @__PURE__ */ __name((input, context) => {
|
|
|
35103
35407
|
}, "se_ResourceList");
|
|
35104
35408
|
var se_ResourceStatementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
35105
35409
|
const entries = {};
|
|
35106
|
-
if (input[
|
|
35107
|
-
const memberEntries = se_ValueStringList(input[
|
|
35410
|
+
if (input[_Re] != null) {
|
|
35411
|
+
const memberEntries = se_ValueStringList(input[_Re], context);
|
|
35108
35412
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35109
35413
|
const loc = `Resource.${key.substring(key.indexOf(".") + 1)}`;
|
|
35110
35414
|
entries[loc] = value;
|
|
@@ -39018,6 +39322,13 @@ var de_BaselineEbsBandwidthMbps = /* @__PURE__ */ __name((output, context) => {
|
|
|
39018
39322
|
}
|
|
39019
39323
|
return contents;
|
|
39020
39324
|
}, "de_BaselineEbsBandwidthMbps");
|
|
39325
|
+
var de_BaselinePerformanceFactors = /* @__PURE__ */ __name((output, context) => {
|
|
39326
|
+
const contents = {};
|
|
39327
|
+
if (output[_cp] != null) {
|
|
39328
|
+
contents[_Cp] = de_CpuPerformanceFactor(output[_cp], context);
|
|
39329
|
+
}
|
|
39330
|
+
return contents;
|
|
39331
|
+
}, "de_BaselinePerformanceFactors");
|
|
39021
39332
|
var de_BlockDeviceMapping = /* @__PURE__ */ __name((output, context) => {
|
|
39022
39333
|
const contents = {};
|
|
39023
39334
|
if (output[_eb] != null) {
|
|
@@ -39320,6 +39631,99 @@ var de_CapacityAllocations = /* @__PURE__ */ __name((output, context) => {
|
|
|
39320
39631
|
return de_CapacityAllocation(entry, context);
|
|
39321
39632
|
});
|
|
39322
39633
|
}, "de_CapacityAllocations");
|
|
39634
|
+
var de_CapacityBlockExtension = /* @__PURE__ */ __name((output, context) => {
|
|
39635
|
+
const contents = {};
|
|
39636
|
+
if (output[_cRI] != null) {
|
|
39637
|
+
contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
|
|
39638
|
+
}
|
|
39639
|
+
if (output[_iT] != null) {
|
|
39640
|
+
contents[_IT] = (0, import_smithy_client.expectString)(output[_iT]);
|
|
39641
|
+
}
|
|
39642
|
+
if (output[_iC] != null) {
|
|
39643
|
+
contents[_IC] = (0, import_smithy_client.strictParseInt32)(output[_iC]);
|
|
39644
|
+
}
|
|
39645
|
+
if (output[_aZ] != null) {
|
|
39646
|
+
contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
|
|
39647
|
+
}
|
|
39648
|
+
if (output[_aZI] != null) {
|
|
39649
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
39650
|
+
}
|
|
39651
|
+
if (output[_cBEOI] != null) {
|
|
39652
|
+
contents[_CBEOI] = (0, import_smithy_client.expectString)(output[_cBEOI]);
|
|
39653
|
+
}
|
|
39654
|
+
if (output[_cBEDH] != null) {
|
|
39655
|
+
contents[_CBEDH] = (0, import_smithy_client.strictParseInt32)(output[_cBEDH]);
|
|
39656
|
+
}
|
|
39657
|
+
if (output[_cBES] != null) {
|
|
39658
|
+
contents[_CBES] = (0, import_smithy_client.expectString)(output[_cBES]);
|
|
39659
|
+
}
|
|
39660
|
+
if (output[_cBEPD] != null) {
|
|
39661
|
+
contents[_CBEPD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cBEPD]));
|
|
39662
|
+
}
|
|
39663
|
+
if (output[_cBESD] != null) {
|
|
39664
|
+
contents[_CBESD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cBESD]));
|
|
39665
|
+
}
|
|
39666
|
+
if (output[_cBEED] != null) {
|
|
39667
|
+
contents[_CBEED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cBEED]));
|
|
39668
|
+
}
|
|
39669
|
+
if (output[_uF] != null) {
|
|
39670
|
+
contents[_UF] = (0, import_smithy_client.expectString)(output[_uF]);
|
|
39671
|
+
}
|
|
39672
|
+
if (output[_cC] != null) {
|
|
39673
|
+
contents[_CCu] = (0, import_smithy_client.expectString)(output[_cC]);
|
|
39674
|
+
}
|
|
39675
|
+
return contents;
|
|
39676
|
+
}, "de_CapacityBlockExtension");
|
|
39677
|
+
var de_CapacityBlockExtensionOffering = /* @__PURE__ */ __name((output, context) => {
|
|
39678
|
+
const contents = {};
|
|
39679
|
+
if (output[_cBEOI] != null) {
|
|
39680
|
+
contents[_CBEOI] = (0, import_smithy_client.expectString)(output[_cBEOI]);
|
|
39681
|
+
}
|
|
39682
|
+
if (output[_iT] != null) {
|
|
39683
|
+
contents[_IT] = (0, import_smithy_client.expectString)(output[_iT]);
|
|
39684
|
+
}
|
|
39685
|
+
if (output[_iC] != null) {
|
|
39686
|
+
contents[_IC] = (0, import_smithy_client.strictParseInt32)(output[_iC]);
|
|
39687
|
+
}
|
|
39688
|
+
if (output[_aZ] != null) {
|
|
39689
|
+
contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
|
|
39690
|
+
}
|
|
39691
|
+
if (output[_aZI] != null) {
|
|
39692
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
39693
|
+
}
|
|
39694
|
+
if (output[_sD] != null) {
|
|
39695
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
39696
|
+
}
|
|
39697
|
+
if (output[_cBESD] != null) {
|
|
39698
|
+
contents[_CBESD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cBESD]));
|
|
39699
|
+
}
|
|
39700
|
+
if (output[_cBEED] != null) {
|
|
39701
|
+
contents[_CBEED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cBEED]));
|
|
39702
|
+
}
|
|
39703
|
+
if (output[_cBEDH] != null) {
|
|
39704
|
+
contents[_CBEDH] = (0, import_smithy_client.strictParseInt32)(output[_cBEDH]);
|
|
39705
|
+
}
|
|
39706
|
+
if (output[_uF] != null) {
|
|
39707
|
+
contents[_UF] = (0, import_smithy_client.expectString)(output[_uF]);
|
|
39708
|
+
}
|
|
39709
|
+
if (output[_cC] != null) {
|
|
39710
|
+
contents[_CCu] = (0, import_smithy_client.expectString)(output[_cC]);
|
|
39711
|
+
}
|
|
39712
|
+
if (output[_t] != null) {
|
|
39713
|
+
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
39714
|
+
}
|
|
39715
|
+
return contents;
|
|
39716
|
+
}, "de_CapacityBlockExtensionOffering");
|
|
39717
|
+
var de_CapacityBlockExtensionOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
39718
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
39719
|
+
return de_CapacityBlockExtensionOffering(entry, context);
|
|
39720
|
+
});
|
|
39721
|
+
}, "de_CapacityBlockExtensionOfferingSet");
|
|
39722
|
+
var de_CapacityBlockExtensionSet = /* @__PURE__ */ __name((output, context) => {
|
|
39723
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
39724
|
+
return de_CapacityBlockExtension(entry, context);
|
|
39725
|
+
});
|
|
39726
|
+
}, "de_CapacityBlockExtensionSet");
|
|
39323
39727
|
var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
39324
39728
|
const contents = {};
|
|
39325
39729
|
if (output[_cBOI] != null) {
|
|
@@ -39335,7 +39739,7 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
39335
39739
|
contents[_IC] = (0, import_smithy_client.strictParseInt32)(output[_iC]);
|
|
39336
39740
|
}
|
|
39337
39741
|
if (output[_sD] != null) {
|
|
39338
|
-
contents[
|
|
39742
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
39339
39743
|
}
|
|
39340
39744
|
if (output[_eD] != null) {
|
|
39341
39745
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -39352,6 +39756,9 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
39352
39756
|
if (output[_t] != null) {
|
|
39353
39757
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
39354
39758
|
}
|
|
39759
|
+
if (output[_cBDM] != null) {
|
|
39760
|
+
contents[_CBDM] = (0, import_smithy_client.strictParseInt32)(output[_cBDM]);
|
|
39761
|
+
}
|
|
39355
39762
|
return contents;
|
|
39356
39763
|
}, "de_CapacityBlockOffering");
|
|
39357
39764
|
var de_CapacityBlockOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -39401,7 +39808,7 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39401
39808
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
39402
39809
|
}
|
|
39403
39810
|
if (output[_sD] != null) {
|
|
39404
|
-
contents[
|
|
39811
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
39405
39812
|
}
|
|
39406
39813
|
if (output[_eD] != null) {
|
|
39407
39814
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -39440,6 +39847,12 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39440
39847
|
if (output[_uRBOI] != null) {
|
|
39441
39848
|
contents[_URBOI] = (0, import_smithy_client.expectString)(output[_uRBOI]);
|
|
39442
39849
|
}
|
|
39850
|
+
if (output[_cIom] != null) {
|
|
39851
|
+
contents[_CIomm] = de_CapacityReservationCommitmentInfo(output[_cIom], context);
|
|
39852
|
+
}
|
|
39853
|
+
if (output[_dP] != null) {
|
|
39854
|
+
contents[_DP] = (0, import_smithy_client.expectString)(output[_dP]);
|
|
39855
|
+
}
|
|
39443
39856
|
return contents;
|
|
39444
39857
|
}, "de_CapacityReservation");
|
|
39445
39858
|
var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -39472,6 +39885,16 @@ var de_CapacityReservationBillingRequestSet = /* @__PURE__ */ __name((output, co
|
|
|
39472
39885
|
return de_CapacityReservationBillingRequest(entry, context);
|
|
39473
39886
|
});
|
|
39474
39887
|
}, "de_CapacityReservationBillingRequestSet");
|
|
39888
|
+
var de_CapacityReservationCommitmentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
39889
|
+
const contents = {};
|
|
39890
|
+
if (output[_cIC] != null) {
|
|
39891
|
+
contents[_CIC] = (0, import_smithy_client.strictParseInt32)(output[_cIC]);
|
|
39892
|
+
}
|
|
39893
|
+
if (output[_cED] != null) {
|
|
39894
|
+
contents[_CED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cED]));
|
|
39895
|
+
}
|
|
39896
|
+
return contents;
|
|
39897
|
+
}, "de_CapacityReservationCommitmentInfo");
|
|
39475
39898
|
var de_CapacityReservationFleet = /* @__PURE__ */ __name((output, context) => {
|
|
39476
39899
|
const contents = {};
|
|
39477
39900
|
if (output[_cRFI] != null) {
|
|
@@ -40238,6 +40661,15 @@ var de_CpuOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
40238
40661
|
}
|
|
40239
40662
|
return contents;
|
|
40240
40663
|
}, "de_CpuOptions");
|
|
40664
|
+
var de_CpuPerformanceFactor = /* @__PURE__ */ __name((output, context) => {
|
|
40665
|
+
const contents = {};
|
|
40666
|
+
if (output.referenceSet === "") {
|
|
40667
|
+
contents[_R] = [];
|
|
40668
|
+
} else if (output[_rS] != null && output[_rS][_i] != null) {
|
|
40669
|
+
contents[_R] = de_PerformanceFactorReferenceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_rS][_i]), context);
|
|
40670
|
+
}
|
|
40671
|
+
return contents;
|
|
40672
|
+
}, "de_CpuPerformanceFactor");
|
|
40241
40673
|
var de_CreateCapacityReservationBySplittingResult = /* @__PURE__ */ __name((output, context) => {
|
|
40242
40674
|
const contents = {};
|
|
40243
40675
|
if (output[_sCR] != null) {
|
|
@@ -41748,6 +42180,30 @@ var de_DescribeByoipCidrsResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
41748
42180
|
}
|
|
41749
42181
|
return contents;
|
|
41750
42182
|
}, "de_DescribeByoipCidrsResult");
|
|
42183
|
+
var de_DescribeCapacityBlockExtensionHistoryResult = /* @__PURE__ */ __name((output, context) => {
|
|
42184
|
+
const contents = {};
|
|
42185
|
+
if (output.capacityBlockExtensionSet === "") {
|
|
42186
|
+
contents[_CBE] = [];
|
|
42187
|
+
} else if (output[_cBESa] != null && output[_cBESa][_i] != null) {
|
|
42188
|
+
contents[_CBE] = de_CapacityBlockExtensionSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBESa][_i]), context);
|
|
42189
|
+
}
|
|
42190
|
+
if (output[_nTe] != null) {
|
|
42191
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
42192
|
+
}
|
|
42193
|
+
return contents;
|
|
42194
|
+
}, "de_DescribeCapacityBlockExtensionHistoryResult");
|
|
42195
|
+
var de_DescribeCapacityBlockExtensionOfferingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
42196
|
+
const contents = {};
|
|
42197
|
+
if (output.capacityBlockExtensionOfferingSet === "") {
|
|
42198
|
+
contents[_CBEO] = [];
|
|
42199
|
+
} else if (output[_cBEOS] != null && output[_cBEOS][_i] != null) {
|
|
42200
|
+
contents[_CBEO] = de_CapacityBlockExtensionOfferingSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBEOS][_i]), context);
|
|
42201
|
+
}
|
|
42202
|
+
if (output[_nTe] != null) {
|
|
42203
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
42204
|
+
}
|
|
42205
|
+
return contents;
|
|
42206
|
+
}, "de_DescribeCapacityBlockExtensionOfferingsResult");
|
|
41751
42207
|
var de_DescribeCapacityBlockOfferingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
41752
42208
|
const contents = {};
|
|
41753
42209
|
if (output.capacityBlockOfferingSet === "") {
|
|
@@ -42367,8 +42823,8 @@ var de_DescribeInstancesResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
42367
42823
|
}
|
|
42368
42824
|
if (output.reservationSet === "") {
|
|
42369
42825
|
contents[_Rese] = [];
|
|
42370
|
-
} else if (output[
|
|
42371
|
-
contents[_Rese] = de_ReservationList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
42826
|
+
} else if (output[_rSe] != null && output[_rSe][_i] != null) {
|
|
42827
|
+
contents[_Rese] = de_ReservationList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSe][_i]), context);
|
|
42372
42828
|
}
|
|
42373
42829
|
return contents;
|
|
42374
42830
|
}, "de_DescribeInstancesResult");
|
|
@@ -45153,9 +45609,9 @@ var de_FirewallStatefulRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
45153
45609
|
contents[_SPo] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
45154
45610
|
}
|
|
45155
45611
|
if (output.destinationPortSet === "") {
|
|
45156
|
-
contents[
|
|
45612
|
+
contents[_DPes] = [];
|
|
45157
45613
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
45158
|
-
contents[
|
|
45614
|
+
contents[_DPes] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
45159
45615
|
}
|
|
45160
45616
|
if (output[_pr] != null) {
|
|
45161
45617
|
contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
|
|
@@ -45189,9 +45645,9 @@ var de_FirewallStatelessRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
45189
45645
|
contents[_SPo] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
45190
45646
|
}
|
|
45191
45647
|
if (output.destinationPortSet === "") {
|
|
45192
|
-
contents[
|
|
45648
|
+
contents[_DPes] = [];
|
|
45193
45649
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
45194
|
-
contents[
|
|
45650
|
+
contents[_DPes] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
45195
45651
|
}
|
|
45196
45652
|
if (output.protocolSet === "") {
|
|
45197
45653
|
contents[_Pro] = [];
|
|
@@ -45396,8 +45852,8 @@ var de_FleetSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
45396
45852
|
}, "de_FleetSet");
|
|
45397
45853
|
var de_FleetSpotCapacityRebalance = /* @__PURE__ */ __name((output, context) => {
|
|
45398
45854
|
const contents = {};
|
|
45399
|
-
if (output[
|
|
45400
|
-
contents[_RS] = (0, import_smithy_client.expectString)(output[
|
|
45855
|
+
if (output[_rSep] != null) {
|
|
45856
|
+
contents[_RS] = (0, import_smithy_client.expectString)(output[_rSep]);
|
|
45401
45857
|
}
|
|
45402
45858
|
if (output[_tD] != null) {
|
|
45403
45859
|
contents[_TDe] = (0, import_smithy_client.strictParseInt32)(output[_tD]);
|
|
@@ -46661,8 +47117,8 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
|
46661
47117
|
if (output[_sII] != null) {
|
|
46662
47118
|
contents[_SIIo] = (0, import_smithy_client.expectString)(output[_sII]);
|
|
46663
47119
|
}
|
|
46664
|
-
if (output[
|
|
46665
|
-
contents[_DPer] = (0, import_smithy_client.expectString)(output[
|
|
47120
|
+
if (output[_dPe] != null) {
|
|
47121
|
+
contents[_DPer] = (0, import_smithy_client.expectString)(output[_dPe]);
|
|
46666
47122
|
}
|
|
46667
47123
|
if (output[_lLT] != null) {
|
|
46668
47124
|
contents[_LLT] = (0, import_smithy_client.expectString)(output[_lLT]);
|
|
@@ -46742,8 +47198,8 @@ var de_ImageAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
46742
47198
|
if (output[_iSmd] != null) {
|
|
46743
47199
|
contents[_ISm] = de_AttributeValue(output[_iSmd], context);
|
|
46744
47200
|
}
|
|
46745
|
-
if (output[
|
|
46746
|
-
contents[_DPer] = de_AttributeValue(output[
|
|
47201
|
+
if (output[_dPe] != null) {
|
|
47202
|
+
contents[_DPer] = de_AttributeValue(output[_dPe], context);
|
|
46747
47203
|
}
|
|
46748
47204
|
if (output[_iIma] != null) {
|
|
46749
47205
|
contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
|
|
@@ -48076,6 +48532,9 @@ var de_InstanceRequirements = /* @__PURE__ */ __name((output, context) => {
|
|
|
48076
48532
|
if (output[_mSPAPOOODP] != null) {
|
|
48077
48533
|
contents[_MSPAPOOODP] = (0, import_smithy_client.strictParseInt32)(output[_mSPAPOOODP]);
|
|
48078
48534
|
}
|
|
48535
|
+
if (output[_bPF] != null) {
|
|
48536
|
+
contents[_BPF] = de_BaselinePerformanceFactors(output[_bPF], context);
|
|
48537
|
+
}
|
|
48079
48538
|
return contents;
|
|
48080
48539
|
}, "de_InstanceRequirements");
|
|
48081
48540
|
var de_InstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -48585,6 +49044,9 @@ var de_IpamDiscoveredAccount = /* @__PURE__ */ __name((output, context) => {
|
|
|
48585
49044
|
if (output[_lSDT] != null) {
|
|
48586
49045
|
contents[_LSDT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_lSDT]));
|
|
48587
49046
|
}
|
|
49047
|
+
if (output[_oUI] != null) {
|
|
49048
|
+
contents[_OUI] = (0, import_smithy_client.expectString)(output[_oUI]);
|
|
49049
|
+
}
|
|
48588
49050
|
return contents;
|
|
48589
49051
|
}, "de_IpamDiscoveredAccount");
|
|
48590
49052
|
var de_IpamDiscoveredAccountSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -48779,6 +49241,18 @@ var de_IpamOperatingRegionSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
48779
49241
|
return de_IpamOperatingRegion(entry, context);
|
|
48780
49242
|
});
|
|
48781
49243
|
}, "de_IpamOperatingRegionSet");
|
|
49244
|
+
var de_IpamOrganizationalUnitExclusion = /* @__PURE__ */ __name((output, context) => {
|
|
49245
|
+
const contents = {};
|
|
49246
|
+
if (output[_oEP] != null) {
|
|
49247
|
+
contents[_OEP] = (0, import_smithy_client.expectString)(output[_oEP]);
|
|
49248
|
+
}
|
|
49249
|
+
return contents;
|
|
49250
|
+
}, "de_IpamOrganizationalUnitExclusion");
|
|
49251
|
+
var de_IpamOrganizationalUnitExclusionSet = /* @__PURE__ */ __name((output, context) => {
|
|
49252
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
49253
|
+
return de_IpamOrganizationalUnitExclusion(entry, context);
|
|
49254
|
+
});
|
|
49255
|
+
}, "de_IpamOrganizationalUnitExclusionSet");
|
|
48782
49256
|
var de_IpamPool = /* @__PURE__ */ __name((output, context) => {
|
|
48783
49257
|
const contents = {};
|
|
48784
49258
|
if (output[_oI] != null) {
|
|
@@ -49075,6 +49549,11 @@ var de_IpamResourceDiscovery = /* @__PURE__ */ __name((output, context) => {
|
|
|
49075
49549
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
49076
49550
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
49077
49551
|
}
|
|
49552
|
+
if (output.organizationalUnitExclusionSet === "") {
|
|
49553
|
+
contents[_OUE] = [];
|
|
49554
|
+
} else if (output[_oUES] != null && output[_oUES][_i] != null) {
|
|
49555
|
+
contents[_OUE] = de_IpamOrganizationalUnitExclusionSet((0, import_smithy_client.getArrayIfSingleItem)(output[_oUES][_i]), context);
|
|
49556
|
+
}
|
|
49078
49557
|
return contents;
|
|
49079
49558
|
}, "de_IpamResourceDiscovery");
|
|
49080
49559
|
var de_IpamResourceDiscoveryAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -49910,7 +50389,7 @@ var de_LaunchTemplatePlacement = /* @__PURE__ */ __name((output, context) => {
|
|
|
49910
50389
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
49911
50390
|
}
|
|
49912
50391
|
if (output[_sDp] != null) {
|
|
49913
|
-
contents[
|
|
50392
|
+
contents[_SDp] = (0, import_smithy_client.expectString)(output[_sDp]);
|
|
49914
50393
|
}
|
|
49915
50394
|
if (output[_hRGA] != null) {
|
|
49916
50395
|
contents[_HRGA] = (0, import_smithy_client.expectString)(output[_hRGA]);
|
|
@@ -50543,7 +51022,7 @@ var de_MemoryMiB = /* @__PURE__ */ __name((output, context) => {
|
|
|
50543
51022
|
var de_MetricPoint = /* @__PURE__ */ __name((output, context) => {
|
|
50544
51023
|
const contents = {};
|
|
50545
51024
|
if (output[_sD] != null) {
|
|
50546
|
-
contents[
|
|
51025
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
50547
51026
|
}
|
|
50548
51027
|
if (output[_eD] != null) {
|
|
50549
51028
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -51377,7 +51856,7 @@ var de_NetworkInsightsAccessScopeAnalysis = /* @__PURE__ */ __name((output, cont
|
|
|
51377
51856
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
51378
51857
|
}
|
|
51379
51858
|
if (output[_sD] != null) {
|
|
51380
|
-
contents[
|
|
51859
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
51381
51860
|
}
|
|
51382
51861
|
if (output[_eD] != null) {
|
|
51383
51862
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -51444,7 +51923,7 @@ var de_NetworkInsightsAnalysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
51444
51923
|
contents[_FIA] = de_ArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_fIAS][_i]), context);
|
|
51445
51924
|
}
|
|
51446
51925
|
if (output[_sD] != null) {
|
|
51447
|
-
contents[
|
|
51926
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
51448
51927
|
}
|
|
51449
51928
|
if (output[_sta] != null) {
|
|
51450
51929
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
@@ -51527,8 +52006,8 @@ var de_NetworkInsightsPath = /* @__PURE__ */ __name((output, context) => {
|
|
|
51527
52006
|
if (output[_pr] != null) {
|
|
51528
52007
|
contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
|
|
51529
52008
|
}
|
|
51530
|
-
if (output[
|
|
51531
|
-
contents[
|
|
52009
|
+
if (output[_dPes] != null) {
|
|
52010
|
+
contents[_DPe] = (0, import_smithy_client.strictParseInt32)(output[_dPes]);
|
|
51532
52011
|
}
|
|
51533
52012
|
if (output.tagSet === "") {
|
|
51534
52013
|
contents[_Ta] = [];
|
|
@@ -51946,9 +52425,9 @@ var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
|
|
|
51946
52425
|
contents[_SPo] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
51947
52426
|
}
|
|
51948
52427
|
if (output.destinationPortSet === "") {
|
|
51949
|
-
contents[
|
|
52428
|
+
contents[_DPes] = [];
|
|
51950
52429
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
51951
|
-
contents[
|
|
52430
|
+
contents[_DPes] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
51952
52431
|
}
|
|
51953
52432
|
if (output.sourcePrefixListSet === "") {
|
|
51954
52433
|
contents[_SPL] = [];
|
|
@@ -52121,6 +52600,18 @@ var de_PeeringTgwInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
52121
52600
|
}
|
|
52122
52601
|
return contents;
|
|
52123
52602
|
}, "de_PeeringTgwInfo");
|
|
52603
|
+
var de_PerformanceFactorReference = /* @__PURE__ */ __name((output, context) => {
|
|
52604
|
+
const contents = {};
|
|
52605
|
+
if (output[_iF] != null) {
|
|
52606
|
+
contents[_IF] = (0, import_smithy_client.expectString)(output[_iF]);
|
|
52607
|
+
}
|
|
52608
|
+
return contents;
|
|
52609
|
+
}, "de_PerformanceFactorReference");
|
|
52610
|
+
var de_PerformanceFactorReferenceSet = /* @__PURE__ */ __name((output, context) => {
|
|
52611
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
52612
|
+
return de_PerformanceFactorReference(entry, context);
|
|
52613
|
+
});
|
|
52614
|
+
}, "de_PerformanceFactorReferenceSet");
|
|
52124
52615
|
var de_Phase1DHGroupNumbersList = /* @__PURE__ */ __name((output, context) => {
|
|
52125
52616
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
52126
52617
|
return de_Phase1DHGroupNumbersListValue(entry, context);
|
|
@@ -52211,7 +52702,7 @@ var de_Placement = /* @__PURE__ */ __name((output, context) => {
|
|
|
52211
52702
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
52212
52703
|
}
|
|
52213
52704
|
if (output[_sDp] != null) {
|
|
52214
|
-
contents[
|
|
52705
|
+
contents[_SDp] = (0, import_smithy_client.expectString)(output[_sDp]);
|
|
52215
52706
|
}
|
|
52216
52707
|
if (output[_hRGA] != null) {
|
|
52217
52708
|
contents[_HRGA] = (0, import_smithy_client.expectString)(output[_hRGA]);
|
|
@@ -52704,6 +53195,15 @@ var de_Purchase = /* @__PURE__ */ __name((output, context) => {
|
|
|
52704
53195
|
}
|
|
52705
53196
|
return contents;
|
|
52706
53197
|
}, "de_Purchase");
|
|
53198
|
+
var de_PurchaseCapacityBlockExtensionResult = /* @__PURE__ */ __name((output, context) => {
|
|
53199
|
+
const contents = {};
|
|
53200
|
+
if (output.capacityBlockExtensionSet === "") {
|
|
53201
|
+
contents[_CBE] = [];
|
|
53202
|
+
} else if (output[_cBESa] != null && output[_cBESa][_i] != null) {
|
|
53203
|
+
contents[_CBE] = de_CapacityBlockExtensionSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cBESa][_i]), context);
|
|
53204
|
+
}
|
|
53205
|
+
return contents;
|
|
53206
|
+
}, "de_PurchaseCapacityBlockExtensionResult");
|
|
52707
53207
|
var de_PurchaseCapacityBlockResult = /* @__PURE__ */ __name((output, context) => {
|
|
52708
53208
|
const contents = {};
|
|
52709
53209
|
if (output[_cR] != null) {
|
|
@@ -53331,9 +53831,9 @@ var de_ResetFpgaImageAttributeResult = /* @__PURE__ */ __name((output, context)
|
|
|
53331
53831
|
var de_ResourceStatement = /* @__PURE__ */ __name((output, context) => {
|
|
53332
53832
|
const contents = {};
|
|
53333
53833
|
if (output.resourceSet === "") {
|
|
53334
|
-
contents[
|
|
53834
|
+
contents[_Re] = [];
|
|
53335
53835
|
} else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
|
|
53336
|
-
contents[
|
|
53836
|
+
contents[_Re] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSeso][_i]), context);
|
|
53337
53837
|
}
|
|
53338
53838
|
if (output.resourceTypeSet === "") {
|
|
53339
53839
|
contents[_RTeso] = [];
|
|
@@ -54625,8 +55125,8 @@ var de_snapshotTierStatusSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
54625
55125
|
}, "de_snapshotTierStatusSet");
|
|
54626
55126
|
var de_SpotCapacityRebalance = /* @__PURE__ */ __name((output, context) => {
|
|
54627
55127
|
const contents = {};
|
|
54628
|
-
if (output[
|
|
54629
|
-
contents[_RS] = (0, import_smithy_client.expectString)(output[
|
|
55128
|
+
if (output[_rSep] != null) {
|
|
55129
|
+
contents[_RS] = (0, import_smithy_client.expectString)(output[_rSep]);
|
|
54630
55130
|
}
|
|
54631
55131
|
if (output[_tD] != null) {
|
|
54632
55132
|
contents[_TDe] = (0, import_smithy_client.strictParseInt32)(output[_tD]);
|
|
@@ -58476,6 +58976,7 @@ var _ANt = "AttributeName";
|
|
|
58476
58976
|
var _AO = "AuthenticationOptions";
|
|
58477
58977
|
var _AOI = "AddressOwnerId";
|
|
58478
58978
|
var _AOR = "AddOperatingRegions";
|
|
58979
|
+
var _AOUE = "AddOrganizationalUnitExclusions";
|
|
58479
58980
|
var _AP = "AutoPlacement";
|
|
58480
58981
|
var _APCO = "AccepterPeeringConnectionOptions";
|
|
58481
58982
|
var _APH = "AlternatePathHints";
|
|
@@ -58609,6 +59110,7 @@ var _BO = "BgpOptions";
|
|
|
58609
59110
|
var _BOu = "BucketOwner";
|
|
58610
59111
|
var _BP = "BurstablePerformance";
|
|
58611
59112
|
var _BPAS = "BlockPublicAccessStates";
|
|
59113
|
+
var _BPF = "BaselinePerformanceFactors";
|
|
58612
59114
|
var _BPS = "BurstablePerformanceSupported";
|
|
58613
59115
|
var _BPi = "BillingProducts";
|
|
58614
59116
|
var _BS = "BgpStatus";
|
|
@@ -58634,6 +59136,15 @@ var _CB = "CidrBlock";
|
|
|
58634
59136
|
var _CBA = "CidrBlockAssociation";
|
|
58635
59137
|
var _CBAS = "CidrBlockAssociationSet";
|
|
58636
59138
|
var _CBDH = "CapacityBlockDurationHours";
|
|
59139
|
+
var _CBDM = "CapacityBlockDurationMinutes";
|
|
59140
|
+
var _CBE = "CapacityBlockExtensions";
|
|
59141
|
+
var _CBEDH = "CapacityBlockExtensionDurationHours";
|
|
59142
|
+
var _CBEED = "CapacityBlockExtensionEndDate";
|
|
59143
|
+
var _CBEO = "CapacityBlockExtensionOfferings";
|
|
59144
|
+
var _CBEOI = "CapacityBlockExtensionOfferingId";
|
|
59145
|
+
var _CBEPD = "CapacityBlockExtensionPurchaseDate";
|
|
59146
|
+
var _CBES = "CapacityBlockExtensionStatus";
|
|
59147
|
+
var _CBESD = "CapacityBlockExtensionStartDate";
|
|
58637
59148
|
var _CBO = "CapacityBlockOfferings";
|
|
58638
59149
|
var _CBOI = "CapacityBlockOfferingId";
|
|
58639
59150
|
var _CBS = "CidrBlockState";
|
|
@@ -58660,17 +59171,19 @@ var _CCl = "ClientConfiguration";
|
|
|
58660
59171
|
var _CCo = "CoipCidr";
|
|
58661
59172
|
var _CCp = "CpuCredits";
|
|
58662
59173
|
var _CCu = "CurrencyCode";
|
|
58663
|
-
var _CD = "
|
|
59174
|
+
var _CD = "CommitmentDuration";
|
|
58664
59175
|
var _CDH = "CapacityDurationHours";
|
|
58665
59176
|
var _CDO = "CreateDhcpOptions";
|
|
58666
59177
|
var _CDS = "CreateDefaultSubnet";
|
|
58667
59178
|
var _CDSDA = "ConfigDeliveryS3DestinationArn";
|
|
58668
59179
|
var _CDSu = "CustomDnsServers";
|
|
58669
59180
|
var _CDV = "CreateDefaultVpc";
|
|
59181
|
+
var _CDl = "ClientData";
|
|
58670
59182
|
var _CDr = "CreateDate";
|
|
58671
59183
|
var _CDre = "CreationDate";
|
|
58672
59184
|
var _CDrea = "CreatedDate";
|
|
58673
59185
|
var _CE = "CronExpression";
|
|
59186
|
+
var _CED = "CommitmentEndDate";
|
|
58674
59187
|
var _CEOIG = "CreateEgressOnlyInternetGateway";
|
|
58675
59188
|
var _CET = "CancelExportTask";
|
|
58676
59189
|
var _CETo = "ConnectionEstablishedTime";
|
|
@@ -58694,6 +59207,7 @@ var _CGur = "CurrentGeneration";
|
|
|
58694
59207
|
var _CGus = "CustomerGateways";
|
|
58695
59208
|
var _CI = "CopyImage";
|
|
58696
59209
|
var _CIBM = "CurrentInstanceBootMode";
|
|
59210
|
+
var _CIC = "CommittedInstanceCount";
|
|
58697
59211
|
var _CICE = "CreateInstanceConnectEndpoint";
|
|
58698
59212
|
var _CIERVT = "CreateIpamExternalResourceVerificationToken";
|
|
58699
59213
|
var _CIET = "CreateInstanceExportTask";
|
|
@@ -58714,6 +59228,7 @@ var _CIl = "ClientId";
|
|
|
58714
59228
|
var _CIli = "ClientIp";
|
|
58715
59229
|
var _CIo = "ConnectionId";
|
|
58716
59230
|
var _CIom = "ComponentId";
|
|
59231
|
+
var _CIomm = "CommitmentInfo";
|
|
58717
59232
|
var _CIop = "CoIp";
|
|
58718
59233
|
var _CIor = "CoreInfo";
|
|
58719
59234
|
var _CIr = "CreateImage";
|
|
@@ -58880,6 +59395,7 @@ var _Conf = "Configured";
|
|
|
58880
59395
|
var _Conn = "Connections";
|
|
58881
59396
|
var _Cor = "Cores";
|
|
58882
59397
|
var _Cou = "Count";
|
|
59398
|
+
var _Cp = "Cpu";
|
|
58883
59399
|
var _D = "Destination";
|
|
58884
59400
|
var _DA = "DescribeAddresses";
|
|
58885
59401
|
var _DAA = "DescribeAccountAttributes";
|
|
@@ -58908,6 +59424,8 @@ var _DC = "DisallowedCidrs";
|
|
|
58908
59424
|
var _DCA = "DomainCertificateArn";
|
|
58909
59425
|
var _DCAR = "DeliverCrossAccountRole";
|
|
58910
59426
|
var _DCB = "DestinationCidrBlock";
|
|
59427
|
+
var _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
59428
|
+
var _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
58911
59429
|
var _DCBO = "DescribeCapacityBlockOfferings";
|
|
58912
59430
|
var _DCC = "DeleteCoipCidr";
|
|
58913
59431
|
var _DCG = "DeleteCarrierGateway";
|
|
@@ -59086,7 +59604,7 @@ var _DOT = "DeleteOnTermination";
|
|
|
59086
59604
|
var _DOe = "DeviceOptions";
|
|
59087
59605
|
var _DOh = "DhcpOptions";
|
|
59088
59606
|
var _DOn = "DnsOptions";
|
|
59089
|
-
var _DP = "
|
|
59607
|
+
var _DP = "DeliveryPreference";
|
|
59090
59608
|
var _DPDTA = "DPDTimeoutAction";
|
|
59091
59609
|
var _DPDTS = "DPDTimeoutSeconds";
|
|
59092
59610
|
var _DPG = "DeletePlacementGroup";
|
|
@@ -59101,8 +59619,9 @@ var _DPLe = "DestinationPrefixLists";
|
|
|
59101
59619
|
var _DPR = "DestinationPortRange";
|
|
59102
59620
|
var _DPRT = "DefaultPropagationRouteTable";
|
|
59103
59621
|
var _DPRe = "DestinationPortRanges";
|
|
59104
|
-
var _DPe = "
|
|
59622
|
+
var _DPe = "DestinationPort";
|
|
59105
59623
|
var _DPer = "DeregistrationProtection";
|
|
59624
|
+
var _DPes = "DestinationPorts";
|
|
59106
59625
|
var _DQ = "DataQueries";
|
|
59107
59626
|
var _DQRI = "DeleteQueuedReservedInstances";
|
|
59108
59627
|
var _DR = "DeleteRoute";
|
|
@@ -60120,6 +60639,7 @@ var _ODMTP = "OnDemandMaxTotalPrice";
|
|
|
60120
60639
|
var _ODO = "OnDemandOptions";
|
|
60121
60640
|
var _ODS = "OccurrenceDaySet";
|
|
60122
60641
|
var _ODTC = "OnDemandTargetCapacity";
|
|
60642
|
+
var _OEP = "OrganizationsEntityPath";
|
|
60123
60643
|
var _OH = "OutboundHeader";
|
|
60124
60644
|
var _OI = "OfferingId";
|
|
60125
60645
|
var _OIA = "OutsideIpAddress";
|
|
@@ -60145,6 +60665,8 @@ var _OTr = "OriginalThroughput";
|
|
|
60145
60665
|
var _OU = "OccurrenceUnit";
|
|
60146
60666
|
var _OUA = "OrganizationalUnitArn";
|
|
60147
60667
|
var _OUAr = "OrganizationalUnitArns";
|
|
60668
|
+
var _OUE = "OrganizationalUnitExclusions";
|
|
60669
|
+
var _OUI = "OrganizationalUnitId";
|
|
60148
60670
|
var _OVT = "OriginalVolumeType";
|
|
60149
60671
|
var _Op = "Options";
|
|
60150
60672
|
var _Or = "Origin";
|
|
@@ -60168,6 +60690,7 @@ var _PBC = "ProvisionByoipCidr";
|
|
|
60168
60690
|
var _PBIG = "PeakBandwidthInGbps";
|
|
60169
60691
|
var _PC = "ProductCode";
|
|
60170
60692
|
var _PCB = "PurchaseCapacityBlock";
|
|
60693
|
+
var _PCBE = "PurchaseCapacityBlockExtension";
|
|
60171
60694
|
var _PCBo = "PoolCidrBlocks";
|
|
60172
60695
|
var _PCI = "PreserveClientIp";
|
|
60173
60696
|
var _PCIr = "ProductCodeId";
|
|
@@ -60313,7 +60836,7 @@ var _Prov = "Provisioned";
|
|
|
60313
60836
|
var _Pu = "Public";
|
|
60314
60837
|
var _Pur = "Purchase";
|
|
60315
60838
|
var _Q = "Quantity";
|
|
60316
|
-
var _R = "
|
|
60839
|
+
var _R = "References";
|
|
60317
60840
|
var _RA = "ReleaseAddress";
|
|
60318
60841
|
var _RAA = "ResetAddressAttribute";
|
|
60319
60842
|
var _RAG = "RevokeAllGroups";
|
|
@@ -60411,6 +60934,7 @@ var _RO = "ResourceOwner";
|
|
|
60411
60934
|
var _ROI = "ResourceOwnerId";
|
|
60412
60935
|
var _ROR = "RemoveOperatingRegions";
|
|
60413
60936
|
var _ROS = "ResourceOverlapStatus";
|
|
60937
|
+
var _ROUE = "RemoveOrganizationalUnitExclusions";
|
|
60414
60938
|
var _ROo = "RouteOrigin";
|
|
60415
60939
|
var _ROu = "RuleOptions";
|
|
60416
60940
|
var _RP = "ResetPolicy";
|
|
@@ -60473,11 +60997,12 @@ var _RVT = "ReplaceVpnTunnel";
|
|
|
60473
60997
|
var _RVe = "ReservationValue";
|
|
60474
60998
|
var _RWS = "ReplayWindowSize";
|
|
60475
60999
|
var _Ra = "Ramdisk";
|
|
60476
|
-
var _Re = "
|
|
61000
|
+
var _Re = "Resources";
|
|
60477
61001
|
var _Rea = "Reason";
|
|
60478
61002
|
var _Rec = "Recurrence";
|
|
60479
61003
|
var _Reg = "Regions";
|
|
60480
61004
|
var _Regi = "Region";
|
|
61005
|
+
var _Rem = "Remove";
|
|
60481
61006
|
var _Req = "Requested";
|
|
60482
61007
|
var _Res = "Resource";
|
|
60483
61008
|
var _Rese = "Reservations";
|
|
@@ -60512,7 +61037,7 @@ var _SCc = "ScopeCount";
|
|
|
60512
61037
|
var _SCe = "ServiceConfiguration";
|
|
60513
61038
|
var _SCer = "ServiceConfigurations";
|
|
60514
61039
|
var _SCn = "SnapshotConfiguration";
|
|
60515
|
-
var _SD = "
|
|
61040
|
+
var _SD = "StartDate";
|
|
60516
61041
|
var _SDC = "SourceDestCheck";
|
|
60517
61042
|
var _SDI = "SendDiagnosticInterrupt";
|
|
60518
61043
|
var _SDIH = "SlotDurationInHours";
|
|
@@ -60522,7 +61047,7 @@ var _SDS = "SpotDatafeedSubscription";
|
|
|
60522
61047
|
var _SDV = "SetDefaultVersion";
|
|
60523
61048
|
var _SDe = "ServiceDetails";
|
|
60524
61049
|
var _SDn = "SnapshotDetails";
|
|
60525
|
-
var
|
|
61050
|
+
var _SDp = "SpreadDomain";
|
|
60526
61051
|
var _SEL = "S3ExportLocation";
|
|
60527
61052
|
var _SET = "SampledEndTime";
|
|
60528
61053
|
var _SF = "SupportedFeatures";
|
|
@@ -61143,6 +61668,7 @@ var _bN = "bucketName";
|
|
|
61143
61668
|
var _bO = "bucketOwner";
|
|
61144
61669
|
var _bP = "burstablePerformance";
|
|
61145
61670
|
var _bPAS = "blockPublicAccessStates";
|
|
61671
|
+
var _bPF = "baselinePerformanceFactors";
|
|
61146
61672
|
var _bPS = "burstablePerformanceSupported";
|
|
61147
61673
|
var _bS = "byoasnSet";
|
|
61148
61674
|
var _bSg = "bgpStatus";
|
|
@@ -61161,6 +61687,15 @@ var _cB = "cidrBlock";
|
|
|
61161
61687
|
var _cBA = "cidrBlockAssociation";
|
|
61162
61688
|
var _cBAS = "cidrBlockAssociationSet";
|
|
61163
61689
|
var _cBDH = "capacityBlockDurationHours";
|
|
61690
|
+
var _cBDM = "capacityBlockDurationMinutes";
|
|
61691
|
+
var _cBEDH = "capacityBlockExtensionDurationHours";
|
|
61692
|
+
var _cBEED = "capacityBlockExtensionEndDate";
|
|
61693
|
+
var _cBEOI = "capacityBlockExtensionOfferingId";
|
|
61694
|
+
var _cBEOS = "capacityBlockExtensionOfferingSet";
|
|
61695
|
+
var _cBEPD = "capacityBlockExtensionPurchaseDate";
|
|
61696
|
+
var _cBES = "capacityBlockExtensionStatus";
|
|
61697
|
+
var _cBESD = "capacityBlockExtensionStartDate";
|
|
61698
|
+
var _cBESa = "capacityBlockExtensionSet";
|
|
61164
61699
|
var _cBOI = "capacityBlockOfferingId";
|
|
61165
61700
|
var _cBOS = "capacityBlockOfferingSet";
|
|
61166
61701
|
var _cBS = "cidrBlockState";
|
|
@@ -61178,6 +61713,7 @@ var _cD = "createDate";
|
|
|
61178
61713
|
var _cDr = "creationDate";
|
|
61179
61714
|
var _cDre = "createdDate";
|
|
61180
61715
|
var _cE = "connectionEvents";
|
|
61716
|
+
var _cED = "commitmentEndDate";
|
|
61181
61717
|
var _cET = "connectionEstablishedTime";
|
|
61182
61718
|
var _cETo = "connectionEndTime";
|
|
61183
61719
|
var _cEr = "cronExpression";
|
|
@@ -61193,12 +61729,14 @@ var _cGu = "customerGateway";
|
|
|
61193
61729
|
var _cGur = "currentGeneration";
|
|
61194
61730
|
var _cI = "carrierIp";
|
|
61195
61731
|
var _cIBM = "currentInstanceBootMode";
|
|
61732
|
+
var _cIC = "committedInstanceCount";
|
|
61196
61733
|
var _cIi = "cidrIp";
|
|
61197
61734
|
var _cIid = "cidrIpv6";
|
|
61198
61735
|
var _cIidr = "cidrIpv4";
|
|
61199
61736
|
var _cIl = "clientIp";
|
|
61200
61737
|
var _cIli = "clientId";
|
|
61201
61738
|
var _cIo = "componentId";
|
|
61739
|
+
var _cIom = "commitmentInfo";
|
|
61202
61740
|
var _cIon = "connectionId";
|
|
61203
61741
|
var _cIop = "coIp";
|
|
61204
61742
|
var _cIor = "coreInfo";
|
|
@@ -61285,6 +61823,7 @@ var _conf = "configured";
|
|
|
61285
61823
|
var _cont = "context";
|
|
61286
61824
|
var _cor = "cores";
|
|
61287
61825
|
var _cou = "count";
|
|
61826
|
+
var _cp = "cpu";
|
|
61288
61827
|
var _d = "destination";
|
|
61289
61828
|
var _dA = "destinationArn";
|
|
61290
61829
|
var _dAIT = "denyAllIgwTraffic";
|
|
@@ -61328,14 +61867,15 @@ var _dOT = "deleteOnTermination";
|
|
|
61328
61867
|
var _dOe = "destinationOptions";
|
|
61329
61868
|
var _dOev = "deviceOptions";
|
|
61330
61869
|
var _dOn = "dnsOptions";
|
|
61331
|
-
var _dP = "
|
|
61870
|
+
var _dP = "deliveryPreference";
|
|
61332
61871
|
var _dPLI = "destinationPrefixListId";
|
|
61333
61872
|
var _dPLS = "destinationPrefixListSet";
|
|
61334
61873
|
var _dPR = "destinationPortRange";
|
|
61335
61874
|
var _dPRS = "destinationPortRangeSet";
|
|
61336
61875
|
var _dPRT = "defaultPropagationRouteTable";
|
|
61337
61876
|
var _dPS = "destinationPortSet";
|
|
61338
|
-
var _dPe = "
|
|
61877
|
+
var _dPe = "deregistrationProtection";
|
|
61878
|
+
var _dPes = "destinationPort";
|
|
61339
61879
|
var _dR = "discoveryRegion";
|
|
61340
61880
|
var _dRDAI = "defaultResourceDiscoveryAssociationId";
|
|
61341
61881
|
var _dRDI = "defaultResourceDiscoveryId";
|
|
@@ -61986,6 +62526,7 @@ var _oDMTP = "onDemandMaxTotalPrice";
|
|
|
61986
62526
|
var _oDO = "onDemandOptions";
|
|
61987
62527
|
var _oDS = "occurrenceDaySet";
|
|
61988
62528
|
var _oDTC = "onDemandTargetCapacity";
|
|
62529
|
+
var _oEP = "organizationsEntityPath";
|
|
61989
62530
|
var _oH = "outboundHeader";
|
|
61990
62531
|
var _oI = "ownerId";
|
|
61991
62532
|
var _oIA = "outsideIpAddress";
|
|
@@ -62008,6 +62549,8 @@ var _oTf = "offeringType";
|
|
|
62008
62549
|
var _oTr = "originalThroughput";
|
|
62009
62550
|
var _oU = "occurrenceUnit";
|
|
62010
62551
|
var _oUA = "organizationalUnitArn";
|
|
62552
|
+
var _oUES = "organizationalUnitExclusionSet";
|
|
62553
|
+
var _oUI = "organizationalUnitId";
|
|
62011
62554
|
var _oVT = "originalVolumeType";
|
|
62012
62555
|
var _op = "operator";
|
|
62013
62556
|
var _opt = "options";
|
|
@@ -62206,10 +62749,11 @@ var _rR = "resourceRegion";
|
|
|
62206
62749
|
var _rRVT = "replaceRootVolumeTask";
|
|
62207
62750
|
var _rRVTI = "replaceRootVolumeTaskId";
|
|
62208
62751
|
var _rRVTS = "replaceRootVolumeTaskSet";
|
|
62209
|
-
var _rS = "
|
|
62752
|
+
var _rS = "referenceSet";
|
|
62210
62753
|
var _rSGRS = "revokedSecurityGroupRuleSet";
|
|
62211
62754
|
var _rST = "restoreStartTime";
|
|
62212
|
-
var _rSe = "
|
|
62755
|
+
var _rSe = "reservationSet";
|
|
62756
|
+
var _rSep = "replacementStrategy";
|
|
62213
62757
|
var _rSes = "resourceStatement";
|
|
62214
62758
|
var _rSeso = "resourceSet";
|
|
62215
62759
|
var _rSo = "routeSet";
|
|
@@ -63664,6 +64208,10 @@ var CancelSpotInstanceRequestState = {
|
|
|
63664
64208
|
completed: "completed",
|
|
63665
64209
|
open: "open"
|
|
63666
64210
|
};
|
|
64211
|
+
var CapacityReservationDeliveryPreference = {
|
|
64212
|
+
FIXED: "fixed",
|
|
64213
|
+
INCREMENTAL: "incremental"
|
|
64214
|
+
};
|
|
63667
64215
|
var EndDateType = {
|
|
63668
64216
|
limited: "limited",
|
|
63669
64217
|
unlimited: "unlimited"
|
|
@@ -63696,20 +64244,6 @@ var CapacityReservationTenancy = {
|
|
|
63696
64244
|
dedicated: "dedicated",
|
|
63697
64245
|
default: "default"
|
|
63698
64246
|
};
|
|
63699
|
-
var CapacityReservationType = {
|
|
63700
|
-
CAPACITY_BLOCK: "capacity-block",
|
|
63701
|
-
DEFAULT: "default"
|
|
63702
|
-
};
|
|
63703
|
-
var CapacityReservationState = {
|
|
63704
|
-
active: "active",
|
|
63705
|
-
cancelled: "cancelled",
|
|
63706
|
-
expired: "expired",
|
|
63707
|
-
failed: "failed",
|
|
63708
|
-
payment_failed: "payment-failed",
|
|
63709
|
-
payment_pending: "payment-pending",
|
|
63710
|
-
pending: "pending",
|
|
63711
|
-
scheduled: "scheduled"
|
|
63712
|
-
};
|
|
63713
64247
|
var OidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
63714
64248
|
...obj,
|
|
63715
64249
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -64417,6 +64951,23 @@ var CreateIpamScopeCommand = _CreateIpamScopeCommand;
|
|
|
64417
64951
|
|
|
64418
64952
|
// src/models/models_1.ts
|
|
64419
64953
|
|
|
64954
|
+
var CapacityReservationType = {
|
|
64955
|
+
CAPACITY_BLOCK: "capacity-block",
|
|
64956
|
+
DEFAULT: "default"
|
|
64957
|
+
};
|
|
64958
|
+
var CapacityReservationState = {
|
|
64959
|
+
active: "active",
|
|
64960
|
+
assessing: "assessing",
|
|
64961
|
+
cancelled: "cancelled",
|
|
64962
|
+
delayed: "delayed",
|
|
64963
|
+
expired: "expired",
|
|
64964
|
+
failed: "failed",
|
|
64965
|
+
payment_failed: "payment-failed",
|
|
64966
|
+
payment_pending: "payment-pending",
|
|
64967
|
+
pending: "pending",
|
|
64968
|
+
scheduled: "scheduled",
|
|
64969
|
+
unsupported: "unsupported"
|
|
64970
|
+
};
|
|
64420
64971
|
var FleetInstanceMatchCriteria = {
|
|
64421
64972
|
open: "open"
|
|
64422
64973
|
};
|
|
@@ -65363,6 +65914,7 @@ var BurstablePerformance = {
|
|
|
65363
65914
|
var CpuManufacturer = {
|
|
65364
65915
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
65365
65916
|
AMD: "amd",
|
|
65917
|
+
APPLE: "apple",
|
|
65366
65918
|
INTEL: "intel"
|
|
65367
65919
|
};
|
|
65368
65920
|
var InstanceGeneration = {
|
|
@@ -65575,6 +66127,7 @@ var KeyType = {
|
|
|
65575
66127
|
rsa: "rsa"
|
|
65576
66128
|
};
|
|
65577
66129
|
var CapacityReservationPreference = {
|
|
66130
|
+
capacity_reservations_only: "capacity-reservations-only",
|
|
65578
66131
|
none: "none",
|
|
65579
66132
|
open: "open"
|
|
65580
66133
|
};
|
|
@@ -65663,10 +66216,6 @@ var NatGatewayState = {
|
|
|
65663
66216
|
FAILED: "failed",
|
|
65664
66217
|
PENDING: "pending"
|
|
65665
66218
|
};
|
|
65666
|
-
var RuleAction = {
|
|
65667
|
-
allow: "allow",
|
|
65668
|
-
deny: "deny"
|
|
65669
|
-
};
|
|
65670
66219
|
var KeyPairFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
65671
66220
|
...obj,
|
|
65672
66221
|
...obj.KeyMaterial && { KeyMaterial: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -66380,6 +66929,10 @@ var CreateVerifiedAccessInstanceCommand = _CreateVerifiedAccessInstanceCommand;
|
|
|
66380
66929
|
|
|
66381
66930
|
// src/models/models_2.ts
|
|
66382
66931
|
|
|
66932
|
+
var RuleAction = {
|
|
66933
|
+
allow: "allow",
|
|
66934
|
+
deny: "deny"
|
|
66935
|
+
};
|
|
66383
66936
|
var NetworkInterfaceCreationType = {
|
|
66384
66937
|
branch: "branch",
|
|
66385
66938
|
efa: "efa",
|
|
@@ -67914,6 +68467,11 @@ var PeriodType = {
|
|
|
67914
68467
|
var StatisticType = {
|
|
67915
68468
|
p50: "p50"
|
|
67916
68469
|
};
|
|
68470
|
+
var CapacityBlockExtensionStatus = {
|
|
68471
|
+
PAYMENT_FAILED: "payment-failed",
|
|
68472
|
+
PAYMENT_PENDING: "payment-pending",
|
|
68473
|
+
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
68474
|
+
};
|
|
67917
68475
|
var CallerRole = {
|
|
67918
68476
|
odcr_owner: "odcr-owner",
|
|
67919
68477
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
@@ -67997,23 +68555,6 @@ var ProductCodeValues = {
|
|
|
67997
68555
|
devpay: "devpay",
|
|
67998
68556
|
marketplace: "marketplace"
|
|
67999
68557
|
};
|
|
68000
|
-
var FpgaImageStateCode = {
|
|
68001
|
-
available: "available",
|
|
68002
|
-
failed: "failed",
|
|
68003
|
-
pending: "pending",
|
|
68004
|
-
unavailable: "unavailable"
|
|
68005
|
-
};
|
|
68006
|
-
var PaymentOption = {
|
|
68007
|
-
ALL_UPFRONT: "AllUpfront",
|
|
68008
|
-
NO_UPFRONT: "NoUpfront",
|
|
68009
|
-
PARTIAL_UPFRONT: "PartialUpfront"
|
|
68010
|
-
};
|
|
68011
|
-
var ReservationState = {
|
|
68012
|
-
ACTIVE: "active",
|
|
68013
|
-
PAYMENT_FAILED: "payment-failed",
|
|
68014
|
-
PAYMENT_PENDING: "payment-pending",
|
|
68015
|
-
RETIRED: "retired"
|
|
68016
|
-
};
|
|
68017
68558
|
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68018
68559
|
...obj,
|
|
68019
68560
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -68441,6 +68982,34 @@ var _DescribeByoipCidrsCommand = class _DescribeByoipCidrsCommand extends import
|
|
|
68441
68982
|
__name(_DescribeByoipCidrsCommand, "DescribeByoipCidrsCommand");
|
|
68442
68983
|
var DescribeByoipCidrsCommand = _DescribeByoipCidrsCommand;
|
|
68443
68984
|
|
|
68985
|
+
// src/commands/DescribeCapacityBlockExtensionHistoryCommand.ts
|
|
68986
|
+
|
|
68987
|
+
|
|
68988
|
+
|
|
68989
|
+
var _DescribeCapacityBlockExtensionHistoryCommand = class _DescribeCapacityBlockExtensionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
68990
|
+
return [
|
|
68991
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
68992
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
68993
|
+
];
|
|
68994
|
+
}).s("AmazonEC2", "DescribeCapacityBlockExtensionHistory", {}).n("EC2Client", "DescribeCapacityBlockExtensionHistoryCommand").f(void 0, void 0).ser(se_DescribeCapacityBlockExtensionHistoryCommand).de(de_DescribeCapacityBlockExtensionHistoryCommand).build() {
|
|
68995
|
+
};
|
|
68996
|
+
__name(_DescribeCapacityBlockExtensionHistoryCommand, "DescribeCapacityBlockExtensionHistoryCommand");
|
|
68997
|
+
var DescribeCapacityBlockExtensionHistoryCommand = _DescribeCapacityBlockExtensionHistoryCommand;
|
|
68998
|
+
|
|
68999
|
+
// src/commands/DescribeCapacityBlockExtensionOfferingsCommand.ts
|
|
69000
|
+
|
|
69001
|
+
|
|
69002
|
+
|
|
69003
|
+
var _DescribeCapacityBlockExtensionOfferingsCommand = class _DescribeCapacityBlockExtensionOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
69004
|
+
return [
|
|
69005
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
69006
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
69007
|
+
];
|
|
69008
|
+
}).s("AmazonEC2", "DescribeCapacityBlockExtensionOfferings", {}).n("EC2Client", "DescribeCapacityBlockExtensionOfferingsCommand").f(void 0, void 0).ser(se_DescribeCapacityBlockExtensionOfferingsCommand).de(de_DescribeCapacityBlockExtensionOfferingsCommand).build() {
|
|
69009
|
+
};
|
|
69010
|
+
__name(_DescribeCapacityBlockExtensionOfferingsCommand, "DescribeCapacityBlockExtensionOfferingsCommand");
|
|
69011
|
+
var DescribeCapacityBlockExtensionOfferingsCommand = _DescribeCapacityBlockExtensionOfferingsCommand;
|
|
69012
|
+
|
|
68444
69013
|
// src/commands/DescribeCapacityBlockOfferingsCommand.ts
|
|
68445
69014
|
|
|
68446
69015
|
|
|
@@ -68938,6 +69507,23 @@ var DescribeImagesCommand = _DescribeImagesCommand;
|
|
|
68938
69507
|
|
|
68939
69508
|
// src/models/models_4.ts
|
|
68940
69509
|
|
|
69510
|
+
var FpgaImageStateCode = {
|
|
69511
|
+
available: "available",
|
|
69512
|
+
failed: "failed",
|
|
69513
|
+
pending: "pending",
|
|
69514
|
+
unavailable: "unavailable"
|
|
69515
|
+
};
|
|
69516
|
+
var PaymentOption = {
|
|
69517
|
+
ALL_UPFRONT: "AllUpfront",
|
|
69518
|
+
NO_UPFRONT: "NoUpfront",
|
|
69519
|
+
PARTIAL_UPFRONT: "PartialUpfront"
|
|
69520
|
+
};
|
|
69521
|
+
var ReservationState = {
|
|
69522
|
+
ACTIVE: "active",
|
|
69523
|
+
PAYMENT_FAILED: "payment-failed",
|
|
69524
|
+
PAYMENT_PENDING: "payment-pending",
|
|
69525
|
+
RETIRED: "retired"
|
|
69526
|
+
};
|
|
68941
69527
|
var ImageAttributeName = {
|
|
68942
69528
|
blockDeviceMapping: "blockDeviceMapping",
|
|
68943
69529
|
bootMode: "bootMode",
|
|
@@ -70300,10 +70886,6 @@ var TransitGatewayPropagationState = {
|
|
|
70300
70886
|
var ImageBlockPublicAccessEnabledState = {
|
|
70301
70887
|
block_new_sharing: "block-new-sharing"
|
|
70302
70888
|
};
|
|
70303
|
-
var ClientCertificateRevocationListStatusCode = {
|
|
70304
|
-
active: "active",
|
|
70305
|
-
pending: "pending"
|
|
70306
|
-
};
|
|
70307
70889
|
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70308
70890
|
...obj,
|
|
70309
70891
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -72072,6 +72654,10 @@ var GetInstanceMetadataDefaultsCommand = _GetInstanceMetadataDefaultsCommand;
|
|
|
72072
72654
|
|
|
72073
72655
|
// src/models/models_6.ts
|
|
72074
72656
|
|
|
72657
|
+
var ClientCertificateRevocationListStatusCode = {
|
|
72658
|
+
active: "active",
|
|
72659
|
+
pending: "pending"
|
|
72660
|
+
};
|
|
72075
72661
|
var UnlimitedSupportedInstanceFamily = {
|
|
72076
72662
|
t2: "t2",
|
|
72077
72663
|
t3: "t3",
|
|
@@ -72201,17 +72787,6 @@ var HostTenancy = {
|
|
|
72201
72787
|
var TargetStorageTier = {
|
|
72202
72788
|
archive: "archive"
|
|
72203
72789
|
};
|
|
72204
|
-
var TrafficMirrorFilterRuleField = {
|
|
72205
|
-
description: "description",
|
|
72206
|
-
destination_port_range: "destination-port-range",
|
|
72207
|
-
protocol: "protocol",
|
|
72208
|
-
source_port_range: "source-port-range"
|
|
72209
|
-
};
|
|
72210
|
-
var TrafficMirrorSessionField = {
|
|
72211
|
-
description: "description",
|
|
72212
|
-
packet_length: "packet-length",
|
|
72213
|
-
virtual_network_id: "virtual-network-id"
|
|
72214
|
-
};
|
|
72215
72790
|
var GetInstanceTpmEkPubResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72216
72791
|
...obj,
|
|
72217
72792
|
...obj.KeyValue && { KeyValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -73613,6 +74188,17 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = _ModifyVerifiedAcc
|
|
|
73613
74188
|
|
|
73614
74189
|
// src/models/models_7.ts
|
|
73615
74190
|
|
|
74191
|
+
var TrafficMirrorFilterRuleField = {
|
|
74192
|
+
description: "description",
|
|
74193
|
+
destination_port_range: "destination-port-range",
|
|
74194
|
+
protocol: "protocol",
|
|
74195
|
+
source_port_range: "source-port-range"
|
|
74196
|
+
};
|
|
74197
|
+
var TrafficMirrorSessionField = {
|
|
74198
|
+
description: "description",
|
|
74199
|
+
packet_length: "packet-length",
|
|
74200
|
+
virtual_network_id: "virtual-network-id"
|
|
74201
|
+
};
|
|
73616
74202
|
var VpcTenancy = {
|
|
73617
74203
|
default: "default"
|
|
73618
74204
|
};
|
|
@@ -74092,6 +74678,20 @@ var _PurchaseCapacityBlockCommand = class _PurchaseCapacityBlockCommand extends
|
|
|
74092
74678
|
__name(_PurchaseCapacityBlockCommand, "PurchaseCapacityBlockCommand");
|
|
74093
74679
|
var PurchaseCapacityBlockCommand = _PurchaseCapacityBlockCommand;
|
|
74094
74680
|
|
|
74681
|
+
// src/commands/PurchaseCapacityBlockExtensionCommand.ts
|
|
74682
|
+
|
|
74683
|
+
|
|
74684
|
+
|
|
74685
|
+
var _PurchaseCapacityBlockExtensionCommand = class _PurchaseCapacityBlockExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74686
|
+
return [
|
|
74687
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74688
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74689
|
+
];
|
|
74690
|
+
}).s("AmazonEC2", "PurchaseCapacityBlockExtension", {}).n("EC2Client", "PurchaseCapacityBlockExtensionCommand").f(void 0, void 0).ser(se_PurchaseCapacityBlockExtensionCommand).de(de_PurchaseCapacityBlockExtensionCommand).build() {
|
|
74691
|
+
};
|
|
74692
|
+
__name(_PurchaseCapacityBlockExtensionCommand, "PurchaseCapacityBlockExtensionCommand");
|
|
74693
|
+
var PurchaseCapacityBlockExtensionCommand = _PurchaseCapacityBlockExtensionCommand;
|
|
74694
|
+
|
|
74095
74695
|
// src/commands/PurchaseHostReservationCommand.ts
|
|
74096
74696
|
|
|
74097
74697
|
|
|
@@ -75212,6 +75812,8 @@ var commands = {
|
|
|
75212
75812
|
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
75213
75813
|
DescribeBundleTasksCommand,
|
|
75214
75814
|
DescribeByoipCidrsCommand,
|
|
75815
|
+
DescribeCapacityBlockExtensionHistoryCommand,
|
|
75816
|
+
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
75215
75817
|
DescribeCapacityBlockOfferingsCommand,
|
|
75216
75818
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
75217
75819
|
DescribeCapacityReservationFleetsCommand,
|
|
@@ -75556,6 +76158,7 @@ var commands = {
|
|
|
75556
76158
|
ProvisionIpamPoolCidrCommand,
|
|
75557
76159
|
ProvisionPublicIpv4PoolCidrCommand,
|
|
75558
76160
|
PurchaseCapacityBlockCommand,
|
|
76161
|
+
PurchaseCapacityBlockExtensionCommand,
|
|
75559
76162
|
PurchaseHostReservationCommand,
|
|
75560
76163
|
PurchaseReservedInstancesOfferingCommand,
|
|
75561
76164
|
PurchaseScheduledInstancesCommand,
|
|
@@ -75642,6 +76245,14 @@ var paginateDescribeAwsNetworkPerformanceMetricSubscriptions = (0, import_core.c
|
|
|
75642
76245
|
|
|
75643
76246
|
var paginateDescribeByoipCidrs = (0, import_core.createPaginator)(EC2Client, DescribeByoipCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
75644
76247
|
|
|
76248
|
+
// src/pagination/DescribeCapacityBlockExtensionHistoryPaginator.ts
|
|
76249
|
+
|
|
76250
|
+
var paginateDescribeCapacityBlockExtensionHistory = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockExtensionHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
76251
|
+
|
|
76252
|
+
// src/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.ts
|
|
76253
|
+
|
|
76254
|
+
var paginateDescribeCapacityBlockExtensionOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockExtensionOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
76255
|
+
|
|
75645
76256
|
// src/pagination/DescribeCapacityBlockOfferingsPaginator.ts
|
|
75646
76257
|
|
|
75647
76258
|
var paginateDescribeCapacityBlockOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -78322,6 +78933,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78322
78933
|
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
78323
78934
|
DescribeBundleTasksCommand,
|
|
78324
78935
|
DescribeByoipCidrsCommand,
|
|
78936
|
+
DescribeCapacityBlockExtensionHistoryCommand,
|
|
78937
|
+
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
78325
78938
|
DescribeCapacityBlockOfferingsCommand,
|
|
78326
78939
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
78327
78940
|
DescribeCapacityReservationFleetsCommand,
|
|
@@ -78666,6 +79279,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78666
79279
|
ProvisionIpamPoolCidrCommand,
|
|
78667
79280
|
ProvisionPublicIpv4PoolCidrCommand,
|
|
78668
79281
|
PurchaseCapacityBlockCommand,
|
|
79282
|
+
PurchaseCapacityBlockExtensionCommand,
|
|
78669
79283
|
PurchaseHostReservationCommand,
|
|
78670
79284
|
PurchaseReservedInstancesOfferingCommand,
|
|
78671
79285
|
PurchaseScheduledInstancesCommand,
|
|
@@ -78733,6 +79347,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78733
79347
|
paginateDescribeAddressesAttribute,
|
|
78734
79348
|
paginateDescribeAwsNetworkPerformanceMetricSubscriptions,
|
|
78735
79349
|
paginateDescribeByoipCidrs,
|
|
79350
|
+
paginateDescribeCapacityBlockExtensionHistory,
|
|
79351
|
+
paginateDescribeCapacityBlockExtensionOfferings,
|
|
78736
79352
|
paginateDescribeCapacityBlockOfferings,
|
|
78737
79353
|
paginateDescribeCapacityReservationBillingRequests,
|
|
78738
79354
|
paginateDescribeCapacityReservationFleets,
|
|
@@ -79006,12 +79622,11 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79006
79622
|
BatchState,
|
|
79007
79623
|
CancelBatchErrorCode,
|
|
79008
79624
|
CancelSpotInstanceRequestState,
|
|
79625
|
+
CapacityReservationDeliveryPreference,
|
|
79009
79626
|
EndDateType,
|
|
79010
79627
|
InstanceMatchCriteria,
|
|
79011
79628
|
CapacityReservationInstancePlatform,
|
|
79012
79629
|
CapacityReservationTenancy,
|
|
79013
|
-
CapacityReservationType,
|
|
79014
|
-
CapacityReservationState,
|
|
79015
79630
|
OidcOptionsFilterSensitiveLog,
|
|
79016
79631
|
VerifiedAccessTrustProviderFilterSensitiveLog,
|
|
79017
79632
|
AttachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
@@ -79022,6 +79637,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79022
79637
|
BundleInstanceResultFilterSensitiveLog,
|
|
79023
79638
|
CancelBundleTaskResultFilterSensitiveLog,
|
|
79024
79639
|
CopySnapshotRequestFilterSensitiveLog,
|
|
79640
|
+
CapacityReservationType,
|
|
79641
|
+
CapacityReservationState,
|
|
79025
79642
|
FleetInstanceMatchCriteria,
|
|
79026
79643
|
_InstanceType,
|
|
79027
79644
|
FleetCapacityReservationTenancy,
|
|
@@ -79095,7 +79712,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79095
79712
|
PrefixListState,
|
|
79096
79713
|
ConnectivityType,
|
|
79097
79714
|
NatGatewayState,
|
|
79098
|
-
RuleAction,
|
|
79099
79715
|
KeyPairFilterSensitiveLog,
|
|
79100
79716
|
RequestLaunchTemplateDataFilterSensitiveLog,
|
|
79101
79717
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
@@ -79103,6 +79719,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79103
79719
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
79104
79720
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
79105
79721
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
79722
|
+
RuleAction,
|
|
79106
79723
|
NetworkInterfaceCreationType,
|
|
79107
79724
|
NetworkInterfaceType,
|
|
79108
79725
|
NetworkInterfaceStatus,
|
|
@@ -79189,6 +79806,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79189
79806
|
MetricType,
|
|
79190
79807
|
PeriodType,
|
|
79191
79808
|
StatisticType,
|
|
79809
|
+
CapacityBlockExtensionStatus,
|
|
79192
79810
|
CallerRole,
|
|
79193
79811
|
CapacityReservationBillingRequestStatus,
|
|
79194
79812
|
ClientVpnConnectionStatusCode,
|
|
@@ -79206,9 +79824,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79206
79824
|
FpgaImageAttributeName,
|
|
79207
79825
|
PermissionGroup,
|
|
79208
79826
|
ProductCodeValues,
|
|
79209
|
-
FpgaImageStateCode,
|
|
79210
|
-
PaymentOption,
|
|
79211
|
-
ReservationState,
|
|
79212
79827
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
79213
79828
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
79214
79829
|
DiskImageDescriptionFilterSensitiveLog,
|
|
@@ -79217,6 +79832,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79217
79832
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
79218
79833
|
ConversionTaskFilterSensitiveLog,
|
|
79219
79834
|
DescribeConversionTasksResultFilterSensitiveLog,
|
|
79835
|
+
FpgaImageStateCode,
|
|
79836
|
+
PaymentOption,
|
|
79837
|
+
ReservationState,
|
|
79220
79838
|
ImageAttributeName,
|
|
79221
79839
|
ArchitectureValues,
|
|
79222
79840
|
BootModeValues,
|
|
@@ -79297,7 +79915,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79297
79915
|
SnapshotBlockPublicAccessState,
|
|
79298
79916
|
TransitGatewayPropagationState,
|
|
79299
79917
|
ImageBlockPublicAccessEnabledState,
|
|
79300
|
-
ClientCertificateRevocationListStatusCode,
|
|
79301
79918
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
79302
79919
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
79303
79920
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -79308,6 +79925,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79308
79925
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
79309
79926
|
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
79310
79927
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
79928
|
+
ClientCertificateRevocationListStatusCode,
|
|
79311
79929
|
UnlimitedSupportedInstanceFamily,
|
|
79312
79930
|
PartitionLoadFrequency,
|
|
79313
79931
|
EkPubKeyFormat,
|
|
@@ -79332,8 +79950,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79332
79950
|
DefaultInstanceMetadataTagsState,
|
|
79333
79951
|
HostTenancy,
|
|
79334
79952
|
TargetStorageTier,
|
|
79335
|
-
TrafficMirrorFilterRuleField,
|
|
79336
|
-
TrafficMirrorSessionField,
|
|
79337
79953
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
79338
79954
|
GetLaunchTemplateDataResultFilterSensitiveLog,
|
|
79339
79955
|
GetPasswordDataResultFilterSensitiveLog,
|
|
@@ -79352,6 +79968,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79352
79968
|
ImportSnapshotResultFilterSensitiveLog,
|
|
79353
79969
|
ImportVolumeRequestFilterSensitiveLog,
|
|
79354
79970
|
ImportVolumeResultFilterSensitiveLog,
|
|
79971
|
+
TrafficMirrorFilterRuleField,
|
|
79972
|
+
TrafficMirrorSessionField,
|
|
79355
79973
|
VpcTenancy,
|
|
79356
79974
|
Status,
|
|
79357
79975
|
VerificationMethod,
|