aws-sdk-nimblestudio 1.16.0 → 1.17.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.
@@ -24,6 +24,7 @@ module Aws::NimbleStudio
24
24
  ActiveDirectoryDnsIpAddress = Shapes::StringShape.new(name: 'ActiveDirectoryDnsIpAddress')
25
25
  ActiveDirectoryDnsIpAddressList = Shapes::ListShape.new(name: 'ActiveDirectoryDnsIpAddressList')
26
26
  ActiveDirectoryOrganizationalUnitDistinguishedName = Shapes::StringShape.new(name: 'ActiveDirectoryOrganizationalUnitDistinguishedName')
27
+ AutomaticTerminationMode = Shapes::StringShape.new(name: 'AutomaticTerminationMode')
27
28
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
28
29
  ComputeFarmConfiguration = Shapes::StructureShape.new(name: 'ComputeFarmConfiguration')
29
30
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
@@ -78,6 +79,8 @@ module Aws::NimbleStudio
78
79
  GetLaunchProfileResponse = Shapes::StructureShape.new(name: 'GetLaunchProfileResponse')
79
80
  GetStreamingImageRequest = Shapes::StructureShape.new(name: 'GetStreamingImageRequest')
80
81
  GetStreamingImageResponse = Shapes::StructureShape.new(name: 'GetStreamingImageResponse')
82
+ GetStreamingSessionBackupRequest = Shapes::StructureShape.new(name: 'GetStreamingSessionBackupRequest')
83
+ GetStreamingSessionBackupResponse = Shapes::StructureShape.new(name: 'GetStreamingSessionBackupResponse')
81
84
  GetStreamingSessionRequest = Shapes::StructureShape.new(name: 'GetStreamingSessionRequest')
82
85
  GetStreamingSessionResponse = Shapes::StructureShape.new(name: 'GetStreamingSessionResponse')
83
86
  GetStreamingSessionStreamRequest = Shapes::StructureShape.new(name: 'GetStreamingSessionStreamRequest')
@@ -126,6 +129,8 @@ module Aws::NimbleStudio
126
129
  ListLaunchProfilesResponse = Shapes::StructureShape.new(name: 'ListLaunchProfilesResponse')
127
130
  ListStreamingImagesRequest = Shapes::StructureShape.new(name: 'ListStreamingImagesRequest')
128
131
  ListStreamingImagesResponse = Shapes::StructureShape.new(name: 'ListStreamingImagesResponse')
132
+ ListStreamingSessionBackupsRequest = Shapes::StructureShape.new(name: 'ListStreamingSessionBackupsRequest')
133
+ ListStreamingSessionBackupsResponse = Shapes::StructureShape.new(name: 'ListStreamingSessionBackupsResponse')
129
134
  ListStreamingSessionsRequest = Shapes::StructureShape.new(name: 'ListStreamingSessionsRequest')
130
135
  ListStreamingSessionsResponse = Shapes::StructureShape.new(name: 'ListStreamingSessionsResponse')
131
136
  ListStudioComponentsRequest = Shapes::StructureShape.new(name: 'ListStudioComponentsRequest')
@@ -154,6 +159,8 @@ module Aws::NimbleStudio
154
159
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
155
160
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
156
161
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
162
+ SessionBackupMode = Shapes::StringShape.new(name: 'SessionBackupMode')
163
+ SessionPersistenceMode = Shapes::StringShape.new(name: 'SessionPersistenceMode')
157
164
  SharedFileSystemConfiguration = Shapes::StructureShape.new(name: 'SharedFileSystemConfiguration')
158
165
  StartStreamingSessionRequest = Shapes::StructureShape.new(name: 'StartStreamingSessionRequest')
159
166
  StartStreamingSessionResponse = Shapes::StructureShape.new(name: 'StartStreamingSessionResponse')
@@ -163,8 +170,10 @@ module Aws::NimbleStudio
163
170
  StopStreamingSessionResponse = Shapes::StructureShape.new(name: 'StopStreamingSessionResponse')
164
171
  StreamConfiguration = Shapes::StructureShape.new(name: 'StreamConfiguration')
165
172
  StreamConfigurationCreate = Shapes::StructureShape.new(name: 'StreamConfigurationCreate')
173
+ StreamConfigurationMaxBackupsToRetain = Shapes::IntegerShape.new(name: 'StreamConfigurationMaxBackupsToRetain')
166
174
  StreamConfigurationMaxSessionLengthInMinutes = Shapes::IntegerShape.new(name: 'StreamConfigurationMaxSessionLengthInMinutes')
167
175
  StreamConfigurationMaxStoppedSessionLengthInMinutes = Shapes::IntegerShape.new(name: 'StreamConfigurationMaxStoppedSessionLengthInMinutes')
176
+ StreamConfigurationSessionBackup = Shapes::StructureShape.new(name: 'StreamConfigurationSessionBackup')
168
177
  StreamConfigurationSessionStorage = Shapes::StructureShape.new(name: 'StreamConfigurationSessionStorage')
169
178
  StreamingClipboardMode = Shapes::StringShape.new(name: 'StreamingClipboardMode')
170
179
  StreamingImage = Shapes::StructureShape.new(name: 'StreamingImage')
@@ -183,6 +192,8 @@ module Aws::NimbleStudio
183
192
  StreamingInstanceType = Shapes::StringShape.new(name: 'StreamingInstanceType')
184
193
  StreamingInstanceTypeList = Shapes::ListShape.new(name: 'StreamingInstanceTypeList')
185
194
  StreamingSession = Shapes::StructureShape.new(name: 'StreamingSession')
195
+ StreamingSessionBackup = Shapes::StructureShape.new(name: 'StreamingSessionBackup')
196
+ StreamingSessionBackupList = Shapes::ListShape.new(name: 'StreamingSessionBackupList')
186
197
  StreamingSessionId = Shapes::StringShape.new(name: 'StreamingSessionId')
187
198
  StreamingSessionList = Shapes::ListShape.new(name: 'StreamingSessionList')
188
199
  StreamingSessionState = Shapes::StringShape.new(name: 'StreamingSessionState')
@@ -250,6 +261,11 @@ module Aws::NimbleStudio
250
261
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
251
262
  ValidationResult = Shapes::StructureShape.new(name: 'ValidationResult')
252
263
  ValidationResults = Shapes::ListShape.new(name: 'ValidationResults')
264
+ VolumeConfiguration = Shapes::StructureShape.new(name: 'VolumeConfiguration')
265
+ VolumeIops = Shapes::IntegerShape.new(name: 'VolumeIops')
266
+ VolumeRetentionMode = Shapes::StringShape.new(name: 'VolumeRetentionMode')
267
+ VolumeSizeInGiB = Shapes::IntegerShape.new(name: 'VolumeSizeInGiB')
268
+ VolumeThroughputInMiBs = Shapes::IntegerShape.new(name: 'VolumeThroughputInMiBs')
253
269
  WindowsMountDrive = Shapes::StringShape.new(name: 'WindowsMountDrive')
254
270
 
255
271
  AcceptEulasRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
@@ -314,7 +330,7 @@ module Aws::NimbleStudio
314
330
 
315
331
  CreateStreamingSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
316
332
  CreateStreamingSessionRequest.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: StreamingInstanceType, location_name: "ec2InstanceType"))
317
- CreateStreamingSessionRequest.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "launchProfileId"))
333
+ CreateStreamingSessionRequest.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "launchProfileId"))
318
334
  CreateStreamingSessionRequest.add_member(:owned_by, Shapes::ShapeRef.new(shape: String, location_name: "ownedBy"))
319
335
  CreateStreamingSessionRequest.add_member(:streaming_image_id, Shapes::ShapeRef.new(shape: StreamingImageId, location_name: "streamingImageId"))
320
336
  CreateStreamingSessionRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
@@ -489,6 +505,13 @@ module Aws::NimbleStudio
489
505
  GetStreamingImageResponse.add_member(:streaming_image, Shapes::ShapeRef.new(shape: StreamingImage, location_name: "streamingImage"))
490
506
  GetStreamingImageResponse.struct_class = Types::GetStreamingImageResponse
491
507
 
