@aws-sdk/client-ec2 3.452.0 → 3.453.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/models/models_0.js +1 -0
- package/dist-cjs/models/models_6.js +1 -6
- package/dist-cjs/models/models_7.js +7 -3
- package/dist-cjs/protocols/Aws_ec2.js +20 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +20 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +7 -0
- package/dist-types/models/models_6.d.ts +18 -97
- package/dist-types/models/models_7.d.ts +98 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_6.d.ts +4 -24
- package/dist-types/ts3.4/models/models_7.d.ts +22 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.RequestSpotFleetRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsResultFilterSensitiveLog = exports.ModifyVpnTunnelOptionsRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = exports.ModifyVpnTunnelCertificateResultFilterSensitiveLog = exports.ModifyVpnConnectionOptionsResultFilterSensitiveLog = exports.ModifyVpnConnectionResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = exports.ImportVolumeResultFilterSensitiveLog = exports.ImportVolumeRequestFilterSensitiveLog = exports.ImportSnapshotResultFilterSensitiveLog = exports.ImportSnapshotRequestFilterSensitiveLog = exports.SnapshotDiskContainerFilterSensitiveLog = exports.ImportInstanceResultFilterSensitiveLog = exports.ImportInstanceRequestFilterSensitiveLog = exports.ImportInstanceLaunchSpecificationFilterSensitiveLog = exports.UserDataFilterSensitiveLog = exports.DiskImageFilterSensitiveLog = exports.DiskImageDetailFilterSensitiveLog = exports.ImportImageResultFilterSensitiveLog = exports.ImportImageRequestFilterSensitiveLog = exports.ImageDiskContainerFilterSensitiveLog = exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = exports.ReportStatusType = exports.ReportInstanceReasonCodes = exports.Status = exports.VpcTenancy = exports.TrafficMirrorSessionField = exports.TrafficMirrorFilterRuleField = exports.TargetStorageTier = exports.HostTenancy = exports.UnsuccessfulInstanceCreditSpecificationErrorCode = exports.OperationType = exports.ModifyAvailabilityZoneOptInStatus = exports.LockMode = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_0_1 = require("./models_0");
|
|
6
6
|
const models_2_1 = require("./models_2");
|
|
@@ -202,8 +202,3 @@ const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
|
202
202
|
}),
|
|
203
203
|
});
|
|
204
204
|
exports.RequestSpotFleetRequestFilterSensitiveLog = RequestSpotFleetRequestFilterSensitiveLog;
|
|
205
|
-
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
...(obj.UserData && { UserData: smithy_client_1.SENSITIVE_STRING }),
|
|
208
|
-
});
|
|
209
|
-
exports.RequestSpotLaunchSpecificationFilterSensitiveLog = RequestSpotLaunchSpecificationFilterSensitiveLog;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RunScheduledInstancesRequestFilterSensitiveLog = exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = exports.RunInstancesRequestFilterSensitiveLog = exports.RequestSpotInstancesResultFilterSensitiveLog = exports.RequestSpotInstancesRequestFilterSensitiveLog = exports.MembershipType = exports.ResetImageAttributeName = exports.ResetFpgaImageAttributeName = void 0;
|
|
3
|
+
exports.RunScheduledInstancesRequestFilterSensitiveLog = exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = exports.RunInstancesRequestFilterSensitiveLog = exports.RequestSpotInstancesResultFilterSensitiveLog = exports.RequestSpotInstancesRequestFilterSensitiveLog = exports.RequestSpotLaunchSpecificationFilterSensitiveLog = exports.MembershipType = exports.ResetImageAttributeName = exports.ResetFpgaImageAttributeName = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_4_1 = require("./models_4");
|
|
6
|
-
const models_6_1 = require("./models_6");
|
|
7
6
|
exports.ResetFpgaImageAttributeName = {
|
|
8
7
|
loadPermission: "loadPermission",
|
|
9
8
|
};
|
|
@@ -14,10 +13,15 @@ exports.MembershipType = {
|
|
|
14
13
|
igmp: "igmp",
|
|
15
14
|
static: "static",
|
|
16
15
|
};
|
|
16
|
+
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
17
|
+
...obj,
|
|
18
|
+
...(obj.UserData && { UserData: smithy_client_1.SENSITIVE_STRING }),
|
|
19
|
+
});
|
|
20
|
+
exports.RequestSpotLaunchSpecificationFilterSensitiveLog = RequestSpotLaunchSpecificationFilterSensitiveLog;
|
|
17
21
|
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
18
22
|
...obj,
|
|
19
23
|
...(obj.LaunchSpecification && {
|
|
20
|
-
LaunchSpecification: (0,
|
|
24
|
+
LaunchSpecification: (0, exports.RequestSpotLaunchSpecificationFilterSensitiveLog)(obj.LaunchSpecification),
|
|
21
25
|
}),
|
|
22
26
|
});
|
|
23
27
|
exports.RequestSpotInstancesRequestFilterSensitiveLog = RequestSpotInstancesRequestFilterSensitiveLog;
|
|
@@ -27460,6 +27460,9 @@ const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
|
27460
27460
|
if (input.TenantId != null) {
|
|
27461
27461
|
entries["TenantId"] = input.TenantId;
|
|
27462
27462
|
}
|
|
27463
|
+
if (input.PublicSigningKeyUrl != null) {
|
|
27464
|
+
entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
|
|
27465
|
+
}
|
|
27463
27466
|
return entries;
|
|
27464
27467
|
};
|
|
27465
27468
|
const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
@@ -39995,6 +39998,13 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
|
|
|
39995
39998
|
}
|
|
39996
39999
|
return entries;
|
|
39997
40000
|
};
|
|
40001
|
+
const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
40002
|
+
const entries = {};
|
|
40003
|
+
if (input.PublicSigningKeyUrl != null) {
|
|
40004
|
+
entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
|
|
40005
|
+
}
|
|
40006
|
+
return entries;
|
|
40007
|
+
};
|
|
39998
40008
|
const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
39999
40009
|
const entries = {};
|
|
40000
40010
|
if (input.Issuer != null) {
|
|
@@ -40032,6 +40042,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
|
|
|
40032
40042
|
entries[loc] = value;
|
|
40033
40043
|
});
|
|
40034
40044
|
}
|
|
40045
|
+
if (input.DeviceOptions != null) {
|
|
40046
|
+
const memberEntries = se_ModifyVerifiedAccessTrustProviderDeviceOptions(input.DeviceOptions, context);
|
|
40047
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
40048
|
+
const loc = `DeviceOptions.${key}`;
|
|
40049
|
+
entries[loc] = value;
|
|
40050
|
+
});
|
|
40051
|
+
}
|
|
40035
40052
|
if (input.Description != null) {
|
|
40036
40053
|
entries["Description"] = input.Description;
|
|
40037
40054
|
}
|
|
@@ -51680,6 +51697,9 @@ const de_DeviceOptions = (output, context) => {
|
|
|
51680
51697
|
if (output["tenantId"] !== undefined) {
|
|
51681
51698
|
contents.TenantId = (0, smithy_client_1.expectString)(output["tenantId"]);
|
|
51682
51699
|
}
|
|
51700
|
+
if (output["publicSigningKeyUrl"] !== undefined) {
|
|
51701
|
+
contents.PublicSigningKeyUrl = (0, smithy_client_1.expectString)(output["publicSigningKeyUrl"]);
|
|
51702
|
+
}
|
|
51683
51703
|
return contents;
|
|
51684
51704
|
};
|
|
51685
51705
|
const de_DhcpConfiguration = (output, context) => {
|
|
@@ -174,7 +174,3 @@ export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
|
174
174
|
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
175
175
|
}),
|
|
176
176
|
});
|
|
177
|
-
export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
180
|
-
});
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { SpotInstanceRequestFilterSensitiveLog, } from "./models_4";
|
|
3
|
-
import { RequestSpotLaunchSpecificationFilterSensitiveLog, } from "./models_6";
|
|
4
3
|
export const ResetFpgaImageAttributeName = {
|
|
5
4
|
loadPermission: "loadPermission",
|
|
6
5
|
};
|
|
@@ -11,6 +10,10 @@ export const MembershipType = {
|
|
|
11
10
|
igmp: "igmp",
|
|
12
11
|
static: "static",
|
|
13
12
|
};
|
|
13
|
+
export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
16
|
+
});
|
|
14
17
|
export const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
15
18
|
...obj,
|
|
16
19
|
...(obj.LaunchSpecification && {
|
|
@@ -26215,6 +26215,9 @@ const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
|
26215
26215
|
if (input.TenantId != null) {
|
|
26216
26216
|
entries["TenantId"] = input.TenantId;
|
|
26217
26217
|
}
|
|
26218
|
+
if (input.PublicSigningKeyUrl != null) {
|
|
26219
|
+
entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
|
|
26220
|
+
}
|
|
26218
26221
|
return entries;
|
|
26219
26222
|
};
|
|
26220
26223
|
const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
@@ -38750,6 +38753,13 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
|
|
|
38750
38753
|
}
|
|
38751
38754
|
return entries;
|
|
38752
38755
|
};
|
|
38756
|
+
const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
38757
|
+
const entries = {};
|
|
38758
|
+
if (input.PublicSigningKeyUrl != null) {
|
|
38759
|
+
entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
|
|
38760
|
+
}
|
|
38761
|
+
return entries;
|
|
38762
|
+
};
|
|
38753
38763
|
const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
38754
38764
|
const entries = {};
|
|
38755
38765
|
if (input.Issuer != null) {
|
|
@@ -38787,6 +38797,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
|
|
|
38787
38797
|
entries[loc] = value;
|
|
38788
38798
|
});
|
|
38789
38799
|
}
|
|
38800
|
+
if (input.DeviceOptions != null) {
|
|
38801
|
+
const memberEntries = se_ModifyVerifiedAccessTrustProviderDeviceOptions(input.DeviceOptions, context);
|
|
38802
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38803
|
+
const loc = `DeviceOptions.${key}`;
|
|
38804
|
+
entries[loc] = value;
|
|
38805
|
+
});
|
|
38806
|
+
}
|
|
38790
38807
|
if (input.Description != null) {
|
|
38791
38808
|
entries["Description"] = input.Description;
|
|
38792
38809
|
}
|
|
@@ -50435,6 +50452,9 @@ const de_DeviceOptions = (output, context) => {
|
|
|
50435
50452
|
if (output["tenantId"] !== undefined) {
|
|
50436
50453
|
contents.TenantId = __expectString(output["tenantId"]);
|
|
50437
50454
|
}
|
|
50455
|
+
if (output["publicSigningKeyUrl"] !== undefined) {
|
|
50456
|
+
contents.PublicSigningKeyUrl = __expectString(output["publicSigningKeyUrl"]);
|
|
50457
|
+
}
|
|
50438
50458
|
return contents;
|
|
50439
50459
|
};
|
|
50440
50460
|
const de_DhcpConfiguration = (output, context) => {
|
|
@@ -44,7 +44,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
|
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
45
|
* // TrustProviderType: "user" || "device",
|
|
46
46
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
47
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
47
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
48
48
|
* // OidcOptions: { // OidcOptions
|
|
49
49
|
* // Issuer: "STRING_VALUE",
|
|
50
50
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -56,6 +56,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
|
|
|
56
56
|
* // },
|
|
57
57
|
* // DeviceOptions: { // DeviceOptions
|
|
58
58
|
* // TenantId: "STRING_VALUE",
|
|
59
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
59
60
|
* // },
|
|
60
61
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
61
62
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -80,7 +81,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
|
|
|
80
81
|
* // Description: "STRING_VALUE",
|
|
81
82
|
* // TrustProviderType: "user" || "device",
|
|
82
83
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
83
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
84
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
84
85
|
* // },
|
|
85
86
|
* // ],
|
|
86
87
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -60,7 +60,7 @@ export interface CreateVerifiedAccessInstanceCommandOutput extends CreateVerifie
|
|
|
60
60
|
* // Description: "STRING_VALUE",
|
|
61
61
|
* // TrustProviderType: "user" || "device",
|
|
62
62
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
63
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
63
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
64
64
|
* // },
|
|
65
65
|
* // ],
|
|
66
66
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -36,7 +36,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
|
|
|
36
36
|
* const input = { // CreateVerifiedAccessTrustProviderRequest
|
|
37
37
|
* TrustProviderType: "user" || "device", // required
|
|
38
38
|
* UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
39
|
-
* DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
39
|
+
* DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
40
40
|
* OidcOptions: { // CreateVerifiedAccessTrustProviderOidcOptions
|
|
41
41
|
* Issuer: "STRING_VALUE",
|
|
42
42
|
* AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -48,6 +48,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
|
|
|
48
48
|
* },
|
|
49
49
|
* DeviceOptions: { // CreateVerifiedAccessTrustProviderDeviceOptions
|
|
50
50
|
* TenantId: "STRING_VALUE",
|
|
51
|
+
* PublicSigningKeyUrl: "STRING_VALUE",
|
|
51
52
|
* },
|
|
52
53
|
* PolicyReferenceName: "STRING_VALUE", // required
|
|
53
54
|
* Description: "STRING_VALUE",
|
|
@@ -77,7 +78,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
|
|
|
77
78
|
* // Description: "STRING_VALUE",
|
|
78
79
|
* // TrustProviderType: "user" || "device",
|
|
79
80
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
80
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
81
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
81
82
|
* // OidcOptions: { // OidcOptions
|
|
82
83
|
* // Issuer: "STRING_VALUE",
|
|
83
84
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -89,6 +90,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
|
|
|
89
90
|
* // },
|
|
90
91
|
* // DeviceOptions: { // DeviceOptions
|
|
91
92
|
* // TenantId: "STRING_VALUE",
|
|
93
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
92
94
|
* // },
|
|
93
95
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
94
96
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ export interface DeleteVerifiedAccessInstanceCommandOutput extends DeleteVerifie
|
|
|
47
47
|
* // Description: "STRING_VALUE",
|
|
48
48
|
* // TrustProviderType: "user" || "device",
|
|
49
49
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
50
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
50
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
53
53
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ export interface DeleteVerifiedAccessTrustProviderCommandOutput extends DeleteVe
|
|
|
43
43
|
* // Description: "STRING_VALUE",
|
|
44
44
|
* // TrustProviderType: "user" || "device",
|
|
45
45
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
46
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
46
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
47
47
|
* // OidcOptions: { // OidcOptions
|
|
48
48
|
* // Issuer: "STRING_VALUE",
|
|
49
49
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -55,6 +55,7 @@ export interface DeleteVerifiedAccessTrustProviderCommandOutput extends DeleteVe
|
|
|
55
55
|
* // },
|
|
56
56
|
* // DeviceOptions: { // DeviceOptions
|
|
57
57
|
* // TenantId: "STRING_VALUE",
|
|
58
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
58
59
|
* // },
|
|
59
60
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
60
61
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -59,7 +59,7 @@ export interface DescribeVerifiedAccessInstancesCommandOutput extends DescribeVe
|
|
|
59
59
|
* // Description: "STRING_VALUE",
|
|
60
60
|
* // TrustProviderType: "user" || "device",
|
|
61
61
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
62
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
62
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
65
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ export interface DescribeVerifiedAccessTrustProvidersCommandOutput extends Descr
|
|
|
55
55
|
* // Description: "STRING_VALUE",
|
|
56
56
|
* // TrustProviderType: "user" || "device",
|
|
57
57
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
58
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
58
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
59
59
|
* // OidcOptions: { // OidcOptions
|
|
60
60
|
* // Issuer: "STRING_VALUE",
|
|
61
61
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -67,6 +67,7 @@ export interface DescribeVerifiedAccessTrustProvidersCommandOutput extends Descr
|
|
|
67
67
|
* // },
|
|
68
68
|
* // DeviceOptions: { // DeviceOptions
|
|
69
69
|
* // TenantId: "STRING_VALUE",
|
|
70
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
70
71
|
* // },
|
|
71
72
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
72
73
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ export interface DetachVerifiedAccessTrustProviderCommandOutput extends DetachVe
|
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
45
|
* // TrustProviderType: "user" || "device",
|
|
46
46
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
47
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
47
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
48
48
|
* // OidcOptions: { // OidcOptions
|
|
49
49
|
* // Issuer: "STRING_VALUE",
|
|
50
50
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -56,6 +56,7 @@ export interface DetachVerifiedAccessTrustProviderCommandOutput extends DetachVe
|
|
|
56
56
|
* // },
|
|
57
57
|
* // DeviceOptions: { // DeviceOptions
|
|
58
58
|
* // TenantId: "STRING_VALUE",
|
|
59
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
59
60
|
* // },
|
|
60
61
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
61
62
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -80,7 +81,7 @@ export interface DetachVerifiedAccessTrustProviderCommandOutput extends DetachVe
|
|
|
80
81
|
* // Description: "STRING_VALUE",
|
|
81
82
|
* // TrustProviderType: "user" || "device",
|
|
82
83
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
83
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
84
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
84
85
|
* // },
|
|
85
86
|
* // ],
|
|
86
87
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ export interface ModifyVerifiedAccessInstanceCommandOutput extends ModifyVerifie
|
|
|
48
48
|
* // Description: "STRING_VALUE",
|
|
49
49
|
* // TrustProviderType: "user" || "device",
|
|
50
50
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
51
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
51
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
52
52
|
* // },
|
|
53
53
|
* // ],
|
|
54
54
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -41,6 +41,9 @@ export interface ModifyVerifiedAccessTrustProviderCommandOutput extends ModifyVe
|
|
|
41
41
|
* ClientSecret: "STRING_VALUE",
|
|
42
42
|
* Scope: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
+
* DeviceOptions: { // ModifyVerifiedAccessTrustProviderDeviceOptions
|
|
45
|
+
* PublicSigningKeyUrl: "STRING_VALUE",
|
|
46
|
+
* },
|
|
44
47
|
* Description: "STRING_VALUE",
|
|
45
48
|
* DryRun: true || false,
|
|
46
49
|
* ClientToken: "STRING_VALUE",
|
|
@@ -57,7 +60,7 @@ export interface ModifyVerifiedAccessTrustProviderCommandOutput extends ModifyVe
|
|
|
57
60
|
* // Description: "STRING_VALUE",
|
|
58
61
|
* // TrustProviderType: "user" || "device",
|
|
59
62
|
* // UserTrustProviderType: "iam-identity-center" || "oidc",
|
|
60
|
-
* // DeviceTrustProviderType: "jamf" || "crowdstrike",
|
|
63
|
+
* // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
|
|
61
64
|
* // OidcOptions: { // OidcOptions
|
|
62
65
|
* // Issuer: "STRING_VALUE",
|
|
63
66
|
* // AuthorizationEndpoint: "STRING_VALUE",
|
|
@@ -69,6 +72,7 @@ export interface ModifyVerifiedAccessTrustProviderCommandOutput extends ModifyVe
|
|
|
69
72
|
* // },
|
|
70
73
|
* // DeviceOptions: { // DeviceOptions
|
|
71
74
|
* // TenantId: "STRING_VALUE",
|
|
75
|
+
* // PublicSigningKeyUrl: "STRING_VALUE",
|
|
72
76
|
* // },
|
|
73
77
|
* // PolicyReferenceName: "STRING_VALUE",
|
|
74
78
|
* // CreationTime: "STRING_VALUE",
|
|
@@ -4890,6 +4890,7 @@ export interface AttachVerifiedAccessTrustProviderRequest {
|
|
|
4890
4890
|
export declare const DeviceTrustProviderType: {
|
|
4891
4891
|
readonly crowdstrike: "crowdstrike";
|
|
4892
4892
|
readonly jamf: "jamf";
|
|
4893
|
+
readonly jumpcloud: "jumpcloud";
|
|
4893
4894
|
};
|
|
4894
4895
|
/**
|
|
4895
4896
|
* @public
|
|
@@ -5001,6 +5002,13 @@ export interface DeviceOptions {
|
|
|
5001
5002
|
* <p>The ID of the tenant application with the device-identity provider.</p>
|
|
5002
5003
|
*/
|
|
5003
5004
|
TenantId?: string;
|
|
5005
|
+
/**
|
|
5006
|
+
* @public
|
|
5007
|
+
* <p>
|
|
5008
|
+
* The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
|
5009
|
+
* </p>
|
|
5010
|
+
*/
|
|
5011
|
+
PublicSigningKeyUrl?: string;
|
|
5004
5012
|
}
|
|
5005
5013
|
/**
|
|
5006
5014
|
* @public
|
|
@@ -4101,6 +4101,13 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
|
4101
4101
|
* <p>The ID of the tenant application with the device-identity provider.</p>
|
|
4102
4102
|
*/
|
|
4103
4103
|
TenantId?: string;
|
|
4104
|
+
/**
|
|
4105
|
+
* @public
|
|
4106
|
+
* <p>
|
|
4107
|
+
* The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
|
4108
|
+
* </p>
|
|
4109
|
+
*/
|
|
4110
|
+
PublicSigningKeyUrl?: string;
|
|
4104
4111
|
}
|
|
4105
4112
|
/**
|
|
4106
4113
|
* @public
|
|
@@ -2,7 +2,7 @@ import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEnt
|
|
|
2
2
|
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, Placement, PlatformValues, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_3";
|
|
5
|
-
import { ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState,
|
|
5
|
+
import { ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData } from "./models_4";
|
|
6
6
|
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
7
|
/**
|
|
8
8
|
* @public
|
|
@@ -5489,6 +5489,17 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
|
5489
5489
|
*/
|
|
5490
5490
|
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
|
|
5491
5491
|
}
|
|
5492
|
+
/**
|
|
5493
|
+
* @public
|
|
5494
|
+
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
5495
|
+
*/
|
|
5496
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
5497
|
+
/**
|
|
5498
|
+
* @public
|
|
5499
|
+
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
|
|
5500
|
+
*/
|
|
5501
|
+
PublicSigningKeyUrl?: string;
|
|
5502
|
+
}
|
|
5492
5503
|
/**
|
|
5493
5504
|
* @public
|
|
5494
5505
|
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
@@ -5544,6 +5555,12 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
|
5544
5555
|
* <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
5545
5556
|
*/
|
|
5546
5557
|
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
5558
|
+
/**
|
|
5559
|
+
* @public
|
|
5560
|
+
* <p>The options for a device-based trust provider. This parameter is required when the
|
|
5561
|
+
* provider type is <code>device</code>.</p>
|
|
5562
|
+
*/
|
|
5563
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
|
5547
5564
|
/**
|
|
5548
5565
|
* @public
|
|
5549
5566
|
* <p>A description for the Verified Access trust provider.</p>
|
|
@@ -8105,98 +8122,6 @@ export interface RequestSpotFleetResponse {
|
|
|
8105
8122
|
*/
|
|
8106
8123
|
SpotFleetRequestId?: string;
|
|
8107
8124
|
}
|
|
8108
|
-
/**
|
|
8109
|
-
* @public
|
|
8110
|
-
* <p>Describes the launch specification for an instance.</p>
|
|
8111
|
-
*/
|
|
8112
|
-
export interface RequestSpotLaunchSpecification {
|
|
8113
|
-
/**
|
|
8114
|
-
* @public
|
|
8115
|
-
* <p>The IDs of the security groups.</p>
|
|
8116
|
-
*/
|
|
8117
|
-
SecurityGroupIds?: string[];
|
|
8118
|
-
/**
|
|
8119
|
-
* @public
|
|
8120
|
-
* <p>Not supported.</p>
|
|
8121
|
-
*/
|
|
8122
|
-
SecurityGroups?: string[];
|
|
8123
|
-
/**
|
|
8124
|
-
* @public
|
|
8125
|
-
* <p>Deprecated.</p>
|
|
8126
|
-
*/
|
|
8127
|
-
AddressingType?: string;
|
|
8128
|
-
/**
|
|
8129
|
-
* @public
|
|
8130
|
-
* <p>The block device mapping entries. You can't specify both a snapshot ID and an encryption value.
|
|
8131
|
-
* This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume,
|
|
8132
|
-
* it is not blank and its encryption status is used for the volume encryption status.</p>
|
|
8133
|
-
*/
|
|
8134
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
8135
|
-
/**
|
|
8136
|
-
* @public
|
|
8137
|
-
* <p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
8138
|
-
* <p>Default: <code>false</code>
|
|
8139
|
-
* </p>
|
|
8140
|
-
*/
|
|
8141
|
-
EbsOptimized?: boolean;
|
|
8142
|
-
/**
|
|
8143
|
-
* @public
|
|
8144
|
-
* <p>The IAM instance profile.</p>
|
|
8145
|
-
*/
|
|
8146
|
-
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
8147
|
-
/**
|
|
8148
|
-
* @public
|
|
8149
|
-
* <p>The ID of the AMI.</p>
|
|
8150
|
-
*/
|
|
8151
|
-
ImageId?: string;
|
|
8152
|
-
/**
|
|
8153
|
-
* @public
|
|
8154
|
-
* <p>The instance type. Only one instance type can be specified.</p>
|
|
8155
|
-
*/
|
|
8156
|
-
InstanceType?: _InstanceType;
|
|
8157
|
-
/**
|
|
8158
|
-
* @public
|
|
8159
|
-
* <p>The ID of the kernel.</p>
|
|
8160
|
-
*/
|
|
8161
|
-
KernelId?: string;
|
|
8162
|
-
/**
|
|
8163
|
-
* @public
|
|
8164
|
-
* <p>The name of the key pair.</p>
|
|
8165
|
-
*/
|
|
8166
|
-
KeyName?: string;
|
|
8167
|
-
/**
|
|
8168
|
-
* @public
|
|
8169
|
-
* <p>Indicates whether basic or detailed monitoring is enabled for the instance.</p>
|
|
8170
|
-
* <p>Default: Disabled</p>
|
|
8171
|
-
*/
|
|
8172
|
-
Monitoring?: RunInstancesMonitoringEnabled;
|
|
8173
|
-
/**
|
|
8174
|
-
* @public
|
|
8175
|
-
* <p>The network interfaces. If you specify a network interface, you must specify
|
|
8176
|
-
* subnet IDs and security group IDs using the network interface.</p>
|
|
8177
|
-
*/
|
|
8178
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
8179
|
-
/**
|
|
8180
|
-
* @public
|
|
8181
|
-
* <p>The placement information for the instance.</p>
|
|
8182
|
-
*/
|
|
8183
|
-
Placement?: SpotPlacement;
|
|
8184
|
-
/**
|
|
8185
|
-
* @public
|
|
8186
|
-
* <p>The ID of the RAM disk.</p>
|
|
8187
|
-
*/
|
|
8188
|
-
RamdiskId?: string;
|
|
8189
|
-
/**
|
|
8190
|
-
* @public
|
|
8191
|
-
* <p>The ID of the subnet in which to launch the instance.</p>
|
|
8192
|
-
*/
|
|
8193
|
-
SubnetId?: string;
|
|
8194
|
-
/**
|
|
8195
|
-
* @public
|
|
8196
|
-
* <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
|
|
8197
|
-
*/
|
|
8198
|
-
UserData?: string;
|
|
8199
|
-
}
|
|
8200
8125
|
/**
|
|
8201
8126
|
* @internal
|
|
8202
8127
|
*/
|
|
@@ -8297,7 +8222,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: Modif
|
|
|
8297
8222
|
* @internal
|
|
8298
8223
|
*/
|
|
8299
8224
|
export declare const RequestSpotFleetRequestFilterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
|
|
8300
|
-
/**
|
|
8301
|
-
* @internal
|
|
8302
|
-
*/
|
|
8303
|
-
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
@@ -2,8 +2,100 @@ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, Clien
|
|
|
2
2
|
import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
4
4
|
import { ClientVpnConnectionStatus, Filter, InstanceAttributeName } from "./models_3";
|
|
5
|
-
import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification, InstanceMonitoring,
|
|
5
|
+
import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>Describes the launch specification for an instance.</p>
|
|
10
|
+
*/
|
|
11
|
+
export interface RequestSpotLaunchSpecification {
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* <p>The IDs of the security groups.</p>
|
|
15
|
+
*/
|
|
16
|
+
SecurityGroupIds?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* <p>Not supported.</p>
|
|
20
|
+
*/
|
|
21
|
+
SecurityGroups?: string[];
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* <p>Deprecated.</p>
|
|
25
|
+
*/
|
|
26
|
+
AddressingType?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>The block device mapping entries. You can't specify both a snapshot ID and an encryption value.
|
|
30
|
+
* This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume,
|
|
31
|
+
* it is not blank and its encryption status is used for the volume encryption status.</p>
|
|
32
|
+
*/
|
|
33
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* <p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
37
|
+
* <p>Default: <code>false</code>
|
|
38
|
+
* </p>
|
|
39
|
+
*/
|
|
40
|
+
EbsOptimized?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* <p>The IAM instance profile.</p>
|
|
44
|
+
*/
|
|
45
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* <p>The ID of the AMI.</p>
|
|
49
|
+
*/
|
|
50
|
+
ImageId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* <p>The instance type. Only one instance type can be specified.</p>
|
|
54
|
+
*/
|
|
55
|
+
InstanceType?: _InstanceType;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* <p>The ID of the kernel.</p>
|
|
59
|
+
*/
|
|
60
|
+
KernelId?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* <p>The name of the key pair.</p>
|
|
64
|
+
*/
|
|
65
|
+
KeyName?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* <p>Indicates whether basic or detailed monitoring is enabled for the instance.</p>
|
|
69
|
+
* <p>Default: Disabled</p>
|
|
70
|
+
*/
|
|
71
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* <p>The network interfaces. If you specify a network interface, you must specify
|
|
75
|
+
* subnet IDs and security group IDs using the network interface.</p>
|
|
76
|
+
*/
|
|
77
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* <p>The placement information for the instance.</p>
|
|
81
|
+
*/
|
|
82
|
+
Placement?: SpotPlacement;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* <p>The ID of the RAM disk.</p>
|
|
86
|
+
*/
|
|
87
|
+
RamdiskId?: string;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
* <p>The ID of the subnet in which to launch the instance.</p>
|
|
91
|
+
*/
|
|
92
|
+
SubnetId?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
|
|
96
|
+
*/
|
|
97
|
+
UserData?: string;
|
|
98
|
+
}
|
|
7
99
|
/**
|
|
8
100
|
* @public
|
|
9
101
|
* <p>Contains the parameters for RequestSpotInstances.</p>
|
|
@@ -2770,6 +2862,10 @@ export interface WithdrawByoipCidrResult {
|
|
|
2770
2862
|
*/
|
|
2771
2863
|
ByoipCidr?: ByoipCidr;
|
|
2772
2864
|
}
|
|
2865
|
+
/**
|
|
2866
|
+
* @internal
|
|
2867
|
+
*/
|
|
2868
|
+
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
2773
2869
|
/**
|
|
2774
2870
|
* @internal
|
|
2775
2871
|
*/
|
|
@@ -1337,6 +1337,7 @@ export interface AttachVerifiedAccessTrustProviderRequest {
|
|
|
1337
1337
|
export declare const DeviceTrustProviderType: {
|
|
1338
1338
|
readonly crowdstrike: "crowdstrike";
|
|
1339
1339
|
readonly jamf: "jamf";
|
|
1340
|
+
readonly jumpcloud: "jumpcloud";
|
|
1340
1341
|
};
|
|
1341
1342
|
export type DeviceTrustProviderType =
|
|
1342
1343
|
(typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
|
|
@@ -1370,6 +1371,7 @@ export interface VerifiedAccessInstance {
|
|
|
1370
1371
|
}
|
|
1371
1372
|
export interface DeviceOptions {
|
|
1372
1373
|
TenantId?: string;
|
|
1374
|
+
PublicSigningKeyUrl?: string;
|
|
1373
1375
|
}
|
|
1374
1376
|
export interface OidcOptions {
|
|
1375
1377
|
Issuer?: string;
|
|
@@ -1069,6 +1069,7 @@ export interface CreateVerifiedAccessInstanceResult {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
1071
1071
|
TenantId?: string;
|
|
1072
|
+
PublicSigningKeyUrl?: string;
|
|
1072
1073
|
}
|
|
1073
1074
|
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
1074
1075
|
Issuer?: string;
|
|
@@ -132,18 +132,15 @@ import {
|
|
|
132
132
|
InstanceMetadataOptionsResponse,
|
|
133
133
|
InstanceMetadataProtocolState,
|
|
134
134
|
InstanceMetadataTagsState,
|
|
135
|
-
InstanceNetworkInterfaceSpecification,
|
|
136
135
|
InstanceStatusEvent,
|
|
137
136
|
LaunchTemplateConfig,
|
|
138
137
|
LockState,
|
|
139
138
|
Monitoring,
|
|
140
139
|
PublicIpv4PoolRange,
|
|
141
140
|
ReservedInstancesConfiguration,
|
|
142
|
-
RunInstancesMonitoringEnabled,
|
|
143
141
|
ScheduledInstance,
|
|
144
142
|
SnapshotAttributeName,
|
|
145
143
|
SpotFleetRequestConfigData,
|
|
146
|
-
SpotPlacement,
|
|
147
144
|
} from "./models_4";
|
|
148
145
|
import {
|
|
149
146
|
InstanceFamilyCreditSpecification,
|
|
@@ -1275,6 +1272,9 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
|
1275
1272
|
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
1276
1273
|
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
|
|
1277
1274
|
}
|
|
1275
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
1276
|
+
PublicSigningKeyUrl?: string;
|
|
1277
|
+
}
|
|
1278
1278
|
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
1279
1279
|
Issuer?: string;
|
|
1280
1280
|
AuthorizationEndpoint?: string;
|
|
@@ -1287,6 +1287,7 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
|
1287
1287
|
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
1288
1288
|
VerifiedAccessTrustProviderId: string | undefined;
|
|
1289
1289
|
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
1290
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
|
1290
1291
|
Description?: string;
|
|
1291
1292
|
DryRun?: boolean;
|
|
1292
1293
|
ClientToken?: string;
|
|
@@ -1832,24 +1833,6 @@ export interface RequestSpotFleetRequest {
|
|
|
1832
1833
|
export interface RequestSpotFleetResponse {
|
|
1833
1834
|
SpotFleetRequestId?: string;
|
|
1834
1835
|
}
|
|
1835
|
-
export interface RequestSpotLaunchSpecification {
|
|
1836
|
-
SecurityGroupIds?: string[];
|
|
1837
|
-
SecurityGroups?: string[];
|
|
1838
|
-
AddressingType?: string;
|
|
1839
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1840
|
-
EbsOptimized?: boolean;
|
|
1841
|
-
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
1842
|
-
ImageId?: string;
|
|
1843
|
-
InstanceType?: _InstanceType;
|
|
1844
|
-
KernelId?: string;
|
|
1845
|
-
KeyName?: string;
|
|
1846
|
-
Monitoring?: RunInstancesMonitoringEnabled;
|
|
1847
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
1848
|
-
Placement?: SpotPlacement;
|
|
1849
|
-
RamdiskId?: string;
|
|
1850
|
-
SubnetId?: string;
|
|
1851
|
-
UserData?: string;
|
|
1852
|
-
}
|
|
1853
1836
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1854
1837
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1855
1838
|
) => any;
|
|
@@ -1921,6 +1904,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
|
1921
1904
|
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
1922
1905
|
obj: RequestSpotFleetRequest
|
|
1923
1906
|
) => any;
|
|
1924
|
-
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
|
|
1925
|
-
obj: RequestSpotLaunchSpecification
|
|
1926
|
-
) => any;
|
|
@@ -44,13 +44,31 @@ import {
|
|
|
44
44
|
RunInstancesMonitoringEnabled,
|
|
45
45
|
SnapshotAttributeName,
|
|
46
46
|
SpotInstanceRequest,
|
|
47
|
+
SpotPlacement,
|
|
47
48
|
} from "./models_4";
|
|
48
49
|
import {
|
|
49
50
|
CapacityReservationSpecification,
|
|
50
51
|
InstanceMonitoring,
|
|
51
|
-
RequestSpotLaunchSpecification,
|
|
52
52
|
Status,
|
|
53
53
|
} from "./models_6";
|
|
54
|
+
export interface RequestSpotLaunchSpecification {
|
|
55
|
+
SecurityGroupIds?: string[];
|
|
56
|
+
SecurityGroups?: string[];
|
|
57
|
+
AddressingType?: string;
|
|
58
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
59
|
+
EbsOptimized?: boolean;
|
|
60
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
61
|
+
ImageId?: string;
|
|
62
|
+
InstanceType?: _InstanceType;
|
|
63
|
+
KernelId?: string;
|
|
64
|
+
KeyName?: string;
|
|
65
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
66
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
67
|
+
Placement?: SpotPlacement;
|
|
68
|
+
RamdiskId?: string;
|
|
69
|
+
SubnetId?: string;
|
|
70
|
+
UserData?: string;
|
|
71
|
+
}
|
|
54
72
|
export interface RequestSpotInstancesRequest {
|
|
55
73
|
AvailabilityZoneGroup?: string;
|
|
56
74
|
BlockDurationMinutes?: number;
|
|
@@ -578,6 +596,9 @@ export interface WithdrawByoipCidrRequest {
|
|
|
578
596
|
export interface WithdrawByoipCidrResult {
|
|
579
597
|
ByoipCidr?: ByoipCidr;
|
|
580
598
|
}
|
|
599
|
+
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
|
|
600
|
+
obj: RequestSpotLaunchSpecification
|
|
601
|
+
) => any;
|
|
581
602
|
export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
|
|
582
603
|
obj: RequestSpotInstancesRequest
|
|
583
604
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.453.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|