aws-sdk-ec2 1.421.0 → 1.422.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44b3723da36b63413ca65a7a669660f6a5147f81b4daec2bb7c15d91f0c02ccb
4
- data.tar.gz: 0ba1d9c79fd825b49a85467811964e462b1cc573b206752c8bbeebf4870f75fb
3
+ metadata.gz: e857ae90d63ebc7085a05975fc3c8ba054224edc40bf7569c2cf51e0ddff16df
4
+ data.tar.gz: 864c995f4d1ab17641ab832582c52f4735c2a2c07ebe99a25a4939d3a9f985a3
5
5
  SHA512:
6
- metadata.gz: b1a5dd72be77a68e05109f4e1054f3b94ae33afd64b2fc902bbe9f548522b75ee12ca51b5d71ee5f79c5837f54ab6102255f0cffaca92c74933339bd2ff2d005
7
- data.tar.gz: 79474d2b73f22b9042517c2e70f83936ab4926045cffb2a1c7009058e209dcf93c2dc178109e5eaf7315fd5fb2eec89dc68521b1398a258918e43af889c8669d
6
+ metadata.gz: a2cb4132cc9761c8fcb55f3a09cc1463e61e193914f295fb3695829fc29e9c3e553d16ccbebc1264feea9693fd75949f8815ee9645bd57210f8de197a14b0585
7
+ data.tar.gz: ff2c17b817ad81494112ac85d8346312e4bab7c04b10854a10f96fa3325311a1350b4bb64848ed7e6e1bd2c9bfc602deb6236075e06d8fa8435f3e50ba6240d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.422.0 (2023-11-16)
5
+ ------------------
6
+
7
+ * Feature - Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
8
+
4
9
  1.421.0 (2023-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.421.0
1
+ 1.422.0
@@ -2874,7 +2874,7 @@ module Aws::EC2
2874
2874
  # resp.verified_access_trust_provider.description #=> String
2875
2875
  # resp.verified_access_trust_provider.trust_provider_type #=> String, one of "user", "device"
2876
2876
  # resp.verified_access_trust_provider.user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
2877
- # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
2877
+ # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
2878
2878
  # resp.verified_access_trust_provider.oidc_options.issuer #=> String
2879
2879
  # resp.verified_access_trust_provider.oidc_options.authorization_endpoint #=> String
2880
2880
  # resp.verified_access_trust_provider.oidc_options.token_endpoint #=> String
@@ -2883,6 +2883,7 @@ module Aws::EC2
2883
2883
  # resp.verified_access_trust_provider.oidc_options.client_secret #=> String
2884
2884
  # resp.verified_access_trust_provider.oidc_options.scope #=> String
2885
2885
  # resp.verified_access_trust_provider.device_options.tenant_id #=> String
2886
+ # resp.verified_access_trust_provider.device_options.public_signing_key_url #=> String
2886
2887
  # resp.verified_access_trust_provider.policy_reference_name #=> String
2887
2888
  # resp.verified_access_trust_provider.creation_time #=> String
2888
2889
  # resp.verified_access_trust_provider.last_updated_time #=> String
@@ -2898,7 +2899,7 @@ module Aws::EC2
2898
2899
  # resp.verified_access_instance.verified_access_trust_providers[0].description #=> String
2899
2900
  # resp.verified_access_instance.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
2900
2901
  # resp.verified_access_instance.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
2901
- # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
2902
+ # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
2902
2903
  # resp.verified_access_instance.creation_time #=> String
2903
2904
  # resp.verified_access_instance.last_updated_time #=> String
2904
2905
  # resp.verified_access_instance.tags #=> Array
@@ -13641,7 +13642,7 @@ module Aws::EC2
13641
13642
  # resp.verified_access_instance.verified_access_trust_providers[0].description #=> String
13642
13643
  # resp.verified_access_instance.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
13643
13644
  # resp.verified_access_instance.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
13644
- # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
13645
+ # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
13645
13646
  # resp.verified_access_instance.creation_time #=> String
13646
13647
  # resp.verified_access_instance.last_updated_time #=> String
13647
13648
  # resp.verified_access_instance.tags #=> Array
@@ -13722,7 +13723,7 @@ module Aws::EC2
13722
13723
  # resp = client.create_verified_access_trust_provider({
13723
13724
  # trust_provider_type: "user", # required, accepts user, device
13724
13725
  # user_trust_provider_type: "iam-identity-center", # accepts iam-identity-center, oidc
13725
- # device_trust_provider_type: "jamf", # accepts jamf, crowdstrike
13726
+ # device_trust_provider_type: "jamf", # accepts jamf, crowdstrike, jumpcloud
13726
13727
  # oidc_options: {
13727
13728
  # issuer: "String",
13728
13729
  # authorization_endpoint: "String",
@@ -13734,6 +13735,7 @@ module Aws::EC2
13734
13735
  # },
13735
13736
  # device_options: {
13736
13737
  # tenant_id: "String",
13738
+ # public_signing_key_url: "String",
13737
13739
  # },
13738
13740
  # policy_reference_name: "String", # required
13739
13741
  # description: "String",
@@ -13762,7 +13764,7 @@ module Aws::EC2
13762
13764
  # resp.verified_access_trust_provider.description #=> String
13763
13765
  # resp.verified_access_trust_provider.trust_provider_type #=> String, one of "user", "device"
13764
13766
  # resp.verified_access_trust_provider.user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
13765
- # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
13767
+ # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
13766
13768
  # resp.verified_access_trust_provider.oidc_options.issuer #=> String
13767
13769
  # resp.verified_access_trust_provider.oidc_options.authorization_endpoint #=> String
13768
13770
  # resp.verified_access_trust_provider.oidc_options.token_endpoint #=> String
@@ -13771,6 +13773,7 @@ module Aws::EC2
13771
13773
  # resp.verified_access_trust_provider.oidc_options.client_secret #=> String
13772
13774
  # resp.verified_access_trust_provider.oidc_options.scope #=> String
13773
13775
  # resp.verified_access_trust_provider.device_options.tenant_id #=> String
13776
+ # resp.verified_access_trust_provider.device_options.public_signing_key_url #=> String
13774
13777
  # resp.verified_access_trust_provider.policy_reference_name #=> String
13775
13778
  # resp.verified_access_trust_provider.creation_time #=> String
13776
13779
  # resp.verified_access_trust_provider.last_updated_time #=> String
@@ -18253,7 +18256,7 @@ module Aws::EC2
18253
18256
  # resp.verified_access_instance.verified_access_trust_providers[0].description #=> String
18254
18257
  # resp.verified_access_instance.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
18255
18258
  # resp.verified_access_instance.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
18256
- # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
18259
+ # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
18257
18260
  # resp.verified_access_instance.creation_time #=> String
18258
18261
  # resp.verified_access_instance.last_updated_time #=> String
18259
18262
  # resp.verified_access_instance.tags #=> Array
@@ -18311,7 +18314,7 @@ module Aws::EC2
18311
18314
  # resp.verified_access_trust_provider.description #=> String
18312
18315
  # resp.verified_access_trust_provider.trust_provider_type #=> String, one of "user", "device"
18313
18316
  # resp.verified_access_trust_provider.user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
18314
- # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
18317
+ # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
18315
18318
  # resp.verified_access_trust_provider.oidc_options.issuer #=> String
18316
18319
  # resp.verified_access_trust_provider.oidc_options.authorization_endpoint #=> String
18317
18320
  # resp.verified_access_trust_provider.oidc_options.token_endpoint #=> String
@@ -18320,6 +18323,7 @@ module Aws::EC2
18320
18323
  # resp.verified_access_trust_provider.oidc_options.client_secret #=> String
18321
18324
  # resp.verified_access_trust_provider.oidc_options.scope #=> String
18322
18325
  # resp.verified_access_trust_provider.device_options.tenant_id #=> String
18326
+ # resp.verified_access_trust_provider.device_options.public_signing_key_url #=> String
18323
18327
  # resp.verified_access_trust_provider.policy_reference_name #=> String
18324
18328
  # resp.verified_access_trust_provider.creation_time #=> String
18325
18329
  # resp.verified_access_trust_provider.last_updated_time #=> String
@@ -35006,7 +35010,7 @@ module Aws::EC2
35006
35010
  # resp.verified_access_instances[0].verified_access_trust_providers[0].description #=> String
35007
35011
  # resp.verified_access_instances[0].verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
35008
35012
  # resp.verified_access_instances[0].verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
35009
- # resp.verified_access_instances[0].verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
35013
+ # resp.verified_access_instances[0].verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
35010
35014
  # resp.verified_access_instances[0].creation_time #=> String
35011
35015
  # resp.verified_access_instances[0].last_updated_time #=> String
35012
35016
  # resp.verified_access_instances[0].tags #=> Array
@@ -35076,7 +35080,7 @@ module Aws::EC2
35076
35080
  # resp.verified_access_trust_providers[0].description #=> String
35077
35081
  # resp.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
35078
35082
  # resp.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
35079
- # resp.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
35083
+ # resp.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
35080
35084
  # resp.verified_access_trust_providers[0].oidc_options.issuer #=> String
35081
35085
  # resp.verified_access_trust_providers[0].oidc_options.authorization_endpoint #=> String
35082
35086
  # resp.verified_access_trust_providers[0].oidc_options.token_endpoint #=> String
@@ -35085,6 +35089,7 @@ module Aws::EC2
35085
35089
  # resp.verified_access_trust_providers[0].oidc_options.client_secret #=> String
35086
35090
  # resp.verified_access_trust_providers[0].oidc_options.scope #=> String
35087
35091
  # resp.verified_access_trust_providers[0].device_options.tenant_id #=> String
35092
+ # resp.verified_access_trust_providers[0].device_options.public_signing_key_url #=> String
35088
35093
  # resp.verified_access_trust_providers[0].policy_reference_name #=> String
35089
35094
  # resp.verified_access_trust_providers[0].creation_time #=> String
35090
35095
  # resp.verified_access_trust_providers[0].last_updated_time #=> String
@@ -37321,7 +37326,7 @@ module Aws::EC2
37321
37326
  # resp.verified_access_trust_provider.description #=> String
37322
37327
  # resp.verified_access_trust_provider.trust_provider_type #=> String, one of "user", "device"
37323
37328
  # resp.verified_access_trust_provider.user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
37324
- # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
37329
+ # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
37325
37330
  # resp.verified_access_trust_provider.oidc_options.issuer #=> String
37326
37331
  # resp.verified_access_trust_provider.oidc_options.authorization_endpoint #=> String
37327
37332
  # resp.verified_access_trust_provider.oidc_options.token_endpoint #=> String
@@ -37330,6 +37335,7 @@ module Aws::EC2
37330
37335
  # resp.verified_access_trust_provider.oidc_options.client_secret #=> String
37331
37336
  # resp.verified_access_trust_provider.oidc_options.scope #=> String
37332
37337
  # resp.verified_access_trust_provider.device_options.tenant_id #=> String
37338
+ # resp.verified_access_trust_provider.device_options.public_signing_key_url #=> String
37333
37339
  # resp.verified_access_trust_provider.policy_reference_name #=> String
37334
37340
  # resp.verified_access_trust_provider.creation_time #=> String
37335
37341
  # resp.verified_access_trust_provider.last_updated_time #=> String
@@ -37345,7 +37351,7 @@ module Aws::EC2
37345
37351
  # resp.verified_access_instance.verified_access_trust_providers[0].description #=> String
37346
37352
  # resp.verified_access_instance.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
37347
37353
  # resp.verified_access_instance.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
37348
- # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
37354
+ # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
37349
37355
  # resp.verified_access_instance.creation_time #=> String
37350
37356
  # resp.verified_access_instance.last_updated_time #=> String
37351
37357
  # resp.verified_access_instance.tags #=> Array
@@ -49061,7 +49067,7 @@ module Aws::EC2
49061
49067
  # resp.verified_access_instance.verified_access_trust_providers[0].description #=> String
49062
49068
  # resp.verified_access_instance.verified_access_trust_providers[0].trust_provider_type #=> String, one of "user", "device"
49063
49069
  # resp.verified_access_instance.verified_access_trust_providers[0].user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
49064
- # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
49070
+ # resp.verified_access_instance.verified_access_trust_providers[0].device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
49065
49071
  # resp.verified_access_instance.creation_time #=> String
49066
49072
  # resp.verified_access_instance.last_updated_time #=> String
49067
49073
  # resp.verified_access_instance.tags #=> Array
@@ -49174,6 +49180,10 @@ module Aws::EC2
49174
49180
  # The options for an OpenID Connect-compatible user-identity trust
49175
49181
  # provider.
49176
49182
  #
49183
+ # @option params [Types::ModifyVerifiedAccessTrustProviderDeviceOptions] :device_options
49184
+ # The options for a device-based trust provider. This parameter is
49185
+ # required when the provider type is `device`.
49186
+ #
49177
49187
  # @option params [String] :description
49178
49188
  # A description for the Verified Access trust provider.
49179
49189
  #
@@ -49215,6 +49225,9 @@ module Aws::EC2
49215
49225
  # client_secret: "ClientSecretType",
49216
49226
  # scope: "String",
49217
49227
  # },
49228
+ # device_options: {
49229
+ # public_signing_key_url: "String",
49230
+ # },
49218
49231
  # description: "String",
49219
49232
  # dry_run: false,
49220
49233
  # client_token: "String",
@@ -49230,7 +49243,7 @@ module Aws::EC2
49230
49243
  # resp.verified_access_trust_provider.description #=> String
49231
49244
  # resp.verified_access_trust_provider.trust_provider_type #=> String, one of "user", "device"
49232
49245
  # resp.verified_access_trust_provider.user_trust_provider_type #=> String, one of "iam-identity-center", "oidc"
49233
- # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike"
49246
+ # resp.verified_access_trust_provider.device_trust_provider_type #=> String, one of "jamf", "crowdstrike", "jumpcloud"
49234
49247
  # resp.verified_access_trust_provider.oidc_options.issuer #=> String
49235
49248
  # resp.verified_access_trust_provider.oidc_options.authorization_endpoint #=> String
49236
49249
  # resp.verified_access_trust_provider.oidc_options.token_endpoint #=> String
@@ -49239,6 +49252,7 @@ module Aws::EC2
49239
49252
  # resp.verified_access_trust_provider.oidc_options.client_secret #=> String
49240
49253
  # resp.verified_access_trust_provider.oidc_options.scope #=> String
49241
49254
  # resp.verified_access_trust_provider.device_options.tenant_id #=> String
49255
+ # resp.verified_access_trust_provider.device_options.public_signing_key_url #=> String
49242
49256
  # resp.verified_access_trust_provider.policy_reference_name #=> String
49243
49257
  # resp.verified_access_trust_provider.creation_time #=> String
49244
49258
  # resp.verified_access_trust_provider.last_updated_time #=> String
@@ -58034,7 +58048,7 @@ module Aws::EC2
58034
58048
  params: params,
58035
58049
  config: config)
58036
58050
  context[:gem_name] = 'aws-sdk-ec2'
58037
- context[:gem_version] = '1.421.0'
58051
+ context[:gem_version] = '1.422.0'
58038
58052
  Seahorse::Client::Request.new(handlers, context)
58039
58053
  end
58040
58054
 
@@ -2109,6 +2109,7 @@ module Aws::EC2
2109
2109
  ModifyVerifiedAccessInstanceLoggingConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceLoggingConfigurationResult')
2110
2110
  ModifyVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceRequest')
2111
2111
  ModifyVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceResult')
2112
+ ModifyVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderDeviceOptions')
2112
2113
  ModifyVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderOidcOptions')
2113
2114
  ModifyVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderRequest')
2114
2115
  ModifyVerifiedAccessTrustProviderResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderResult')
@@ -5254,6 +5255,7 @@ module Aws::EC2
5254
5255
  CreateVerifiedAccessInstanceResult.struct_class = Types::CreateVerifiedAccessInstanceResult
5255
5256
 
5256
5257
  CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantId"))
5258
+ CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
5257
5259
  CreateVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::CreateVerifiedAccessTrustProviderDeviceOptions
5258
5260
 
5259
5261
  CreateVerifiedAccessTrustProviderOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
@@ -7723,6 +7725,7 @@ module Aws::EC2
7723
7725
  DetachVpnGatewayRequest.struct_class = Types::DetachVpnGatewayRequest