508
+ GetStreamingSessionBackupRequest.add_member(:backup_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "backupId"))
509
+ GetStreamingSessionBackupRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
510
+ GetStreamingSessionBackupRequest.struct_class = Types::GetStreamingSessionBackupRequest
511
+
512
+ GetStreamingSessionBackupResponse.add_member(:streaming_session_backup, Shapes::ShapeRef.new(shape: StreamingSessionBackup, location_name: "streamingSessionBackup"))
513
+ GetStreamingSessionBackupResponse.struct_class = Types::GetStreamingSessionBackupResponse
514
+
492
515
  GetStreamingSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "sessionId"))
493
516
  GetStreamingSessionRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
494
517
  GetStreamingSessionRequest.struct_class = Types::GetStreamingSessionRequest
@@ -645,6 +668,15 @@ module Aws::NimbleStudio
645
668
  ListStreamingImagesResponse.add_member(:streaming_images, Shapes::ShapeRef.new(shape: StreamingImageList, location_name: "streamingImages"))
646
669
  ListStreamingImagesResponse.struct_class = Types::ListStreamingImagesResponse
647
670
 
671
+ ListStreamingSessionBackupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
672
+ ListStreamingSessionBackupsRequest.add_member(:owned_by, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ownedBy"))
673
+ ListStreamingSessionBackupsRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
674
+ ListStreamingSessionBackupsRequest.struct_class = Types::ListStreamingSessionBackupsRequest
675
+
676
+ ListStreamingSessionBackupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
677
+ ListStreamingSessionBackupsResponse.add_member(:streaming_session_backups, Shapes::ShapeRef.new(shape: StreamingSessionBackupList, location_name: "streamingSessionBackups"))
678
+ ListStreamingSessionBackupsResponse.struct_class = Types::ListStreamingSessionBackupsResponse
679
+
648
680
  ListStreamingSessionsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "createdBy"))
649
681
  ListStreamingSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
650
682
  ListStreamingSessionsRequest.add_member(:owned_by, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ownedBy"))
@@ -739,6 +771,7 @@ module Aws::NimbleStudio
739
771
  SharedFileSystemConfiguration.add_member(:windows_mount_drive, Shapes::ShapeRef.new(shape: WindowsMountDrive, location_name: "windowsMountDrive"))
740
772
  SharedFileSystemConfiguration.struct_class = Types::SharedFileSystemConfiguration
741
773
 
774
+ StartStreamingSessionRequest.add_member(:backup_id, Shapes::ShapeRef.new(shape: String, location_name: "backupId"))
742
775
  StartStreamingSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
743
776
  StartStreamingSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "sessionId"))
744
777
  StartStreamingSessionRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
@@ -757,27 +790,40 @@ module Aws::NimbleStudio
757
790
  StopStreamingSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
758
791
  StopStreamingSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "sessionId"))
759
792
  StopStreamingSessionRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
793
+ StopStreamingSessionRequest.add_member(:volume_retention_mode, Shapes::ShapeRef.new(shape: VolumeRetentionMode, location_name: "volumeRetentionMode"))
760
794
  StopStreamingSessionRequest.struct_class = Types::StopStreamingSessionRequest
761
795
 
762
796
  StopStreamingSessionResponse.add_member(:session, Shapes::ShapeRef.new(shape: StreamingSession, location_name: "session"))
763
797
  StopStreamingSessionResponse.struct_class = Types::StopStreamingSessionResponse
764
798
 
799
+ StreamConfiguration.add_member(:automatic_termination_mode, Shapes::ShapeRef.new(shape: AutomaticTerminationMode, location_name: "automaticTerminationMode"))
765
800
  StreamConfiguration.add_member(:clipboard_mode, Shapes::ShapeRef.new(shape: StreamingClipboardMode, required: true, location_name: "clipboardMode"))
766
801
  StreamConfiguration.add_member(:ec2_instance_types, Shapes::ShapeRef.new(shape: StreamingInstanceTypeList, required: true, location_name: "ec2InstanceTypes"))
767
802
  StreamConfiguration.add_member(:max_session_length_in_minutes, Shapes::ShapeRef.new(shape: StreamConfigurationMaxSessionLengthInMinutes, location_name: "maxSessionLengthInMinutes"))
