@aws-sdk/client-ec2 3.787.0 → 3.794.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/dist-cjs/index.js +516 -480
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +0 -6
- package/dist-es/models/models_2.js +7 -0
- package/dist-es/models/models_3.js +0 -4
- package/dist-es/models/models_4.js +4 -5
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +5 -1
- package/dist-es/protocols/Aws_ec2.js +35 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -2
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +3 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +26 -21
- package/dist-types/models/models_2.d.ts +30 -12
- package/dist-types/models/models_3.d.ts +36 -51
- package/dist-types/models/models_4.d.ts +49 -55
- package/dist-types/models/models_5.d.ts +56 -28
- package/dist-types/models/models_6.d.ts +27 -36
- package/dist-types/models/models_7.d.ts +46 -29
- package/dist-types/models/models_8.d.ts +27 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -7
- package/dist-types/ts3.4/models/models_2.d.ts +9 -3
- package/dist-types/ts3.4/models/models_3.d.ts +10 -15
- package/dist-types/ts3.4/models/models_4.d.ts +14 -14
- package/dist-types/ts3.4/models/models_5.d.ts +12 -8
- package/dist-types/ts3.4/models/models_6.d.ts +7 -9
- package/dist-types/ts3.4/models/models_7.d.ts +12 -10
- package/dist-types/ts3.4/models/models_8.d.ts +7 -0
- package/package.json +1 -1
|
@@ -2,7 +2,8 @@ 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 { CreateLaunchTemplateVersionRequestFilterSensitiveLog,
|
|
5
|
+
import { CreateLaunchTemplateVersionRequestFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { CreateLaunchTemplateVersionResultFilterSensitiveLog, } from "../models/models_2";
|
|
6
7
|
import { de_CreateLaunchTemplateVersionCommand, se_CreateLaunchTemplateVersionCommand } from "../protocols/Aws_ec2";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CreateLaunchTemplateVersionCommand extends $Command
|
|
@@ -1346,9 +1346,3 @@ export const LaunchTemplateVersionFilterSensitiveLog = (obj) => ({
|
|
|
1346
1346
|
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
1347
1347
|
}),
|
|
1348
1348
|
});
|
|
1349
|
-
export const CreateLaunchTemplateVersionResultFilterSensitiveLog = (obj) => ({
|
|
1350
|
-
...obj,
|
|
1351
|
-
...(obj.LaunchTemplateVersion && {
|
|
1352
|
-
LaunchTemplateVersion: LaunchTemplateVersionFilterSensitiveLog(obj.LaunchTemplateVersion),
|
|
1353
|
-
}),
|
|
1354
|
-
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
3
4
|
export const LocalGatewayRouteState = {
|
|
4
5
|
active: "active",
|
|
5
6
|
blackhole: "blackhole",
|
|
@@ -427,6 +428,12 @@ export const TunnelInsideIpVersion = {
|
|
|
427
428
|
ipv4: "ipv4",
|
|
428
429
|
ipv6: "ipv6",
|
|
429
430
|
};
|
|
431
|
+
export const CreateLaunchTemplateVersionResultFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
...(obj.LaunchTemplateVersion && {
|
|
434
|
+
LaunchTemplateVersion: LaunchTemplateVersionFilterSensitiveLog(obj.LaunchTemplateVersion),
|
|
435
|
+
}),
|
|
436
|
+
});
|
|
430
437
|
export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
431
438
|
...obj,
|
|
432
439
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -169,7 +169,3 @@ export const DescribeBundleTasksResultFilterSensitiveLog = (obj) => ({
|
|
|
169
169
|
...obj,
|
|
170
170
|
...(obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }),
|
|
171
171
|
});
|
|
172
|
-
export const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
|
|
175
|
-
});
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
3
|
-
import { DiskImageDescriptionFilterSensitiveLog, } from "./models_3";
|
|
4
3
|
export const ConversionTaskState = {
|
|
5
4
|
active: "active",
|
|
6
5
|
cancelled: "cancelled",
|
|
@@ -320,10 +319,10 @@ export const LockState = {
|
|
|
320
319
|
expired: "expired",
|
|
321
320
|
governance: "governance",
|
|
322
321
|
};
|
|
323
|
-
export const
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
};
|
|
322
|
+
export const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
|
|
325
|
+
});
|
|
327
326
|
export const ImportInstanceVolumeDetailItemFilterSensitiveLog = (obj) => ({
|
|
328
327
|
...obj,
|
|
329
328
|
...(obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }),
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
export const MoveStatus = {
|
|
5
|
+
movingToVpc: "movingToVpc",
|
|
6
|
+
restoringToClassic: "restoringToClassic",
|
|
7
|
+
};
|
|
4
8
|
export const FindingsFound = {
|
|
5
9
|
false: "false",
|
|
6
10
|
true: "true",
|
|
@@ -168,7 +168,3 @@ export const DiskImageDetailFilterSensitiveLog = (obj) => ({
|
|
|
168
168
|
...obj,
|
|
169
169
|
...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
|
|
170
170
|
});
|
|
171
|
-
export const DiskImageFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
...(obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }),
|
|
174
|
-
});
|
|
@@ -3,7 +3,7 @@ import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { ConversionTaskFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
|
|
5
5
|
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
6
|
-
import { DiskImageDetailFilterSensitiveLog,
|
|
6
|
+
import { DiskImageDetailFilterSensitiveLog, } from "./models_6";
|
|
7
7
|
export const LockMode = {
|
|
8
8
|
compliance: "compliance",
|
|
9
9
|
governance: "governance",
|
|
@@ -89,6 +89,10 @@ export const ResetFpgaImageAttributeName = {
|
|
|
89
89
|
export const ResetImageAttributeName = {
|
|
90
90
|
launchPermission: "launchPermission",
|
|
91
91
|
};
|
|
92
|
+
export const DiskImageFilterSensitiveLog = (obj) => ({
|
|
93
|
+
...obj,
|
|
94
|
+
...(obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }),
|
|
95
|
+
});
|
|
92
96
|
export const UserDataFilterSensitiveLog = (obj) => ({
|
|
93
97
|
...obj,
|
|
94
98
|
});
|
|
@@ -17057,6 +17057,13 @@ const se_ClientLoginBannerOptions = (input, context) => {
|
|
|
17057
17057
|
}
|
|
17058
17058
|
return entries;
|
|
17059
17059
|
};
|
|
17060
|
+
const se_ClientRouteEnforcementOptions = (input, context) => {
|
|
17061
|
+
const entries = {};
|
|
17062
|
+
if (input[_Enf] != null) {
|
|
17063
|
+
entries[_Enf] = input[_Enf];
|
|
17064
|
+
}
|
|
17065
|
+
return entries;
|
|
17066
|
+
};
|
|
17060
17067
|
const se_ClientVpnAuthenticationRequest = (input, context) => {
|
|
17061
17068
|
const entries = {};
|
|
17062
17069
|
if (input[_T] != null) {
|
|
@@ -17612,6 +17619,13 @@ const se_CreateClientVpnEndpointRequest = (input, context) => {
|
|
|
17612
17619
|
entries[loc] = value;
|
|
17613
17620
|
});
|
|
17614
17621
|
}
|
|
17622
|
+
if (input[_CREO] != null) {
|
|
17623
|
+
const memberEntries = se_ClientRouteEnforcementOptions(input[_CREO], context);
|
|
17624
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17625
|
+
const loc = `ClientRouteEnforcementOptions.${key}`;
|
|
17626
|
+
entries[loc] = value;
|
|
17627
|
+
});
|
|
17628
|
+
}
|
|
17615
17629
|
if (input[_DOST] != null) {
|
|
17616
17630
|
entries[_DOST] = input[_DOST];
|
|
17617
17631
|
}
|
|
@@ -30954,6 +30968,13 @@ const se_ModifyClientVpnEndpointRequest = (input, context) => {
|
|
|
30954
30968
|
entries[loc] = value;
|
|
30955
30969
|
});
|
|
30956
30970
|
}
|
|
30971
|
+
if (input[_CREO] != null) {
|
|
30972
|
+
const memberEntries = se_ClientRouteEnforcementOptions(input[_CREO], context);
|
|
30973
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30974
|
+
const loc = `ClientRouteEnforcementOptions.${key}`;
|
|
30975
|
+
entries[loc] = value;
|
|
30976
|
+
});
|
|
30977
|
+
}
|
|
30957
30978
|
if (input[_DOST] != null) {
|
|
30958
30979
|
entries[_DOST] = input[_DOST];
|
|
30959
30980
|
}
|
|
@@ -40559,6 +40580,13 @@ const de_ClientLoginBannerResponseOptions = (output, context) => {
|
|
|
40559
40580
|
}
|
|
40560
40581
|
return contents;
|
|
40561
40582
|
};
|
|
40583
|
+
const de_ClientRouteEnforcementResponseOptions = (output, context) => {
|
|
40584
|
+
const contents = {};
|
|
40585
|
+
if (output[_enf] != null) {
|
|
40586
|
+
contents[_Enf] = __parseBoolean(output[_enf]);
|
|
40587
|
+
}
|
|
40588
|
+
return contents;
|
|
40589
|
+
};
|
|
40562
40590
|
const de_ClientVpnAuthentication = (output, context) => {
|
|
40563
40591
|
const contents = {};
|
|
40564
40592
|
if (output[_ty] != null) {
|
|
@@ -40744,6 +40772,9 @@ const de_ClientVpnEndpoint = (output, context) => {
|
|
|
40744
40772
|
if (output[_cLBO] != null) {
|
|
40745
40773
|
contents[_CLBO] = de_ClientLoginBannerResponseOptions(output[_cLBO], context);
|
|
40746
40774
|
}
|
|
40775
|
+
if (output[_cREO] != null) {
|
|
40776
|
+
contents[_CREO] = de_ClientRouteEnforcementResponseOptions(output[_cREO], context);
|
|
40777
|
+
}
|
|
40747
40778
|
if (output[_dOST] != null) {
|
|
40748
40779
|
contents[_DOST] = __parseBoolean(output[_dOST]);
|
|
40749
40780
|
}
|
|
@@ -62155,6 +62186,7 @@ const _CRA = "CapacityReservationArn";
|
|
|
62155
62186
|
const _CRBR = "CapacityReservationBillingRequests";
|
|
62156
62187
|
const _CRCC = "ClientRootCertificateChain";
|
|
62157
62188
|
const _CRCCA = "ClientRootCertificateChainArn";
|
|
62189
|
+
const _CREO = "ClientRouteEnforcementOptions";
|
|
62158
62190
|
const _CRF = "CapacityReservationFleets";
|
|
62159
62191
|
const _CRFA = "CapacityReservationFleetArn";
|
|
62160
62192
|
const _CRFI = "CapacityReservationFleetIds";
|
|
@@ -62810,6 +62842,7 @@ const _En = "Enabled";
|
|
|
62810
62842
|
const _Enc = "Encrypted";
|
|
62811
62843
|
const _End = "End";
|
|
62812
62844
|
const _Endp = "Endpoint";
|
|
62845
|
+
const _Enf = "Enforced";
|
|
62813
62846
|
const _Ent = "Entries";
|
|
62814
62847
|
const _Er = "Error";
|
|
62815
62848
|
const _Err = "Errors";
|
|
@@ -64773,6 +64806,7 @@ const _cR = "capacityReservation";
|
|
|
64773
64806
|
const _cRA = "capacityReservationArn";
|
|
64774
64807
|
const _cRBRS = "capacityReservationBillingRequestSet";
|
|
64775
64808
|
const _cRCC = "clientRootCertificateChain";
|
|
64809
|
+
const _cREO = "clientRouteEnforcementOptions";
|
|
64776
64810
|
const _cRFA = "capacityReservationFleetArn";
|
|
64777
64811
|
const _cRFI = "capacityReservationFleetId";
|
|
64778
64812
|
const _cRFS = "capacityReservationFleetSet";
|
|
@@ -65020,6 +65054,7 @@ const _eb = "ebs";
|
|
|
65020
65054
|
const _en = "enabled";
|
|
65021
65055
|
const _enc = "encrypted";
|
|
65022
65056
|
const _end = "end";
|
|
65057
|
+
const _enf = "enforced";
|
|
65023
65058
|
const _er = "error";
|
|
65024
65059
|
const _ev = "event";
|
|
65025
65060
|
const _f = "format";
|
|
@@ -93,6 +93,9 @@ declare const CreateClientVpnEndpointCommand_base: {
|
|
|
93
93
|
* Enabled: true || false,
|
|
94
94
|
* BannerText: "STRING_VALUE",
|
|
95
95
|
* },
|
|
96
|
+
* ClientRouteEnforcementOptions: { // ClientRouteEnforcementOptions
|
|
97
|
+
* Enforced: true || false,
|
|
98
|
+
* },
|
|
96
99
|
* DisconnectOnSessionTimeout: true || false,
|
|
97
100
|
* };
|
|
98
101
|
* const command = new CreateClientVpnEndpointCommand(input);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateLaunchTemplateVersionRequest
|
|
4
|
+
import { CreateLaunchTemplateVersionRequest } from "../models/models_1";
|
|
5
|
+
import { CreateLaunchTemplateVersionResult } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -73,7 +73,7 @@ declare const DescribeAddressesCommand_base: {
|
|
|
73
73
|
* // CustomerOwnedIp: "STRING_VALUE",
|
|
74
74
|
* // CustomerOwnedIpv4Pool: "STRING_VALUE",
|
|
75
75
|
* // CarrierIp: "STRING_VALUE",
|
|
76
|
-
* // ServiceManaged: "alb" || "nlb",
|
|
76
|
+
* // ServiceManaged: "alb" || "nlb" || "rnat",
|
|
77
77
|
* // InstanceId: "STRING_VALUE",
|
|
78
78
|
* // PublicIp: "STRING_VALUE",
|
|
79
79
|
* // },
|
|
@@ -123,6 +123,9 @@ declare const DescribeClientVpnEndpointsCommand_base: {
|
|
|
123
123
|
* // Enabled: true || false,
|
|
124
124
|
* // BannerText: "STRING_VALUE",
|
|
125
125
|
* // },
|
|
126
|
+
* // ClientRouteEnforcementOptions: { // ClientRouteEnforcementResponseOptions
|
|
127
|
+
* // Enforced: true || false,
|
|
128
|
+
* // },
|
|
126
129
|
* // DisconnectOnSessionTimeout: true || false,
|
|
127
130
|
* // },
|
|
128
131
|
* // ],
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeMovingAddressesRequest } from "../models/
|
|
5
|
-
import { DescribeMovingAddressesResult } from "../models/models_5";
|
|
4
|
+
import { DescribeMovingAddressesRequest, DescribeMovingAddressesResult } from "../models/models_5";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -28,7 +28,7 @@ declare const DescribeVpcEndpointServicePermissionsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes the principals (service consumers) that are permitted to discover your VPC
|
|
31
|
-
* endpoint service.</p>
|
|
31
|
+
* endpoint service. Principal ARNs with path components aren't supported.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisableImageDeregistrationProtectionRequest
|
|
4
|
+
import { DisableImageDeregistrationProtectionRequest } from "../models/models_5";
|
|
5
|
+
import { DisableImageDeregistrationProtectionResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisableIpamOrganizationAdminAccountRequest } from "../models/
|
|
5
|
-
import { DisableIpamOrganizationAdminAccountResult } from "../models/models_6";
|
|
4
|
+
import { DisableIpamOrganizationAdminAccountRequest, DisableIpamOrganizationAdminAccountResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -66,6 +66,9 @@ declare const ModifyClientVpnEndpointCommand_base: {
|
|
|
66
66
|
* Enabled: true || false,
|
|
67
67
|
* BannerText: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
|
+
* ClientRouteEnforcementOptions: { // ClientRouteEnforcementOptions
|
|
70
|
+
* Enforced: true || false,
|
|
71
|
+
* },
|
|
69
72
|
* DisconnectOnSessionTimeout: true || false,
|
|
70
73
|
* };
|
|
71
74
|
* const command = new ModifyClientVpnEndpointCommand(input);
|
|
@@ -24,12 +24,12 @@ export interface ModifyVpcEndpointServicePermissionsCommandOutput extends Modify
|
|
|
24
24
|
declare const ModifyVpcEndpointServicePermissionsCommand_base: {
|
|
25
25
|
new (input: ModifyVpcEndpointServicePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ModifyVpcEndpointServicePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions
|
|
31
31
|
* for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to
|
|
32
|
-
* your endpoint service.</p>
|
|
32
|
+
* your endpoint service. Principal ARNs with path components aren't supported.</p>
|
|
33
33
|
* <p>If you grant permissions to all principals, the service is public. Any users who know the name of a
|
|
34
34
|
* public service can send a request to attach an endpoint. If the service does not require manual approval,
|
|
35
35
|
* attachments are automatically approved.</p>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RestoreImageFromRecycleBinRequest, RestoreImageFromRecycleBinResult } from "../models/
|
|
4
|
+
import { RestoreImageFromRecycleBinRequest, RestoreImageFromRecycleBinResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -2363,6 +2363,24 @@ export interface ClientLoginBannerOptions {
|
|
|
2363
2363
|
*/
|
|
2364
2364
|
BannerText?: string | undefined;
|
|
2365
2365
|
}
|
|
2366
|
+
/**
|
|
2367
|
+
* <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
|
|
2368
|
+
* his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
|
|
2369
|
+
* <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
|
|
2370
|
+
* reverting it back to the expected route configurations.</p>
|
|
2371
|
+
* @public
|
|
2372
|
+
*/
|
|
2373
|
+
export interface ClientRouteEnforcementOptions {
|
|
2374
|
+
/**
|
|
2375
|
+
* <p>Enable or disable the client route enforcement feature.</p>
|
|
2376
|
+
* <p>Valid values: <code>true | false</code>
|
|
2377
|
+
* </p>
|
|
2378
|
+
* <p>Default value: <code>false</code>
|
|
2379
|
+
* </p>
|
|
2380
|
+
* @public
|
|
2381
|
+
*/
|
|
2382
|
+
Enforced?: boolean | undefined;
|
|
2383
|
+
}
|
|
2366
2384
|
/**
|
|
2367
2385
|
* <p>Describes the client connection logging options for the Client VPN endpoint.</p>
|
|
2368
2386
|
* @public
|
|
@@ -2537,6 +2555,14 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2537
2555
|
* @public
|
|
2538
2556
|
*/
|
|
2539
2557
|
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
2558
|
+
/**
|
|
2559
|
+
* <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
|
|
2560
|
+
* his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
|
|
2561
|
+
* <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
|
|
2562
|
+
* reverting it back to the expected route configurations.</p>
|
|
2563
|
+
* @public
|
|
2564
|
+
*/
|
|
2565
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
2540
2566
|
/**
|
|
2541
2567
|
* <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
|
|
2542
2568
|
* The default value is <code>false</code>.</p>
|
|
@@ -11355,23 +11381,6 @@ export interface LaunchTemplateVersion {
|
|
|
11355
11381
|
*/
|
|
11356
11382
|
Operator?: OperatorResponse | undefined;
|
|
11357
11383
|
}
|
|
11358
|
-
/**
|
|
11359
|
-
* @public
|
|
11360
|
-
*/
|
|
11361
|
-
export interface CreateLaunchTemplateVersionResult {
|
|
11362
|
-
/**
|
|
11363
|
-
* <p>Information about the launch template version.</p>
|
|
11364
|
-
* @public
|
|
11365
|
-
*/
|
|
11366
|
-
LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
|
|
11367
|
-
/**
|
|
11368
|
-
* <p>If the new version of the launch template contains parameters or parameter
|
|
11369
|
-
* combinations that are not valid, an error code and an error message are returned for
|
|
11370
|
-
* each issue that's found.</p>
|
|
11371
|
-
* @public
|
|
11372
|
-
*/
|
|
11373
|
-
Warning?: ValidationWarning | undefined;
|
|
11374
|
-
}
|
|
11375
11384
|
/**
|
|
11376
11385
|
* @internal
|
|
11377
11386
|
*/
|
|
@@ -11400,7 +11409,3 @@ export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (obj: Respons
|
|
|
11400
11409
|
* @internal
|
|
11401
11410
|
*/
|
|
11402
11411
|
export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTemplateVersion) => any;
|
|
11403
|
-
/**
|
|
11404
|
-
* @internal
|
|
11405
|
-
*/
|
|
11406
|
-
export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (obj: CreateLaunchTemplateVersionResult) => any;
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
2
|
+
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateVersion, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateLaunchTemplateVersionResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the launch template version.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>If the new version of the launch template contains parameters or parameter
|
|
14
|
+
* combinations that are not valid, an error code and an error message are returned for
|
|
15
|
+
* each issue that's found.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Warning?: ValidationWarning | undefined;
|
|
19
|
+
}
|
|
3
20
|
/**
|
|
4
21
|
* @public
|
|
5
22
|
*/
|
|
@@ -5196,7 +5213,11 @@ export interface TransitGatewayOptions {
|
|
|
5196
5213
|
*/
|
|
5197
5214
|
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
5198
5215
|
/**
|
|
5199
|
-
* <p>Indicates whether resource attachments are automatically associated with the default
|
|
5216
|
+
* <p>Indicates whether resource attachments are automatically associated with the default
|
|
5217
|
+
* association route table. Enabled by default. If <code>defaultRouteTableAssociation</code>
|
|
5218
|
+
* is set to <code>enable</code>,
|
|
5219
|
+
* Amazon Web Services Transit Gateway will create the default transit gateway route
|
|
5220
|
+
* table.</p>
|
|
5200
5221
|
* @public
|
|
5201
5222
|
*/
|
|
5202
5223
|
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
@@ -5206,7 +5227,11 @@ export interface TransitGatewayOptions {
|
|
|
5206
5227
|
*/
|
|
5207
5228
|
AssociationDefaultRouteTableId?: string | undefined;
|
|
5208
5229
|
/**
|
|
5209
|
-
* <p>Indicates whether resource attachments automatically propagate routes to the default
|
|
5230
|
+
* <p>Indicates whether resource attachments automatically propagate routes to the default
|
|
5231
|
+
* propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>
|
|
5232
|
+
* is set to <code>enable</code>,
|
|
5233
|
+
* Amazon Web Services Transit Gateway will create the default transit gateway route
|
|
5234
|
+
* table.</p>
|
|
5210
5235
|
* @public
|
|
5211
5236
|
*/
|
|
5212
5237
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
@@ -8925,16 +8950,9 @@ export interface CloudWatchLogOptionsSpecification {
|
|
|
8925
8950
|
LogOutputFormat?: string | undefined;
|
|
8926
8951
|
}
|
|
8927
8952
|
/**
|
|
8928
|
-
*
|
|
8929
|
-
* @public
|
|
8953
|
+
* @internal
|
|
8930
8954
|
*/
|
|
8931
|
-
export
|
|
8932
|
-
/**
|
|
8933
|
-
* <p>Options for sending VPN tunnel logs to CloudWatch.</p>
|
|
8934
|
-
* @public
|
|
8935
|
-
*/
|
|
8936
|
-
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
8937
|
-
}
|
|
8955
|
+
export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (obj: CreateLaunchTemplateVersionResult) => any;
|
|
8938
8956
|
/**
|
|
8939
8957
|
* @internal
|
|
8940
8958
|
*/
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment } from "./models_0";
|
|
2
|
-
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool,
|
|
3
|
-
import { GroupIdentifier, IKEVersionsRequestListValue, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, TunnelInsideIpVersion, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion
|
|
2
|
+
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, TransportProtocol } from "./models_1";
|
|
3
|
+
import { CloudWatchLogOptionsSpecification, GroupIdentifier, IKEVersionsRequestListValue, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, TunnelInsideIpVersion, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Options for logging VPN tunnel activity.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface VpnTunnelLogOptionsSpecification {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Options for sending VPN tunnel logs to CloudWatch.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
14
|
+
}
|
|
4
15
|
/**
|
|
5
16
|
* <p>Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE
|
|
6
17
|
* negotiations.</p>
|
|
@@ -6294,6 +6305,21 @@ export interface ClientLoginBannerResponseOptions {
|
|
|
6294
6305
|
*/
|
|
6295
6306
|
BannerText?: string | undefined;
|
|
6296
6307
|
}
|
|
6308
|
+
/**
|
|
6309
|
+
* <p>The current status of client route enforcement. The state will either be <code>true</code> (enabled) or <code>false</code> (disabled).</p>
|
|
6310
|
+
* @public
|
|
6311
|
+
*/
|
|
6312
|
+
export interface ClientRouteEnforcementResponseOptions {
|
|
6313
|
+
/**
|
|
6314
|
+
* <p>Status of the client route enforcement feature.</p>
|
|
6315
|
+
* <p>Valid values: <code>true | false</code>
|
|
6316
|
+
* </p>
|
|
6317
|
+
* <p>Default value: <code>false</code>
|
|
6318
|
+
* </p>
|
|
6319
|
+
* @public
|
|
6320
|
+
*/
|
|
6321
|
+
Enforced?: boolean | undefined;
|
|
6322
|
+
}
|
|
6297
6323
|
/**
|
|
6298
6324
|
* <p>Information about the client connection logging options for a Client VPN endpoint.</p>
|
|
6299
6325
|
* @public
|
|
@@ -6455,6 +6481,14 @@ export interface ClientVpnEndpoint {
|
|
|
6455
6481
|
* @public
|
|
6456
6482
|
*/
|
|
6457
6483
|
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
6484
|
+
/**
|
|
6485
|
+
* <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
|
|
6486
|
+
* his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
|
|
6487
|
+
* <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
|
|
6488
|
+
* reverting it back to the expected route configurations.</p>
|
|
6489
|
+
* @public
|
|
6490
|
+
*/
|
|
6491
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementResponseOptions | undefined;
|
|
6458
6492
|
/**
|
|
6459
6493
|
* <p>Indicates whether the client VPN session is disconnected after the maximum <code>sessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>false</code>.</p>
|
|
6460
6494
|
* @public
|
|
@@ -6754,51 +6788,6 @@ export interface DescribeConversionTasksRequest {
|
|
|
6754
6788
|
*/
|
|
6755
6789
|
ConversionTaskIds?: string[] | undefined;
|
|
6756
6790
|
}
|
|
6757
|
-
/**
|
|
6758
|
-
* <p>Describes a disk image.</p>
|
|
6759
|
-
* @public
|
|
6760
|
-
*/
|
|
6761
|
-
export interface DiskImageDescription {
|
|
6762
|
-
/**
|
|
6763
|
-
* <p>The checksum computed for the disk image.</p>
|
|
6764
|
-
* @public
|
|
6765
|
-
*/
|
|
6766
|
-
Checksum?: string | undefined;
|
|
6767
|
-
/**
|
|
6768
|
-
* <p>The disk image format.</p>
|
|
6769
|
-
* @public
|
|
6770
|
-
*/
|
|
6771
|
-
Format?: DiskImageFormat | undefined;
|
|
6772
|
-
/**
|
|
6773
|
-
* <p>A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for
|
|
6774
|
-
* an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in
|
|
6775
|
-
* the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
|
|
6776
|
-
* <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
|
|
6777
|
-
* @public
|
|
6778
|
-
*/
|
|
6779
|
-
ImportManifestUrl?: string | undefined;
|
|
6780
|
-
/**
|
|
6781
|
-
* <p>The size of the disk image, in GiB.</p>
|
|
6782
|
-
* @public
|
|
6783
|
-
*/
|
|
6784
|
-
Size?: number | undefined;
|
|
6785
|
-
}
|
|
6786
|
-
/**
|
|
6787
|
-
* <p>Describes a disk image volume.</p>
|
|
6788
|
-
* @public
|
|
6789
|
-
*/
|
|
6790
|
-
export interface DiskImageVolumeDescription {
|
|
6791
|
-
/**
|
|
6792
|
-
* <p>The volume identifier.</p>
|
|
6793
|
-
* @public
|
|
6794
|
-
*/
|
|
6795
|
-
Id?: string | undefined;
|
|
6796
|
-
/**
|
|
6797
|
-
* <p>The size of the volume, in GiB.</p>
|
|
6798
|
-
* @public
|
|
6799
|
-
*/
|
|
6800
|
-
Size?: number | undefined;
|
|
6801
|
-
}
|
|
6802
6791
|
/**
|
|
6803
6792
|
* @internal
|
|
6804
6793
|
*/
|
|
@@ -6835,7 +6824,3 @@ export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog:
|
|
|
6835
6824
|
* @internal
|
|
6836
6825
|
*/
|
|
6837
6826
|
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
6838
|
-
/**
|
|
6839
|
-
* @internal
|
|
6840
|
-
*/
|
|
6841
|
-
export declare const DiskImageDescriptionFilterSensitiveLog: (obj: DiskImageDescription) => any;
|