aws-sdk-core 2.5.4 → 2.5.5

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
  SHA1:
3
- metadata.gz: 73377d62c2e608b8522a9bfc8108d39909402f9b
4
- data.tar.gz: 3c64d1bcbf921ca9bdd61978306fde571f00c1f1
3
+ metadata.gz: aca7aa20e974dcbc260c979a2e67c6a24d29b5a2
4
+ data.tar.gz: 1fe5dff497de1d0d26feff2acd5046b53b615b96
5
5
  SHA512:
6
- metadata.gz: 0e80c566db8aa3f13577244a5a3e1644f0068820c028a776d48a03733251e235d47f02a0f7a92927a18eea93c3ffade96c1100d4c8e5465ea7d90adf44195f24
7
- data.tar.gz: 9e04c20023cbeb731e841b01ac84daf30ebc1d1c3c6eb832201e3f7fcc3fe78aaa1148c70f3c12d6f25f64fbf7af9749893735b05693d8164a326048fc632761
6
+ metadata.gz: 8caca9a89a5ecd3032f0f9e38e68a44589652ec7c86d5cf9126707197fa9e1cfc340296bee6d00b6559103e27e76d712f752b63e8f38b231ae94b333c4bf1626
7
+ data.tar.gz: b2355aa5a6a2d5823c6336e09bd70afade78d88378b8e312fbef262617c1aed29102691c06af90e30d0e3a9ff719fcbd14f0ca054bd55ae6020e65623b922f0e
@@ -761,6 +761,24 @@
761
761
  "input":{"shape":"DescribeFlowLogsRequest"},
762
762
  "output":{"shape":"DescribeFlowLogsResult"}
763
763
  },
764
+ "DescribeHostReservationOfferings":{
765
+ "name":"DescribeHostReservationOfferings",
766
+ "http":{
767
+ "method":"POST",
768
+ "requestUri":"/"
769
+ },
770
+ "input":{"shape":"DescribeHostReservationOfferingsRequest"},
771
+ "output":{"shape":"DescribeHostReservationOfferingsResult"}
772
+ },
773
+ "DescribeHostReservations":{
774
+ "name":"DescribeHostReservations",
775
+ "http":{
776
+ "method":"POST",
777
+ "requestUri":"/"
778
+ },
779
+ "input":{"shape":"DescribeHostReservationsRequest"},
780
+ "output":{"shape":"DescribeHostReservationsResult"}
781
+ },
764
782
  "DescribeHosts":{
765
783
  "name":"DescribeHosts",
766
784
  "http":{
@@ -1365,6 +1383,15 @@
1365
1383
  "input":{"shape":"GetConsoleScreenshotRequest"},
1366
1384
  "output":{"shape":"GetConsoleScreenshotResult"}
1367
1385
  },
1386
+ "GetHostReservationPurchasePreview":{
1387
+ "name":"GetHostReservationPurchasePreview",
1388
+ "http":{
1389
+ "method":"POST",
1390
+ "requestUri":"/"
1391
+ },
1392
+ "input":{"shape":"GetHostReservationPurchasePreviewRequest"},
1393
+ "output":{"shape":"GetHostReservationPurchasePreviewResult"}
1394
+ },
1368
1395
  "GetPasswordData":{
1369
1396
  "name":"GetPasswordData",
1370
1397
  "http":{
@@ -1563,6 +1590,15 @@
1563
1590
  "input":{"shape":"MoveAddressToVpcRequest"},
1564
1591
  "output":{"shape":"MoveAddressToVpcResult"}
1565
1592
  },
1593
+ "PurchaseHostReservation":{
1594
+ "name":"PurchaseHostReservation",
1595
+ "http":{
1596
+ "method":"POST",
1597
+ "requestUri":"/"
1598
+ },
1599
+ "input":{"shape":"PurchaseHostReservationRequest"},
1600
+ "output":{"shape":"PurchaseHostReservationResult"}
1601
+ },
1566
1602
  "PurchaseReservedInstancesOffering":{
1567
1603
  "name":"PurchaseReservedInstancesOffering",
1568
1604
  "http":{
@@ -1901,6 +1937,15 @@
1901
1937
  "locationName":"item"
1902
1938
  }
1903
1939
  },
1940
+ "ActivityStatus":{
1941
+ "type":"string",
1942
+ "enum":[
1943
+ "error",
1944
+ "pending_fulfillment",
1945
+ "pending_termination",
1946
+ "fulfilled"
1947
+ ]
1948
+ },
1904
1949
  "Address":{
1905
1950
  "type":"structure",
1906
1951
  "members":{
@@ -4531,6 +4576,52 @@
4531
4576
  }
4532
4577
  }
4533
4578
  },
4579
+ "DescribeHostReservationOfferingsRequest":{
4580
+ "type":"structure",
4581
+ "members":{
4582
+ "OfferingId":{"shape":"String"},
4583
+ "MinDuration":{"shape":"Integer"},
4584
+ "MaxDuration":{"shape":"Integer"},
4585
+ "Filter":{"shape":"FilterList"},
4586
+ "MaxResults":{"shape":"Integer"},
4587
+ "NextToken":{"shape":"String"}
4588
+ }
4589
+ },
4590
+ "DescribeHostReservationOfferingsResult":{
4591
+ "type":"structure",
4592
+ "members":{
4593
+ "OfferingSet":{
4594
+ "shape":"HostOfferingSet",
4595
+ "locationName":"offeringSet"
4596
+ },
4597
+ "NextToken":{
4598
+ "shape":"String",
4599
+ "locationName":"nextToken"
4600
+ }
4601
+ }
4602
+ },
4603
+ "DescribeHostReservationsRequest":{
4604
+ "type":"structure",
4605
+ "members":{
4606
+ "HostReservationIdSet":{"shape":"HostReservationIdSet"},
4607
+ "Filter":{"shape":"FilterList"},
4608
+ "MaxResults":{"shape":"Integer"},
4609
+ "NextToken":{"shape":"String"}
4610
+ }
4611
+ },
4612
+ "DescribeHostReservationsResult":{
4613
+ "type":"structure",
4614
+ "members":{
4615
+ "HostReservationSet":{
4616
+ "shape":"HostReservationSet",
4617
+ "locationName":"hostReservationSet"
4618
+ },
4619
+ "NextToken":{
4620
+ "shape":"String",
4621
+ "locationName":"nextToken"
4622
+ }
4623
+ }
4624
+ },
4534
4625
  "DescribeHostsRequest":{
4535
4626
  "type":"structure",
4536
4627
  "members":{
@@ -6837,6 +6928,38 @@
6837
6928
  }
6838
6929
  }
6839
6930
  },
