@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
package/dist-cjs/index.js
CHANGED
|
@@ -96,6 +96,7 @@ __export(src_exports, {
|
|
|
96
96
|
BareMetal: () => BareMetal,
|
|
97
97
|
BatchState: () => BatchState,
|
|
98
98
|
BgpStatus: () => BgpStatus,
|
|
99
|
+
BlockPublicAccessMode: () => BlockPublicAccessMode,
|
|
99
100
|
BootModeType: () => BootModeType,
|
|
100
101
|
BootModeValues: () => BootModeValues,
|
|
101
102
|
BundleInstanceCommand: () => BundleInstanceCommand,
|
|
@@ -229,6 +230,7 @@ __export(src_exports, {
|
|
|
229
230
|
CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog: () => CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
230
231
|
CreateVerifiedAccessTrustProviderResultFilterSensitiveLog: () => CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
231
232
|
CreateVolumeCommand: () => CreateVolumeCommand,
|
|
233
|
+
CreateVpcBlockPublicAccessExclusionCommand: () => CreateVpcBlockPublicAccessExclusionCommand,
|
|
232
234
|
CreateVpcCommand: () => CreateVpcCommand,
|
|
233
235
|
CreateVpcEndpointCommand: () => CreateVpcEndpointCommand,
|
|
234
236
|
CreateVpcEndpointConnectionNotificationCommand: () => CreateVpcEndpointConnectionNotificationCommand,
|
|
@@ -316,6 +318,7 @@ __export(src_exports, {
|
|
|
316
318
|
DeleteVerifiedAccessTrustProviderCommand: () => DeleteVerifiedAccessTrustProviderCommand,
|
|
317
319
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: () => DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
318
320
|
DeleteVolumeCommand: () => DeleteVolumeCommand,
|
|
321
|
+
DeleteVpcBlockPublicAccessExclusionCommand: () => DeleteVpcBlockPublicAccessExclusionCommand,
|
|
319
322
|
DeleteVpcCommand: () => DeleteVpcCommand,
|
|
320
323
|
DeleteVpcEndpointConnectionNotificationsCommand: () => DeleteVpcEndpointConnectionNotificationsCommand,
|
|
321
324
|
DeleteVpcEndpointServiceConfigurationsCommand: () => DeleteVpcEndpointServiceConfigurationsCommand,
|
|
@@ -483,6 +486,8 @@ __export(src_exports, {
|
|
|
483
486
|
DescribeVolumesCommand: () => DescribeVolumesCommand,
|
|
484
487
|
DescribeVolumesModificationsCommand: () => DescribeVolumesModificationsCommand,
|
|
485
488
|
DescribeVpcAttributeCommand: () => DescribeVpcAttributeCommand,
|
|
489
|
+
DescribeVpcBlockPublicAccessExclusionsCommand: () => DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
490
|
+
DescribeVpcBlockPublicAccessOptionsCommand: () => DescribeVpcBlockPublicAccessOptionsCommand,
|
|
486
491
|
DescribeVpcClassicLinkCommand: () => DescribeVpcClassicLinkCommand,
|
|
487
492
|
DescribeVpcClassicLinkDnsSupportCommand: () => DescribeVpcClassicLinkDnsSupportCommand,
|
|
488
493
|
DescribeVpcEndpointConnectionNotificationsCommand: () => DescribeVpcEndpointConnectionNotificationsCommand,
|
|
@@ -716,6 +721,8 @@ __export(src_exports, {
|
|
|
716
721
|
InstanceTypeHypervisor: () => InstanceTypeHypervisor,
|
|
717
722
|
InterfacePermissionType: () => InterfacePermissionType,
|
|
718
723
|
InterfaceProtocolType: () => InterfaceProtocolType,
|
|
724
|
+
InternetGatewayBlockMode: () => InternetGatewayBlockMode,
|
|
725
|
+
InternetGatewayExclusionMode: () => InternetGatewayExclusionMode,
|
|
719
726
|
IpAddressType: () => IpAddressType,
|
|
720
727
|
IpSource: () => IpSource,
|
|
721
728
|
IpamAddressHistoryResourceType: () => IpamAddressHistoryResourceType,
|
|
@@ -835,6 +842,8 @@ __export(src_exports, {
|
|
|
835
842
|
ModifyVolumeAttributeCommand: () => ModifyVolumeAttributeCommand,
|
|
836
843
|
ModifyVolumeCommand: () => ModifyVolumeCommand,
|
|
837
844
|
ModifyVpcAttributeCommand: () => ModifyVpcAttributeCommand,
|
|
845
|
+
ModifyVpcBlockPublicAccessExclusionCommand: () => ModifyVpcBlockPublicAccessExclusionCommand,
|
|
846
|
+
ModifyVpcBlockPublicAccessOptionsCommand: () => ModifyVpcBlockPublicAccessOptionsCommand,
|
|
838
847
|
ModifyVpcEndpointCommand: () => ModifyVpcEndpointCommand,
|
|
839
848
|
ModifyVpcEndpointConnectionNotificationCommand: () => ModifyVpcEndpointConnectionNotificationCommand,
|
|
840
849
|
ModifyVpcEndpointServiceConfigurationCommand: () => ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -1073,6 +1082,8 @@ __export(src_exports, {
|
|
|
1073
1082
|
VolumeStatusName: () => VolumeStatusName,
|
|
1074
1083
|
VolumeType: () => VolumeType,
|
|
1075
1084
|
VpcAttributeName: () => VpcAttributeName,
|
|
1085
|
+
VpcBlockPublicAccessExclusionState: () => VpcBlockPublicAccessExclusionState,
|
|
1086
|
+
VpcBlockPublicAccessState: () => VpcBlockPublicAccessState,
|
|
1076
1087
|
VpcCidrBlockStateCode: () => VpcCidrBlockStateCode,
|
|
1077
1088
|
VpcEndpointType: () => VpcEndpointType,
|
|
1078
1089
|
VpcPeeringConnectionStateReasonCode: () => VpcPeeringConnectionStateReasonCode,
|
|
@@ -2824,6 +2835,16 @@ var se_CreateVpcCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2824
2835
|
});
|
|
2825
2836
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2826
2837
|
}, "se_CreateVpcCommand");
|
|
2838
|
+
var se_CreateVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2839
|
+
const headers = SHARED_HEADERS;
|
|
2840
|
+
let body;
|
|
2841
|
+
body = buildFormUrlencodedString({
|
|
2842
|
+
...se_CreateVpcBlockPublicAccessExclusionRequest(input, context),
|
|
2843
|
+
[_A]: _CVBPAE,
|
|
2844
|
+
[_V]: _
|
|
2845
|
+
});
|
|
2846
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2847
|
+
}, "se_CreateVpcBlockPublicAccessExclusionCommand");
|
|
2827
2848
|
var se_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2828
2849
|
const headers = SHARED_HEADERS;
|
|
2829
2850
|
let body;
|
|
@@ -3574,6 +3595,16 @@ var se_DeleteVpcCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3574
3595
|
});
|
|
3575
3596
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3576
3597
|
}, "se_DeleteVpcCommand");
|
|
3598
|
+
var se_DeleteVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3599
|
+
const headers = SHARED_HEADERS;
|
|
3600
|
+
let body;
|
|
3601
|
+
body = buildFormUrlencodedString({
|
|
3602
|
+
...se_DeleteVpcBlockPublicAccessExclusionRequest(input, context),
|
|
3603
|
+
[_A]: _DVBPAE,
|
|
3604
|
+
[_V]: _
|
|
3605
|
+
});
|
|
3606
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3607
|
+
}, "se_DeleteVpcBlockPublicAccessExclusionCommand");
|
|
3577
3608
|
var se_DeleteVpcEndpointConnectionNotificationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3578
3609
|
const headers = SHARED_HEADERS;
|
|
3579
3610
|
let body;
|
|
@@ -5154,6 +5185,26 @@ var se_DescribeVpcAttributeCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5154
5185
|
});
|
|
5155
5186
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5156
5187
|
}, "se_DescribeVpcAttributeCommand");
|
|
5188
|
+
var se_DescribeVpcBlockPublicAccessExclusionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5189
|
+
const headers = SHARED_HEADERS;
|
|
5190
|
+
let body;
|
|
5191
|
+
body = buildFormUrlencodedString({
|
|
5192
|
+
...se_DescribeVpcBlockPublicAccessExclusionsRequest(input, context),
|
|
5193
|
+
[_A]: _DVBPAEe,
|
|
5194
|
+
[_V]: _
|
|
5195
|
+
});
|
|
5196
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5197
|
+
}, "se_DescribeVpcBlockPublicAccessExclusionsCommand");
|
|
5198
|
+
var se_DescribeVpcBlockPublicAccessOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5199
|
+
const headers = SHARED_HEADERS;
|
|
5200
|
+
let body;
|
|
5201
|
+
body = buildFormUrlencodedString({
|
|
5202
|
+
...se_DescribeVpcBlockPublicAccessOptionsRequest(input, context),
|
|
5203
|
+
[_A]: _DVBPAO,
|
|
5204
|
+
[_V]: _
|
|
5205
|
+
});
|
|
5206
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5207
|
+
}, "se_DescribeVpcBlockPublicAccessOptionsCommand");
|
|
5157
5208
|
var se_DescribeVpcClassicLinkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5158
5209
|
const headers = SHARED_HEADERS;
|
|
5159
5210
|
let body;
|
|
@@ -7014,6 +7065,26 @@ var se_ModifyVpcAttributeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
7014
7065
|
});
|
|
7015
7066
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7016
7067
|
}, "se_ModifyVpcAttributeCommand");
|
|
7068
|
+
var se_ModifyVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7069
|
+
const headers = SHARED_HEADERS;
|
|
7070
|
+
let body;
|
|
7071
|
+
body = buildFormUrlencodedString({
|
|
7072
|
+
...se_ModifyVpcBlockPublicAccessExclusionRequest(input, context),
|
|
7073
|
+
[_A]: _MVBPAE,
|
|
7074
|
+
[_V]: _
|
|
7075
|
+
});
|
|
7076
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7077
|
+
}, "se_ModifyVpcBlockPublicAccessExclusionCommand");
|
|
7078
|
+
var se_ModifyVpcBlockPublicAccessOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7079
|
+
const headers = SHARED_HEADERS;
|
|
7080
|
+
let body;
|
|
7081
|
+
body = buildFormUrlencodedString({
|
|
7082
|
+
...se_ModifyVpcBlockPublicAccessOptionsRequest(input, context),
|
|
7083
|
+
[_A]: _MVBPAO,
|
|
7084
|
+
[_V]: _
|
|
7085
|
+
});
|
|
7086
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7087
|
+
}, "se_ModifyVpcBlockPublicAccessOptionsCommand");
|
|
7017
7088
|
var se_ModifyVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7018
7089
|
const headers = SHARED_HEADERS;
|
|
7019
7090
|
let body;
|
|
@@ -9581,6 +9652,19 @@ var de_CreateVpcCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9581
9652
|
};
|
|
9582
9653
|
return response;
|
|
9583
9654
|
}, "de_CreateVpcCommand");
|
|
9655
|
+
var de_CreateVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9656
|
+
if (output.statusCode >= 300) {
|
|
9657
|
+
return de_CommandError(output, context);
|
|
9658
|
+
}
|
|
9659
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
9660
|
+
let contents = {};
|
|
9661
|
+
contents = de_CreateVpcBlockPublicAccessExclusionResult(data, context);
|
|
9662
|
+
const response = {
|
|
9663
|
+
$metadata: deserializeMetadata(output),
|
|
9664
|
+
...contents
|
|
9665
|
+
};
|
|
9666
|
+
return response;
|
|
9667
|
+
}, "de_CreateVpcBlockPublicAccessExclusionCommand");
|
|
9584
9668
|
var de_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9585
9669
|
if (output.statusCode >= 300) {
|
|
9586
9670
|
return de_CommandError(output, context);
|
|
@@ -10505,6 +10589,19 @@ var de_DeleteVpcCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
10505
10589
|
};
|
|
10506
10590
|
return response;
|
|
10507
10591
|
}, "de_DeleteVpcCommand");
|
|
10592
|
+
var de_DeleteVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10593
|
+
if (output.statusCode >= 300) {
|
|
10594
|
+
return de_CommandError(output, context);
|
|
10595
|
+
}
|
|
10596
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10597
|
+
let contents = {};
|
|
10598
|
+
contents = de_DeleteVpcBlockPublicAccessExclusionResult(data, context);
|
|
10599
|
+
const response = {
|
|
10600
|
+
$metadata: deserializeMetadata(output),
|
|
10601
|
+
...contents
|
|
10602
|
+
};
|
|
10603
|
+
return response;
|
|
10604
|
+
}, "de_DeleteVpcBlockPublicAccessExclusionCommand");
|
|
10508
10605
|
var de_DeleteVpcEndpointConnectionNotificationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10509
10606
|
if (output.statusCode >= 300) {
|
|
10510
10607
|
return de_CommandError(output, context);
|
|
@@ -12547,6 +12644,32 @@ var de_DescribeVpcAttributeCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
12547
12644
|
};
|
|
12548
12645
|
return response;
|
|
12549
12646
|
}, "de_DescribeVpcAttributeCommand");
|
|
12647
|
+
var de_DescribeVpcBlockPublicAccessExclusionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12648
|
+
if (output.statusCode >= 300) {
|
|
12649
|
+
return de_CommandError(output, context);
|
|
12650
|
+
}
|
|
12651
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12652
|
+
let contents = {};
|
|
12653
|
+
contents = de_DescribeVpcBlockPublicAccessExclusionsResult(data, context);
|
|
12654
|
+
const response = {
|
|
12655
|
+
$metadata: deserializeMetadata(output),
|
|
12656
|
+
...contents
|
|
12657
|
+
};
|
|
12658
|
+
return response;
|
|
12659
|
+
}, "de_DescribeVpcBlockPublicAccessExclusionsCommand");
|
|
12660
|
+
var de_DescribeVpcBlockPublicAccessOptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12661
|
+
if (output.statusCode >= 300) {
|
|
12662
|
+
return de_CommandError(output, context);
|
|
12663
|
+
}
|
|
12664
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12665
|
+
let contents = {};
|
|
12666
|
+
contents = de_DescribeVpcBlockPublicAccessOptionsResult(data, context);
|
|
12667
|
+
const response = {
|
|
12668
|
+
$metadata: deserializeMetadata(output),
|
|
12669
|
+
...contents
|
|
12670
|
+
};
|
|
12671
|
+
return response;
|
|
12672
|
+
}, "de_DescribeVpcBlockPublicAccessOptionsCommand");
|
|
12550
12673
|
var de_DescribeVpcClassicLinkCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12551
12674
|
if (output.statusCode >= 300) {
|
|
12552
12675
|
return de_CommandError(output, context);
|
|
@@ -14914,6 +15037,32 @@ var de_ModifyVpcAttributeCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
14914
15037
|
};
|
|
14915
15038
|
return response;
|
|
14916
15039
|
}, "de_ModifyVpcAttributeCommand");
|
|
15040
|
+
var de_ModifyVpcBlockPublicAccessExclusionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15041
|
+
if (output.statusCode >= 300) {
|
|
15042
|
+
return de_CommandError(output, context);
|
|
15043
|
+
}
|
|
15044
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
15045
|
+
let contents = {};
|
|
15046
|
+
contents = de_ModifyVpcBlockPublicAccessExclusionResult(data, context);
|
|
15047
|
+
const response = {
|
|
15048
|
+
$metadata: deserializeMetadata(output),
|
|
15049
|
+
...contents
|
|
15050
|
+
};
|
|
15051
|
+
return response;
|
|
15052
|
+
}, "de_ModifyVpcBlockPublicAccessExclusionCommand");
|
|
15053
|
+
var de_ModifyVpcBlockPublicAccessOptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15054
|
+
if (output.statusCode >= 300) {
|
|
15055
|
+
return de_CommandError(output, context);
|
|
15056
|
+
}
|
|
15057
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
15058
|
+
let contents = {};
|
|
15059
|
+
contents = de_ModifyVpcBlockPublicAccessOptionsResult(data, context);
|
|
15060
|
+
const response = {
|
|
15061
|
+
$metadata: deserializeMetadata(output),
|
|
15062
|
+
...contents
|
|
15063
|
+
};
|
|
15064
|
+
return response;
|
|
15065
|
+
}, "de_ModifyVpcBlockPublicAccessOptionsCommand");
|
|
14917
15066
|
var de_ModifyVpcEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14918
15067
|
if (output.statusCode >= 300) {
|
|
14919
15068
|
return de_CommandError(output, context);
|
|
@@ -20485,6 +20634,29 @@ var se_CreateVolumeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20485
20634
|
}
|
|
20486
20635
|
return entries;
|
|
20487
20636
|
}, "se_CreateVolumeRequest");
|
|
20637
|
+
var se_CreateVpcBlockPublicAccessExclusionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20638
|
+
const entries = {};
|
|
20639
|
+
if (input[_DRr] != null) {
|
|
20640
|
+
entries[_DRr] = input[_DRr];
|
|
20641
|
+
}
|
|
20642
|
+
if (input[_SIub] != null) {
|
|
20643
|
+
entries[_SIub] = input[_SIub];
|
|
20644
|
+
}
|
|
20645
|
+
if (input[_VI] != null) {
|
|
20646
|
+
entries[_VI] = input[_VI];
|
|
20647
|
+
}
|
|
20648
|
+
if (input[_IGEM] != null) {
|
|
20649
|
+
entries[_IGEM] = input[_IGEM];
|
|
20650
|
+
}
|
|
20651
|
+
if (input[_TS] != null) {
|
|
20652
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
20653
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20654
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
20655
|
+
entries[loc] = value;
|
|
20656
|
+
});
|
|
20657
|
+
}
|
|
20658
|
+
return entries;
|
|
20659
|
+
}, "se_CreateVpcBlockPublicAccessExclusionRequest");
|
|
20488
20660
|
var se_CreateVpcEndpointConnectionNotificationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20489
20661
|
const entries = {};
|
|
20490
20662
|
if (input[_DRr] != null) {
|
|
@@ -21628,6 +21800,16 @@ var se_DeleteVolumeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
21628
21800
|
}
|
|
21629
21801
|
return entries;
|
|
21630
21802
|
}, "se_DeleteVolumeRequest");
|
|
21803
|
+
var se_DeleteVpcBlockPublicAccessExclusionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21804
|
+
const entries = {};
|
|
21805
|
+
if (input[_DRr] != null) {
|
|
21806
|
+
entries[_DRr] = input[_DRr];
|
|
21807
|
+
}
|
|
21808
|
+
if (input[_EIxc] != null) {
|
|
21809
|
+
entries[_EIxc] = input[_EIxc];
|
|
21810
|
+
}
|
|
21811
|
+
return entries;
|
|
21812
|
+
}, "se_DeleteVpcBlockPublicAccessExclusionRequest");
|
|
21631
21813
|
var se_DeleteVpcEndpointConnectionNotificationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21632
21814
|
const entries = {};
|
|
21633
21815
|
if (input[_DRr] != null) {
|
|
@@ -25492,6 +25674,40 @@ var se_DescribeVpcAttributeRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
25492
25674
|
}
|
|
25493
25675
|
return entries;
|
|
25494
25676
|
}, "se_DescribeVpcAttributeRequest");
|
|
25677
|
+
var se_DescribeVpcBlockPublicAccessExclusionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25678
|
+
const entries = {};
|
|
25679
|
+
if (input[_DRr] != null) {
|
|
25680
|
+
entries[_DRr] = input[_DRr];
|
|
25681
|
+
}
|
|
25682
|
+
if (input[_Fi] != null) {
|
|
25683
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
25684
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25685
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25686
|
+
entries[loc] = value;
|
|
25687
|
+
});
|
|
25688
|
+
}
|
|
25689
|
+
if (input[_EIxcl] != null) {
|
|
25690
|
+
const memberEntries = se_VpcBlockPublicAccessExclusionIdList(input[_EIxcl], context);
|
|
25691
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25692
|
+
const loc = `ExclusionId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25693
|
+
entries[loc] = value;
|
|
25694
|
+
});
|
|
25695
|
+
}
|
|
25696
|
+
if (input[_NT] != null) {
|
|
25697
|
+
entries[_NT] = input[_NT];
|
|
25698
|
+
}
|
|
25699
|
+
if (input[_MR] != null) {
|
|
25700
|
+
entries[_MR] = input[_MR];
|
|
25701
|
+
}
|
|
25702
|
+
return entries;
|
|
25703
|
+
}, "se_DescribeVpcBlockPublicAccessExclusionsRequest");
|
|
25704
|
+
var se_DescribeVpcBlockPublicAccessOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25705
|
+
const entries = {};
|
|
25706
|
+
if (input[_DRr] != null) {
|
|
25707
|
+
entries[_DRr] = input[_DRr];
|
|
25708
|
+
}
|
|
25709
|
+
return entries;
|
|
25710
|
+
}, "se_DescribeVpcBlockPublicAccessOptionsRequest");
|
|
25495
25711
|
var se_DescribeVpcClassicLinkDnsSupportRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25496
25712
|
const entries = {};
|
|
25497
25713
|
if (input[_VIp] != null) {
|
|
@@ -32177,6 +32393,29 @@ var se_ModifyVpcAttributeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
32177
32393
|
}
|
|
32178
32394
|
return entries;
|
|
32179
32395
|
}, "se_ModifyVpcAttributeRequest");
|
|
32396
|
+
var se_ModifyVpcBlockPublicAccessExclusionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32397
|
+
const entries = {};
|
|
32398
|
+
if (input[_DRr] != null) {
|
|
32399
|
+
entries[_DRr] = input[_DRr];
|
|
32400
|
+
}
|
|
32401
|
+
if (input[_EIxc] != null) {
|
|
32402
|
+
entries[_EIxc] = input[_EIxc];
|
|
32403
|
+
}
|
|
32404
|
+
if (input[_IGEM] != null) {
|
|
32405
|
+
entries[_IGEM] = input[_IGEM];
|
|
32406
|
+
}
|
|
32407
|
+
return entries;
|
|
32408
|
+
}, "se_ModifyVpcBlockPublicAccessExclusionRequest");
|
|
32409
|
+
var se_ModifyVpcBlockPublicAccessOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32410
|
+
const entries = {};
|
|
32411
|
+
if (input[_DRr] != null) {
|
|
32412
|
+
entries[_DRr] = input[_DRr];
|
|
32413
|
+
}
|
|
32414
|
+
if (input[_IGBM] != null) {
|
|
32415
|
+
entries[_IGBM] = input[_IGBM];
|
|
32416
|
+
}
|
|
32417
|
+
return entries;
|
|
32418
|
+
}, "se_ModifyVpcBlockPublicAccessOptionsRequest");
|
|
32180
32419
|
var se_ModifyVpcEndpointConnectionNotificationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32181
32420
|
const entries = {};
|
|
32182
32421
|
if (input[_DRr] != null) {
|
|
@@ -37348,6 +37587,18 @@ var se_VolumeIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
|
37348
37587
|
}
|
|
37349
37588
|
return entries;
|
|
37350
37589
|
}, "se_VolumeIdStringList");
|
|
37590
|
+
var se_VpcBlockPublicAccessExclusionIdList = /* @__PURE__ */ __name((input, context) => {
|
|
37591
|
+
const entries = {};
|
|
37592
|
+
let counter = 1;
|
|
37593
|
+
for (const entry of input) {
|
|
37594
|
+
if (entry === null) {
|
|
37595
|
+
continue;
|
|
37596
|
+
}
|
|
37597
|
+
entries[`Item.${counter}`] = entry;
|
|
37598
|
+
counter++;
|
|
37599
|
+
}
|
|
37600
|
+
return entries;
|
|
37601
|
+
}, "se_VpcBlockPublicAccessExclusionIdList");
|
|
37351
37602
|
var se_VpcClassicLinkIdList = /* @__PURE__ */ __name((input, context) => {
|
|
37352
37603
|
const entries = {};
|
|
37353
37604
|
let counter = 1;
|
|
@@ -37714,7 +37965,7 @@ var de_AcceptCapacityReservationBillingOwnershipResult = /* @__PURE__ */ __name(
|
|
|
37714
37965
|
var de_AcceptReservedInstancesExchangeQuoteResult = /* @__PURE__ */ __name((output, context) => {
|
|
37715
37966
|
const contents = {};
|
|
37716
37967
|
if (output[_eI] != null) {
|
|
37717
|
-
contents[
|
|
37968
|
+
contents[_EIxch] = (0, import_smithy_client.expectString)(output[_eI]);
|
|
37718
37969
|
}
|
|
37719
37970
|
return contents;
|
|
37720
37971
|
}, "de_AcceptReservedInstancesExchangeQuoteResult");
|
|
@@ -38788,6 +39039,13 @@ var de_BlockDeviceMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
|
38788
39039
|
return de_BlockDeviceMapping(entry, context);
|
|
38789
39040
|
});
|
|
38790
39041
|
}, "de_BlockDeviceMappingList");
|
|
39042
|
+
var de_BlockPublicAccessStates = /* @__PURE__ */ __name((output, context) => {
|
|
39043
|
+
const contents = {};
|
|
39044
|
+
if (output[_iGBM] != null) {
|
|
39045
|
+
contents[_IGBM] = (0, import_smithy_client.expectString)(output[_iGBM]);
|
|
39046
|
+
}
|
|
39047
|
+
return contents;
|
|
39048
|
+
}, "de_BlockPublicAccessStates");
|
|
38791
39049
|
var de_BootModeTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
38792
39050
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
38793
39051
|
return (0, import_smithy_client.expectString)(entry);
|
|
@@ -40659,6 +40917,13 @@ var de_CreateVolumePermissionList = /* @__PURE__ */ __name((output, context) =>
|
|
|
40659
40917
|
return de_CreateVolumePermission(entry, context);
|
|
40660
40918
|
});
|
|
40661
40919
|
}, "de_CreateVolumePermissionList");
|
|
40920
|
+
var de_CreateVpcBlockPublicAccessExclusionResult = /* @__PURE__ */ __name((output, context) => {
|
|
40921
|
+
const contents = {};
|
|
40922
|
+
if (output[_vBPAE] != null) {
|
|
40923
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
40924
|
+
}
|
|
40925
|
+
return contents;
|
|
40926
|
+
}, "de_CreateVpcBlockPublicAccessExclusionResult");
|
|
40662
40927
|
var de_CreateVpcEndpointConnectionNotificationResult = /* @__PURE__ */ __name((output, context) => {
|
|
40663
40928
|
const contents = {};
|
|
40664
40929
|
if (output[_cNo] != null) {
|
|
@@ -41287,6 +41552,13 @@ var de_DeleteVerifiedAccessTrustProviderResult = /* @__PURE__ */ __name((output,
|
|
|
41287
41552
|
}
|
|
41288
41553
|
return contents;
|
|
41289
41554
|
}, "de_DeleteVerifiedAccessTrustProviderResult");
|
|
41555
|
+
var de_DeleteVpcBlockPublicAccessExclusionResult = /* @__PURE__ */ __name((output, context) => {
|
|
41556
|
+
const contents = {};
|
|
41557
|
+
if (output[_vBPAE] != null) {
|
|
41558
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
41559
|
+
}
|
|
41560
|
+
return contents;
|
|
41561
|
+
}, "de_DeleteVpcBlockPublicAccessExclusionResult");
|
|
41290
41562
|
var de_DeleteVpcEndpointConnectionNotificationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
41291
41563
|
const contents = {};
|
|
41292
41564
|
if (output.unsuccessful === "") {
|
|
@@ -43208,6 +43480,25 @@ var de_DescribeVpcAttributeResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
43208
43480
|
}
|
|
43209
43481
|
return contents;
|
|
43210
43482
|
}, "de_DescribeVpcAttributeResult");
|
|
43483
|
+
var de_DescribeVpcBlockPublicAccessExclusionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
43484
|
+
const contents = {};
|
|
43485
|
+
if (output.vpcBlockPublicAccessExclusionSet === "") {
|
|
43486
|
+
contents[_VBPAEp] = [];
|
|
43487
|
+
} else if (output[_vBPAES] != null && output[_vBPAES][_i] != null) {
|
|
43488
|
+
contents[_VBPAEp] = de_VpcBlockPublicAccessExclusionList((0, import_smithy_client.getArrayIfSingleItem)(output[_vBPAES][_i]), context);
|
|
43489
|
+
}
|
|
43490
|
+
if (output[_nTe] != null) {
|
|
43491
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
43492
|
+
}
|
|
43493
|
+
return contents;
|
|
43494
|
+
}, "de_DescribeVpcBlockPublicAccessExclusionsResult");
|
|
43495
|
+
var de_DescribeVpcBlockPublicAccessOptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
43496
|
+
const contents = {};
|
|
43497
|
+
if (output[_vBPAO] != null) {
|
|
43498
|
+
contents[_VBPAO] = de_VpcBlockPublicAccessOptions(output[_vBPAO], context);
|
|
43499
|
+
}
|
|
43500
|
+
return contents;
|
|
43501
|
+
}, "de_DescribeVpcBlockPublicAccessOptionsResult");
|
|
43211
43502
|
var de_DescribeVpcClassicLinkDnsSupportResult = /* @__PURE__ */ __name((output, context) => {
|
|
43212
43503
|
const contents = {};
|
|
43213
43504
|
if (output[_nTe] != null) {
|
|
@@ -50636,6 +50927,20 @@ var de_ModifyVolumeResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
50636
50927
|
}
|
|
50637
50928
|
return contents;
|
|
50638
50929
|
}, "de_ModifyVolumeResult");
|
|
50930
|
+
var de_ModifyVpcBlockPublicAccessExclusionResult = /* @__PURE__ */ __name((output, context) => {
|
|
50931
|
+
const contents = {};
|
|
50932
|
+
if (output[_vBPAE] != null) {
|
|
50933
|
+
contents[_VBPAE] = de_VpcBlockPublicAccessExclusion(output[_vBPAE], context);
|
|
50934
|
+
}
|
|
50935
|
+
return contents;
|
|
50936
|
+
}, "de_ModifyVpcBlockPublicAccessExclusionResult");
|
|
50937
|
+
var de_ModifyVpcBlockPublicAccessOptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
50938
|
+
const contents = {};
|
|
50939
|
+
if (output[_vBPAO] != null) {
|
|
50940
|
+
contents[_VBPAO] = de_VpcBlockPublicAccessOptions(output[_vBPAO], context);
|
|
50941
|
+
}
|
|
50942
|
+
return contents;
|
|
50943
|
+
}, "de_ModifyVpcBlockPublicAccessOptionsResult");
|
|
50639
50944
|
var de_ModifyVpcEndpointConnectionNotificationResult = /* @__PURE__ */ __name((output, context) => {
|
|
50640
50945
|
const contents = {};
|
|
50641
50946
|
if (output[_r] != null) {
|
|
@@ -54938,6 +55243,9 @@ var de_Subnet = /* @__PURE__ */ __name((output, context) => {
|
|
|
54938
55243
|
if (output[_pDNOOL] != null) {
|
|
54939
55244
|
contents[_PDNOOL] = de_PrivateDnsNameOptionsOnLaunch(output[_pDNOOL], context);
|
|
54940
55245
|
}
|
|
55246
|
+
if (output[_bPAS] != null) {
|
|
55247
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
55248
|
+
}
|
|
54941
55249
|
if (output[_sIu] != null) {
|
|
54942
55250
|
contents[_SIub] = (0, import_smithy_client.expectString)(output[_sIu]);
|
|
54943
55251
|
}
|
|
@@ -57471,6 +57779,9 @@ var de_Vpc = /* @__PURE__ */ __name((output, context) => {
|
|
|
57471
57779
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57472
57780
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
57473
57781
|
}
|
|
57782
|
+
if (output[_bPAS] != null) {
|
|
57783
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
57784
|
+
}
|
|
57474
57785
|
if (output[_vI] != null) {
|
|
57475
57786
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
57476
57787
|
}
|
|
@@ -57500,6 +57811,66 @@ var de_VpcAttachmentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
57500
57811
|
return de_VpcAttachment(entry, context);
|
|
57501
57812
|
});
|
|
57502
57813
|
}, "de_VpcAttachmentList");
|
|
57814
|
+
var de_VpcBlockPublicAccessExclusion = /* @__PURE__ */ __name((output, context) => {
|
|
57815
|
+
const contents = {};
|
|
57816
|
+
if (output[_eIx] != null) {
|
|
57817
|
+
contents[_EIxc] = (0, import_smithy_client.expectString)(output[_eIx]);
|
|
57818
|
+
}
|
|
57819
|
+
if (output[_iGEM] != null) {
|
|
57820
|
+
contents[_IGEM] = (0, import_smithy_client.expectString)(output[_iGEM]);
|
|
57821
|
+
}
|
|
57822
|
+
if (output[_rAe] != null) {
|
|
57823
|
+
contents[_RAes] = (0, import_smithy_client.expectString)(output[_rAe]);
|
|
57824
|
+
}
|
|
57825
|
+
if (output[_st] != null) {
|
|
57826
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
57827
|
+
}
|
|
57828
|
+
if (output[_rea] != null) {
|
|
57829
|
+
contents[_Rea] = (0, import_smithy_client.expectString)(output[_rea]);
|
|
57830
|
+
}
|
|
57831
|
+
if (output[_cTrea] != null) {
|
|
57832
|
+
contents[_CTrea] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTrea]));
|
|
57833
|
+
}
|
|
57834
|
+
if (output[_lUTas] != null) {
|
|
57835
|
+
contents[_LUTas] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_lUTas]));
|
|
57836
|
+
}
|
|
57837
|
+
if (output[_dTele] != null) {
|
|
57838
|
+
contents[_DTelet] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_dTele]));
|
|
57839
|
+
}
|
|
57840
|
+
if (output.tagSet === "") {
|
|
57841
|
+
contents[_Ta] = [];
|
|
57842
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57843
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
57844
|
+
}
|
|
57845
|
+
return contents;
|
|
57846
|
+
}, "de_VpcBlockPublicAccessExclusion");
|
|
57847
|
+
var de_VpcBlockPublicAccessExclusionList = /* @__PURE__ */ __name((output, context) => {
|
|
57848
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
57849
|
+
return de_VpcBlockPublicAccessExclusion(entry, context);
|
|
57850
|
+
});
|
|
57851
|
+
}, "de_VpcBlockPublicAccessExclusionList");
|
|
57852
|
+
var de_VpcBlockPublicAccessOptions = /* @__PURE__ */ __name((output, context) => {
|
|
57853
|
+
const contents = {};
|
|
57854
|
+
if (output[_aAI] != null) {
|
|
57855
|
+
contents[_AAI] = (0, import_smithy_client.expectString)(output[_aAI]);
|
|
57856
|
+
}
|
|
57857
|
+
if (output[_aRw] != null) {
|
|
57858
|
+
contents[_ARw] = (0, import_smithy_client.expectString)(output[_aRw]);
|
|
57859
|
+
}
|
|
57860
|
+
if (output[_st] != null) {
|
|
57861
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
57862
|
+
}
|
|
57863
|
+
if (output[_iGBM] != null) {
|
|
57864
|
+
contents[_IGBM] = (0, import_smithy_client.expectString)(output[_iGBM]);
|
|
57865
|
+
}
|
|
57866
|
+
if (output[_rea] != null) {
|
|
57867
|
+
contents[_Rea] = (0, import_smithy_client.expectString)(output[_rea]);
|
|
57868
|
+
}
|
|
57869
|
+
if (output[_lUTas] != null) {
|
|
57870
|
+
contents[_LUTas] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_lUTas]));
|
|
57871
|
+
}
|
|
57872
|
+
return contents;
|
|
57873
|
+
}, "de_VpcBlockPublicAccessOptions");
|
|
57503
57874
|
var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
57504
57875
|
const contents = {};
|
|
57505
57876
|
if (output[_aIs] != null) {
|
|
@@ -58134,6 +58505,7 @@ var _ARs = "AssociatedResource";
|
|
|
58134
58505
|
var _ARss = "AssociatedRoles";
|
|
58135
58506
|
var _ARu = "AutoRecovery";
|
|
58136
58507
|
var _ARut = "AuthorizationRules";
|
|
58508
|
+
var _ARw = "AwsRegion";
|
|
58137
58509
|
var _AS = "AllocationStrategy";
|
|
58138
58510
|
var _ASA = "AmazonSideAsn";
|
|
58139
58511
|
var _ASCB = "AssociateSubnetCidrBlock";
|
|
@@ -58236,6 +58608,7 @@ var _BN = "BucketName";
|
|
|
58236
58608
|
var _BO = "BgpOptions";
|
|
58237
58609
|
var _BOu = "BucketOwner";
|
|
58238
58610
|
var _BP = "BurstablePerformance";
|
|
58611
|
+
var _BPAS = "BlockPublicAccessStates";
|
|
58239
58612
|
var _BPS = "BurstablePerformanceSupported";
|
|
58240
58613
|
var _BPi = "BillingProducts";
|
|
58241
58614
|
var _BS = "BgpStatus";
|
|
@@ -58477,6 +58850,7 @@ var _CVAE = "CreateVerifiedAccessEndpoint";
|
|
|
58477
58850
|
var _CVAG = "CreateVerifiedAccessGroup";
|
|
58478
58851
|
var _CVAI = "CreateVerifiedAccessInstance";
|
|
58479
58852
|
var _CVATP = "CreateVerifiedAccessTrustProvider";
|
|
58853
|
+
var _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
58480
58854
|
var _CVC = "CreateVpnConnection";
|
|
58481
58855
|
var _CVCR = "CreateVpnConnectionRoute";
|
|
58482
58856
|
var _CVE = "CreateVpcEndpoint";
|
|
@@ -58831,6 +59205,7 @@ var _DTS = "DpdTimeoutSeconds";
|
|
|
58831
59205
|
var _DTe = "DescribeTags";
|
|
58832
59206
|
var _DTel = "DeletionTime";
|
|
58833
59207
|
var _DTele = "DeleteTime";
|
|
59208
|
+
var _DTelet = "DeletionTimestamp";
|
|
58834
59209
|
var _DTep = "DeprecationTime";
|
|
58835
59210
|
var _DTi = "DisablingTime";
|
|
58836
59211
|
var _DTis = "DisabledTime";
|
|
@@ -58847,6 +59222,9 @@ var _DVATP = "DeleteVerifiedAccessTrustProvider";
|
|
|
58847
59222
|
var _DVATPe = "DescribeVerifiedAccessTrustProviders";
|
|
58848
59223
|
var _DVATPet = "DetachVerifiedAccessTrustProvider";
|
|
58849
59224
|
var _DVAe = "DescribeVpcAttribute";
|
|
59225
|
+
var _DVBPAE = "DeleteVpcBlockPublicAccessExclusion";
|
|
59226
|
+
var _DVBPAEe = "DescribeVpcBlockPublicAccessExclusions";
|
|
59227
|
+
var _DVBPAO = "DescribeVpcBlockPublicAccessOptions";
|
|
58850
59228
|
var _DVC = "DeleteVpnConnection";
|
|
58851
59229
|
var _DVCB = "DisassociateVpcCidrBlock";
|
|
58852
59230
|
var _DVCL = "DescribeVpcClassicLink";
|
|
@@ -58953,7 +59331,9 @@ var _EIf = "EfaInfo";
|
|
|
58953
59331
|
var _EIv = "EventInformation";
|
|
58954
59332
|
var _EIve = "EventId";
|
|
58955
59333
|
var _EIx = "ExportImage";
|
|
58956
|
-
var _EIxc = "
|
|
59334
|
+
var _EIxc = "ExclusionId";
|
|
59335
|
+
var _EIxch = "ExchangeId";
|
|
59336
|
+
var _EIxcl = "ExclusionIds";
|
|
58957
59337
|
var _EKKI = "EncryptionKmsKeyId";
|
|
58958
59338
|
var _ELADI = "EnableLniAtDeviceIndex";
|
|
58959
59339
|
var _ELBL = "ElasticLoadBalancerListener";
|
|
@@ -59228,6 +59608,8 @@ var _IFCS = "InstanceFamilyCreditSpecification";
|
|
|
59228
59608
|
var _IFR = "IamFleetRole";
|
|
59229
59609
|
var _IFRn = "IngressFilterRules";
|
|
59230
59610
|
var _IG = "InstanceGenerations";
|
|
59611
|
+
var _IGBM = "InternetGatewayBlockMode";
|
|
59612
|
+
var _IGEM = "InternetGatewayExclusionMode";
|
|
59231
59613
|
var _IGI = "InternetGatewayId";
|
|
59232
59614
|
var _IGIn = "InternetGatewayIds";
|
|
59233
59615
|
var _IGn = "InternetGateway";
|
|
@@ -59499,6 +59881,7 @@ var _LTi = "LicenseType";
|
|
|
59499
59881
|
var _LTo = "LocalTarget";
|
|
59500
59882
|
var _LUT = "LastUpdateTime";
|
|
59501
59883
|
var _LUTa = "LastUpdatedTime";
|
|
59884
|
+
var _LUTas = "LastUpdateTimestamp";
|
|
59502
59885
|
var _LV = "LogVersion";
|
|
59503
59886
|
var _LVN = "LatestVersionNumber";
|
|
59504
59887
|
var _La = "Latest";
|
|
@@ -59623,6 +60006,8 @@ var _MVAI = "ModifyVerifiedAccessInstance";
|
|
|
59623
60006
|
var _MVAILC = "ModifyVerifiedAccessInstanceLoggingConfiguration";
|
|
59624
60007
|
var _MVATP = "ModifyVerifiedAccessTrustProvider";
|
|
59625
60008
|
var _MVAo = "ModifyVpcAttribute";
|
|
60009
|
+
var _MVBPAE = "ModifyVpcBlockPublicAccessExclusion";
|
|
60010
|
+
var _MVBPAO = "ModifyVpcBlockPublicAccessOptions";
|
|
59626
60011
|
var _MVC = "ModifyVpnConnection";
|
|
59627
60012
|
var _MVCO = "ModifyVpnConnectionOptions";
|
|
59628
60013
|
var _MVE = "ModifyVpcEndpoint";
|
|
@@ -59936,6 +60321,7 @@ var _RAP = "RemoveAllowedPrincipals";
|
|
|
59936
60321
|
var _RART = "RemoveAllocationResourceTags";
|
|
59937
60322
|
var _RATC = "RestoreAddressToClassic";
|
|
59938
60323
|
var _RAe = "ResolveAlias";
|
|
60324
|
+
var _RAes = "ResourceArn";
|
|
59939
60325
|
var _RAo = "RoleArn";
|
|
59940
60326
|
var _RAu = "RuleAction";
|
|
59941
60327
|
var _RB = "RequestedBy";
|
|
@@ -60517,6 +60903,9 @@ var _VATPI = "VerifiedAccessTrustProviderId";
|
|
|
60517
60903
|
var _VATPIe = "VerifiedAccessTrustProviderIds";
|
|
60518
60904
|
var _VATPe = "VerifiedAccessTrustProviders";
|
|
60519
60905
|
var _VAp = "VpcAttachments";
|
|
60906
|
+
var _VBPAE = "VpcBlockPublicAccessExclusion";
|
|
60907
|
+
var _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
60908
|
+
var _VBPAO = "VpcBlockPublicAccessOptions";
|
|
60520
60909
|
var _VC = "VpnConnection";
|
|
60521
60910
|
var _VCC = "VCpuCount";
|
|
60522
60911
|
var _VCDSC = "VpnConnectionDeviceSampleConfiguration";
|
|
@@ -60677,6 +61066,7 @@ var _aRcc = "acceptanceRequired";
|
|
|
60677
61066
|
var _aRd = "addressRegion";
|
|
60678
61067
|
var _aRs = "associatedResource";
|
|
60679
61068
|
var _aRu = "autoRecovery";
|
|
61069
|
+
var _aRw = "awsRegion";
|
|
60680
61070
|
var _aS = "associationState";
|
|
60681
61071
|
var _aSA = "amazonSideAsn";
|
|
60682
61072
|
var _aSS = "amdSevSnp";
|
|
@@ -60752,6 +61142,7 @@ var _bMa = "bareMetal";
|
|
|
60752
61142
|
var _bN = "bucketName";
|
|
60753
61143
|
var _bO = "bucketOwner";
|
|
60754
61144
|
var _bP = "burstablePerformance";
|
|
61145
|
+
var _bPAS = "blockPublicAccessStates";
|
|
60755
61146
|
var _bPS = "burstablePerformanceSupported";
|
|
60756
61147
|
var _bS = "byoasnSet";
|
|
60757
61148
|
var _bSg = "bgpStatus";
|
|
@@ -60969,6 +61360,7 @@ var _dTPT = "deviceTrustProviderType";
|
|
|
60969
61360
|
var _dTS = "dpdTimeoutSeconds";
|
|
60970
61361
|
var _dTe = "deprecationTime";
|
|
60971
61362
|
var _dTel = "deleteTime";
|
|
61363
|
+
var _dTele = "deletionTimestamp";
|
|
60972
61364
|
var _dTi = "disablingTime";
|
|
60973
61365
|
var _dTis = "disabledTime";
|
|
60974
61366
|
var _dV = "destinationVpc";
|
|
@@ -61027,6 +61419,7 @@ var _eIb = "ebsInfo";
|
|
|
61027
61419
|
var _eIf = "efaInfo";
|
|
61028
61420
|
var _eIv = "eventInformation";
|
|
61029
61421
|
var _eIve = "eventId";
|
|
61422
|
+
var _eIx = "exclusionId";
|
|
61030
61423
|
var _eKKI = "encryptionKmsKeyId";
|
|
61031
61424
|
var _eLADI = "enableLniAtDeviceIndex";
|
|
61032
61425
|
var _eLBL = "elasticLoadBalancerListener";
|
|
@@ -61216,6 +61609,8 @@ var _iFCS = "instanceFamilyCreditSpecification";
|
|
|
61216
61609
|
var _iFR = "iamFleetRole";
|
|
61217
61610
|
var _iFRS = "ingressFilterRuleSet";
|
|
61218
61611
|
var _iG = "internetGateway";
|
|
61612
|
+
var _iGBM = "internetGatewayBlockMode";
|
|
61613
|
+
var _iGEM = "internetGatewayExclusionMode";
|
|
61219
61614
|
var _iGI = "internetGatewayId";
|
|
61220
61615
|
var _iGS = "internetGatewaySet";
|
|
61221
61616
|
var _iGSn = "instanceGenerationSet";
|
|
@@ -61447,6 +61842,7 @@ var _lTi = "licenseType";
|
|
|
61447
61842
|
var _lTo = "locationType";
|
|
61448
61843
|
var _lUT = "lastUpdateTime";
|
|
61449
61844
|
var _lUTa = "lastUpdatedTime";
|
|
61845
|
+
var _lUTas = "lastUpdateTimestamp";
|
|
61450
61846
|
var _lV = "logVersion";
|
|
61451
61847
|
var _lVN = "latestVersionNumber";
|
|
61452
61848
|
var _lo = "location";
|
|
@@ -61747,6 +62143,7 @@ var _pu = "public";
|
|
|
61747
62143
|
var _pur = "purchase";
|
|
61748
62144
|
var _r = "return";
|
|
61749
62145
|
var _rA = "ruleAction";
|
|
62146
|
+
var _rAe = "resourceArn";
|
|
61750
62147
|
var _rB = "requestedBy";
|
|
61751
62148
|
var _rBET = "recycleBinEnterTime";
|
|
61752
62149
|
var _rBETe = "recycleBinExitTime";
|
|
@@ -62189,6 +62586,9 @@ var _vAIS = "verifiedAccessInstanceSet";
|
|
|
62189
62586
|
var _vATP = "verifiedAccessTrustProvider";
|
|
62190
62587
|
var _vATPI = "verifiedAccessTrustProviderId";
|
|
62191
62588
|
var _vATPS = "verifiedAccessTrustProviderSet";
|
|
62589
|
+
var _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
62590
|
+
var _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
62591
|
+
var _vBPAO = "vpcBlockPublicAccessOptions";
|
|
62192
62592
|
var _vC = "vpnConnection";
|
|
62193
62593
|
var _vCC = "vCpuCount";
|
|
62194
62594
|
var _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|
|
@@ -64923,6 +65323,11 @@ var ClientVpnRouteStatusCode = {
|
|
|
64923
65323
|
var GatewayType = {
|
|
64924
65324
|
ipsec_1: "ipsec.1"
|
|
64925
65325
|
};
|
|
65326
|
+
var BlockPublicAccessMode = {
|
|
65327
|
+
block_bidirectional: "block-bidirectional",
|
|
65328
|
+
block_ingress: "block-ingress",
|
|
65329
|
+
off: "off"
|
|
65330
|
+
};
|
|
64926
65331
|
var HostnameType = {
|
|
64927
65332
|
ip_name: "ip-name",
|
|
64928
65333
|
resource_name: "resource-name"
|
|
@@ -66218,6 +66623,22 @@ var VolumeState = {
|
|
|
66218
66623
|
error: "error",
|
|
66219
66624
|
in_use: "in-use"
|
|
66220
66625
|
};
|
|
66626
|
+
var InternetGatewayExclusionMode = {
|
|
66627
|
+
allow_bidirectional: "allow-bidirectional",
|
|
66628
|
+
allow_egress: "allow-egress"
|
|
66629
|
+
};
|
|
66630
|
+
var VpcBlockPublicAccessExclusionState = {
|
|
66631
|
+
create_complete: "create-complete",
|
|
66632
|
+
create_failed: "create-failed",
|
|
66633
|
+
create_in_progress: "create-in-progress",
|
|
66634
|
+
delete_complete: "delete-complete",
|
|
66635
|
+
delete_in_progress: "delete-in-progress",
|
|
66636
|
+
disable_complete: "disable-complete",
|
|
66637
|
+
disable_in_progress: "disable-in-progress",
|
|
66638
|
+
update_complete: "update-complete",
|
|
66639
|
+
update_failed: "update-failed",
|
|
66640
|
+
update_in_progress: "update-in-progress"
|
|
66641
|
+
};
|
|
66221
66642
|
var DnsRecordIpType = {
|
|
66222
66643
|
dualstack: "dualstack",
|
|
66223
66644
|
ipv4: "ipv4",
|
|
@@ -66389,6 +66810,20 @@ var _CreateVolumeCommand = class _CreateVolumeCommand extends import_smithy_clie
|
|
|
66389
66810
|
__name(_CreateVolumeCommand, "CreateVolumeCommand");
|
|
66390
66811
|
var CreateVolumeCommand = _CreateVolumeCommand;
|
|
66391
66812
|
|
|
66813
|
+
// src/commands/CreateVpcBlockPublicAccessExclusionCommand.ts
|
|
66814
|
+
|
|
66815
|
+
|
|
66816
|
+
|
|
66817
|
+
var _CreateVpcBlockPublicAccessExclusionCommand = class _CreateVpcBlockPublicAccessExclusionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
66818
|
+
return [
|
|
66819
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
66820
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
66821
|
+
];
|
|
66822
|
+
}).s("AmazonEC2", "CreateVpcBlockPublicAccessExclusion", {}).n("EC2Client", "CreateVpcBlockPublicAccessExclusionCommand").f(void 0, void 0).ser(se_CreateVpcBlockPublicAccessExclusionCommand).de(de_CreateVpcBlockPublicAccessExclusionCommand).build() {
|
|
66823
|
+
};
|
|
66824
|
+
__name(_CreateVpcBlockPublicAccessExclusionCommand, "CreateVpcBlockPublicAccessExclusionCommand");
|
|
66825
|
+
var CreateVpcBlockPublicAccessExclusionCommand = _CreateVpcBlockPublicAccessExclusionCommand;
|
|
66826
|
+
|
|
66392
66827
|
// src/commands/CreateVpcCommand.ts
|
|
66393
66828
|
|
|
66394
66829
|
|
|
@@ -67642,6 +68077,20 @@ var _DeleteVolumeCommand = class _DeleteVolumeCommand extends import_smithy_clie
|
|
|
67642
68077
|
__name(_DeleteVolumeCommand, "DeleteVolumeCommand");
|
|
67643
68078
|
var DeleteVolumeCommand = _DeleteVolumeCommand;
|
|
67644
68079
|
|
|
68080
|
+
// src/commands/DeleteVpcBlockPublicAccessExclusionCommand.ts
|
|
68081
|
+
|
|
68082
|
+
|
|
68083
|
+
|
|
68084
|
+
var _DeleteVpcBlockPublicAccessExclusionCommand = class _DeleteVpcBlockPublicAccessExclusionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
68085
|
+
return [
|
|
68086
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
68087
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
68088
|
+
];
|
|
68089
|
+
}).s("AmazonEC2", "DeleteVpcBlockPublicAccessExclusion", {}).n("EC2Client", "DeleteVpcBlockPublicAccessExclusionCommand").f(void 0, void 0).ser(se_DeleteVpcBlockPublicAccessExclusionCommand).de(de_DeleteVpcBlockPublicAccessExclusionCommand).build() {
|
|
68090
|
+
};
|
|
68091
|
+
__name(_DeleteVpcBlockPublicAccessExclusionCommand, "DeleteVpcBlockPublicAccessExclusionCommand");
|
|
68092
|
+
var DeleteVpcBlockPublicAccessExclusionCommand = _DeleteVpcBlockPublicAccessExclusionCommand;
|
|
68093
|
+
|
|
67645
68094
|
// src/commands/DeleteVpcCommand.ts
|
|
67646
68095
|
|
|
67647
68096
|
|
|
@@ -68779,21 +69228,6 @@ var ReservedInstanceState = {
|
|
|
68779
69228
|
queued_deleted: "queued-deleted",
|
|
68780
69229
|
retired: "retired"
|
|
68781
69230
|
};
|
|
68782
|
-
var SnapshotAttributeName = {
|
|
68783
|
-
createVolumePermission: "createVolumePermission",
|
|
68784
|
-
productCodes: "productCodes"
|
|
68785
|
-
};
|
|
68786
|
-
var TieringOperationStatus = {
|
|
68787
|
-
archival_completed: "archival-completed",
|
|
68788
|
-
archival_failed: "archival-failed",
|
|
68789
|
-
archival_in_progress: "archival-in-progress",
|
|
68790
|
-
permanent_restore_completed: "permanent-restore-completed",
|
|
68791
|
-
permanent_restore_failed: "permanent-restore-failed",
|
|
68792
|
-
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
68793
|
-
temporary_restore_completed: "temporary-restore-completed",
|
|
68794
|
-
temporary_restore_failed: "temporary-restore-failed",
|
|
68795
|
-
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
68796
|
-
};
|
|
68797
69231
|
var SnapshotDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68798
69232
|
...obj,
|
|
68799
69233
|
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -69770,6 +70204,21 @@ var DescribeSpotFleetRequestHistoryCommand = _DescribeSpotFleetRequestHistoryCom
|
|
|
69770
70204
|
|
|
69771
70205
|
// src/models/models_5.ts
|
|
69772
70206
|
|
|
70207
|
+
var SnapshotAttributeName = {
|
|
70208
|
+
createVolumePermission: "createVolumePermission",
|
|
70209
|
+
productCodes: "productCodes"
|
|
70210
|
+
};
|
|
70211
|
+
var TieringOperationStatus = {
|
|
70212
|
+
archival_completed: "archival-completed",
|
|
70213
|
+
archival_failed: "archival-failed",
|
|
70214
|
+
archival_in_progress: "archival-in-progress",
|
|
70215
|
+
permanent_restore_completed: "permanent-restore-completed",
|
|
70216
|
+
permanent_restore_failed: "permanent-restore-failed",
|
|
70217
|
+
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
70218
|
+
temporary_restore_completed: "temporary-restore-completed",
|
|
70219
|
+
temporary_restore_failed: "temporary-restore-failed",
|
|
70220
|
+
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
70221
|
+
};
|
|
69773
70222
|
var EventType = {
|
|
69774
70223
|
BATCH_CHANGE: "fleetRequestChange",
|
|
69775
70224
|
ERROR: "error",
|
|
@@ -69824,6 +70273,16 @@ var VpcAttributeName = {
|
|
|
69824
70273
|
enableDnsSupport: "enableDnsSupport",
|
|
69825
70274
|
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
69826
70275
|
};
|
|
70276
|
+
var InternetGatewayBlockMode = {
|
|
70277
|
+
block_bidirectional: "block-bidirectional",
|
|
70278
|
+
block_ingress: "block-ingress",
|
|
70279
|
+
off: "off"
|
|
70280
|
+
};
|
|
70281
|
+
var VpcBlockPublicAccessState = {
|
|
70282
|
+
default_state: "default-state",
|
|
70283
|
+
update_complete: "update-complete",
|
|
70284
|
+
update_in_progress: "update-in-progress"
|
|
70285
|
+
};
|
|
69827
70286
|
var ImageBlockPublicAccessDisabledState = {
|
|
69828
70287
|
unblocked: "unblocked"
|
|
69829
70288
|
};
|
|
@@ -70346,6 +70805,34 @@ var _DescribeVpcAttributeCommand = class _DescribeVpcAttributeCommand extends im
|
|
|
70346
70805
|
__name(_DescribeVpcAttributeCommand, "DescribeVpcAttributeCommand");
|
|
70347
70806
|
var DescribeVpcAttributeCommand = _DescribeVpcAttributeCommand;
|
|
70348
70807
|
|
|
70808
|
+
// src/commands/DescribeVpcBlockPublicAccessExclusionsCommand.ts
|
|
70809
|
+
|
|
70810
|
+
|
|
70811
|
+
|
|
70812
|
+
var _DescribeVpcBlockPublicAccessExclusionsCommand = class _DescribeVpcBlockPublicAccessExclusionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70813
|
+
return [
|
|
70814
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
70815
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
70816
|
+
];
|
|
70817
|
+
}).s("AmazonEC2", "DescribeVpcBlockPublicAccessExclusions", {}).n("EC2Client", "DescribeVpcBlockPublicAccessExclusionsCommand").f(void 0, void 0).ser(se_DescribeVpcBlockPublicAccessExclusionsCommand).de(de_DescribeVpcBlockPublicAccessExclusionsCommand).build() {
|
|
70818
|
+
};
|
|
70819
|
+
__name(_DescribeVpcBlockPublicAccessExclusionsCommand, "DescribeVpcBlockPublicAccessExclusionsCommand");
|
|
70820
|
+
var DescribeVpcBlockPublicAccessExclusionsCommand = _DescribeVpcBlockPublicAccessExclusionsCommand;
|
|
70821
|
+
|
|
70822
|
+
// src/commands/DescribeVpcBlockPublicAccessOptionsCommand.ts
|
|
70823
|
+
|
|
70824
|
+
|
|
70825
|
+
|
|
70826
|
+
var _DescribeVpcBlockPublicAccessOptionsCommand = class _DescribeVpcBlockPublicAccessOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70827
|
+
return [
|
|
70828
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
70829
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
70830
|
+
];
|
|
70831
|
+
}).s("AmazonEC2", "DescribeVpcBlockPublicAccessOptions", {}).n("EC2Client", "DescribeVpcBlockPublicAccessOptionsCommand").f(void 0, void 0).ser(se_DescribeVpcBlockPublicAccessOptionsCommand).de(de_DescribeVpcBlockPublicAccessOptionsCommand).build() {
|
|
70832
|
+
};
|
|
70833
|
+
__name(_DescribeVpcBlockPublicAccessOptionsCommand, "DescribeVpcBlockPublicAccessOptionsCommand");
|
|
70834
|
+
var DescribeVpcBlockPublicAccessOptionsCommand = _DescribeVpcBlockPublicAccessOptionsCommand;
|
|
70835
|
+
|
|
70349
70836
|
// src/commands/DescribeVpcClassicLinkCommand.ts
|
|
70350
70837
|
|
|
70351
70838
|
|
|
@@ -73297,6 +73784,34 @@ var _ModifyVpcAttributeCommand = class _ModifyVpcAttributeCommand extends import
|
|
|
73297
73784
|
__name(_ModifyVpcAttributeCommand, "ModifyVpcAttributeCommand");
|
|
73298
73785
|
var ModifyVpcAttributeCommand = _ModifyVpcAttributeCommand;
|
|
73299
73786
|
|
|
73787
|
+
// src/commands/ModifyVpcBlockPublicAccessExclusionCommand.ts
|
|
73788
|
+
|
|
73789
|
+
|
|
73790
|
+
|
|
73791
|
+
var _ModifyVpcBlockPublicAccessExclusionCommand = class _ModifyVpcBlockPublicAccessExclusionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
73792
|
+
return [
|
|
73793
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
73794
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
73795
|
+
];
|
|
73796
|
+
}).s("AmazonEC2", "ModifyVpcBlockPublicAccessExclusion", {}).n("EC2Client", "ModifyVpcBlockPublicAccessExclusionCommand").f(void 0, void 0).ser(se_ModifyVpcBlockPublicAccessExclusionCommand).de(de_ModifyVpcBlockPublicAccessExclusionCommand).build() {
|
|
73797
|
+
};
|
|
73798
|
+
__name(_ModifyVpcBlockPublicAccessExclusionCommand, "ModifyVpcBlockPublicAccessExclusionCommand");
|
|
73799
|
+
var ModifyVpcBlockPublicAccessExclusionCommand = _ModifyVpcBlockPublicAccessExclusionCommand;
|
|
73800
|
+
|
|
73801
|
+
// src/commands/ModifyVpcBlockPublicAccessOptionsCommand.ts
|
|
73802
|
+
|
|
73803
|
+
|
|
73804
|
+
|
|
73805
|
+
var _ModifyVpcBlockPublicAccessOptionsCommand = class _ModifyVpcBlockPublicAccessOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
73806
|
+
return [
|
|
73807
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
73808
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
73809
|
+
];
|
|
73810
|
+
}).s("AmazonEC2", "ModifyVpcBlockPublicAccessOptions", {}).n("EC2Client", "ModifyVpcBlockPublicAccessOptionsCommand").f(void 0, void 0).ser(se_ModifyVpcBlockPublicAccessOptionsCommand).de(de_ModifyVpcBlockPublicAccessOptionsCommand).build() {
|
|
73811
|
+
};
|
|
73812
|
+
__name(_ModifyVpcBlockPublicAccessOptionsCommand, "ModifyVpcBlockPublicAccessOptionsCommand");
|
|
73813
|
+
var ModifyVpcBlockPublicAccessOptionsCommand = _ModifyVpcBlockPublicAccessOptionsCommand;
|
|
73814
|
+
|
|
73300
73815
|
// src/commands/ModifyVpcEndpointCommand.ts
|
|
73301
73816
|
|
|
73302
73817
|
|
|
@@ -74596,6 +75111,7 @@ var commands = {
|
|
|
74596
75111
|
CreateVerifiedAccessTrustProviderCommand,
|
|
74597
75112
|
CreateVolumeCommand,
|
|
74598
75113
|
CreateVpcCommand,
|
|
75114
|
+
CreateVpcBlockPublicAccessExclusionCommand,
|
|
74599
75115
|
CreateVpcEndpointCommand,
|
|
74600
75116
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
74601
75117
|
CreateVpcEndpointServiceConfigurationCommand,
|
|
@@ -74671,6 +75187,7 @@ var commands = {
|
|
|
74671
75187
|
DeleteVerifiedAccessTrustProviderCommand,
|
|
74672
75188
|
DeleteVolumeCommand,
|
|
74673
75189
|
DeleteVpcCommand,
|
|
75190
|
+
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
74674
75191
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
74675
75192
|
DeleteVpcEndpointsCommand,
|
|
74676
75193
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
@@ -74829,6 +75346,8 @@ var commands = {
|
|
|
74829
75346
|
DescribeVolumesModificationsCommand,
|
|
74830
75347
|
DescribeVolumeStatusCommand,
|
|
74831
75348
|
DescribeVpcAttributeCommand,
|
|
75349
|
+
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
75350
|
+
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
74832
75351
|
DescribeVpcClassicLinkCommand,
|
|
74833
75352
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
74834
75353
|
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
@@ -75015,6 +75534,8 @@ var commands = {
|
|
|
75015
75534
|
ModifyVolumeCommand,
|
|
75016
75535
|
ModifyVolumeAttributeCommand,
|
|
75017
75536
|
ModifyVpcAttributeCommand,
|
|
75537
|
+
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
75538
|
+
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
75018
75539
|
ModifyVpcEndpointCommand,
|
|
75019
75540
|
ModifyVpcEndpointConnectionNotificationCommand,
|
|
75020
75541
|
ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -77699,6 +78220,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77699
78220
|
CreateVerifiedAccessInstanceCommand,
|
|
77700
78221
|
CreateVerifiedAccessTrustProviderCommand,
|
|
77701
78222
|
CreateVolumeCommand,
|
|
78223
|
+
CreateVpcBlockPublicAccessExclusionCommand,
|
|
77702
78224
|
CreateVpcCommand,
|
|
77703
78225
|
CreateVpcEndpointCommand,
|
|
77704
78226
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
@@ -77774,6 +78296,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77774
78296
|
DeleteVerifiedAccessInstanceCommand,
|
|
77775
78297
|
DeleteVerifiedAccessTrustProviderCommand,
|
|
77776
78298
|
DeleteVolumeCommand,
|
|
78299
|
+
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
77777
78300
|
DeleteVpcCommand,
|
|
77778
78301
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
77779
78302
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
@@ -77933,6 +78456,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77933
78456
|
DescribeVolumesCommand,
|
|
77934
78457
|
DescribeVolumesModificationsCommand,
|
|
77935
78458
|
DescribeVpcAttributeCommand,
|
|
78459
|
+
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
78460
|
+
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
77936
78461
|
DescribeVpcClassicLinkCommand,
|
|
77937
78462
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
77938
78463
|
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
@@ -78119,6 +78644,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78119
78644
|
ModifyVolumeAttributeCommand,
|
|
78120
78645
|
ModifyVolumeCommand,
|
|
78121
78646
|
ModifyVpcAttributeCommand,
|
|
78647
|
+
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
78648
|
+
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
78122
78649
|
ModifyVpcEndpointCommand,
|
|
78123
78650
|
ModifyVpcEndpointConnectionNotificationCommand,
|
|
78124
78651
|
ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -78505,6 +79032,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78505
79032
|
ClientVpnEndpointStatusCode,
|
|
78506
79033
|
ClientVpnRouteStatusCode,
|
|
78507
79034
|
GatewayType,
|
|
79035
|
+
BlockPublicAccessMode,
|
|
78508
79036
|
HostnameType,
|
|
78509
79037
|
SubnetState,
|
|
78510
79038
|
Tenancy,
|
|
@@ -78621,6 +79149,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78621
79149
|
VerifiedAccessEndpointProtocol,
|
|
78622
79150
|
VerifiedAccessEndpointStatusCode,
|
|
78623
79151
|
VolumeState,
|
|
79152
|
+
InternetGatewayExclusionMode,
|
|
79153
|
+
VpcBlockPublicAccessExclusionState,
|
|
78624
79154
|
DnsRecordIpType,
|
|
78625
79155
|
IpAddressType,
|
|
78626
79156
|
VpcEndpointType,
|
|
@@ -78741,8 +79271,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78741
79271
|
RecurringChargeFrequency,
|
|
78742
79272
|
Scope,
|
|
78743
79273
|
ReservedInstanceState,
|
|
78744
|
-
SnapshotAttributeName,
|
|
78745
|
-
TieringOperationStatus,
|
|
78746
79274
|
SnapshotDetailFilterSensitiveLog,
|
|
78747
79275
|
ImportImageTaskFilterSensitiveLog,
|
|
78748
79276
|
DescribeImportImageTasksResultFilterSensitiveLog,
|
|
@@ -78750,6 +79278,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78750
79278
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
78751
79279
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
78752
79280
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
79281
|
+
SnapshotAttributeName,
|
|
79282
|
+
TieringOperationStatus,
|
|
78753
79283
|
EventType,
|
|
78754
79284
|
ExcessCapacityTerminationPolicy,
|
|
78755
79285
|
OnDemandAllocationStrategy,
|
|
@@ -78761,6 +79291,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78761
79291
|
VolumeStatusName,
|
|
78762
79292
|
VolumeStatusInfoStatus,
|
|
78763
79293
|
VpcAttributeName,
|
|
79294
|
+
InternetGatewayBlockMode,
|
|
79295
|
+
VpcBlockPublicAccessState,
|
|
78764
79296
|
ImageBlockPublicAccessDisabledState,
|
|
78765
79297
|
SnapshotBlockPublicAccessState,
|
|
78766
79298
|
TransitGatewayPropagationState,
|