aws-sdk-core 2.10.109 → 2.10.110

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: be48f51e48bac4cd56a7bb133abffb7dd201dcbb
4
- data.tar.gz: 0171847ed8e1c303220e0488c208593d2a5a8d89
3
+ metadata.gz: 5788d2fcdabf277d2c58c4e6b0be74c3f7eb25a4
4
+ data.tar.gz: 4345b2b655e94ba194cd3c43fe3cbd1ee393dcd1
5
5
  SHA512:
6
- metadata.gz: 1c55476fa83f9d5197b56f92064495bd7b0938ee53db780fa274dc14622028045021f731812ac7660e21f37953a983f6d08af40eb52abd4036eb295c3177d8a4
7
- data.tar.gz: 69ce134677a0ddf9dbd1f221f3aa923d2dea7b7738c7bae22eb02983c57e671ab5b4ddf28f20430ac8263f8895d7c3a9b5092ac499899101e5000ef0cb3b4a98
6
+ metadata.gz: bdae5ef3ea845d5cb280e300eaed2ad2065ee5f79c1c999748007659860f3be0eff30e36aaecf9dbaf3e779c0589bff2ffa832c56751069c51c9c944ae58d2b6
7
+ data.tar.gz: 1fad31a6eb706000531475cb85ffccbd6b07d523916aeeff96aad4bb5c149de8a4e0fc24c8a106279b167ced410dbec2309efd52623fc3cf235953a98dcb871a
@@ -210,7 +210,9 @@
210
210
  "enum":[
211
211
  "VALUE",
212
212
  "STANDARD",
213
- "PERFORMANCE"
213
+ "PERFORMANCE",
214
+ "POWER",
215
+ "GRAPHICS"
214
216
  ]
215
217
  },
216
218
  "ComputeType":{
@@ -441,6 +443,32 @@
441
443
  "max":25,
442
444
  "min":1
443
445
  },
446
+ "ModificationResourceEnum":{
447
+ "type":"string",
448
+ "enum":[
449
+ "ROOT_VOLUME",
450
+ "USER_VOLUME",
451
+ "COMPUTE_TYPE"
452
+ ]
453
+ },
454
+ "ModificationState":{
455
+ "type":"structure",
456
+ "members":{
457
+ "Resource":{"shape":"ModificationResourceEnum"},
458
+ "State":{"shape":"ModificationStateEnum"}
459
+ }
460
+ },
461
+ "ModificationStateEnum":{
462
+ "type":"string",
463
+ "enum":[
464
+ "UPDATE_INITIATED",
465
+ "UPDATE_IN_PROGRESS"
466
+ ]
467
+ },
468
+ "ModificationStateList":{
469
+ "type":"list",
470
+ "member":{"shape":"ModificationState"}
471
+ },
444
472
  "ModifyWorkspacePropertiesRequest":{
445
473
  "type":"structure",
446
474
  "required":[
@@ -553,6 +581,13 @@
553
581
  },
554
582
  "exception":true
555
583
  },
584
+ "RootStorage":{
585
+ "type":"structure",
586
+ "members":{
587
+ "Capacity":{"shape":"NonEmptyString"}
588
+ }
589
+ },
590
+ "RootVolumeSizeGib":{"type":"integer"},
556
591
  "RunningMode":{
557
592
  "type":"string",
558
593
  "enum":[
@@ -693,6 +728,7 @@
693
728
  "Capacity":{"shape":"NonEmptyString"}
694
729
  }
695
730
  },
731
+ "UserVolumeSizeGib":{"type":"integer"},
696
732
  "VolumeEncryptionKey":{"type":"string"},
697
733
  "Workspace":{
698
734
  "type":"structure",
@@ -710,7 +746,8 @@
710
746
  "VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
711
747
  "UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
712
748
  "RootVolumeEncryptionEnabled":{"shape":"BooleanObject"},
713
- "WorkspaceProperties":{"shape":"WorkspaceProperties"}
749
+ "WorkspaceProperties":{"shape":"WorkspaceProperties"},
750
+ "ModificationStates":{"shape":"ModificationStateList"}
714
751
  }
715
752
  },
716
753
  "WorkspaceBundle":{
@@ -720,6 +757,7 @@
720
757
  "Name":{"shape":"NonEmptyString"},
721
758
  "Owner":{"shape":"BundleOwner"},
722
759
  "Description":{"shape":"Description"},
760
+ "RootStorage":{"shape":"RootStorage"},
723
761
  "UserStorage":{"shape":"UserStorage"},
724
762
  "ComputeType":{"shape":"ComputeType"}
725
763
  }
@@ -790,7 +828,10 @@
790
828
  "type":"structure",
791
829
  "members":{
792
830
  "RunningMode":{"shape":"RunningMode"},
793
- "RunningModeAutoStopTimeoutInMinutes":{"shape":"RunningModeAutoStopTimeoutInMinutes"}
831
+ "RunningModeAutoStopTimeoutInMinutes":{"shape":"RunningModeAutoStopTimeoutInMinutes"},
832
+ "RootVolumeSizeGib":{"shape":"RootVolumeSizeGib"},
833
+ "UserVolumeSizeGib":{"shape":"UserVolumeSizeGib"},
834
+ "ComputeTypeName":{"shape":"Compute"}
794
835
  }
795
836
  },
796
837
  "WorkspaceRequest":{
@@ -831,6 +872,7 @@
831
872
  "TERMINATING",
832
873
  "TERMINATED",
833
874
  "SUSPENDED",
875
+ "UPDATING",
834
876
  "STOPPING",
835
877
  "STOPPED",
836
878
  "ERROR"
@@ -1403,6 +1403,7 @@
1403
1403
  "eu-central-1" : { },
1404
1404
  "eu-west-1" : { },
1405
1405
  "eu-west-2" : { },
1406
+ "eu-west-3" : { },
1406
1407
  "sa-east-1" : { },
1407
1408
  "us-east-1" : { },
1408
1409
  "us-east-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.109'
2
+ VERSION = '2.10.110'
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.10.109
4
+ version: 2.10.110
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-12-22 00:00:00.000000000 Z
11
+ date: 2017-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath