aws-sdk 2.750.0 → 2.751.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.
- package/CHANGELOG.md +4 -1
- package/README.md +1 -1
- package/apis/workspaces-2015-04-08.min.json +227 -52
- package/clients/workspaces.d.ts +237 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2 -2
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.751.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.751.0
|
|
6
|
+
* feature: WorkSpaces: Adds API support for WorkSpaces Cross-Region Redirection feature.
|
|
7
|
+
|
|
5
8
|
## 2.750.0
|
|
6
9
|
* feature: CloudFront: Cloudfront adds support for Brotli. You can enable brotli caching and compression support by enabling it in your Cache Policy.
|
|
7
10
|
* feature: S3: Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers.
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.751.0.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -12,6 +12,25 @@
|
|
|
12
12
|
"uid": "workspaces-2015-04-08"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"AssociateConnectionAlias": {
|
|
16
|
+
"input": {
|
|
17
|
+
"type": "structure",
|
|
18
|
+
"required": [
|
|
19
|
+
"AliasId",
|
|
20
|
+
"ResourceId"
|
|
21
|
+
],
|
|
22
|
+
"members": {
|
|
23
|
+
"AliasId": {},
|
|
24
|
+
"ResourceId": {}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"output": {
|
|
28
|
+
"type": "structure",
|
|
29
|
+
"members": {
|
|
30
|
+
"ConnectionIdentifier": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
15
34
|
"AssociateIpGroups": {
|
|
16
35
|
"input": {
|
|
17
36
|
"type": "structure",
|
|
@@ -22,7 +41,7 @@
|
|
|
22
41
|
"members": {
|
|
23
42
|
"DirectoryId": {},
|
|
24
43
|
"GroupIds": {
|
|
25
|
-
"shape": "
|
|
44
|
+
"shape": "S8"
|
|
26
45
|
}
|
|
27
46
|
}
|
|
28
47
|
},
|
|
@@ -41,7 +60,7 @@
|
|
|
41
60
|
"members": {
|
|
42
61
|
"GroupId": {},
|
|
43
62
|
"UserRules": {
|
|
44
|
-
"shape": "
|
|
63
|
+
"shape": "Sc"
|
|
45
64
|
}
|
|
46
65
|
}
|
|
47
66
|
},
|
|
@@ -64,7 +83,7 @@
|
|
|
64
83
|
"SourceImageId": {},
|
|
65
84
|
"SourceRegion": {},
|
|
66
85
|
"Tags": {
|
|
67
|
-
"shape": "
|
|
86
|
+
"shape": "Sm"
|
|
68
87
|
}
|
|
69
88
|
}
|
|
70
89
|
},
|
|
@@ -75,6 +94,26 @@
|
|
|
75
94
|
}
|
|
76
95
|
}
|
|
77
96
|
},
|
|
97
|
+
"CreateConnectionAlias": {
|
|
98
|
+
"input": {
|
|
99
|
+
"type": "structure",
|
|
100
|
+
"required": [
|
|
101
|
+
"ConnectionString"
|
|
102
|
+
],
|
|
103
|
+
"members": {
|
|
104
|
+
"ConnectionString": {},
|
|
105
|
+
"Tags": {
|
|
106
|
+
"shape": "Sm"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"output": {
|
|
111
|
+
"type": "structure",
|
|
112
|
+
"members": {
|
|
113
|
+
"AliasId": {}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
78
117
|
"CreateIpGroup": {
|
|
79
118
|
"input": {
|
|
80
119
|
"type": "structure",
|
|
@@ -85,10 +124,10 @@
|
|
|
85
124
|
"GroupName": {},
|
|
86
125
|
"GroupDesc": {},
|
|
87
126
|
"UserRules": {
|
|
88
|
-
"shape": "
|
|
127
|
+
"shape": "Sc"
|
|
89
128
|
},
|
|
90
129
|
"Tags": {
|
|
91
|
-
"shape": "
|
|
130
|
+
"shape": "Sm"
|
|
92
131
|
}
|
|
93
132
|
}
|
|
94
133
|
},
|
|
@@ -109,7 +148,7 @@
|
|
|
109
148
|
"members": {
|
|
110
149
|
"ResourceId": {},
|
|
111
150
|
"Tags": {
|
|
112
|
-
"shape": "
|
|
151
|
+
"shape": "Sm"
|
|
113
152
|
}
|
|
114
153
|
}
|
|
115
154
|
},
|
|
@@ -128,7 +167,7 @@
|
|
|
128
167
|
"Workspaces": {
|
|
129
168
|
"type": "list",
|
|
130
169
|
"member": {
|
|
131
|
-
"shape": "
|
|
170
|
+
"shape": "S12"
|
|
132
171
|
}
|
|
133
172
|
}
|
|
134
173
|
}
|
|
@@ -142,7 +181,7 @@
|
|
|
142
181
|
"type": "structure",
|
|
143
182
|
"members": {
|
|
144
183
|
"WorkspaceRequest": {
|
|
145
|
-
"shape": "
|
|
184
|
+
"shape": "S12"
|
|
146
185
|
},
|
|
147
186
|
"ErrorCode": {},
|
|
148
187
|
"ErrorMessage": {}
|
|
@@ -150,11 +189,26 @@
|
|
|
150
189
|
}
|
|
151
190
|
},
|
|
152
191
|
"PendingRequests": {
|
|
153
|
-
"shape": "
|
|
192
|
+
"shape": "S1i"
|
|
154
193
|
}
|
|
155
194
|
}
|
|
156
195
|
}
|
|
157
196
|
},
|
|
197
|
+
"DeleteConnectionAlias": {
|
|
198
|
+
"input": {
|
|
199
|
+
"type": "structure",
|
|
200
|
+
"required": [
|
|
201
|
+
"AliasId"
|
|
202
|
+
],
|
|
203
|
+
"members": {
|
|
204
|
+
"AliasId": {}
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"output": {
|
|
208
|
+
"type": "structure",
|
|
209
|
+
"members": {}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
158
212
|
"DeleteIpGroup": {
|
|
159
213
|
"input": {
|
|
160
214
|
"type": "structure",
|
|
@@ -286,7 +340,7 @@
|
|
|
286
340
|
"members": {
|
|
287
341
|
"ResourceId": {},
|
|
288
342
|
"ClientProperties": {
|
|
289
|
-
"shape": "
|
|
343
|
+
"shape": "S2l"
|
|
290
344
|
}
|
|
291
345
|
}
|
|
292
346
|
}
|
|
@@ -294,12 +348,86 @@
|
|
|
294
348
|
}
|
|
295
349
|
}
|
|
296
350
|
},
|
|
351
|
+
"DescribeConnectionAliasPermissions": {
|
|
352
|
+
"input": {
|
|
353
|
+
"type": "structure",
|
|
354
|
+
"required": [
|
|
355
|
+
"AliasId"
|
|
356
|
+
],
|
|
357
|
+
"members": {
|
|
358
|
+
"AliasId": {},
|
|
359
|
+
"NextToken": {},
|
|
360
|
+
"MaxResults": {
|
|
361
|
+
"type": "integer"
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"output": {
|
|
366
|
+
"type": "structure",
|
|
367
|
+
"members": {
|
|
368
|
+
"AliasId": {},
|
|
369
|
+
"ConnectionAliasPermissions": {
|
|
370
|
+
"type": "list",
|
|
371
|
+
"member": {
|
|
372
|
+
"shape": "S2r"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"NextToken": {}
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"DescribeConnectionAliases": {
|
|
380
|
+
"input": {
|
|
381
|
+
"type": "structure",
|
|
382
|
+
"members": {
|
|
383
|
+
"AliasIds": {
|
|
384
|
+
"type": "list",
|
|
385
|
+
"member": {}
|
|
386
|
+
},
|
|
387
|
+
"ResourceId": {},
|
|
388
|
+
"Limit": {
|
|
389
|
+
"type": "integer"
|
|
390
|
+
},
|
|
391
|
+
"NextToken": {}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"output": {
|
|
395
|
+
"type": "structure",
|
|
396
|
+
"members": {
|
|
397
|
+
"ConnectionAliases": {
|
|
398
|
+
"type": "list",
|
|
399
|
+
"member": {
|
|
400
|
+
"type": "structure",
|
|
401
|
+
"members": {
|
|
402
|
+
"ConnectionString": {},
|
|
403
|
+
"AliasId": {},
|
|
404
|
+
"State": {},
|
|
405
|
+
"OwnerAccountId": {},
|
|
406
|
+
"Associations": {
|
|
407
|
+
"type": "list",
|
|
408
|
+
"member": {
|
|
409
|
+
"type": "structure",
|
|
410
|
+
"members": {
|
|
411
|
+
"AssociationStatus": {},
|
|
412
|
+
"AssociatedAccountId": {},
|
|
413
|
+
"ResourceId": {},
|
|
414
|
+
"ConnectionIdentifier": {}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"NextToken": {}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
297
425
|
"DescribeIpGroups": {
|
|
298
426
|
"input": {
|
|
299
427
|
"type": "structure",
|
|
300
428
|
"members": {
|
|
301
429
|
"GroupIds": {
|
|
302
|
-
"shape": "
|
|
430
|
+
"shape": "S8"
|
|
303
431
|
},
|
|
304
432
|
"NextToken": {},
|
|
305
433
|
"MaxResults": {
|
|
@@ -319,7 +447,7 @@
|
|
|
319
447
|
"groupName": {},
|
|
320
448
|
"groupDesc": {},
|
|
321
449
|
"userRules": {
|
|
322
|
-
"shape": "
|
|
450
|
+
"shape": "Sc"
|
|
323
451
|
}
|
|
324
452
|
}
|
|
325
453
|
}
|
|
@@ -342,7 +470,7 @@
|
|
|
342
470
|
"type": "structure",
|
|
343
471
|
"members": {
|
|
344
472
|
"TagList": {
|
|
345
|
-
"shape": "
|
|
473
|
+
"shape": "Sm"
|
|
346
474
|
}
|
|
347
475
|
}
|
|
348
476
|
}
|
|
@@ -427,7 +555,7 @@
|
|
|
427
555
|
"DirectoryName": {},
|
|
428
556
|
"RegistrationCode": {},
|
|
429
557
|
"SubnetIds": {
|
|
430
|
-
"shape": "
|
|
558
|
+
"shape": "S3p"
|
|
431
559
|
},
|
|
432
560
|
"DnsIpAddresses": {
|
|
433
561
|
"type": "list",
|
|
@@ -458,14 +586,14 @@
|
|
|
458
586
|
}
|
|
459
587
|
},
|
|
460
588
|
"ipGroupIds": {
|
|
461
|
-
"shape": "
|
|
589
|
+
"shape": "S8"
|
|
462
590
|
},
|
|
463
591
|
"WorkspaceAccessProperties": {
|
|
464
|
-
"shape": "
|
|
592
|
+
"shape": "S3x"
|
|
465
593
|
},
|
|
466
594
|
"Tenancy": {},
|
|
467
595
|
"SelfservicePermissions": {
|
|
468
|
-
"shape": "
|
|
596
|
+
"shape": "S40"
|
|
469
597
|
}
|
|
470
598
|
}
|
|
471
599
|
}
|
|
@@ -566,10 +694,10 @@
|
|
|
566
694
|
"type": "structure",
|
|
567
695
|
"members": {
|
|
568
696
|
"RebuildSnapshots": {
|
|
569
|
-
"shape": "
|
|
697
|
+
"shape": "S4i"
|
|
570
698
|
},
|
|
571
699
|
"RestoreSnapshots": {
|
|
572
|
-
"shape": "
|
|
700
|
+
"shape": "S4i"
|
|
573
701
|
}
|
|
574
702
|
}
|
|
575
703
|
}
|
|
@@ -579,7 +707,7 @@
|
|
|
579
707
|
"type": "structure",
|
|
580
708
|
"members": {
|
|
581
709
|
"WorkspaceIds": {
|
|
582
|
-
"shape": "
|
|
710
|
+
"shape": "S4l"
|
|
583
711
|
},
|
|
584
712
|
"DirectoryId": {},
|
|
585
713
|
"UserName": {},
|
|
@@ -594,7 +722,7 @@
|
|
|
594
722
|
"type": "structure",
|
|
595
723
|
"members": {
|
|
596
724
|
"Workspaces": {
|
|
597
|
-
"shape": "
|
|
725
|
+
"shape": "S1i"
|
|
598
726
|
},
|
|
599
727
|
"NextToken": {}
|
|
600
728
|
}
|
|
@@ -605,7 +733,7 @@
|
|
|
605
733
|
"type": "structure",
|
|
606
734
|
"members": {
|
|
607
735
|
"WorkspaceIds": {
|
|
608
|
-
"shape": "
|
|
736
|
+
"shape": "S4l"
|
|
609
737
|
},
|
|
610
738
|
"NextToken": {}
|
|
611
739
|
}
|
|
@@ -633,6 +761,21 @@
|
|
|
633
761
|
}
|
|
634
762
|
}
|
|
635
763
|
},
|
|
764
|
+
"DisassociateConnectionAlias": {
|
|
765
|
+
"input": {
|
|
766
|
+
"type": "structure",
|
|
767
|
+
"required": [
|
|
768
|
+
"AliasId"
|
|
769
|
+
],
|
|
770
|
+
"members": {
|
|
771
|
+
"AliasId": {}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"output": {
|
|
775
|
+
"type": "structure",
|
|
776
|
+
"members": {}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
636
779
|
"DisassociateIpGroups": {
|
|
637
780
|
"input": {
|
|
638
781
|
"type": "structure",
|
|
@@ -643,7 +786,7 @@
|
|
|
643
786
|
"members": {
|
|
644
787
|
"DirectoryId": {},
|
|
645
788
|
"GroupIds": {
|
|
646
|
-
"shape": "
|
|
789
|
+
"shape": "S8"
|
|
647
790
|
}
|
|
648
791
|
}
|
|
649
792
|
},
|
|
@@ -667,7 +810,7 @@
|
|
|
667
810
|
"ImageName": {},
|
|
668
811
|
"ImageDescription": {},
|
|
669
812
|
"Tags": {
|
|
670
|
-
"shape": "
|
|
813
|
+
"shape": "Sm"
|
|
671
814
|
},
|
|
672
815
|
"Applications": {
|
|
673
816
|
"type": "list",
|
|
@@ -750,7 +893,7 @@
|
|
|
750
893
|
"members": {
|
|
751
894
|
"ResourceId": {},
|
|
752
895
|
"ClientProperties": {
|
|
753
|
-
"shape": "
|
|
896
|
+
"shape": "S2l"
|
|
754
897
|
}
|
|
755
898
|
}
|
|
756
899
|
},
|
|
@@ -769,7 +912,7 @@
|
|
|
769
912
|
"members": {
|
|
770
913
|
"ResourceId": {},
|
|
771
914
|
"SelfservicePermissions": {
|
|
772
|
-
"shape": "
|
|
915
|
+
"shape": "S40"
|
|
773
916
|
}
|
|
774
917
|
}
|
|
775
918
|
},
|
|
@@ -788,7 +931,7 @@
|
|
|
788
931
|
"members": {
|
|
789
932
|
"ResourceId": {},
|
|
790
933
|
"WorkspaceAccessProperties": {
|
|
791
|
-
"shape": "
|
|
934
|
+
"shape": "S3x"
|
|
792
935
|
}
|
|
793
936
|
}
|
|
794
937
|
},
|
|
@@ -842,7 +985,7 @@
|
|
|
842
985
|
"members": {
|
|
843
986
|
"WorkspaceId": {},
|
|
844
987
|
"WorkspaceProperties": {
|
|
845
|
-
"shape": "
|
|
988
|
+
"shape": "S17"
|
|
846
989
|
}
|
|
847
990
|
}
|
|
848
991
|
},
|
|
@@ -895,7 +1038,7 @@
|
|
|
895
1038
|
"FailedRequests": {
|
|
896
1039
|
"type": "list",
|
|
897
1040
|
"member": {
|
|
898
|
-
"shape": "
|
|
1041
|
+
"shape": "S5v"
|
|
899
1042
|
}
|
|
900
1043
|
}
|
|
901
1044
|
}
|
|
@@ -928,7 +1071,7 @@
|
|
|
928
1071
|
"FailedRequests": {
|
|
929
1072
|
"type": "list",
|
|
930
1073
|
"member": {
|
|
931
|
-
"shape": "
|
|
1074
|
+
"shape": "S5v"
|
|
932
1075
|
}
|
|
933
1076
|
}
|
|
934
1077
|
}
|
|
@@ -944,7 +1087,7 @@
|
|
|
944
1087
|
"members": {
|
|
945
1088
|
"DirectoryId": {},
|
|
946
1089
|
"SubnetIds": {
|
|
947
|
-
"shape": "
|
|
1090
|
+
"shape": "S3p"
|
|
948
1091
|
},
|
|
949
1092
|
"EnableWorkDocs": {
|
|
950
1093
|
"type": "boolean"
|
|
@@ -954,7 +1097,7 @@
|
|
|
954
1097
|
},
|
|
955
1098
|
"Tenancy": {},
|
|
956
1099
|
"Tags": {
|
|
957
|
-
"shape": "
|
|
1100
|
+
"shape": "Sm"
|
|
958
1101
|
}
|
|
959
1102
|
}
|
|
960
1103
|
},
|
|
@@ -1022,7 +1165,7 @@
|
|
|
1022
1165
|
"FailedRequests": {
|
|
1023
1166
|
"type": "list",
|
|
1024
1167
|
"member": {
|
|
1025
|
-
"shape": "
|
|
1168
|
+
"shape": "S5v"
|
|
1026
1169
|
}
|
|
1027
1170
|
}
|
|
1028
1171
|
}
|
|
@@ -1052,7 +1195,7 @@
|
|
|
1052
1195
|
"FailedRequests": {
|
|
1053
1196
|
"type": "list",
|
|
1054
1197
|
"member": {
|
|
1055
|
-
"shape": "
|
|
1198
|
+
"shape": "S5v"
|
|
1056
1199
|
}
|
|
1057
1200
|
}
|
|
1058
1201
|
}
|
|
@@ -1085,12 +1228,31 @@
|
|
|
1085
1228
|
"FailedRequests": {
|
|
1086
1229
|
"type": "list",
|
|
1087
1230
|
"member": {
|
|
1088
|
-
"shape": "
|
|
1231
|
+
"shape": "S5v"
|
|
1089
1232
|
}
|
|
1090
1233
|
}
|
|
1091
1234
|
}
|
|
1092
1235
|
}
|
|
1093
1236
|
},
|
|
1237
|
+
"UpdateConnectionAliasPermission": {
|
|
1238
|
+
"input": {
|
|
1239
|
+
"type": "structure",
|
|
1240
|
+
"required": [
|
|
1241
|
+
"AliasId",
|
|
1242
|
+
"ConnectionAliasPermission"
|
|
1243
|
+
],
|
|
1244
|
+
"members": {
|
|
1245
|
+
"AliasId": {},
|
|
1246
|
+
"ConnectionAliasPermission": {
|
|
1247
|
+
"shape": "S2r"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"output": {
|
|
1252
|
+
"type": "structure",
|
|
1253
|
+
"members": {}
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1094
1256
|
"UpdateRulesOfIpGroup": {
|
|
1095
1257
|
"input": {
|
|
1096
1258
|
"type": "structure",
|
|
@@ -1101,7 +1263,7 @@
|
|
|
1101
1263
|
"members": {
|
|
1102
1264
|
"GroupId": {},
|
|
1103
1265
|
"UserRules": {
|
|
1104
|
-
"shape": "
|
|
1266
|
+
"shape": "Sc"
|
|
1105
1267
|
}
|
|
1106
1268
|
}
|
|
1107
1269
|
},
|
|
@@ -1133,11 +1295,11 @@
|
|
|
1133
1295
|
}
|
|
1134
1296
|
},
|
|
1135
1297
|
"shapes": {
|
|
1136
|
-
"
|
|
1298
|
+
"S8": {
|
|
1137
1299
|
"type": "list",
|
|
1138
1300
|
"member": {}
|
|
1139
1301
|
},
|
|
1140
|
-
"
|
|
1302
|
+
"Sc": {
|
|
1141
1303
|
"type": "list",
|
|
1142
1304
|
"member": {
|
|
1143
1305
|
"type": "structure",
|
|
@@ -1147,7 +1309,7 @@
|
|
|
1147
1309
|
}
|
|
1148
1310
|
}
|
|
1149
1311
|
},
|
|
1150
|
-
"
|
|
1312
|
+
"Sm": {
|
|
1151
1313
|
"type": "list",
|
|
1152
1314
|
"member": {
|
|
1153
1315
|
"type": "structure",
|
|
@@ -1160,7 +1322,7 @@
|
|
|
1160
1322
|
}
|
|
1161
1323
|
}
|
|
1162
1324
|
},
|
|
1163
|
-
"
|
|
1325
|
+
"S12": {
|
|
1164
1326
|
"type": "structure",
|
|
1165
1327
|
"required": [
|
|
1166
1328
|
"DirectoryId",
|
|
@@ -1179,14 +1341,14 @@
|
|
|
1179
1341
|
"type": "boolean"
|
|
1180
1342
|
},
|
|
1181
1343
|
"WorkspaceProperties": {
|
|
1182
|
-
"shape": "
|
|
1344
|
+
"shape": "S17"
|
|
1183
1345
|
},
|
|
1184
1346
|
"Tags": {
|
|
1185
|
-
"shape": "
|
|
1347
|
+
"shape": "Sm"
|
|
1186
1348
|
}
|
|
1187
1349
|
}
|
|
1188
1350
|
},
|
|
1189
|
-
"
|
|
1351
|
+
"S17": {
|
|
1190
1352
|
"type": "structure",
|
|
1191
1353
|
"members": {
|
|
1192
1354
|
"RunningMode": {},
|
|
@@ -1202,7 +1364,7 @@
|
|
|
1202
1364
|
"ComputeTypeName": {}
|
|
1203
1365
|
}
|
|
1204
1366
|
},
|
|
1205
|
-
"
|
|
1367
|
+
"S1i": {
|
|
1206
1368
|
"type": "list",
|
|
1207
1369
|
"member": {
|
|
1208
1370
|
"type": "structure",
|
|
@@ -1225,7 +1387,7 @@
|
|
|
1225
1387
|
"type": "boolean"
|
|
1226
1388
|
},
|
|
1227
1389
|
"WorkspaceProperties": {
|
|
1228
|
-
"shape": "
|
|
1390
|
+
"shape": "S17"
|
|
1229
1391
|
},
|
|
1230
1392
|
"ModificationStates": {
|
|
1231
1393
|
"type": "list",
|
|
@@ -1240,17 +1402,30 @@
|
|
|
1240
1402
|
}
|
|
1241
1403
|
}
|
|
1242
1404
|
},
|
|
1243
|
-
"
|
|
1405
|
+
"S2l": {
|
|
1244
1406
|
"type": "structure",
|
|
1245
1407
|
"members": {
|
|
1246
1408
|
"ReconnectEnabled": {}
|
|
1247
1409
|
}
|
|
1248
1410
|
},
|
|
1249
|
-
"
|
|
1411
|
+
"S2r": {
|
|
1412
|
+
"type": "structure",
|
|
1413
|
+
"required": [
|
|
1414
|
+
"SharedAccountId",
|
|
1415
|
+
"AllowAssociation"
|
|
1416
|
+
],
|
|
1417
|
+
"members": {
|
|
1418
|
+
"SharedAccountId": {},
|
|
1419
|
+
"AllowAssociation": {
|
|
1420
|
+
"type": "boolean"
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"S3p": {
|
|
1250
1425
|
"type": "list",
|
|
1251
1426
|
"member": {}
|
|
1252
1427
|
},
|
|
1253
|
-
"
|
|
1428
|
+
"S3x": {
|
|
1254
1429
|
"type": "structure",
|
|
1255
1430
|
"members": {
|
|
1256
1431
|
"DeviceTypeWindows": {},
|
|
@@ -1262,7 +1437,7 @@
|
|
|
1262
1437
|
"DeviceTypeZeroClient": {}
|
|
1263
1438
|
}
|
|
1264
1439
|
},
|
|
1265
|
-
"
|
|
1440
|
+
"S40": {
|
|
1266
1441
|
"type": "structure",
|
|
1267
1442
|
"members": {
|
|
1268
1443
|
"RestartWorkspace": {},
|
|
@@ -1272,7 +1447,7 @@
|
|
|
1272
1447
|
"RebuildWorkspace": {}
|
|
1273
1448
|
}
|
|
1274
1449
|
},
|
|
1275
|
-
"
|
|
1450
|
+
"S4i": {
|
|
1276
1451
|
"type": "list",
|
|
1277
1452
|
"member": {
|
|
1278
1453
|
"type": "structure",
|
|
@@ -1283,11 +1458,11 @@
|
|
|
1283
1458
|
}
|
|
1284
1459
|
}
|
|
1285
1460
|
},
|
|
1286
|
-
"
|
|
1461
|
+
"S4l": {
|
|
1287
1462
|
"type": "list",
|
|
1288
1463
|
"member": {}
|
|
1289
1464
|
},
|
|
1290
|
-
"
|
|
1465
|
+
"S5v": {
|
|
1291
1466
|
"type": "structure",
|
|
1292
1467
|
"members": {
|
|
1293
1468
|
"WorkspaceId": {},
|