@aws-sdk/client-ec2 3.697.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 +562 -85
- 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 +17 -0
- package/dist-es/models/models_3.js +5 -11
- package/dist-es/models/models_4.js +11 -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 +446 -38
- 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/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -2
- 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 -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/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- 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/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 -2
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -3
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- 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 -2
- 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/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +236 -302
- package/dist-types/models/models_2.d.ts +187 -66
- package/dist-types/models/models_3.d.ts +1425 -1385
- package/dist-types/models/models_4.d.ts +4190 -4186
- package/dist-types/models/models_5.d.ts +388 -172
- package/dist-types/models/models_6.d.ts +319 -425
- package/dist-types/models/models_7.d.ts +408 -24
- 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 +4 -2
- 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 +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 +4 -2
- 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/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 +4 -2
- 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 +4 -2
- 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 +32 -32
- package/dist-types/ts3.4/models/models_2.d.ts +33 -17
- package/dist-types/ts3.4/models/models_3.d.ts +77 -76
- package/dist-types/ts3.4/models/models_4.d.ts +79 -82
- package/dist-types/ts3.4/models/models_5.d.ts +85 -46
- package/dist-types/ts3.4/models/models_6.d.ts +58 -103
- package/dist-types/ts3.4/models/models_7.d.ts +108 -1
- 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;
|
|
@@ -18177,6 +18275,15 @@ var se_CreateCapacityReservationRequest = /* @__PURE__ */ __name((input, context
|
|
|
18177
18275
|
if (input[_PGA] != null) {
|
|
18178
18276
|
entries[_PGA] = input[_PGA];
|
|
18179
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
|
+
}
|
|
18180
18287
|
return entries;
|
|
18181
18288
|
}, "se_CreateCapacityReservationRequest");
|
|
18182
18289
|
var se_CreateCarrierGatewayRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -19297,8 +19404,8 @@ var se_CreateNetworkInsightsPathRequest = /* @__PURE__ */ __name((input, context
|
|
|
19297
19404
|
if (input[_P] != null) {
|
|
19298
19405
|
entries[_P] = input[_P];
|
|
19299
19406
|
}
|
|
19300
|
-
if (input[
|
|
19301
|
-
entries[
|
|
19407
|
+
if (input[_DPe] != null) {
|
|
19408
|
+
entries[_DPe] = input[_DPe];
|
|
19302
19409
|
}
|
|
19303
19410
|
if (input[_TS] != null) {
|
|
19304
19411
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
@@ -22250,6 +22357,52 @@ var se_DescribeByoipCidrsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22250
22357
|
}
|
|
22251
22358
|
return entries;
|
|
22252
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");
|
|
22253
22406
|
var se_DescribeCapacityBlockOfferingsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22254
22407
|
const entries = {};
|
|
22255
22408
|
if (input[_DRr] != null) {
|
|
@@ -28560,8 +28713,8 @@ var se_ImportImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
28560
28713
|
if (input[_Arc] != null) {
|
|
28561
28714
|
entries[_Arc] = input[_Arc];
|
|
28562
28715
|
}
|
|
28563
|
-
if (input[
|
|
28564
|
-
const memberEntries = se_ClientData(input[
|
|
28716
|
+
if (input[_CDl] != null) {
|
|
28717
|
+
const memberEntries = se_ClientData(input[_CDl], context);
|
|
28565
28718
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28566
28719
|
const loc = `ClientData.${key}`;
|
|
28567
28720
|
entries[loc] = value;
|
|
@@ -28725,8 +28878,8 @@ var se_ImportKeyPairRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
28725
28878
|
}, "se_ImportKeyPairRequest");
|
|
28726
28879
|
var se_ImportSnapshotRequest = /* @__PURE__ */ __name((input, context) => {
|
|
28727
28880
|
const entries = {};
|
|
28728
|
-
if (input[
|
|
28729
|
-
const memberEntries = se_ClientData(input[
|
|
28881
|
+
if (input[_CDl] != null) {
|
|
28882
|
+
const memberEntries = se_ClientData(input[_CDl], context);
|
|
28730
28883
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28731
28884
|
const loc = `ClientData.${key}`;
|
|
28732
28885
|
entries[loc] = value;
|
|
@@ -30389,8 +30542,8 @@ var se_LaunchTemplatePlacementRequest = /* @__PURE__ */ __name((input, context)
|
|
|
30389
30542
|
if (input[_Te] != null) {
|
|
30390
30543
|
entries[_Te] = input[_Te];
|
|
30391
30544
|
}
|
|
30392
|
-
if (input[
|
|
30393
|
-
entries[
|
|
30545
|
+
if (input[_SDp] != null) {
|
|
30546
|
+
entries[_SDp] = input[_SDp];
|
|
30394
30547
|
}
|
|
30395
30548
|
if (input[_HRGA] != null) {
|
|
30396
30549
|
entries[_HRGA] = input[_HRGA];
|
|
@@ -31525,6 +31678,20 @@ var se_ModifyIpamResourceDiscoveryRequest = /* @__PURE__ */ __name((input, conte
|
|
|
31525
31678
|
entries[loc] = value;
|
|
31526
31679
|
});
|
|
31527
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
|
+
}
|
|
31528
31695
|
return entries;
|
|
31529
31696
|
}, "se_ModifyIpamResourceDiscoveryRequest");
|
|
31530
31697
|
var se_ModifyIpamScopeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -33221,8 +33388,8 @@ var se_PacketHeaderStatementRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
33221
33388
|
entries[loc] = value;
|
|
33222
33389
|
});
|
|
33223
33390
|
}
|
|
33224
|
-
if (input[
|
|
33225
|
-
const memberEntries = se_ValueStringList(input[
|
|
33391
|
+
if (input[_DPes] != null) {
|
|
33392
|
+
const memberEntries = se_ValueStringList(input[_DPes], context);
|
|
33226
33393
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33227
33394
|
const loc = `DestinationPort.${key.substring(key.indexOf(".") + 1)}`;
|
|
33228
33395
|
entries[loc] = value;
|
|
@@ -33499,8 +33666,8 @@ var se_Placement = /* @__PURE__ */ __name((input, context) => {
|
|
|
33499
33666
|
if (input[_Te] != null) {
|
|
33500
33667
|
entries[_Te] = input[_Te];
|
|
33501
33668
|
}
|
|
33502
|
-
if (input[
|
|
33503
|
-
entries[
|
|
33669
|
+
if (input[_SDp] != null) {
|
|
33670
|
+
entries[_SDp] = input[_SDp];
|
|
33504
33671
|
}
|
|
33505
33672
|
if (input[_HRGA] != null) {
|
|
33506
33673
|
entries[_HRGA] = input[_HRGA];
|
|
@@ -33847,6 +34014,19 @@ var se_PublicIpv4PoolIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
|
33847
34014
|
}
|
|
33848
34015
|
return entries;
|
|
33849
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");
|
|
33850
34030
|
var se_PurchaseCapacityBlockRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33851
34031
|
const entries = {};
|
|
33852
34032
|
if (input[_DRr] != null) {
|
|
@@ -34295,6 +34475,28 @@ var se_RemoveIpamOperatingRegionSet = /* @__PURE__ */ __name((input, context) =>
|
|
|
34295
34475
|
}
|
|
34296
34476
|
return entries;
|
|
34297
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");
|
|
34298
34500
|
var se_RemovePrefixListEntries = /* @__PURE__ */ __name((input, context) => {
|
|
34299
34501
|
const entries = {};
|
|
34300
34502
|
let counter = 1;
|
|
@@ -39429,6 +39631,99 @@ var de_CapacityAllocations = /* @__PURE__ */ __name((output, context) => {
|
|
|
39429
39631
|
return de_CapacityAllocation(entry, context);
|
|
39430
39632
|
});
|
|
39431
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");
|
|
39432
39727
|
var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
39433
39728
|
const contents = {};
|
|
39434
39729
|
if (output[_cBOI] != null) {
|
|
@@ -39444,7 +39739,7 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
39444
39739
|
contents[_IC] = (0, import_smithy_client.strictParseInt32)(output[_iC]);
|
|
39445
39740
|
}
|
|
39446
39741
|
if (output[_sD] != null) {
|
|
39447
|
-
contents[
|
|
39742
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
39448
39743
|
}
|
|
39449
39744
|
if (output[_eD] != null) {
|
|
39450
39745
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -39461,6 +39756,9 @@ var de_CapacityBlockOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
39461
39756
|
if (output[_t] != null) {
|
|
39462
39757
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
39463
39758
|
}
|
|
39759
|
+
if (output[_cBDM] != null) {
|
|
39760
|
+
contents[_CBDM] = (0, import_smithy_client.strictParseInt32)(output[_cBDM]);
|
|
39761
|
+
}
|
|
39464
39762
|
return contents;
|
|
39465
39763
|
}, "de_CapacityBlockOffering");
|
|
39466
39764
|
var de_CapacityBlockOfferingSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -39510,7 +39808,7 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39510
39808
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
39511
39809
|
}
|
|
39512
39810
|
if (output[_sD] != null) {
|
|
39513
|
-
contents[
|
|
39811
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
39514
39812
|
}
|
|
39515
39813
|
if (output[_eD] != null) {
|
|
39516
39814
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -39549,6 +39847,12 @@ var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39549
39847
|
if (output[_uRBOI] != null) {
|
|
39550
39848
|
contents[_URBOI] = (0, import_smithy_client.expectString)(output[_uRBOI]);
|
|
39551
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
|
+
}
|
|
39552
39856
|
return contents;
|
|
39553
39857
|
}, "de_CapacityReservation");
|
|
39554
39858
|
var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -39581,6 +39885,16 @@ var de_CapacityReservationBillingRequestSet = /* @__PURE__ */ __name((output, co
|
|
|
39581
39885
|
return de_CapacityReservationBillingRequest(entry, context);
|
|
39582
39886
|
});
|
|
39583
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");
|
|
39584
39898
|
var de_CapacityReservationFleet = /* @__PURE__ */ __name((output, context) => {
|
|
39585
39899
|
const contents = {};
|
|
39586
39900
|
if (output[_cRFI] != null) {
|
|
@@ -41866,6 +42180,30 @@ var de_DescribeByoipCidrsResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
41866
42180
|
}
|
|
41867
42181
|
return contents;
|
|
41868
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");
|
|
41869
42207
|
var de_DescribeCapacityBlockOfferingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
41870
42208
|
const contents = {};
|
|
41871
42209
|
if (output.capacityBlockOfferingSet === "") {
|
|
@@ -45271,9 +45609,9 @@ var de_FirewallStatefulRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
45271
45609
|
contents[_SPo] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
45272
45610
|
}
|
|
45273
45611
|
if (output.destinationPortSet === "") {
|
|
45274
|
-
contents[
|
|
45612
|
+
contents[_DPes] = [];
|
|
45275
45613
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
45276
|
-
contents[
|
|
45614
|
+
contents[_DPes] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
45277
45615
|
}
|
|
45278
45616
|
if (output[_pr] != null) {
|
|
45279
45617
|
contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
|
|
@@ -45307,9 +45645,9 @@ var de_FirewallStatelessRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
45307
45645
|
contents[_SPo] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
45308
45646
|
}
|
|
45309
45647
|
if (output.destinationPortSet === "") {
|
|
45310
|
-
contents[
|
|
45648
|
+
contents[_DPes] = [];
|
|
45311
45649
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
45312
|
-
contents[
|
|
45650
|
+
contents[_DPes] = de_PortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
45313
45651
|
}
|
|
45314
45652
|
if (output.protocolSet === "") {
|
|
45315
45653
|
contents[_Pro] = [];
|
|
@@ -46779,8 +47117,8 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
|
46779
47117
|
if (output[_sII] != null) {
|
|
46780
47118
|
contents[_SIIo] = (0, import_smithy_client.expectString)(output[_sII]);
|
|
46781
47119
|
}
|
|
46782
|
-
if (output[
|
|
46783
|
-
contents[_DPer] = (0, import_smithy_client.expectString)(output[
|
|
47120
|
+
if (output[_dPe] != null) {
|
|
47121
|
+
contents[_DPer] = (0, import_smithy_client.expectString)(output[_dPe]);
|
|
46784
47122
|
}
|
|
46785
47123
|
if (output[_lLT] != null) {
|
|
46786
47124
|
contents[_LLT] = (0, import_smithy_client.expectString)(output[_lLT]);
|
|
@@ -46860,8 +47198,8 @@ var de_ImageAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
46860
47198
|
if (output[_iSmd] != null) {
|
|
46861
47199
|
contents[_ISm] = de_AttributeValue(output[_iSmd], context);
|
|
46862
47200
|
}
|
|
46863
|
-
if (output[
|
|
46864
|
-
contents[_DPer] = de_AttributeValue(output[
|
|
47201
|
+
if (output[_dPe] != null) {
|
|
47202
|
+
contents[_DPer] = de_AttributeValue(output[_dPe], context);
|
|
46865
47203
|
}
|
|
46866
47204
|
if (output[_iIma] != null) {
|
|
46867
47205
|
contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
|
|
@@ -48706,6 +49044,9 @@ var de_IpamDiscoveredAccount = /* @__PURE__ */ __name((output, context) => {
|
|
|
48706
49044
|
if (output[_lSDT] != null) {
|
|
48707
49045
|
contents[_LSDT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_lSDT]));
|
|
48708
49046
|
}
|
|
49047
|
+
if (output[_oUI] != null) {
|
|
49048
|
+
contents[_OUI] = (0, import_smithy_client.expectString)(output[_oUI]);
|
|
49049
|
+
}
|
|
48709
49050
|
return contents;
|
|
48710
49051
|
}, "de_IpamDiscoveredAccount");
|
|
48711
49052
|
var de_IpamDiscoveredAccountSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -48900,6 +49241,18 @@ var de_IpamOperatingRegionSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
48900
49241
|
return de_IpamOperatingRegion(entry, context);
|
|
48901
49242
|
});
|
|
48902
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");
|
|
48903
49256
|
var de_IpamPool = /* @__PURE__ */ __name((output, context) => {
|
|
48904
49257
|
const contents = {};
|
|
48905
49258
|
if (output[_oI] != null) {
|
|
@@ -49196,6 +49549,11 @@ var de_IpamResourceDiscovery = /* @__PURE__ */ __name((output, context) => {
|
|
|
49196
49549
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
49197
49550
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
49198
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
|
+
}
|
|
49199
49557
|
return contents;
|
|
49200
49558
|
}, "de_IpamResourceDiscovery");
|
|
49201
49559
|
var de_IpamResourceDiscoveryAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -50031,7 +50389,7 @@ var de_LaunchTemplatePlacement = /* @__PURE__ */ __name((output, context) => {
|
|
|
50031
50389
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
50032
50390
|
}
|
|
50033
50391
|
if (output[_sDp] != null) {
|
|
50034
|
-
contents[
|
|
50392
|
+
contents[_SDp] = (0, import_smithy_client.expectString)(output[_sDp]);
|
|
50035
50393
|
}
|
|
50036
50394
|
if (output[_hRGA] != null) {
|
|
50037
50395
|
contents[_HRGA] = (0, import_smithy_client.expectString)(output[_hRGA]);
|
|
@@ -50664,7 +51022,7 @@ var de_MemoryMiB = /* @__PURE__ */ __name((output, context) => {
|
|
|
50664
51022
|
var de_MetricPoint = /* @__PURE__ */ __name((output, context) => {
|
|
50665
51023
|
const contents = {};
|
|
50666
51024
|
if (output[_sD] != null) {
|
|
50667
|
-
contents[
|
|
51025
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
50668
51026
|
}
|
|
50669
51027
|
if (output[_eD] != null) {
|
|
50670
51028
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -51498,7 +51856,7 @@ var de_NetworkInsightsAccessScopeAnalysis = /* @__PURE__ */ __name((output, cont
|
|
|
51498
51856
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
51499
51857
|
}
|
|
51500
51858
|
if (output[_sD] != null) {
|
|
51501
|
-
contents[
|
|
51859
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
51502
51860
|
}
|
|
51503
51861
|
if (output[_eD] != null) {
|
|
51504
51862
|
contents[_ED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eD]));
|
|
@@ -51565,7 +51923,7 @@ var de_NetworkInsightsAnalysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
51565
51923
|
contents[_FIA] = de_ArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_fIAS][_i]), context);
|
|
51566
51924
|
}
|
|
51567
51925
|
if (output[_sD] != null) {
|
|
51568
|
-
contents[
|
|
51926
|
+
contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
|
|
51569
51927
|
}
|
|
51570
51928
|
if (output[_sta] != null) {
|
|
51571
51929
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
@@ -51648,8 +52006,8 @@ var de_NetworkInsightsPath = /* @__PURE__ */ __name((output, context) => {
|
|
|
51648
52006
|
if (output[_pr] != null) {
|
|
51649
52007
|
contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
|
|
51650
52008
|
}
|
|
51651
|
-
if (output[
|
|
51652
|
-
contents[
|
|
52009
|
+
if (output[_dPes] != null) {
|
|
52010
|
+
contents[_DPe] = (0, import_smithy_client.strictParseInt32)(output[_dPes]);
|
|
51653
52011
|
}
|
|
51654
52012
|
if (output.tagSet === "") {
|
|
51655
52013
|
contents[_Ta] = [];
|
|
@@ -52067,9 +52425,9 @@ var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
|
|
|
52067
52425
|
contents[_SPo] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_sPS][_i]), context);
|
|
52068
52426
|
}
|
|
52069
52427
|
if (output.destinationPortSet === "") {
|
|
52070
|
-
contents[
|
|
52428
|
+
contents[_DPes] = [];
|
|
52071
52429
|
} else if (output[_dPS] != null && output[_dPS][_i] != null) {
|
|
52072
|
-
contents[
|
|
52430
|
+
contents[_DPes] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_dPS][_i]), context);
|
|
52073
52431
|
}
|
|
52074
52432
|
if (output.sourcePrefixListSet === "") {
|
|
52075
52433
|
contents[_SPL] = [];
|
|
@@ -52344,7 +52702,7 @@ var de_Placement = /* @__PURE__ */ __name((output, context) => {
|
|
|
52344
52702
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
52345
52703
|
}
|
|
52346
52704
|
if (output[_sDp] != null) {
|
|
52347
|
-
contents[
|
|
52705
|
+
contents[_SDp] = (0, import_smithy_client.expectString)(output[_sDp]);
|
|
52348
52706
|
}
|
|
52349
52707
|
if (output[_hRGA] != null) {
|
|
52350
52708
|
contents[_HRGA] = (0, import_smithy_client.expectString)(output[_hRGA]);
|
|
@@ -52837,6 +53195,15 @@ var de_Purchase = /* @__PURE__ */ __name((output, context) => {
|
|
|
52837
53195
|
}
|
|
52838
53196
|
return contents;
|
|
52839
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");
|
|
52840
53207
|
var de_PurchaseCapacityBlockResult = /* @__PURE__ */ __name((output, context) => {
|
|
52841
53208
|
const contents = {};
|
|
52842
53209
|
if (output[_cR] != null) {
|
|
@@ -58609,6 +58976,7 @@ var _ANt = "AttributeName";
|
|
|
58609
58976
|
var _AO = "AuthenticationOptions";
|
|
58610
58977
|
var _AOI = "AddressOwnerId";
|
|
58611
58978
|
var _AOR = "AddOperatingRegions";
|
|
58979
|
+
var _AOUE = "AddOrganizationalUnitExclusions";
|
|
58612
58980
|
var _AP = "AutoPlacement";
|
|
58613
58981
|
var _APCO = "AccepterPeeringConnectionOptions";
|
|
58614
58982
|
var _APH = "AlternatePathHints";
|
|
@@ -58768,6 +59136,15 @@ var _CB = "CidrBlock";
|
|
|
58768
59136
|
var _CBA = "CidrBlockAssociation";
|
|
58769
59137
|
var _CBAS = "CidrBlockAssociationSet";
|
|
58770
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";
|
|
58771
59148
|
var _CBO = "CapacityBlockOfferings";
|
|
58772
59149
|
var _CBOI = "CapacityBlockOfferingId";
|
|
58773
59150
|
var _CBS = "CidrBlockState";
|
|
@@ -58794,17 +59171,19 @@ var _CCl = "ClientConfiguration";
|
|
|
58794
59171
|
var _CCo = "CoipCidr";
|
|
58795
59172
|
var _CCp = "CpuCredits";
|
|
58796
59173
|
var _CCu = "CurrencyCode";
|
|
58797
|
-
var _CD = "
|
|
59174
|
+
var _CD = "CommitmentDuration";
|
|
58798
59175
|
var _CDH = "CapacityDurationHours";
|
|
58799
59176
|
var _CDO = "CreateDhcpOptions";
|
|
58800
59177
|
var _CDS = "CreateDefaultSubnet";
|
|
58801
59178
|
var _CDSDA = "ConfigDeliveryS3DestinationArn";
|
|
58802
59179
|
var _CDSu = "CustomDnsServers";
|
|
58803
59180
|
var _CDV = "CreateDefaultVpc";
|
|
59181
|
+
var _CDl = "ClientData";
|
|
58804
59182
|
var _CDr = "CreateDate";
|
|
58805
59183
|
var _CDre = "CreationDate";
|
|
58806
59184
|
var _CDrea = "CreatedDate";
|
|
58807
59185
|
var _CE = "CronExpression";
|
|
59186
|
+
var _CED = "CommitmentEndDate";
|
|
58808
59187
|
var _CEOIG = "CreateEgressOnlyInternetGateway";
|
|
58809
59188
|
var _CET = "CancelExportTask";
|
|
58810
59189
|
var _CETo = "ConnectionEstablishedTime";
|
|
@@ -58828,6 +59207,7 @@ var _CGur = "CurrentGeneration";
|
|
|
58828
59207
|
var _CGus = "CustomerGateways";
|
|
58829
59208
|
var _CI = "CopyImage";
|
|
58830
59209
|
var _CIBM = "CurrentInstanceBootMode";
|
|
59210
|
+
var _CIC = "CommittedInstanceCount";
|
|
58831
59211
|
var _CICE = "CreateInstanceConnectEndpoint";
|
|
58832
59212
|
var _CIERVT = "CreateIpamExternalResourceVerificationToken";
|
|
58833
59213
|
var _CIET = "CreateInstanceExportTask";
|
|
@@ -58848,6 +59228,7 @@ var _CIl = "ClientId";
|
|
|
58848
59228
|
var _CIli = "ClientIp";
|
|
58849
59229
|
var _CIo = "ConnectionId";
|
|
58850
59230
|
var _CIom = "ComponentId";
|
|
59231
|
+
var _CIomm = "CommitmentInfo";
|
|
58851
59232
|
var _CIop = "CoIp";
|
|
58852
59233
|
var _CIor = "CoreInfo";
|
|
58853
59234
|
var _CIr = "CreateImage";
|
|
@@ -59043,6 +59424,8 @@ var _DC = "DisallowedCidrs";
|
|
|
59043
59424
|
var _DCA = "DomainCertificateArn";
|
|
59044
59425
|
var _DCAR = "DeliverCrossAccountRole";
|
|
59045
59426
|
var _DCB = "DestinationCidrBlock";
|
|
59427
|
+
var _DCBEH = "DescribeCapacityBlockExtensionHistory";
|
|
59428
|
+
var _DCBEO = "DescribeCapacityBlockExtensionOfferings";
|
|
59046
59429
|
var _DCBO = "DescribeCapacityBlockOfferings";
|
|
59047
59430
|
var _DCC = "DeleteCoipCidr";
|
|
59048
59431
|
var _DCG = "DeleteCarrierGateway";
|
|
@@ -59221,7 +59604,7 @@ var _DOT = "DeleteOnTermination";
|
|
|
59221
59604
|
var _DOe = "DeviceOptions";
|
|
59222
59605
|
var _DOh = "DhcpOptions";
|
|
59223
59606
|
var _DOn = "DnsOptions";
|
|
59224
|
-
var _DP = "
|
|
59607
|
+
var _DP = "DeliveryPreference";
|
|
59225
59608
|
var _DPDTA = "DPDTimeoutAction";
|
|
59226
59609
|
var _DPDTS = "DPDTimeoutSeconds";
|
|
59227
59610
|
var _DPG = "DeletePlacementGroup";
|
|
@@ -59236,8 +59619,9 @@ var _DPLe = "DestinationPrefixLists";
|
|
|
59236
59619
|
var _DPR = "DestinationPortRange";
|
|
59237
59620
|
var _DPRT = "DefaultPropagationRouteTable";
|
|
59238
59621
|
var _DPRe = "DestinationPortRanges";
|
|
59239
|
-
var _DPe = "
|
|
59622
|
+
var _DPe = "DestinationPort";
|
|
59240
59623
|
var _DPer = "DeregistrationProtection";
|
|
59624
|
+
var _DPes = "DestinationPorts";
|
|
59241
59625
|
var _DQ = "DataQueries";
|
|
59242
59626
|
var _DQRI = "DeleteQueuedReservedInstances";
|
|
59243
59627
|
var _DR = "DeleteRoute";
|
|
@@ -60255,6 +60639,7 @@ var _ODMTP = "OnDemandMaxTotalPrice";
|
|
|
60255
60639
|
var _ODO = "OnDemandOptions";
|
|
60256
60640
|
var _ODS = "OccurrenceDaySet";
|
|
60257
60641
|
var _ODTC = "OnDemandTargetCapacity";
|
|
60642
|
+
var _OEP = "OrganizationsEntityPath";
|
|
60258
60643
|
var _OH = "OutboundHeader";
|
|
60259
60644
|
var _OI = "OfferingId";
|
|
60260
60645
|
var _OIA = "OutsideIpAddress";
|
|
@@ -60280,6 +60665,8 @@ var _OTr = "OriginalThroughput";
|
|
|
60280
60665
|
var _OU = "OccurrenceUnit";
|
|
60281
60666
|
var _OUA = "OrganizationalUnitArn";
|
|
60282
60667
|
var _OUAr = "OrganizationalUnitArns";
|
|
60668
|
+
var _OUE = "OrganizationalUnitExclusions";
|
|
60669
|
+
var _OUI = "OrganizationalUnitId";
|
|
60283
60670
|
var _OVT = "OriginalVolumeType";
|
|
60284
60671
|
var _Op = "Options";
|
|
60285
60672
|
var _Or = "Origin";
|
|
@@ -60303,6 +60690,7 @@ var _PBC = "ProvisionByoipCidr";
|
|
|
60303
60690
|
var _PBIG = "PeakBandwidthInGbps";
|
|
60304
60691
|
var _PC = "ProductCode";
|
|
60305
60692
|
var _PCB = "PurchaseCapacityBlock";
|
|
60693
|
+
var _PCBE = "PurchaseCapacityBlockExtension";
|
|
60306
60694
|
var _PCBo = "PoolCidrBlocks";
|
|
60307
60695
|
var _PCI = "PreserveClientIp";
|
|
60308
60696
|
var _PCIr = "ProductCodeId";
|
|
@@ -60546,6 +60934,7 @@ var _RO = "ResourceOwner";
|
|
|
60546
60934
|
var _ROI = "ResourceOwnerId";
|
|
60547
60935
|
var _ROR = "RemoveOperatingRegions";
|
|
60548
60936
|
var _ROS = "ResourceOverlapStatus";
|
|
60937
|
+
var _ROUE = "RemoveOrganizationalUnitExclusions";
|
|
60549
60938
|
var _ROo = "RouteOrigin";
|
|
60550
60939
|
var _ROu = "RuleOptions";
|
|
60551
60940
|
var _RP = "ResetPolicy";
|
|
@@ -60648,7 +61037,7 @@ var _SCc = "ScopeCount";
|
|
|
60648
61037
|
var _SCe = "ServiceConfiguration";
|
|
60649
61038
|
var _SCer = "ServiceConfigurations";
|
|
60650
61039
|
var _SCn = "SnapshotConfiguration";
|
|
60651
|
-
var _SD = "
|
|
61040
|
+
var _SD = "StartDate";
|
|
60652
61041
|
var _SDC = "SourceDestCheck";
|
|
60653
61042
|
var _SDI = "SendDiagnosticInterrupt";
|
|
60654
61043
|
var _SDIH = "SlotDurationInHours";
|
|
@@ -60658,7 +61047,7 @@ var _SDS = "SpotDatafeedSubscription";
|
|
|
60658
61047
|
var _SDV = "SetDefaultVersion";
|
|
60659
61048
|
var _SDe = "ServiceDetails";
|
|
60660
61049
|
var _SDn = "SnapshotDetails";
|
|
60661
|
-
var
|
|
61050
|
+
var _SDp = "SpreadDomain";
|
|
60662
61051
|
var _SEL = "S3ExportLocation";
|
|
60663
61052
|
var _SET = "SampledEndTime";
|
|
60664
61053
|
var _SF = "SupportedFeatures";
|
|
@@ -61298,6 +61687,15 @@ var _cB = "cidrBlock";
|
|
|
61298
61687
|
var _cBA = "cidrBlockAssociation";
|
|
61299
61688
|
var _cBAS = "cidrBlockAssociationSet";
|
|
61300
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";
|
|
61301
61699
|
var _cBOI = "capacityBlockOfferingId";
|
|
61302
61700
|
var _cBOS = "capacityBlockOfferingSet";
|
|
61303
61701
|
var _cBS = "cidrBlockState";
|
|
@@ -61315,6 +61713,7 @@ var _cD = "createDate";
|
|
|
61315
61713
|
var _cDr = "creationDate";
|
|
61316
61714
|
var _cDre = "createdDate";
|
|
61317
61715
|
var _cE = "connectionEvents";
|
|
61716
|
+
var _cED = "commitmentEndDate";
|
|
61318
61717
|
var _cET = "connectionEstablishedTime";
|
|
61319
61718
|
var _cETo = "connectionEndTime";
|
|
61320
61719
|
var _cEr = "cronExpression";
|
|
@@ -61330,12 +61729,14 @@ var _cGu = "customerGateway";
|
|
|
61330
61729
|
var _cGur = "currentGeneration";
|
|
61331
61730
|
var _cI = "carrierIp";
|
|
61332
61731
|
var _cIBM = "currentInstanceBootMode";
|
|
61732
|
+
var _cIC = "committedInstanceCount";
|
|
61333
61733
|
var _cIi = "cidrIp";
|
|
61334
61734
|
var _cIid = "cidrIpv6";
|
|
61335
61735
|
var _cIidr = "cidrIpv4";
|
|
61336
61736
|
var _cIl = "clientIp";
|
|
61337
61737
|
var _cIli = "clientId";
|
|
61338
61738
|
var _cIo = "componentId";
|
|
61739
|
+
var _cIom = "commitmentInfo";
|
|
61339
61740
|
var _cIon = "connectionId";
|
|
61340
61741
|
var _cIop = "coIp";
|
|
61341
61742
|
var _cIor = "coreInfo";
|
|
@@ -61466,14 +61867,15 @@ var _dOT = "deleteOnTermination";
|
|
|
61466
61867
|
var _dOe = "destinationOptions";
|
|
61467
61868
|
var _dOev = "deviceOptions";
|
|
61468
61869
|
var _dOn = "dnsOptions";
|
|
61469
|
-
var _dP = "
|
|
61870
|
+
var _dP = "deliveryPreference";
|
|
61470
61871
|
var _dPLI = "destinationPrefixListId";
|
|
61471
61872
|
var _dPLS = "destinationPrefixListSet";
|
|
61472
61873
|
var _dPR = "destinationPortRange";
|
|
61473
61874
|
var _dPRS = "destinationPortRangeSet";
|
|
61474
61875
|
var _dPRT = "defaultPropagationRouteTable";
|
|
61475
61876
|
var _dPS = "destinationPortSet";
|
|
61476
|
-
var _dPe = "
|
|
61877
|
+
var _dPe = "deregistrationProtection";
|
|
61878
|
+
var _dPes = "destinationPort";
|
|
61477
61879
|
var _dR = "discoveryRegion";
|
|
61478
61880
|
var _dRDAI = "defaultResourceDiscoveryAssociationId";
|
|
61479
61881
|
var _dRDI = "defaultResourceDiscoveryId";
|
|
@@ -62124,6 +62526,7 @@ var _oDMTP = "onDemandMaxTotalPrice";
|
|
|
62124
62526
|
var _oDO = "onDemandOptions";
|
|
62125
62527
|
var _oDS = "occurrenceDaySet";
|
|
62126
62528
|
var _oDTC = "onDemandTargetCapacity";
|
|
62529
|
+
var _oEP = "organizationsEntityPath";
|
|
62127
62530
|
var _oH = "outboundHeader";
|
|
62128
62531
|
var _oI = "ownerId";
|
|
62129
62532
|
var _oIA = "outsideIpAddress";
|
|
@@ -62146,6 +62549,8 @@ var _oTf = "offeringType";
|
|
|
62146
62549
|
var _oTr = "originalThroughput";
|
|
62147
62550
|
var _oU = "occurrenceUnit";
|
|
62148
62551
|
var _oUA = "organizationalUnitArn";
|
|
62552
|
+
var _oUES = "organizationalUnitExclusionSet";
|
|
62553
|
+
var _oUI = "organizationalUnitId";
|
|
62149
62554
|
var _oVT = "originalVolumeType";
|
|
62150
62555
|
var _op = "operator";
|
|
62151
62556
|
var _opt = "options";
|
|
@@ -63803,6 +64208,10 @@ var CancelSpotInstanceRequestState = {
|
|
|
63803
64208
|
completed: "completed",
|
|
63804
64209
|
open: "open"
|
|
63805
64210
|
};
|
|
64211
|
+
var CapacityReservationDeliveryPreference = {
|
|
64212
|
+
FIXED: "fixed",
|
|
64213
|
+
INCREMENTAL: "incremental"
|
|
64214
|
+
};
|
|
63806
64215
|
var EndDateType = {
|
|
63807
64216
|
limited: "limited",
|
|
63808
64217
|
unlimited: "unlimited"
|
|
@@ -63835,20 +64244,6 @@ var CapacityReservationTenancy = {
|
|
|
63835
64244
|
dedicated: "dedicated",
|
|
63836
64245
|
default: "default"
|
|
63837
64246
|
};
|
|
63838
|
-
var CapacityReservationType = {
|
|
63839
|
-
CAPACITY_BLOCK: "capacity-block",
|
|
63840
|
-
DEFAULT: "default"
|
|
63841
|
-
};
|
|
63842
|
-
var CapacityReservationState = {
|
|
63843
|
-
active: "active",
|
|
63844
|
-
cancelled: "cancelled",
|
|
63845
|
-
expired: "expired",
|
|
63846
|
-
failed: "failed",
|
|
63847
|
-
payment_failed: "payment-failed",
|
|
63848
|
-
payment_pending: "payment-pending",
|
|
63849
|
-
pending: "pending",
|
|
63850
|
-
scheduled: "scheduled"
|
|
63851
|
-
};
|
|
63852
64247
|
var OidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
63853
64248
|
...obj,
|
|
63854
64249
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -64556,6 +64951,23 @@ var CreateIpamScopeCommand = _CreateIpamScopeCommand;
|
|
|
64556
64951
|
|
|
64557
64952
|
// src/models/models_1.ts
|
|
64558
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
|
+
};
|
|
64559
64971
|
var FleetInstanceMatchCriteria = {
|
|
64560
64972
|
open: "open"
|
|
64561
64973
|
};
|
|
@@ -68055,6 +68467,11 @@ var PeriodType = {
|
|
|
68055
68467
|
var StatisticType = {
|
|
68056
68468
|
p50: "p50"
|
|
68057
68469
|
};
|
|
68470
|
+
var CapacityBlockExtensionStatus = {
|
|
68471
|
+
PAYMENT_FAILED: "payment-failed",
|
|
68472
|
+
PAYMENT_PENDING: "payment-pending",
|
|
68473
|
+
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
68474
|
+
};
|
|
68058
68475
|
var CallerRole = {
|
|
68059
68476
|
odcr_owner: "odcr-owner",
|
|
68060
68477
|
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
@@ -68138,17 +68555,6 @@ var ProductCodeValues = {
|
|
|
68138
68555
|
devpay: "devpay",
|
|
68139
68556
|
marketplace: "marketplace"
|
|
68140
68557
|
};
|
|
68141
|
-
var FpgaImageStateCode = {
|
|
68142
|
-
available: "available",
|
|
68143
|
-
failed: "failed",
|
|
68144
|
-
pending: "pending",
|
|
68145
|
-
unavailable: "unavailable"
|
|
68146
|
-
};
|
|
68147
|
-
var PaymentOption = {
|
|
68148
|
-
ALL_UPFRONT: "AllUpfront",
|
|
68149
|
-
NO_UPFRONT: "NoUpfront",
|
|
68150
|
-
PARTIAL_UPFRONT: "PartialUpfront"
|
|
68151
|
-
};
|
|
68152
68558
|
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68153
68559
|
...obj,
|
|
68154
68560
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -68576,6 +68982,34 @@ var _DescribeByoipCidrsCommand = class _DescribeByoipCidrsCommand extends import
|
|
|
68576
68982
|
__name(_DescribeByoipCidrsCommand, "DescribeByoipCidrsCommand");
|
|
68577
68983
|
var DescribeByoipCidrsCommand = _DescribeByoipCidrsCommand;
|
|
68578
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
|
+
|
|
68579
69013
|
// src/commands/DescribeCapacityBlockOfferingsCommand.ts
|
|
68580
69014
|
|
|
68581
69015
|
|
|
@@ -69073,6 +69507,17 @@ var DescribeImagesCommand = _DescribeImagesCommand;
|
|
|
69073
69507
|
|
|
69074
69508
|
// src/models/models_4.ts
|
|
69075
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
|
+
};
|
|
69076
69521
|
var ReservationState = {
|
|
69077
69522
|
ACTIVE: "active",
|
|
69078
69523
|
PAYMENT_FAILED: "payment-failed",
|
|
@@ -70441,10 +70886,6 @@ var TransitGatewayPropagationState = {
|
|
|
70441
70886
|
var ImageBlockPublicAccessEnabledState = {
|
|
70442
70887
|
block_new_sharing: "block-new-sharing"
|
|
70443
70888
|
};
|
|
70444
|
-
var ClientCertificateRevocationListStatusCode = {
|
|
70445
|
-
active: "active",
|
|
70446
|
-
pending: "pending"
|
|
70447
|
-
};
|
|
70448
70889
|
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70449
70890
|
...obj,
|
|
70450
70891
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -72213,6 +72654,10 @@ var GetInstanceMetadataDefaultsCommand = _GetInstanceMetadataDefaultsCommand;
|
|
|
72213
72654
|
|
|
72214
72655
|
// src/models/models_6.ts
|
|
72215
72656
|
|
|
72657
|
+
var ClientCertificateRevocationListStatusCode = {
|
|
72658
|
+
active: "active",
|
|
72659
|
+
pending: "pending"
|
|
72660
|
+
};
|
|
72216
72661
|
var UnlimitedSupportedInstanceFamily = {
|
|
72217
72662
|
t2: "t2",
|
|
72218
72663
|
t3: "t3",
|
|
@@ -72342,17 +72787,6 @@ var HostTenancy = {
|
|
|
72342
72787
|
var TargetStorageTier = {
|
|
72343
72788
|
archive: "archive"
|
|
72344
72789
|
};
|
|
72345
|
-
var TrafficMirrorFilterRuleField = {
|
|
72346
|
-
description: "description",
|
|
72347
|
-
destination_port_range: "destination-port-range",
|
|
72348
|
-
protocol: "protocol",
|
|
72349
|
-
source_port_range: "source-port-range"
|
|
72350
|
-
};
|
|
72351
|
-
var TrafficMirrorSessionField = {
|
|
72352
|
-
description: "description",
|
|
72353
|
-
packet_length: "packet-length",
|
|
72354
|
-
virtual_network_id: "virtual-network-id"
|
|
72355
|
-
};
|
|
72356
72790
|
var GetInstanceTpmEkPubResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72357
72791
|
...obj,
|
|
72358
72792
|
...obj.KeyValue && { KeyValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -73754,6 +74188,17 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = _ModifyVerifiedAcc
|
|
|
73754
74188
|
|
|
73755
74189
|
// src/models/models_7.ts
|
|
73756
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
|
+
};
|
|
73757
74202
|
var VpcTenancy = {
|
|
73758
74203
|
default: "default"
|
|
73759
74204
|
};
|
|
@@ -74233,6 +74678,20 @@ var _PurchaseCapacityBlockCommand = class _PurchaseCapacityBlockCommand extends
|
|
|
74233
74678
|
__name(_PurchaseCapacityBlockCommand, "PurchaseCapacityBlockCommand");
|
|
74234
74679
|
var PurchaseCapacityBlockCommand = _PurchaseCapacityBlockCommand;
|
|
74235
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
|
+
|
|
74236
74695
|
// src/commands/PurchaseHostReservationCommand.ts
|
|
74237
74696
|
|
|
74238
74697
|
|
|
@@ -75353,6 +75812,8 @@ var commands = {
|
|
|
75353
75812
|
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
75354
75813
|
DescribeBundleTasksCommand,
|
|
75355
75814
|
DescribeByoipCidrsCommand,
|
|
75815
|
+
DescribeCapacityBlockExtensionHistoryCommand,
|
|
75816
|
+
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
75356
75817
|
DescribeCapacityBlockOfferingsCommand,
|
|
75357
75818
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
75358
75819
|
DescribeCapacityReservationFleetsCommand,
|
|
@@ -75697,6 +76158,7 @@ var commands = {
|
|
|
75697
76158
|
ProvisionIpamPoolCidrCommand,
|
|
75698
76159
|
ProvisionPublicIpv4PoolCidrCommand,
|
|
75699
76160
|
PurchaseCapacityBlockCommand,
|
|
76161
|
+
PurchaseCapacityBlockExtensionCommand,
|
|
75700
76162
|
PurchaseHostReservationCommand,
|
|
75701
76163
|
PurchaseReservedInstancesOfferingCommand,
|
|
75702
76164
|
PurchaseScheduledInstancesCommand,
|
|
@@ -75783,6 +76245,14 @@ var paginateDescribeAwsNetworkPerformanceMetricSubscriptions = (0, import_core.c
|
|
|
75783
76245
|
|
|
75784
76246
|
var paginateDescribeByoipCidrs = (0, import_core.createPaginator)(EC2Client, DescribeByoipCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
75785
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
|
+
|
|
75786
76256
|
// src/pagination/DescribeCapacityBlockOfferingsPaginator.ts
|
|
75787
76257
|
|
|
75788
76258
|
var paginateDescribeCapacityBlockOfferings = (0, import_core.createPaginator)(EC2Client, DescribeCapacityBlockOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -78463,6 +78933,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78463
78933
|
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
78464
78934
|
DescribeBundleTasksCommand,
|
|
78465
78935
|
DescribeByoipCidrsCommand,
|
|
78936
|
+
DescribeCapacityBlockExtensionHistoryCommand,
|
|
78937
|
+
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
78466
78938
|
DescribeCapacityBlockOfferingsCommand,
|
|
78467
78939
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
78468
78940
|
DescribeCapacityReservationFleetsCommand,
|
|
@@ -78807,6 +79279,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78807
79279
|
ProvisionIpamPoolCidrCommand,
|
|
78808
79280
|
ProvisionPublicIpv4PoolCidrCommand,
|
|
78809
79281
|
PurchaseCapacityBlockCommand,
|
|
79282
|
+
PurchaseCapacityBlockExtensionCommand,
|
|
78810
79283
|
PurchaseHostReservationCommand,
|
|
78811
79284
|
PurchaseReservedInstancesOfferingCommand,
|
|
78812
79285
|
PurchaseScheduledInstancesCommand,
|
|
@@ -78874,6 +79347,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78874
79347
|
paginateDescribeAddressesAttribute,
|
|
78875
79348
|
paginateDescribeAwsNetworkPerformanceMetricSubscriptions,
|
|
78876
79349
|
paginateDescribeByoipCidrs,
|
|
79350
|
+
paginateDescribeCapacityBlockExtensionHistory,
|
|
79351
|
+
paginateDescribeCapacityBlockExtensionOfferings,
|
|
78877
79352
|
paginateDescribeCapacityBlockOfferings,
|
|
78878
79353
|
paginateDescribeCapacityReservationBillingRequests,
|
|
78879
79354
|
paginateDescribeCapacityReservationFleets,
|
|
@@ -79147,12 +79622,11 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79147
79622
|
BatchState,
|
|
79148
79623
|
CancelBatchErrorCode,
|
|
79149
79624
|
CancelSpotInstanceRequestState,
|
|
79625
|
+
CapacityReservationDeliveryPreference,
|
|
79150
79626
|
EndDateType,
|
|
79151
79627
|
InstanceMatchCriteria,
|
|
79152
79628
|
CapacityReservationInstancePlatform,
|
|
79153
79629
|
CapacityReservationTenancy,
|
|
79154
|
-
CapacityReservationType,
|
|
79155
|
-
CapacityReservationState,
|
|
79156
79630
|
OidcOptionsFilterSensitiveLog,
|
|
79157
79631
|
VerifiedAccessTrustProviderFilterSensitiveLog,
|
|
79158
79632
|
AttachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
@@ -79163,6 +79637,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79163
79637
|
BundleInstanceResultFilterSensitiveLog,
|
|
79164
79638
|
CancelBundleTaskResultFilterSensitiveLog,
|
|
79165
79639
|
CopySnapshotRequestFilterSensitiveLog,
|
|
79640
|
+
CapacityReservationType,
|
|
79641
|
+
CapacityReservationState,
|
|
79166
79642
|
FleetInstanceMatchCriteria,
|
|
79167
79643
|
_InstanceType,
|
|
79168
79644
|
FleetCapacityReservationTenancy,
|
|
@@ -79330,6 +79806,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79330
79806
|
MetricType,
|
|
79331
79807
|
PeriodType,
|
|
79332
79808
|
StatisticType,
|
|
79809
|
+
CapacityBlockExtensionStatus,
|
|
79333
79810
|
CallerRole,
|
|
79334
79811
|
CapacityReservationBillingRequestStatus,
|
|
79335
79812
|
ClientVpnConnectionStatusCode,
|
|
@@ -79347,8 +79824,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79347
79824
|
FpgaImageAttributeName,
|
|
79348
79825
|
PermissionGroup,
|
|
79349
79826
|
ProductCodeValues,
|
|
79350
|
-
FpgaImageStateCode,
|
|
79351
|
-
PaymentOption,
|
|
79352
79827
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
79353
79828
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
79354
79829
|
DiskImageDescriptionFilterSensitiveLog,
|
|
@@ -79357,6 +79832,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79357
79832
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
79358
79833
|
ConversionTaskFilterSensitiveLog,
|
|
79359
79834
|
DescribeConversionTasksResultFilterSensitiveLog,
|
|
79835
|
+
FpgaImageStateCode,
|
|
79836
|
+
PaymentOption,
|
|
79360
79837
|
ReservationState,
|
|
79361
79838
|
ImageAttributeName,
|
|
79362
79839
|
ArchitectureValues,
|
|
@@ -79438,7 +79915,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79438
79915
|
SnapshotBlockPublicAccessState,
|
|
79439
79916
|
TransitGatewayPropagationState,
|
|
79440
79917
|
ImageBlockPublicAccessEnabledState,
|
|
79441
|
-
ClientCertificateRevocationListStatusCode,
|
|
79442
79918
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
79443
79919
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
79444
79920
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -79449,6 +79925,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79449
79925
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
79450
79926
|
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
79451
79927
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
79928
|
+
ClientCertificateRevocationListStatusCode,
|
|
79452
79929
|
UnlimitedSupportedInstanceFamily,
|
|
79453
79930
|
PartitionLoadFrequency,
|
|
79454
79931
|
EkPubKeyFormat,
|
|
@@ -79473,8 +79950,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79473
79950
|
DefaultInstanceMetadataTagsState,
|
|
79474
79951
|
HostTenancy,
|
|
79475
79952
|
TargetStorageTier,
|
|
79476
|
-
TrafficMirrorFilterRuleField,
|
|
79477
|
-
TrafficMirrorSessionField,
|
|
79478
79953
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
79479
79954
|
GetLaunchTemplateDataResultFilterSensitiveLog,
|
|
79480
79955
|
GetPasswordDataResultFilterSensitiveLog,
|
|
@@ -79493,6 +79968,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
79493
79968
|
ImportSnapshotResultFilterSensitiveLog,
|
|
79494
79969
|
ImportVolumeRequestFilterSensitiveLog,
|
|
79495
79970
|
ImportVolumeResultFilterSensitiveLog,
|
|
79971
|
+
TrafficMirrorFilterRuleField,
|
|
79972
|
+
TrafficMirrorSessionField,
|
|
79496
79973
|
VpcTenancy,
|
|
79497
79974
|
Status,
|
|
79498
79975
|
VerificationMethod,
|