@aws-sdk/client-ec2 3.682.0 → 3.686.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +455 -150
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AssociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/DescribeSecurityGroupVpcAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_3.js +0 -15
- package/dist-es/models/models_4.js +15 -6
- package/dist-es/models/models_5.js +6 -6
- package/dist-es/models/models_6.js +6 -13
- package/dist-es/models/models_7.js +14 -0
- package/dist-es/pagination/DescribeSecurityGroupVpcAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +248 -3
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +92 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +75 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +15 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +53 -254
- package/dist-types/models/models_1.d.ts +259 -111
- package/dist-types/models/models_2.d.ts +117 -72
- package/dist-types/models/models_3.d.ts +72 -58
- package/dist-types/models/models_4.d.ts +179 -182
- package/dist-types/models/models_5.d.ts +205 -139
- package/dist-types/models/models_6.d.ts +134 -316
- package/dist-types/models/models_7.d.ts +389 -6
- package/dist-types/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +58 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -37
- package/dist-types/ts3.4/models/models_1.d.ts +43 -25
- package/dist-types/ts3.4/models/models_2.d.ts +24 -15
- package/dist-types/ts3.4/models/models_3.d.ts +16 -24
- package/dist-types/ts3.4/models/models_4.d.ts +42 -38
- package/dist-types/ts3.4/models/models_5.d.ts +47 -41
- package/dist-types/ts3.4/models/models_6.d.ts +36 -68
- package/dist-types/ts3.4/models/models_7.d.ts +90 -2
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -68,6 +68,7 @@ __export(src_exports, {
|
|
|
68
68
|
AssociateIpamResourceDiscoveryCommand: () => AssociateIpamResourceDiscoveryCommand,
|
|
69
69
|
AssociateNatGatewayAddressCommand: () => AssociateNatGatewayAddressCommand,
|
|
70
70
|
AssociateRouteTableCommand: () => AssociateRouteTableCommand,
|
|
71
|
+
AssociateSecurityGroupVpcCommand: () => AssociateSecurityGroupVpcCommand,
|
|
71
72
|
AssociateSubnetCidrBlockCommand: () => AssociateSubnetCidrBlockCommand,
|
|
72
73
|
AssociateTransitGatewayMulticastDomainCommand: () => AssociateTransitGatewayMulticastDomainCommand,
|
|
73
74
|
AssociateTransitGatewayPolicyTableCommand: () => AssociateTransitGatewayPolicyTableCommand,
|
|
@@ -439,6 +440,7 @@ __export(src_exports, {
|
|
|
439
440
|
DescribeScheduledInstancesCommand: () => DescribeScheduledInstancesCommand,
|
|
440
441
|
DescribeSecurityGroupReferencesCommand: () => DescribeSecurityGroupReferencesCommand,
|
|
441
442
|
DescribeSecurityGroupRulesCommand: () => DescribeSecurityGroupRulesCommand,
|
|
443
|
+
DescribeSecurityGroupVpcAssociationsCommand: () => DescribeSecurityGroupVpcAssociationsCommand,
|
|
442
444
|
DescribeSecurityGroupsCommand: () => DescribeSecurityGroupsCommand,
|
|
443
445
|
DescribeSnapshotAttributeCommand: () => DescribeSnapshotAttributeCommand,
|
|
444
446
|
DescribeSnapshotTierStatusCommand: () => DescribeSnapshotTierStatusCommand,
|
|
@@ -530,6 +532,7 @@ __export(src_exports, {
|
|
|
530
532
|
DisassociateIpamResourceDiscoveryCommand: () => DisassociateIpamResourceDiscoveryCommand,
|
|
531
533
|
DisassociateNatGatewayAddressCommand: () => DisassociateNatGatewayAddressCommand,
|
|
532
534
|
DisassociateRouteTableCommand: () => DisassociateRouteTableCommand,
|
|
535
|
+
DisassociateSecurityGroupVpcCommand: () => DisassociateSecurityGroupVpcCommand,
|
|
533
536
|
DisassociateSubnetCidrBlockCommand: () => DisassociateSubnetCidrBlockCommand,
|
|
534
537
|
DisassociateTransitGatewayMulticastDomainCommand: () => DisassociateTransitGatewayMulticastDomainCommand,
|
|
535
538
|
DisassociateTransitGatewayPolicyTableCommand: () => DisassociateTransitGatewayPolicyTableCommand,
|
|
@@ -967,6 +970,7 @@ __export(src_exports, {
|
|
|
967
970
|
SearchTransitGatewayMulticastGroupsCommand: () => SearchTransitGatewayMulticastGroupsCommand,
|
|
968
971
|
SearchTransitGatewayRoutesCommand: () => SearchTransitGatewayRoutesCommand,
|
|
969
972
|
SecurityGroupReferencingSupportValue: () => SecurityGroupReferencingSupportValue,
|
|
973
|
+
SecurityGroupVpcAssociationState: () => SecurityGroupVpcAssociationState,
|
|
970
974
|
SelfServicePortal: () => SelfServicePortal,
|
|
971
975
|
SendDiagnosticInterruptCommand: () => SendDiagnosticInterruptCommand,
|
|
972
976
|
ServiceConnectivityType: () => ServiceConnectivityType,
|
|
@@ -1162,6 +1166,7 @@ __export(src_exports, {
|
|
|
1162
1166
|
paginateDescribeScheduledInstanceAvailability: () => paginateDescribeScheduledInstanceAvailability,
|
|
1163
1167
|
paginateDescribeScheduledInstances: () => paginateDescribeScheduledInstances,
|
|
1164
1168
|
paginateDescribeSecurityGroupRules: () => paginateDescribeSecurityGroupRules,
|
|
1169
|
+
paginateDescribeSecurityGroupVpcAssociations: () => paginateDescribeSecurityGroupVpcAssociations,
|
|
1165
1170
|
paginateDescribeSecurityGroups: () => paginateDescribeSecurityGroups,
|
|
1166
1171
|
paginateDescribeSnapshotTierStatus: () => paginateDescribeSnapshotTierStatus,
|
|
1167
1172
|
paginateDescribeSnapshots: () => paginateDescribeSnapshots,
|
|
@@ -1739,6 +1744,16 @@ var se_AssociateRouteTableCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1739
1744
|
});
|
|
1740
1745
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1741
1746
|
}, "se_AssociateRouteTableCommand");
|
|
1747
|
+
var se_AssociateSecurityGroupVpcCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1748
|
+
const headers = SHARED_HEADERS;
|
|
1749
|
+
let body;
|
|
1750
|
+
body = buildFormUrlencodedString({
|
|
1751
|
+
...se_AssociateSecurityGroupVpcRequest(input, context),
|
|
1752
|
+
[_A]: _ASGV,
|
|
1753
|
+
[_V]: _
|
|
1754
|
+
});
|
|
1755
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1756
|
+
}, "se_AssociateSecurityGroupVpcCommand");
|
|
1742
1757
|
var se_AssociateSubnetCidrBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1743
1758
|
const headers = SHARED_HEADERS;
|
|
1744
1759
|
let body;
|
|
@@ -4749,6 +4764,16 @@ var se_DescribeSecurityGroupsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
4749
4764
|
});
|
|
4750
4765
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4751
4766
|
}, "se_DescribeSecurityGroupsCommand");
|
|
4767
|
+
var se_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4768
|
+
const headers = SHARED_HEADERS;
|
|
4769
|
+
let body;
|
|
4770
|
+
body = buildFormUrlencodedString({
|
|
4771
|
+
...se_DescribeSecurityGroupVpcAssociationsRequest(input, context),
|
|
4772
|
+
[_A]: _DSGVA,
|
|
4773
|
+
[_V]: _
|
|
4774
|
+
});
|
|
4775
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4776
|
+
}, "se_DescribeSecurityGroupVpcAssociationsCommand");
|
|
4752
4777
|
var se_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4753
4778
|
const headers = SHARED_HEADERS;
|
|
4754
4779
|
let body;
|
|
@@ -5569,6 +5594,16 @@ var se_DisassociateRouteTableCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5569
5594
|
});
|
|
5570
5595
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5571
5596
|
}, "se_DisassociateRouteTableCommand");
|
|
5597
|
+
var se_DisassociateSecurityGroupVpcCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5598
|
+
const headers = SHARED_HEADERS;
|
|
5599
|
+
let body;
|
|
5600
|
+
body = buildFormUrlencodedString({
|
|
5601
|
+
...se_DisassociateSecurityGroupVpcRequest(input, context),
|
|
5602
|
+
[_A]: _DSGV,
|
|
5603
|
+
[_V]: _
|
|
5604
|
+
});
|
|
5605
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5606
|
+
}, "se_DisassociateSecurityGroupVpcCommand");
|
|
5572
5607
|
var se_DisassociateSubnetCidrBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5573
5608
|
const headers = SHARED_HEADERS;
|
|
5574
5609
|
let body;
|
|
@@ -8157,6 +8192,19 @@ var de_AssociateRouteTableCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8157
8192
|
};
|
|
8158
8193
|
return response;
|
|
8159
8194
|
}, "de_AssociateRouteTableCommand");
|
|
8195
|
+
var de_AssociateSecurityGroupVpcCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8196
|
+
if (output.statusCode >= 300) {
|
|
8197
|
+
return de_CommandError(output, context);
|
|
8198
|
+
}
|
|
8199
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
8200
|
+
let contents = {};
|
|
8201
|
+
contents = de_AssociateSecurityGroupVpcResult(data, context);
|
|
8202
|
+
const response = {
|
|
8203
|
+
$metadata: deserializeMetadata(output),
|
|
8204
|
+
...contents
|
|
8205
|
+
};
|
|
8206
|
+
return response;
|
|
8207
|
+
}, "de_AssociateSecurityGroupVpcCommand");
|
|
8160
8208
|
var de_AssociateSubnetCidrBlockCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8161
8209
|
if (output.statusCode >= 300) {
|
|
8162
8210
|
return de_CommandError(output, context);
|
|
@@ -11992,6 +12040,19 @@ var de_DescribeSecurityGroupsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
11992
12040
|
};
|
|
11993
12041
|
return response;
|
|
11994
12042
|
}, "de_DescribeSecurityGroupsCommand");
|
|
12043
|
+
var de_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12044
|
+
if (output.statusCode >= 300) {
|
|
12045
|
+
return de_CommandError(output, context);
|
|
12046
|
+
}
|
|
12047
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12048
|
+
let contents = {};
|
|
12049
|
+
contents = de_DescribeSecurityGroupVpcAssociationsResult(data, context);
|
|
12050
|
+
const response = {
|
|
12051
|
+
$metadata: deserializeMetadata(output),
|
|
12052
|
+
...contents
|
|
12053
|
+
};
|
|
12054
|
+
return response;
|
|
12055
|
+
}, "de_DescribeSecurityGroupVpcAssociationsCommand");
|
|
11995
12056
|
var de_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11996
12057
|
if (output.statusCode >= 300) {
|
|
11997
12058
|
return de_CommandError(output, context);
|
|
@@ -13040,6 +13101,19 @@ var de_DisassociateRouteTableCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
13040
13101
|
};
|
|
13041
13102
|
return response;
|
|
13042
13103
|
}, "de_DisassociateRouteTableCommand");
|
|
13104
|
+
var de_DisassociateSecurityGroupVpcCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
13105
|
+
if (output.statusCode >= 300) {
|
|
13106
|
+
return de_CommandError(output, context);
|
|
13107
|
+
}
|
|
13108
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
13109
|
+
let contents = {};
|
|
13110
|
+
contents = de_DisassociateSecurityGroupVpcResult(data, context);
|
|
13111
|
+
const response = {
|
|
13112
|
+
$metadata: deserializeMetadata(output),
|
|
13113
|
+
...contents
|
|
13114
|
+
};
|
|
13115
|
+
return response;
|
|
13116
|
+
}, "de_DisassociateSecurityGroupVpcCommand");
|
|
13043
13117
|
var de_DisassociateSubnetCidrBlockCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
13044
13118
|
if (output.statusCode >= 300) {
|
|
13045
13119
|
return de_CommandError(output, context);
|
|
@@ -16696,6 +16770,19 @@ var se_AssociateRouteTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
16696
16770
|
}
|
|
16697
16771
|
return entries;
|
|
16698
16772
|
}, "se_AssociateRouteTableRequest");
|
|
16773
|
+
var se_AssociateSecurityGroupVpcRequest = /* @__PURE__ */ __name((input, context) => {
|
|
16774
|
+
const entries = {};
|
|
16775
|
+
if (input[_GIr] != null) {
|
|
16776
|
+
entries[_GIr] = input[_GIr];
|
|
16777
|
+
}
|
|
16778
|
+
if (input[_VI] != null) {
|
|
16779
|
+
entries[_VI] = input[_VI];
|
|
16780
|
+
}
|
|
16781
|
+
if (input[_DRr] != null) {
|
|
16782
|
+
entries[_DRr] = input[_DRr];
|
|
16783
|
+
}
|
|
16784
|
+
return entries;
|
|
16785
|
+
}, "se_AssociateSecurityGroupVpcRequest");
|
|
16699
16786
|
var se_AssociateSubnetCidrBlockRequest = /* @__PURE__ */ __name((input, context) => {
|
|
16700
16787
|
const entries = {};
|
|
16701
16788
|
if (input[_IIPI] != null) {
|
|
@@ -24406,6 +24493,26 @@ var se_DescribeSecurityGroupsRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
24406
24493
|
}
|
|
24407
24494
|
return entries;
|
|
24408
24495
|
}, "se_DescribeSecurityGroupsRequest");
|
|
24496
|
+
var se_DescribeSecurityGroupVpcAssociationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24497
|
+
const entries = {};
|
|
24498
|
+
if (input[_Fi] != null) {
|
|
24499
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24500
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24501
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24502
|
+
entries[loc] = value;
|
|
24503
|
+
});
|
|
24504
|
+
}
|
|
24505
|
+
if (input[_NT] != null) {
|
|
24506
|
+
entries[_NT] = input[_NT];
|
|
24507
|
+
}
|
|
24508
|
+
if (input[_MR] != null) {
|
|
24509
|
+
entries[_MR] = input[_MR];
|
|
24510
|
+
}
|
|
24511
|
+
if (input[_DRr] != null) {
|
|
24512
|
+
entries[_DRr] = input[_DRr];
|
|
24513
|
+
}
|
|
24514
|
+
return entries;
|
|
24515
|
+
}, "se_DescribeSecurityGroupVpcAssociationsRequest");
|
|
24409
24516
|
var se_DescribeSnapshotAttributeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
24410
24517
|
const entries = {};
|
|
24411
24518
|
if (input[_At] != null) {
|
|
@@ -26073,6 +26180,19 @@ var se_DisassociateRouteTableRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
26073
26180
|
}
|
|
26074
26181
|
return entries;
|
|
26075
26182
|
}, "se_DisassociateRouteTableRequest");
|
|
26183
|
+
var se_DisassociateSecurityGroupVpcRequest = /* @__PURE__ */ __name((input, context) => {
|
|
26184
|
+
const entries = {};
|
|
26185
|
+
if (input[_GIr] != null) {
|
|
26186
|
+
entries[_GIr] = input[_GIr];
|
|
26187
|
+
}
|
|
26188
|
+
if (input[_VI] != null) {
|
|
26189
|
+
entries[_VI] = input[_VI];
|
|
26190
|
+
}
|
|
26191
|
+
if (input[_DRr] != null) {
|
|
26192
|
+
entries[_DRr] = input[_DRr];
|
|
26193
|
+
}
|
|
26194
|
+
return entries;
|
|
26195
|
+
}, "se_DisassociateSecurityGroupVpcRequest");
|
|
26076
26196
|
var se_DisassociateSubnetCidrBlockRequest = /* @__PURE__ */ __name((input, context) => {
|
|
26077
26197
|
const entries = {};
|
|
26078
26198
|
if (input[_AIss] != null) {
|
|
@@ -38328,6 +38448,13 @@ var de_AssociateRouteTableResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
38328
38448
|
}
|
|
38329
38449
|
return contents;
|
|
38330
38450
|
}, "de_AssociateRouteTableResult");
|
|
38451
|
+
var de_AssociateSecurityGroupVpcResult = /* @__PURE__ */ __name((output, context) => {
|
|
38452
|
+
const contents = {};
|
|
38453
|
+
if (output[_st] != null) {
|
|
38454
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
38455
|
+
}
|
|
38456
|
+
return contents;
|
|
38457
|
+
}, "de_AssociateSecurityGroupVpcResult");
|
|
38331
38458
|
var de_AssociateSubnetCidrBlockResult = /* @__PURE__ */ __name((output, context) => {
|
|
38332
38459
|
const contents = {};
|
|
38333
38460
|
if (output[_iCBA] != null) {
|
|
@@ -40288,6 +40415,9 @@ var de_CreateSecurityGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
40288
40415
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
40289
40416
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
40290
40417
|
}
|
|
40418
|
+
if (output[_sGA] != null) {
|
|
40419
|
+
contents[_SGA] = (0, import_smithy_client.expectString)(output[_sGA]);
|
|
40420
|
+
}
|
|
40291
40421
|
return contents;
|
|
40292
40422
|
}, "de_CreateSecurityGroupResult");
|
|
40293
40423
|
var de_CreateSnapshotsResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -42543,6 +42673,18 @@ var de_DescribeSecurityGroupsResult = /* @__PURE__ */ __name((output, context) =
|
|
|
42543
42673
|
}
|
|
42544
42674
|
return contents;
|
|
42545
42675
|
}, "de_DescribeSecurityGroupsResult");
|
|
42676
|
+
var de_DescribeSecurityGroupVpcAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
42677
|
+
const contents = {};
|
|
42678
|
+
if (output.securityGroupVpcAssociationSet === "") {
|
|
42679
|
+
contents[_SGVA] = [];
|
|
42680
|
+
} else if (output[_sGVAS] != null && output[_sGVAS][_i] != null) {
|
|
42681
|
+
contents[_SGVA] = de_SecurityGroupVpcAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_sGVAS][_i]), context);
|
|
42682
|
+
}
|
|
42683
|
+
if (output[_nTe] != null) {
|
|
42684
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
42685
|
+
}
|
|
42686
|
+
return contents;
|
|
42687
|
+
}, "de_DescribeSecurityGroupVpcAssociationsResult");
|
|
42546
42688
|
var de_DescribeSnapshotAttributeResult = /* @__PURE__ */ __name((output, context) => {
|
|
42547
42689
|
const contents = {};
|
|
42548
42690
|
if (output.productCodes === "") {
|
|
@@ -43542,6 +43684,13 @@ var de_DisassociateNatGatewayAddressResult = /* @__PURE__ */ __name((output, con
|
|
|
43542
43684
|
}
|
|
43543
43685
|
return contents;
|
|
43544
43686
|
}, "de_DisassociateNatGatewayAddressResult");
|
|
43687
|
+
var de_DisassociateSecurityGroupVpcResult = /* @__PURE__ */ __name((output, context) => {
|
|
43688
|
+
const contents = {};
|
|
43689
|
+
if (output[_st] != null) {
|
|
43690
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
43691
|
+
}
|
|
43692
|
+
return contents;
|
|
43693
|
+
}, "de_DisassociateSecurityGroupVpcResult");
|
|
43545
43694
|
var de_DisassociateSubnetCidrBlockResult = /* @__PURE__ */ __name((output, context) => {
|
|
43546
43695
|
const contents = {};
|
|
43547
43696
|
if (output[_iCBA] != null) {
|
|
@@ -53029,6 +53178,48 @@ var de_RevokeClientVpnIngressResult = /* @__PURE__ */ __name((output, context) =
|
|
|
53029
53178
|
}
|
|
53030
53179
|
return contents;
|
|
53031
53180
|
}, "de_RevokeClientVpnIngressResult");
|
|
53181
|
+
var de_RevokedSecurityGroupRule = /* @__PURE__ */ __name((output, context) => {
|
|
53182
|
+
const contents = {};
|
|
53183
|
+
if (output[_sGRI] != null) {
|
|
53184
|
+
contents[_SGRIe] = (0, import_smithy_client.expectString)(output[_sGRI]);
|
|
53185
|
+
}
|
|
53186
|
+
if (output[_gIr] != null) {
|
|
53187
|
+
contents[_GIr] = (0, import_smithy_client.expectString)(output[_gIr]);
|
|
53188
|
+
}
|
|
53189
|
+
if (output[_iEs] != null) {
|
|
53190
|
+
contents[_IE] = (0, import_smithy_client.parseBoolean)(output[_iEs]);
|
|
53191
|
+
}
|
|
53192
|
+
if (output[_iPpr] != null) {
|
|
53193
|
+
contents[_IPpr] = (0, import_smithy_client.expectString)(output[_iPpr]);
|
|
53194
|
+
}
|
|
53195
|
+
if (output[_fP] != null) {
|
|
53196
|
+
contents[_FP] = (0, import_smithy_client.strictParseInt32)(output[_fP]);
|
|
53197
|
+
}
|
|
53198
|
+
if (output[_tPo] != null) {
|
|
53199
|
+
contents[_TP] = (0, import_smithy_client.strictParseInt32)(output[_tPo]);
|
|
53200
|
+
}
|
|
53201
|
+
if (output[_cIidr] != null) {
|
|
53202
|
+
contents[_CIidr] = (0, import_smithy_client.expectString)(output[_cIidr]);
|
|
53203
|
+
}
|
|
53204
|
+
if (output[_cIid] != null) {
|
|
53205
|
+
contents[_CIid] = (0, import_smithy_client.expectString)(output[_cIid]);
|
|
53206
|
+
}
|
|
53207
|
+
if (output[_pLI] != null) {
|
|
53208
|
+
contents[_PLI] = (0, import_smithy_client.expectString)(output[_pLI]);
|
|
53209
|
+
}
|
|
53210
|
+
if (output[_rGI] != null) {
|
|
53211
|
+
contents[_RGI] = (0, import_smithy_client.expectString)(output[_rGI]);
|
|
53212
|
+
}
|
|
53213
|
+
if (output[_de] != null) {
|
|
53214
|
+
contents[_De] = (0, import_smithy_client.expectString)(output[_de]);
|
|
53215
|
+
}
|
|
53216
|
+
return contents;
|
|
53217
|
+
}, "de_RevokedSecurityGroupRule");
|
|
53218
|
+
var de_RevokedSecurityGroupRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
53219
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
53220
|
+
return de_RevokedSecurityGroupRule(entry, context);
|
|
53221
|
+
});
|
|
53222
|
+
}, "de_RevokedSecurityGroupRuleList");
|
|
53032
53223
|
var de_RevokeSecurityGroupEgressResult = /* @__PURE__ */ __name((output, context) => {
|
|
53033
53224
|
const contents = {};
|
|
53034
53225
|
if (output[_r] != null) {
|
|
@@ -53039,6 +53230,11 @@ var de_RevokeSecurityGroupEgressResult = /* @__PURE__ */ __name((output, context
|
|
|
53039
53230
|
} else if (output[_uIPS] != null && output[_uIPS][_i] != null) {
|
|
53040
53231
|
contents[_UIP] = de_IpPermissionList((0, import_smithy_client.getArrayIfSingleItem)(output[_uIPS][_i]), context);
|
|
53041
53232
|
}
|
|
53233
|
+
if (output.revokedSecurityGroupRuleSet === "") {
|
|
53234
|
+
contents[_RSGR] = [];
|
|
53235
|
+
} else if (output[_rSGRS] != null && output[_rSGRS][_i] != null) {
|
|
53236
|
+
contents[_RSGR] = de_RevokedSecurityGroupRuleList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSGRS][_i]), context);
|
|
53237
|
+
}
|
|
53042
53238
|
return contents;
|
|
53043
53239
|
}, "de_RevokeSecurityGroupEgressResult");
|
|
53044
53240
|
var de_RevokeSecurityGroupIngressResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53051,6 +53247,11 @@ var de_RevokeSecurityGroupIngressResult = /* @__PURE__ */ __name((output, contex
|
|
|
53051
53247
|
} else if (output[_uIPS] != null && output[_uIPS][_i] != null) {
|
|
53052
53248
|
contents[_UIP] = de_IpPermissionList((0, import_smithy_client.getArrayIfSingleItem)(output[_uIPS][_i]), context);
|
|
53053
53249
|
}
|
|
53250
|
+
if (output.revokedSecurityGroupRuleSet === "") {
|
|
53251
|
+
contents[_RSGR] = [];
|
|
53252
|
+
} else if (output[_rSGRS] != null && output[_rSGRS][_i] != null) {
|
|
53253
|
+
contents[_RSGR] = de_RevokedSecurityGroupRuleList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSGRS][_i]), context);
|
|
53254
|
+
}
|
|
53054
53255
|
return contents;
|
|
53055
53256
|
}, "de_RevokeSecurityGroupIngressResult");
|
|
53056
53257
|
var de_RootDeviceTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53451,6 +53652,9 @@ var de_SecurityGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
53451
53652
|
if (output[_vI] != null) {
|
|
53452
53653
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
53453
53654
|
}
|
|
53655
|
+
if (output[_sGA] != null) {
|
|
53656
|
+
contents[_SGA] = (0, import_smithy_client.expectString)(output[_sGA]);
|
|
53657
|
+
}
|
|
53454
53658
|
if (output[_oI] != null) {
|
|
53455
53659
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
53456
53660
|
}
|
|
@@ -53579,8 +53783,8 @@ var de_SecurityGroupRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
53579
53783
|
if (output[_pLI] != null) {
|
|
53580
53784
|
contents[_PLI] = (0, import_smithy_client.expectString)(output[_pLI]);
|
|
53581
53785
|
}
|
|
53582
|
-
if (output[
|
|
53583
|
-
contents[_RGIe] = de_ReferencedSecurityGroup(output[
|
|
53786
|
+
if (output[_rGIe] != null) {
|
|
53787
|
+
contents[_RGIe] = de_ReferencedSecurityGroup(output[_rGIe], context);
|
|
53584
53788
|
}
|
|
53585
53789
|
if (output[_de] != null) {
|
|
53586
53790
|
contents[_De] = (0, import_smithy_client.expectString)(output[_de]);
|
|
@@ -53590,6 +53794,9 @@ var de_SecurityGroupRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
53590
53794
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
53591
53795
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
53592
53796
|
}
|
|
53797
|
+
if (output[_sGRA] != null) {
|
|
53798
|
+
contents[_SGRA] = (0, import_smithy_client.expectString)(output[_sGRA]);
|
|
53799
|
+
}
|
|
53593
53800
|
return contents;
|
|
53594
53801
|
}, "de_SecurityGroupRule");
|
|
53595
53802
|
var de_SecurityGroupRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53597,6 +53804,30 @@ var de_SecurityGroupRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
53597
53804
|
return de_SecurityGroupRule(entry, context);
|
|
53598
53805
|
});
|
|
53599
53806
|
}, "de_SecurityGroupRuleList");
|
|
53807
|
+
var de_SecurityGroupVpcAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
53808
|
+
const contents = {};
|
|
53809
|
+
if (output[_gIr] != null) {
|
|
53810
|
+
contents[_GIr] = (0, import_smithy_client.expectString)(output[_gIr]);
|
|
53811
|
+
}
|
|
53812
|
+
if (output[_vI] != null) {
|
|
53813
|
+
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
53814
|
+
}
|
|
53815
|
+
if (output[_vOIp] != null) {
|
|
53816
|
+
contents[_VOIp] = (0, import_smithy_client.expectString)(output[_vOIp]);
|
|
53817
|
+
}
|
|
53818
|
+
if (output[_st] != null) {
|
|
53819
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
53820
|
+
}
|
|
53821
|
+
if (output[_sR] != null) {
|
|
53822
|
+
contents[_SRt] = (0, import_smithy_client.expectString)(output[_sR]);
|
|
53823
|
+
}
|
|
53824
|
+
return contents;
|
|
53825
|
+
}, "de_SecurityGroupVpcAssociation");
|
|
53826
|
+
var de_SecurityGroupVpcAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
53827
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
53828
|
+
return de_SecurityGroupVpcAssociation(entry, context);
|
|
53829
|
+
});
|
|
53830
|
+
}, "de_SecurityGroupVpcAssociationList");
|
|
53600
53831
|
var de_ServiceConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
53601
53832
|
const contents = {};
|
|
53602
53833
|
if (output.serviceType === "") {
|
|
@@ -57822,6 +58053,7 @@ var _ASGE = "AuthorizeSecurityGroupEgress";
|
|
|
57822
58053
|
var _ASGI = "AuthorizeSecurityGroupIngress";
|
|
57823
58054
|
var _ASGId = "AddSecurityGroupIds";
|
|
57824
58055
|
var _ASGTCVTN = "ApplySecurityGroupsToClientVpnTargetNetwork";
|
|
58056
|
+
var _ASGV = "AssociateSecurityGroupVpc";
|
|
57825
58057
|
var _ASI = "AddSubnetIds";
|
|
57826
58058
|
var _ASIAT = "AddSupportedIpAddressTypes";
|
|
57827
58059
|
var _ASS = "AmdSevSnp";
|
|
@@ -58448,6 +58680,8 @@ var _DSFRH = "DescribeSpotFleetRequestHistory";
|
|
|
58448
58680
|
var _DSG = "DeleteSecurityGroup";
|
|
58449
58681
|
var _DSGR = "DescribeSecurityGroupReferences";
|
|
58450
58682
|
var _DSGRe = "DescribeSecurityGroupRules";
|
|
58683
|
+
var _DSGV = "DisassociateSecurityGroupVpc";
|
|
58684
|
+
var _DSGVA = "DescribeSecurityGroupVpcAssociations";
|
|
58451
58685
|
var _DSGe = "DescribeSecurityGroups";
|
|
58452
58686
|
var _DSI = "DescribeScheduledInstances";
|
|
58453
58687
|
var _DSIA = "DescribeScheduledInstanceAvailability";
|
|
@@ -59722,6 +59956,7 @@ var _RSFRB = "RestoreSnapshotFromRecycleBin";
|
|
|
59722
59956
|
var _RSGE = "RevokeSecurityGroupEgress";
|
|
59723
59957
|
var _RSGI = "RevokeSecurityGroupIngress";
|
|
59724
59958
|
var _RSGIe = "RemoveSecurityGroupIds";
|
|
59959
|
+
var _RSGR = "RevokedSecurityGroupRules";
|
|
59725
59960
|
var _RSI = "RequestSpotInstances";
|
|
59726
59961
|
var _RSIAT = "RemoveSupportedIpAddressTypes";
|
|
59727
59962
|
var _RSIe = "RemoveSubnetIds";
|
|
@@ -59825,16 +60060,19 @@ var _SFRI = "SpotFleetRequestIds";
|
|
|
59825
60060
|
var _SFRIp = "SpotFleetRequestId";
|
|
59826
60061
|
var _SFRS = "SpotFleetRequestState";
|
|
59827
60062
|
var _SG = "SecurityGroups";
|
|
60063
|
+
var _SGA = "SecurityGroupArn";
|
|
59828
60064
|
var _SGFV = "SecurityGroupForVpcs";
|
|
59829
60065
|
var _SGI = "SecurityGroupIds";
|
|
59830
60066
|
var _SGIe = "SecurityGroupId";
|
|
59831
60067
|
var _SGR = "SecurityGroupRules";
|
|
60068
|
+
var _SGRA = "SecurityGroupRuleArn";
|
|
59832
60069
|
var _SGRD = "SecurityGroupRuleDescriptions";
|
|
59833
60070
|
var _SGRI = "SecurityGroupRuleIds";
|
|
59834
60071
|
var _SGRIe = "SecurityGroupRuleId";
|
|
59835
60072
|
var _SGRS = "SecurityGroupReferencingSupport";
|
|
59836
60073
|
var _SGRSe = "SecurityGroupReferenceSet";
|
|
59837
60074
|
var _SGRe = "SecurityGroupRule";
|
|
60075
|
+
var _SGVA = "SecurityGroupVpcAssociations";
|
|
59838
60076
|
var _SGe = "SecurityGroup";
|
|
59839
60077
|
var _SH = "StartHour";
|
|
59840
60078
|
var _SI = "StartInstances";
|
|
@@ -61434,7 +61672,8 @@ var _rET = "restoreExpiryTime";
|
|
|
61434
61672
|
var _rEe = "regionEndpoint";
|
|
61435
61673
|
var _rFP = "rekeyFuzzPercentage";
|
|
61436
61674
|
var _rGA = "ruleGroupArn";
|
|
61437
|
-
var _rGI = "
|
|
61675
|
+
var _rGI = "referencedGroupId";
|
|
61676
|
+
var _rGIe = "referencedGroupInfo";
|
|
61438
61677
|
var _rGROPS = "ruleGroupRuleOptionsPairSet";
|
|
61439
61678
|
var _rGT = "ruleGroupType";
|
|
61440
61679
|
var _rGTPS = "ruleGroupTypePairSet";
|
|
@@ -61478,6 +61717,7 @@ var _rRVT = "replaceRootVolumeTask";
|
|
|
61478
61717
|
var _rRVTI = "replaceRootVolumeTaskId";
|
|
61479
61718
|
var _rRVTS = "replaceRootVolumeTaskSet";
|
|
61480
61719
|
var _rS = "reservationSet";
|
|
61720
|
+
var _rSGRS = "revokedSecurityGroupRuleSet";
|
|
61481
61721
|
var _rST = "restoreStartTime";
|
|
61482
61722
|
var _rSe = "replacementStrategy";
|
|
61483
61723
|
var _rSes = "resourceStatement";
|
|
@@ -61554,17 +61794,20 @@ var _sFRI = "spotFleetRequestId";
|
|
|
61554
61794
|
var _sFRS = "successfulFleetRequestSet";
|
|
61555
61795
|
var _sFRSp = "spotFleetRequestState";
|
|
61556
61796
|
var _sG = "securityGroup";
|
|
61797
|
+
var _sGA = "securityGroupArn";
|
|
61557
61798
|
var _sGFVS = "securityGroupForVpcSet";
|
|
61558
61799
|
var _sGI = "securityGroupId";
|
|
61559
61800
|
var _sGIS = "securityGroupIdSet";
|
|
61560
61801
|
var _sGIe = "securityGroupIds";
|
|
61561
61802
|
var _sGIec = "securityGroupInfo";
|
|
61562
61803
|
var _sGR = "securityGroupRule";
|
|
61804
|
+
var _sGRA = "securityGroupRuleArn";
|
|
61563
61805
|
var _sGRI = "securityGroupRuleId";
|
|
61564
61806
|
var _sGRS = "securityGroupRuleSet";
|
|
61565
61807
|
var _sGRSe = "securityGroupReferenceSet";
|
|
61566
61808
|
var _sGRSec = "securityGroupReferencingSupport";
|
|
61567
61809
|
var _sGS = "securityGroupSet";
|
|
61810
|
+
var _sGVAS = "securityGroupVpcAssociationSet";
|
|
61568
61811
|
var _sGe = "securityGroups";
|
|
61569
61812
|
var _sH = "startHour";
|
|
61570
61813
|
var _sI = "serviceId";
|
|
@@ -62305,6 +62548,20 @@ var _AssociateRouteTableCommand = class _AssociateRouteTableCommand extends impo
|
|
|
62305
62548
|
__name(_AssociateRouteTableCommand, "AssociateRouteTableCommand");
|
|
62306
62549
|
var AssociateRouteTableCommand = _AssociateRouteTableCommand;
|
|
62307
62550
|
|
|
62551
|
+
// src/commands/AssociateSecurityGroupVpcCommand.ts
|
|
62552
|
+
|
|
62553
|
+
|
|
62554
|
+
|
|
62555
|
+
var _AssociateSecurityGroupVpcCommand = class _AssociateSecurityGroupVpcCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
62556
|
+
return [
|
|
62557
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
62558
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
62559
|
+
];
|
|
62560
|
+
}).s("AmazonEC2", "AssociateSecurityGroupVpc", {}).n("EC2Client", "AssociateSecurityGroupVpcCommand").f(void 0, void 0).ser(se_AssociateSecurityGroupVpcCommand).de(de_AssociateSecurityGroupVpcCommand).build() {
|
|
62561
|
+
};
|
|
62562
|
+
__name(_AssociateSecurityGroupVpcCommand, "AssociateSecurityGroupVpcCommand");
|
|
62563
|
+
var AssociateSecurityGroupVpcCommand = _AssociateSecurityGroupVpcCommand;
|
|
62564
|
+
|
|
62308
62565
|
// src/commands/AssociateSubnetCidrBlockCommand.ts
|
|
62309
62566
|
|
|
62310
62567
|
|
|
@@ -62780,6 +63037,14 @@ var RouteTableAssociationStateCode = {
|
|
|
62780
63037
|
disassociating: "disassociating",
|
|
62781
63038
|
failed: "failed"
|
|
62782
63039
|
};
|
|
63040
|
+
var SecurityGroupVpcAssociationState = {
|
|
63041
|
+
associated: "associated",
|
|
63042
|
+
associating: "associating",
|
|
63043
|
+
association_failed: "association-failed",
|
|
63044
|
+
disassociated: "disassociated",
|
|
63045
|
+
disassociating: "disassociating",
|
|
63046
|
+
disassociation_failed: "disassociation-failed"
|
|
63047
|
+
};
|
|
62783
63048
|
var IpSource = {
|
|
62784
63049
|
amazon: "amazon",
|
|
62785
63050
|
byoip: "byoip",
|
|
@@ -67221,21 +67486,6 @@ var ReservationState = {
|
|
|
67221
67486
|
PAYMENT_PENDING: "payment-pending",
|
|
67222
67487
|
RETIRED: "retired"
|
|
67223
67488
|
};
|
|
67224
|
-
var ImageAttributeName = {
|
|
67225
|
-
blockDeviceMapping: "blockDeviceMapping",
|
|
67226
|
-
bootMode: "bootMode",
|
|
67227
|
-
deregistrationProtection: "deregistrationProtection",
|
|
67228
|
-
description: "description",
|
|
67229
|
-
imdsSupport: "imdsSupport",
|
|
67230
|
-
kernel: "kernel",
|
|
67231
|
-
lastLaunchedTime: "lastLaunchedTime",
|
|
67232
|
-
launchPermission: "launchPermission",
|
|
67233
|
-
productCodes: "productCodes",
|
|
67234
|
-
ramdisk: "ramdisk",
|
|
67235
|
-
sriovNetSupport: "sriovNetSupport",
|
|
67236
|
-
tpmSupport: "tpmSupport",
|
|
67237
|
-
uefiData: "uefiData"
|
|
67238
|
-
};
|
|
67239
67489
|
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
67240
67490
|
...obj,
|
|
67241
67491
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -68146,6 +68396,21 @@ var DescribeImagesCommand = _DescribeImagesCommand;
|
|
|
68146
68396
|
|
|
68147
68397
|
// src/models/models_4.ts
|
|
68148
68398
|
|
|
68399
|
+
var ImageAttributeName = {
|
|
68400
|
+
blockDeviceMapping: "blockDeviceMapping",
|
|
68401
|
+
bootMode: "bootMode",
|
|
68402
|
+
deregistrationProtection: "deregistrationProtection",
|
|
68403
|
+
description: "description",
|
|
68404
|
+
imdsSupport: "imdsSupport",
|
|
68405
|
+
kernel: "kernel",
|
|
68406
|
+
lastLaunchedTime: "lastLaunchedTime",
|
|
68407
|
+
launchPermission: "launchPermission",
|
|
68408
|
+
productCodes: "productCodes",
|
|
68409
|
+
ramdisk: "ramdisk",
|
|
68410
|
+
sriovNetSupport: "sriovNetSupport",
|
|
68411
|
+
tpmSupport: "tpmSupport",
|
|
68412
|
+
uefiData: "uefiData"
|
|
68413
|
+
};
|
|
68149
68414
|
var ArchitectureValues = {
|
|
68150
68415
|
arm64: "arm64",
|
|
68151
68416
|
arm64_mac: "arm64_mac",
|
|
@@ -68436,12 +68701,6 @@ var TieringOperationStatus = {
|
|
|
68436
68701
|
temporary_restore_failed: "temporary-restore-failed",
|
|
68437
68702
|
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
68438
68703
|
};
|
|
68439
|
-
var EventType = {
|
|
68440
|
-
BATCH_CHANGE: "fleetRequestChange",
|
|
68441
|
-
ERROR: "error",
|
|
68442
|
-
INFORMATION: "information",
|
|
68443
|
-
INSTANCE_CHANGE: "instanceChange"
|
|
68444
|
-
};
|
|
68445
68704
|
var SnapshotDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68446
68705
|
...obj,
|
|
68447
68706
|
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -69313,6 +69572,20 @@ var _DescribeSecurityGroupsCommand = class _DescribeSecurityGroupsCommand extend
|
|
|
69313
69572
|
__name(_DescribeSecurityGroupsCommand, "DescribeSecurityGroupsCommand");
|
|
69314
69573
|
var DescribeSecurityGroupsCommand = _DescribeSecurityGroupsCommand;
|
|
69315
69574
|
|
|
69575
|
+
// src/commands/DescribeSecurityGroupVpcAssociationsCommand.ts
|
|
69576
|
+
|
|
69577
|
+
|
|
69578
|
+
|
|
69579
|
+
var _DescribeSecurityGroupVpcAssociationsCommand = class _DescribeSecurityGroupVpcAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
69580
|
+
return [
|
|
69581
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
69582
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
69583
|
+
];
|
|
69584
|
+
}).s("AmazonEC2", "DescribeSecurityGroupVpcAssociations", {}).n("EC2Client", "DescribeSecurityGroupVpcAssociationsCommand").f(void 0, void 0).ser(se_DescribeSecurityGroupVpcAssociationsCommand).de(de_DescribeSecurityGroupVpcAssociationsCommand).build() {
|
|
69585
|
+
};
|
|
69586
|
+
__name(_DescribeSecurityGroupVpcAssociationsCommand, "DescribeSecurityGroupVpcAssociationsCommand");
|
|
69587
|
+
var DescribeSecurityGroupVpcAssociationsCommand = _DescribeSecurityGroupVpcAssociationsCommand;
|
|
69588
|
+
|
|
69316
69589
|
// src/commands/DescribeSnapshotAttributeCommand.ts
|
|
69317
69590
|
|
|
69318
69591
|
|
|
@@ -69404,6 +69677,12 @@ var DescribeSpotFleetRequestHistoryCommand = _DescribeSpotFleetRequestHistoryCom
|
|
|
69404
69677
|
|
|
69405
69678
|
// src/models/models_5.ts
|
|
69406
69679
|
|
|
69680
|
+
var EventType = {
|
|
69681
|
+
BATCH_CHANGE: "fleetRequestChange",
|
|
69682
|
+
ERROR: "error",
|
|
69683
|
+
INFORMATION: "information",
|
|
69684
|
+
INSTANCE_CHANGE: "instanceChange"
|
|
69685
|
+
};
|
|
69407
69686
|
var ExcessCapacityTerminationPolicy = {
|
|
69408
69687
|
DEFAULT: "default",
|
|
69409
69688
|
NO_TERMINATION: "noTermination"
|
|
@@ -69473,12 +69752,6 @@ var ClientCertificateRevocationListStatusCode = {
|
|
|
69473
69752
|
active: "active",
|
|
69474
69753
|
pending: "pending"
|
|
69475
69754
|
};
|
|
69476
|
-
var UnlimitedSupportedInstanceFamily = {
|
|
69477
|
-
t2: "t2",
|
|
69478
|
-
t3: "t3",
|
|
69479
|
-
t3a: "t3a",
|
|
69480
|
-
t4g: "t4g"
|
|
69481
|
-
};
|
|
69482
69755
|
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69483
69756
|
...obj,
|
|
69484
69757
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -70596,6 +70869,20 @@ var _DisassociateRouteTableCommand = class _DisassociateRouteTableCommand extend
|
|
|
70596
70869
|
__name(_DisassociateRouteTableCommand, "DisassociateRouteTableCommand");
|
|
70597
70870
|
var DisassociateRouteTableCommand = _DisassociateRouteTableCommand;
|
|
70598
70871
|
|
|
70872
|
+
// src/commands/DisassociateSecurityGroupVpcCommand.ts
|
|
70873
|
+
|
|
70874
|
+
|
|
70875
|
+
|
|
70876
|
+
var _DisassociateSecurityGroupVpcCommand = class _DisassociateSecurityGroupVpcCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70877
|
+
return [
|
|
70878
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
70879
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
70880
|
+
];
|
|
70881
|
+
}).s("AmazonEC2", "DisassociateSecurityGroupVpc", {}).n("EC2Client", "DisassociateSecurityGroupVpcCommand").f(void 0, void 0).ser(se_DisassociateSecurityGroupVpcCommand).de(de_DisassociateSecurityGroupVpcCommand).build() {
|
|
70882
|
+
};
|
|
70883
|
+
__name(_DisassociateSecurityGroupVpcCommand, "DisassociateSecurityGroupVpcCommand");
|
|
70884
|
+
var DisassociateSecurityGroupVpcCommand = _DisassociateSecurityGroupVpcCommand;
|
|
70885
|
+
|
|
70599
70886
|
// src/commands/DisassociateSubnetCidrBlockCommand.ts
|
|
70600
70887
|
|
|
70601
70888
|
|
|
@@ -71205,6 +71492,12 @@ var GetInstanceMetadataDefaultsCommand = _GetInstanceMetadataDefaultsCommand;
|
|
|
71205
71492
|
|
|
71206
71493
|
// src/models/models_6.ts
|
|
71207
71494
|
|
|
71495
|
+
var UnlimitedSupportedInstanceFamily = {
|
|
71496
|
+
t2: "t2",
|
|
71497
|
+
t3: "t3",
|
|
71498
|
+
t3a: "t3a",
|
|
71499
|
+
t4g: "t4g"
|
|
71500
|
+
};
|
|
71208
71501
|
var PartitionLoadFrequency = {
|
|
71209
71502
|
DAILY: "daily",
|
|
71210
71503
|
MONTHLY: "monthly",
|
|
@@ -71423,18 +71716,6 @@ var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE_
|
|
|
71423
71716
|
...obj,
|
|
71424
71717
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
71425
71718
|
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
71426
|
-
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71427
|
-
...obj,
|
|
71428
|
-
...obj.OidcOptions && {
|
|
71429
|
-
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
71430
|
-
}
|
|
71431
|
-
}), "ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
71432
|
-
var ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71433
|
-
...obj,
|
|
71434
|
-
...obj.VerifiedAccessTrustProvider && {
|
|
71435
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
71436
|
-
}
|
|
71437
|
-
}), "ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
71438
71719
|
|
|
71439
71720
|
// src/commands/GetInstanceTpmEkPubCommand.ts
|
|
71440
71721
|
var _GetInstanceTpmEkPubCommand = class _GetInstanceTpmEkPubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -72753,6 +73034,121 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = _ModifyVerifiedAcc
|
|
|
72753
73034
|
|
|
72754
73035
|
|
|
72755
73036
|
|
|
73037
|
+
|
|
73038
|
+
// src/models/models_7.ts
|
|
73039
|
+
|
|
73040
|
+
var VpcTenancy = {
|
|
73041
|
+
default: "default"
|
|
73042
|
+
};
|
|
73043
|
+
var Status = {
|
|
73044
|
+
inClassic: "InClassic",
|
|
73045
|
+
inVpc: "InVpc",
|
|
73046
|
+
moveInProgress: "MoveInProgress"
|
|
73047
|
+
};
|
|
73048
|
+
var VerificationMethod = {
|
|
73049
|
+
dns_token: "dns-token",
|
|
73050
|
+
remarks_x509: "remarks-x509"
|
|
73051
|
+
};
|
|
73052
|
+
var ReportInstanceReasonCodes = {
|
|
73053
|
+
instance_stuck_in_state: "instance-stuck-in-state",
|
|
73054
|
+
not_accepting_credentials: "not-accepting-credentials",
|
|
73055
|
+
other: "other",
|
|
73056
|
+
password_not_available: "password-not-available",
|
|
73057
|
+
performance_ebs_volume: "performance-ebs-volume",
|
|
73058
|
+
performance_instance_store: "performance-instance-store",
|
|
73059
|
+
performance_network: "performance-network",
|
|
73060
|
+
performance_other: "performance-other",
|
|
73061
|
+
unresponsive: "unresponsive"
|
|
73062
|
+
};
|
|
73063
|
+
var ReportStatusType = {
|
|
73064
|
+
impaired: "impaired",
|
|
73065
|
+
ok: "ok"
|
|
73066
|
+
};
|
|
73067
|
+
var ResetFpgaImageAttributeName = {
|
|
73068
|
+
loadPermission: "loadPermission"
|
|
73069
|
+
};
|
|
73070
|
+
var ResetImageAttributeName = {
|
|
73071
|
+
launchPermission: "launchPermission"
|
|
73072
|
+
};
|
|
73073
|
+
var MembershipType = {
|
|
73074
|
+
igmp: "igmp",
|
|
73075
|
+
static: "static"
|
|
73076
|
+
};
|
|
73077
|
+
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73078
|
+
...obj,
|
|
73079
|
+
...obj.OidcOptions && {
|
|
73080
|
+
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
73081
|
+
}
|
|
73082
|
+
}), "ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
73083
|
+
var ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73084
|
+
...obj,
|
|
73085
|
+
...obj.VerifiedAccessTrustProvider && {
|
|
73086
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
73087
|
+
}
|
|
73088
|
+
}), "ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
73089
|
+
var ModifyVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73090
|
+
...obj,
|
|
73091
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
73092
|
+
}), "ModifyVpnConnectionResultFilterSensitiveLog");
|
|
73093
|
+
var ModifyVpnConnectionOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73094
|
+
...obj,
|
|
73095
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
73096
|
+
}), "ModifyVpnConnectionOptionsResultFilterSensitiveLog");
|
|
73097
|
+
var ModifyVpnTunnelCertificateResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73098
|
+
...obj,
|
|
73099
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
73100
|
+
}), "ModifyVpnTunnelCertificateResultFilterSensitiveLog");
|
|
73101
|
+
var ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73102
|
+
...obj,
|
|
73103
|
+
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
73104
|
+
}), "ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog");
|
|
73105
|
+
var ModifyVpnTunnelOptionsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73106
|
+
...obj,
|
|
73107
|
+
...obj.TunnelOptions && { TunnelOptions: import_smithy_client.SENSITIVE_STRING }
|
|
73108
|
+
}), "ModifyVpnTunnelOptionsRequestFilterSensitiveLog");
|
|
73109
|
+
var ModifyVpnTunnelOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73110
|
+
...obj,
|
|
73111
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
73112
|
+
}), "ModifyVpnTunnelOptionsResultFilterSensitiveLog");
|
|
73113
|
+
var ReportInstanceStatusRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73114
|
+
...obj,
|
|
73115
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
73116
|
+
}), "ReportInstanceStatusRequestFilterSensitiveLog");
|
|
73117
|
+
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73118
|
+
...obj,
|
|
73119
|
+
...obj.SpotFleetRequestConfig && {
|
|
73120
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
73121
|
+
}
|
|
73122
|
+
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
73123
|
+
var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73124
|
+
...obj,
|
|
73125
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
73126
|
+
}), "RequestSpotLaunchSpecificationFilterSensitiveLog");
|
|
73127
|
+
var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73128
|
+
...obj,
|
|
73129
|
+
...obj.LaunchSpecification && {
|
|
73130
|
+
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
73131
|
+
}
|
|
73132
|
+
}), "RequestSpotInstancesRequestFilterSensitiveLog");
|
|
73133
|
+
var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73134
|
+
...obj,
|
|
73135
|
+
...obj.SpotInstanceRequests && {
|
|
73136
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
73137
|
+
}
|
|
73138
|
+
}), "RequestSpotInstancesResultFilterSensitiveLog");
|
|
73139
|
+
var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73140
|
+
...obj,
|
|
73141
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
73142
|
+
}), "RunInstancesRequestFilterSensitiveLog");
|
|
73143
|
+
var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73144
|
+
...obj
|
|
73145
|
+
}), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
|
|
73146
|
+
var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73147
|
+
...obj,
|
|
73148
|
+
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
73149
|
+
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
73150
|
+
|
|
73151
|
+
// src/commands/ModifyVerifiedAccessTrustProviderCommand.ts
|
|
72756
73152
|
var _ModifyVerifiedAccessTrustProviderCommand = class _ModifyVerifiedAccessTrustProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
72757
73153
|
return [
|
|
72758
73154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -72910,109 +73306,6 @@ var ModifyVpcTenancyCommand = _ModifyVpcTenancyCommand;
|
|
|
72910
73306
|
|
|
72911
73307
|
|
|
72912
73308
|
|
|
72913
|
-
|
|
72914
|
-
// src/models/models_7.ts
|
|
72915
|
-
|
|
72916
|
-
var VpcTenancy = {
|
|
72917
|
-
default: "default"
|
|
72918
|
-
};
|
|
72919
|
-
var Status = {
|
|
72920
|
-
inClassic: "InClassic",
|
|
72921
|
-
inVpc: "InVpc",
|
|
72922
|
-
moveInProgress: "MoveInProgress"
|
|
72923
|
-
};
|
|
72924
|
-
var VerificationMethod = {
|
|
72925
|
-
dns_token: "dns-token",
|
|
72926
|
-
remarks_x509: "remarks-x509"
|
|
72927
|
-
};
|
|
72928
|
-
var ReportInstanceReasonCodes = {
|
|
72929
|
-
instance_stuck_in_state: "instance-stuck-in-state",
|
|
72930
|
-
not_accepting_credentials: "not-accepting-credentials",
|
|
72931
|
-
other: "other",
|
|
72932
|
-
password_not_available: "password-not-available",
|
|
72933
|
-
performance_ebs_volume: "performance-ebs-volume",
|
|
72934
|
-
performance_instance_store: "performance-instance-store",
|
|
72935
|
-
performance_network: "performance-network",
|
|
72936
|
-
performance_other: "performance-other",
|
|
72937
|
-
unresponsive: "unresponsive"
|
|
72938
|
-
};
|
|
72939
|
-
var ReportStatusType = {
|
|
72940
|
-
impaired: "impaired",
|
|
72941
|
-
ok: "ok"
|
|
72942
|
-
};
|
|
72943
|
-
var ResetFpgaImageAttributeName = {
|
|
72944
|
-
loadPermission: "loadPermission"
|
|
72945
|
-
};
|
|
72946
|
-
var ResetImageAttributeName = {
|
|
72947
|
-
launchPermission: "launchPermission"
|
|
72948
|
-
};
|
|
72949
|
-
var MembershipType = {
|
|
72950
|
-
igmp: "igmp",
|
|
72951
|
-
static: "static"
|
|
72952
|
-
};
|
|
72953
|
-
var ModifyVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72954
|
-
...obj,
|
|
72955
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
72956
|
-
}), "ModifyVpnConnectionResultFilterSensitiveLog");
|
|
72957
|
-
var ModifyVpnConnectionOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72958
|
-
...obj,
|
|
72959
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
72960
|
-
}), "ModifyVpnConnectionOptionsResultFilterSensitiveLog");
|
|
72961
|
-
var ModifyVpnTunnelCertificateResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72962
|
-
...obj,
|
|
72963
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
72964
|
-
}), "ModifyVpnTunnelCertificateResultFilterSensitiveLog");
|
|
72965
|
-
var ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72966
|
-
...obj,
|
|
72967
|
-
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
72968
|
-
}), "ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog");
|
|
72969
|
-
var ModifyVpnTunnelOptionsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72970
|
-
...obj,
|
|
72971
|
-
...obj.TunnelOptions && { TunnelOptions: import_smithy_client.SENSITIVE_STRING }
|
|
72972
|
-
}), "ModifyVpnTunnelOptionsRequestFilterSensitiveLog");
|
|
72973
|
-
var ModifyVpnTunnelOptionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72974
|
-
...obj,
|
|
72975
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
72976
|
-
}), "ModifyVpnTunnelOptionsResultFilterSensitiveLog");
|
|
72977
|
-
var ReportInstanceStatusRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72978
|
-
...obj,
|
|
72979
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
72980
|
-
}), "ReportInstanceStatusRequestFilterSensitiveLog");
|
|
72981
|
-
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72982
|
-
...obj,
|
|
72983
|
-
...obj.SpotFleetRequestConfig && {
|
|
72984
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
72985
|
-
}
|
|
72986
|
-
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
72987
|
-
var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72988
|
-
...obj,
|
|
72989
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
72990
|
-
}), "RequestSpotLaunchSpecificationFilterSensitiveLog");
|
|
72991
|
-
var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72992
|
-
...obj,
|
|
72993
|
-
...obj.LaunchSpecification && {
|
|
72994
|
-
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
72995
|
-
}
|
|
72996
|
-
}), "RequestSpotInstancesRequestFilterSensitiveLog");
|
|
72997
|
-
var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72998
|
-
...obj,
|
|
72999
|
-
...obj.SpotInstanceRequests && {
|
|
73000
|
-
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
73001
|
-
}
|
|
73002
|
-
}), "RequestSpotInstancesResultFilterSensitiveLog");
|
|
73003
|
-
var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73004
|
-
...obj,
|
|
73005
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
73006
|
-
}), "RunInstancesRequestFilterSensitiveLog");
|
|
73007
|
-
var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73008
|
-
...obj
|
|
73009
|
-
}), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
|
|
73010
|
-
var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73011
|
-
...obj,
|
|
73012
|
-
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
73013
|
-
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
73014
|
-
|
|
73015
|
-
// src/commands/ModifyVpnConnectionCommand.ts
|
|
73016
73309
|
var _ModifyVpnConnectionCommand = class _ModifyVpnConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
73017
73310
|
return [
|
|
73018
73311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -74102,6 +74395,7 @@ var commands = {
|
|
|
74102
74395
|
AssociateIpamResourceDiscoveryCommand,
|
|
74103
74396
|
AssociateNatGatewayAddressCommand,
|
|
74104
74397
|
AssociateRouteTableCommand,
|
|
74398
|
+
AssociateSecurityGroupVpcCommand,
|
|
74105
74399
|
AssociateSubnetCidrBlockCommand,
|
|
74106
74400
|
AssociateTransitGatewayMulticastDomainCommand,
|
|
74107
74401
|
AssociateTransitGatewayPolicyTableCommand,
|
|
@@ -74403,6 +74697,7 @@ var commands = {
|
|
|
74403
74697
|
DescribeSecurityGroupReferencesCommand,
|
|
74404
74698
|
DescribeSecurityGroupRulesCommand,
|
|
74405
74699
|
DescribeSecurityGroupsCommand,
|
|
74700
|
+
DescribeSecurityGroupVpcAssociationsCommand,
|
|
74406
74701
|
DescribeSnapshotAttributeCommand,
|
|
74407
74702
|
DescribeSnapshotsCommand,
|
|
74408
74703
|
DescribeSnapshotTierStatusCommand,
|
|
@@ -74485,6 +74780,7 @@ var commands = {
|
|
|
74485
74780
|
DisassociateIpamResourceDiscoveryCommand,
|
|
74486
74781
|
DisassociateNatGatewayAddressCommand,
|
|
74487
74782
|
DisassociateRouteTableCommand,
|
|
74783
|
+
DisassociateSecurityGroupVpcCommand,
|
|
74488
74784
|
DisassociateSubnetCidrBlockCommand,
|
|
74489
74785
|
DisassociateTransitGatewayMulticastDomainCommand,
|
|
74490
74786
|
DisassociateTransitGatewayPolicyTableCommand,
|
|
@@ -75026,6 +75322,10 @@ var paginateDescribeScheduledInstances = (0, import_core.createPaginator)(EC2Cli
|
|
|
75026
75322
|
|
|
75027
75323
|
var paginateDescribeSecurityGroupRules = (0, import_core.createPaginator)(EC2Client, DescribeSecurityGroupRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
75028
75324
|
|
|
75325
|
+
// src/pagination/DescribeSecurityGroupVpcAssociationsPaginator.ts
|
|
75326
|
+
|
|
75327
|
+
var paginateDescribeSecurityGroupVpcAssociations = (0, import_core.createPaginator)(EC2Client, DescribeSecurityGroupVpcAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
75328
|
+
|
|
75029
75329
|
// src/pagination/DescribeSecurityGroupsPaginator.ts
|
|
75030
75330
|
|
|
75031
75331
|
var paginateDescribeSecurityGroups = (0, import_core.createPaginator)(EC2Client, DescribeSecurityGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -77199,6 +77499,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77199
77499
|
AssociateIpamResourceDiscoveryCommand,
|
|
77200
77500
|
AssociateNatGatewayAddressCommand,
|
|
77201
77501
|
AssociateRouteTableCommand,
|
|
77502
|
+
AssociateSecurityGroupVpcCommand,
|
|
77202
77503
|
AssociateSubnetCidrBlockCommand,
|
|
77203
77504
|
AssociateTransitGatewayMulticastDomainCommand,
|
|
77204
77505
|
AssociateTransitGatewayPolicyTableCommand,
|
|
@@ -77499,6 +77800,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77499
77800
|
DescribeScheduledInstancesCommand,
|
|
77500
77801
|
DescribeSecurityGroupReferencesCommand,
|
|
77501
77802
|
DescribeSecurityGroupRulesCommand,
|
|
77803
|
+
DescribeSecurityGroupVpcAssociationsCommand,
|
|
77502
77804
|
DescribeSecurityGroupsCommand,
|
|
77503
77805
|
DescribeSnapshotAttributeCommand,
|
|
77504
77806
|
DescribeSnapshotTierStatusCommand,
|
|
@@ -77582,6 +77884,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77582
77884
|
DisassociateIpamResourceDiscoveryCommand,
|
|
77583
77885
|
DisassociateNatGatewayAddressCommand,
|
|
77584
77886
|
DisassociateRouteTableCommand,
|
|
77887
|
+
DisassociateSecurityGroupVpcCommand,
|
|
77585
77888
|
DisassociateSubnetCidrBlockCommand,
|
|
77586
77889
|
DisassociateTransitGatewayMulticastDomainCommand,
|
|
77587
77890
|
DisassociateTransitGatewayPolicyTableCommand,
|
|
@@ -77882,6 +78185,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
77882
78185
|
paginateDescribeScheduledInstanceAvailability,
|
|
77883
78186
|
paginateDescribeScheduledInstances,
|
|
77884
78187
|
paginateDescribeSecurityGroupRules,
|
|
78188
|
+
paginateDescribeSecurityGroupVpcAssociations,
|
|
77885
78189
|
paginateDescribeSecurityGroups,
|
|
77886
78190
|
paginateDescribeSnapshotTierStatus,
|
|
77887
78191
|
paginateDescribeSnapshots,
|
|
@@ -78061,6 +78365,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78061
78365
|
IpamAssociatedResourceDiscoveryStatus,
|
|
78062
78366
|
IpamResourceDiscoveryAssociationState,
|
|
78063
78367
|
RouteTableAssociationStateCode,
|
|
78368
|
+
SecurityGroupVpcAssociationState,
|
|
78064
78369
|
IpSource,
|
|
78065
78370
|
Ipv6AddressAttribute,
|
|
78066
78371
|
SubnetCidrBlockStateCode,
|
|
@@ -78281,7 +78586,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78281
78586
|
FpgaImageStateCode,
|
|
78282
78587
|
PaymentOption,
|
|
78283
78588
|
ReservationState,
|
|
78284
|
-
ImageAttributeName,
|
|
78285
78589
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78286
78590
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
78287
78591
|
DiskImageDescriptionFilterSensitiveLog,
|
|
@@ -78290,6 +78594,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78290
78594
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
78291
78595
|
ConversionTaskFilterSensitiveLog,
|
|
78292
78596
|
DescribeConversionTasksResultFilterSensitiveLog,
|
|
78597
|
+
ImageAttributeName,
|
|
78293
78598
|
ArchitectureValues,
|
|
78294
78599
|
BootModeValues,
|
|
78295
78600
|
HypervisorType,
|
|
@@ -78345,7 +78650,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78345
78650
|
ReservedInstanceState,
|
|
78346
78651
|
SnapshotAttributeName,
|
|
78347
78652
|
TieringOperationStatus,
|
|
78348
|
-
EventType,
|
|
78349
78653
|
SnapshotDetailFilterSensitiveLog,
|
|
78350
78654
|
ImportImageTaskFilterSensitiveLog,
|
|
78351
78655
|
DescribeImportImageTasksResultFilterSensitiveLog,
|
|
@@ -78353,6 +78657,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78353
78657
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
78354
78658
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
78355
78659
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
78660
|
+
EventType,
|
|
78356
78661
|
ExcessCapacityTerminationPolicy,
|
|
78357
78662
|
OnDemandAllocationStrategy,
|
|
78358
78663
|
ReplacementStrategy,
|
|
@@ -78368,7 +78673,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78368
78673
|
TransitGatewayPropagationState,
|
|
78369
78674
|
ImageBlockPublicAccessEnabledState,
|
|
78370
78675
|
ClientCertificateRevocationListStatusCode,
|
|
78371
|
-
UnlimitedSupportedInstanceFamily,
|
|
78372
78676
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
78373
78677
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
78374
78678
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -78379,6 +78683,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78379
78683
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
78380
78684
|
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
78381
78685
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78686
|
+
UnlimitedSupportedInstanceFamily,
|
|
78382
78687
|
PartitionLoadFrequency,
|
|
78383
78688
|
EkPubKeyFormat,
|
|
78384
78689
|
EkPubKeyType,
|
|
@@ -78423,8 +78728,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78423
78728
|
ImportVolumeRequestFilterSensitiveLog,
|
|
78424
78729
|
ImportVolumeResultFilterSensitiveLog,
|
|
78425
78730
|
ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
78426
|
-
ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
78427
|
-
ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78428
78731
|
VpcTenancy,
|
|
78429
78732
|
Status,
|
|
78430
78733
|
VerificationMethod,
|
|
@@ -78433,6 +78736,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78433
78736
|
ResetFpgaImageAttributeName,
|
|
78434
78737
|
ResetImageAttributeName,
|
|
78435
78738
|
MembershipType,
|
|
78739
|
+
ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
78740
|
+
ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78436
78741
|
ModifyVpnConnectionResultFilterSensitiveLog,
|
|
78437
78742
|
ModifyVpnConnectionOptionsResultFilterSensitiveLog,
|
|
78438
78743
|
ModifyVpnTunnelCertificateResultFilterSensitiveLog,
|