aws-sdk-nimblestudio 1.2.0 → 1.6.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: 7d825e3bcae7d3a7cc8e4441bd75209f2577ffd2b58ae04d1b072ee878a45dab
4
- data.tar.gz: 337b3b2541b01d5f7cd3b2f0be7a21875db39c1ed4b4522902ffc05755043ee1
3
+ metadata.gz: d47f5bbc3ea50fc5652b58e003f7c54c629859e3c2b3b63ab3447b6b576d33bd
4
+ data.tar.gz: bfef0160827ee168c5f5e6b1bc8fe96b3f75ce03ce3392eef7795dca1930f223
5
5
  SHA512:
6
- metadata.gz: c46148de367118ca65ad5491e100708f905ec469ecb874da3cd8b81daa4796dd4ec20c5fa4eb90bebfcc852350758ce3c3786b807b6a721d096e4a95ef2d537d
7
- data.tar.gz: 8794e676d3ad63eba44b1dfba744ed0918237b2128ed0667b7eb820058ab2f3f29253a47a99d0d2c19feba341827b212cedd743de6e13ab320ce21fba9659415
6
+ metadata.gz: 5e27b67d7d41140f3b2d3d5b2e2c7adbc0aff8ea70a50c974bae2ad6fb7ac6d8c2189e9841771d1946ac28d39cb9e5412b5ad4c12daedc8f0d52749884dad78b
7
+ data.tar.gz: a9bafc27ebc08efa5502881cee59246b2ed3d5b0d290dfdf61449006bd85145dcea474aaf8f4b97b8eec17eafe96d577b2258c2bae9405f372817145959ba888
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Remove a plugin that sets the `Content-Type` header and instead depend on a new version of `aws-sdk-core` that does.
10
+
11
+ 1.5.0 (2021-09-01)
12
+ ------------------
13
+
14
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
15
+
16
+ 1.4.0 (2021-08-11)
17
+ ------------------
18
+
19
+ * Feature - Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource.
20
+
21
+ 1.3.0 (2021-07-30)
22
+ ------------------
23
+
24
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
25
+
4
26
  1.2.0 (2021-07-28)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.6.0
@@ -29,7 +29,6 @@ require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
- require 'aws-sdk-nimblestudio/plugins/content_type.rb'
33
32
 
34
33
  Aws::Plugins::GlobalConfiguration.add_identifier(:nimblestudio)
35
34
 
@@ -76,7 +75,6 @@ module Aws::NimbleStudio
76
75
  add_plugin(Aws::Plugins::HttpChecksum)
77
76
  add_plugin(Aws::Plugins::SignatureV4)
78
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
79
- add_plugin(Aws::NimbleStudio::Plugins::ContentType)
80
78
 
81
79
  # @overload initialize(options)
82
80
  # @param [Hash] options
@@ -529,6 +527,8 @@ module Aws::NimbleStudio
529
527
  #
530
528
  # @option params [String] :launch_profile_id
531
529
  #
530
+ # @option params [String] :owned_by
531
+ #
532
532
  # @option params [String] :streaming_image_id
533
533
  #
534
534
  # @option params [required, String] :studio_id
@@ -545,6 +545,7 @@ module Aws::NimbleStudio
545
545
  # client_token: "ClientToken",
546
546
  # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
547
547
  # launch_profile_id: "__string",
548
+ # owned_by: "__string",
548
549
  # streaming_image_id: "StreamingImageId",
549
550
  # studio_id: "__string", # required
550
551
  # tags: {
@@ -559,6 +560,7 @@ module Aws::NimbleStudio
559
560
  # resp.session.created_by #=> String
560
561
  # resp.session.ec2_instance_type #=> String
561
562
  # resp.session.launch_profile_id #=> String
563
+ # resp.session.owned_by #=> String
562
564
  # resp.session.session_id #=> String
563
565
  # resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
564
566
  # resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR"
@@ -612,6 +614,7 @@ module Aws::NimbleStudio
612
614
  # resp.stream.created_at #=> Time
613
615
  # resp.stream.created_by #=> String
614
616
  # resp.stream.expires_at #=> Time
617
+ # resp.stream.owned_by #=> String
615
618
  # resp.stream.state #=> String, one of "READY", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
616
619
  # resp.stream.status_code #=> String, one of "STREAM_CREATE_IN_PROGRESS", "STREAM_READY", "STREAM_DELETE_IN_PROGRESS", "STREAM_DELETED", "INTERNAL_ERROR", "NETWORK_CONNECTION_ERROR"
617
620
  # resp.stream.stream_id #=> String
