aws-sdk-core 2.10.109 → 2.10.110
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.
- checksums.yaml +4 -4
- data/apis/workspaces/2015-04-08/api-2.json +45 -3
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5788d2fcdabf277d2c58c4e6b0be74c3f7eb25a4
|
|
4
|
+
data.tar.gz: 4345b2b655e94ba194cd3c43fe3cbd1ee393dcd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|