768
803
  StreamConfiguration.add_member(:max_stopped_session_length_in_minutes, Shapes::ShapeRef.new(shape: StreamConfigurationMaxStoppedSessionLengthInMinutes, location_name: "maxStoppedSessionLengthInMinutes"))
804
+ StreamConfiguration.add_member(:session_backup, Shapes::ShapeRef.new(shape: StreamConfigurationSessionBackup, location_name: "sessionBackup"))
805
+ StreamConfiguration.add_member(:session_persistence_mode, Shapes::ShapeRef.new(shape: SessionPersistenceMode, location_name: "sessionPersistenceMode"))
769
806
  StreamConfiguration.add_member(:session_storage, Shapes::ShapeRef.new(shape: StreamConfigurationSessionStorage, location_name: "sessionStorage"))
770
807
  StreamConfiguration.add_member(:streaming_image_ids, Shapes::ShapeRef.new(shape: StreamingImageIdList, required: true, location_name: "streamingImageIds"))
808
+ StreamConfiguration.add_member(:volume_configuration, Shapes::ShapeRef.new(shape: VolumeConfiguration, location_name: "volumeConfiguration"))
771
809
  StreamConfiguration.struct_class = Types::StreamConfiguration
772
810
 
811
+ StreamConfigurationCreate.add_member(:automatic_termination_mode, Shapes::ShapeRef.new(shape: AutomaticTerminationMode, location_name: "automaticTerminationMode"))
773
812
  StreamConfigurationCreate.add_member(:clipboard_mode, Shapes::ShapeRef.new(shape: StreamingClipboardMode, required: true, location_name: "clipboardMode"))
774
813
  StreamConfigurationCreate.add_member(:ec2_instance_types, Shapes::ShapeRef.new(shape: StreamingInstanceTypeList, required: true, location_name: "ec2InstanceTypes"))
775
814
  StreamConfigurationCreate.add_member(:max_session_length_in_minutes, Shapes::ShapeRef.new(shape: StreamConfigurationMaxSessionLengthInMinutes, location_name: "maxSessionLengthInMinutes"))
776
815
  StreamConfigurationCreate.add_member(:max_stopped_session_length_in_minutes, Shapes::ShapeRef.new(shape: StreamConfigurationMaxStoppedSessionLengthInMinutes, location_name: "maxStoppedSessionLengthInMinutes"))
816
+ StreamConfigurationCreate.add_member(:session_backup, Shapes::ShapeRef.new(shape: StreamConfigurationSessionBackup, location_name: "sessionBackup"))
817
+ StreamConfigurationCreate.add_member(:session_persistence_mode, Shapes::ShapeRef.new(shape: SessionPersistenceMode, location_name: "sessionPersistenceMode"))
777
818
  StreamConfigurationCreate.add_member(:session_storage, Shapes::ShapeRef.new(shape: StreamConfigurationSessionStorage, location_name: "sessionStorage"))
778
819
  StreamConfigurationCreate.add_member(:streaming_image_ids, Shapes::ShapeRef.new(shape: StreamingImageIdList, required: true, location_name: "streamingImageIds"))
820
+ StreamConfigurationCreate.add_member(:volume_configuration, Shapes::ShapeRef.new(shape: VolumeConfiguration, location_name: "volumeConfiguration"))
779
821
  StreamConfigurationCreate.struct_class = Types::StreamConfigurationCreate
780
822
 
823
+ StreamConfigurationSessionBackup.add_member(:max_backups_to_retain, Shapes::ShapeRef.new(shape: StreamConfigurationMaxBackupsToRetain, location_name: "maxBackupsToRetain"))
824
+ StreamConfigurationSessionBackup.add_member(:mode, Shapes::ShapeRef.new(shape: SessionBackupMode, location_name: "mode"))
825
+ StreamConfigurationSessionBackup.struct_class = Types::StreamConfigurationSessionBackup
826
+
781
827
  StreamConfigurationSessionStorage.add_member(:mode, Shapes::ShapeRef.new(shape: StreamingSessionStorageModeList, required: true, location_name: "mode"))
