|
19964 | 19964 | "traits": {
|
19965 | 19965 | "smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>"
|
19966 | 19966 | }
|
| 19967 | + }, |
| 19968 | + "PublicSigningKeyUrl": { |
| 19969 | + "target": "com.amazonaws.ec2#String", |
| 19970 | + "traits": { |
| 19971 | + "smithy.api#documentation": "<p>\n The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n </p>" |
| 19972 | + } |
19967 | 19973 | }
|
19968 | 19974 | },
|
19969 | 19975 | "traits": {
|
|
41273 | 41279 | "smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>",
|
41274 | 41280 | "smithy.api#xmlName": "tenantId"
|
41275 | 41281 | }
|
| 41282 | + }, |
| 41283 | + "PublicSigningKeyUrl": { |
| 41284 | + "target": "com.amazonaws.ec2#String", |
| 41285 | + "traits": { |
| 41286 | + "aws.protocols#ec2QueryName": "PublicSigningKeyUrl", |
| 41287 | + "smithy.api#documentation": "<p>\n The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n </p>", |
| 41288 | + "smithy.api#xmlName": "publicSigningKeyUrl" |
| 41289 | + } |
41276 | 41290 | }
|
41277 | 41291 | },
|
41278 | 41292 | "traits": {
|
|
41293 | 41307 | "traits": {
|
41294 | 41308 | "smithy.api#enumValue": "crowdstrike"
|
41295 | 41309 | }
|
| 41310 | + }, |
| 41311 | + "jumpcloud": { |
| 41312 | + "target": "smithy.api#Unit", |
| 41313 | + "traits": { |
| 41314 | + "smithy.api#enumValue": "jumpcloud" |
| 41315 | + } |
41296 | 41316 | }
|
41297 | 41317 | }
|
41298 | 41318 | },
|
|
75291 | 75311 | "smithy.api#documentation": "<p>Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.</p>"
|
75292 | 75312 | }
|
75293 | 75313 | },
|
| 75314 | + "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions": { |
| 75315 | + "type": "structure", |
| 75316 | + "members": { |
| 75317 | + "PublicSigningKeyUrl": { |
| 75318 | + "target": "com.amazonaws.ec2#String", |
| 75319 | + "traits": { |
| 75320 | + "smithy.api#documentation": "<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>" |
| 75321 | + } |
| 75322 | + } |
| 75323 | + }, |
| 75324 | + "traits": { |
| 75325 | + "smithy.api#documentation": "<p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>" |
| 75326 | + } |
| 75327 | + }, |
75294 | 75328 | "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderOidcOptions": {
|
75295 | 75329 | "type": "structure",
|
75296 | 75330 | "members": {
|
|
75358 | 75392 | "smithy.api#documentation": "<p>The options for an OpenID Connect-compatible user-identity trust provider.</p>"
|
75359 | 75393 | }
|
75360 | 75394 | },
|
| 75395 | + "DeviceOptions": { |
| 75396 | + "target": "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions", |
| 75397 | + "traits": { |
| 75398 | + "smithy.api#documentation": "<p>The options for a device-based trust provider. This parameter is required when the\n provider type is <code>device</code>.</p>" |
| 75399 | + } |
| 75400 | + }, |
75361 | 75401 | "Description": {
|
75362 | 75402 | "target": "com.amazonaws.ec2#String",
|
75363 | 75403 | "traits": {
|
|
0 commit comments