Skip to content

Commit d41d1a3

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
1 parent 8af753d commit d41d1a3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15309,6 +15309,10 @@
1530915309
"TenantId":{
1531015310
"shape":"String",
1531115311
"documentation":"<p>The ID of the tenant application with the device-identity provider.</p>"
15312+
},
15313+
"PublicSigningKeyUrl":{
15314+
"shape":"String",
15315+
"documentation":"<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>"
1531215316
}
1531315317
},
1531415318
"documentation":"<p>Describes the options when creating an Amazon Web Services Verified Access trust provider using the <code>device</code> type.</p>"
@@ -25154,6 +25158,11 @@
2515425158
"shape":"String",
2515525159
"documentation":"<p>The ID of the tenant application with the device-identity provider.</p>",
2515625160
"locationName":"tenantId"
25161+
},
25162+
"PublicSigningKeyUrl":{
25163+
"shape":"String",
25164+
"documentation":"<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>",
25165+
"locationName":"publicSigningKeyUrl"
2515725166
}
2515825167
},
2515925168
"documentation":"<p>Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.</p>"
@@ -25162,7 +25171,8 @@
2516225171
"type":"string",
2516325172
"enum":[
2516425173
"jamf",
25165-
"crowdstrike"
25174+
"crowdstrike",
25175+
"jumpcloud"
2516625176
]
2516725177
},
2516825178
"DeviceType":{
@@ -42709,6 +42719,16 @@
4270942719
}
4271042720
}
4271142721
},
42722+
"ModifyVerifiedAccessTrustProviderDeviceOptions":{
42723+
"type":"structure",
42724+
"members":{
42725+
"PublicSigningKeyUrl":{
42726+
"shape":"String",
42727+
"documentation":"<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>"
42728+
}
42729+
},
42730+
"documentation":"<p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>"
42731+
},
4271242732
"ModifyVerifiedAccessTrustProviderOidcOptions":{
4271342733
"type":"structure",
4271442734
"members":{
@@ -42755,6 +42775,10 @@
4275542775
"shape":"ModifyVerifiedAccessTrustProviderOidcOptions",
4275642776
"documentation":"<p>The options for an OpenID Connect-compatible user-identity trust provider.</p>"
4275742777
},
42778+
"DeviceOptions":{
42779+
"shape":"ModifyVerifiedAccessTrustProviderDeviceOptions",
42780+
"documentation":"<p>The options for a device-based trust provider. This parameter is required when the provider type is <code>device</code>.</p>"
42781+
},
4275842782
"Description":{
4275942783
"shape":"String",
4276042784
"documentation":"<p>A description for the Verified Access trust provider.</p>"

0 commit comments

Comments
 (0)