782
828
  StreamConfigurationSessionStorage.add_member(:root, Shapes::ShapeRef.new(shape: StreamingSessionStorageRoot, location_name: "root"))
783
829
  StreamConfigurationSessionStorage.struct_class = Types::StreamConfigurationSessionStorage
@@ -808,14 +854,19 @@ module Aws::NimbleStudio
808
854
  StreamingInstanceTypeList.member = Shapes::ShapeRef.new(shape: StreamingInstanceType)
809
855
 
810
856
  StreamingSession.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
857
+ StreamingSession.add_member(:automatic_termination_mode, Shapes::ShapeRef.new(shape: AutomaticTerminationMode, location_name: "automaticTerminationMode"))
858
+ StreamingSession.add_member(:backup_mode, Shapes::ShapeRef.new(shape: SessionBackupMode, location_name: "backupMode"))
811
859
  StreamingSession.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
812
860
  StreamingSession.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
813
861
  StreamingSession.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceType"))
814
862
  StreamingSession.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "launchProfileId"))
863
+ StreamingSession.add_member(:max_backups_to_retain, Shapes::ShapeRef.new(shape: StreamConfigurationMaxBackupsToRetain, location_name: "maxBackupsToRetain"))
815
864
  StreamingSession.add_member(:owned_by, Shapes::ShapeRef.new(shape: String, location_name: "ownedBy"))
816
865
  StreamingSession.add_member(:session_id, Shapes::ShapeRef.new(shape: StreamingSessionId, location_name: "sessionId"))
866
+ StreamingSession.add_member(:session_persistence_mode, Shapes::ShapeRef.new(shape: SessionPersistenceMode, location_name: "sessionPersistenceMode"))
817
867
  StreamingSession.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
818
868
  StreamingSession.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
869
+ StreamingSession.add_member(:started_from_backup_id, Shapes::ShapeRef.new(shape: String, location_name: "startedFromBackupId"))
819
870
  StreamingSession.add_member(:state, Shapes::ShapeRef.new(shape: StreamingSessionState, location_name: "state"))
820
871
  StreamingSession.add_member(:status_code, Shapes::ShapeRef.new(shape: StreamingSessionStatusCode, location_name: "statusCode"))
821
872
  StreamingSession.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
@@ -827,8 +878,24 @@ module Aws::NimbleStudio
827
878
  StreamingSession.add_member(:terminate_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "terminateAt"))
828
879
  StreamingSession.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
829
880
  StreamingSession.add_member(:updated_by, Shapes::ShapeRef.new(shape: String, location_name: "updatedBy"))
881
+ StreamingSession.add_member(:volume_configuration, Shapes::ShapeRef.new(shape: VolumeConfiguration, location_name: "volumeConfiguration"))
882
+ StreamingSession.add_member(:volume_retention_mode, Shapes::ShapeRef.new(shape: VolumeRetentionMode, location_name: "volumeRetentionMode"))
830
883
  StreamingSession.struct_class = Types::StreamingSession
831
884
 
885
+ StreamingSessionBackup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
886
+ StreamingSessionBackup.add_member(:backup_id, Shapes::ShapeRef.new(shape: String, location_name: "backupId"))
887
+ StreamingSessionBackup.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
888
+ StreamingSessionBackup.add_member(:launch_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "launchProfileId"))
889
+ StreamingSessionBackup.add_member(:owned_by, Shapes::ShapeRef.new(shape: String, location_name: "ownedBy"))
890
+ StreamingSessionBackup.add_member(:session_id, Shapes::ShapeRef.new(shape: StreamingSessionId, location_name: "sessionId"))
891
+ StreamingSessionBackup.add_member(:state, Shapes::ShapeRef.new(shape: StreamingSessionState, location_name: "state"))
892
+ StreamingSessionBackup.add_member(:status_code, Shapes::ShapeRef.new(shape: StreamingSessionStatusCode, location_name: "statusCode"))
893
+ StreamingSessionBackup.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
894
+ StreamingSessionBackup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
895
+ StreamingSessionBackup.struct_class = Types::StreamingSessionBackup
896
+
897
+ StreamingSessionBackupList.member = Shapes::ShapeRef.new(shape: StreamingSessionBackup)
898
+
832
899
  StreamingSessionList.member = Shapes::ShapeRef.new(shape: StreamingSession)
833
900
 
834
901
  StreamingSessionStorageModeList.member = Shapes::ShapeRef.new(shape: StreamingSessionStorageMode)
@@ -1040,6 +1107,11 @@ module Aws::NimbleStudio
1040
1107
 
1041
1108
  ValidationResults.member = Shapes::ShapeRef.new(shape: ValidationResult)
1042
1109
 
1110
+ VolumeConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: VolumeIops, location_name: "iops"))
1111
+ VolumeConfiguration.add_member(:size, Shapes::ShapeRef.new(shape: VolumeSizeInGiB, location_name: "size"))
1112
+ VolumeConfiguration.add_member(:throughput, Shapes::ShapeRef.new(shape: VolumeThroughputInMiBs, location_name: "throughput"))
1113
+ VolumeConfiguration.struct_class = Types::VolumeConfiguration
1114
+
1043
1115
 
1044
1116
  # @api private
1045
1117
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1373,6 +1445,20 @@ module Aws::NimbleStudio
1373
1445
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1374
1446
  end)
1375
1447
 
1448
+ api.add_operation(:get_streaming_session_backup, Seahorse::Model::Operation.new.tap do |o|
1449
+ o.name = "GetStreamingSessionBackup"
1450
+ o.http_method = "GET"
1451
+ o.http_request_uri = "/2020-08-01/studios/{studioId}/streaming-session-backups/{backupId}"
1452
+ o.input = Shapes::ShapeRef.new(shape: GetStreamingSessionBackupRequest)
1453
+ o.output = Shapes::ShapeRef.new(shape: GetStreamingSessionBackupResponse)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1460
+ end)
1461
+
1376
1462
  api.add_operation(:get_streaming_session_stream, Seahorse::Model::Operation.new.tap do |o|
1377
1463
  o.name = "GetStreamingSessionStream"
1378
1464
  o.http_method = "GET"
@@ -1535,6 +1621,25 @@ module Aws::NimbleStudio
1535
1621
  )
1536
1622
  end)
1537
1623
 
1624
+ api.add_operation(:list_streaming_session_backups, Seahorse::Model::Operation.new.tap do |o|
1625
+ o.name = "ListStreamingSessionBackups"
1626
+ o.http_method = "GET"
1627
+ o.http_request_uri = "/2020-08-01/studios/{studioId}/streaming-session-backups"
1628
+ o.input = Shapes::ShapeRef.new(shape: ListStreamingSessionBackupsRequest)
1629
+ o.output = Shapes::ShapeRef.new(shape: ListStreamingSessionBackupsResponse)
1630
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1636
+ o[:pager] = Aws::Pager.new(
1637
+ tokens: {
1638
+ "next_token" => "next_token"
1639
+ }
1640
+ )
1641
+ end)
1642
+
1538
1643
  api.add_operation(:list_streaming_sessions, Seahorse::Model::Operation.new.tap do |o|
1539
1644
  o.name = "ListStreamingSessions"
1540
1645
  o.http_method = "GET"
@@ -50,6 +50,9 @@ module Aws::NimbleStudio
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,82 +29,81 @@ module Aws::NimbleStudio
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
+ cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
+ dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
+ ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
+ ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
+ b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
+ VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
+ Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
+ b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
+ XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
+ cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
+ fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
+ Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
+ bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
+ eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
+ b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
+ Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
+ XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
+ OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
+ InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
+ IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
+ Ly9uaW1ibGUtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxT
76
+ dGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319
77
+ LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9y
78
+ IjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBw
79
+ YXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUi
80
+ OiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVh
81
+ bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6
82
+ InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
83
+ RXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2Ijpb
84
+ eyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1d
85
+ LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlw
86
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
87
+ Ijp7InVybCI6Imh0dHBzOi8vbmltYmxlLWZpcHMue1JlZ2lvbn0ue1BhcnRp
88
+ dGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRl
89
+ cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6
90
+ W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlv
91
+ biBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsi
92
+ Y29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3si
93
+ cmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJy
94
+ dWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwi
73
95
  YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
96
  YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
97
  cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL25pbWJsZS1maXBzLntSZWdpb259LntQYXJ0
77
- aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMi
78
- Ont9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25k
79
- aXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVu
80
- YWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9u
81
- ZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7
82
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMi
83
- fSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
84
- IjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoi
85
- Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJz
86
- dXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
87
- bmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
88
- b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9uaW1ibGUtZmlw
89
- cy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9w
90
- ZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19
91
- XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVuYWJsZWQg
92
- YnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQUyIsInR5
93
- cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5F
94
- cXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1d
95
- LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6
96
- ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIs
97
- ImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1
98
- YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
99
- aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vbmltYmxlLntS
100
- ZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIs
101
- InByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2lu
102
- dCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMg
103
- ZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBE
104
- dWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W10s
105
- ImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vbmltYmxlLntSZWdpb259LntQ
106
- YXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJo
107
- ZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
98
+ dCI6eyJ1cmwiOiJodHRwczovL25pbWJsZS57UmVnaW9ufS57UGFydGl0aW9u
99
+ UmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwi
100
+ aGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9u
101
+ cyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRoaXMg
102
+ cGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlwZSI6
103
+ ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwi
104
+ OiJodHRwczovL25pbWJsZS57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ru
105
+ c1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
106
+ IjoiZW5kcG9pbnQifV19XX0=
108
107
 
109
108
  JSON
110
109
  end
@@ -305,6 +305,20 @@ module Aws::NimbleStudio
305
305
  end
306
306
  end
307
307
 
308
+ class GetStreamingSessionBackup
309
+ def self.build(context)
310
+ unless context.config.regional_endpoint
311
+ endpoint = context.config.endpoint.to_s
312
+ end
313
+ Aws::NimbleStudio::EndpointParameters.new(
314
+ region: context.config.region,
315
+ use_dual_stack: context.config.use_dualstack_endpoint,
316
+ use_fips: context.config.use_fips_endpoint,
317
+ endpoint: endpoint,
318
+ )
319
+ end
320
+ end
321
+
308
322
  class GetStreamingSessionStream
309
323
  def self.build(context)
310
324
  unless context.config.regional_endpoint
@@ -431,6 +445,20 @@ module Aws::NimbleStudio
431
445
  end
432
446
  end
433
447
 
448
+ class ListStreamingSessionBackups
449
+ def self.build(context)
450
+ unless context.config.regional_endpoint
451
+ endpoint = context.config.endpoint.to_s
452
+ end
453
+ Aws::NimbleStudio::EndpointParameters.new(
454
+ region: context.config.region,
455
+ use_dual_stack: context.config.use_dualstack_endpoint,
456
+ use_fips: context.config.use_fips_endpoint,
457
+ endpoint: endpoint,
458
+ )
459
+ end
460
+ end
461
+
434
462
  class ListStreamingSessions
435
463
  def self.build(context)
436
464
  unless context.config.regional_endpoint
@@ -98,6 +98,8 @@ module Aws::NimbleStudio
98
98
  Aws::NimbleStudio::Endpoints::GetStreamingImage.build(context)
99
99
  when :get_streaming_session
100
100
  Aws::NimbleStudio::Endpoints::GetStreamingSession.build(context)
101
+ when :get_streaming_session_backup
102
+ Aws::NimbleStudio::Endpoints::GetStreamingSessionBackup.build(context)
101
103
  when :get_streaming_session_stream
102
104
  Aws::NimbleStudio::Endpoints::GetStreamingSessionStream.build(context)
103
105
  when :get_studio
@@ -116,6 +118,8 @@ module Aws::NimbleStudio
116
118
  Aws::NimbleStudio::Endpoints::ListLaunchProfiles.build(context)
117
119
  when :list_streaming_images
118
120
  Aws::NimbleStudio::Endpoints::ListStreamingImages.build(context)
121
+ when :list_streaming_session_backups
122
+ Aws::NimbleStudio::Endpoints::ListStreamingSessionBackups.build(context)
119
123
  when :list_streaming_sessions
120
124
  Aws::NimbleStudio::Endpoints::ListStreamingSessions.build(context)
121
125
  when :list_studio_components