@aws-sdk/client-ec2 3.694.0 → 3.696.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 +48 -0
- package/dist-cjs/index.js +672 -54
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +511 -32
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1353,6 +1353,16 @@ export const se_CreateVpcCommand = async (input, context) => {
|
|
|
1353
1353
|
});
|
|
1354
1354
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1355
1355
|
};
|
|
1356
|
+
export const se_CreateVpcBlockPublicAccessExclusionCommand = async (input, context) => {
|
|
1357
|
+
const headers = SHARED_HEADERS;
|
|
1358
|
+
let body;
|
|
1359
|
+
body = buildFormUrlencodedString({
|
|
1360
|
+
...se_CreateVpcBlockPublicAccessExclusionRequest(input, context),
|
|
1361
|
+
[_A]: _CVBPAE,
|
|
1362
|
+
[_V]: _,
|
|
1363
|
+
});
|
|
1364
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1365
|
+
};
|
|
1356
1366
|
export const se_CreateVpcEndpointCommand = async (input, context) => {
|
|
1357
1367
|
const headers = SHARED_HEADERS;
|
|
1358
1368
|
let body;
|
|
@@ -2103,6 +2113,16 @@ export const se_DeleteVpcCommand = async (input, context) => {
|
|
|
2103
2113
|
});
|
|
2104
2114
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2105
2115
|
};
|
|
2116
|
+
export const se_DeleteVpcBlockPublicAccessExclusionCommand = async (input, context) => {
|
|
2117
|
+
const headers = SHARED_HEADERS;
|
|
2118
|
+
let body;
|
|
2119
|
+
body = buildFormUrlencodedString({
|
|
2120
|
+
...se_DeleteVpcBlockPublicAccessExclusionRequest(input, context),
|
|
2121
|
+
[_A]: _DVBPAE,
|
|
2122
|
+
[_V]: _,
|
|
2123
|
+
});
|
|
2124
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2125
|
+
};
|
|
2106
2126
|
export const se_DeleteVpcEndpointConnectionNotificationsCommand = async (input, context) => {
|
|
2107
2127
|
const headers = SHARED_HEADERS;
|
|
2108
2128
|
let body;
|
|
@@ -3683,6 +3703,26 @@ export const se_DescribeVpcAttributeCommand = async (input, context) => {
|
|
|
3683
3703
|
});
|
|
3684
3704
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3685
3705
|
};
|
|
3706
|
+
export const se_DescribeVpcBlockPublicAccessExclusionsCommand = async (input, context) => {
|
|
3707
|
+
const headers = SHARED_HEADERS;
|
|
3708
|
+
let body;
|
|
3709
|
+
body = buildFormUrlencodedString({
|
|
3710
|
+
...se_DescribeVpcBlockPublicAccessExclusionsRequest(input, context),
|
|
3711
|
+
[_A]: _DVBPAEe,
|
|
3712
|
+
[_V]: _,
|
|
3713
|
+
});
|
|
3714
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3715
|
+
};
|
|
3716
|
+
export const se_DescribeVpcBlockPublicAccessOptionsCommand = async (input, context) => {
|
|
3717
|
+
const headers = SHARED_HEADERS;
|
|
3718
|
+
let body;
|
|
3719
|
+
body = buildFormUrlencodedString({
|
|
3720
|
+
...se_DescribeVpcBlockPublicAccessOptionsRequest(input, context),
|
|
3721
|
+
[_A]: _DVBPAO,
|
|
3722
|
+
[_V]: _,
|
|
3723
|
+
});
|
|
3724
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3725
|
+
};
|
|
3686
3726
|
export const se_DescribeVpcClassicLinkCommand = async (input, context) => {
|
|
3687
3727
|
const headers = SHARED_HEADERS;
|
|
3688
3728
|
let body;
|
|
@@ -5543,6 +5583,26 @@ export const se_ModifyVpcAttributeCommand = async (input, context) => {
|
|
|
5543
5583
|
});
|
|
5544
5584
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5545
5585
|
};
|
|
5586
|
+
export const se_ModifyVpcBlockPublicAccessExclusionCommand = async (input, context) => {
|
|
5587
|
+
const headers = SHARED_HEADERS;
|
|
5588
|
+
let body;
|
|
5589
|
+
body = buildFormUrlencodedString({
|
|
5590
|
+
...se_ModifyVpcBlockPublicAccessExclusionRequest(input, context),
|
|
5591
|
+
[_A]: _MVBPAE,
|
|
5592
|
+
[_V]: _,
|
|
5593
|
+
});
|
|
5594
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5595
|
+
};
|
|
5596
|
+
export const se_ModifyVpcBlockPublicAccessOptionsCommand = async (input, context) => {
|
|
5597
|
+
const headers = SHARED_HEADERS;
|
|
5598
|
+
let body;
|
|
5599
|
+
body = buildFormUrlencodedString({
|
|
5600
|
+
...se_ModifyVpcBlockPublicAccessOptionsRequest(input, context),
|
|
5601
|
+
[_A]: _MVBPAO,
|
|
5602
|
+
[_V]: _,
|
|
5603
|
+
});
|
|
5604
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5605
|
+
};
|
|
5546
5606
|
export const se_ModifyVpcEndpointCommand = async (input, context) => {
|
|
5547
5607
|
const headers = SHARED_HEADERS;
|
|
5548
5608
|
let body;
|
|
@@ -8110,6 +8170,19 @@ export const de_CreateVpcCommand = async (output, context) => {
|
|
|
8110
8170
|
};
|
|
8111
8171
|
return response;
|
|
8112
8172
|
};
|
|
8173
|
+
export const de_CreateVpcBlockPublicAccessExclusionCommand = async (output, context) => {
|
|
8174
|
+
if (output.statusCode >= 300) {
|
|
8175
|
+
return de_CommandError(output, context);
|
|
8176
|
+
}
|
|
8177
|
+
const data = await parseBody(output.body, context);
|
|
8178
|
+
let contents = {};
|
|
8179
|
+
contents = de_CreateVpcBlockPublicAccessExclusionResult(data, context);
|
|
8180
|
+
const response = {
|
|
8181
|
+
$metadata: deserializeMetadata(output),
|
|
8182
|
+
...contents,
|
|
8183
|
+
};
|
|
8184
|
+
return response;
|
|
8185
|
+
};
|
|
8113
8186
|
export const de_CreateVpcEndpointCommand = async (output, context) => {
|
|
8114
8187
|
if (output.statusCode >= 300) {
|
|
8115
8188
|
return de_CommandError(output, context);
|
|
@@ -9034,6 +9107,19 @@ export const de_DeleteVpcCommand = async (output, context) => {
|
|
|
9034
9107
|
};
|
|
9035
9108
|
return response;
|
|
9036
9109
|
};
|
|
9110
|
+
export const de_DeleteVpcBlockPublicAccessExclusionCommand = async (output, context) => {
|
|
9111
|
+
if (output.statusCode >= 300) {
|
|
9112
|
+
return de_CommandError(output, context);
|
|
9113
|
+
}
|
|
9114
|
+
const data = await parseBody(output.body, context);
|
|
9115
|
+
let contents = {};
|
|
9116
|
+
contents = de_DeleteVpcBlockPublicAccessExclusionResult(data, context);
|
|
9117
|
+
const response = {
|
|
9118
|
+
$metadata: deserializeMetadata(output),
|
|
9119
|
+
...contents,
|
|
9120
|
+
};
|
|
9121
|
+
return response;
|
|
9122
|
+
};
|
|
9037
9123
|
export const de_DeleteVpcEndpointConnectionNotificationsCommand = async (output, context) => {
|
|
9038
9124
|
if (output.statusCode >= 300) {
|
|
9039
9125
|
return de_CommandError(output, context);
|
|
@@ -11076,6 +11162,32 @@ export const de_DescribeVpcAttributeCommand = async (output, context) => {
|
|
|
11076
11162
|
};
|
|
11077
11163
|
return response;
|
|
11078
11164
|
};
|
|
11165
|
+
export const de_DescribeVpcBlockPublicAccessExclusionsCommand = async (output, context) => {
|
|
11166
|
+
if (output.statusCode >= 300) {
|
|
11167
|
+
return de_CommandError(output, context);
|
|
11168
|
+
}
|
|
11169
|
+
const data = await parseBody(output.body, context);
|
|
11170
|
+
let contents = {};
|
|
11171
|
+
contents = de_DescribeVpcBlockPublicAccessExclusionsResult(data, context);
|
|
11172
|
+
const response = {
|
|
11173
|
+
$metadata: deserializeMetadata(output),
|
|
11174
|
+
...contents,
|
|
11175
|
+
};
|
|
11176
|
+
return response;
|
|
11177
|
+
};
|
|
11178
|
+
export const de_DescribeVpcBlockPublicAccessOptionsCommand = async (output, context) => {
|
|
11179
|
+
if (output.statusCode >= 300) {
|
|
11180
|
+
return de_CommandError(output, context);
|
|
11181
|
+
}
|
|
11182
|
+
const data = await parseBody(output.body, context);
|
|
11183
|
+
let contents = {};
|
|
11184
|
+
contents = de_DescribeVpcBlockPublicAccessOptionsResult(data, context);
|
|
11185
|
+
const response = {
|
|
11186
|
+
$metadata: deserializeMetadata(output),
|
|
11187
|
+
...contents,
|
|
11188
|
+
};
|
|
11189
|
+
return response;
|
|
11190
|
+
};
|
|
11079
11191
|
export const de_DescribeVpcClassicLinkCommand = async (output, context) => {
|
|
11080
11192
|
if (output.statusCode >= 300) {
|
|
11081
11193
|
return de_CommandError(output, context);
|
|
@@ -13443,6 +13555,32 @@ export const de_ModifyVpcAttributeCommand = async (output, context) => {
|
|
|
13443
13555
|
};
|
|
13444
13556
|
return response;
|
|
13445
13557
|
};
|
|
13558
|
+
export const de_ModifyVpcBlockPublicAccessExclusionCommand = async (output, context) => {
|
|
13559
|
+
if (output.statusCode >= 300) {
|
|
13560
|
+
return de_CommandError(output, context);
|
|
13561
|
+
}
|
|
13562
|
+
const data = await parseBody(output.body, context);
|
|
13563
|
+
let contents = {};
|
|
13564
|
+
contents = de_ModifyVpcBlockPublicAccessExclusionResult(data, context);
|
|
13565
|
+
const response = {
|
|
13566
|
+
$metadata: deserializeMetadata(output),
|
|
13567
|
+
...contents,
|
|
13568
|
+
};
|
|
13569
|
+
return response;
|
|
13570
|
+
};
|
|
13571
|
+
export const de_ModifyVpcBlockPublicAccessOptionsCommand = async (output, context) => {
|
|
13572
|
+
if (output.statusCode >= 300) {
|
|
13573
|
+
return de_CommandError(output, context);
|
|
13574
|
+
}
|
|
13575
|
+
const data = await parseBody(output.body, context);
|
|
13576
|
+
let contents = {};
|
|
13577
|
+
contents = de_ModifyVpcBlockPublicAccessOptionsResult(data, context);
|
|
13578
|
+
const response = {
|
|
13579
|
+
$metadata: deserializeMetadata(output),
|
|
13580
|
+
...contents,
|
|
13581
|
+
};
|
|
13582
|
+
return response;
|
|
13583
|
+
};
|
|
13446
13584
|
export const de_ModifyVpcEndpointCommand = async (output, context) => {
|
|
13447
13585
|
if (output.statusCode >= 300) {
|
|
13448
13586
|
return de_CommandError(output, context);
|
|
@@ -17302,6 +17440,13 @@ const se_CreateLaunchTemplateRequest = (input, context) => {
|
|
|
17302
17440
|
entries[loc] = value;
|
|
17303
17441
|
});
|
|
17304
17442
|
}
|
|
17443
|
+
if (input[_O] != null) {
|
|
17444
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
17445
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17446
|
+
const loc = `Operator.${key}`;
|
|
17447
|
+
entries[loc] = value;
|
|
17448
|
+
});
|
|
17449
|
+
}
|
|
17305
17450
|
if (input[_TS] != null) {
|
|
17306
17451
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
17307
17452
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -17728,6 +17873,13 @@ const se_CreateNetworkInterfaceRequest = (input, context) => {
|
|
|
17728
17873
|
entries[loc] = value;
|
|
17729
17874
|
});
|
|
17730
17875
|
}
|
|
17876
|
+
if (input[_O] != null) {
|
|
17877
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
17878
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17879
|
+
const loc = `Operator.${key}`;
|
|
17880
|
+
entries[loc] = value;
|
|
17881
|
+
});
|
|
17882
|
+
}
|
|
17731
17883
|
if (input[_SIub] != null) {
|
|
17732
17884
|
entries[_SIub] = input[_SIub];
|
|
17733
17885
|
}
|
|
@@ -18361,8 +18513,8 @@ const se_CreateTransitGatewayConnectRequest = (input, context) => {
|
|
|
18361
18513
|
if (input[_TTGAI] != null) {
|
|
18362
18514
|
entries[_TTGAI] = input[_TTGAI];
|
|
18363
18515
|
}
|
|
18364
|
-
if (input[
|
|
18365
|
-
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[
|
|
18516
|
+
if (input[_Op] != null) {
|
|
18517
|
+
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[_Op], context);
|
|
18366
18518
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18367
18519
|
const loc = `Options.${key}`;
|
|
18368
18520
|
entries[loc] = value;
|
|
@@ -18392,8 +18544,8 @@ const se_CreateTransitGatewayMulticastDomainRequest = (input, context) => {
|
|
|
18392
18544
|
if (input[_TGI] != null) {
|
|
18393
18545
|
entries[_TGI] = input[_TGI];
|
|
18394
18546
|
}
|
|
18395
|
-
if (input[
|
|
18396
|
-
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[
|
|
18547
|
+
if (input[_Op] != null) {
|
|
18548
|
+
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[_Op], context);
|
|
18397
18549
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18398
18550
|
const loc = `Options.${key}`;
|
|
18399
18551
|
entries[loc] = value;
|
|
@@ -18438,8 +18590,8 @@ const se_CreateTransitGatewayPeeringAttachmentRequest = (input, context) => {
|
|
|
18438
18590
|
if (input[_PRe] != null) {
|
|
18439
18591
|
entries[_PRe] = input[_PRe];
|
|
18440
18592
|
}
|
|
18441
|
-
if (input[
|
|
18442
|
-
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[
|
|
18593
|
+
if (input[_Op] != null) {
|
|
18594
|
+
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[_Op], context);
|
|
18443
18595
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18444
18596
|
const loc = `Options.${key}`;
|
|
18445
18597
|
entries[loc] = value;
|
|
@@ -18505,8 +18657,8 @@ const se_CreateTransitGatewayRequest = (input, context) => {
|
|
|
18505
18657
|
if (input[_De] != null) {
|
|
18506
18658
|
entries[_De] = input[_De];
|
|
18507
18659
|
}
|
|
18508
|
-
if (input[
|
|
18509
|
-
const memberEntries = se_TransitGatewayRequestOptions(input[
|
|
18660
|
+
if (input[_Op] != null) {
|
|
18661
|
+
const memberEntries = se_TransitGatewayRequestOptions(input[_Op], context);
|
|
18510
18662
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18511
18663
|
const loc = `Options.${key}`;
|
|
18512
18664
|
entries[loc] = value;
|
|
@@ -18595,8 +18747,8 @@ const se_CreateTransitGatewayVpcAttachmentRequest = (input, context) => {
|
|
|
18595
18747
|
entries[loc] = value;
|
|
18596
18748
|
});
|
|
18597
18749
|
}
|
|
18598
|
-
if (input[
|
|
18599
|
-
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[
|
|
18750
|
+
if (input[_Op] != null) {
|
|
18751
|
+
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
18600
18752
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18601
18753
|
const loc = `Options.${key}`;
|
|
18602
18754
|
entries[loc] = value;
|
|
@@ -18988,11 +19140,41 @@ const se_CreateVolumeRequest = (input, context) => {
|
|
|
18988
19140
|
if (input[_CTl] != null) {
|
|
18989
19141
|
entries[_CTl] = input[_CTl];
|
|
18990
19142
|
}
|
|
19143
|
+
if (input[_O] != null) {
|
|
19144
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
19145
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19146
|
+
const loc = `Operator.${key}`;
|
|
19147
|
+
entries[loc] = value;
|
|
19148
|
+
});
|
|
19149
|
+
}
|
|
18991
19150
|
if (input[_DRr] != null) {
|
|
18992
19151
|
entries[_DRr] = input[_DRr];
|
|
18993
19152
|
}
|
|
18994
19153
|
return entries;
|
|
18995
19154
|
};
|
|
19155
|
+
const se_CreateVpcBlockPublicAccessExclusionRequest = (input, context) => {
|
|
19156
|
+
const entries = {};
|
|
19157
|
+
if (input[_DRr] != null) {
|
|
19158
|
+
entries[_DRr] = input[_DRr];
|
|
19159
|
+
}
|
|
19160
|
+
if (input[_SIub] != null) {
|
|
19161
|
+
entries[_SIub] = input[_SIub];
|
|
19162
|
+
}
|
|
19163
|
+
if (input[_VI] != null) {
|
|
19164
|
+
entries[_VI] = input[_VI];
|
|
19165
|
+
}
|
|
19166
|
+
if (input[_IGEM] != null) {
|
|
19167
|
+
entries[_IGEM] = input[_IGEM];
|
|
19168
|
+
}
|
|
19169
|
+
if (input[_TS] != null) {
|
|
19170
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
19171
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19172
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19173
|
+
entries[loc] = value;
|
|
19174
|
+
});
|
|
19175
|
+
}
|
|
19176
|
+
return entries;
|
|
19177
|
+
};
|
|
18996
19178
|
const se_CreateVpcEndpointConnectionNotificationRequest = (input, context) => {
|
|
18997
19179
|
const entries = {};
|
|
18998
19180
|
if (input[_DRr] != null) {
|
|
@@ -19227,8 +19409,8 @@ const se_CreateVpnConnectionRequest = (input, context) => {
|
|
|
19227
19409
|
if (input[_DRr] != null) {
|
|
19228
19410
|
entries[_DRr] = input[_DRr];
|
|
19229
19411
|
}
|
|
19230
|
-
if (input[
|
|
19231
|
-
const memberEntries = se_VpnConnectionOptionsSpecification(input[
|
|
19412
|
+
if (input[_Op] != null) {
|
|
19413
|
+
const memberEntries = se_VpnConnectionOptionsSpecification(input[_Op], context);
|
|
19232
19414
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19233
19415
|
const loc = `Options.${key}`;
|
|
19234
19416
|
entries[loc] = value;
|
|
@@ -20136,6 +20318,16 @@ const se_DeleteVolumeRequest = (input, context) => {
|
|
|
20136
20318
|
}
|
|
20137
20319
|
return entries;
|
|
20138
20320
|
};
|
|
20321
|
+
const se_DeleteVpcBlockPublicAccessExclusionRequest = (input, context) => {
|
|
20322
|
+
const entries = {};
|
|
20323
|
+
if (input[_DRr] != null) {
|
|
20324
|
+
entries[_DRr] = input[_DRr];
|
|
20325
|
+
}
|
|
20326
|
+
if (input[_EIxc] != null) {
|
|
20327
|
+
entries[_EIxc] = input[_EIxc];
|
|
20328
|
+
}
|
|
20329
|
+
return entries;
|
|
20330
|
+
};
|
|
20139
20331
|
const se_DeleteVpcEndpointConnectionNotificationsRequest = (input, context) => {
|
|
20140
20332
|
const entries = {};
|
|
20141
20333
|
if (input[_DRr] != null) {
|
|
@@ -24000,6 +24192,40 @@ const se_DescribeVpcAttributeRequest = (input, context) => {
|
|
|
24000
24192
|
}
|
|
24001
24193
|
return entries;
|
|
24002
24194
|
};
|
|
24195
|
+
const se_DescribeVpcBlockPublicAccessExclusionsRequest = (input, context) => {
|
|
24196
|
+
const entries = {};
|
|
24197
|
+
if (input[_DRr] != null) {
|
|
24198
|
+
entries[_DRr] = input[_DRr];
|
|
24199
|
+
}
|
|
24200
|
+
if (input[_Fi] != null) {
|
|
24201
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24202
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24203
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24204
|
+
entries[loc] = value;
|
|
24205
|
+
});
|
|
24206
|
+
}
|
|
24207
|
+
if (input[_EIxcl] != null) {
|
|
24208
|
+
const memberEntries = se_VpcBlockPublicAccessExclusionIdList(input[_EIxcl], context);
|
|
24209
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24210
|
+
const loc = `ExclusionId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24211
|
+
entries[loc] = value;
|
|
24212
|
+
});
|
|
24213
|
+
}
|
|
24214
|
+
if (input[_NT] != null) {
|
|
24215
|
+
entries[_NT] = input[_NT];
|
|
24216
|
+
}
|
|
24217
|
+
if (input[_MR] != null) {
|
|
24218
|
+
entries[_MR] = input[_MR];
|
|
24219
|
+
}
|
|
24220
|
+
return entries;
|
|
24221
|
+
};
|
|
24222
|
+
const se_DescribeVpcBlockPublicAccessOptionsRequest = (input, context) => {
|
|
24223
|
+
const entries = {};
|
|
24224
|
+
if (input[_DRr] != null) {
|
|
24225
|
+
entries[_DRr] = input[_DRr];
|
|
24226
|
+
}
|
|
24227
|
+
return entries;
|
|
24228
|
+
};
|
|
24003
24229
|
const se_DescribeVpcClassicLinkDnsSupportRequest = (input, context) => {
|
|
24004
24230
|
const entries = {};
|
|
24005
24231
|
if (input[_VIp] != null) {
|
|
@@ -30287,8 +30513,8 @@ const se_ModifyTransitGatewayRequest = (input, context) => {
|
|
|
30287
30513
|
if (input[_De] != null) {
|
|
30288
30514
|
entries[_De] = input[_De];
|
|
30289
30515
|
}
|
|
30290
|
-
if (input[
|
|
30291
|
-
const memberEntries = se_ModifyTransitGatewayOptions(input[
|
|
30516
|
+
if (input[_Op] != null) {
|
|
30517
|
+
const memberEntries = se_ModifyTransitGatewayOptions(input[_Op], context);
|
|
30292
30518
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30293
30519
|
const loc = `Options.${key}`;
|
|
30294
30520
|
entries[loc] = value;
|
|
@@ -30318,8 +30544,8 @@ const se_ModifyTransitGatewayVpcAttachmentRequest = (input, context) => {
|
|
|
30318
30544
|
entries[loc] = value;
|
|
30319
30545
|
});
|
|
30320
30546
|
}
|
|
30321
|
-
if (input[
|
|
30322
|
-
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[
|
|
30547
|
+
if (input[_Op] != null) {
|
|
30548
|
+
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
30323
30549
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30324
30550
|
const loc = `Options.${key}`;
|
|
30325
30551
|
entries[loc] = value;
|
|
@@ -30685,6 +30911,29 @@ const se_ModifyVpcAttributeRequest = (input, context) => {
|
|
|
30685
30911
|
}
|
|
30686
30912
|
return entries;
|
|
30687
30913
|
};
|
|
30914
|
+
const se_ModifyVpcBlockPublicAccessExclusionRequest = (input, context) => {
|
|
30915
|
+
const entries = {};
|
|
30916
|
+
if (input[_DRr] != null) {
|
|
30917
|
+
entries[_DRr] = input[_DRr];
|
|
30918
|
+
}
|
|
30919
|
+
if (input[_EIxc] != null) {
|
|
30920
|
+
entries[_EIxc] = input[_EIxc];
|
|
30921
|
+
}
|
|
30922
|
+
if (input[_IGEM] != null) {
|
|
30923
|
+
entries[_IGEM] = input[_IGEM];
|
|
30924
|
+
}
|
|
30925
|
+
return entries;
|
|
30926
|
+
};
|
|
30927
|
+
const se_ModifyVpcBlockPublicAccessOptionsRequest = (input, context) => {
|
|
30928
|
+
const entries = {};
|
|
30929
|
+
if (input[_DRr] != null) {
|
|
30930
|
+
entries[_DRr] = input[_DRr];
|
|
30931
|
+
}
|
|
30932
|
+
if (input[_IGBM] != null) {
|
|
30933
|
+
entries[_IGBM] = input[_IGBM];
|
|
30934
|
+
}
|
|
30935
|
+
return entries;
|
|
30936
|
+
};
|
|
30688
30937
|
const se_ModifyVpcEndpointConnectionNotificationRequest = (input, context) => {
|
|
30689
30938
|
const entries = {};
|
|
30690
30939
|
if (input[_DRr] != null) {
|
|
@@ -31366,6 +31615,13 @@ const se_OnDemandOptionsRequest = (input, context) => {
|
|
|
31366
31615
|
}
|
|
31367
31616
|
return entries;
|
|
31368
31617
|
};
|
|
31618
|
+
const se_OperatorRequest = (input, context) => {
|
|
31619
|
+
const entries = {};
|
|
31620
|
+
if (input[_Prin] != null) {
|
|
31621
|
+
entries[_Prin] = input[_Prin];
|
|
31622
|
+
}
|
|
31623
|
+
return entries;
|
|
31624
|
+
};
|
|
31369
31625
|
const se_OrganizationalUnitArnStringList = (input, context) => {
|
|
31370
31626
|
const entries = {};
|
|
31371
31627
|
let counter = 1;
|
|
@@ -32944,6 +33200,13 @@ const se_RequestLaunchTemplateData = (input, context) => {
|
|
|
32944
33200
|
if (input[_DAS] != null) {
|
|
32945
33201
|
entries[_DAS] = input[_DAS];
|
|
32946
33202
|
}
|
|
33203
|
+
if (input[_O] != null) {
|
|
33204
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
33205
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33206
|
+
const loc = `Operator.${key}`;
|
|
33207
|
+
entries[loc] = value;
|
|
33208
|
+
});
|
|
33209
|
+
}
|
|
32947
33210
|
return entries;
|
|
32948
33211
|
};
|
|
32949
33212
|
const se_RequestSpotFleetRequest = (input, context) => {
|
|
@@ -33751,6 +34014,13 @@ const se_RunInstancesRequest = (input, context) => {
|
|
|
33751
34014
|
if (input[_EPI] != null) {
|
|
33752
34015
|
entries[_EPI] = input[_EPI];
|
|
33753
34016
|
}
|
|
34017
|
+
if (input[_O] != null) {
|
|
34018
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
34019
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34020
|
+
const loc = `Operator.${key}`;
|
|
34021
|
+
entries[loc] = value;
|
|
34022
|
+
});
|
|
34023
|
+
}
|
|
33754
34024
|
if (input[_DRr] != null) {
|
|
33755
34025
|
entries[_DRr] = input[_DRr];
|
|
33756
34026
|
}
|
|
@@ -35835,6 +36105,18 @@ const se_VolumeIdStringList = (input, context) => {
|
|
|
35835
36105
|
}
|
|
35836
36106
|
return entries;
|
|
35837
36107
|
};
|
|
36108
|
+
const se_VpcBlockPublicAccessExclusionIdList = (input, context) => {
|
|
36109
|
+
const entries = {};
|
|
36110
|
+
let counter = 1;
|
|
36111
|
+
for (const entry of input) {
|
|
36112
|
+
if (entry === null) {
|
|
36113
|
+
continue;
|
|
36114
|
+
}
|
|
36115
|
+
entries[`Item.${counter}`] = entry;
|
|
36116
|
+
counter++;
|
|
36117
|
+
}
|
|
36118
|
+
return entries;
|
|
36119
|
+
};
|
|
35838
36120
|
const se_VpcClassicLinkIdList = (input, context) => {
|
|
35839
36121
|
const entries = {};
|
|
35840
36122
|
let counter = 1;
|
|
@@ -36207,7 +36489,7 @@ const de_AcceptCapacityReservationBillingOwnershipResult = (output, context) =>
|
|
|
36207
36489
|
const de_AcceptReservedInstancesExchangeQuoteResult = (output, context) => {
|
|
36208
36490
|
const contents = {};
|
|
36209
36491
|
if (output[_eI] != null) {
|
|
36210
|
-
contents[
|
|
36492
|
+
contents[_EIxch] = __expectString(output[_eI]);
|
|
36211
36493
|
}
|
|
36212
36494
|
return contents;
|
|
36213
36495
|
};
|
|
@@ -37357,6 +37639,13 @@ const de_BlockDeviceMappingList = (output, context) => {
|
|
|
37357
37639
|
return de_BlockDeviceMapping(entry, context);
|
|
37358
37640
|
});
|
|
37359
37641
|
};
|
|
37642
|
+
const de_BlockPublicAccessStates = (output, context) => {
|
|
37643
|
+
const contents = {};
|
|
37644
|
+
if (output[_iGBM] != null) {
|
|
37645
|
+
contents[_IGBM] = __expectString(output[_iGBM]);
|
|
37646
|
+
}
|
|
37647
|
+
return contents;
|
|
37648
|
+
};
|
|
37360
37649
|
const de_BootModeTypeList = (output, context) => {
|
|
37361
37650
|
return (output || [])
|
|
37362
37651
|
.filter((e) => e != null)
|
|
@@ -39320,6 +39609,13 @@ const de_CreateVolumePermissionList = (output, context) => {
|
|
|
39320
39609
|
return de_CreateVolumePermission(entry, context);
|
|
39321
39610
|
});
|
|
39322
39611
|
};
|
|
39612
|
+
const de_CreateVpcBlockPublicAccessExclusionResult = (output, context) => {
|
|
39613
|
+
const contents = {};
|
|
39614
|
+
if (output[_vBPAE] != null) {
|
|
39615
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
39616
|
+
}
|
|
39617
|
+
return contents;
|
|
39618
|
+
};
|
|
39323
39619
|
const de_CreateVpcEndpointConnectionNotificationResult = (output, context) => {
|
|
39324
39620
|
const contents = {};
|
|
39325
39621
|
if (output[_cNo] != null) {
|
|
@@ -39965,6 +40261,13 @@ const de_DeleteVerifiedAccessTrustProviderResult = (output, context) => {
|
|
|
39965
40261
|
}
|
|
39966
40262
|
return contents;
|
|
39967
40263
|
};
|
|
40264
|
+
const de_DeleteVpcBlockPublicAccessExclusionResult = (output, context) => {
|
|
40265
|
+
const contents = {};
|
|
40266
|
+
if (output[_vBPAE] != null) {
|
|
40267
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
40268
|
+
}
|
|
40269
|
+
return contents;
|
|
40270
|
+
};
|
|
39968
40271
|
const de_DeleteVpcEndpointConnectionNotificationsResult = (output, context) => {
|
|
39969
40272
|
const contents = {};
|
|
39970
40273
|
if (output.unsuccessful === "") {
|
|
@@ -42026,6 +42329,26 @@ const de_DescribeVpcAttributeResult = (output, context) => {
|
|
|
42026
42329
|
}
|
|
42027
42330
|
return contents;
|
|
42028
42331
|
};
|
|
42332
|
+
const de_DescribeVpcBlockPublicAccessExclusionsResult = (output, context) => {
|
|
42333
|
+
const contents = {};
|
|
42334
|
+
if (output.vpcBlockPublicAccessExclusionSet === "") {
|
|
42335
|
+
contents[_VBPAEp] = [];
|
|
42336
|
+
}
|
|
42337
|
+
else if (output[_vBPAES] != null && output[_vBPAES][_i] != null) {
|
|
42338
|
+
contents[_VBPAEp] = de_VpcBlockPublicAccessExclusionList(__getArrayIfSingleItem(output[_vBPAES][_i]), context);
|
|
42339
|
+
}
|
|
42340
|
+
if (output[_nTe] != null) {
|
|
42341
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
42342
|
+
}
|
|
42343
|
+
return contents;
|
|
42344
|
+
};
|
|
42345
|
+
const de_DescribeVpcBlockPublicAccessOptionsResult = (output, context) => {
|
|
42346
|
+
const contents = {};
|
|
42347
|
+
if (output[_vBPAO] != null) {
|
|
42348
|
+
contents[_VBPAO] = de_VpcBlockPublicAccessOptions(output[_vBPAO], context);
|
|
42349
|
+
}
|
|
42350
|
+
return contents;
|
|
42351
|
+
};
|
|
42029
42352
|
const de_DescribeVpcClassicLinkDnsSupportResult = (output, context) => {
|
|
42030
42353
|
const contents = {};
|
|
42031
42354
|
if (output[_nTe] != null) {
|
|
@@ -42777,6 +43100,9 @@ const de_EbsInstanceBlockDevice = (output, context) => {
|
|
|
42777
43100
|
if (output[_vOI] != null) {
|
|
42778
43101
|
contents[_VOI] = __expectString(output[_vOI]);
|
|
42779
43102
|
}
|
|
43103
|
+
if (output[_op] != null) {
|
|
43104
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
43105
|
+
}
|
|
42780
43106
|
return contents;
|
|
42781
43107
|
};
|
|
42782
43108
|
const de_EbsOptimizedInfo = (output, context) => {
|
|
@@ -46026,6 +46352,9 @@ const de_Instance = (output, context) => {
|
|
|
46026
46352
|
if (output[_cIBM] != null) {
|
|
46027
46353
|
contents[_CIBM] = __expectString(output[_cIBM]);
|
|
46028
46354
|
}
|
|
46355
|
+
if (output[_op] != null) {
|
|
46356
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
46357
|
+
}
|
|
46029
46358
|
if (output[_iI] != null) {
|
|
46030
46359
|
contents[_IIn] = __expectString(output[_iI]);
|
|
46031
46360
|
}
|
|
@@ -46416,6 +46745,9 @@ const de_InstanceImageMetadata = (output, context) => {
|
|
|
46416
46745
|
if (output[_iM] != null) {
|
|
46417
46746
|
contents[_IMm] = de_ImageMetadata(output[_iM], context);
|
|
46418
46747
|
}
|
|
46748
|
+
if (output[_op] != null) {
|
|
46749
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
46750
|
+
}
|
|
46419
46751
|
return contents;
|
|
46420
46752
|
};
|
|
46421
46753
|
const de_InstanceImageMetadataList = (output, context) => {
|
|
@@ -46613,6 +46945,9 @@ const de_InstanceNetworkInterface = (output, context) => {
|
|
|
46613
46945
|
if (output[_cTC] != null) {
|
|
46614
46946
|
contents[_CTC] = de_ConnectionTrackingSpecificationResponse(output[_cTC], context);
|
|
46615
46947
|
}
|
|
46948
|
+
if (output[_op] != null) {
|
|
46949
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
46950
|
+
}
|
|
46616
46951
|
return contents;
|
|
46617
46952
|
};
|
|
46618
46953
|
const de_InstanceNetworkInterfaceAssociation = (output, context) => {
|
|
@@ -46926,6 +47261,9 @@ const de_InstanceStatus = (output, context) => {
|
|
|
46926
47261
|
if (output[_oA] != null) {
|
|
46927
47262
|
contents[_OA] = __expectString(output[_oA]);
|
|
46928
47263
|
}
|
|
47264
|
+
if (output[_op] != null) {
|
|
47265
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47266
|
+
}
|
|
46929
47267
|
if (output.eventsSet === "") {
|
|
46930
47268
|
contents[_Ev] = [];
|
|
46931
47269
|
}
|
|
@@ -48500,6 +48838,9 @@ const de_LaunchTemplate = (output, context) => {
|
|
|
48500
48838
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
48501
48839
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
48502
48840
|
}
|
|
48841
|
+
if (output[_op] != null) {
|
|
48842
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
48843
|
+
}
|
|
48503
48844
|
return contents;
|
|
48504
48845
|
};
|
|
48505
48846
|
const de_LaunchTemplateAndOverridesResponse = (output, context) => {
|
|
@@ -48964,6 +49305,9 @@ const de_LaunchTemplateVersion = (output, context) => {
|
|
|
48964
49305
|
if (output[_lTD] != null) {
|
|
48965
49306
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD], context);
|
|
48966
49307
|
}
|
|
49308
|
+
if (output[_op] != null) {
|
|
49309
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
49310
|
+
}
|
|
48967
49311
|
return contents;
|
|
48968
49312
|
};
|
|
48969
49313
|
const de_LaunchTemplateVersionSet = (output, context) => {
|
|
@@ -49927,6 +50271,20 @@ const de_ModifyVolumeResult = (output, context) => {
|
|
|
49927
50271
|
}
|
|
49928
50272
|
return contents;
|
|
49929
50273
|
};
|
|
50274
|
+
const de_ModifyVpcBlockPublicAccessExclusionResult = (output, context) => {
|
|
50275
|
+
const contents = {};
|
|
50276
|
+
if (output[_vBPAE] != null) {
|
|
50277
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
50278
|
+
}
|
|
50279
|
+
return contents;
|
|
50280
|
+
};
|
|
50281
|
+
const de_ModifyVpcBlockPublicAccessOptionsResult = (output, context) => {
|
|
50282
|
+
const contents = {};
|
|
50283
|
+
if (output[_vBPAO] != null) {
|
|
50284
|
+
contents[_VBPAO] = de_VpcBlockPublicAccessOptions(output[_vBPAO], context);
|
|
50285
|
+
}
|
|
50286
|
+
return contents;
|
|
50287
|
+
};
|
|
49930
50288
|
const de_ModifyVpcEndpointConnectionNotificationResult = (output, context) => {
|
|
49931
50289
|
const contents = {};
|
|
49932
50290
|
if (output[_r] != null) {
|
|
@@ -50678,6 +51036,9 @@ const de_NetworkInterface = (output, context) => {
|
|
|
50678
51036
|
if (output[_iApv] != null) {
|
|
50679
51037
|
contents[_IApv] = __expectString(output[_iApv]);
|
|
50680
51038
|
}
|
|
51039
|
+
if (output[_op] != null) {
|
|
51040
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
51041
|
+
}
|
|
50681
51042
|
return contents;
|
|
50682
51043
|
};
|
|
50683
51044
|
const de_NetworkInterfaceAssociation = (output, context) => {
|
|
@@ -50970,6 +51331,16 @@ const de_OnDemandOptions = (output, context) => {
|
|
|
50970
51331
|
}
|
|
50971
51332
|
return contents;
|
|
50972
51333
|
};
|
|
51334
|
+
const de_OperatorResponse = (output, context) => {
|
|
51335
|
+
const contents = {};
|
|
51336
|
+
if (output[_mana] != null) {
|
|
51337
|
+
contents[_Mana] = __parseBoolean(output[_mana]);
|
|
51338
|
+
}
|
|
51339
|
+
if (output[_p] != null) {
|
|
51340
|
+
contents[_Prin] = __expectString(output[_p]);
|
|
51341
|
+
}
|
|
51342
|
+
return contents;
|
|
51343
|
+
};
|
|
50973
51344
|
const de_PacketHeaderStatement = (output, context) => {
|
|
50974
51345
|
const contents = {};
|
|
50975
51346
|
if (output.sourceAddressSet === "") {
|
|
@@ -52645,6 +53016,9 @@ const de_ResponseLaunchTemplateData = (output, context) => {
|
|
|
52645
53016
|
if (output[_dASi] != null) {
|
|
52646
53017
|
contents[_DAS] = __parseBoolean(output[_dASi]);
|
|
52647
53018
|
}
|
|
53019
|
+
if (output[_op] != null) {
|
|
53020
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
53021
|
+
}
|
|
52648
53022
|
return contents;
|
|
52649
53023
|
};
|
|
52650
53024
|
const de_RestoreAddressToClassicResult = (output, context) => {
|
|
@@ -54531,6 +54905,9 @@ const de_Subnet = (output, context) => {
|
|
|
54531
54905
|
if (output[_pDNOOL] != null) {
|
|
54532
54906
|
contents[_PDNOOL] = de_PrivateDnsNameOptionsOnLaunch(output[_pDNOOL], context);
|
|
54533
54907
|
}
|
|
54908
|
+
if (output[_bPAS] != null) {
|
|
54909
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
54910
|
+
}
|
|
54534
54911
|
if (output[_sIu] != null) {
|
|
54535
54912
|
contents[_SIub] = __expectString(output[_sIu]);
|
|
54536
54913
|
}
|
|
@@ -55176,8 +55553,8 @@ const de_TransitGateway = (output, context) => {
|
|
|
55176
55553
|
if (output[_cTre] != null) {
|
|
55177
55554
|
contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTre]));
|
|
55178
55555
|
}
|
|
55179
|
-
if (output[
|
|
55180
|
-
contents[
|
|
55556
|
+
if (output[_opt] != null) {
|
|
55557
|
+
contents[_Op] = de_TransitGatewayOptions(output[_opt], context);
|
|
55181
55558
|
}
|
|
55182
55559
|
if (output.tagSet === "") {
|
|
55183
55560
|
contents[_Ta] = [];
|
|
@@ -55320,8 +55697,8 @@ const de_TransitGatewayConnect = (output, context) => {
|
|
|
55320
55697
|
if (output[_cTre] != null) {
|
|
55321
55698
|
contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTre]));
|
|
55322
55699
|
}
|
|
55323
|
-
if (output[
|
|
55324
|
-
contents[
|
|
55700
|
+
if (output[_opt] != null) {
|
|
55701
|
+
contents[_Op] = de_TransitGatewayConnectOptions(output[_opt], context);
|
|
55325
55702
|
}
|
|
55326
55703
|
if (output.tagSet === "") {
|
|
55327
55704
|
contents[_Ta] = [];
|
|
@@ -55455,8 +55832,8 @@ const de_TransitGatewayMulticastDomain = (output, context) => {
|
|
|
55455
55832
|
if (output[_oI] != null) {
|
|
55456
55833
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
55457
55834
|
}
|
|
55458
|
-
if (output[
|
|
55459
|
-
contents[
|
|
55835
|
+
if (output[_opt] != null) {
|
|
55836
|
+
contents[_Op] = de_TransitGatewayMulticastDomainOptions(output[_opt], context);
|
|
55460
55837
|
}
|
|
55461
55838
|
if (output[_st] != null) {
|
|
55462
55839
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -55673,8 +56050,8 @@ const de_TransitGatewayPeeringAttachment = (output, context) => {
|
|
|
55673
56050
|
if (output[_aTI] != null) {
|
|
55674
56051
|
contents[_ATIc] = de_PeeringTgwInfo(output[_aTI], context);
|
|
55675
56052
|
}
|
|
55676
|
-
if (output[
|
|
55677
|
-
contents[
|
|
56053
|
+
if (output[_opt] != null) {
|
|
56054
|
+
contents[_Op] = de_TransitGatewayPeeringAttachmentOptions(output[_opt], context);
|
|
55678
56055
|
}
|
|
55679
56056
|
if (output[_sta] != null) {
|
|
55680
56057
|
contents[_Statu] = de_PeeringAttachmentStatus(output[_sta], context);
|
|
@@ -56112,8 +56489,8 @@ const de_TransitGatewayVpcAttachment = (output, context) => {
|
|
|
56112
56489
|
if (output[_cTre] != null) {
|
|
56113
56490
|
contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTre]));
|
|
56114
56491
|
}
|
|
56115
|
-
if (output[
|
|
56116
|
-
contents[
|
|
56492
|
+
if (output[_opt] != null) {
|
|
56493
|
+
contents[_Op] = de_TransitGatewayVpcAttachmentOptions(output[_opt], context);
|
|
56117
56494
|
}
|
|
56118
56495
|
if (output.tagSet === "") {
|
|
56119
56496
|
contents[_Ta] = [];
|
|
@@ -56965,6 +57342,9 @@ const de_Volume = (output, context) => {
|
|
|
56965
57342
|
if (output[_sTs] != null) {
|
|
56966
57343
|
contents[_STs] = __expectString(output[_sTs]);
|
|
56967
57344
|
}
|
|
57345
|
+
if (output[_op] != null) {
|
|
57346
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
57347
|
+
}
|
|
56968
57348
|
if (output[_vIo] != null) {
|
|
56969
57349
|
contents[_VIo] = __expectString(output[_vIo]);
|
|
56970
57350
|
}
|
|
@@ -57267,6 +57647,9 @@ const de_Vpc = (output, context) => {
|
|
|
57267
57647
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57268
57648
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
57269
57649
|
}
|
|
57650
|
+
if (output[_bPAS] != null) {
|
|
57651
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
57652
|
+
}
|
|
57270
57653
|
if (output[_vI] != null) {
|
|
57271
57654
|
contents[_VI] = __expectString(output[_vI]);
|
|
57272
57655
|
}
|
|
@@ -57298,6 +57681,69 @@ const de_VpcAttachmentList = (output, context) => {
|
|
|
57298
57681
|
return de_VpcAttachment(entry, context);
|
|
57299
57682
|
});
|
|
57300
57683
|
};
|
|
57684
|
+
const de_VpcBlockPublicAccessExclusion = (output, context) => {
|
|
57685
|
+
const contents = {};
|
|
57686
|
+
if (output[_eIx] != null) {
|
|
57687
|
+
contents[_EIxc] = __expectString(output[_eIx]);
|
|
57688
|
+
}
|
|
57689
|
+
if (output[_iGEM] != null) {
|
|
57690
|
+
contents[_IGEM] = __expectString(output[_iGEM]);
|
|
57691
|
+
}
|
|
57692
|
+
if (output[_rAe] != null) {
|
|
57693
|
+
contents[_RAes] = __expectString(output[_rAe]);
|
|
57694
|
+
}
|
|
57695
|
+
if (output[_st] != null) {
|
|
57696
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
57697
|
+
}
|
|
57698
|
+
if (output[_rea] != null) {
|
|
57699
|
+
contents[_Rea] = __expectString(output[_rea]);
|
|
57700
|
+
}
|
|
57701
|
+
if (output[_cTrea] != null) {
|
|
57702
|
+
contents[_CTrea] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTrea]));
|
|
57703
|
+
}
|
|
57704
|
+
if (output[_lUTas] != null) {
|
|
57705
|
+
contents[_LUTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lUTas]));
|
|
57706
|
+
}
|
|
57707
|
+
if (output[_dTele] != null) {
|
|
57708
|
+
contents[_DTelet] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTele]));
|
|
57709
|
+
}
|
|
57710
|
+
if (output.tagSet === "") {
|
|
57711
|
+
contents[_Ta] = [];
|
|
57712
|
+
}
|
|
57713
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57714
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
57715
|
+
}
|
|
57716
|
+
return contents;
|
|
57717
|
+
};
|
|
57718
|
+
const de_VpcBlockPublicAccessExclusionList = (output, context) => {
|
|
57719
|
+
return (output || [])
|
|
57720
|
+
.filter((e) => e != null)
|
|
57721
|
+
.map((entry) => {
|
|
57722
|
+
return de_VpcBlockPublicAccessExclusion(entry, context);
|
|
57723
|
+
});
|
|
57724
|
+
};
|
|
57725
|
+
const de_VpcBlockPublicAccessOptions = (output, context) => {
|
|
57726
|
+
const contents = {};
|
|
57727
|
+
if (output[_aAI] != null) {
|
|
57728
|
+
contents[_AAI] = __expectString(output[_aAI]);
|
|
57729
|
+
}
|
|
57730
|
+
if (output[_aRw] != null) {
|
|
57731
|
+
contents[_ARw] = __expectString(output[_aRw]);
|
|
57732
|
+
}
|
|
57733
|
+
if (output[_st] != null) {
|
|
57734
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
57735
|
+
}
|
|
57736
|
+
if (output[_iGBM] != null) {
|
|
57737
|
+
contents[_IGBM] = __expectString(output[_iGBM]);
|
|
57738
|
+
}
|
|
57739
|
+
if (output[_rea] != null) {
|
|
57740
|
+
contents[_Rea] = __expectString(output[_rea]);
|
|
57741
|
+
}
|
|
57742
|
+
if (output[_lUTas] != null) {
|
|
57743
|
+
contents[_LUTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lUTas]));
|
|
57744
|
+
}
|
|
57745
|
+
return contents;
|
|
57746
|
+
};
|
|
57301
57747
|
const de_VpcCidrBlockAssociation = (output, context) => {
|
|
57302
57748
|
const contents = {};
|
|
57303
57749
|
if (output[_aIs] != null) {
|
|
@@ -57635,8 +58081,8 @@ const de_VpnConnection = (output, context) => {
|
|
|
57635
58081
|
if (output[_gAS] != null) {
|
|
57636
58082
|
contents[_GAS] = __expectString(output[_gAS]);
|
|
57637
58083
|
}
|
|
57638
|
-
if (output[
|
|
57639
|
-
contents[
|
|
58084
|
+
if (output[_opt] != null) {
|
|
58085
|
+
contents[_Op] = de_VpnConnectionOptions(output[_opt], context);
|
|
57640
58086
|
}
|
|
57641
58087
|
if (output.routes === "") {
|
|
57642
58088
|
contents[_Rout] = [];
|
|
@@ -57975,6 +58421,7 @@ const _ARs = "AssociatedResource";
|
|
|
57975
58421
|
const _ARss = "AssociatedRoles";
|
|
57976
58422
|
const _ARu = "AutoRecovery";
|
|
57977
58423
|
const _ARut = "AuthorizationRules";
|
|
58424
|
+
const _ARw = "AwsRegion";
|
|
57978
58425
|
const _AS = "AllocationStrategy";
|
|
57979
58426
|
const _ASA = "AmazonSideAsn";
|
|
57980
58427
|
const _ASCB = "AssociateSubnetCidrBlock";
|
|
@@ -58077,6 +58524,7 @@ const _BN = "BucketName";
|
|
|
58077
58524
|
const _BO = "BgpOptions";
|
|
58078
58525
|
const _BOu = "BucketOwner";
|
|
58079
58526
|
const _BP = "BurstablePerformance";
|
|
58527
|
+
const _BPAS = "BlockPublicAccessStates";
|
|
58080
58528
|
const _BPS = "BurstablePerformanceSupported";
|
|
58081
58529
|
const _BPi = "BillingProducts";
|
|
58082
58530
|
const _BS = "BgpStatus";
|
|
@@ -58318,6 +58766,7 @@ const _CVAE = "CreateVerifiedAccessEndpoint";
|
|
|
58318
58766
|
const _CVAG = "CreateVerifiedAccessGroup";
|
|
58319
58767
|
const _CVAI = "CreateVerifiedAccessInstance";
|
|
58320
58768
|
const _CVATP = "CreateVerifiedAccessTrustProvider";
|
|
58769
|
+
const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
58321
58770
|
const _CVC = "CreateVpnConnection";
|
|
58322
58771
|
const _CVCR = "CreateVpnConnectionRoute";
|
|
58323
58772
|
const _CVE = "CreateVpcEndpoint";
|
|
@@ -58672,6 +59121,7 @@ const _DTS = "DpdTimeoutSeconds";
|
|
|
58672
59121
|
const _DTe = "DescribeTags";
|
|
58673
59122
|
const _DTel = "DeletionTime";
|
|
58674
59123
|
const _DTele = "DeleteTime";
|
|
59124
|
+
const _DTelet = "DeletionTimestamp";
|
|
58675
59125
|
const _DTep = "DeprecationTime";
|
|
58676
59126
|
const _DTi = "DisablingTime";
|
|
58677
59127
|
const _DTis = "DisabledTime";
|
|
@@ -58688,6 +59138,9 @@ const _DVATP = "DeleteVerifiedAccessTrustProvider";
|
|
|
58688
59138
|
const _DVATPe = "DescribeVerifiedAccessTrustProviders";
|
|
58689
59139
|
const _DVATPet = "DetachVerifiedAccessTrustProvider";
|
|
58690
59140
|
const _DVAe = "DescribeVpcAttribute";
|
|
59141
|
+
const _DVBPAE = "DeleteVpcBlockPublicAccessExclusion";
|
|
59142
|
+
const _DVBPAEe = "DescribeVpcBlockPublicAccessExclusions";
|
|
59143
|
+
const _DVBPAO = "DescribeVpcBlockPublicAccessOptions";
|
|
58691
59144
|
const _DVC = "DeleteVpnConnection";
|
|
58692
59145
|
const _DVCB = "DisassociateVpcCidrBlock";
|
|
58693
59146
|
const _DVCL = "DescribeVpcClassicLink";
|
|
@@ -58794,7 +59247,9 @@ const _EIf = "EfaInfo";
|
|
|
58794
59247
|
const _EIv = "EventInformation";
|
|
58795
59248
|
const _EIve = "EventId";
|
|
58796
59249
|
const _EIx = "ExportImage";
|
|
58797
|
-
const _EIxc = "
|
|
59250
|
+
const _EIxc = "ExclusionId";
|
|
59251
|
+
const _EIxch = "ExchangeId";
|
|
59252
|
+
const _EIxcl = "ExclusionIds";
|
|
58798
59253
|
const _EKKI = "EncryptionKmsKeyId";
|
|
58799
59254
|
const _ELADI = "EnableLniAtDeviceIndex";
|
|
58800
59255
|
const _ELBL = "ElasticLoadBalancerListener";
|
|
@@ -59069,6 +59524,8 @@ const _IFCS = "InstanceFamilyCreditSpecification";
|
|
|
59069
59524
|
const _IFR = "IamFleetRole";
|
|
59070
59525
|
const _IFRn = "IngressFilterRules";
|
|
59071
59526
|
const _IG = "InstanceGenerations";
|
|
59527
|
+
const _IGBM = "InternetGatewayBlockMode";
|
|
59528
|
+
const _IGEM = "InternetGatewayExclusionMode";
|
|
59072
59529
|
const _IGI = "InternetGatewayId";
|
|
59073
59530
|
const _IGIn = "InternetGatewayIds";
|
|
59074
59531
|
const _IGn = "InternetGateway";
|
|
@@ -59340,6 +59797,7 @@ const _LTi = "LicenseType";
|
|
|
59340
59797
|
const _LTo = "LocalTarget";
|
|
59341
59798
|
const _LUT = "LastUpdateTime";
|
|
59342
59799
|
const _LUTa = "LastUpdatedTime";
|
|
59800
|
+
const _LUTas = "LastUpdateTimestamp";
|
|
59343
59801
|
const _LV = "LogVersion";
|
|
59344
59802
|
const _LVN = "LatestVersionNumber";
|
|
59345
59803
|
const _La = "Latest";
|
|
@@ -59464,6 +59922,8 @@ const _MVAI = "ModifyVerifiedAccessInstance";
|
|
|
59464
59922
|
const _MVAILC = "ModifyVerifiedAccessInstanceLoggingConfiguration";
|
|
59465
59923
|
const _MVATP = "ModifyVerifiedAccessTrustProvider";
|
|
59466
59924
|
const _MVAo = "ModifyVpcAttribute";
|
|
59925
|
+
const _MVBPAE = "ModifyVpcBlockPublicAccessExclusion";
|
|
59926
|
+
const _MVBPAO = "ModifyVpcBlockPublicAccessOptions";
|
|
59467
59927
|
const _MVC = "ModifyVpnConnection";
|
|
59468
59928
|
const _MVCO = "ModifyVpnConnectionOptions";
|
|
59469
59929
|
const _MVE = "ModifyVpcEndpoint";
|
|
@@ -59481,6 +59941,7 @@ const _MVi = "MinVersion";
|
|
|
59481
59941
|
const _Ma = "Max";
|
|
59482
59942
|
const _Mai = "Main";
|
|
59483
59943
|
const _Man = "Manufacturer";
|
|
59944
|
+
const _Mana = "Managed";
|
|
59484
59945
|
const _Mar = "Marketplace";
|
|
59485
59946
|
const _Me = "Message";
|
|
59486
59947
|
const _Mes = "Messages";
|
|
@@ -59561,7 +60022,7 @@ const _NT = "NextToken";
|
|
|
59561
60022
|
const _NTI = "NitroTpmInfo";
|
|
59562
60023
|
const _NTS = "NitroTpmSupport";
|
|
59563
60024
|
const _NTe = "NetworkType";
|
|
59564
|
-
const _O = "
|
|
60025
|
+
const _O = "Operator";
|
|
59565
60026
|
const _OA = "OutpostArn";
|
|
59566
60027
|
const _OAr = "OrganizationArn";
|
|
59567
60028
|
const _OArg = "OrganizationArns";
|
|
@@ -59601,6 +60062,7 @@ const _OU = "OccurrenceUnit";
|
|
|
59601
60062
|
const _OUA = "OrganizationalUnitArn";
|
|
59602
60063
|
const _OUAr = "OrganizationalUnitArns";
|
|
59603
60064
|
const _OVT = "OriginalVolumeType";
|
|
60065
|
+
const _Op = "Options";
|
|
59604
60066
|
const _Or = "Origin";
|
|
59605
60067
|
const _Ou = "Output";
|
|
59606
60068
|
const _Ov = "Overrides";
|
|
@@ -59775,6 +60237,7 @@ const _RAP = "RemoveAllowedPrincipals";
|
|
|
59775
60237
|
const _RART = "RemoveAllocationResourceTags";
|
|
59776
60238
|
const _RATC = "RestoreAddressToClassic";
|
|
59777
60239
|
const _RAe = "ResolveAlias";
|
|
60240
|
+
const _RAes = "ResourceArn";
|
|
59778
60241
|
const _RAo = "RoleArn";
|
|
59779
60242
|
const _RAu = "RuleAction";
|
|
59780
60243
|
const _RB = "RequestedBy";
|
|
@@ -60356,6 +60819,9 @@ const _VATPI = "VerifiedAccessTrustProviderId";
|
|
|
60356
60819
|
const _VATPIe = "VerifiedAccessTrustProviderIds";
|
|
60357
60820
|
const _VATPe = "VerifiedAccessTrustProviders";
|
|
60358
60821
|
const _VAp = "VpcAttachments";
|
|
60822
|
+
const _VBPAE = "VpcBlockPublicAccessExclusion";
|
|
60823
|
+
const _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
60824
|
+
const _VBPAO = "VpcBlockPublicAccessOptions";
|
|
60359
60825
|
const _VC = "VpnConnection";
|
|
60360
60826
|
const _VCC = "VCpuCount";
|
|
60361
60827
|
const _VCDSC = "VpnConnectionDeviceSampleConfiguration";
|
|
@@ -60516,6 +60982,7 @@ const _aRcc = "acceptanceRequired";
|
|
|
60516
60982
|
const _aRd = "addressRegion";
|
|
60517
60983
|
const _aRs = "associatedResource";
|
|
60518
60984
|
const _aRu = "autoRecovery";
|
|
60985
|
+
const _aRw = "awsRegion";
|
|
60519
60986
|
const _aS = "associationState";
|
|
60520
60987
|
const _aSA = "amazonSideAsn";
|
|
60521
60988
|
const _aSS = "amdSevSnp";
|
|
@@ -60591,6 +61058,7 @@ const _bMa = "bareMetal";
|
|
|
60591
61058
|
const _bN = "bucketName";
|
|
60592
61059
|
const _bO = "bucketOwner";
|
|
60593
61060
|
const _bP = "burstablePerformance";
|
|
61061
|
+
const _bPAS = "blockPublicAccessStates";
|
|
60594
61062
|
const _bPS = "burstablePerformanceSupported";
|
|
60595
61063
|
const _bS = "byoasnSet";
|
|
60596
61064
|
const _bSg = "bgpStatus";
|
|
@@ -60808,6 +61276,7 @@ const _dTPT = "deviceTrustProviderType";
|
|
|
60808
61276
|
const _dTS = "dpdTimeoutSeconds";
|
|
60809
61277
|
const _dTe = "deprecationTime";
|
|
60810
61278
|
const _dTel = "deleteTime";
|
|
61279
|
+
const _dTele = "deletionTimestamp";
|
|
60811
61280
|
const _dTi = "disablingTime";
|
|
60812
61281
|
const _dTis = "disabledTime";
|
|
60813
61282
|
const _dV = "destinationVpc";
|
|
@@ -60866,6 +61335,7 @@ const _eIb = "ebsInfo";
|
|
|
60866
61335
|
const _eIf = "efaInfo";
|
|
60867
61336
|
const _eIv = "eventInformation";
|
|
60868
61337
|
const _eIve = "eventId";
|
|
61338
|
+
const _eIx = "exclusionId";
|
|
60869
61339
|
const _eKKI = "encryptionKmsKeyId";
|
|
60870
61340
|
const _eLADI = "enableLniAtDeviceIndex";
|
|
60871
61341
|
const _eLBL = "elasticLoadBalancerListener";
|
|
@@ -61055,6 +61525,8 @@ const _iFCS = "instanceFamilyCreditSpecification";
|
|
|
61055
61525
|
const _iFR = "iamFleetRole";
|
|
61056
61526
|
const _iFRS = "ingressFilterRuleSet";
|
|
61057
61527
|
const _iG = "internetGateway";
|
|
61528
|
+
const _iGBM = "internetGatewayBlockMode";
|
|
61529
|
+
const _iGEM = "internetGatewayExclusionMode";
|
|
61058
61530
|
const _iGI = "internetGatewayId";
|
|
61059
61531
|
const _iGS = "internetGatewaySet";
|
|
61060
61532
|
const _iGSn = "instanceGenerationSet";
|
|
@@ -61286,6 +61758,7 @@ const _lTi = "licenseType";
|
|
|
61286
61758
|
const _lTo = "locationType";
|
|
61287
61759
|
const _lUT = "lastUpdateTime";
|
|
61288
61760
|
const _lUTa = "lastUpdatedTime";
|
|
61761
|
+
const _lUTas = "lastUpdateTimestamp";
|
|
61289
61762
|
const _lV = "logVersion";
|
|
61290
61763
|
const _lVN = "latestVersionNumber";
|
|
61291
61764
|
const _lo = "location";
|
|
@@ -61345,6 +61818,7 @@ const _mVE = "managesVpcEndpoints";
|
|
|
61345
61818
|
const _ma = "max";
|
|
61346
61819
|
const _mai = "main";
|
|
61347
61820
|
const _man = "manufacturer";
|
|
61821
|
+
const _mana = "managed";
|
|
61348
61822
|
const _mar = "marketplace";
|
|
61349
61823
|
const _me = "message";
|
|
61350
61824
|
const _mem = "member";
|
|
@@ -61451,7 +61925,8 @@ const _oTr = "originalThroughput";
|
|
|
61451
61925
|
const _oU = "occurrenceUnit";
|
|
61452
61926
|
const _oUA = "organizationalUnitArn";
|
|
61453
61927
|
const _oVT = "originalVolumeType";
|
|
61454
|
-
const _op = "
|
|
61928
|
+
const _op = "operator";
|
|
61929
|
+
const _opt = "options";
|
|
61455
61930
|
const _ou = "output";
|
|
61456
61931
|
const _ov = "overrides";
|
|
61457
61932
|
const _ow = "owner";
|
|
@@ -61584,6 +62059,7 @@ const _pu = "public";
|
|
|
61584
62059
|
const _pur = "purchase";
|
|
61585
62060
|
const _r = "return";
|
|
61586
62061
|
const _rA = "ruleAction";
|
|
62062
|
+
const _rAe = "resourceArn";
|
|
61587
62063
|
const _rB = "requestedBy";
|
|
61588
62064
|
const _rBET = "recycleBinEnterTime";
|
|
61589
62065
|
const _rBETe = "recycleBinExitTime";
|
|
@@ -62026,6 +62502,9 @@ const _vAIS = "verifiedAccessInstanceSet";
|
|
|
62026
62502
|
const _vATP = "verifiedAccessTrustProvider";
|
|
62027
62503
|
const _vATPI = "verifiedAccessTrustProviderId";
|
|
62028
62504
|
const _vATPS = "verifiedAccessTrustProviderSet";
|
|
62505
|
+
const _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
62506
|
+
const _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
62507
|
+
const _vBPAO = "vpcBlockPublicAccessOptions";
|
|
62029
62508
|
const _vC = "vpnConnection";
|
|
62030
62509
|
const _vCC = "vCpuCount";
|
|
62031
62510
|
const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|