@aws-sdk/client-ec2 3.695.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 +551 -19
- 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/protocols/Aws_ec2.js +395 -2
- 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/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
- 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/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/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/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -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 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- 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/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +66 -80
- package/dist-types/models/models_2.d.ts +220 -106
- package/dist-types/models/models_3.d.ts +155 -371
- package/dist-types/models/models_4.d.ts +423 -401
- package/dist-types/models/models_5.d.ts +567 -506
- package/dist-types/models/models_6.d.ts +3268 -3187
- package/dist-types/models/models_7.d.ts +502 -28
- 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 +4 -2
- 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/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/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- 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 +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 +12 -15
- package/dist-types/ts3.4/models/models_2.d.ts +56 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -69
- package/dist-types/ts3.4/models/models_4.d.ts +70 -70
- package/dist-types/ts3.4/models/models_5.d.ts +111 -101
- package/dist-types/ts3.4/models/models_6.d.ts +100 -102
- package/dist-types/ts3.4/models/models_7.d.ts +124 -2
- 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);
|
|
@@ -19014,6 +19152,29 @@ const se_CreateVolumeRequest = (input, context) => {
|
|
|
19014
19152
|
}
|
|
19015
19153
|
return entries;
|
|
19016
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
|
+
};
|
|
19017
19178
|
const se_CreateVpcEndpointConnectionNotificationRequest = (input, context) => {
|
|
19018
19179
|
const entries = {};
|
|
19019
19180
|
if (input[_DRr] != null) {
|
|
@@ -20157,6 +20318,16 @@ const se_DeleteVolumeRequest = (input, context) => {
|
|
|
20157
20318
|
}
|
|
20158
20319
|
return entries;
|
|
20159
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
|
+
};
|
|
20160
20331
|
const se_DeleteVpcEndpointConnectionNotificationsRequest = (input, context) => {
|
|
20161
20332
|
const entries = {};
|
|
20162
20333
|
if (input[_DRr] != null) {
|
|
@@ -24021,6 +24192,40 @@ const se_DescribeVpcAttributeRequest = (input, context) => {
|
|
|
24021
24192
|
}
|
|
24022
24193
|
return entries;
|
|
24023
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
|
+
};
|
|
24024
24229
|
const se_DescribeVpcClassicLinkDnsSupportRequest = (input, context) => {
|
|
24025
24230
|
const entries = {};
|
|
24026
24231
|
if (input[_VIp] != null) {
|
|
@@ -30706,6 +30911,29 @@ const se_ModifyVpcAttributeRequest = (input, context) => {
|
|
|
30706
30911
|
}
|
|
30707
30912
|
return entries;
|
|
30708
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
|
+
};
|
|
30709
30937
|
const se_ModifyVpcEndpointConnectionNotificationRequest = (input, context) => {
|
|
30710
30938
|
const entries = {};
|
|
30711
30939
|
if (input[_DRr] != null) {
|
|
@@ -35877,6 +36105,18 @@ const se_VolumeIdStringList = (input, context) => {
|
|
|
35877
36105
|
}
|
|
35878
36106
|
return entries;
|
|
35879
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
|
+
};
|
|
35880
36120
|
const se_VpcClassicLinkIdList = (input, context) => {
|
|
35881
36121
|
const entries = {};
|
|
35882
36122
|
let counter = 1;
|
|
@@ -36249,7 +36489,7 @@ const de_AcceptCapacityReservationBillingOwnershipResult = (output, context) =>
|
|
|
36249
36489
|
const de_AcceptReservedInstancesExchangeQuoteResult = (output, context) => {
|
|
36250
36490
|
const contents = {};
|
|
36251
36491
|
if (output[_eI] != null) {
|
|
36252
|
-
contents[
|
|
36492
|
+
contents[_EIxch] = __expectString(output[_eI]);
|
|
36253
36493
|
}
|
|
36254
36494
|
return contents;
|
|
36255
36495
|
};
|
|
@@ -37399,6 +37639,13 @@ const de_BlockDeviceMappingList = (output, context) => {
|
|
|
37399
37639
|
return de_BlockDeviceMapping(entry, context);
|
|
37400
37640
|
});
|
|
37401
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
|
+
};
|
|
37402
37649
|
const de_BootModeTypeList = (output, context) => {
|
|
37403
37650
|
return (output || [])
|
|
37404
37651
|
.filter((e) => e != null)
|
|
@@ -39362,6 +39609,13 @@ const de_CreateVolumePermissionList = (output, context) => {
|
|
|
39362
39609
|
return de_CreateVolumePermission(entry, context);
|
|
39363
39610
|
});
|
|
39364
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
|
+
};
|
|
39365
39619
|
const de_CreateVpcEndpointConnectionNotificationResult = (output, context) => {
|
|
39366
39620
|
const contents = {};
|
|
39367
39621
|
if (output[_cNo] != null) {
|
|
@@ -40007,6 +40261,13 @@ const de_DeleteVerifiedAccessTrustProviderResult = (output, context) => {
|
|
|
40007
40261
|
}
|
|
40008
40262
|
return contents;
|
|
40009
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
|
+
};
|
|
40010
40271
|
const de_DeleteVpcEndpointConnectionNotificationsResult = (output, context) => {
|
|
40011
40272
|
const contents = {};
|
|
40012
40273
|
if (output.unsuccessful === "") {
|
|
@@ -42068,6 +42329,26 @@ const de_DescribeVpcAttributeResult = (output, context) => {
|
|
|
42068
42329
|
}
|
|
42069
42330
|
return contents;
|
|
42070
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
|
+
};
|
|
42071
42352
|
const de_DescribeVpcClassicLinkDnsSupportResult = (output, context) => {
|
|
42072
42353
|
const contents = {};
|
|
42073
42354
|
if (output[_nTe] != null) {
|
|
@@ -49990,6 +50271,20 @@ const de_ModifyVolumeResult = (output, context) => {
|
|
|
49990
50271
|
}
|
|
49991
50272
|
return contents;
|
|
49992
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
|
+
};
|
|
49993
50288
|
const de_ModifyVpcEndpointConnectionNotificationResult = (output, context) => {
|
|
49994
50289
|
const contents = {};
|
|
49995
50290
|
if (output[_r] != null) {
|
|
@@ -54610,6 +54905,9 @@ const de_Subnet = (output, context) => {
|
|
|
54610
54905
|
if (output[_pDNOOL] != null) {
|
|
54611
54906
|
contents[_PDNOOL] = de_PrivateDnsNameOptionsOnLaunch(output[_pDNOOL], context);
|
|
54612
54907
|
}
|
|
54908
|
+
if (output[_bPAS] != null) {
|
|
54909
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
54910
|
+
}
|
|
54613
54911
|
if (output[_sIu] != null) {
|
|
54614
54912
|
contents[_SIub] = __expectString(output[_sIu]);
|
|
54615
54913
|
}
|
|
@@ -57349,6 +57647,9 @@ const de_Vpc = (output, context) => {
|
|
|
57349
57647
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57350
57648
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
57351
57649
|
}
|
|
57650
|
+
if (output[_bPAS] != null) {
|
|
57651
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
57652
|
+
}
|
|
57352
57653
|
if (output[_vI] != null) {
|
|
57353
57654
|
contents[_VI] = __expectString(output[_vI]);
|
|
57354
57655
|
}
|
|
@@ -57380,6 +57681,69 @@ const de_VpcAttachmentList = (output, context) => {
|
|
|
57380
57681
|
return de_VpcAttachment(entry, context);
|
|
57381
57682
|
});
|
|
57382
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
|
+
};
|
|
57383
57747
|
const de_VpcCidrBlockAssociation = (output, context) => {
|
|
57384
57748
|
const contents = {};
|
|
57385
57749
|
if (output[_aIs] != null) {
|
|
@@ -58057,6 +58421,7 @@ const _ARs = "AssociatedResource";
|
|
|
58057
58421
|
const _ARss = "AssociatedRoles";
|
|
58058
58422
|
const _ARu = "AutoRecovery";
|
|
58059
58423
|
const _ARut = "AuthorizationRules";
|
|
58424
|
+
const _ARw = "AwsRegion";
|
|
58060
58425
|
const _AS = "AllocationStrategy";
|
|
58061
58426
|
const _ASA = "AmazonSideAsn";
|
|
58062
58427
|
const _ASCB = "AssociateSubnetCidrBlock";
|
|
@@ -58159,6 +58524,7 @@ const _BN = "BucketName";
|
|
|
58159
58524
|
const _BO = "BgpOptions";
|
|
58160
58525
|
const _BOu = "BucketOwner";
|
|
58161
58526
|
const _BP = "BurstablePerformance";
|
|
58527
|
+
const _BPAS = "BlockPublicAccessStates";
|
|
58162
58528
|
const _BPS = "BurstablePerformanceSupported";
|
|
58163
58529
|
const _BPi = "BillingProducts";
|
|
58164
58530
|
const _BS = "BgpStatus";
|
|
@@ -58400,6 +58766,7 @@ const _CVAE = "CreateVerifiedAccessEndpoint";
|
|
|
58400
58766
|
const _CVAG = "CreateVerifiedAccessGroup";
|
|
58401
58767
|
const _CVAI = "CreateVerifiedAccessInstance";
|
|
58402
58768
|
const _CVATP = "CreateVerifiedAccessTrustProvider";
|
|
58769
|
+
const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
58403
58770
|
const _CVC = "CreateVpnConnection";
|
|
58404
58771
|
const _CVCR = "CreateVpnConnectionRoute";
|
|
58405
58772
|
const _CVE = "CreateVpcEndpoint";
|
|
@@ -58754,6 +59121,7 @@ const _DTS = "DpdTimeoutSeconds";
|
|
|
58754
59121
|
const _DTe = "DescribeTags";
|
|
58755
59122
|
const _DTel = "DeletionTime";
|
|
58756
59123
|
const _DTele = "DeleteTime";
|
|
59124
|
+
const _DTelet = "DeletionTimestamp";
|
|
58757
59125
|
const _DTep = "DeprecationTime";
|
|
58758
59126
|
const _DTi = "DisablingTime";
|
|
58759
59127
|
const _DTis = "DisabledTime";
|
|
@@ -58770,6 +59138,9 @@ const _DVATP = "DeleteVerifiedAccessTrustProvider";
|
|
|
58770
59138
|
const _DVATPe = "DescribeVerifiedAccessTrustProviders";
|
|
58771
59139
|
const _DVATPet = "DetachVerifiedAccessTrustProvider";
|
|
58772
59140
|
const _DVAe = "DescribeVpcAttribute";
|
|
59141
|
+
const _DVBPAE = "DeleteVpcBlockPublicAccessExclusion";
|
|
59142
|
+
const _DVBPAEe = "DescribeVpcBlockPublicAccessExclusions";
|
|
59143
|
+
const _DVBPAO = "DescribeVpcBlockPublicAccessOptions";
|
|
58773
59144
|
const _DVC = "DeleteVpnConnection";
|
|
58774
59145
|
const _DVCB = "DisassociateVpcCidrBlock";
|
|
58775
59146
|
const _DVCL = "DescribeVpcClassicLink";
|
|
@@ -58876,7 +59247,9 @@ const _EIf = "EfaInfo";
|
|
|
58876
59247
|
const _EIv = "EventInformation";
|
|
58877
59248
|
const _EIve = "EventId";
|
|
58878
59249
|
const _EIx = "ExportImage";
|
|
58879
|
-
const _EIxc = "
|
|
59250
|
+
const _EIxc = "ExclusionId";
|
|
59251
|
+
const _EIxch = "ExchangeId";
|
|
59252
|
+
const _EIxcl = "ExclusionIds";
|
|
58880
59253
|
const _EKKI = "EncryptionKmsKeyId";
|
|
58881
59254
|
const _ELADI = "EnableLniAtDeviceIndex";
|
|
58882
59255
|
const _ELBL = "ElasticLoadBalancerListener";
|
|
@@ -59151,6 +59524,8 @@ const _IFCS = "InstanceFamilyCreditSpecification";
|
|
|
59151
59524
|
const _IFR = "IamFleetRole";
|
|
59152
59525
|
const _IFRn = "IngressFilterRules";
|
|
59153
59526
|
const _IG = "InstanceGenerations";
|
|
59527
|
+
const _IGBM = "InternetGatewayBlockMode";
|
|
59528
|
+
const _IGEM = "InternetGatewayExclusionMode";
|
|
59154
59529
|
const _IGI = "InternetGatewayId";
|
|
59155
59530
|
const _IGIn = "InternetGatewayIds";
|
|
59156
59531
|
const _IGn = "InternetGateway";
|
|
@@ -59422,6 +59797,7 @@ const _LTi = "LicenseType";
|
|
|
59422
59797
|
const _LTo = "LocalTarget";
|
|
59423
59798
|
const _LUT = "LastUpdateTime";
|
|
59424
59799
|
const _LUTa = "LastUpdatedTime";
|
|
59800
|
+
const _LUTas = "LastUpdateTimestamp";
|
|
59425
59801
|
const _LV = "LogVersion";
|
|
59426
59802
|
const _LVN = "LatestVersionNumber";
|
|
59427
59803
|
const _La = "Latest";
|
|
@@ -59546,6 +59922,8 @@ const _MVAI = "ModifyVerifiedAccessInstance";
|
|
|
59546
59922
|
const _MVAILC = "ModifyVerifiedAccessInstanceLoggingConfiguration";
|
|
59547
59923
|
const _MVATP = "ModifyVerifiedAccessTrustProvider";
|
|
59548
59924
|
const _MVAo = "ModifyVpcAttribute";
|
|
59925
|
+
const _MVBPAE = "ModifyVpcBlockPublicAccessExclusion";
|
|
59926
|
+
const _MVBPAO = "ModifyVpcBlockPublicAccessOptions";
|
|
59549
59927
|
const _MVC = "ModifyVpnConnection";
|
|
59550
59928
|
const _MVCO = "ModifyVpnConnectionOptions";
|
|
59551
59929
|
const _MVE = "ModifyVpcEndpoint";
|
|
@@ -59859,6 +60237,7 @@ const _RAP = "RemoveAllowedPrincipals";
|
|
|
59859
60237
|
const _RART = "RemoveAllocationResourceTags";
|
|
59860
60238
|
const _RATC = "RestoreAddressToClassic";
|
|
59861
60239
|
const _RAe = "ResolveAlias";
|
|
60240
|
+
const _RAes = "ResourceArn";
|
|
59862
60241
|
const _RAo = "RoleArn";
|
|
59863
60242
|
const _RAu = "RuleAction";
|
|
59864
60243
|
const _RB = "RequestedBy";
|
|
@@ -60440,6 +60819,9 @@ const _VATPI = "VerifiedAccessTrustProviderId";
|
|
|
60440
60819
|
const _VATPIe = "VerifiedAccessTrustProviderIds";
|
|
60441
60820
|
const _VATPe = "VerifiedAccessTrustProviders";
|
|
60442
60821
|
const _VAp = "VpcAttachments";
|
|
60822
|
+
const _VBPAE = "VpcBlockPublicAccessExclusion";
|
|
60823
|
+
const _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
60824
|
+
const _VBPAO = "VpcBlockPublicAccessOptions";
|
|
60443
60825
|
const _VC = "VpnConnection";
|
|
60444
60826
|
const _VCC = "VCpuCount";
|
|
60445
60827
|
const _VCDSC = "VpnConnectionDeviceSampleConfiguration";
|
|
@@ -60600,6 +60982,7 @@ const _aRcc = "acceptanceRequired";
|
|
|
60600
60982
|
const _aRd = "addressRegion";
|
|
60601
60983
|
const _aRs = "associatedResource";
|
|
60602
60984
|
const _aRu = "autoRecovery";
|
|
60985
|
+
const _aRw = "awsRegion";
|
|
60603
60986
|
const _aS = "associationState";
|
|
60604
60987
|
const _aSA = "amazonSideAsn";
|
|
60605
60988
|
const _aSS = "amdSevSnp";
|
|
@@ -60675,6 +61058,7 @@ const _bMa = "bareMetal";
|
|
|
60675
61058
|
const _bN = "bucketName";
|
|
60676
61059
|
const _bO = "bucketOwner";
|
|
60677
61060
|
const _bP = "burstablePerformance";
|
|
61061
|
+
const _bPAS = "blockPublicAccessStates";
|
|
60678
61062
|
const _bPS = "burstablePerformanceSupported";
|
|
60679
61063
|
const _bS = "byoasnSet";
|
|
60680
61064
|
const _bSg = "bgpStatus";
|
|
@@ -60892,6 +61276,7 @@ const _dTPT = "deviceTrustProviderType";
|
|
|
60892
61276
|
const _dTS = "dpdTimeoutSeconds";
|
|
60893
61277
|
const _dTe = "deprecationTime";
|
|
60894
61278
|
const _dTel = "deleteTime";
|
|
61279
|
+
const _dTele = "deletionTimestamp";
|
|
60895
61280
|
const _dTi = "disablingTime";
|
|
60896
61281
|
const _dTis = "disabledTime";
|
|
60897
61282
|
const _dV = "destinationVpc";
|
|
@@ -60950,6 +61335,7 @@ const _eIb = "ebsInfo";
|
|
|
60950
61335
|
const _eIf = "efaInfo";
|
|
60951
61336
|
const _eIv = "eventInformation";
|
|
60952
61337
|
const _eIve = "eventId";
|
|
61338
|
+
const _eIx = "exclusionId";
|
|
60953
61339
|
const _eKKI = "encryptionKmsKeyId";
|
|
60954
61340
|
const _eLADI = "enableLniAtDeviceIndex";
|
|
60955
61341
|
const _eLBL = "elasticLoadBalancerListener";
|
|
@@ -61139,6 +61525,8 @@ const _iFCS = "instanceFamilyCreditSpecification";
|
|
|
61139
61525
|
const _iFR = "iamFleetRole";
|
|
61140
61526
|
const _iFRS = "ingressFilterRuleSet";
|
|
61141
61527
|
const _iG = "internetGateway";
|
|
61528
|
+
const _iGBM = "internetGatewayBlockMode";
|
|
61529
|
+
const _iGEM = "internetGatewayExclusionMode";
|
|
61142
61530
|
const _iGI = "internetGatewayId";
|
|
61143
61531
|
const _iGS = "internetGatewaySet";
|
|
61144
61532
|
const _iGSn = "instanceGenerationSet";
|
|
@@ -61370,6 +61758,7 @@ const _lTi = "licenseType";
|
|
|
61370
61758
|
const _lTo = "locationType";
|
|
61371
61759
|
const _lUT = "lastUpdateTime";
|
|
61372
61760
|
const _lUTa = "lastUpdatedTime";
|
|
61761
|
+
const _lUTas = "lastUpdateTimestamp";
|
|
61373
61762
|
const _lV = "logVersion";
|
|
61374
61763
|
const _lVN = "latestVersionNumber";
|
|
61375
61764
|
const _lo = "location";
|
|
@@ -61670,6 +62059,7 @@ const _pu = "public";
|
|
|
61670
62059
|
const _pur = "purchase";
|
|
61671
62060
|
const _r = "return";
|
|
61672
62061
|
const _rA = "ruleAction";
|
|
62062
|
+
const _rAe = "resourceArn";
|
|
61673
62063
|
const _rB = "requestedBy";
|
|
61674
62064
|
const _rBET = "recycleBinEnterTime";
|
|
61675
62065
|
const _rBETe = "recycleBinExitTime";
|
|
@@ -62112,6 +62502,9 @@ const _vAIS = "verifiedAccessInstanceSet";
|
|
|
62112
62502
|
const _vATP = "verifiedAccessTrustProvider";
|
|
62113
62503
|
const _vATPI = "verifiedAccessTrustProviderId";
|
|
62114
62504
|
const _vATPS = "verifiedAccessTrustProviderSet";
|
|
62505
|
+
const _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
62506
|
+
const _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
62507
|
+
const _vBPAO = "vpcBlockPublicAccessOptions";
|
|
62115
62508
|
const _vC = "vpnConnection";
|
|
62116
62509
|
const _vCC = "vCpuCount";
|
|
62117
62510
|
const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|