6931
+ "GetHostReservationPurchasePreviewRequest":{
6932
+ "type":"structure",
6933
+ "required":[
6934
+ "OfferingId",
6935
+ "HostIdSet"
6936
+ ],
6937
+ "members":{
6938
+ "OfferingId":{"shape":"String"},
6939
+ "HostIdSet":{"shape":"RequestHostIdSet"}
6940
+ }
6941
+ },
6942
+ "GetHostReservationPurchasePreviewResult":{
6943
+ "type":"structure",
6944
+ "members":{
6945
+ "Purchase":{
6946
+ "shape":"PurchaseSet",
6947
+ "locationName":"purchase"
6948
+ },
6949
+ "TotalUpfrontPrice":{
6950
+ "shape":"String",
6951
+ "locationName":"totalUpfrontPrice"
6952
+ },
6953
+ "TotalHourlyPrice":{
6954
+ "shape":"String",
6955
+ "locationName":"totalHourlyPrice"
6956
+ },
6957
+ "CurrencyCode":{
6958
+ "shape":"CurrencyCodeValues",
6959
+ "locationName":"currencyCode"
6960
+ }
6961
+ }
6962
+ },
6840
6963
  "GetPasswordDataRequest":{
6841
6964
  "type":"structure",
6842
6965
  "required":["InstanceId"],
@@ -7003,6 +7126,43 @@
7003
7126
  "locationName":"item"
7004
7127
  }
7005
7128
  },
7129
+ "HostOffering":{
7130
+ "type":"structure",
7131
+ "members":{
7132
+ "OfferingId":{
7133
+ "shape":"String",
7134
+ "locationName":"offeringId"
7135
+ },
7136
+ "InstanceFamily":{
7137
+ "shape":"String",
7138
+ "locationName":"instanceFamily"
7139
+ },
7140
+ "PaymentOption":{
7141
+ "shape":"PaymentOption",
7142
+ "locationName":"paymentOption"
7143
+ },
7144
+ "UpfrontPrice":{
7145
+ "shape":"String",
7146
+ "locationName":"upfrontPrice"
7147
+ },
7148
+ "HourlyPrice":{
7149
+ "shape":"String",
7150
+ "locationName":"hourlyPrice"
7151
+ },
7152
+ "CurrencyCode":{
7153
+ "shape":"CurrencyCodeValues",
7154
+ "locationName":"currencyCode"
7155
+ },
7156
+ "Duration":{
7157
+ "shape":"Integer",
7158
+ "locationName":"duration"
7159
+ }
7160
+ }
7161
+ },
7162
+ "HostOfferingSet":{
7163
+ "type":"list",
7164
+ "member":{"shape":"HostOffering"}
7165
+ },
7006
7166
  "HostProperties":{
7007
7167
  "type":"structure",
7008
7168
  "members":{
@@ -7024,6 +7184,74 @@
7024
7184
  }
7025
7185
  }
7026
7186
  },
7187
+ "HostReservation":{
7188
+ "type":"structure",
7189
+ "members":{
7190
+ "HostReservationId":{
7191
+ "shape":"String",
7192
+ "locationName":"hostReservationId"
7193
+ },
7194
+ "HostIdSet":{
7195
+ "shape":"ResponseHostIdSet",
7196
+ "locationName":"hostIdSet"
7197
+ },
7198
+ "OfferingId":{
7199
+ "shape":"String",
7200
+ "locationName":"offeringId"
7201
+ },
7202
+ "InstanceFamily":{
7203
+ "shape":"String",
7204
+ "locationName":"instanceFamily"
7205
+ },
7206
+ "PaymentOption":{
7207
+ "shape":"PaymentOption",
7208
+ "locationName":"paymentOption"
7209
+ },
7210
+ "HourlyPrice":{
7211
+ "shape":"String",
7212
+ "locationName":"hourlyPrice"
7213
+ },
7214
+ "UpfrontPrice":{
7215
+ "shape":"String",
7216
+ "locationName":"upfrontPrice"
7217
+ },
7218
+ "CurrencyCode":{
7219
+ "shape":"CurrencyCodeValues",
7220
+ "locationName":"currencyCode"
7221
+ },
7222
+ "Count":{
7223
+ "shape":"Integer",
7224
+ "locationName":"count"
7225
+ },
7226
+ "Duration":{
7227
+ "shape":"Integer",
7228
+ "locationName":"duration"
7229
+ },
7230
+ "End":{
7231
+ "shape":"DateTime",
7232
+ "locationName":"end"
7233
+ },
7234
+ "Start":{
7235
+ "shape":"DateTime",
7236
+ "locationName":"start"
7237
+ },
7238
+ "State":{
7239
+ "shape":"ReservationState",
7240
+ "locationName":"state"
7241
+ }
7242
+ }
7243
+ },
7244
+ "HostReservationIdSet":{
7245
+ "type":"list",
7246
+ "member":{
7247
+ "shape":"String",
7248
+ "locationName":"item"
7249
+ }
7250
+ },
7251
+ "HostReservationSet":{
7252
+ "type":"list",
7253
+ "member":{"shape":"HostReservation"}
7254
+ },
7027
7255
  "HostTenancy":{
7028
7256
  "type":"string",
7029
7257
  "enum":[
@@ -9760,6 +9988,14 @@
9760
9988
  "locationName":"Owner"
9761
9989
  }
9762
9990
  },
9991
+ "PaymentOption":{
9992
+ "type":"string",
9993
+ "enum":[
9994
+ "AllUpfront",
9995
+ "PartialUpfront",
9996
+ "NoUpfront"
9997
+ ]
9998
+ },
9763
9999
  "PeeringConnectionOptions":{
9764
10000
  "type":"structure",
9765
10001
  "members":{
@@ -10112,6 +10348,82 @@
10112
10348
  "locationName":"PublicIp"
10113
10349
  }
10114
10350
  },