7724
7726
 
7725
7727
  DeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "tenantId"))
7728
+ DeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyUrl"))
7726
7729
  DeviceOptions.struct_class = Types::DeviceOptions
7727
7730
 
7728
7731
  DhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
@@ -11565,6 +11568,9 @@ module Aws::EC2
11565
11568
  ModifyVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
11566
11569
  ModifyVerifiedAccessInstanceResult.struct_class = Types::ModifyVerifiedAccessInstanceResult
11567
11570
 
11571
+ ModifyVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
11572
+ ModifyVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::ModifyVerifiedAccessTrustProviderDeviceOptions
11573
+
11568
11574
  ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
11569
11575
  ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
11570
11576
  ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
@@ -11576,6 +11582,7 @@ module Aws::EC2
11576
11582
 
11577
11583
  ModifyVerifiedAccessTrustProviderRequest.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProviderId, required: true, location_name: "VerifiedAccessTrustProviderId"))
11578
11584
  ModifyVerifiedAccessTrustProviderRequest.add_member(:oidc_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessTrustProviderOidcOptions, location_name: "OidcOptions"))
11585
+ ModifyVerifiedAccessTrustProviderRequest.add_member(:device_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessTrustProviderDeviceOptions, location_name: "DeviceOptions"))
11579
11586
  ModifyVerifiedAccessTrustProviderRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
11580
11587
  ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
11581
11588
  ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
@@ -11753,10 +11753,16 @@ module Aws::EC2
11753
11753
  # The ID of the tenant application with the device-identity provider.
11754
11754
  # @return [String]
11755
11755
  #
11756
+ # @!attribute [rw] public_signing_key_url
11757
+ # The URL Amazon Web Services Verified Access will use to verify the
11758
+ # authenticity of the device tokens.
11759
+ # @return [String]
11760
+ #
11756
11761
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessTrustProviderDeviceOptions AWS API Documentation
11757
11762
  #
11758
11763
  class CreateVerifiedAccessTrustProviderDeviceOptions < Struct.new(
11759
- :tenant_id)
11764
+ :tenant_id,
11765
+ :public_signing_key_url)
11760
11766
  SENSITIVE = []
11761
11767
  include Aws::Structure
11762
11768
  end
@@ -27766,10 +27772,16 @@ module Aws::EC2
27766
27772
  # The ID of the tenant application with the device-identity provider.
27767
27773
  # @return [String]
27768
27774
  #
27775
+ # @!attribute [rw] public_signing_key_url
27776
+ # The URL Amazon Web Services Verified Access will use to verify the
27777
+ # authenticity of the device tokens.
27778
+ # @return [String]
27779
+ #
27769
27780
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeviceOptions AWS API Documentation
27770
27781
  #
27771
27782
  class DeviceOptions < Struct.new(
27772
- :tenant_id)
27783
+ :tenant_id,
27784
+ :public_signing_key_url)
27773
27785
  SENSITIVE = []
27774
27786
  include Aws::Structure
27775
27787
  end
@@ -48463,6 +48475,22 @@ module Aws::EC2
48463
48475
  include Aws::Structure
48464
48476
  end
48465
48477
 
48478
+ # Modifies the configuration of the specified device-based Amazon Web
48479
+ # Services Verified Access trust provider.
48480
+ #
48481
+ # @!attribute [rw] public_signing_key_url
48482
+ # The URL Amazon Web Services Verified Access will use to verify the
48483
+ # authenticity of the device tokens.
48484
+ # @return [String]
48485
+ #
48486
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessTrustProviderDeviceOptions AWS API Documentation
48487
+ #
48488
+ class ModifyVerifiedAccessTrustProviderDeviceOptions < Struct.new(
48489
+ :public_signing_key_url)
48490
+ SENSITIVE = []
48491
+ include Aws::Structure
48492
+ end
48493
+
48466
48494
  # Options for an OpenID Connect-compatible user-identity trust provider.
48467
48495
  #
48468
48496
  # @!attribute [rw] issuer
@@ -48518,6 +48546,11 @@ module Aws::EC2
48518
48546
  # provider.
48519
48547
  # @return [Types::ModifyVerifiedAccessTrustProviderOidcOptions]
48520
48548
  #
48549
+ # @!attribute [rw] device_options
48550
+ # The options for a device-based trust provider. This parameter is
48551
+ # required when the provider type is `device`.
48552
+ # @return [Types::ModifyVerifiedAccessTrustProviderDeviceOptions]
48553
+ #
48521
48554
  # @!attribute [rw] description
48522
48555
  # A description for the Verified Access trust provider.
48523
48556
  # @return [String]
@@ -48551,6 +48584,7 @@ module Aws::EC2
48551
48584
  class ModifyVerifiedAccessTrustProviderRequest < Struct.new(
48552
48585
  :verified_access_trust_provider_id,
48553
48586
  :oidc_options,
48587
+ :device_options,
48554
48588
  :description,
48555
48589
  :dry_run,
48556
48590
  :client_token,
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.421.0'
79
+ GEM_VERSION = '1.422.0'
80
80
 
81
81
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.421.0
4
+ version: 1.422.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4