aws-sdk-nimblestudio 1.1.0 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63583b65bc750960f3de166604f986f914eceb29b43c9a62ad680acdd7f7e770
4
- data.tar.gz: b98d207eb5abf12d2a617117dbad00f52b9c1d9c78e7afc3a8bbbb41bc20d609
3
+ metadata.gz: 7d825e3bcae7d3a7cc8e4441bd75209f2577ffd2b58ae04d1b072ee878a45dab
4
+ data.tar.gz: 337b3b2541b01d5f7cd3b2f0be7a21875db39c1ed4b4522902ffc05755043ee1
5
5
  SHA512:
6
- metadata.gz: 1b1aafc49f2840a40a004343d1e63ee572dff944e80ae4490d51bc9c8f39a186f15253bdf822ca004025ebb9d54fbe81fa4d0a48000b7c88889510f02121686d
7
- data.tar.gz: 2250f200f18a4a4bffd85181bde7d6d9c143b5001673feb4347ce454eb432bc869ec0c0aec86b27c3d9ecc88e2d85a1862deedc5df0e6ece56db70278621e0c4
6
+ metadata.gz: c46148de367118ca65ad5491e100708f905ec469ecb874da3cd8b81daa4796dd4ec20c5fa4eb90bebfcc852350758ce3c3786b807b6a721d096e4a95ef2d537d
7
+ data.tar.gz: 8794e676d3ad63eba44b1dfba744ed0918237b2128ed0667b7eb820058ab2f3f29253a47a99d0d2c19feba341827b212cedd743de6e13ab320ce21fba9659415
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2021-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-nimblestudio/customizations'
48
48
  # @!group service
49
49
  module Aws::NimbleStudio
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
@@ -2839,7 +2839,7 @@ module Aws::NimbleStudio
2839
2839
  params: params,
2840
2840
  config: config)
2841
2841
  context[:gem_name] = 'aws-sdk-nimblestudio'
2842
- context[:gem_version] = '1.1.0'
2842
+ context[:gem_version] = '1.2.0'
2843
2843
  Seahorse::Client::Request.new(handlers, context)
2844
2844
  end
2845
2845
 
@@ -228,7 +228,7 @@ module Aws::NimbleStudio
228
228
  StreamingSessionStreamStatusCode = Shapes::StringShape.new(name: 'StreamingSessionStreamStatusCode')
229
229
  Studio = Shapes::StructureShape.new(name: 'Studio')
230
230
  StudioComponent = Shapes::StructureShape.new(name: 'StudioComponent')
231
- StudioComponentConfiguration = Shapes::StructureShape.new(name: 'StudioComponentConfiguration')
231
+ StudioComponentConfiguration = Shapes::UnionShape.new(name: 'StudioComponentConfiguration')
232
232
  StudioComponentDescription = Shapes::StringShape.new(name: 'StudioComponentDescription')
233
233
  StudioComponentId = Shapes::StringShape.new(name: 'StudioComponentId')
234
234
  StudioComponentInitializationScript = Shapes::StructureShape.new(name: 'StudioComponentInitializationScript')
@@ -1065,6 +1065,12 @@ module Aws::NimbleStudio
1065
1065
  StudioComponentConfiguration.add_member(:compute_farm_configuration, Shapes::ShapeRef.new(shape: ComputeFarmConfiguration, location_name: "computeFarmConfiguration"))
1066
1066
  StudioComponentConfiguration.add_member(:license_service_configuration, Shapes::ShapeRef.new(shape: LicenseServiceConfiguration, location_name: "licenseServiceConfiguration"))
1067
1067
  StudioComponentConfiguration.add_member(:shared_file_system_configuration, Shapes::ShapeRef.new(shape: SharedFileSystemConfiguration, location_name: "sharedFileSystemConfiguration"))
1068
+ StudioComponentConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1069
+ StudioComponentConfiguration.add_member_subclass(:active_directory_configuration, Types::StudioComponentConfiguration::ActiveDirectoryConfiguration)
1070
+ StudioComponentConfiguration.add_member_subclass(:compute_farm_configuration, Types::StudioComponentConfiguration::ComputeFarmConfiguration)
1071
+ StudioComponentConfiguration.add_member_subclass(:license_service_configuration, Types::StudioComponentConfiguration::LicenseServiceConfiguration)
1072
+ StudioComponentConfiguration.add_member_subclass(:shared_file_system_configuration, Types::StudioComponentConfiguration::SharedFileSystemConfiguration)
1073
+ StudioComponentConfiguration.add_member_subclass(:unknown, Types::StudioComponentConfiguration::Unknown)
1068
1074
  StudioComponentConfiguration.struct_class = Types::StudioComponentConfiguration
1069
1075
 
1070
1076
  StudioComponentInitializationScript.add_member(:launch_profile_protocol_version, Shapes::ShapeRef.new(shape: LaunchProfileProtocolVersion, location_name: "launchProfileProtocolVersion"))
@@ -3461,35 +3461,9 @@ module Aws::NimbleStudio
3461
3461
 
3462
3462
  # The configuration of the studio component, based on component type.
3463
3463
  #
3464
- # @note When making an API call, you may pass StudioComponentConfiguration
3465
- # data as a hash:
3464
+ # @note StudioComponentConfiguration is a union - when making an API calls you must set exactly one of the members.
3466
3465
  #
3467
- # {
3468
- # active_directory_configuration: {
3469
- # computer_attributes: [
3470
- # {
3471
- # name: "ActiveDirectoryComputerAttributeName",
3472
- # value: "ActiveDirectoryComputerAttributeValue",
3473
- # },
3474
- # ],
3475
- # directory_id: "DirectoryId",
3476
- # organizational_unit_distinguished_name: "ActiveDirectoryOrganizationalUnitDistinguishedName",
3477
- # },
3478
- # compute_farm_configuration: {
3479
- # active_directory_user: "__string",
3480
- # endpoint: "__string",
3481
- # },
3482
- # license_service_configuration: {
3483
- # endpoint: "__string",
3484
- # },
3485
- # shared_file_system_configuration: {
3486
- # endpoint: "__string",
3487
- # file_system_id: "__string",
3488
- # linux_mount_point: "LinuxMountPoint",
3489
- # share_name: "__string",
3490
- # windows_mount_drive: "WindowsMountDrive",
3491
- # },
3492
- # }
3466
+ # @note StudioComponentConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of StudioComponentConfiguration corresponding to the set member.
3493
3467
  #
3494
3468
  # @!attribute [rw] active_directory_configuration
3495
3469
  # The configuration for a Microsoft Active Directory (Microsoft AD)
@@ -3517,9 +3491,17 @@ module Aws::NimbleStudio
3517
3491
  :active_directory_configuration,
3518
3492
  :compute_farm_configuration,
3519
3493
  :license_service_configuration,
3520
- :shared_file_system_configuration)
3494
+ :shared_file_system_configuration,
3495
+ :unknown)
3521
3496
  SENSITIVE = []
3522
3497
  include Aws::Structure
3498
+ include Aws::Structure::Union
3499
+
3500
+ class ActiveDirectoryConfiguration < StudioComponentConfiguration; end
3501
+ class ComputeFarmConfiguration < StudioComponentConfiguration; end
3502
+ class LicenseServiceConfiguration < StudioComponentConfiguration; end
3503
+ class SharedFileSystemConfiguration < StudioComponentConfiguration; end
3504
+ class Unknown < StudioComponentConfiguration; end
3523
3505
  end
3524
3506
 
3525
3507
  # Initialization scripts for studio components.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-nimblestudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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: 2021-05-05 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement