@aws-sdk/client-ec2 3.694.0 → 3.696.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +672 -54
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +511 -32
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
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);
|
|
@@ -18773,6 +18922,13 @@ var se_CreateLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
18773
18922
|
entries[loc] = value;
|
|
18774
18923
|
});
|
|
18775
18924
|
}
|
|
18925
|
+
if (input[_O] != null) {
|
|
18926
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
18927
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18928
|
+
const loc = `Operator.${key}`;
|
|
18929
|
+
entries[loc] = value;
|
|
18930
|
+
});
|
|
18931
|
+
}
|
|
18776
18932
|
if (input[_TS] != null) {
|
|
18777
18933
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18778
18934
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -19199,6 +19355,13 @@ var se_CreateNetworkInterfaceRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
19199
19355
|
entries[loc] = value;
|
|
19200
19356
|
});
|
|
19201
19357
|
}
|
|
19358
|
+
if (input[_O] != null) {
|
|
19359
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
19360
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19361
|
+
const loc = `Operator.${key}`;
|
|
19362
|
+
entries[loc] = value;
|
|
19363
|
+
});
|
|
19364
|
+
}
|
|
19202
19365
|
if (input[_SIub] != null) {
|
|
19203
19366
|
entries[_SIub] = input[_SIub];
|
|
19204
19367
|
}
|
|
@@ -19832,8 +19995,8 @@ var se_CreateTransitGatewayConnectRequest = /* @__PURE__ */ __name((input, conte
|
|
|
19832
19995
|
if (input[_TTGAI] != null) {
|
|
19833
19996
|
entries[_TTGAI] = input[_TTGAI];
|
|
19834
19997
|
}
|
|
19835
|
-
if (input[
|
|
19836
|
-
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[
|
|
19998
|
+
if (input[_Op] != null) {
|
|
19999
|
+
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[_Op], context);
|
|
19837
20000
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19838
20001
|
const loc = `Options.${key}`;
|
|
19839
20002
|
entries[loc] = value;
|
|
@@ -19863,8 +20026,8 @@ var se_CreateTransitGatewayMulticastDomainRequest = /* @__PURE__ */ __name((inpu
|
|
|
19863
20026
|
if (input[_TGI] != null) {
|
|
19864
20027
|
entries[_TGI] = input[_TGI];
|
|
19865
20028
|
}
|
|
19866
|
-
if (input[
|
|
19867
|
-
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[
|
|
20029
|
+
if (input[_Op] != null) {
|
|
20030
|
+
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[_Op], context);
|
|
19868
20031
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19869
20032
|
const loc = `Options.${key}`;
|
|
19870
20033
|
entries[loc] = value;
|
|
@@ -19909,8 +20072,8 @@ var se_CreateTransitGatewayPeeringAttachmentRequest = /* @__PURE__ */ __name((in
|
|
|
19909
20072
|
if (input[_PRe] != null) {
|
|
19910
20073
|
entries[_PRe] = input[_PRe];
|
|
19911
20074
|
}
|
|
19912
|
-
if (input[
|
|
19913
|
-
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[
|
|
20075
|
+
if (input[_Op] != null) {
|
|
20076
|
+
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[_Op], context);
|
|
19914
20077
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19915
20078
|
const loc = `Options.${key}`;
|
|
19916
20079
|
entries[loc] = value;
|
|
@@ -19976,8 +20139,8 @@ var se_CreateTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19976
20139
|
if (input[_De] != null) {
|
|
19977
20140
|
entries[_De] = input[_De];
|
|
19978
20141
|
}
|
|
19979
|
-
if (input[
|
|
19980
|
-
const memberEntries = se_TransitGatewayRequestOptions(input[
|
|
20142
|
+
if (input[_Op] != null) {
|
|
20143
|
+
const memberEntries = se_TransitGatewayRequestOptions(input[_Op], context);
|
|
19981
20144
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19982
20145
|
const loc = `Options.${key}`;
|
|
19983
20146
|
entries[loc] = value;
|
|
@@ -20066,8 +20229,8 @@ var se_CreateTransitGatewayVpcAttachmentRequest = /* @__PURE__ */ __name((input,
|
|
|
20066
20229
|
entries[loc] = value;
|
|
20067
20230
|
});
|
|
20068
20231
|
}
|
|
20069
|
-
if (input[
|
|
20070
|
-
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[
|
|
20232
|
+
if (input[_Op] != null) {
|
|
20233
|
+
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
20071
20234
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20072
20235
|
const loc = `Options.${key}`;
|
|
20073
20236
|
entries[loc] = value;
|
|
@@ -20459,11 +20622,41 @@ var se_CreateVolumeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20459
20622
|
if (input[_CTl] != null) {
|
|
20460
20623
|
entries[_CTl] = input[_CTl];
|
|
20461
20624
|
}
|
|
20625
|
+
if (input[_O] != null) {
|
|
20626
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
20627
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20628
|
+
const loc = `Operator.${key}`;
|
|
20629
|
+
entries[loc] = value;
|
|
20630
|
+
});
|
|
20631
|
+
}
|
|
20462
20632
|
if (input[_DRr] != null) {
|
|
20463
20633
|
entries[_DRr] = input[_DRr];
|
|
20464
20634
|
}
|
|
20465
20635
|
return entries;
|
|
20466
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");
|
|
20467
20660
|
var se_CreateVpcEndpointConnectionNotificationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20468
20661
|
const entries = {};
|
|
20469
20662
|
if (input[_DRr] != null) {
|
|
@@ -20698,8 +20891,8 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20698
20891
|
if (input[_DRr] != null) {
|
|
20699
20892
|
entries[_DRr] = input[_DRr];
|
|
20700
20893
|
}
|
|
20701
|
-
if (input[
|
|
20702
|
-
const memberEntries = se_VpnConnectionOptionsSpecification(input[
|
|
20894
|
+
if (input[_Op] != null) {
|
|
20895
|
+
const memberEntries = se_VpnConnectionOptionsSpecification(input[_Op], context);
|
|
20703
20896
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20704
20897
|
const loc = `Options.${key}`;
|
|
20705
20898
|
entries[loc] = value;
|
|
@@ -21607,6 +21800,16 @@ var se_DeleteVolumeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
21607
21800
|
}
|
|
21608
21801
|
return entries;
|
|
21609
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");
|
|
21610
21813
|
var se_DeleteVpcEndpointConnectionNotificationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
21611
21814
|
const entries = {};
|
|
21612
21815
|
if (input[_DRr] != null) {
|
|
@@ -25471,6 +25674,40 @@ var se_DescribeVpcAttributeRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
25471
25674
|
}
|
|
25472
25675
|
return entries;
|
|
25473
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");
|
|
25474
25711
|
var se_DescribeVpcClassicLinkDnsSupportRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25475
25712
|
const entries = {};
|
|
25476
25713
|
if (input[_VIp] != null) {
|
|
@@ -31758,8 +31995,8 @@ var se_ModifyTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
31758
31995
|
if (input[_De] != null) {
|
|
31759
31996
|
entries[_De] = input[_De];
|
|
31760
31997
|
}
|
|
31761
|
-
if (input[
|
|
31762
|
-
const memberEntries = se_ModifyTransitGatewayOptions(input[
|
|
31998
|
+
if (input[_Op] != null) {
|
|
31999
|
+
const memberEntries = se_ModifyTransitGatewayOptions(input[_Op], context);
|
|
31763
32000
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31764
32001
|
const loc = `Options.${key}`;
|
|
31765
32002
|
entries[loc] = value;
|
|
@@ -31789,8 +32026,8 @@ var se_ModifyTransitGatewayVpcAttachmentRequest = /* @__PURE__ */ __name((input,
|
|
|
31789
32026
|
entries[loc] = value;
|
|
31790
32027
|
});
|
|
31791
32028
|
}
|
|
31792
|
-
if (input[
|
|
31793
|
-
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[
|
|
32029
|
+
if (input[_Op] != null) {
|
|
32030
|
+
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
31794
32031
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31795
32032
|
const loc = `Options.${key}`;
|
|
31796
32033
|
entries[loc] = value;
|
|
@@ -32156,6 +32393,29 @@ var se_ModifyVpcAttributeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
32156
32393
|
}
|
|
32157
32394
|
return entries;
|
|
32158
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");
|
|
32159
32419
|
var se_ModifyVpcEndpointConnectionNotificationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32160
32420
|
const entries = {};
|
|
32161
32421
|
if (input[_DRr] != null) {
|
|
@@ -32837,6 +33097,13 @@ var se_OnDemandOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
32837
33097
|
}
|
|
32838
33098
|
return entries;
|
|
32839
33099
|
}, "se_OnDemandOptionsRequest");
|
|
33100
|
+
var se_OperatorRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33101
|
+
const entries = {};
|
|
33102
|
+
if (input[_Prin] != null) {
|
|
33103
|
+
entries[_Prin] = input[_Prin];
|
|
33104
|
+
}
|
|
33105
|
+
return entries;
|
|
33106
|
+
}, "se_OperatorRequest");
|
|
32840
33107
|
var se_OrganizationalUnitArnStringList = /* @__PURE__ */ __name((input, context) => {
|
|
32841
33108
|
const entries = {};
|
|
32842
33109
|
let counter = 1;
|
|
@@ -34415,6 +34682,13 @@ var se_RequestLaunchTemplateData = /* @__PURE__ */ __name((input, context) => {
|
|
|
34415
34682
|
if (input[_DAS] != null) {
|
|
34416
34683
|
entries[_DAS] = input[_DAS];
|
|
34417
34684
|
}
|
|
34685
|
+
if (input[_O] != null) {
|
|
34686
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
34687
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34688
|
+
const loc = `Operator.${key}`;
|
|
34689
|
+
entries[loc] = value;
|
|
34690
|
+
});
|
|
34691
|
+
}
|
|
34418
34692
|
return entries;
|
|
34419
34693
|
}, "se_RequestLaunchTemplateData");
|
|
34420
34694
|
var se_RequestSpotFleetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -35222,6 +35496,13 @@ var se_RunInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
35222
35496
|
if (input[_EPI] != null) {
|
|
35223
35497
|
entries[_EPI] = input[_EPI];
|
|
35224
35498
|
}
|
|
35499
|
+
if (input[_O] != null) {
|
|
35500
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
35501
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35502
|
+
const loc = `Operator.${key}`;
|
|
35503
|
+
entries[loc] = value;
|
|
35504
|
+
});
|
|
35505
|
+
}
|
|
35225
35506
|
if (input[_DRr] != null) {
|
|
35226
35507
|
entries[_DRr] = input[_DRr];
|
|
35227
35508
|
}
|
|
@@ -37306,6 +37587,18 @@ var se_VolumeIdStringList = /* @__PURE__ */ __name((input, context) => {
|
|
|
37306
37587
|
}
|
|
37307
37588
|
return entries;
|
|
37308
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");
|
|
37309
37602
|
var se_VpcClassicLinkIdList = /* @__PURE__ */ __name((input, context) => {
|
|
37310
37603
|
const entries = {};
|
|
37311
37604
|
let counter = 1;
|
|
@@ -37672,7 +37965,7 @@ var de_AcceptCapacityReservationBillingOwnershipResult = /* @__PURE__ */ __name(
|
|
|
37672
37965
|
var de_AcceptReservedInstancesExchangeQuoteResult = /* @__PURE__ */ __name((output, context) => {
|
|
37673
37966
|
const contents = {};
|
|
37674
37967
|
if (output[_eI] != null) {
|
|
37675
|
-
contents[
|
|
37968
|
+
contents[_EIxch] = (0, import_smithy_client.expectString)(output[_eI]);
|
|
37676
37969
|
}
|
|
37677
37970
|
return contents;
|
|
37678
37971
|
}, "de_AcceptReservedInstancesExchangeQuoteResult");
|
|
@@ -38746,6 +39039,13 @@ var de_BlockDeviceMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
|
38746
39039
|
return de_BlockDeviceMapping(entry, context);
|
|
38747
39040
|
});
|
|
38748
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");
|
|
38749
39049
|
var de_BootModeTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
38750
39050
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
38751
39051
|
return (0, import_smithy_client.expectString)(entry);
|
|
@@ -40617,6 +40917,13 @@ var de_CreateVolumePermissionList = /* @__PURE__ */ __name((output, context) =>
|
|
|
40617
40917
|
return de_CreateVolumePermission(entry, context);
|
|
40618
40918
|
});
|
|
40619
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");
|
|
40620
40927
|
var de_CreateVpcEndpointConnectionNotificationResult = /* @__PURE__ */ __name((output, context) => {
|
|
40621
40928
|
const contents = {};
|
|
40622
40929
|
if (output[_cNo] != null) {
|
|
@@ -41245,6 +41552,13 @@ var de_DeleteVerifiedAccessTrustProviderResult = /* @__PURE__ */ __name((output,
|
|
|
41245
41552
|
}
|
|
41246
41553
|
return contents;
|
|
41247
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");
|
|
41248
41562
|
var de_DeleteVpcEndpointConnectionNotificationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
41249
41563
|
const contents = {};
|
|
41250
41564
|
if (output.unsuccessful === "") {
|
|
@@ -43166,6 +43480,25 @@ var de_DescribeVpcAttributeResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
43166
43480
|
}
|
|
43167
43481
|
return contents;
|
|
43168
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");
|
|
43169
43502
|
var de_DescribeVpcClassicLinkDnsSupportResult = /* @__PURE__ */ __name((output, context) => {
|
|
43170
43503
|
const contents = {};
|
|
43171
43504
|
if (output[_nTe] != null) {
|
|
@@ -43881,6 +44214,9 @@ var de_EbsInstanceBlockDevice = /* @__PURE__ */ __name((output, context) => {
|
|
|
43881
44214
|
if (output[_vOI] != null) {
|
|
43882
44215
|
contents[_VOI] = (0, import_smithy_client.expectString)(output[_vOI]);
|
|
43883
44216
|
}
|
|
44217
|
+
if (output[_op] != null) {
|
|
44218
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
44219
|
+
}
|
|
43884
44220
|
return contents;
|
|
43885
44221
|
}, "de_EbsInstanceBlockDevice");
|
|
43886
44222
|
var de_EbsOptimizedInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -46944,6 +47280,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
46944
47280
|
if (output[_cIBM] != null) {
|
|
46945
47281
|
contents[_CIBM] = (0, import_smithy_client.expectString)(output[_cIBM]);
|
|
46946
47282
|
}
|
|
47283
|
+
if (output[_op] != null) {
|
|
47284
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47285
|
+
}
|
|
46947
47286
|
if (output[_iI] != null) {
|
|
46948
47287
|
contents[_IIn] = (0, import_smithy_client.expectString)(output[_iI]);
|
|
46949
47288
|
}
|
|
@@ -47304,6 +47643,9 @@ var de_InstanceImageMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
47304
47643
|
if (output[_iM] != null) {
|
|
47305
47644
|
contents[_IMm] = de_ImageMetadata(output[_iM], context);
|
|
47306
47645
|
}
|
|
47646
|
+
if (output[_op] != null) {
|
|
47647
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47648
|
+
}
|
|
47307
47649
|
return contents;
|
|
47308
47650
|
}, "de_InstanceImageMetadata");
|
|
47309
47651
|
var de_InstanceImageMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47484,6 +47826,9 @@ var de_InstanceNetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
47484
47826
|
if (output[_cTC] != null) {
|
|
47485
47827
|
contents[_CTC] = de_ConnectionTrackingSpecificationResponse(output[_cTC], context);
|
|
47486
47828
|
}
|
|
47829
|
+
if (output[_op] != null) {
|
|
47830
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47831
|
+
}
|
|
47487
47832
|
return contents;
|
|
47488
47833
|
}, "de_InstanceNetworkInterface");
|
|
47489
47834
|
var de_InstanceNetworkInterfaceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47774,6 +48119,9 @@ var de_InstanceStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
47774
48119
|
if (output[_oA] != null) {
|
|
47775
48120
|
contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
|
|
47776
48121
|
}
|
|
48122
|
+
if (output[_op] != null) {
|
|
48123
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
48124
|
+
}
|
|
47777
48125
|
if (output.eventsSet === "") {
|
|
47778
48126
|
contents[_Ev] = [];
|
|
47779
48127
|
} else if (output[_eSv] != null && output[_eSv][_i] != null) {
|
|
@@ -49218,6 +49566,9 @@ var de_LaunchTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
49218
49566
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
49219
49567
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
49220
49568
|
}
|
|
49569
|
+
if (output[_op] != null) {
|
|
49570
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
49571
|
+
}
|
|
49221
49572
|
return contents;
|
|
49222
49573
|
}, "de_LaunchTemplate");
|
|
49223
49574
|
var de_LaunchTemplateAndOverridesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -49659,6 +50010,9 @@ var de_LaunchTemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
49659
50010
|
if (output[_lTD] != null) {
|
|
49660
50011
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD], context);
|
|
49661
50012
|
}
|
|
50013
|
+
if (output[_op] != null) {
|
|
50014
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
50015
|
+
}
|
|
49662
50016
|
return contents;
|
|
49663
50017
|
}, "de_LaunchTemplateVersion");
|
|
49664
50018
|
var de_LaunchTemplateVersionSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -50573,6 +50927,20 @@ var de_ModifyVolumeResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
50573
50927
|
}
|
|
50574
50928
|
return contents;
|
|
50575
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");
|
|
50576
50944
|
var de_ModifyVpcEndpointConnectionNotificationResult = /* @__PURE__ */ __name((output, context) => {
|
|
50577
50945
|
const contents = {};
|
|
50578
50946
|
if (output[_r] != null) {
|
|
@@ -51275,6 +51643,9 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
51275
51643
|
if (output[_iApv] != null) {
|
|
51276
51644
|
contents[_IApv] = (0, import_smithy_client.expectString)(output[_iApv]);
|
|
51277
51645
|
}
|
|
51646
|
+
if (output[_op] != null) {
|
|
51647
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
51648
|
+
}
|
|
51278
51649
|
return contents;
|
|
51279
51650
|
}, "de_NetworkInterface");
|
|
51280
51651
|
var de_NetworkInterfaceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51547,6 +51918,16 @@ var de_OnDemandOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
51547
51918
|
}
|
|
51548
51919
|
return contents;
|
|
51549
51920
|
}, "de_OnDemandOptions");
|
|
51921
|
+
var de_OperatorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
51922
|
+
const contents = {};
|
|
51923
|
+
if (output[_mana] != null) {
|
|
51924
|
+
contents[_Mana] = (0, import_smithy_client.parseBoolean)(output[_mana]);
|
|
51925
|
+
}
|
|
51926
|
+
if (output[_p] != null) {
|
|
51927
|
+
contents[_Prin] = (0, import_smithy_client.expectString)(output[_p]);
|
|
51928
|
+
}
|
|
51929
|
+
return contents;
|
|
51930
|
+
}, "de_OperatorResponse");
|
|
51550
51931
|
var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
|
|
51551
51932
|
const contents = {};
|
|
51552
51933
|
if (output.sourceAddressSet === "") {
|
|
@@ -53098,6 +53479,9 @@ var de_ResponseLaunchTemplateData = /* @__PURE__ */ __name((output, context) =>
|
|
|
53098
53479
|
if (output[_dASi] != null) {
|
|
53099
53480
|
contents[_DAS] = (0, import_smithy_client.parseBoolean)(output[_dASi]);
|
|
53100
53481
|
}
|
|
53482
|
+
if (output[_op] != null) {
|
|
53483
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
53484
|
+
}
|
|
53101
53485
|
return contents;
|
|
53102
53486
|
}, "de_ResponseLaunchTemplateData");
|
|
53103
53487
|
var de_RestoreAddressToClassicResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54859,6 +55243,9 @@ var de_Subnet = /* @__PURE__ */ __name((output, context) => {
|
|
|
54859
55243
|
if (output[_pDNOOL] != null) {
|
|
54860
55244
|
contents[_PDNOOL] = de_PrivateDnsNameOptionsOnLaunch(output[_pDNOOL], context);
|
|
54861
55245
|
}
|
|
55246
|
+
if (output[_bPAS] != null) {
|
|
55247
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
55248
|
+
}
|
|
54862
55249
|
if (output[_sIu] != null) {
|
|
54863
55250
|
contents[_SIub] = (0, import_smithy_client.expectString)(output[_sIu]);
|
|
54864
55251
|
}
|
|
@@ -55443,8 +55830,8 @@ var de_TransitGateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
55443
55830
|
if (output[_cTre] != null) {
|
|
55444
55831
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
55445
55832
|
}
|
|
55446
|
-
if (output[
|
|
55447
|
-
contents[
|
|
55833
|
+
if (output[_opt] != null) {
|
|
55834
|
+
contents[_Op] = de_TransitGatewayOptions(output[_opt], context);
|
|
55448
55835
|
}
|
|
55449
55836
|
if (output.tagSet === "") {
|
|
55450
55837
|
contents[_Ta] = [];
|
|
@@ -55579,8 +55966,8 @@ var de_TransitGatewayConnect = /* @__PURE__ */ __name((output, context) => {
|
|
|
55579
55966
|
if (output[_cTre] != null) {
|
|
55580
55967
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
55581
55968
|
}
|
|
55582
|
-
if (output[
|
|
55583
|
-
contents[
|
|
55969
|
+
if (output[_opt] != null) {
|
|
55970
|
+
contents[_Op] = de_TransitGatewayConnectOptions(output[_opt], context);
|
|
55584
55971
|
}
|
|
55585
55972
|
if (output.tagSet === "") {
|
|
55586
55973
|
contents[_Ta] = [];
|
|
@@ -55702,8 +56089,8 @@ var de_TransitGatewayMulticastDomain = /* @__PURE__ */ __name((output, context)
|
|
|
55702
56089
|
if (output[_oI] != null) {
|
|
55703
56090
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
55704
56091
|
}
|
|
55705
|
-
if (output[
|
|
55706
|
-
contents[
|
|
56092
|
+
if (output[_opt] != null) {
|
|
56093
|
+
contents[_Op] = de_TransitGatewayMulticastDomainOptions(output[_opt], context);
|
|
55707
56094
|
}
|
|
55708
56095
|
if (output[_st] != null) {
|
|
55709
56096
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -55909,8 +56296,8 @@ var de_TransitGatewayPeeringAttachment = /* @__PURE__ */ __name((output, context
|
|
|
55909
56296
|
if (output[_aTI] != null) {
|
|
55910
56297
|
contents[_ATIc] = de_PeeringTgwInfo(output[_aTI], context);
|
|
55911
56298
|
}
|
|
55912
|
-
if (output[
|
|
55913
|
-
contents[
|
|
56299
|
+
if (output[_opt] != null) {
|
|
56300
|
+
contents[_Op] = de_TransitGatewayPeeringAttachmentOptions(output[_opt], context);
|
|
55914
56301
|
}
|
|
55915
56302
|
if (output[_sta] != null) {
|
|
55916
56303
|
contents[_Statu] = de_PeeringAttachmentStatus(output[_sta], context);
|
|
@@ -56320,8 +56707,8 @@ var de_TransitGatewayVpcAttachment = /* @__PURE__ */ __name((output, context) =>
|
|
|
56320
56707
|
if (output[_cTre] != null) {
|
|
56321
56708
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
56322
56709
|
}
|
|
56323
|
-
if (output[
|
|
56324
|
-
contents[
|
|
56710
|
+
if (output[_opt] != null) {
|
|
56711
|
+
contents[_Op] = de_TransitGatewayVpcAttachmentOptions(output[_opt], context);
|
|
56325
56712
|
}
|
|
56326
56713
|
if (output.tagSet === "") {
|
|
56327
56714
|
contents[_Ta] = [];
|
|
@@ -57111,6 +57498,9 @@ var de_Volume = /* @__PURE__ */ __name((output, context) => {
|
|
|
57111
57498
|
if (output[_sTs] != null) {
|
|
57112
57499
|
contents[_STs] = (0, import_smithy_client.expectString)(output[_sTs]);
|
|
57113
57500
|
}
|
|
57501
|
+
if (output[_op] != null) {
|
|
57502
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
57503
|
+
}
|
|
57114
57504
|
if (output[_vIo] != null) {
|
|
57115
57505
|
contents[_VIo] = (0, import_smithy_client.expectString)(output[_vIo]);
|
|
57116
57506
|
}
|
|
@@ -57389,6 +57779,9 @@ var de_Vpc = /* @__PURE__ */ __name((output, context) => {
|
|
|
57389
57779
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57390
57780
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
57391
57781
|
}
|
|
57782
|
+
if (output[_bPAS] != null) {
|
|
57783
|
+
contents[_BPAS] = de_BlockPublicAccessStates(output[_bPAS], context);
|
|
57784
|
+
}
|
|
57392
57785
|
if (output[_vI] != null) {
|
|
57393
57786
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
57394
57787
|
}
|
|
@@ -57418,6 +57811,66 @@ var de_VpcAttachmentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
57418
57811
|
return de_VpcAttachment(entry, context);
|
|
57419
57812
|
});
|
|
57420
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");
|
|
57421
57874
|
var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
57422
57875
|
const contents = {};
|
|
57423
57876
|
if (output[_aIs] != null) {
|
|
@@ -57727,8 +58180,8 @@ var de_VpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
57727
58180
|
if (output[_gAS] != null) {
|
|
57728
58181
|
contents[_GAS] = (0, import_smithy_client.expectString)(output[_gAS]);
|
|
57729
58182
|
}
|
|
57730
|
-
if (output[
|
|
57731
|
-
contents[
|
|
58183
|
+
if (output[_opt] != null) {
|
|
58184
|
+
contents[_Op] = de_VpnConnectionOptions(output[_opt], context);
|
|
57732
58185
|
}
|
|
57733
58186
|
if (output.routes === "") {
|
|
57734
58187
|
contents[_Rout] = [];
|
|
@@ -58052,6 +58505,7 @@ var _ARs = "AssociatedResource";
|
|
|
58052
58505
|
var _ARss = "AssociatedRoles";
|
|
58053
58506
|
var _ARu = "AutoRecovery";
|
|
58054
58507
|
var _ARut = "AuthorizationRules";
|
|
58508
|
+
var _ARw = "AwsRegion";
|
|
58055
58509
|
var _AS = "AllocationStrategy";
|
|
58056
58510
|
var _ASA = "AmazonSideAsn";
|
|
58057
58511
|
var _ASCB = "AssociateSubnetCidrBlock";
|
|
@@ -58154,6 +58608,7 @@ var _BN = "BucketName";
|
|
|
58154
58608
|
var _BO = "BgpOptions";
|
|
58155
58609
|
var _BOu = "BucketOwner";
|
|
58156
58610
|
var _BP = "BurstablePerformance";
|
|
58611
|
+
var _BPAS = "BlockPublicAccessStates";
|
|
58157
58612
|
var _BPS = "BurstablePerformanceSupported";
|
|
58158
58613
|
var _BPi = "BillingProducts";
|
|
58159
58614
|
var _BS = "BgpStatus";
|
|
@@ -58395,6 +58850,7 @@ var _CVAE = "CreateVerifiedAccessEndpoint";
|
|
|
58395
58850
|
var _CVAG = "CreateVerifiedAccessGroup";
|
|
58396
58851
|
var _CVAI = "CreateVerifiedAccessInstance";
|
|
58397
58852
|
var _CVATP = "CreateVerifiedAccessTrustProvider";
|
|
58853
|
+
var _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
58398
58854
|
var _CVC = "CreateVpnConnection";
|
|
58399
58855
|
var _CVCR = "CreateVpnConnectionRoute";
|
|
58400
58856
|
var _CVE = "CreateVpcEndpoint";
|
|
@@ -58749,6 +59205,7 @@ var _DTS = "DpdTimeoutSeconds";
|
|
|
58749
59205
|
var _DTe = "DescribeTags";
|
|
58750
59206
|
var _DTel = "DeletionTime";
|
|
58751
59207
|
var _DTele = "DeleteTime";
|
|
59208
|
+
var _DTelet = "DeletionTimestamp";
|
|
58752
59209
|
var _DTep = "DeprecationTime";
|
|
58753
59210
|
var _DTi = "DisablingTime";
|
|
58754
59211
|
var _DTis = "DisabledTime";
|
|
@@ -58765,6 +59222,9 @@ var _DVATP = "DeleteVerifiedAccessTrustProvider";
|
|
|
58765
59222
|
var _DVATPe = "DescribeVerifiedAccessTrustProviders";
|
|
58766
59223
|
var _DVATPet = "DetachVerifiedAccessTrustProvider";
|
|
58767
59224
|
var _DVAe = "DescribeVpcAttribute";
|
|
59225
|
+
var _DVBPAE = "DeleteVpcBlockPublicAccessExclusion";
|
|
59226
|
+
var _DVBPAEe = "DescribeVpcBlockPublicAccessExclusions";
|
|
59227
|
+
var _DVBPAO = "DescribeVpcBlockPublicAccessOptions";
|
|
58768
59228
|
var _DVC = "DeleteVpnConnection";
|
|
58769
59229
|
var _DVCB = "DisassociateVpcCidrBlock";
|
|
58770
59230
|
var _DVCL = "DescribeVpcClassicLink";
|
|
@@ -58871,7 +59331,9 @@ var _EIf = "EfaInfo";
|
|
|
58871
59331
|
var _EIv = "EventInformation";
|
|
58872
59332
|
var _EIve = "EventId";
|
|
58873
59333
|
var _EIx = "ExportImage";
|
|
58874
|
-
var _EIxc = "
|
|
59334
|
+
var _EIxc = "ExclusionId";
|
|
59335
|
+
var _EIxch = "ExchangeId";
|
|
59336
|
+
var _EIxcl = "ExclusionIds";
|
|
58875
59337
|
var _EKKI = "EncryptionKmsKeyId";
|
|
58876
59338
|
var _ELADI = "EnableLniAtDeviceIndex";
|
|
58877
59339
|
var _ELBL = "ElasticLoadBalancerListener";
|
|
@@ -59146,6 +59608,8 @@ var _IFCS = "InstanceFamilyCreditSpecification";
|
|
|
59146
59608
|
var _IFR = "IamFleetRole";
|
|
59147
59609
|
var _IFRn = "IngressFilterRules";
|
|
59148
59610
|
var _IG = "InstanceGenerations";
|
|
59611
|
+
var _IGBM = "InternetGatewayBlockMode";
|
|
59612
|
+
var _IGEM = "InternetGatewayExclusionMode";
|
|
59149
59613
|
var _IGI = "InternetGatewayId";
|
|
59150
59614
|
var _IGIn = "InternetGatewayIds";
|
|
59151
59615
|
var _IGn = "InternetGateway";
|
|
@@ -59417,6 +59881,7 @@ var _LTi = "LicenseType";
|
|
|
59417
59881
|
var _LTo = "LocalTarget";
|
|
59418
59882
|
var _LUT = "LastUpdateTime";
|
|
59419
59883
|
var _LUTa = "LastUpdatedTime";
|
|
59884
|
+
var _LUTas = "LastUpdateTimestamp";
|
|
59420
59885
|
var _LV = "LogVersion";
|
|
59421
59886
|
var _LVN = "LatestVersionNumber";
|
|
59422
59887
|
var _La = "Latest";
|
|
@@ -59541,6 +60006,8 @@ var _MVAI = "ModifyVerifiedAccessInstance";
|
|
|
59541
60006
|
var _MVAILC = "ModifyVerifiedAccessInstanceLoggingConfiguration";
|
|
59542
60007
|
var _MVATP = "ModifyVerifiedAccessTrustProvider";
|
|
59543
60008
|
var _MVAo = "ModifyVpcAttribute";
|
|
60009
|
+
var _MVBPAE = "ModifyVpcBlockPublicAccessExclusion";
|
|
60010
|
+
var _MVBPAO = "ModifyVpcBlockPublicAccessOptions";
|
|
59544
60011
|
var _MVC = "ModifyVpnConnection";
|
|
59545
60012
|
var _MVCO = "ModifyVpnConnectionOptions";
|
|
59546
60013
|
var _MVE = "ModifyVpcEndpoint";
|
|
@@ -59558,6 +60025,7 @@ var _MVi = "MinVersion";
|
|
|
59558
60025
|
var _Ma = "Max";
|
|
59559
60026
|
var _Mai = "Main";
|
|
59560
60027
|
var _Man = "Manufacturer";
|
|
60028
|
+
var _Mana = "Managed";
|
|
59561
60029
|
var _Mar = "Marketplace";
|
|
59562
60030
|
var _Me = "Message";
|
|
59563
60031
|
var _Mes = "Messages";
|
|
@@ -59638,7 +60106,7 @@ var _NT = "NextToken";
|
|
|
59638
60106
|
var _NTI = "NitroTpmInfo";
|
|
59639
60107
|
var _NTS = "NitroTpmSupport";
|
|
59640
60108
|
var _NTe = "NetworkType";
|
|
59641
|
-
var _O = "
|
|
60109
|
+
var _O = "Operator";
|
|
59642
60110
|
var _OA = "OutpostArn";
|
|
59643
60111
|
var _OAr = "OrganizationArn";
|
|
59644
60112
|
var _OArg = "OrganizationArns";
|
|
@@ -59678,6 +60146,7 @@ var _OU = "OccurrenceUnit";
|
|
|
59678
60146
|
var _OUA = "OrganizationalUnitArn";
|
|
59679
60147
|
var _OUAr = "OrganizationalUnitArns";
|
|
59680
60148
|
var _OVT = "OriginalVolumeType";
|
|
60149
|
+
var _Op = "Options";
|
|
59681
60150
|
var _Or = "Origin";
|
|
59682
60151
|
var _Ou = "Output";
|
|
59683
60152
|
var _Ov = "Overrides";
|
|
@@ -59852,6 +60321,7 @@ var _RAP = "RemoveAllowedPrincipals";
|
|
|
59852
60321
|
var _RART = "RemoveAllocationResourceTags";
|
|
59853
60322
|
var _RATC = "RestoreAddressToClassic";
|
|
59854
60323
|
var _RAe = "ResolveAlias";
|
|
60324
|
+
var _RAes = "ResourceArn";
|
|
59855
60325
|
var _RAo = "RoleArn";
|
|
59856
60326
|
var _RAu = "RuleAction";
|
|
59857
60327
|
var _RB = "RequestedBy";
|
|
@@ -60433,6 +60903,9 @@ var _VATPI = "VerifiedAccessTrustProviderId";
|
|
|
60433
60903
|
var _VATPIe = "VerifiedAccessTrustProviderIds";
|
|
60434
60904
|
var _VATPe = "VerifiedAccessTrustProviders";
|
|
60435
60905
|
var _VAp = "VpcAttachments";
|
|
60906
|
+
var _VBPAE = "VpcBlockPublicAccessExclusion";
|
|
60907
|
+
var _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
60908
|
+
var _VBPAO = "VpcBlockPublicAccessOptions";
|
|
60436
60909
|
var _VC = "VpnConnection";
|
|
60437
60910
|
var _VCC = "VCpuCount";
|
|
60438
60911
|
var _VCDSC = "VpnConnectionDeviceSampleConfiguration";
|
|
@@ -60593,6 +61066,7 @@ var _aRcc = "acceptanceRequired";
|
|
|
60593
61066
|
var _aRd = "addressRegion";
|
|
60594
61067
|
var _aRs = "associatedResource";
|
|
60595
61068
|
var _aRu = "autoRecovery";
|
|
61069
|
+
var _aRw = "awsRegion";
|
|
60596
61070
|
var _aS = "associationState";
|
|
60597
61071
|
var _aSA = "amazonSideAsn";
|
|
60598
61072
|
var _aSS = "amdSevSnp";
|
|
@@ -60668,6 +61142,7 @@ var _bMa = "bareMetal";
|
|
|
60668
61142
|
var _bN = "bucketName";
|
|
60669
61143
|
var _bO = "bucketOwner";
|
|
60670
61144
|
var _bP = "burstablePerformance";
|
|
61145
|
+
var _bPAS = "blockPublicAccessStates";
|
|
60671
61146
|
var _bPS = "burstablePerformanceSupported";
|
|
60672
61147
|
var _bS = "byoasnSet";
|
|
60673
61148
|
var _bSg = "bgpStatus";
|
|
@@ -60885,6 +61360,7 @@ var _dTPT = "deviceTrustProviderType";
|
|
|
60885
61360
|
var _dTS = "dpdTimeoutSeconds";
|
|
60886
61361
|
var _dTe = "deprecationTime";
|
|
60887
61362
|
var _dTel = "deleteTime";
|
|
61363
|
+
var _dTele = "deletionTimestamp";
|
|
60888
61364
|
var _dTi = "disablingTime";
|
|
60889
61365
|
var _dTis = "disabledTime";
|
|
60890
61366
|
var _dV = "destinationVpc";
|
|
@@ -60943,6 +61419,7 @@ var _eIb = "ebsInfo";
|
|
|
60943
61419
|
var _eIf = "efaInfo";
|
|
60944
61420
|
var _eIv = "eventInformation";
|
|
60945
61421
|
var _eIve = "eventId";
|
|
61422
|
+
var _eIx = "exclusionId";
|
|
60946
61423
|
var _eKKI = "encryptionKmsKeyId";
|
|
60947
61424
|
var _eLADI = "enableLniAtDeviceIndex";
|
|
60948
61425
|
var _eLBL = "elasticLoadBalancerListener";
|
|
@@ -61132,6 +61609,8 @@ var _iFCS = "instanceFamilyCreditSpecification";
|
|
|
61132
61609
|
var _iFR = "iamFleetRole";
|
|
61133
61610
|
var _iFRS = "ingressFilterRuleSet";
|
|
61134
61611
|
var _iG = "internetGateway";
|
|
61612
|
+
var _iGBM = "internetGatewayBlockMode";
|
|
61613
|
+
var _iGEM = "internetGatewayExclusionMode";
|
|
61135
61614
|
var _iGI = "internetGatewayId";
|
|
61136
61615
|
var _iGS = "internetGatewaySet";
|
|
61137
61616
|
var _iGSn = "instanceGenerationSet";
|
|
@@ -61363,6 +61842,7 @@ var _lTi = "licenseType";
|
|
|
61363
61842
|
var _lTo = "locationType";
|
|
61364
61843
|
var _lUT = "lastUpdateTime";
|
|
61365
61844
|
var _lUTa = "lastUpdatedTime";
|
|
61845
|
+
var _lUTas = "lastUpdateTimestamp";
|
|
61366
61846
|
var _lV = "logVersion";
|
|
61367
61847
|
var _lVN = "latestVersionNumber";
|
|
61368
61848
|
var _lo = "location";
|
|
@@ -61422,6 +61902,7 @@ var _mVE = "managesVpcEndpoints";
|
|
|
61422
61902
|
var _ma = "max";
|
|
61423
61903
|
var _mai = "main";
|
|
61424
61904
|
var _man = "manufacturer";
|
|
61905
|
+
var _mana = "managed";
|
|
61425
61906
|
var _mar = "marketplace";
|
|
61426
61907
|
var _me = "message";
|
|
61427
61908
|
var _mem = "member";
|
|
@@ -61528,7 +62009,8 @@ var _oTr = "originalThroughput";
|
|
|
61528
62009
|
var _oU = "occurrenceUnit";
|
|
61529
62010
|
var _oUA = "organizationalUnitArn";
|
|
61530
62011
|
var _oVT = "originalVolumeType";
|
|
61531
|
-
var _op = "
|
|
62012
|
+
var _op = "operator";
|
|
62013
|
+
var _opt = "options";
|
|
61532
62014
|
var _ou = "output";
|
|
61533
62015
|
var _ov = "overrides";
|
|
61534
62016
|
var _ow = "owner";
|
|
@@ -61661,6 +62143,7 @@ var _pu = "public";
|
|
|
61661
62143
|
var _pur = "purchase";
|
|
61662
62144
|
var _r = "return";
|
|
61663
62145
|
var _rA = "ruleAction";
|
|
62146
|
+
var _rAe = "resourceArn";
|
|
61664
62147
|
var _rB = "requestedBy";
|
|
61665
62148
|
var _rBET = "recycleBinEnterTime";
|
|
61666
62149
|
var _rBETe = "recycleBinExitTime";
|
|
@@ -62103,6 +62586,9 @@ var _vAIS = "verifiedAccessInstanceSet";
|
|
|
62103
62586
|
var _vATP = "verifiedAccessTrustProvider";
|
|
62104
62587
|
var _vATPI = "verifiedAccessTrustProviderId";
|
|
62105
62588
|
var _vATPS = "verifiedAccessTrustProviderSet";
|
|
62589
|
+
var _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
62590
|
+
var _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
62591
|
+
var _vBPAO = "vpcBlockPublicAccessOptions";
|
|
62106
62592
|
var _vC = "vpnConnection";
|
|
62107
62593
|
var _vCC = "vCpuCount";
|
|
62108
62594
|
var _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|
|
@@ -64837,6 +65323,11 @@ var ClientVpnRouteStatusCode = {
|
|
|
64837
65323
|
var GatewayType = {
|
|
64838
65324
|
ipsec_1: "ipsec.1"
|
|
64839
65325
|
};
|
|
65326
|
+
var BlockPublicAccessMode = {
|
|
65327
|
+
block_bidirectional: "block-bidirectional",
|
|
65328
|
+
block_ingress: "block-ingress",
|
|
65329
|
+
off: "off"
|
|
65330
|
+
};
|
|
64840
65331
|
var HostnameType = {
|
|
64841
65332
|
ip_name: "ip-name",
|
|
64842
65333
|
resource_name: "resource-name"
|
|
@@ -66132,6 +66623,22 @@ var VolumeState = {
|
|
|
66132
66623
|
error: "error",
|
|
66133
66624
|
in_use: "in-use"
|
|
66134
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
|
+
};
|
|
66135
66642
|
var DnsRecordIpType = {
|
|
66136
66643
|
dualstack: "dualstack",
|
|
66137
66644
|
ipv4: "ipv4",
|
|
@@ -66303,6 +66810,20 @@ var _CreateVolumeCommand = class _CreateVolumeCommand extends import_smithy_clie
|
|
|
66303
66810
|
__name(_CreateVolumeCommand, "CreateVolumeCommand");
|
|
66304
66811
|
var CreateVolumeCommand = _CreateVolumeCommand;
|
|
66305
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
|
+
|
|
66306
66827
|
// src/commands/CreateVpcCommand.ts
|
|
66307
66828
|
|
|
66308
66829
|
|
|
@@ -67556,6 +68077,20 @@ var _DeleteVolumeCommand = class _DeleteVolumeCommand extends import_smithy_clie
|
|
|
67556
68077
|
__name(_DeleteVolumeCommand, "DeleteVolumeCommand");
|
|
67557
68078
|
var DeleteVolumeCommand = _DeleteVolumeCommand;
|
|
67558
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
|
+
|
|
67559
68094
|
// src/commands/DeleteVpcCommand.ts
|
|
67560
68095
|
|
|
67561
68096
|
|
|
@@ -68693,21 +69228,6 @@ var ReservedInstanceState = {
|
|
|
68693
69228
|
queued_deleted: "queued-deleted",
|
|
68694
69229
|
retired: "retired"
|
|
68695
69230
|
};
|
|
68696
|
-
var SnapshotAttributeName = {
|
|
68697
|
-
createVolumePermission: "createVolumePermission",
|
|
68698
|
-
productCodes: "productCodes"
|
|
68699
|
-
};
|
|
68700
|
-
var TieringOperationStatus = {
|
|
68701
|
-
archival_completed: "archival-completed",
|
|
68702
|
-
archival_failed: "archival-failed",
|
|
68703
|
-
archival_in_progress: "archival-in-progress",
|
|
68704
|
-
permanent_restore_completed: "permanent-restore-completed",
|
|
68705
|
-
permanent_restore_failed: "permanent-restore-failed",
|
|
68706
|
-
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
68707
|
-
temporary_restore_completed: "temporary-restore-completed",
|
|
68708
|
-
temporary_restore_failed: "temporary-restore-failed",
|
|
68709
|
-
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
68710
|
-
};
|
|
68711
69231
|
var SnapshotDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68712
69232
|
...obj,
|
|
68713
69233
|
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -69684,6 +70204,21 @@ var DescribeSpotFleetRequestHistoryCommand = _DescribeSpotFleetRequestHistoryCom
|
|
|
69684
70204
|
|
|
69685
70205
|
// src/models/models_5.ts
|
|
69686
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
|
+
};
|
|
69687
70222
|
var EventType = {
|
|
69688
70223
|
BATCH_CHANGE: "fleetRequestChange",
|
|
69689
70224
|
ERROR: "error",
|
|
@@ -69738,6 +70273,16 @@ var VpcAttributeName = {
|
|
|
69738
70273
|
enableDnsSupport: "enableDnsSupport",
|
|
69739
70274
|
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
69740
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
|
+
};
|
|
69741
70286
|
var ImageBlockPublicAccessDisabledState = {
|
|
69742
70287
|
unblocked: "unblocked"
|
|
69743
70288
|
};
|
|
@@ -70260,6 +70805,34 @@ var _DescribeVpcAttributeCommand = class _DescribeVpcAttributeCommand extends im
|
|
|
70260
70805
|
__name(_DescribeVpcAttributeCommand, "DescribeVpcAttributeCommand");
|
|
70261
70806
|
var DescribeVpcAttributeCommand = _DescribeVpcAttributeCommand;
|
|
70262
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
|
+
|
|
70263
70836
|
// src/commands/DescribeVpcClassicLinkCommand.ts
|
|
70264
70837
|
|
|
70265
70838
|
|
|
@@ -71719,10 +72292,6 @@ var ImportVolumeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
71719
72292
|
...obj,
|
|
71720
72293
|
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
71721
72294
|
}), "ImportVolumeResultFilterSensitiveLog");
|
|
71722
|
-
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71723
|
-
...obj,
|
|
71724
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
71725
|
-
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
71726
72295
|
|
|
71727
72296
|
// src/commands/GetInstanceTpmEkPubCommand.ts
|
|
71728
72297
|
var _GetInstanceTpmEkPubCommand = class _GetInstanceTpmEkPubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -73081,6 +73650,10 @@ var MembershipType = {
|
|
|
73081
73650
|
igmp: "igmp",
|
|
73082
73651
|
static: "static"
|
|
73083
73652
|
};
|
|
73653
|
+
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73654
|
+
...obj,
|
|
73655
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
73656
|
+
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
73084
73657
|
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73085
73658
|
...obj,
|
|
73086
73659
|
...obj.OidcOptions && {
|
|
@@ -73211,6 +73784,34 @@ var _ModifyVpcAttributeCommand = class _ModifyVpcAttributeCommand extends import
|
|
|
73211
73784
|
__name(_ModifyVpcAttributeCommand, "ModifyVpcAttributeCommand");
|
|
73212
73785
|
var ModifyVpcAttributeCommand = _ModifyVpcAttributeCommand;
|
|
73213
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
|
+
|
|
73214
73815
|
// src/commands/ModifyVpcEndpointCommand.ts
|
|
73215
73816
|
|
|
73216
73817
|
|
|
@@ -74510,6 +75111,7 @@ var commands = {
|
|
|
74510
75111
|
CreateVerifiedAccessTrustProviderCommand,
|
|
74511
75112
|
CreateVolumeCommand,
|
|
74512
75113
|
CreateVpcCommand,
|
|
75114
|
+
CreateVpcBlockPublicAccessExclusionCommand,
|
|
74513
75115
|
CreateVpcEndpointCommand,
|
|
74514
75116
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
74515
75117
|
CreateVpcEndpointServiceConfigurationCommand,
|
|
@@ -74585,6 +75187,7 @@ var commands = {
|
|
|
74585
75187
|
DeleteVerifiedAccessTrustProviderCommand,
|
|
74586
75188
|
DeleteVolumeCommand,
|
|
74587
75189
|
DeleteVpcCommand,
|
|
75190
|
+
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
74588
75191
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
74589
75192
|
DeleteVpcEndpointsCommand,
|
|
74590
75193
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
@@ -74743,6 +75346,8 @@ var commands = {
|
|
|
74743
75346
|
DescribeVolumesModificationsCommand,
|
|
74744
75347
|
DescribeVolumeStatusCommand,
|
|
74745
75348
|
DescribeVpcAttributeCommand,
|
|
75349
|
+
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
75350
|
+
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
74746
75351
|
DescribeVpcClassicLinkCommand,
|
|
74747
75352
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
74748
75353
|
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
@@ -74929,6 +75534,8 @@ var commands = {
|
|
|
74929
75534
|
ModifyVolumeCommand,
|
|
74930
75535
|
ModifyVolumeAttributeCommand,
|
|
74931
75536
|
ModifyVpcAttributeCommand,
|
|
75537
|
+
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
75538
|
+
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
74932
75539
|
ModifyVpcEndpointCommand,
|
|
74933
75540
|
ModifyVpcEndpointConnectionNotificationCommand,
|
|
74934
75541
|
ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -77613,6 +78220,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77613
78220
|
CreateVerifiedAccessInstanceCommand,
|
|
77614
78221
|
CreateVerifiedAccessTrustProviderCommand,
|
|
77615
78222
|
CreateVolumeCommand,
|
|
78223
|
+
CreateVpcBlockPublicAccessExclusionCommand,
|
|
77616
78224
|
CreateVpcCommand,
|
|
77617
78225
|
CreateVpcEndpointCommand,
|
|
77618
78226
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
@@ -77688,6 +78296,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77688
78296
|
DeleteVerifiedAccessInstanceCommand,
|
|
77689
78297
|
DeleteVerifiedAccessTrustProviderCommand,
|
|
77690
78298
|
DeleteVolumeCommand,
|
|
78299
|
+
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
77691
78300
|
DeleteVpcCommand,
|
|
77692
78301
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
77693
78302
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
@@ -77847,6 +78456,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77847
78456
|
DescribeVolumesCommand,
|
|
77848
78457
|
DescribeVolumesModificationsCommand,
|
|
77849
78458
|
DescribeVpcAttributeCommand,
|
|
78459
|
+
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
78460
|
+
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
77850
78461
|
DescribeVpcClassicLinkCommand,
|
|
77851
78462
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
77852
78463
|
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
@@ -78033,6 +78644,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78033
78644
|
ModifyVolumeAttributeCommand,
|
|
78034
78645
|
ModifyVolumeCommand,
|
|
78035
78646
|
ModifyVpcAttributeCommand,
|
|
78647
|
+
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
78648
|
+
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
78036
78649
|
ModifyVpcEndpointCommand,
|
|
78037
78650
|
ModifyVpcEndpointConnectionNotificationCommand,
|
|
78038
78651
|
ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -78419,6 +79032,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78419
79032
|
ClientVpnEndpointStatusCode,
|
|
78420
79033
|
ClientVpnRouteStatusCode,
|
|
78421
79034
|
GatewayType,
|
|
79035
|
+
BlockPublicAccessMode,
|
|
78422
79036
|
HostnameType,
|
|
78423
79037
|
SubnetState,
|
|
78424
79038
|
Tenancy,
|
|
@@ -78535,6 +79149,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78535
79149
|
VerifiedAccessEndpointProtocol,
|
|
78536
79150
|
VerifiedAccessEndpointStatusCode,
|
|
78537
79151
|
VolumeState,
|
|
79152
|
+
InternetGatewayExclusionMode,
|
|
79153
|
+
VpcBlockPublicAccessExclusionState,
|
|
78538
79154
|
DnsRecordIpType,
|
|
78539
79155
|
IpAddressType,
|
|
78540
79156
|
VpcEndpointType,
|
|
@@ -78655,8 +79271,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78655
79271
|
RecurringChargeFrequency,
|
|
78656
79272
|
Scope,
|
|
78657
79273
|
ReservedInstanceState,
|
|
78658
|
-
SnapshotAttributeName,
|
|
78659
|
-
TieringOperationStatus,
|
|
78660
79274
|
SnapshotDetailFilterSensitiveLog,
|
|
78661
79275
|
ImportImageTaskFilterSensitiveLog,
|
|
78662
79276
|
DescribeImportImageTasksResultFilterSensitiveLog,
|
|
@@ -78664,6 +79278,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78664
79278
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
78665
79279
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
78666
79280
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
79281
|
+
SnapshotAttributeName,
|
|
79282
|
+
TieringOperationStatus,
|
|
78667
79283
|
EventType,
|
|
78668
79284
|
ExcessCapacityTerminationPolicy,
|
|
78669
79285
|
OnDemandAllocationStrategy,
|
|
@@ -78675,6 +79291,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78675
79291
|
VolumeStatusName,
|
|
78676
79292
|
VolumeStatusInfoStatus,
|
|
78677
79293
|
VpcAttributeName,
|
|
79294
|
+
InternetGatewayBlockMode,
|
|
79295
|
+
VpcBlockPublicAccessState,
|
|
78678
79296
|
ImageBlockPublicAccessDisabledState,
|
|
78679
79297
|
SnapshotBlockPublicAccessState,
|
|
78680
79298
|
TransitGatewayPropagationState,
|
|
@@ -78734,7 +79352,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78734
79352
|
ImportSnapshotResultFilterSensitiveLog,
|
|
78735
79353
|
ImportVolumeRequestFilterSensitiveLog,
|
|
78736
79354
|
ImportVolumeResultFilterSensitiveLog,
|
|
78737
|
-
ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
78738
79355
|
VpcTenancy,
|
|
78739
79356
|
Status,
|
|
78740
79357
|
VerificationMethod,
|
|
@@ -78743,6 +79360,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78743
79360
|
ResetFpgaImageAttributeName,
|
|
78744
79361
|
ResetImageAttributeName,
|
|
78745
79362
|
MembershipType,
|
|
79363
|
+
ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
78746
79364
|
ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
78747
79365
|
ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78748
79366
|
ModifyVpnConnectionResultFilterSensitiveLog,
|