aws-sdk-appstream 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appstream.rb +1 -1
- data/lib/aws-sdk-appstream/client.rb +33 -11
- data/lib/aws-sdk-appstream/client_api.rb +3 -0
- data/lib/aws-sdk-appstream/types.rb +33 -11
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 834355450d2a09b3b003a3f2cc1f9f82b4f54301
|
4
|
+
data.tar.gz: c61b19c8a36958df43cfae8e2bd6b59d46ff7997
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d34b34bfde35503186804e669a39ba731f42d6d4184438cd9ebf42a791053e1bc8035f60b38f7b99e5d537168ed0d27d3a8e4d14086b28a6ec3cff49fec1a4d4
|
7
|
+
data.tar.gz: b5cbfef8bf0795a61585741bd0ac64414f9d0b7f05efad1e2603e441ecd267efd159874ce4640ade69b10f7191e319bbaae5ee86fc2b6ed0a4745b74470b908b
|
data/lib/aws-sdk-appstream.rb
CHANGED
@@ -237,8 +237,8 @@ module Aws::AppStream
|
|
237
237
|
# Unique name of the image used by the fleet.
|
238
238
|
#
|
239
239
|
# @option params [required, String] :instance_type
|
240
|
-
# The instance type
|
241
|
-
#
|
240
|
+
# The instance type to use when launching fleet instances. The following
|
241
|
+
# instance types are available:
|
242
242
|
#
|
243
243
|
# * stream.standard.medium
|
244
244
|
#
|
@@ -264,13 +264,23 @@ module Aws::AppStream
|
|
264
264
|
#
|
265
265
|
# * stream.memory.8xlarge
|
266
266
|
#
|
267
|
+
# * stream.graphics-design.large
|
268
|
+
#
|
269
|
+
# * stream.graphics-design.xlarge
|
270
|
+
#
|
271
|
+
# * stream.graphics-design.2xlarge
|
272
|
+
#
|
273
|
+
# * stream.graphics-design.4xlarge
|
274
|
+
#
|
275
|
+
# * stream.graphics-desktop.2xlarge
|
276
|
+
#
|
267
277
|
# * stream.graphics-pro.4xlarge
|
268
278
|
#
|
269
279
|
# * stream.graphics-pro.8xlarge
|
270
280
|
#
|
271
281
|
# * stream.graphics-pro.16xlarge
|
272
282
|
#
|
273
|
-
#
|
283
|
+
# @option params [String] :fleet_type
|
274
284
|
#
|
275
285
|
# @option params [required, Types::ComputeCapacity] :compute_capacity
|
276
286
|
# The parameters for the capacity allocated to the fleet.
|
@@ -312,6 +322,7 @@ module Aws::AppStream
|
|
312
322
|
# name: "Name", # required
|
313
323
|
# image_name: "String", # required
|
314
324
|
# instance_type: "String", # required
|
325
|
+
# fleet_type: "ALWAYS_ON", # accepts ALWAYS_ON, ON_DEMAND
|
315
326
|
# compute_capacity: { # required
|
316
327
|
# desired_instances: 1, # required
|
317
328
|
# },
|
@@ -338,6 +349,7 @@ module Aws::AppStream
|
|
338
349
|
# resp.fleet.description #=> String
|
339
350
|
# resp.fleet.image_name #=> String
|
340
351
|
# resp.fleet.instance_type #=> String
|
352
|
+
# resp.fleet.fleet_type #=> String, one of "ALWAYS_ON", "ON_DEMAND"
|
341
353
|
# resp.fleet.compute_capacity_status.desired #=> Integer
|
342
354
|
# resp.fleet.compute_capacity_status.running #=> Integer
|
343
355
|
# resp.fleet.compute_capacity_status.in_use #=> Integer
|
@@ -351,7 +363,7 @@ module Aws::AppStream
|
|
351
363
|
# resp.fleet.vpc_config.security_group_ids[0] #=> String
|
352
364
|
# resp.fleet.created_time #=> Time
|
353
365
|
# resp.fleet.fleet_errors #=> Array
|
354
|
-
# resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
366
|
+
# resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
355
367
|
# resp.fleet.fleet_errors[0].error_message #=> String
|
356
368
|
# resp.fleet.enable_default_internet_access #=> Boolean
|
357
369
|
# resp.fleet.domain_join_info.directory_name #=> String
|
@@ -621,6 +633,7 @@ module Aws::AppStream
|
|
621
633
|
# resp.fleets[0].description #=> String
|
622
634
|
# resp.fleets[0].image_name #=> String
|
623
635
|
# resp.fleets[0].instance_type #=> String
|
636
|
+
# resp.fleets[0].fleet_type #=> String, one of "ALWAYS_ON", "ON_DEMAND"
|
624
637
|
# resp.fleets[0].compute_capacity_status.desired #=> Integer
|
625
638
|
# resp.fleets[0].compute_capacity_status.running #=> Integer
|
626
639
|
# resp.fleets[0].compute_capacity_status.in_use #=> Integer
|
@@ -634,7 +647,7 @@ module Aws::AppStream
|
|
634
647
|
# resp.fleets[0].vpc_config.security_group_ids[0] #=> String
|
635
648
|
# resp.fleets[0].created_time #=> Time
|
636
649
|
# resp.fleets[0].fleet_errors #=> Array
|
637
|
-
# resp.fleets[0].fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
650
|
+
# resp.fleets[0].fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
638
651
|
# resp.fleets[0].fleet_errors[0].error_message #=> String
|
639
652
|
# resp.fleets[0].enable_default_internet_access #=> Boolean
|
640
653
|
# resp.fleets[0].domain_join_info.directory_name #=> String
|
@@ -1043,8 +1056,8 @@ module Aws::AppStream
|
|
1043
1056
|
# The name of the fleet.
|
1044
1057
|
#
|
1045
1058
|
# @option params [String] :instance_type
|
1046
|
-
# The instance type
|
1047
|
-
#
|
1059
|
+
# The instance type to use when launching fleet instances. The following
|
1060
|
+
# instance types are available:
|
1048
1061
|
#
|
1049
1062
|
# * stream.standard.medium
|
1050
1063
|
#
|
@@ -1070,14 +1083,22 @@ module Aws::AppStream
|
|
1070
1083
|
#
|
1071
1084
|
# * stream.memory.8xlarge
|
1072
1085
|
#
|
1086
|
+
# * stream.graphics-design.large
|
1087
|
+
#
|
1088
|
+
# * stream.graphics-design.xlarge
|
1089
|
+
#
|
1090
|
+
# * stream.graphics-design.2xlarge
|
1091
|
+
#
|
1092
|
+
# * stream.graphics-design.4xlarge
|
1093
|
+
#
|
1094
|
+
# * stream.graphics-desktop.2xlarge
|
1095
|
+
#
|
1073
1096
|
# * stream.graphics-pro.4xlarge
|
1074
1097
|
#
|
1075
1098
|
# * stream.graphics-pro.8xlarge
|
1076
1099
|
#
|
1077
1100
|
# * stream.graphics-pro.16xlarge
|
1078
1101
|
#
|
1079
|
-
# * stream.graphics-desktop.2xlarge
|
1080
|
-
#
|
1081
1102
|
# @option params [Types::ComputeCapacity] :compute_capacity
|
1082
1103
|
# The parameters for the capacity allocated to the fleet.
|
1083
1104
|
#
|
@@ -1152,6 +1173,7 @@ module Aws::AppStream
|
|
1152
1173
|
# resp.fleet.description #=> String
|
1153
1174
|
# resp.fleet.image_name #=> String
|
1154
1175
|
# resp.fleet.instance_type #=> String
|
1176
|
+
# resp.fleet.fleet_type #=> String, one of "ALWAYS_ON", "ON_DEMAND"
|
1155
1177
|
# resp.fleet.compute_capacity_status.desired #=> Integer
|
1156
1178
|
# resp.fleet.compute_capacity_status.running #=> Integer
|
1157
1179
|
# resp.fleet.compute_capacity_status.in_use #=> Integer
|
@@ -1165,7 +1187,7 @@ module Aws::AppStream
|
|
1165
1187
|
# resp.fleet.vpc_config.security_group_ids[0] #=> String
|
1166
1188
|
# resp.fleet.created_time #=> Time
|
1167
1189
|
# resp.fleet.fleet_errors #=> Array
|
1168
|
-
# resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
1190
|
+
# resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
1169
1191
|
# resp.fleet.fleet_errors[0].error_message #=> String
|
1170
1192
|
# resp.fleet.enable_default_internet_access #=> Boolean
|
1171
1193
|
# resp.fleet.domain_join_info.directory_name #=> String
|
@@ -1252,7 +1274,7 @@ module Aws::AppStream
|
|
1252
1274
|
params: params,
|
1253
1275
|
config: config)
|
1254
1276
|
context[:gem_name] = 'aws-sdk-appstream'
|
1255
|
-
context[:gem_version] = '1.
|
1277
|
+
context[:gem_version] = '1.1.0'
|
1256
1278
|
Seahorse::Client::Request.new(handlers, context)
|
1257
1279
|
end
|
1258
1280
|
|
@@ -68,6 +68,7 @@ module Aws::AppStream
|
|
68
68
|
FleetErrors = Shapes::ListShape.new(name: 'FleetErrors')
|
69
69
|
FleetList = Shapes::ListShape.new(name: 'FleetList')
|
70
70
|
FleetState = Shapes::StringShape.new(name: 'FleetState')
|
71
|
+
FleetType = Shapes::StringShape.new(name: 'FleetType')
|
71
72
|
Image = Shapes::StructureShape.new(name: 'Image')
|
72
73
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
73
74
|
ImageState = Shapes::StringShape.new(name: 'ImageState')
|
@@ -163,6 +164,7 @@ module Aws::AppStream
|
|
163
164
|
CreateFleetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
164
165
|
CreateFleetRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ImageName"))
|
165
166
|
CreateFleetRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
|
167
|
+
CreateFleetRequest.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
166
168
|
CreateFleetRequest.add_member(:compute_capacity, Shapes::ShapeRef.new(shape: ComputeCapacity, required: true, location_name: "ComputeCapacity"))
|
167
169
|
CreateFleetRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
168
170
|
CreateFleetRequest.add_member(:max_user_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxUserDurationInSeconds"))
|
@@ -286,6 +288,7 @@ module Aws::AppStream
|
|
286
288
|
Fleet.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
287
289
|
Fleet.add_member(:image_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ImageName"))
|
288
290
|
Fleet.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
|
291
|
+
Fleet.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
289
292
|
Fleet.add_member(:compute_capacity_status, Shapes::ShapeRef.new(shape: ComputeCapacityStatus, required: true, location_name: "ComputeCapacityStatus"))
|
290
293
|
Fleet.add_member(:max_user_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxUserDurationInSeconds"))
|
291
294
|
Fleet.add_member(:disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DisconnectTimeoutInSeconds"))
|
@@ -186,6 +186,7 @@ module Aws::AppStream
|
|
186
186
|
# name: "Name", # required
|
187
187
|
# image_name: "String", # required
|
188
188
|
# instance_type: "String", # required
|
189
|
+
# fleet_type: "ALWAYS_ON", # accepts ALWAYS_ON, ON_DEMAND
|
189
190
|
# compute_capacity: { # required
|
190
191
|
# desired_instances: 1, # required
|
191
192
|
# },
|
@@ -213,9 +214,8 @@ module Aws::AppStream
|
|
213
214
|
# @return [String]
|
214
215
|
#
|
215
216
|
# @!attribute [rw] instance_type
|
216
|
-
# The instance type
|
217
|
-
#
|
218
|
-
# types are:
|
217
|
+
# The instance type to use when launching fleet instances. The
|
218
|
+
# following instance types are available:
|
219
219
|
#
|
220
220
|
# * stream.standard.medium
|
221
221
|
#
|
@@ -241,13 +241,24 @@ module Aws::AppStream
|
|
241
241
|
#
|
242
242
|
# * stream.memory.8xlarge
|
243
243
|
#
|
244
|
+
# * stream.graphics-design.large
|
245
|
+
#
|
246
|
+
# * stream.graphics-design.xlarge
|
247
|
+
#
|
248
|
+
# * stream.graphics-design.2xlarge
|
249
|
+
#
|
250
|
+
# * stream.graphics-design.4xlarge
|
251
|
+
#
|
252
|
+
# * stream.graphics-desktop.2xlarge
|
253
|
+
#
|
244
254
|
# * stream.graphics-pro.4xlarge
|
245
255
|
#
|
246
256
|
# * stream.graphics-pro.8xlarge
|
247
257
|
#
|
248
258
|
# * stream.graphics-pro.16xlarge
|
259
|
+
# @return [String]
|
249
260
|
#
|
250
|
-
#
|
261
|
+
# @!attribute [rw] fleet_type
|
251
262
|
# @return [String]
|
252
263
|
#
|
253
264
|
# @!attribute [rw] compute_capacity
|
@@ -294,6 +305,7 @@ module Aws::AppStream
|
|
294
305
|
:name,
|
295
306
|
:image_name,
|
296
307
|
:instance_type,
|
308
|
+
:fleet_type,
|
297
309
|
:compute_capacity,
|
298
310
|
:vpc_config,
|
299
311
|
:max_user_duration_in_seconds,
|
@@ -870,8 +882,10 @@ module Aws::AppStream
|
|
870
882
|
# @return [String]
|
871
883
|
#
|
872
884
|
# @!attribute [rw] instance_type
|
873
|
-
# The instance type
|
874
|
-
#
|
885
|
+
# The instance type to use when launching fleet instances.
|
886
|
+
# @return [String]
|
887
|
+
#
|
888
|
+
# @!attribute [rw] fleet_type
|
875
889
|
# @return [String]
|
876
890
|
#
|
877
891
|
# @!attribute [rw] compute_capacity_status
|
@@ -925,6 +939,7 @@ module Aws::AppStream
|
|
925
939
|
:description,
|
926
940
|
:image_name,
|
927
941
|
:instance_type,
|
942
|
+
:fleet_type,
|
928
943
|
:compute_capacity_status,
|
929
944
|
:max_user_duration_in_seconds,
|
930
945
|
:disconnect_timeout_in_seconds,
|
@@ -1426,9 +1441,8 @@ module Aws::AppStream
|
|
1426
1441
|
# @return [String]
|
1427
1442
|
#
|
1428
1443
|
# @!attribute [rw] instance_type
|
1429
|
-
# The instance type
|
1430
|
-
#
|
1431
|
-
# types are:
|
1444
|
+
# The instance type to use when launching fleet instances. The
|
1445
|
+
# following instance types are available:
|
1432
1446
|
#
|
1433
1447
|
# * stream.standard.medium
|
1434
1448
|
#
|
@@ -1454,13 +1468,21 @@ module Aws::AppStream
|
|
1454
1468
|
#
|
1455
1469
|
# * stream.memory.8xlarge
|
1456
1470
|
#
|
1471
|
+
# * stream.graphics-design.large
|
1472
|
+
#
|
1473
|
+
# * stream.graphics-design.xlarge
|
1474
|
+
#
|
1475
|
+
# * stream.graphics-design.2xlarge
|
1476
|
+
#
|
1477
|
+
# * stream.graphics-design.4xlarge
|
1478
|
+
#
|
1479
|
+
# * stream.graphics-desktop.2xlarge
|
1480
|
+
#
|
1457
1481
|
# * stream.graphics-pro.4xlarge
|
1458
1482
|
#
|
1459
1483
|
# * stream.graphics-pro.8xlarge
|
1460
1484
|
#
|
1461
1485
|
# * stream.graphics-pro.16xlarge
|
1462
|
-
#
|
1463
|
-
# * stream.graphics-desktop.2xlarge
|
1464
1486
|
# @return [String]
|
1465
1487
|
#
|
1466
1488
|
# @!attribute [rw] compute_capacity
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appstream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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: 2017-
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -57,7 +57,9 @@ files:
|
|
57
57
|
homepage: http://github.com/aws/aws-sdk-ruby
|
58
58
|
licenses:
|
59
59
|
- Apache-2.0
|
60
|
-
metadata:
|
60
|
+
metadata:
|
61
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream
|
62
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream/CHANGELOG.md
|
61
63
|
post_install_message:
|
62
64
|
rdoc_options: []
|
63
65
|
require_paths:
|