10351
+ "Purchase":{
10352
+ "type":"structure",
10353
+ "members":{
10354
+ "HostReservationId":{
10355
+ "shape":"String",
10356
+ "locationName":"hostReservationId"
10357
+ },
10358
+ "HostIdSet":{
10359
+ "shape":"ResponseHostIdSet",
10360
+ "locationName":"hostIdSet"
10361
+ },
10362
+ "InstanceFamily":{
10363
+ "shape":"String",
10364
+ "locationName":"instanceFamily"
10365
+ },
10366
+ "PaymentOption":{
10367
+ "shape":"PaymentOption",
10368
+ "locationName":"paymentOption"
10369
+ },
10370
+ "UpfrontPrice":{
10371
+ "shape":"String",
10372
+ "locationName":"upfrontPrice"
10373
+ },
10374
+ "HourlyPrice":{
10375
+ "shape":"String",
10376
+ "locationName":"hourlyPrice"
10377
+ },
10378
+ "CurrencyCode":{
10379
+ "shape":"CurrencyCodeValues",
10380
+ "locationName":"currencyCode"
10381
+ },
10382
+ "Duration":{
10383
+ "shape":"Integer",
10384
+ "locationName":"duration"
10385
+ }
10386
+ }
10387
+ },
10388
+ "PurchaseHostReservationRequest":{
10389
+ "type":"structure",
10390
+ "required":[
10391
+ "OfferingId",
10392
+ "HostIdSet"
10393
+ ],
10394
+ "members":{
10395
+ "OfferingId":{"shape":"String"},
10396
+ "HostIdSet":{"shape":"RequestHostIdSet"},
10397
+ "LimitPrice":{"shape":"String"},
10398
+ "CurrencyCode":{"shape":"CurrencyCodeValues"},
10399
+ "ClientToken":{"shape":"String"}
10400
+ }
10401
+ },
10402
+ "PurchaseHostReservationResult":{
10403
+ "type":"structure",
10404
+ "members":{
10405
+ "Purchase":{
10406
+ "shape":"PurchaseSet",
10407
+ "locationName":"purchase"
10408
+ },
10409
+ "TotalUpfrontPrice":{
10410
+ "shape":"String",
10411
+ "locationName":"totalUpfrontPrice"
10412
+ },
10413
+ "TotalHourlyPrice":{
10414
+ "shape":"String",
10415
+ "locationName":"totalHourlyPrice"
10416
+ },
10417
+ "CurrencyCode":{
10418
+ "shape":"CurrencyCodeValues",
10419
+ "locationName":"currencyCode"
10420
+ },
10421
+ "ClientToken":{
10422
+ "shape":"String",
10423
+ "locationName":"clientToken"
10424
+ }
10425
+ }
10426
+ },
10115
10427
  "PurchaseRequest":{
10116
10428
  "type":"structure",
10117
10429
  "required":[
@@ -10183,6 +10495,10 @@
10183
10495
  }
10184
10496
  }
10185
10497
  },
10498
+ "PurchaseSet":{
10499
+ "type":"list",
10500
+ "member":{"shape":"Purchase"}
10501
+ },
10186
10502
  "PurchasedScheduledInstanceSet":{
10187
10503
  "type":"list",
10188
10504
  "member":{
@@ -10604,6 +10920,13 @@
10604
10920
  "locationName":"item"
10605
10921
  }
10606
10922
  },
10923
+ "RequestHostIdSet":{
10924
+ "type":"list",
10925
+ "member":{
10926
+ "shape":"String",
10927
+ "locationName":"item"
10928
+ }
10929
+ },
10607
10930
  "RequestSpotFleetRequest":{
10608
10931
  "type":"structure",
10609
10932
  "required":["SpotFleetRequestConfig"],
@@ -10785,6 +11108,15 @@
10785
11108
  "locationName":"item"
10786
11109
  }
10787
11110
  },
11111
+ "ReservationState":{
11112
+ "type":"string",
11113
+ "enum":[
11114
+ "payment-pending",
11115
+ "payment-failed",
11116
+ "active",
11117
+ "retired"
11118
+ ]
11119
+ },
10788
11120
  "ReservedInstanceLimitPrice":{
10789
11121
  "type":"structure",
10790
11122
  "members":{
@@ -11235,6 +11567,13 @@
11235
11567
  "locationName":"item"
11236
11568
  }
11237
11569
  },
11570
+ "ResponseHostIdSet":{
11571
+ "type":"list",
11572
+ "member":{
11573
+ "shape":"String",
11574
+ "locationName":"item"
11575
+ }
11576
+ },
11238
11577
  "RestorableByStringList":{
11239
11578
  "type":"list",
11240
11579
  "member":{"shape":"String"}
@@ -12324,6 +12663,10 @@
12324
12663
  "CreateTime":{
12325
12664
  "shape":"DateTime",
12326
12665
  "locationName":"createTime"
12666
+ },
12667
+ "ActivityStatus":{
12668
+ "shape":"ActivityStatus",
12669
+ "locationName":"activityStatus"
12327
12670
  }
12328
12671
  }
12329
12672
  },
@@ -42,8 +42,8 @@
42
42
  "argument": "Clusters[].ClusterStatus"
43
43
  },
44
44
  {
45
- "expected": "pathAny",
46
- "matcher": "pathList",
45
+ "expected": "modifying",
46
+ "matcher": "pathAny",
47
47
  "state": "failure",
48
48
  "argument": "Clusters[].ClusterStatus"
49
49
  }
@@ -99,6 +99,36 @@
99
99
  {"shape":"ResourceUnavailableException"}
100
100
  ]
101
101
  },
102
+ "DescribeWorkspacesConnectionStatus":{
103
+ "name":"DescribeWorkspacesConnectionStatus",
104
+ "http":{
105
+ "method":"POST",
106
+ "requestUri":"/"
107
+ },
108
+ "input":{"shape":"DescribeWorkspacesConnectionStatusRequest"},
109
+ "output":{"shape":"DescribeWorkspacesConnectionStatusResult"},
110
+ "errors":[
111
+ {"shape":"InvalidParameterValuesException"}
112
+ ]
113
+ },
114
+ "ModifyWorkspaceProperties":{
115
+ "name":"ModifyWorkspaceProperties",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/"
119
+ },
120
+ "input":{"shape":"ModifyWorkspacePropertiesRequest"},
121
+ "output":{"shape":"ModifyWorkspacePropertiesResult"},
122
+ "errors":[
123
+ {"shape":"InvalidParameterValuesException"},
124
+ {"shape":"InvalidResourceStateException"},
125
+ {"shape":"OperationInProgressException"},
126
+ {"shape":"UnsupportedWorkspaceConfigurationException"},
127
+ {"shape":"ResourceNotFoundException"},
128
+ {"shape":"AccessDeniedException"},
129
+ {"shape":"ResourceUnavailableException"}
130
+ ]
131
+ },
102
132
  "RebootWorkspaces":{
103
133
  "name":"RebootWorkspaces",
104
134
  "http":{
@@ -117,6 +147,24 @@
117
147
  "input":{"shape":"RebuildWorkspacesRequest"},
118
148
  "output":{"shape":"RebuildWorkspacesResult"}
119
149
  },
150
+ "StartWorkspaces":{
151
+ "name":"StartWorkspaces",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/"
155
+ },
156
+ "input":{"shape":"StartWorkspacesRequest"},
157
+ "output":{"shape":"StartWorkspacesResult"}
158
+ },
159
+ "StopWorkspaces":{
160
+ "name":"StopWorkspaces",
161
+ "http":{
162
+ "method":"POST",
163
+ "requestUri":"/"
164
+ },
165
+ "input":{"shape":"StopWorkspacesRequest"},
166
+ "output":{"shape":"StopWorkspacesResult"}
167
+ },
120
168
  "TerminateWorkspaces":{
121
169
  "name":"TerminateWorkspaces",
122
170
  "http":{
@@ -132,6 +180,13 @@
132
180
  "type":"string",
133
181
  "pattern":"^arn:aws:[A-Za-z0-9][A-za-z0-9_/.-]{0,62}:[A-za-z0-9_/.-]{0,63}:[A-za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-za-z0-9_/.-]{0,127}$"
134
182
  },
183
+ "AccessDeniedException":{
184
+ "type":"structure",
185
+ "members":{
186
+ "message":{"shape":"ExceptionMessage"}
187
+ },
188
+ "exception":true
189
+ },
135
190
  "Alias":{"type":"string"},
136
191
  "BooleanObject":{"type":"boolean"},
137
192
  "BundleId":{
@@ -164,6 +219,14 @@
164
219
  }
165
220
  },
166
221
  "ComputerName":{"type":"string"},
222
+ "ConnectionState":{
223
+ "type":"string",
224
+ "enum":[
225
+ "CONNECTED",
226
+ "DISCONNECTED",
227
+ "UNKNOWN"
228
+ ]
229
+ },
167
230
  "CreateTagsRequest":{
168
231
  "type":"structure",
169
232
  "required":[
@@ -263,6 +326,20 @@
263
326
  "NextToken":{"shape":"PaginationToken"}
264
327
  }
265
328
  },
329
+ "DescribeWorkspacesConnectionStatusRequest":{
330
+ "type":"structure",
331
+ "members":{
332
+ "WorkspaceIds":{"shape":"WorkspaceIdList"},
333
+ "NextToken":{"shape":"PaginationToken"}
334
+ }
335
+ },
336
+ "DescribeWorkspacesConnectionStatusResult":{
337
+ "type":"structure",
338
+ "members":{
339
+ "WorkspacesConnectionStatus":{"shape":"WorkspaceConnectionStatusList"},
340
+ "NextToken":{"shape":"PaginationToken"}
341
+ }
342
+ },
266
343
  "DescribeWorkspacesRequest":{
267
344
  "type":"structure",
268
345
  "members":{
@@ -323,6 +400,14 @@
323
400
  "type":"list",
324
401
  "member":{"shape":"FailedWorkspaceChangeRequest"}
325
402
  },
403
+ "FailedStartWorkspaceRequests":{
404
+ "type":"list",
405
+ "member":{"shape":"FailedWorkspaceChangeRequest"}
406
+ },
407
+ "FailedStopWorkspaceRequests":{
408
+ "type":"list",
409
+ "member":{"shape":"FailedWorkspaceChangeRequest"}
410
+ },
326
411
  "FailedTerminateWorkspaceRequests":{
327
412
  "type":"list",
328
413
  "member":{"shape":"FailedWorkspaceChangeRequest"}
@@ -342,16 +427,46 @@
342
427
  },
343
428
  "exception":true
344
429
  },
430
+ "InvalidResourceStateException":{
431
+ "type":"structure",
432
+ "members":{
433
+ "message":{"shape":"ExceptionMessage"}
434
+ },
435
+ "exception":true
436
+ },
345
437
  "IpAddress":{"type":"string"},
346
438
  "Limit":{
347
439
  "type":"integer",
348
440
  "max":25,
349
441
  "min":1
350
442
  },
443
+ "ModifyWorkspacePropertiesRequest":{
444
+ "type":"structure",
445
+ "required":[
446
+ "WorkspaceId",
447
+ "WorkspaceProperties"
448
+ ],
449
+ "members":{
450
+ "WorkspaceId":{"shape":"WorkspaceId"},
451
+ "WorkspaceProperties":{"shape":"WorkspaceProperties"}
452
+ }
453
+ },
454
+ "ModifyWorkspacePropertiesResult":{
455
+ "type":"structure",
456
+ "members":{
457
+ }
458
+ },
351
459
  "NonEmptyString":{
352
460
  "type":"string",
353
461
  "min":1
354
462
  },
463
+ "OperationInProgressException":{
464
+ "type":"structure",
465
+ "members":{
466
+ "message":{"shape":"ExceptionMessage"}
467
+ },
468
+ "exception":true
469
+ },
355
470
  "PaginationToken":{
356
471
  "type":"string",
357
472
  "max":63,
@@ -437,10 +552,68 @@
437
552
  },
438
553
  "exception":true
439
554
  },
555
+ "RunningMode":{
556
+ "type":"string",
557
+ "enum":[
558
+ "AUTO_STOP",
559
+ "ALWAYS_ON"
560
+ ]
561
+ },
562
+ "RunningModeAutoStopTimeoutInMinutes":{"type":"integer"},
440
563
  "SecurityGroupId":{
441
564
  "type":"string",
442
565
  "pattern":"^(sg-[0-9a-f]{8})$"
443
566
  },
