@aws-sdk/client-ec2 3.679.0 → 3.683.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 +6 -6
package/dist-es/EC2.js
CHANGED
|
@@ -26,6 +26,7 @@ import { AssociateIpamByoasnCommand, } from "./commands/AssociateIpamByoasnComma
|
|
|
26
26
|
import { AssociateIpamResourceDiscoveryCommand, } from "./commands/AssociateIpamResourceDiscoveryCommand";
|
|
27
27
|
import { AssociateNatGatewayAddressCommand, } from "./commands/AssociateNatGatewayAddressCommand";
|
|
28
28
|
import { AssociateRouteTableCommand, } from "./commands/AssociateRouteTableCommand";
|
|
29
|
+
import { AssociateSecurityGroupVpcCommand, } from "./commands/AssociateSecurityGroupVpcCommand";
|
|
29
30
|
import { AssociateSubnetCidrBlockCommand, } from "./commands/AssociateSubnetCidrBlockCommand";
|
|
30
31
|
import { AssociateTransitGatewayMulticastDomainCommand, } from "./commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
31
32
|
import { AssociateTransitGatewayPolicyTableCommand, } from "./commands/AssociateTransitGatewayPolicyTableCommand";
|
|
@@ -327,6 +328,7 @@ import { DescribeScheduledInstancesCommand, } from "./commands/DescribeScheduled
|
|
|
327
328
|
import { DescribeSecurityGroupReferencesCommand, } from "./commands/DescribeSecurityGroupReferencesCommand";
|
|
328
329
|
import { DescribeSecurityGroupRulesCommand, } from "./commands/DescribeSecurityGroupRulesCommand";
|
|
329
330
|
import { DescribeSecurityGroupsCommand, } from "./commands/DescribeSecurityGroupsCommand";
|
|
331
|
+
import { DescribeSecurityGroupVpcAssociationsCommand, } from "./commands/DescribeSecurityGroupVpcAssociationsCommand";
|
|
330
332
|
import { DescribeSnapshotAttributeCommand, } from "./commands/DescribeSnapshotAttributeCommand";
|
|
331
333
|
import { DescribeSnapshotsCommand, } from "./commands/DescribeSnapshotsCommand";
|
|
332
334
|
import { DescribeSnapshotTierStatusCommand, } from "./commands/DescribeSnapshotTierStatusCommand";
|
|
@@ -409,6 +411,7 @@ import { DisassociateIpamByoasnCommand, } from "./commands/DisassociateIpamByoas
|
|
|
409
411
|
import { DisassociateIpamResourceDiscoveryCommand, } from "./commands/DisassociateIpamResourceDiscoveryCommand";
|
|
410
412
|
import { DisassociateNatGatewayAddressCommand, } from "./commands/DisassociateNatGatewayAddressCommand";
|
|
411
413
|
import { DisassociateRouteTableCommand, } from "./commands/DisassociateRouteTableCommand";
|
|
414
|
+
import { DisassociateSecurityGroupVpcCommand, } from "./commands/DisassociateSecurityGroupVpcCommand";
|
|
412
415
|
import { DisassociateSubnetCidrBlockCommand, } from "./commands/DisassociateSubnetCidrBlockCommand";
|
|
413
416
|
import { DisassociateTransitGatewayMulticastDomainCommand, } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
414
417
|
import { DisassociateTransitGatewayPolicyTableCommand, } from "./commands/DisassociateTransitGatewayPolicyTableCommand";
|
|
@@ -662,6 +665,7 @@ const commands = {
|
|
|
662
665
|
AssociateIpamResourceDiscoveryCommand,
|
|
663
666
|
AssociateNatGatewayAddressCommand,
|
|
664
667
|
AssociateRouteTableCommand,
|
|
668
|
+
AssociateSecurityGroupVpcCommand,
|
|
665
669
|
AssociateSubnetCidrBlockCommand,
|
|
666
670
|
AssociateTransitGatewayMulticastDomainCommand,
|
|
667
671
|
AssociateTransitGatewayPolicyTableCommand,
|
|
@@ -963,6 +967,7 @@ const commands = {
|
|
|
963
967
|
DescribeSecurityGroupReferencesCommand,
|
|
964
968
|
DescribeSecurityGroupRulesCommand,
|
|
965
969
|
DescribeSecurityGroupsCommand,
|
|
970
|
+
DescribeSecurityGroupVpcAssociationsCommand,
|
|
966
971
|
DescribeSnapshotAttributeCommand,
|
|
967
972
|
DescribeSnapshotsCommand,
|
|
968
973
|
DescribeSnapshotTierStatusCommand,
|
|
@@ -1045,6 +1050,7 @@ const commands = {
|
|
|
1045
1050
|
DisassociateIpamResourceDiscoveryCommand,
|
|
1046
1051
|
DisassociateNatGatewayAddressCommand,
|
|
1047
1052
|
DisassociateRouteTableCommand,
|
|
1053
|
+
DisassociateSecurityGroupVpcCommand,
|
|
1048
1054
|
DisassociateSubnetCidrBlockCommand,
|
|
1049
1055
|
DisassociateTransitGatewayMulticastDomainCommand,
|
|
1050
1056
|
DisassociateTransitGatewayPolicyTableCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateSecurityGroupVpcCommand, se_AssociateSecurityGroupVpcCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateSecurityGroupVpcCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "AssociateSecurityGroupVpc", {})
|
|
17
|
+
.n("EC2Client", "AssociateSecurityGroupVpcCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateSecurityGroupVpcCommand)
|
|
20
|
+
.de(de_AssociateSecurityGroupVpcCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeSecurityGroupVpcAssociationsCommand, se_DescribeSecurityGroupVpcAssociationsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeSecurityGroupVpcAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DescribeSecurityGroupVpcAssociations", {})
|
|
17
|
+
.n("EC2Client", "DescribeSecurityGroupVpcAssociationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeSecurityGroupVpcAssociationsCommand)
|
|
20
|
+
.de(de_DescribeSecurityGroupVpcAssociationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateSecurityGroupVpcCommand, se_DisassociateSecurityGroupVpcCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateSecurityGroupVpcCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DisassociateSecurityGroupVpc", {})
|
|
17
|
+
.n("EC2Client", "DisassociateSecurityGroupVpcCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateSecurityGroupVpcCommand)
|
|
20
|
+
.de(de_DisassociateSecurityGroupVpcCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog, ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog, ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/models_7";
|
|
6
6
|
import { de_ModifyVerifiedAccessTrustProviderCommand, se_ModifyVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVerifiedAccessTrustProviderCommand extends $Command
|
|
@@ -25,6 +25,7 @@ export * from "./AssociateIpamByoasnCommand";
|
|
|
25
25
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
26
26
|
export * from "./AssociateNatGatewayAddressCommand";
|
|
27
27
|
export * from "./AssociateRouteTableCommand";
|
|
28
|
+
export * from "./AssociateSecurityGroupVpcCommand";
|
|
28
29
|
export * from "./AssociateSubnetCidrBlockCommand";
|
|
29
30
|
export * from "./AssociateTransitGatewayMulticastDomainCommand";
|
|
30
31
|
export * from "./AssociateTransitGatewayPolicyTableCommand";
|
|
@@ -325,6 +326,7 @@ export * from "./DescribeScheduledInstanceAvailabilityCommand";
|
|
|
325
326
|
export * from "./DescribeScheduledInstancesCommand";
|
|
326
327
|
export * from "./DescribeSecurityGroupReferencesCommand";
|
|
327
328
|
export * from "./DescribeSecurityGroupRulesCommand";
|
|
329
|
+
export * from "./DescribeSecurityGroupVpcAssociationsCommand";
|
|
328
330
|
export * from "./DescribeSecurityGroupsCommand";
|
|
329
331
|
export * from "./DescribeSnapshotAttributeCommand";
|
|
330
332
|
export * from "./DescribeSnapshotTierStatusCommand";
|
|
@@ -408,6 +410,7 @@ export * from "./DisassociateIpamByoasnCommand";
|
|
|
408
410
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
409
411
|
export * from "./DisassociateNatGatewayAddressCommand";
|
|
410
412
|
export * from "./DisassociateRouteTableCommand";
|
|
413
|
+
export * from "./DisassociateSecurityGroupVpcCommand";
|
|
411
414
|
export * from "./DisassociateSubnetCidrBlockCommand";
|
|
412
415
|
export * from "./DisassociateTransitGatewayMulticastDomainCommand";
|
|
413
416
|
export * from "./DisassociateTransitGatewayPolicyTableCommand";
|
|
@@ -341,6 +341,14 @@ export const RouteTableAssociationStateCode = {
|
|
|
341
341
|
disassociating: "disassociating",
|
|
342
342
|
failed: "failed",
|
|
343
343
|
};
|
|
344
|
+
export const SecurityGroupVpcAssociationState = {
|
|
345
|
+
associated: "associated",
|
|
346
|
+
associating: "associating",
|
|
347
|
+
association_failed: "association-failed",
|
|
348
|
+
disassociated: "disassociated",
|
|
349
|
+
disassociating: "disassociating",
|
|
350
|
+
disassociation_failed: "disassociation-failed",
|
|
351
|
+
};
|
|
344
352
|
export const IpSource = {
|
|
345
353
|
amazon: "amazon",
|
|
346
354
|
byoip: "byoip",
|
|
@@ -161,21 +161,6 @@ export const ReservationState = {
|
|
|
161
161
|
PAYMENT_PENDING: "payment-pending",
|
|
162
162
|
RETIRED: "retired",
|
|
163
163
|
};
|
|
164
|
-
export const ImageAttributeName = {
|
|
165
|
-
blockDeviceMapping: "blockDeviceMapping",
|
|
166
|
-
bootMode: "bootMode",
|
|
167
|
-
deregistrationProtection: "deregistrationProtection",
|
|
168
|
-
description: "description",
|
|
169
|
-
imdsSupport: "imdsSupport",
|
|
170
|
-
kernel: "kernel",
|
|
171
|
-
lastLaunchedTime: "lastLaunchedTime",
|
|
172
|
-
launchPermission: "launchPermission",
|
|
173
|
-
productCodes: "productCodes",
|
|
174
|
-
ramdisk: "ramdisk",
|
|
175
|
-
sriovNetSupport: "sriovNetSupport",
|
|
176
|
-
tpmSupport: "tpmSupport",
|
|
177
|
-
uefiData: "uefiData",
|
|
178
|
-
};
|
|
179
164
|
export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
180
165
|
...obj,
|
|
181
166
|
...(obj.VerifiedAccessTrustProvider && {
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const ImageAttributeName = {
|
|
4
|
+
blockDeviceMapping: "blockDeviceMapping",
|
|
5
|
+
bootMode: "bootMode",
|
|
6
|
+
deregistrationProtection: "deregistrationProtection",
|
|
7
|
+
description: "description",
|
|
8
|
+
imdsSupport: "imdsSupport",
|
|
9
|
+
kernel: "kernel",
|
|
10
|
+
lastLaunchedTime: "lastLaunchedTime",
|
|
11
|
+
launchPermission: "launchPermission",
|
|
12
|
+
productCodes: "productCodes",
|
|
13
|
+
ramdisk: "ramdisk",
|
|
14
|
+
sriovNetSupport: "sriovNetSupport",
|
|
15
|
+
tpmSupport: "tpmSupport",
|
|
16
|
+
uefiData: "uefiData",
|
|
17
|
+
};
|
|
3
18
|
export const ArchitectureValues = {
|
|
4
19
|
arm64: "arm64",
|
|
5
20
|
arm64_mac: "arm64_mac",
|
|
@@ -290,12 +305,6 @@ export const TieringOperationStatus = {
|
|
|
290
305
|
temporary_restore_failed: "temporary-restore-failed",
|
|
291
306
|
temporary_restore_in_progress: "temporary-restore-in-progress",
|
|
292
307
|
};
|
|
293
|
-
export const EventType = {
|
|
294
|
-
BATCH_CHANGE: "fleetRequestChange",
|
|
295
|
-
ERROR: "error",
|
|
296
|
-
INFORMATION: "information",
|
|
297
|
-
INSTANCE_CHANGE: "instanceChange",
|
|
298
|
-
};
|
|
299
308
|
export const SnapshotDetailFilterSensitiveLog = (obj) => ({
|
|
300
309
|
...obj,
|
|
301
310
|
...(obj.Url && { Url: SENSITIVE_STRING }),
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export const EventType = {
|
|
5
|
+
BATCH_CHANGE: "fleetRequestChange",
|
|
6
|
+
ERROR: "error",
|
|
7
|
+
INFORMATION: "information",
|
|
8
|
+
INSTANCE_CHANGE: "instanceChange",
|
|
9
|
+
};
|
|
4
10
|
export const ExcessCapacityTerminationPolicy = {
|
|
5
11
|
DEFAULT: "default",
|
|
6
12
|
NO_TERMINATION: "noTermination",
|
|
@@ -70,12 +76,6 @@ export const ClientCertificateRevocationListStatusCode = {
|
|
|
70
76
|
active: "active",
|
|
71
77
|
pending: "pending",
|
|
72
78
|
};
|
|
73
|
-
export const UnlimitedSupportedInstanceFamily = {
|
|
74
|
-
t2: "t2",
|
|
75
|
-
t3: "t3",
|
|
76
|
-
t3a: "t3a",
|
|
77
|
-
t4g: "t4g",
|
|
78
|
-
};
|
|
79
79
|
export const SpotFleetLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
80
80
|
...obj,
|
|
81
81
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
2
|
import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
|
|
4
3
|
import { ConversionTaskFilterSensitiveLog, } from "./models_3";
|
|
5
4
|
import { SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
|
|
5
|
+
export const UnlimitedSupportedInstanceFamily = {
|
|
6
|
+
t2: "t2",
|
|
7
|
+
t3: "t3",
|
|
8
|
+
t3a: "t3a",
|
|
9
|
+
t4g: "t4g",
|
|
10
|
+
};
|
|
6
11
|
export const PartitionLoadFrequency = {
|
|
7
12
|
DAILY: "daily",
|
|
8
13
|
MONTHLY: "monthly",
|
|
@@ -221,15 +226,3 @@ export const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (o
|
|
|
221
226
|
...obj,
|
|
222
227
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
223
228
|
});
|
|
224
|
-
export const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
...(obj.OidcOptions && {
|
|
227
|
-
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
228
|
-
}),
|
|
229
|
-
});
|
|
230
|
-
export const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
...(obj.VerifiedAccessTrustProvider && {
|
|
233
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
234
|
-
}),
|
|
235
|
-
});
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
2
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
3
4
|
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
5
|
+
import { ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog, } from "./models_6";
|
|
4
6
|
export const VpcTenancy = {
|
|
5
7
|
default: "default",
|
|
6
8
|
};
|
|
@@ -38,6 +40,18 @@ export const MembershipType = {
|
|
|
38
40
|
igmp: "igmp",
|
|
39
41
|
static: "static",
|
|
40
42
|
};
|
|
43
|
+
export const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
44
|
+
...obj,
|
|
45
|
+
...(obj.OidcOptions && {
|
|
46
|
+
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
47
|
+
}),
|
|
48
|
+
});
|
|
49
|
+
export const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
50
|
+
...obj,
|
|
51
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
52
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
53
|
+
}),
|
|
54
|
+
});
|
|
41
55
|
export const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
42
56
|
...obj,
|
|
43
57
|
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeSecurityGroupVpcAssociationsCommand, } from "../commands/DescribeSecurityGroupVpcAssociationsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export const paginateDescribeSecurityGroupVpcAssociations = createPaginator(EC2Client, DescribeSecurityGroupVpcAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -75,6 +75,7 @@ export * from "./DescribeRouteTablesPaginator";
|
|
|
75
75
|
export * from "./DescribeScheduledInstanceAvailabilityPaginator";
|
|
76
76
|
export * from "./DescribeScheduledInstancesPaginator";
|
|
77
77
|
export * from "./DescribeSecurityGroupRulesPaginator";
|
|
78
|
+
export * from "./DescribeSecurityGroupVpcAssociationsPaginator";
|
|
78
79
|
export * from "./DescribeSecurityGroupsPaginator";
|
|
79
80
|
export * from "./DescribeSnapshotTierStatusPaginator";
|
|
80
81
|
export * from "./DescribeSnapshotsPaginator";
|