aws-sdk-workspaces 1.38.1 → 1.39.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 610d7b2f67eed4f06cff0a55c36be157d3e6496876b38c1e2628a8d8dab2d41c
|
|
4
|
+
data.tar.gz: 8fe8a82586cc076f17fd795189dde1618d612ef9b8487125c5345c5b00a92e01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ff275caeb386de0901dd664eb015b44b2c2b4a5affed1522ac5756cc5e43e7c331e6338bb15c0d3eab9e6ab8f516bcc8c5c9e9ce9371ab9ff0c6a20df3d6394
|
|
7
|
+
data.tar.gz: 2f3d0b0a41ba2655ad8ec9a471a49f278a6e11c2f9800b371aca084400c6888e34457fbcbe37886776551efa9de7935c5c27b5661a401f2443e1825b6a4c06f9
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-workspaces/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::WorkSpaces
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.39.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -2046,7 +2048,7 @@ module Aws::WorkSpaces
|
|
|
2046
2048
|
params: params,
|
|
2047
2049
|
config: config)
|
|
2048
2050
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
2049
|
-
context[:gem_version] = '1.
|
|
2051
|
+
context[:gem_version] = '1.39.0'
|
|
2050
2052
|
Seahorse::Client::Request.new(handlers, context)
|
|
2051
2053
|
end
|
|
2052
2054
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -17,6 +19,7 @@ module Aws::WorkSpaces
|
|
|
17
19
|
#
|
|
18
20
|
class AccessDeniedException < Struct.new(
|
|
19
21
|
:message)
|
|
22
|
+
SENSITIVE = []
|
|
20
23
|
include Aws::Structure
|
|
21
24
|
end
|
|
22
25
|
|
|
@@ -60,6 +63,7 @@ module Aws::WorkSpaces
|
|
|
60
63
|
:start_time,
|
|
61
64
|
:error_code,
|
|
62
65
|
:error_message)
|
|
66
|
+
SENSITIVE = []
|
|
63
67
|
include Aws::Structure
|
|
64
68
|
end
|
|
65
69
|
|
|
@@ -84,6 +88,7 @@ module Aws::WorkSpaces
|
|
|
84
88
|
class AssociateIpGroupsRequest < Struct.new(
|
|
85
89
|
:directory_id,
|
|
86
90
|
:group_ids)
|
|
91
|
+
SENSITIVE = []
|
|
87
92
|
include Aws::Structure
|
|
88
93
|
end
|
|
89
94
|
|
|
@@ -117,6 +122,7 @@ module Aws::WorkSpaces
|
|
|
117
122
|
class AuthorizeIpRulesRequest < Struct.new(
|
|
118
123
|
:group_id,
|
|
119
124
|
:user_rules)
|
|
125
|
+
SENSITIVE = []
|
|
120
126
|
include Aws::Structure
|
|
121
127
|
end
|
|
122
128
|
|
|
@@ -143,6 +149,7 @@ module Aws::WorkSpaces
|
|
|
143
149
|
#
|
|
144
150
|
class ClientProperties < Struct.new(
|
|
145
151
|
:reconnect_enabled)
|
|
152
|
+
SENSITIVE = []
|
|
146
153
|
include Aws::Structure
|
|
147
154
|
end
|
|
148
155
|
|
|
@@ -161,6 +168,7 @@ module Aws::WorkSpaces
|
|
|
161
168
|
class ClientPropertiesResult < Struct.new(
|
|
162
169
|
:resource_id,
|
|
163
170
|
:client_properties)
|
|
171
|
+
SENSITIVE = []
|
|
164
172
|
include Aws::Structure
|
|
165
173
|
end
|
|
166
174
|
|
|
@@ -174,6 +182,7 @@ module Aws::WorkSpaces
|
|
|
174
182
|
#
|
|
175
183
|
class ComputeType < Struct.new(
|
|
176
184
|
:name)
|
|
185
|
+
SENSITIVE = []
|
|
177
186
|
include Aws::Structure
|
|
178
187
|
end
|
|
179
188
|
|
|
@@ -221,6 +230,7 @@ module Aws::WorkSpaces
|
|
|
221
230
|
:source_image_id,
|
|
222
231
|
:source_region,
|
|
223
232
|
:tags)
|
|
233
|
+
SENSITIVE = []
|
|
224
234
|
include Aws::Structure
|
|
225
235
|
end
|
|
226
236
|
|
|
@@ -232,6 +242,7 @@ module Aws::WorkSpaces
|
|
|
232
242
|
#
|
|
233
243
|
class CopyWorkspaceImageResult < Struct.new(
|
|
234
244
|
:image_id)
|
|
245
|
+
SENSITIVE = []
|
|
235
246
|
include Aws::Structure
|
|
236
247
|
end
|
|
237
248
|
|
|
@@ -278,6 +289,7 @@ module Aws::WorkSpaces
|
|
|
278
289
|
:group_desc,
|
|
279
290
|
:user_rules,
|
|
280
291
|
:tags)
|
|
292
|
+
SENSITIVE = []
|
|
281
293
|
include Aws::Structure
|
|
282
294
|
end
|
|
283
295
|
|
|
@@ -289,6 +301,7 @@ module Aws::WorkSpaces
|
|
|
289
301
|
#
|
|
290
302
|
class CreateIpGroupResult < Struct.new(
|
|
291
303
|
:group_id)
|
|
304
|
+
SENSITIVE = []
|
|
292
305
|
include Aws::Structure
|
|
293
306
|
end
|
|
294
307
|
|
|
@@ -322,6 +335,7 @@ module Aws::WorkSpaces
|
|
|
322
335
|
class CreateTagsRequest < Struct.new(
|
|
323
336
|
:resource_id,
|
|
324
337
|
:tags)
|
|
338
|
+
SENSITIVE = []
|
|
325
339
|
include Aws::Structure
|
|
326
340
|
end
|
|
327
341
|
|
|
@@ -366,6 +380,7 @@ module Aws::WorkSpaces
|
|
|
366
380
|
#
|
|
367
381
|
class CreateWorkspacesRequest < Struct.new(
|
|
368
382
|
:workspaces)
|
|
383
|
+
SENSITIVE = []
|
|
369
384
|
include Aws::Structure
|
|
370
385
|
end
|
|
371
386
|
|
|
@@ -387,6 +402,7 @@ module Aws::WorkSpaces
|
|
|
387
402
|
class CreateWorkspacesResult < Struct.new(
|
|
388
403
|
:failed_requests,
|
|
389
404
|
:pending_requests)
|
|
405
|
+
SENSITIVE = []
|
|
390
406
|
include Aws::Structure
|
|
391
407
|
end
|
|
392
408
|
|
|
@@ -453,6 +469,7 @@ module Aws::WorkSpaces
|
|
|
453
469
|
:custom_security_group_id,
|
|
454
470
|
:user_enabled_as_local_administrator,
|
|
455
471
|
:enable_maintenance_mode)
|
|
472
|
+
SENSITIVE = []
|
|
456
473
|
include Aws::Structure
|
|
457
474
|
end
|
|
458
475
|
|
|
@@ -471,6 +488,7 @@ module Aws::WorkSpaces
|
|
|
471
488
|
#
|
|
472
489
|
class DeleteIpGroupRequest < Struct.new(
|
|
473
490
|
:group_id)
|
|
491
|
+
SENSITIVE = []
|
|
474
492
|
include Aws::Structure
|
|
475
493
|
end
|
|
476
494
|
|
|
@@ -501,6 +519,7 @@ module Aws::WorkSpaces
|
|
|
501
519
|
class DeleteTagsRequest < Struct.new(
|
|
502
520
|
:resource_id,
|
|
503
521
|
:tag_keys)
|
|
522
|
+
SENSITIVE = []
|
|
504
523
|
include Aws::Structure
|
|
505
524
|
end
|
|
506
525
|
|
|
@@ -523,6 +542,7 @@ module Aws::WorkSpaces
|
|
|
523
542
|
#
|
|
524
543
|
class DeleteWorkspaceImageRequest < Struct.new(
|
|
525
544
|
:image_id)
|
|
545
|
+
SENSITIVE = []
|
|
526
546
|
include Aws::Structure
|
|
527
547
|
end
|
|
528
548
|
|
|
@@ -548,6 +568,7 @@ module Aws::WorkSpaces
|
|
|
548
568
|
#
|
|
549
569
|
class DeregisterWorkspaceDirectoryRequest < Struct.new(
|
|
550
570
|
:directory_id)
|
|
571
|
+
SENSITIVE = []
|
|
551
572
|
include Aws::Structure
|
|
552
573
|
end
|
|
553
574
|
|
|
@@ -571,6 +592,7 @@ module Aws::WorkSpaces
|
|
|
571
592
|
#
|
|
572
593
|
class DescribeAccountModificationsRequest < Struct.new(
|
|
573
594
|
:next_token)
|
|
595
|
+
SENSITIVE = []
|
|
574
596
|
include Aws::Structure
|
|
575
597
|
end
|
|
576
598
|
|
|
@@ -588,6 +610,7 @@ module Aws::WorkSpaces
|
|
|
588
610
|
class DescribeAccountModificationsResult < Struct.new(
|
|
589
611
|
:account_modifications,
|
|
590
612
|
:next_token)
|
|
613
|
+
SENSITIVE = []
|
|
591
614
|
include Aws::Structure
|
|
592
615
|
end
|
|
593
616
|
|
|
@@ -616,6 +639,7 @@ module Aws::WorkSpaces
|
|
|
616
639
|
class DescribeAccountResult < Struct.new(
|
|
617
640
|
:dedicated_tenancy_support,
|
|
618
641
|
:dedicated_tenancy_management_cidr_range)
|
|
642
|
+
SENSITIVE = []
|
|
619
643
|
include Aws::Structure
|
|
620
644
|
end
|
|
621
645
|
|
|
@@ -634,6 +658,7 @@ module Aws::WorkSpaces
|
|
|
634
658
|
#
|
|
635
659
|
class DescribeClientPropertiesRequest < Struct.new(
|
|
636
660
|
:resource_ids)
|
|
661
|
+
SENSITIVE = []
|
|
637
662
|
include Aws::Structure
|
|
638
663
|
end
|
|
639
664
|
|
|
@@ -645,6 +670,7 @@ module Aws::WorkSpaces
|
|
|
645
670
|
#
|
|
646
671
|
class DescribeClientPropertiesResult < Struct.new(
|
|
647
672
|
:client_properties_list)
|
|
673
|
+
SENSITIVE = []
|
|
648
674
|
include Aws::Structure
|
|
649
675
|
end
|
|
650
676
|
|
|
@@ -676,6 +702,7 @@ module Aws::WorkSpaces
|
|
|
676
702
|
:group_ids,
|
|
677
703
|
:next_token,
|
|
678
704
|
:max_results)
|
|
705
|
+
SENSITIVE = []
|
|
679
706
|
include Aws::Structure
|
|
680
707
|
end
|
|
681
708
|
|
|
@@ -693,6 +720,7 @@ module Aws::WorkSpaces
|
|
|
693
720
|
class DescribeIpGroupsResult < Struct.new(
|
|
694
721
|
:result,
|
|
695
722
|
:next_token)
|
|
723
|
+
SENSITIVE = []
|
|
696
724
|
include Aws::Structure
|
|
697
725
|
end
|
|
698
726
|
|
|
@@ -713,6 +741,7 @@ module Aws::WorkSpaces
|
|
|
713
741
|
#
|
|
714
742
|
class DescribeTagsRequest < Struct.new(
|
|
715
743
|
:resource_id)
|
|
744
|
+
SENSITIVE = []
|
|
716
745
|
include Aws::Structure
|
|
717
746
|
end
|
|
718
747
|
|
|
@@ -724,6 +753,7 @@ module Aws::WorkSpaces
|
|
|
724
753
|
#
|
|
725
754
|
class DescribeTagsResult < Struct.new(
|
|
726
755
|
:tag_list)
|
|
756
|
+
SENSITIVE = []
|
|
727
757
|
include Aws::Structure
|
|
728
758
|
end
|
|
729
759
|
|
|
@@ -760,6 +790,7 @@ module Aws::WorkSpaces
|
|
|
760
790
|
:bundle_ids,
|
|
761
791
|
:owner,
|
|
762
792
|
:next_token)
|
|
793
|
+
SENSITIVE = []
|
|
763
794
|
include Aws::Structure
|
|
764
795
|
end
|
|
765
796
|
|
|
@@ -778,6 +809,7 @@ module Aws::WorkSpaces
|
|
|
778
809
|
class DescribeWorkspaceBundlesResult < Struct.new(
|
|
779
810
|
:bundles,
|
|
780
811
|
:next_token)
|
|
812
|
+
SENSITIVE = []
|
|
781
813
|
include Aws::Structure
|
|
782
814
|
end
|
|
783
815
|
|
|
@@ -810,6 +842,7 @@ module Aws::WorkSpaces
|
|
|
810
842
|
:directory_ids,
|
|
811
843
|
:limit,
|
|
812
844
|
:next_token)
|
|
845
|
+
SENSITIVE = []
|
|
813
846
|
include Aws::Structure
|
|
814
847
|
end
|
|
815
848
|
|
|
@@ -827,6 +860,7 @@ module Aws::WorkSpaces
|
|
|
827
860
|
class DescribeWorkspaceDirectoriesResult < Struct.new(
|
|
828
861
|
:directories,
|
|
829
862
|
:next_token)
|
|
863
|
+
SENSITIVE = []
|
|
830
864
|
include Aws::Structure
|
|
831
865
|
end
|
|
832
866
|
|
|
@@ -858,6 +892,7 @@ module Aws::WorkSpaces
|
|
|
858
892
|
:image_ids,
|
|
859
893
|
:next_token,
|
|
860
894
|
:max_results)
|
|
895
|
+
SENSITIVE = []
|
|
861
896
|
include Aws::Structure
|
|
862
897
|
end
|
|
863
898
|
|
|
@@ -875,6 +910,7 @@ module Aws::WorkSpaces
|
|
|
875
910
|
class DescribeWorkspaceImagesResult < Struct.new(
|
|
876
911
|
:images,
|
|
877
912
|
:next_token)
|
|
913
|
+
SENSITIVE = []
|
|
878
914
|
include Aws::Structure
|
|
879
915
|
end
|
|
880
916
|
|
|
@@ -893,6 +929,7 @@ module Aws::WorkSpaces
|
|
|
893
929
|
#
|
|
894
930
|
class DescribeWorkspaceSnapshotsRequest < Struct.new(
|
|
895
931
|
:workspace_id)
|
|
932
|
+
SENSITIVE = []
|
|
896
933
|
include Aws::Structure
|
|
897
934
|
end
|
|
898
935
|
|
|
@@ -912,6 +949,7 @@ module Aws::WorkSpaces
|
|
|
912
949
|
class DescribeWorkspaceSnapshotsResult < Struct.new(
|
|
913
950
|
:rebuild_snapshots,
|
|
914
951
|
:restore_snapshots)
|
|
952
|
+
SENSITIVE = []
|
|
915
953
|
include Aws::Structure
|
|
916
954
|
end
|
|
917
955
|
|
|
@@ -938,6 +976,7 @@ module Aws::WorkSpaces
|
|
|
938
976
|
class DescribeWorkspacesConnectionStatusRequest < Struct.new(
|
|
939
977
|
:workspace_ids,
|
|
940
978
|
:next_token)
|
|
979
|
+
SENSITIVE = []
|
|
941
980
|
include Aws::Structure
|
|
942
981
|
end
|
|
943
982
|
|
|
@@ -955,6 +994,7 @@ module Aws::WorkSpaces
|
|
|
955
994
|
class DescribeWorkspacesConnectionStatusResult < Struct.new(
|
|
956
995
|
:workspaces_connection_status,
|
|
957
996
|
:next_token)
|
|
997
|
+
SENSITIVE = []
|
|
958
998
|
include Aws::Structure
|
|
959
999
|
end
|
|
960
1000
|
|
|
@@ -1015,6 +1055,7 @@ module Aws::WorkSpaces
|
|
|
1015
1055
|
:bundle_id,
|
|
1016
1056
|
:limit,
|
|
1017
1057
|
:next_token)
|
|
1058
|
+
SENSITIVE = []
|
|
1018
1059
|
include Aws::Structure
|
|
1019
1060
|
end
|
|
1020
1061
|
|
|
@@ -1035,6 +1076,7 @@ module Aws::WorkSpaces
|
|
|
1035
1076
|
class DescribeWorkspacesResult < Struct.new(
|
|
1036
1077
|
:workspaces,
|
|
1037
1078
|
:next_token)
|
|
1079
|
+
SENSITIVE = []
|
|
1038
1080
|
include Aws::Structure
|
|
1039
1081
|
end
|
|
1040
1082
|
|
|
@@ -1059,6 +1101,7 @@ module Aws::WorkSpaces
|
|
|
1059
1101
|
class DisassociateIpGroupsRequest < Struct.new(
|
|
1060
1102
|
:directory_id,
|
|
1061
1103
|
:group_ids)
|
|
1104
|
+
SENSITIVE = []
|
|
1062
1105
|
include Aws::Structure
|
|
1063
1106
|
end
|
|
1064
1107
|
|
|
@@ -1087,6 +1130,7 @@ module Aws::WorkSpaces
|
|
|
1087
1130
|
:workspace_request,
|
|
1088
1131
|
:error_code,
|
|
1089
1132
|
:error_message)
|
|
1133
|
+
SENSITIVE = []
|
|
1090
1134
|
include Aws::Structure
|
|
1091
1135
|
end
|
|
1092
1136
|
|
|
@@ -1114,6 +1158,7 @@ module Aws::WorkSpaces
|
|
|
1114
1158
|
:workspace_id,
|
|
1115
1159
|
:error_code,
|
|
1116
1160
|
:error_message)
|
|
1161
|
+
SENSITIVE = []
|
|
1117
1162
|
include Aws::Structure
|
|
1118
1163
|
end
|
|
1119
1164
|
|
|
@@ -1161,6 +1206,7 @@ module Aws::WorkSpaces
|
|
|
1161
1206
|
:image_name,
|
|
1162
1207
|
:image_description,
|
|
1163
1208
|
:tags)
|
|
1209
|
+
SENSITIVE = []
|
|
1164
1210
|
include Aws::Structure
|
|
1165
1211
|
end
|
|
1166
1212
|
|
|
@@ -1172,6 +1218,7 @@ module Aws::WorkSpaces
|
|
|
1172
1218
|
#
|
|
1173
1219
|
class ImportWorkspaceImageResult < Struct.new(
|
|
1174
1220
|
:image_id)
|
|
1221
|
+
SENSITIVE = []
|
|
1175
1222
|
include Aws::Structure
|
|
1176
1223
|
end
|
|
1177
1224
|
|
|
@@ -1185,6 +1232,7 @@ module Aws::WorkSpaces
|
|
|
1185
1232
|
#
|
|
1186
1233
|
class InvalidParameterValuesException < Struct.new(
|
|
1187
1234
|
:message)
|
|
1235
|
+
SENSITIVE = []
|
|
1188
1236
|
include Aws::Structure
|
|
1189
1237
|
end
|
|
1190
1238
|
|
|
@@ -1197,6 +1245,7 @@ module Aws::WorkSpaces
|
|
|
1197
1245
|
#
|
|
1198
1246
|
class InvalidResourceStateException < Struct.new(
|
|
1199
1247
|
:message)
|
|
1248
|
+
SENSITIVE = []
|
|
1200
1249
|
include Aws::Structure
|
|
1201
1250
|
end
|
|
1202
1251
|
|
|
@@ -1223,6 +1272,7 @@ module Aws::WorkSpaces
|
|
|
1223
1272
|
class IpRuleItem < Struct.new(
|
|
1224
1273
|
:ip_rule,
|
|
1225
1274
|
:rule_desc)
|
|
1275
|
+
SENSITIVE = []
|
|
1226
1276
|
include Aws::Structure
|
|
1227
1277
|
end
|
|
1228
1278
|
|
|
@@ -1256,6 +1306,7 @@ module Aws::WorkSpaces
|
|
|
1256
1306
|
:management_cidr_range_constraint,
|
|
1257
1307
|
:max_results,
|
|
1258
1308
|
:next_token)
|
|
1309
|
+
SENSITIVE = []
|
|
1259
1310
|
include Aws::Structure
|
|
1260
1311
|
end
|
|
1261
1312
|
|
|
@@ -1274,6 +1325,7 @@ module Aws::WorkSpaces
|
|
|
1274
1325
|
class ListAvailableManagementCidrRangesResult < Struct.new(
|
|
1275
1326
|
:management_cidr_ranges,
|
|
1276
1327
|
:next_token)
|
|
1328
|
+
SENSITIVE = []
|
|
1277
1329
|
include Aws::Structure
|
|
1278
1330
|
end
|
|
1279
1331
|
|
|
@@ -1299,6 +1351,7 @@ module Aws::WorkSpaces
|
|
|
1299
1351
|
class MigrateWorkspaceRequest < Struct.new(
|
|
1300
1352
|
:source_workspace_id,
|
|
1301
1353
|
:bundle_id)
|
|
1354
|
+
SENSITIVE = []
|
|
1302
1355
|
include Aws::Structure
|
|
1303
1356
|
end
|
|
1304
1357
|
|
|
@@ -1317,6 +1370,7 @@ module Aws::WorkSpaces
|
|
|
1317
1370
|
class MigrateWorkspaceResult < Struct.new(
|
|
1318
1371
|
:source_workspace_id,
|
|
1319
1372
|
:target_workspace_id)
|
|
1373
|
+
SENSITIVE = []
|
|
1320
1374
|
include Aws::Structure
|
|
1321
1375
|
end
|
|
1322
1376
|
|
|
@@ -1335,6 +1389,7 @@ module Aws::WorkSpaces
|
|
|
1335
1389
|
class ModificationState < Struct.new(
|
|
1336
1390
|
:resource,
|
|
1337
1391
|
:state)
|
|
1392
|
+
SENSITIVE = []
|
|
1338
1393
|
include Aws::Structure
|
|
1339
1394
|
end
|
|
1340
1395
|
|
|
@@ -1364,6 +1419,7 @@ module Aws::WorkSpaces
|
|
|
1364
1419
|
class ModifyAccountRequest < Struct.new(
|
|
1365
1420
|
:dedicated_tenancy_support,
|
|
1366
1421
|
:dedicated_tenancy_management_cidr_range)
|
|
1422
|
+
SENSITIVE = []
|
|
1367
1423
|
include Aws::Structure
|
|
1368
1424
|
end
|
|
1369
1425
|
|
|
@@ -1394,6 +1450,7 @@ module Aws::WorkSpaces
|
|
|
1394
1450
|
class ModifyClientPropertiesRequest < Struct.new(
|
|
1395
1451
|
:resource_id,
|
|
1396
1452
|
:client_properties)
|
|
1453
|
+
SENSITIVE = []
|
|
1397
1454
|
include Aws::Structure
|
|
1398
1455
|
end
|
|
1399
1456
|
|
|
@@ -1428,6 +1485,7 @@ module Aws::WorkSpaces
|
|
|
1428
1485
|
class ModifySelfservicePermissionsRequest < Struct.new(
|
|
1429
1486
|
:resource_id,
|
|
1430
1487
|
:selfservice_permissions)
|
|
1488
|
+
SENSITIVE = []
|
|
1431
1489
|
include Aws::Structure
|
|
1432
1490
|
end
|
|
1433
1491
|
|
|
@@ -1465,6 +1523,7 @@ module Aws::WorkSpaces
|
|
|
1465
1523
|
class ModifyWorkspaceAccessPropertiesRequest < Struct.new(
|
|
1466
1524
|
:resource_id,
|
|
1467
1525
|
:workspace_access_properties)
|
|
1526
|
+
SENSITIVE = []
|
|
1468
1527
|
include Aws::Structure
|
|
1469
1528
|
end
|
|
1470
1529
|
|
|
@@ -1499,6 +1558,7 @@ module Aws::WorkSpaces
|
|
|
1499
1558
|
class ModifyWorkspaceCreationPropertiesRequest < Struct.new(
|
|
1500
1559
|
:resource_id,
|
|
1501
1560
|
:workspace_creation_properties)
|
|
1561
|
+
SENSITIVE = []
|
|
1502
1562
|
include Aws::Structure
|
|
1503
1563
|
end
|
|
1504
1564
|
|
|
@@ -1533,6 +1593,7 @@ module Aws::WorkSpaces
|
|
|
1533
1593
|
class ModifyWorkspacePropertiesRequest < Struct.new(
|
|
1534
1594
|
:workspace_id,
|
|
1535
1595
|
:workspace_properties)
|
|
1596
|
+
SENSITIVE = []
|
|
1536
1597
|
include Aws::Structure
|
|
1537
1598
|
end
|
|
1538
1599
|
|
|
@@ -1561,6 +1622,7 @@ module Aws::WorkSpaces
|
|
|
1561
1622
|
class ModifyWorkspaceStateRequest < Struct.new(
|
|
1562
1623
|
:workspace_id,
|
|
1563
1624
|
:workspace_state)
|
|
1625
|
+
SENSITIVE = []
|
|
1564
1626
|
include Aws::Structure
|
|
1565
1627
|
end
|
|
1566
1628
|
|
|
@@ -1578,6 +1640,7 @@ module Aws::WorkSpaces
|
|
|
1578
1640
|
#
|
|
1579
1641
|
class OperatingSystem < Struct.new(
|
|
1580
1642
|
:type)
|
|
1643
|
+
SENSITIVE = []
|
|
1581
1644
|
include Aws::Structure
|
|
1582
1645
|
end
|
|
1583
1646
|
|
|
@@ -1591,6 +1654,7 @@ module Aws::WorkSpaces
|
|
|
1591
1654
|
#
|
|
1592
1655
|
class OperationInProgressException < Struct.new(
|
|
1593
1656
|
:message)
|
|
1657
|
+
SENSITIVE = []
|
|
1594
1658
|
include Aws::Structure
|
|
1595
1659
|
end
|
|
1596
1660
|
|
|
@@ -1603,6 +1667,7 @@ module Aws::WorkSpaces
|
|
|
1603
1667
|
#
|
|
1604
1668
|
class OperationNotSupportedException < Struct.new(
|
|
1605
1669
|
:message)
|
|
1670
|
+
SENSITIVE = []
|
|
1606
1671
|
include Aws::Structure
|
|
1607
1672
|
end
|
|
1608
1673
|
|
|
@@ -1623,6 +1688,7 @@ module Aws::WorkSpaces
|
|
|
1623
1688
|
#
|
|
1624
1689
|
class RebootRequest < Struct.new(
|
|
1625
1690
|
:workspace_id)
|
|
1691
|
+
SENSITIVE = []
|
|
1626
1692
|
include Aws::Structure
|
|
1627
1693
|
end
|
|
1628
1694
|
|
|
@@ -1645,6 +1711,7 @@ module Aws::WorkSpaces
|
|
|
1645
1711
|
#
|
|
1646
1712
|
class RebootWorkspacesRequest < Struct.new(
|
|
1647
1713
|
:reboot_workspace_requests)
|
|
1714
|
+
SENSITIVE = []
|
|
1648
1715
|
include Aws::Structure
|
|
1649
1716
|
end
|
|
1650
1717
|
|
|
@@ -1656,6 +1723,7 @@ module Aws::WorkSpaces
|
|
|
1656
1723
|
#
|
|
1657
1724
|
class RebootWorkspacesResult < Struct.new(
|
|
1658
1725
|
:failed_requests)
|
|
1726
|
+
SENSITIVE = []
|
|
1659
1727
|
include Aws::Structure
|
|
1660
1728
|
end
|
|
1661
1729
|
|
|
@@ -1676,6 +1744,7 @@ module Aws::WorkSpaces
|
|
|
1676
1744
|
#
|
|
1677
1745
|
class RebuildRequest < Struct.new(
|
|
1678
1746
|
:workspace_id)
|
|
1747
|
+
SENSITIVE = []
|
|
1679
1748
|
include Aws::Structure
|
|
1680
1749
|
end
|
|
1681
1750
|
|
|
@@ -1698,6 +1767,7 @@ module Aws::WorkSpaces
|
|
|
1698
1767
|
#
|
|
1699
1768
|
class RebuildWorkspacesRequest < Struct.new(
|
|
1700
1769
|
:rebuild_workspace_requests)
|
|
1770
|
+
SENSITIVE = []
|
|
1701
1771
|
include Aws::Structure
|
|
1702
1772
|
end
|
|
1703
1773
|
|
|
@@ -1709,6 +1779,7 @@ module Aws::WorkSpaces
|
|
|
1709
1779
|
#
|
|
1710
1780
|
class RebuildWorkspacesResult < Struct.new(
|
|
1711
1781
|
:failed_requests)
|
|
1782
|
+
SENSITIVE = []
|
|
1712
1783
|
include Aws::Structure
|
|
1713
1784
|
end
|
|
1714
1785
|
|
|
@@ -1785,6 +1856,7 @@ module Aws::WorkSpaces
|
|
|
1785
1856
|
:enable_self_service,
|
|
1786
1857
|
:tenancy,
|
|
1787
1858
|
:tags)
|
|
1859
|
+
SENSITIVE = []
|
|
1788
1860
|
include Aws::Structure
|
|
1789
1861
|
end
|
|
1790
1862
|
|
|
@@ -1801,6 +1873,7 @@ module Aws::WorkSpaces
|
|
|
1801
1873
|
#
|
|
1802
1874
|
class ResourceAlreadyExistsException < Struct.new(
|
|
1803
1875
|
:message)
|
|
1876
|
+
SENSITIVE = []
|
|
1804
1877
|
include Aws::Structure
|
|
1805
1878
|
end
|
|
1806
1879
|
|
|
@@ -1813,6 +1886,7 @@ module Aws::WorkSpaces
|
|
|
1813
1886
|
#
|
|
1814
1887
|
class ResourceAssociatedException < Struct.new(
|
|
1815
1888
|
:message)
|
|
1889
|
+
SENSITIVE = []
|
|
1816
1890
|
include Aws::Structure
|
|
1817
1891
|
end
|
|
1818
1892
|
|
|
@@ -1825,6 +1899,7 @@ module Aws::WorkSpaces
|
|
|
1825
1899
|
#
|
|
1826
1900
|
class ResourceCreationFailedException < Struct.new(
|
|
1827
1901
|
:message)
|
|
1902
|
+
SENSITIVE = []
|
|
1828
1903
|
include Aws::Structure
|
|
1829
1904
|
end
|
|
1830
1905
|
|
|
@@ -1838,6 +1913,7 @@ module Aws::WorkSpaces
|
|
|
1838
1913
|
#
|
|
1839
1914
|
class ResourceLimitExceededException < Struct.new(
|
|
1840
1915
|
:message)
|
|
1916
|
+
SENSITIVE = []
|
|
1841
1917
|
include Aws::Structure
|
|
1842
1918
|
end
|
|
1843
1919
|
|
|
@@ -1856,6 +1932,7 @@ module Aws::WorkSpaces
|
|
|
1856
1932
|
class ResourceNotFoundException < Struct.new(
|
|
1857
1933
|
:message,
|
|
1858
1934
|
:resource_id)
|
|
1935
|
+
SENSITIVE = []
|
|
1859
1936
|
include Aws::Structure
|
|
1860
1937
|
end
|
|
1861
1938
|
|
|
@@ -1874,6 +1951,7 @@ module Aws::WorkSpaces
|
|
|
1874
1951
|
class ResourceUnavailableException < Struct.new(
|
|
1875
1952
|
:message,
|
|
1876
1953
|
:resource_id)
|
|
1954
|
+
SENSITIVE = []
|
|
1877
1955
|
include Aws::Structure
|
|
1878
1956
|
end
|
|
1879
1957
|
|
|
@@ -1892,6 +1970,7 @@ module Aws::WorkSpaces
|
|
|
1892
1970
|
#
|
|
1893
1971
|
class RestoreWorkspaceRequest < Struct.new(
|
|
1894
1972
|
:workspace_id)
|
|
1973
|
+
SENSITIVE = []
|
|
1895
1974
|
include Aws::Structure
|
|
1896
1975
|
end
|
|
1897
1976
|
|
|
@@ -1920,6 +1999,7 @@ module Aws::WorkSpaces
|
|
|
1920
1999
|
class RevokeIpRulesRequest < Struct.new(
|
|
1921
2000
|
:group_id,
|
|
1922
2001
|
:user_rules)
|
|
2002
|
+
SENSITIVE = []
|
|
1923
2003
|
include Aws::Structure
|
|
1924
2004
|
end
|
|
1925
2005
|
|
|
@@ -1937,6 +2017,7 @@ module Aws::WorkSpaces
|
|
|
1937
2017
|
#
|
|
1938
2018
|
class RootStorage < Struct.new(
|
|
1939
2019
|
:capacity)
|
|
2020
|
+
SENSITIVE = []
|
|
1940
2021
|
include Aws::Structure
|
|
1941
2022
|
end
|
|
1942
2023
|
|
|
@@ -1991,6 +2072,7 @@ module Aws::WorkSpaces
|
|
|
1991
2072
|
:change_compute_type,
|
|
1992
2073
|
:switch_running_mode,
|
|
1993
2074
|
:rebuild_workspace)
|
|
2075
|
+
SENSITIVE = []
|
|
1994
2076
|
include Aws::Structure
|
|
1995
2077
|
end
|
|
1996
2078
|
|
|
@@ -2004,6 +2086,7 @@ module Aws::WorkSpaces
|
|
|
2004
2086
|
#
|
|
2005
2087
|
class Snapshot < Struct.new(
|
|
2006
2088
|
:snapshot_time)
|
|
2089
|
+
SENSITIVE = []
|
|
2007
2090
|
include Aws::Structure
|
|
2008
2091
|
end
|
|
2009
2092
|
|
|
@@ -2024,6 +2107,7 @@ module Aws::WorkSpaces
|
|
|
2024
2107
|
#
|
|
2025
2108
|
class StartRequest < Struct.new(
|
|
2026
2109
|
:workspace_id)
|
|
2110
|
+
SENSITIVE = []
|
|
2027
2111
|
include Aws::Structure
|
|
2028
2112
|
end
|
|
2029
2113
|
|
|
@@ -2046,6 +2130,7 @@ module Aws::WorkSpaces
|
|
|
2046
2130
|
#
|
|
2047
2131
|
class StartWorkspacesRequest < Struct.new(
|
|
2048
2132
|
:start_workspace_requests)
|
|
2133
|
+
SENSITIVE = []
|
|
2049
2134
|
include Aws::Structure
|
|
2050
2135
|
end
|
|
2051
2136
|
|
|
@@ -2057,6 +2142,7 @@ module Aws::WorkSpaces
|
|
|
2057
2142
|
#
|
|
2058
2143
|
class StartWorkspacesResult < Struct.new(
|
|
2059
2144
|
:failed_requests)
|
|
2145
|
+
SENSITIVE = []
|
|
2060
2146
|
include Aws::Structure
|
|
2061
2147
|
end
|
|
2062
2148
|
|
|
@@ -2077,6 +2163,7 @@ module Aws::WorkSpaces
|
|
|
2077
2163
|
#
|
|
2078
2164
|
class StopRequest < Struct.new(
|
|
2079
2165
|
:workspace_id)
|
|
2166
|
+
SENSITIVE = []
|
|
2080
2167
|
include Aws::Structure
|
|
2081
2168
|
end
|
|
2082
2169
|
|
|
@@ -2099,6 +2186,7 @@ module Aws::WorkSpaces
|
|
|
2099
2186
|
#
|
|
2100
2187
|
class StopWorkspacesRequest < Struct.new(
|
|
2101
2188
|
:stop_workspace_requests)
|
|
2189
|
+
SENSITIVE = []
|
|
2102
2190
|
include Aws::Structure
|
|
2103
2191
|
end
|
|
2104
2192
|
|
|
@@ -2110,6 +2198,7 @@ module Aws::WorkSpaces
|
|
|
2110
2198
|
#
|
|
2111
2199
|
class StopWorkspacesResult < Struct.new(
|
|
2112
2200
|
:failed_requests)
|
|
2201
|
+
SENSITIVE = []
|
|
2113
2202
|
include Aws::Structure
|
|
2114
2203
|
end
|
|
2115
2204
|
|
|
@@ -2136,6 +2225,7 @@ module Aws::WorkSpaces
|
|
|
2136
2225
|
class Tag < Struct.new(
|
|
2137
2226
|
:key,
|
|
2138
2227
|
:value)
|
|
2228
|
+
SENSITIVE = []
|
|
2139
2229
|
include Aws::Structure
|
|
2140
2230
|
end
|
|
2141
2231
|
|
|
@@ -2156,6 +2246,7 @@ module Aws::WorkSpaces
|
|
|
2156
2246
|
#
|
|
2157
2247
|
class TerminateRequest < Struct.new(
|
|
2158
2248
|
:workspace_id)
|
|
2249
|
+
SENSITIVE = []
|
|
2159
2250
|
include Aws::Structure
|
|
2160
2251
|
end
|
|
2161
2252
|
|
|
@@ -2178,6 +2269,7 @@ module Aws::WorkSpaces
|
|
|
2178
2269
|
#
|
|
2179
2270
|
class TerminateWorkspacesRequest < Struct.new(
|
|
2180
2271
|
:terminate_workspace_requests)
|
|
2272
|
+
SENSITIVE = []
|
|
2181
2273
|
include Aws::Structure
|
|
2182
2274
|
end
|
|
2183
2275
|
|
|
@@ -2189,6 +2281,7 @@ module Aws::WorkSpaces
|
|
|
2189
2281
|
#
|
|
2190
2282
|
class TerminateWorkspacesResult < Struct.new(
|
|
2191
2283
|
:failed_requests)
|
|
2284
|
+
SENSITIVE = []
|
|
2192
2285
|
include Aws::Structure
|
|
2193
2286
|
end
|
|
2194
2287
|
|
|
@@ -2208,6 +2301,7 @@ module Aws::WorkSpaces
|
|
|
2208
2301
|
#
|
|
2209
2302
|
class UnsupportedNetworkConfigurationException < Struct.new(
|
|
2210
2303
|
:message)
|
|
2304
|
+
SENSITIVE = []
|
|
2211
2305
|
include Aws::Structure
|
|
2212
2306
|
end
|
|
2213
2307
|
|
|
@@ -2226,6 +2320,7 @@ module Aws::WorkSpaces
|
|
|
2226
2320
|
#
|
|
2227
2321
|
class UnsupportedWorkspaceConfigurationException < Struct.new(
|
|
2228
2322
|
:message)
|
|
2323
|
+
SENSITIVE = []
|
|
2229
2324
|
include Aws::Structure
|
|
2230
2325
|
end
|
|
2231
2326
|
|
|
@@ -2255,6 +2350,7 @@ module Aws::WorkSpaces
|
|
|
2255
2350
|
class UpdateRulesOfIpGroupRequest < Struct.new(
|
|
2256
2351
|
:group_id,
|
|
2257
2352
|
:user_rules)
|
|
2353
|
+
SENSITIVE = []
|
|
2258
2354
|
include Aws::Structure
|
|
2259
2355
|
end
|
|
2260
2356
|
|
|
@@ -2272,6 +2368,7 @@ module Aws::WorkSpaces
|
|
|
2272
2368
|
#
|
|
2273
2369
|
class UserStorage < Struct.new(
|
|
2274
2370
|
:capacity)
|
|
2371
|
+
SENSITIVE = []
|
|
2275
2372
|
include Aws::Structure
|
|
2276
2373
|
end
|
|
2277
2374
|
|
|
@@ -2359,6 +2456,7 @@ module Aws::WorkSpaces
|
|
|
2359
2456
|
:root_volume_encryption_enabled,
|
|
2360
2457
|
:workspace_properties,
|
|
2361
2458
|
:modification_states)
|
|
2459
|
+
SENSITIVE = []
|
|
2362
2460
|
include Aws::Structure
|
|
2363
2461
|
end
|
|
2364
2462
|
|
|
@@ -2442,6 +2540,7 @@ module Aws::WorkSpaces
|
|
|
2442
2540
|
:device_type_android,
|
|
2443
2541
|
:device_type_chrome_os,
|
|
2444
2542
|
:device_type_zero_client)
|
|
2543
|
+
SENSITIVE = []
|
|
2445
2544
|
include Aws::Structure
|
|
2446
2545
|
end
|
|
2447
2546
|
|
|
@@ -2501,6 +2600,7 @@ module Aws::WorkSpaces
|
|
|
2501
2600
|
:user_storage,
|
|
2502
2601
|
:compute_type,
|
|
2503
2602
|
:last_updated_time)
|
|
2603
|
+
SENSITIVE = []
|
|
2504
2604
|
include Aws::Structure
|
|
2505
2605
|
end
|
|
2506
2606
|
|
|
@@ -2530,6 +2630,7 @@ module Aws::WorkSpaces
|
|
|
2530
2630
|
:connection_state,
|
|
2531
2631
|
:connection_state_check_timestamp,
|
|
2532
2632
|
:last_known_user_connection_timestamp)
|
|
2633
|
+
SENSITIVE = []
|
|
2533
2634
|
include Aws::Structure
|
|
2534
2635
|
end
|
|
2535
2636
|
|
|
@@ -2586,6 +2687,7 @@ module Aws::WorkSpaces
|
|
|
2586
2687
|
:custom_security_group_id,
|
|
2587
2688
|
:user_enabled_as_local_administrator,
|
|
2588
2689
|
:enable_maintenance_mode)
|
|
2690
|
+
SENSITIVE = []
|
|
2589
2691
|
include Aws::Structure
|
|
2590
2692
|
end
|
|
2591
2693
|
|
|
@@ -2688,6 +2790,7 @@ module Aws::WorkSpaces
|
|
|
2688
2790
|
:workspace_access_properties,
|
|
2689
2791
|
:tenancy,
|
|
2690
2792
|
:selfservice_permissions)
|
|
2793
|
+
SENSITIVE = []
|
|
2691
2794
|
include Aws::Structure
|
|
2692
2795
|
end
|
|
2693
2796
|
|
|
@@ -2743,6 +2846,7 @@ module Aws::WorkSpaces
|
|
|
2743
2846
|
:required_tenancy,
|
|
2744
2847
|
:error_code,
|
|
2745
2848
|
:error_message)
|
|
2849
|
+
SENSITIVE = []
|
|
2746
2850
|
include Aws::Structure
|
|
2747
2851
|
end
|
|
2748
2852
|
|
|
@@ -2798,6 +2902,7 @@ module Aws::WorkSpaces
|
|
|
2798
2902
|
:root_volume_size_gib,
|
|
2799
2903
|
:user_volume_size_gib,
|
|
2800
2904
|
:compute_type_name)
|
|
2905
|
+
SENSITIVE = []
|
|
2801
2906
|
include Aws::Structure
|
|
2802
2907
|
end
|
|
2803
2908
|
|
|
@@ -2877,6 +2982,7 @@ module Aws::WorkSpaces
|
|
|
2877
2982
|
:root_volume_encryption_enabled,
|
|
2878
2983
|
:workspace_properties,
|
|
2879
2984
|
:tags)
|
|
2985
|
+
SENSITIVE = []
|
|
2880
2986
|
include Aws::Structure
|
|
2881
2987
|
end
|
|
2882
2988
|
|
|
@@ -2897,6 +3003,7 @@ module Aws::WorkSpaces
|
|
|
2897
3003
|
#
|
|
2898
3004
|
class WorkspacesDefaultRoleNotFoundException < Struct.new(
|
|
2899
3005
|
:message)
|
|
3006
|
+
SENSITIVE = []
|
|
2900
3007
|
include Aws::Structure
|
|
2901
3008
|
end
|
|
2902
3009
|
|
|
@@ -2925,6 +3032,7 @@ module Aws::WorkSpaces
|
|
|
2925
3032
|
:group_name,
|
|
2926
3033
|
:group_desc,
|
|
2927
3034
|
:user_rules)
|
|
3035
|
+
SENSITIVE = []
|
|
2928
3036
|
include Aws::Structure
|
|
2929
3037
|
end
|
|
2930
3038
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.39.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|