@@ -643,11 +646,11 @@ module Aws::NimbleStudio
643
646
  #
644
647
  # In Nimble Studio, resource names, descriptions, initialization
645
648
  # scripts, and other data you provide are always encrypted at rest using
646
- # an AWS KMS key. By default, this key is owned by AWS and managed on
647
- # your behalf. You may provide your own AWS KMS key when calling
649
+ # an KMS key. By default, this key is owned by Amazon Web Services and
650
+ # managed on your behalf. You may provide your own KMS key when calling
648
651
  # CreateStudio to encrypt this data using a key you own and manage.
649
652
  #
650
- # When providing an AWS KMS key during studio creation, Nimble Studio
653
+ # When providing an KMS key during studio creation, Nimble Studio
651
654
  # creates KMS grants in your account to provide your studio user and
652
655
  # admin roles access to these KMS keys.
653
656
  #
@@ -1037,6 +1040,7 @@ module Aws::NimbleStudio
1037
1040
  # resp.session.created_by #=> String
1038
1041
  # resp.session.ec2_instance_type #=> String
1039
1042
  # resp.session.launch_profile_id #=> String
1043
+ # resp.session.owned_by #=> String
1040
1044
  # resp.session.session_id #=> String
1041
1045
  # resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
1042
1046
  # resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR"
@@ -1549,6 +1553,7 @@ module Aws::NimbleStudio
1549
1553
  # resp.session.created_by #=> String
1550
1554
  # resp.session.ec2_instance_type #=> String
1551
1555
  # resp.session.launch_profile_id #=> String
1556
+ # resp.session.owned_by #=> String
1552
1557
  # resp.session.session_id #=> String
1553
1558
  # resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
1554
1559
  # resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR"
@@ -1601,6 +1606,7 @@ module Aws::NimbleStudio
1601
1606
  # resp.stream.created_at #=> Time
1602
1607
  # resp.stream.created_by #=> String
1603
1608
  # resp.stream.expires_at #=> Time
1609
+ # resp.stream.owned_by #=> String
1604
1610
  # resp.stream.state #=> String, one of "READY", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
1605
1611
  # resp.stream.status_code #=> String, one of "STREAM_CREATE_IN_PROGRESS", "STREAM_READY", "STREAM_DELETE_IN_PROGRESS", "STREAM_DELETED", "INTERNAL_ERROR", "NETWORK_CONNECTION_ERROR"
1606
1612
  # resp.stream.stream_id #=> String
@@ -1952,8 +1958,8 @@ module Aws::NimbleStudio
1952
1958
 
1953
1959
  # List the streaming image resources available to this studio.
1954
1960
  #
1955
- # This list will contain both images provided by AWS, as well as
1956
- # streaming images that you have created in your studio.
1961
+ # This list will contain both images provided by Amazon Web Services, as
1962
+ # well as streaming images that you have created in your studio.
1957
1963
  #
1958
1964
  # @option params [String] :next_token
1959
1965
  #
@@ -2012,6 +2018,8 @@ module Aws::NimbleStudio
2012
2018
  #
2013
2019
  # @option params [String] :next_token
2014
2020
  #
2021
+ # @option params [String] :owned_by
2022
+ #
2015
2023
  # @option params [String] :session_ids
2016
2024
  #
2017
2025
  # @option params [required, String] :studio_id
@@ -2028,6 +2036,7 @@ module Aws::NimbleStudio
2028
2036
  # resp = client.list_streaming_sessions({
2029
2037
  # created_by: "__string",
2030
2038
  # next_token: "__string",
2039
+ # owned_by: "__string",
2031
2040
  # session_ids: "__string",
2032
2041
  # studio_id: "__string", # required
2033
2042
  # })
@@ -2041,6 +2050,7 @@ module Aws::NimbleStudio
2041
2050
  # resp.sessions[0].created_by #=> String
2042
2051
  # resp.sessions[0].ec2_instance_type #=> String
2043
2052
  # resp.sessions[0].launch_profile_id #=> String
2053
+ # resp.sessions[0].owned_by #=> String
2044
2054
  # resp.sessions[0].session_id #=> String
2045
2055
  # resp.sessions[0].state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED"
2046
2056
  # resp.sessions[0].status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR"
@@ -2182,7 +2192,8 @@ module Aws::NimbleStudio
2182
2192
  req.send_request(options)
2183
2193
  end
2184
2194
 
2185
- # List studios in your AWS account in the requested AWS Region.
2195
+ # List studios in your Amazon Web Services account in the requested
2196
+ # Amazon Web Services Region.
2186
2197
  #
2187
2198
  # @option params [String] :next_token
2188
2199
  #
@@ -2344,15 +2355,18 @@ module Aws::NimbleStudio
2344
2355
 
2345
2356
  # Repairs the SSO configuration for a given studio.
2346
2357
  #
2347
- # If the studio has a valid AWS SSO configuration currently associated
2348
- # with it, this operation will fail with a validation error.
2358
+ # If the studio has a valid Amazon Web Services SSO configuration
2359
+ # currently associated with it, this operation will fail with a
2360
+ # validation error.
2349
2361
  #
2350
- # If the studio does not have a valid AWS SSO configuration currently
2351
- # associated with it, then a new AWS SSO application is created for the
2352
- # studio and the studio is changed to the READY state.
2362
+ # If the studio does not have a valid Amazon Web Services SSO
2363
+ # configuration currently associated with it, then a new Amazon Web
2364
+ # Services SSO application is created for the studio and the studio is
2365
+ # changed to the READY state.
2353
2366
  #
2354
- # After the AWS SSO application is repaired, you must use the Amazon
2355
- # Nimble Studio console to add administrators and users to your studio.
2367
+ # After the Amazon Web Services SSO application is repaired, you must
2368
+ # use the Amazon Nimble Studio console to add administrators and users
2369
+ # to your studio.
2356
2370
  #
2357
2371
  # @option params [String] :client_token
2358
2372
  # **A suitable default value is auto-generated.** You should normally
@@ -2839,7 +2853,7 @@ module Aws::NimbleStudio
2839
2853
  params: params,
2840
2854
  config: config)
2841
2855
  context[:gem_name] = 'aws-sdk-nimblestudio'
2842
- context[:gem_version] = '1.2.0'
2856
+ context[:gem_version] = '1.6.0'
2843
2857
  Seahorse::Client::Request.new(handlers, context)
2844
2858
  end
2845
2859
 
@@ -213,12 +213,12 @@ module Aws::NimbleStudio
213
213
  StreamingImageName = Shapes::StringShape.new(name: 'StreamingImageName')
214
214
  StreamingImageOwner = Shapes::StringShape.new(name: 'StreamingImageOwner')
215
215
  StreamingImagePlatform = Shapes::StringShape.new(name: 'StreamingImagePlatform')
216
- StreamingImageSessionId = Shapes::StringShape.new(name: 'StreamingImageSessionId')
217
216
  StreamingImageState = Shapes::StringShape.new(name: 'StreamingImageState')
218
217
  StreamingImageStatusCode = Shapes::StringShape.new(name: 'StreamingImageStatusCode')
219
218
  StreamingInstanceType = Shapes::StringShape.new(name: 'StreamingInstanceType')
220
219
  StreamingInstanceTypeList = Shapes::ListShape.new(name: 'StreamingInstanceTypeList')
221
220
  StreamingSession = Shapes::StructureShape.new(name: 'StreamingSession')
221
+ StreamingSessionId = Shapes::StringShape.new(name: 'StreamingSessionId')
222
222
  StreamingSessionList = Shapes::ListShape.new(name: 'StreamingSessionList')
223
223
  StreamingSessionState = Shapes::StringShape.new(name: 'StreamingSessionState')
224
224
  StreamingSessionStatusCode = Shapes::StringShape.new(name: 'StreamingSessionStatusCode')
@@ -384,6 +384,7 @@ module Aws::NimbleStudio
384
384
 
385
385
  CreateStreamingSessionInput.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: StreamingInstanceType, location_name: "ec2InstanceType"))
386
386
  CreateStreamingSessionInput.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: __string, location_name: "launchProfileId"))
387
+ CreateStreamingSessionInput.add_member(:owned_by, Shapes::ShapeRef.new(shape: __string, location_name: "ownedBy"))
387
388
  CreateStreamingSessionInput.add_member(:streaming_image_id, Shapes::ShapeRef.new(shape: StreamingImageId, location_name: "streamingImageId"))
388
389
  CreateStreamingSessionInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
389
390
  CreateStreamingSessionInput.struct_class = Types::CreateStreamingSessionInput
@@ -394,6 +395,7 @@ module Aws::NimbleStudio
394
395
  CreateStreamingSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
395
396
  CreateStreamingSessionRequest.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: StreamingInstanceType, location_name: "ec2InstanceType"))
396
397
  CreateStreamingSessionRequest.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: __string, location_name: "launchProfileId"))
398
+ CreateStreamingSessionRequest.add_member(:owned_by, Shapes::ShapeRef.new(shape: __string, location_name: "ownedBy"))
397
399
  CreateStreamingSessionRequest.add_member(:streaming_image_id, Shapes::ShapeRef.new(shape: StreamingImageId, location_name: "streamingImageId"))
398
400
  CreateStreamingSessionRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "studioId"))
399
401
  CreateStreamingSessionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -833,6 +835,7 @@ module Aws::NimbleStudio
833
835
 
834
836
  ListStreamingSessionsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "createdBy"))
835
837
  ListStreamingSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
838
+ ListStreamingSessionsRequest.add_member(:owned_by, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "ownedBy"))
836
839
  ListStreamingSessionsRequest.add_member(:session_ids, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "sessionIds"))
837
840
  ListStreamingSessionsRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "studioId"))
838
841
  ListStreamingSessionsRequest.struct_class = Types::ListStreamingSessionsRequest
@@ -1001,7 +1004,8 @@ module Aws::NimbleStudio
1001
1004
  StreamingSession.add_member(:created_by, Shapes::ShapeRef.new(shape: __string, location_name: "createdBy"))
1002
1005
  StreamingSession.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "ec2InstanceType"))
1003
1006
  StreamingSession.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: __string, location_name: "launchProfileId"))
1004
- StreamingSession.add_member(:session_id, Shapes::ShapeRef.new(shape: StreamingImageSessionId, location_name: "sessionId"))
1007
+ StreamingSession.add_member(:owned_by, Shapes::ShapeRef.new(shape: __string, location_name: "ownedBy"))
1008
+ StreamingSession.add_member(:session_id, Shapes::ShapeRef.new(shape: StreamingSessionId, location_name: "sessionId"))
1005
1009
  StreamingSession.add_member(:state, Shapes::ShapeRef.new(shape: StreamingSessionState, location_name: "state"))
1006
1010
  StreamingSession.add_member(:status_code, Shapes::ShapeRef.new(shape: StreamingSessionStatusCode, location_name: "statusCode"))
1007
1011
  StreamingSession.add_member(:status_message, Shapes::ShapeRef.new(shape: __string, location_name: "statusMessage"))
@@ -1017,6 +1021,7 @@ module Aws::NimbleStudio
1017
1021
  StreamingSessionStream.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1018
1022
  StreamingSessionStream.add_member(:created_by, Shapes::ShapeRef.new(shape: __string, location_name: "createdBy"))
1019
1023
  StreamingSessionStream.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expiresAt"))
1024
+ StreamingSessionStream.add_member(:owned_by, Shapes::ShapeRef.new(shape: __string, location_name: "ownedBy"))
1020
1025
  StreamingSessionStream.add_member(:state, Shapes::ShapeRef.new(shape: StreamingSessionStreamState, location_name: "state"))
1021
1026
  StreamingSessionStream.add_member(:status_code, Shapes::ShapeRef.new(shape: StreamingSessionStreamStatusCode, location_name: "statusCode"))
1022
1027
  StreamingSessionStream.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
@@ -447,6 +447,9 @@ module Aws::NimbleStudio
447
447
  # @!attribute [rw] launch_profile_id
448
448
  # @return [String]
449
449
  #
450
+ # @!attribute [rw] owned_by
451
+ # @return [String]
452
+ #
450
453
  # @!attribute [rw] streaming_image_id
451
454
  # @return [String]
452
455
  #
@@ -458,6 +461,7 @@ module Aws::NimbleStudio
458
461
  class CreateStreamingSessionInput < Struct.new(
459
462
  :ec2_instance_type,
460
463
  :launch_profile_id,
464
+ :owned_by,
461
465
  :streaming_image_id,
462
466
  :tags)
463
467
  SENSITIVE = []
@@ -482,6 +486,7 @@ module Aws::NimbleStudio
482
486
  # client_token: "ClientToken",
483
487
  # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
484
488
  # launch_profile_id: "__string",
489
+ # owned_by: "__string",
485
490
  # streaming_image_id: "StreamingImageId",
486
491
  # studio_id: "__string", # required
487
492
  # tags: {
@@ -500,6 +505,9 @@ module Aws::NimbleStudio
500
505
  # @!attribute [rw] launch_profile_id
501
506
  # @return [String]
502
507
  #
508
+ # @!attribute [rw] owned_by
509
+ # @return [String]
510
+ #
503
511
  # @!attribute [rw] streaming_image_id
504
512
  # @return [String]
505
513
  #
@@ -515,6 +523,7 @@ module Aws::NimbleStudio
515
523
  :client_token,
516
524
  :ec2_instance_type,
517
525
  :launch_profile_id,
526
+ :owned_by,
518
527
  :streaming_image_id,
519
528
  :studio_id,
520
529
  :tags)
@@ -2417,6 +2426,7 @@ module Aws::NimbleStudio
2417
2426
  # {
2418
2427
  # created_by: "__string",
2419
2428
  # next_token: "__string",
2429
+ # owned_by: "__string",
2420
2430
  # session_ids: "__string",
2421
2431
  # studio_id: "__string", # required
2422
2432
  # }
@@ -2427,6 +2437,9 @@ module Aws::NimbleStudio
2427
2437
  # @!attribute [rw] next_token
2428
2438
  # @return [String]
2429
2439
  #
2440
+ # @!attribute [rw] owned_by
2441
+ # @return [String]
2442
+ #
2430
2443
  # @!attribute [rw] session_ids
2431
2444
  # @return [String]
2432
2445
  #
@@ -2438,6 +2451,7 @@ module Aws::NimbleStudio
2438
2451
  class ListStreamingSessionsRequest < Struct.new(
2439
2452
  :created_by,
2440
2453
  :next_token,
2454
+ :owned_by,
2441
2455
  :session_ids,
2442
2456
  :studio_id)
2443
2457
  SENSITIVE = []
@@ -3179,8 +3193,10 @@ module Aws::NimbleStudio
3179
3193
  # @!attribute [rw] launch_profile_id
3180
3194
  # @return [String]
3181
3195
  #
3196
+ # @!attribute [rw] owned_by
3197
+ # @return [String]
3198
+ #
3182
3199
  # @!attribute [rw] session_id
3183
- # The streaming image session ID.
3184
3200
  # @return [String]
3185
3201
  #
3186
3202
  # @!attribute [rw] state
@@ -3216,6 +3232,7 @@ module Aws::NimbleStudio
3216
3232
  :created_by,
3217
3233
  :ec2_instance_type,
3218
3234
  :launch_profile_id,
3235
+ :owned_by,
3219
3236
  :session_id,
3220
3237
  :state,
3221
3238
  :status_code,
@@ -3238,6 +3255,9 @@ module Aws::NimbleStudio
3238
3255
  # @!attribute [rw] expires_at
3239
3256
  # @return [Time]
3240
3257
  #
3258
+ # @!attribute [rw] owned_by
3259
+ # @return [String]
3260
+ #
3241
3261
  # @!attribute [rw] state
3242
3262
  # @return [String]
3243
3263
  #
@@ -3256,6 +3276,7 @@ module Aws::NimbleStudio
3256
3276
  :created_at,
3257
3277
  :created_by,
3258
3278
  :expires_at,
3279
+ :owned_by,
3259
3280
  :state,
3260
3281
  :status_code,
3261
3282
  :stream_id,
@@ -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.2.0'
51
+ GEM_VERSION = '1.6.0'
52
52
 
53
53
  end
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.2.0
4
+ version: 1.6.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-07-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 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.118.0
22
+ version: 3.121.2
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.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -60,7 +60,6 @@ files:
60
60
  - lib/aws-sdk-nimblestudio/client_api.rb
61
61
  - lib/aws-sdk-nimblestudio/customizations.rb
62
62
  - lib/aws-sdk-nimblestudio/errors.rb
63
- - lib/aws-sdk-nimblestudio/plugins/content_type.rb
64
63
  - lib/aws-sdk-nimblestudio/resource.rb
65
64
  - lib/aws-sdk-nimblestudio/types.rb
66
65
  homepage: https://github.com/aws/aws-sdk-ruby
@@ -77,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  requirements:
78
77
  - - ">="
79
78
  - !ruby/object:Gem::Version
80
- version: '0'
79
+ version: '2.3'
81
80
  required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  requirements:
83
82
  - - ">="
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Aws
4
- module NimbleStudio
5
- module Plugins
6
- class ContentType < Seahorse::Client::Plugin
7
-
8
- def add_handlers(handlers, _config)
9
- handlers.add(Handler)
10
- end
11
-
12
- class Handler < Seahorse::Client::Handler
13
- def call(context)
14
- # Some operations break when given an empty content-type header.
15
- # The SDK adds this blank content-type header
16
- # since Net::HTTP provides a default that can break services.
17
- # We're setting one here even though it's not used or necessary.
18
- context.http_request.headers['content-type'] = 'application/x-amz-json-1.1'
19
- @handler.call(context)
20
- end
21
- end
22
- end
23
- end
24
- end
25
- end