File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
services/ec2/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 15309
15309
"TenantId":{
15310
15310
"shape":"String",
15311
15311
"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>"
15312
15316
}
15313
15317
},
15314
15318
"documentation":"<p>Describes the options when creating an Amazon Web Services Verified Access trust provider using the <code>device</code> type.</p>"
25154
25158
"shape":"String",
25155
25159
"documentation":"<p>The ID of the tenant application with the device-identity provider.</p>",
25156
25160
"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"
25157
25166
}
25158
25167
},
25159
25168
"documentation":"<p>Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.</p>"
25162
25171
"type":"string",
25163
25172
"enum":[
25164
25173
"jamf",
25165
- "crowdstrike"
25174
+ "crowdstrike",
25175
+ "jumpcloud"
25166
25176
]
25167
25177
},
25168
25178
"DeviceType":{
42709
42719
}
42710
42720
}
42711
42721
},
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
+ },
42712
42732
"ModifyVerifiedAccessTrustProviderOidcOptions":{
42713
42733
"type":"structure",
42714
42734
"members":{
42755
42775
"shape":"ModifyVerifiedAccessTrustProviderOidcOptions",
42756
42776
"documentation":"<p>The options for an OpenID Connect-compatible user-identity trust provider.</p>"
42757
42777
},
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
+ },
42758
42782
"Description":{
42759
42783
"shape":"String",
42760
42784
"documentation":"<p>A description for the Verified Access trust provider.</p>"
You can’t perform that action at this time.
0 commit comments