567
+ "StartRequest":{
568
+ "type":"structure",
569
+ "members":{
570
+ "WorkspaceId":{"shape":"WorkspaceId"}
571
+ }
572
+ },
573
+ "StartWorkspaceRequests":{
574
+ "type":"list",
575
+ "member":{"shape":"StartRequest"},
576
+ "max":25,
577
+ "min":1
578
+ },
579
+ "StartWorkspacesRequest":{
580
+ "type":"structure",
581
+ "required":["StartWorkspaceRequests"],
582
+ "members":{
583
+ "StartWorkspaceRequests":{"shape":"StartWorkspaceRequests"}
584
+ }
585
+ },
586
+ "StartWorkspacesResult":{
587
+ "type":"structure",
588
+ "members":{
589
+ "FailedRequests":{"shape":"FailedStartWorkspaceRequests"}
590
+ }
591
+ },
592
+ "StopRequest":{
593
+ "type":"structure",
594
+ "members":{
595
+ "WorkspaceId":{"shape":"WorkspaceId"}
596
+ }
597
+ },
598
+ "StopWorkspaceRequests":{
599
+ "type":"list",
600
+ "member":{"shape":"StopRequest"},
601
+ "max":25,
602
+ "min":1
603
+ },
604
+ "StopWorkspacesRequest":{
605
+ "type":"structure",
606
+ "required":["StopWorkspaceRequests"],
607
+ "members":{
608
+ "StopWorkspaceRequests":{"shape":"StopWorkspaceRequests"}
609
+ }
610
+ },
611
+ "StopWorkspacesResult":{
612
+ "type":"structure",
613
+ "members":{
614
+ "FailedRequests":{"shape":"FailedStopWorkspaceRequests"}
615
+ }
616
+ },
444
617
  "SubnetId":{
445
618
  "type":"string",
446
619
  "pattern":"^(subnet-[0-9a-f]{8})$"
@@ -500,6 +673,14 @@
500
673
  "FailedRequests":{"shape":"FailedTerminateWorkspaceRequests"}
501
674
  }
502
675
  },
676
+ "Timestamp":{"type":"timestamp"},
677
+ "UnsupportedWorkspaceConfigurationException":{
678
+ "type":"structure",
679
+ "members":{
680
+ "message":{"shape":"ExceptionMessage"}
681
+ },
682
+ "exception":true
683
+ },
503
684
  "UserName":{
504
685
  "type":"string",
505
686
  "max":63,
@@ -527,7 +708,8 @@
527
708
  "ComputerName":{"shape":"ComputerName"},
528
709
  "VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
529
710
  "UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
530
- "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
711
+ "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"},
712
+ "WorkspaceProperties":{"shape":"WorkspaceProperties"}
531
713
  }
532
714
  },
533
715
  "WorkspaceBundle":{
@@ -541,6 +723,19 @@
541
723
  "ComputeType":{"shape":"ComputeType"}
542
724
  }
543
725
  },
726
+ "WorkspaceConnectionStatus":{
727
+ "type":"structure",
728
+ "members":{
729
+ "WorkspaceId":{"shape":"WorkspaceId"},
730
+ "ConnectionState":{"shape":"ConnectionState"},
731
+ "ConnectionStateCheckTimestamp":{"shape":"Timestamp"},
732
+ "LastKnownUserConnectionTimestamp":{"shape":"Timestamp"}
733
+ }
734
+ },
735
+ "WorkspaceConnectionStatusList":{
736
+ "type":"list",
737
+ "member":{"shape":"WorkspaceConnectionStatus"}
738
+ },
544
739
  "WorkspaceDirectory":{
545
740
  "type":"structure",
546
741
  "members":{
@@ -590,6 +785,13 @@
590
785
  "type":"list",
591
786
  "member":{"shape":"Workspace"}
592
787
  },
788
+ "WorkspaceProperties":{
789
+ "type":"structure",
790
+ "members":{
791
+ "RunningMode":{"shape":"RunningMode"},
792
+ "RunningModeAutoStopTimeoutInMinutes":{"shape":"RunningModeAutoStopTimeoutInMinutes"}
793
+ }
794
+ },
593
795
  "WorkspaceRequest":{
594
796
  "type":"structure",
595
797
  "required":[
@@ -604,6 +806,7 @@
604
806
  "VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
605
807
  "UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
606
808
  "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"},
809
+ "WorkspaceProperties":{"shape":"WorkspaceProperties"},
607
810
  "Tags":{"shape":"TagList"}
608
811
  }
609
812
  },
@@ -621,10 +824,14 @@
621
824
  "IMPAIRED",
622
825
  "UNHEALTHY",
623
826
  "REBOOTING",
827
+ "STARTING",
624
828
  "REBUILDING",
829
+ "MAINTENANCE",
625
830
  "TERMINATING",
626
831
  "TERMINATED",
627
832
  "SUSPENDED",
833
+ "STOPPING",
834
+ "STOPPED",
628
835
  "ERROR"
629
836
  ]
630
837
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.5.4'
2
+ VERSION = '2.5.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.4
4
+ version: 2.5.5
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: 2016-08-16 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath