cdk-comprehend-s3olap 2.0.197 → 2.0.199

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.
Files changed (39) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
  8. package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
  9. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
  11. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
  12. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
  13. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
  15. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
  16. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +915 -855
  18. package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
  19. package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
  20. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
  21. package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
  22. package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
  23. package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
  24. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
  25. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
  27. package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
  29. package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +93 -10
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +374 -279
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
  37. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +5 -5
@@ -13,6 +13,27 @@
13
13
  "uid": "appstream-2016-12-01"
14
14
  },
15
15
  "operations": {
16
+ "AssociateAppBlockBuilderAppBlock": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "AppBlockArn",
21
+ "AppBlockBuilderName"
22
+ ],
23
+ "members": {
24
+ "AppBlockArn": {},
25
+ "AppBlockBuilderName": {}
26
+ }
27
+ },
28
+ "output": {
29
+ "type": "structure",
30
+ "members": {
31
+ "AppBlockBuilderAppBlockAssociation": {
32
+ "shape": "S5"
33
+ }
34
+ }
35
+ }
36
+ },
16
37
  "AssociateApplicationFleet": {
17
38
  "input": {
18
39
  "type": "structure",
@@ -29,7 +50,7 @@
29
50
  "type": "structure",
30
51
  "members": {
31
52
  "ApplicationFleetAssociation": {
32
- "shape": "S5"
53
+ "shape": "S8"
33
54
  }
34
55
  }
35
56
  }
@@ -78,7 +99,7 @@
78
99
  ],
79
100
  "members": {
80
101
  "UserStackAssociations": {
81
- "shape": "Sc"
102
+ "shape": "Sf"
82
103
  }
83
104
  }
84
105
  },
@@ -86,7 +107,7 @@
86
107
  "type": "structure",
87
108
  "members": {
88
109
  "errors": {
89
- "shape": "Si"
110
+ "shape": "Sl"
90
111
  }
91
112
  }
92
113
  }
@@ -99,7 +120,7 @@
99
120
  ],
100
121
  "members": {
101
122
  "UserStackAssociations": {
102
- "shape": "Sc"
123
+ "shape": "Sf"
103
124
  }
104
125
  }
105
126
  },
@@ -107,7 +128,7 @@
107
128
  "type": "structure",
108
129
  "members": {
109
130
  "errors": {
110
- "shape": "Si"
131
+ "shape": "Sl"
111
132
  }
112
133
  }
113
134
  }
@@ -139,29 +160,94 @@
139
160
  "type": "structure",
140
161
  "required": [
141
162
  "Name",
142
- "SourceS3Location",
143
- "SetupScriptDetails"
163
+ "SourceS3Location"
144
164
  ],
145
165
  "members": {
146
166
  "Name": {},
147
167
  "Description": {},
148
168
  "DisplayName": {},
149
169
  "SourceS3Location": {
150
- "shape": "St"
170
+ "shape": "Sw"
151
171
  },
152
172
  "SetupScriptDetails": {
153
- "shape": "Sw"
173
+ "shape": "Sz"
154
174
  },
155
175
  "Tags": {
156
- "shape": "Sy"
157
- }
176
+ "shape": "S11"
177
+ },
178
+ "PostSetupScriptDetails": {
179
+ "shape": "Sz"
180
+ },
181
+ "PackagingType": {}
158
182
  }
159
183
  },
160
184
  "output": {
161
185
  "type": "structure",
162
186
  "members": {
163
187
  "AppBlock": {
164
- "shape": "S12"
188
+ "shape": "S16"
189
+ }
190
+ }
191
+ }
192
+ },
193
+ "CreateAppBlockBuilder": {
194
+ "input": {
195
+ "type": "structure",
196
+ "required": [
197
+ "Name",
198
+ "Platform",
199
+ "InstanceType",
200
+ "VpcConfig"
201
+ ],
202
+ "members": {
203
+ "Name": {},
204
+ "Description": {},
205
+ "DisplayName": {},
206
+ "Tags": {
207
+ "shape": "S11"
208
+ },
209
+ "Platform": {},
210
+ "InstanceType": {},
211
+ "VpcConfig": {
212
+ "shape": "S1d"
213
+ },
214
+ "EnableDefaultInternetAccess": {
215
+ "type": "boolean"
216
+ },
217
+ "IamRoleArn": {},
218
+ "AccessEndpoints": {
219
+ "shape": "S1h"
220
+ }
221
+ }
222
+ },
223
+ "output": {
224
+ "type": "structure",
225
+ "members": {
226
+ "AppBlockBuilder": {
227
+ "shape": "S1l"
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "CreateAppBlockBuilderStreamingURL": {
233
+ "input": {
234
+ "type": "structure",
235
+ "required": [
236
+ "AppBlockBuilderName"
237
+ ],
238
+ "members": {
239
+ "AppBlockBuilderName": {},
240
+ "Validity": {
241
+ "type": "long"
242
+ }
243
+ }
244
+ },
245
+ "output": {
246
+ "type": "structure",
247
+ "members": {
248
+ "StreamingURL": {},
249
+ "Expires": {
250
+ "type": "timestamp"
165
251
  }
166
252
  }
167
253
  }
@@ -182,20 +268,20 @@
182
268
  "DisplayName": {},
183
269
  "Description": {},
184
270
  "IconS3Location": {
185
- "shape": "St"
271
+ "shape": "Sw"
186
272
  },
187
273
  "LaunchPath": {},
188
274
  "WorkingDirectory": {},
189
275
  "LaunchParameters": {},
190
276
  "Platforms": {
191
- "shape": "S15"
277
+ "shape": "S1w"
192
278
  },
193
279
  "InstanceFamilies": {
194
- "shape": "S17"
280
+ "shape": "S1y"
195
281
  },
196
282
  "AppBlockArn": {},
197
283
  "Tags": {
198
- "shape": "Sy"
284
+ "shape": "S11"
199
285
  }
200
286
  }
201
287
  },
@@ -203,7 +289,7 @@
203
289
  "type": "structure",
204
290
  "members": {
205
291
  "Application": {
206
- "shape": "S19"
292
+ "shape": "S20"
207
293
  }
208
294
  }
209
295
  }
@@ -218,13 +304,13 @@
218
304
  "members": {
219
305
  "DirectoryName": {},
220
306
  "OrganizationalUnitDistinguishedNames": {
221
- "shape": "S1d"
307
+ "shape": "S24"
222
308
  },
223
309
  "ServiceAccountCredentials": {
224
- "shape": "S1f"
310
+ "shape": "S26"
225
311
  },
226
312
  "CertificateBasedAuthProperties": {
227
- "shape": "S1i"
313
+ "shape": "S29"
228
314
  }
229
315
  }
230
316
  },
@@ -232,7 +318,7 @@
232
318
  "type": "structure",
233
319
  "members": {
234
320
  "DirectoryConfig": {
235
- "shape": "S1l"
321
+ "shape": "S2c"
236
322
  }
237
323
  }
238
324
  }
@@ -252,7 +338,7 @@
252
338
  "Description": {},
253
339
  "AppVisibility": {},
254
340
  "Attributes": {
255
- "shape": "S1o"
341
+ "shape": "S2f"
256
342
  }
257
343
  }
258
344
  },
@@ -260,7 +346,7 @@
260
346
  "type": "structure",
261
347
  "members": {
262
348
  "Entitlement": {
263
- "shape": "S1r"
349
+ "shape": "S2i"
264
350
  }
265
351
  }
266
352
  }
@@ -279,10 +365,10 @@
279
365
  "InstanceType": {},
280
366
  "FleetType": {},
281
367
  "ComputeCapacity": {
282
- "shape": "S1u"
368
+ "shape": "S2l"
283
369
  },
284
370
  "VpcConfig": {
285
- "shape": "S1v"
371
+ "shape": "S1d"
286
372
  },
287
373
  "MaxUserDurationInSeconds": {
288
374
  "type": "integer"
@@ -296,10 +382,10 @@
296
382
  "type": "boolean"
297
383
  },
298
384
  "DomainJoinInfo": {
299
- "shape": "S1z"
385
+ "shape": "S2m"
300
386
  },
301
387
  "Tags": {
302
- "shape": "Sy"
388
+ "shape": "S11"
303
389
  },
304
390
  "IdleDisconnectTimeoutInSeconds": {
305
391
  "type": "integer"
@@ -311,10 +397,10 @@
311
397
  "type": "integer"
312
398
  },
313
399
  "UsbDeviceFilterStrings": {
314
- "shape": "S21"
400
+ "shape": "S2o"
315
401
  },
316
402
  "SessionScriptS3Location": {
317
- "shape": "St"
403
+ "shape": "Sw"
318
404
  }
319
405
  }
320
406
  },
@@ -322,7 +408,7 @@
322
408
  "type": "structure",
323
409
  "members": {
324
410
  "Fleet": {
325
- "shape": "S24"
411
+ "shape": "S2r"
326
412
  }
327
413
  }
328
414
  }
@@ -342,21 +428,21 @@
342
428
  "Description": {},
343
429
  "DisplayName": {},
344
430
  "VpcConfig": {
345
- "shape": "S1v"
431
+ "shape": "S1d"
346
432
  },
347
433
  "IamRoleArn": {},
348
434
  "EnableDefaultInternetAccess": {
349
435
  "type": "boolean"
350
436
  },
351
437
  "DomainJoinInfo": {
352
- "shape": "S1z"
438
+ "shape": "S2m"
353
439
  },
354
440
  "AppstreamAgentVersion": {},
355
441
  "Tags": {
356
- "shape": "Sy"
442
+ "shape": "S11"
357
443
  },
358
444
  "AccessEndpoints": {
359
- "shape": "S2c"
445
+ "shape": "S1h"
360
446
  }
361
447
  }
362
448
  },
@@ -364,7 +450,7 @@
364
450
  "type": "structure",
365
451
  "members": {
366
452
  "ImageBuilder": {
367
- "shape": "S2g"
453
+ "shape": "S2z"
368
454
  }
369
455
  }
370
456
  }
@@ -403,27 +489,27 @@
403
489
  "Description": {},
404
490
  "DisplayName": {},
405
491
  "StorageConnectors": {
406
- "shape": "S2r"
492
+ "shape": "S37"
407
493
  },
408
494
  "RedirectURL": {},
409
495
  "FeedbackURL": {},
410
496
  "UserSettings": {
411
- "shape": "S2z"
497
+ "shape": "S3f"
412
498
  },
413
499
  "ApplicationSettings": {
414
- "shape": "S33"
500
+ "shape": "S3j"
415
501
  },
416
502
  "Tags": {
417
- "shape": "Sy"
503
+ "shape": "S11"
418
504
  },
419
505
  "AccessEndpoints": {
420
- "shape": "S2c"
506
+ "shape": "S1h"
421
507
  },
422
508
  "EmbedHostDomains": {
423
- "shape": "S35"
509
+ "shape": "S3l"
424
510
  },
425
511
  "StreamingExperienceSettings": {
426
- "shape": "S37"
512
+ "shape": "S3n"
427
513
  }
428
514
  }
429
515
  },
@@ -431,7 +517,7 @@
431
517
  "type": "structure",
432
518
  "members": {
433
519
  "Stack": {
434
- "shape": "S3a"
520
+ "shape": "S3q"
435
521
  }
436
522
  }
437
523
  }
@@ -478,7 +564,7 @@
478
564
  "newImageDescription": {},
479
565
  "newImageDisplayName": {},
480
566
  "newImageTags": {
481
- "shape": "Sy"
567
+ "shape": "S11"
482
568
  },
483
569
  "dryRun": {
484
570
  "type": "boolean"
@@ -489,7 +575,7 @@
489
575
  "type": "structure",
490
576
  "members": {
491
577
  "image": {
492
- "shape": "S3k"
578
+ "shape": "S40"
493
579
  },
494
580
  "canUpdateImage": {
495
581
  "type": "boolean"
@@ -519,14 +605,14 @@
519
605
  ],
520
606
  "members": {
521
607
  "UserName": {
522
- "shape": "Se"
608
+ "shape": "Sh"
523
609
  },
524
610
  "MessageAction": {},
525
611
  "FirstName": {
526
- "shape": "S3w"
612
+ "shape": "S4c"
527
613
  },
528
614
  "LastName": {
529
- "shape": "S3w"
615
+ "shape": "S4c"
530
616
  },
531
617
  "AuthenticationType": {}
532
618
  }
@@ -551,6 +637,21 @@
551
637
  "members": {}
552
638
  }
553
639
  },
640
+ "DeleteAppBlockBuilder": {
641
+ "input": {
642
+ "type": "structure",
643
+ "required": [
644
+ "Name"
645
+ ],
646
+ "members": {
647
+ "Name": {}
648
+ }
649
+ },
650
+ "output": {
651
+ "type": "structure",
652
+ "members": {}
653
+ }
654
+ },
554
655
  "DeleteApplication": {
555
656
  "input": {
556
657
  "type": "structure",
@@ -627,7 +728,7 @@
627
728
  "type": "structure",
628
729
  "members": {
629
730
  "Image": {
630
- "shape": "S3k"
731
+ "shape": "S40"
631
732
  }
632
733
  }
633
734
  }
@@ -646,7 +747,7 @@
646
747
  "type": "structure",
647
748
  "members": {
648
749
  "ImageBuilder": {
649
- "shape": "S2g"
750
+ "shape": "S2z"
650
751
  }
651
752
  }
652
753
  }
@@ -702,7 +803,7 @@
702
803
  ],
703
804
  "members": {
704
805
  "UserName": {
705
- "shape": "Se"
806
+ "shape": "Sh"
706
807
  },
707
808
  "AuthenticationType": {}
708
809
  }
@@ -712,12 +813,63 @@
712
813
  "members": {}
713
814
  }
714
815
  },
816
+ "DescribeAppBlockBuilderAppBlockAssociations": {
817
+ "input": {
818
+ "type": "structure",
819
+ "members": {
820
+ "AppBlockArn": {},
821
+ "AppBlockBuilderName": {},
822
+ "MaxResults": {
823
+ "type": "integer"
824
+ },
825
+ "NextToken": {}
826
+ }
827
+ },
828
+ "output": {
829
+ "type": "structure",
830
+ "members": {
831
+ "AppBlockBuilderAppBlockAssociations": {
832
+ "type": "list",
833
+ "member": {
834
+ "shape": "S5"
835
+ }
836
+ },
837
+ "NextToken": {}
838
+ }
839
+ }
840
+ },
841
+ "DescribeAppBlockBuilders": {
842
+ "input": {
843
+ "type": "structure",
844
+ "members": {
845
+ "Names": {
846
+ "shape": "S1y"
847
+ },
848
+ "NextToken": {},
849
+ "MaxResults": {
850
+ "type": "integer"
851
+ }
852
+ }
853
+ },
854
+ "output": {
855
+ "type": "structure",
856
+ "members": {
857
+ "AppBlockBuilders": {
858
+ "type": "list",
859
+ "member": {
860
+ "shape": "S1l"
861
+ }
862
+ },
863
+ "NextToken": {}
864
+ }
865
+ }
866
+ },
715
867
  "DescribeAppBlocks": {
716
868
  "input": {
717
869
  "type": "structure",
718
870
  "members": {
719
871
  "Arns": {
720
- "shape": "S4m"
872
+ "shape": "S5a"
721
873
  },
722
874
  "NextToken": {},
723
875
  "MaxResults": {
@@ -731,7 +883,7 @@
731
883
  "AppBlocks": {
732
884
  "type": "list",
733
885
  "member": {
734
- "shape": "S12"
886
+ "shape": "S16"
735
887
  }
736
888
  },
737
889
  "NextToken": {}
@@ -756,7 +908,7 @@
756
908
  "ApplicationFleetAssociations": {
757
909
  "type": "list",
758
910
  "member": {
759
- "shape": "S5"
911
+ "shape": "S8"
760
912
  }
761
913
  },
762
914
  "NextToken": {}
@@ -768,7 +920,7 @@
768
920
  "type": "structure",
769
921
  "members": {
770
922
  "Arns": {
771
- "shape": "S4m"
923
+ "shape": "S5a"
772
924
  },
773
925
  "NextToken": {},
774
926
  "MaxResults": {
@@ -780,7 +932,7 @@
780
932
  "type": "structure",
781
933
  "members": {
782
934
  "Applications": {
783
- "shape": "S3p"
935
+ "shape": "S45"
784
936
  },
785
937
  "NextToken": {}
786
938
  }
@@ -806,7 +958,7 @@
806
958
  "DirectoryConfigs": {
807
959
  "type": "list",
808
960
  "member": {
809
- "shape": "S1l"
961
+ "shape": "S2c"
810
962
  }
811
963
  },
812
964
  "NextToken": {}
@@ -834,7 +986,7 @@
834
986
  "Entitlements": {
835
987
  "type": "list",
836
988
  "member": {
837
- "shape": "S1r"
989
+ "shape": "S2i"
838
990
  }
839
991
  },
840
992
  "NextToken": {}
@@ -846,7 +998,7 @@
846
998
  "type": "structure",
847
999
  "members": {
848
1000
  "Names": {
849
- "shape": "S17"
1001
+ "shape": "S1y"
850
1002
  },
851
1003
  "NextToken": {}
852
1004
  }
@@ -857,7 +1009,7 @@
857
1009
  "Fleets": {
858
1010
  "type": "list",
859
1011
  "member": {
860
- "shape": "S24"
1012
+ "shape": "S2r"
861
1013
  }
862
1014
  },
863
1015
  "NextToken": {}
@@ -869,7 +1021,7 @@
869
1021
  "type": "structure",
870
1022
  "members": {
871
1023
  "Names": {
872
- "shape": "S17"
1024
+ "shape": "S1y"
873
1025
  },
874
1026
  "MaxResults": {
875
1027
  "type": "integer"
@@ -883,7 +1035,7 @@
883
1035
  "ImageBuilders": {
884
1036
  "type": "list",
885
1037
  "member": {
886
- "shape": "S2g"
1038
+ "shape": "S2z"
887
1039
  }
888
1040
  },
889
1041
  "NextToken": {}
@@ -923,7 +1075,7 @@
923
1075
  "members": {
924
1076
  "sharedAccountId": {},
925
1077
  "imagePermissions": {
926
- "shape": "S3q"
1078
+ "shape": "S46"
927
1079
  }
928
1080
  }
929
1081
  }
@@ -937,10 +1089,10 @@
937
1089
  "type": "structure",
938
1090
  "members": {
939
1091
  "Names": {
940
- "shape": "S17"
1092
+ "shape": "S1y"
941
1093
  },
942
1094
  "Arns": {
943
- "shape": "S4m"
1095
+ "shape": "S5a"
944
1096
  },
945
1097
  "Type": {},
946
1098
  "NextToken": {},
@@ -955,7 +1107,7 @@
955
1107
  "Images": {
956
1108
  "type": "list",
957
1109
  "member": {
958
- "shape": "S3k"
1110
+ "shape": "S40"
959
1111
  }
960
1112
  },
961
1113
  "NextToken": {}
@@ -1009,7 +1161,7 @@
1009
1161
  },
1010
1162
  "AuthenticationType": {},
1011
1163
  "NetworkAccessConfiguration": {
1012
- "shape": "S2k"
1164
+ "shape": "S33"
1013
1165
  }
1014
1166
  }
1015
1167
  }
@@ -1023,7 +1175,7 @@
1023
1175
  "type": "structure",
1024
1176
  "members": {
1025
1177
  "Names": {
1026
- "shape": "S17"
1178
+ "shape": "S1y"
1027
1179
  },
1028
1180
  "NextToken": {}
1029
1181
  }
@@ -1034,7 +1186,7 @@
1034
1186
  "Stacks": {
1035
1187
  "type": "list",
1036
1188
  "member": {
1037
- "shape": "S3a"
1189
+ "shape": "S3q"
1038
1190
  }
1039
1191
  },
1040
1192
  "NextToken": {}
@@ -1087,7 +1239,7 @@
1087
1239
  "members": {
1088
1240
  "StackName": {},
1089
1241
  "UserName": {
1090
- "shape": "Se"
1242
+ "shape": "Sh"
1091
1243
  },
1092
1244
  "AuthenticationType": {},
1093
1245
  "MaxResults": {
@@ -1100,7 +1252,7 @@
1100
1252
  "type": "structure",
1101
1253
  "members": {
1102
1254
  "UserStackAssociations": {
1103
- "shape": "Sc"
1255
+ "shape": "Sf"
1104
1256
  },
1105
1257
  "NextToken": {}
1106
1258
  }
@@ -1133,17 +1285,17 @@
1133
1285
  "members": {
1134
1286
  "Arn": {},
1135
1287
  "UserName": {
1136
- "shape": "Se"
1288
+ "shape": "Sh"
1137
1289
  },
1138
1290
  "Enabled": {
1139
1291
  "type": "boolean"
1140
1292
  },
1141
1293
  "Status": {},
1142
1294
  "FirstName": {
1143
- "shape": "S3w"
1295
+ "shape": "S4c"
1144
1296
  },
1145
1297
  "LastName": {
1146
- "shape": "S3w"
1298
+ "shape": "S4c"
1147
1299
  },
1148
1300
  "CreatedTime": {
1149
1301
  "type": "timestamp"
@@ -1165,7 +1317,7 @@
1165
1317
  ],
1166
1318
  "members": {
1167
1319
  "UserName": {
1168
- "shape": "Se"
1320
+ "shape": "Sh"
1169
1321
  },
1170
1322
  "AuthenticationType": {}
1171
1323
  }
@@ -1175,6 +1327,23 @@
1175
1327
  "members": {}
1176
1328
  }
1177
1329
  },
1330
+ "DisassociateAppBlockBuilderAppBlock": {
1331
+ "input": {
1332
+ "type": "structure",
1333
+ "required": [
1334
+ "AppBlockArn",
1335
+ "AppBlockBuilderName"
1336
+ ],
1337
+ "members": {
1338
+ "AppBlockArn": {},
1339
+ "AppBlockBuilderName": {}
1340
+ }
1341
+ },
1342
+ "output": {
1343
+ "type": "structure",
1344
+ "members": {}
1345
+ }
1346
+ },
1178
1347
  "DisassociateApplicationFleet": {
1179
1348
  "input": {
1180
1349
  "type": "structure",
@@ -1237,7 +1406,7 @@
1237
1406
  ],
1238
1407
  "members": {
1239
1408
  "UserName": {
1240
- "shape": "Se"
1409
+ "shape": "Sh"
1241
1410
  },
1242
1411
  "AuthenticationType": {}
1243
1412
  }
@@ -1277,7 +1446,7 @@
1277
1446
  "type": "structure",
1278
1447
  "members": {
1279
1448
  "Names": {
1280
- "shape": "S17"
1449
+ "shape": "S1y"
1281
1450
  },
1282
1451
  "NextToken": {}
1283
1452
  }
@@ -1298,7 +1467,7 @@
1298
1467
  "type": "structure",
1299
1468
  "members": {
1300
1469
  "Names": {
1301
- "shape": "S17"
1470
+ "shape": "S1y"
1302
1471
  },
1303
1472
  "NextToken": {}
1304
1473
  }
@@ -1353,7 +1522,26 @@
1353
1522
  "type": "structure",
1354
1523
  "members": {
1355
1524
  "Tags": {
1356
- "shape": "Sy"
1525
+ "shape": "S11"
1526
+ }
1527
+ }
1528
+ }
1529
+ },
1530
+ "StartAppBlockBuilder": {
1531
+ "input": {
1532
+ "type": "structure",
1533
+ "required": [
1534
+ "Name"
1535
+ ],
1536
+ "members": {
1537
+ "Name": {}
1538
+ }
1539
+ },
1540
+ "output": {
1541
+ "type": "structure",
1542
+ "members": {
1543
+ "AppBlockBuilder": {
1544
+ "shape": "S1l"
1357
1545
  }
1358
1546
  }
1359
1547
  }
@@ -1388,7 +1576,26 @@
1388
1576
  "type": "structure",
1389
1577
  "members": {
1390
1578
  "ImageBuilder": {
1391
- "shape": "S2g"
1579
+ "shape": "S2z"
1580
+ }
1581
+ }
1582
+ }
1583
+ },
1584
+ "StopAppBlockBuilder": {
1585
+ "input": {
1586
+ "type": "structure",
1587
+ "required": [
1588
+ "Name"
1589
+ ],
1590
+ "members": {
1591
+ "Name": {}
1592
+ }
1593
+ },
1594
+ "output": {
1595
+ "type": "structure",
1596
+ "members": {
1597
+ "AppBlockBuilder": {
1598
+ "shape": "S1l"
1392
1599
  }
1393
1600
  }
1394
1601
  }
@@ -1422,7 +1629,7 @@
1422
1629
  "type": "structure",
1423
1630
  "members": {
1424
1631
  "ImageBuilder": {
1425
- "shape": "S2g"
1632
+ "shape": "S2z"
1426
1633
  }
1427
1634
  }
1428
1635
  }
@@ -1437,7 +1644,7 @@
1437
1644
  "members": {
1438
1645
  "ResourceArn": {},
1439
1646
  "Tags": {
1440
- "shape": "Sy"
1647
+ "shape": "S11"
1441
1648
  }
1442
1649
  }
1443
1650
  },
@@ -1466,6 +1673,43 @@
1466
1673
  "members": {}
1467
1674
  }
1468
1675
  },
1676
+ "UpdateAppBlockBuilder": {
1677
+ "input": {
1678
+ "type": "structure",
1679
+ "required": [
1680
+ "Name"
1681
+ ],
1682
+ "members": {
1683
+ "Name": {},
1684
+ "Description": {},
1685
+ "DisplayName": {},
1686
+ "Platform": {},
1687
+ "InstanceType": {},
1688
+ "VpcConfig": {
1689
+ "shape": "S1d"
1690
+ },
1691
+ "EnableDefaultInternetAccess": {
1692
+ "type": "boolean"
1693
+ },
1694
+ "IamRoleArn": {},
1695
+ "AccessEndpoints": {
1696
+ "shape": "S1h"
1697
+ },
1698
+ "AttributesToDelete": {
1699
+ "type": "list",
1700
+ "member": {}
1701
+ }
1702
+ }
1703
+ },
1704
+ "output": {
1705
+ "type": "structure",
1706
+ "members": {
1707
+ "AppBlockBuilder": {
1708
+ "shape": "S1l"
1709
+ }
1710
+ }
1711
+ }
1712
+ },
1469
1713
  "UpdateApplication": {
1470
1714
  "input": {
1471
1715
  "type": "structure",
@@ -1477,7 +1721,7 @@
1477
1721
  "DisplayName": {},
1478
1722
  "Description": {},
1479
1723
  "IconS3Location": {
1480
- "shape": "St"
1724
+ "shape": "Sw"
1481
1725
  },
1482
1726
  "LaunchPath": {},
1483
1727
  "WorkingDirectory": {},
@@ -1493,7 +1737,7 @@
1493
1737
  "type": "structure",
1494
1738
  "members": {
1495
1739
  "Application": {
1496
- "shape": "S19"
1740
+ "shape": "S20"
1497
1741
  }
1498
1742
  }
1499
1743
  }
@@ -1507,13 +1751,13 @@
1507
1751
  "members": {
1508
1752
  "DirectoryName": {},
1509
1753
  "OrganizationalUnitDistinguishedNames": {
1510
- "shape": "S1d"
1754
+ "shape": "S24"
1511
1755
  },
1512
1756
  "ServiceAccountCredentials": {
1513
- "shape": "S1f"
1757
+ "shape": "S26"
1514
1758
  },
1515
1759
  "CertificateBasedAuthProperties": {
1516
- "shape": "S1i"
1760
+ "shape": "S29"
1517
1761
  }
1518
1762
  }
1519
1763
  },
@@ -1521,7 +1765,7 @@
1521
1765
  "type": "structure",
1522
1766
  "members": {
1523
1767
  "DirectoryConfig": {
1524
- "shape": "S1l"
1768
+ "shape": "S2c"
1525
1769
  }
1526
1770
  }
1527
1771
  }
@@ -1539,7 +1783,7 @@
1539
1783
  "Description": {},
1540
1784
  "AppVisibility": {},
1541
1785
  "Attributes": {
1542
- "shape": "S1o"
1786
+ "shape": "S2f"
1543
1787
  }
1544
1788
  }
1545
1789
  },
@@ -1547,7 +1791,7 @@
1547
1791
  "type": "structure",
1548
1792
  "members": {
1549
1793
  "Entitlement": {
1550
- "shape": "S1r"
1794
+ "shape": "S2i"
1551
1795
  }
1552
1796
  }
1553
1797
  }
@@ -1561,10 +1805,10 @@
1561
1805
  "Name": {},
1562
1806
  "InstanceType": {},
1563
1807
  "ComputeCapacity": {
1564
- "shape": "S1u"
1808
+ "shape": "S2l"
1565
1809
  },
1566
1810
  "VpcConfig": {
1567
- "shape": "S1v"
1811
+ "shape": "S1d"
1568
1812
  },
1569
1813
  "MaxUserDurationInSeconds": {
1570
1814
  "type": "integer"
@@ -1582,7 +1826,7 @@
1582
1826
  "type": "boolean"
1583
1827
  },
1584
1828
  "DomainJoinInfo": {
1585
- "shape": "S1z"
1829
+ "shape": "S2m"
1586
1830
  },
1587
1831
  "IdleDisconnectTimeoutInSeconds": {
1588
1832
  "type": "integer"
@@ -1598,10 +1842,10 @@
1598
1842
  "type": "integer"
1599
1843
  },
1600
1844
  "UsbDeviceFilterStrings": {
1601
- "shape": "S21"
1845
+ "shape": "S2o"
1602
1846
  },
1603
1847
  "SessionScriptS3Location": {
1604
- "shape": "St"
1848
+ "shape": "Sw"
1605
1849
  }
1606
1850
  }
1607
1851
  },
@@ -1609,7 +1853,7 @@
1609
1853
  "type": "structure",
1610
1854
  "members": {
1611
1855
  "Fleet": {
1612
- "shape": "S24"
1856
+ "shape": "S2r"
1613
1857
  }
1614
1858
  }
1615
1859
  }
@@ -1626,7 +1870,7 @@
1626
1870
  "Name": {},
1627
1871
  "SharedAccountId": {},
1628
1872
  "ImagePermissions": {
1629
- "shape": "S3q"
1873
+ "shape": "S46"
1630
1874
  }
1631
1875
  }
1632
1876
  },
@@ -1646,7 +1890,7 @@
1646
1890
  "Description": {},
1647
1891
  "Name": {},
1648
1892
  "StorageConnectors": {
1649
- "shape": "S2r"
1893
+ "shape": "S37"
1650
1894
  },
1651
1895
  "DeleteStorageConnectors": {
1652
1896
  "deprecated": true,
@@ -1659,19 +1903,19 @@
1659
1903
  "member": {}
1660
1904
  },
1661
1905
  "UserSettings": {
1662
- "shape": "S2z"
1906
+ "shape": "S3f"
1663
1907
  },
1664
1908
  "ApplicationSettings": {
1665
- "shape": "S33"
1909
+ "shape": "S3j"
1666
1910
  },
1667
1911
  "AccessEndpoints": {
1668
- "shape": "S2c"
1912
+ "shape": "S1h"
1669
1913
  },
1670
1914
  "EmbedHostDomains": {
1671
- "shape": "S35"
1915
+ "shape": "S3l"
1672
1916
  },
1673
1917
  "StreamingExperienceSettings": {
1674
- "shape": "S37"
1918
+ "shape": "S3n"
1675
1919
  }
1676
1920
  }
1677
1921
  },
@@ -1679,7 +1923,7 @@
1679
1923
  "type": "structure",
1680
1924
  "members": {
1681
1925
  "Stack": {
1682
- "shape": "S3a"
1926
+ "shape": "S3q"
1683
1927
  }
1684
1928
  }
1685
1929
  }
@@ -1687,6 +1931,17 @@
1687
1931
  },
1688
1932
  "shapes": {
1689
1933
  "S5": {
1934
+ "type": "structure",
1935
+ "required": [
1936
+ "AppBlockArn",
1937
+ "AppBlockBuilderName"
1938
+ ],
1939
+ "members": {
1940
+ "AppBlockArn": {},
1941
+ "AppBlockBuilderName": {}
1942
+ }
1943
+ },
1944
+ "S8": {
1690
1945
  "type": "structure",
1691
1946
  "required": [
1692
1947
  "FleetName",
@@ -1697,13 +1952,13 @@
1697
1952
  "ApplicationArn": {}
1698
1953
  }
1699
1954
  },
1700
- "Sc": {
1955
+ "Sf": {
1701
1956
  "type": "list",
1702
1957
  "member": {
1703
- "shape": "Sd"
1958
+ "shape": "Sg"
1704
1959
  }
1705
1960
  },
1706
- "Sd": {
1961
+ "Sg": {
1707
1962
  "type": "structure",
1708
1963
  "required": [
1709
1964
  "StackName",
@@ -1713,7 +1968,7 @@
1713
1968
  "members": {
1714
1969
  "StackName": {},
1715
1970
  "UserName": {
1716
- "shape": "Se"
1971
+ "shape": "Sh"
1717
1972
  },
1718
1973
  "AuthenticationType": {},
1719
1974
  "SendEmailNotification": {
@@ -1721,35 +1976,34 @@
1721
1976
  }
1722
1977
  }
1723
1978
  },
1724
- "Se": {
1979
+ "Sh": {
1725
1980
  "type": "string",
1726
1981
  "sensitive": true
1727
1982
  },
1728
- "Si": {
1983
+ "Sl": {
1729
1984
  "type": "list",
1730
1985
  "member": {
1731
1986
  "type": "structure",
1732
1987
  "members": {
1733
1988
  "UserStackAssociation": {
1734
- "shape": "Sd"
1989
+ "shape": "Sg"
1735
1990
  },
1736
1991
  "ErrorCode": {},
1737
1992
  "ErrorMessage": {}
1738
1993
  }
1739
1994
  }
1740
1995
  },
1741
- "St": {
1996
+ "Sw": {
1742
1997
  "type": "structure",
1743
1998
  "required": [
1744
- "S3Bucket",
1745
- "S3Key"
1999
+ "S3Bucket"
1746
2000
  ],
1747
2001
  "members": {
1748
2002
  "S3Bucket": {},
1749
2003
  "S3Key": {}
1750
2004
  }
1751
2005
  },
1752
- "Sw": {
2006
+ "Sz": {
1753
2007
  "type": "structure",
1754
2008
  "required": [
1755
2009
  "ScriptS3Location",
@@ -1758,7 +2012,7 @@
1758
2012
  ],
1759
2013
  "members": {
1760
2014
  "ScriptS3Location": {
1761
- "shape": "St"
2015
+ "shape": "Sw"
1762
2016
  },
1763
2017
  "ExecutablePath": {},
1764
2018
  "ExecutableParameters": {},
@@ -1767,17 +2021,16 @@
1767
2021
  }
1768
2022
  }
1769
2023
  },
1770
- "Sy": {
2024
+ "S11": {
1771
2025
  "type": "map",
1772
2026
  "key": {},
1773
2027
  "value": {}
1774
2028
  },
1775
- "S12": {
2029
+ "S16": {
1776
2030
  "type": "structure",
1777
2031
  "required": [
1778
2032
  "Name",
1779
- "Arn",
1780
- "SetupScriptDetails"
2033
+ "Arn"
1781
2034
  ],
1782
2035
  "members": {
1783
2036
  "Name": {},
@@ -1785,25 +2038,122 @@
1785
2038
  "Description": {},
1786
2039
  "DisplayName": {},
1787
2040
  "SourceS3Location": {
1788
- "shape": "St"
2041
+ "shape": "Sw"
1789
2042
  },
1790
2043
  "SetupScriptDetails": {
1791
- "shape": "Sw"
2044
+ "shape": "Sz"
2045
+ },
2046
+ "CreatedTime": {
2047
+ "type": "timestamp"
2048
+ },
2049
+ "PostSetupScriptDetails": {
2050
+ "shape": "Sz"
2051
+ },
2052
+ "PackagingType": {},
2053
+ "State": {},
2054
+ "AppBlockErrors": {
2055
+ "type": "list",
2056
+ "member": {
2057
+ "type": "structure",
2058
+ "members": {
2059
+ "ErrorCode": {},
2060
+ "ErrorMessage": {}
2061
+ }
2062
+ }
2063
+ }
2064
+ }
2065
+ },
2066
+ "S1d": {
2067
+ "type": "structure",
2068
+ "members": {
2069
+ "SubnetIds": {
2070
+ "type": "list",
2071
+ "member": {}
2072
+ },
2073
+ "SecurityGroupIds": {
2074
+ "type": "list",
2075
+ "member": {}
2076
+ }
2077
+ }
2078
+ },
2079
+ "S1h": {
2080
+ "type": "list",
2081
+ "member": {
2082
+ "type": "structure",
2083
+ "required": [
2084
+ "EndpointType"
2085
+ ],
2086
+ "members": {
2087
+ "EndpointType": {},
2088
+ "VpceId": {}
2089
+ }
2090
+ }
2091
+ },
2092
+ "S1l": {
2093
+ "type": "structure",
2094
+ "required": [
2095
+ "Arn",
2096
+ "Name",
2097
+ "Platform",
2098
+ "InstanceType",
2099
+ "VpcConfig",
2100
+ "State"
2101
+ ],
2102
+ "members": {
2103
+ "Arn": {},
2104
+ "Name": {},
2105
+ "DisplayName": {},
2106
+ "Description": {},
2107
+ "Platform": {},
2108
+ "InstanceType": {},
2109
+ "EnableDefaultInternetAccess": {
2110
+ "type": "boolean"
1792
2111
  },
2112
+ "IamRoleArn": {},
2113
+ "VpcConfig": {
2114
+ "shape": "S1d"
2115
+ },
2116
+ "State": {},
1793
2117
  "CreatedTime": {
1794
2118
  "type": "timestamp"
2119
+ },
2120
+ "AppBlockBuilderErrors": {
2121
+ "shape": "S1n"
2122
+ },
2123
+ "StateChangeReason": {
2124
+ "type": "structure",
2125
+ "members": {
2126
+ "Code": {},
2127
+ "Message": {}
2128
+ }
2129
+ },
2130
+ "AccessEndpoints": {
2131
+ "shape": "S1h"
2132
+ }
2133
+ }
2134
+ },
2135
+ "S1n": {
2136
+ "type": "list",
2137
+ "member": {
2138
+ "type": "structure",
2139
+ "members": {
2140
+ "ErrorCode": {},
2141
+ "ErrorMessage": {},
2142
+ "ErrorTimestamp": {
2143
+ "type": "timestamp"
2144
+ }
1795
2145
  }
1796
2146
  }
1797
2147
  },
1798
- "S15": {
2148
+ "S1w": {
1799
2149
  "type": "list",
1800
2150
  "member": {}
1801
2151
  },
1802
- "S17": {
2152
+ "S1y": {
1803
2153
  "type": "list",
1804
2154
  "member": {}
1805
2155
  },
1806
- "S19": {
2156
+ "S20": {
1807
2157
  "type": "structure",
1808
2158
  "members": {
1809
2159
  "Name": {},
@@ -1824,24 +2174,24 @@
1824
2174
  "Arn": {},
1825
2175
  "AppBlockArn": {},
1826
2176
  "IconS3Location": {
1827
- "shape": "St"
2177
+ "shape": "Sw"
1828
2178
  },
1829
2179
  "Platforms": {
1830
- "shape": "S15"
2180
+ "shape": "S1w"
1831
2181
  },
1832
2182
  "InstanceFamilies": {
1833
- "shape": "S17"
2183
+ "shape": "S1y"
1834
2184
  },
1835
2185
  "CreatedTime": {
1836
2186
  "type": "timestamp"
1837
2187
  }
1838
2188
  }
1839
2189
  },
1840
- "S1d": {
2190
+ "S24": {
1841
2191
  "type": "list",
1842
2192
  "member": {}
1843
2193
  },
1844
- "S1f": {
2194
+ "S26": {
1845
2195
  "type": "structure",
1846
2196
  "required": [
1847
2197
  "AccountName",
@@ -1858,14 +2208,14 @@
1858
2208
  }
1859
2209
  }
1860
2210
  },
1861
- "S1i": {
2211
+ "S29": {
1862
2212
  "type": "structure",
1863
2213
  "members": {
1864
2214
  "Status": {},
1865
2215
  "CertificateAuthorityArn": {}
1866
2216
  }
1867
2217
  },
1868
- "S1l": {
2218
+ "S2c": {
1869
2219
  "type": "structure",
1870
2220
  "required": [
1871
2221
  "DirectoryName"
@@ -1873,20 +2223,20 @@
1873
2223
  "members": {
1874
2224
  "DirectoryName": {},
1875
2225
  "OrganizationalUnitDistinguishedNames": {
1876
- "shape": "S1d"
2226
+ "shape": "S24"
1877
2227
  },
1878
2228
  "ServiceAccountCredentials": {
1879
- "shape": "S1f"
2229
+ "shape": "S26"
1880
2230
  },
1881
2231
  "CreatedTime": {
1882
2232
  "type": "timestamp"
1883
2233
  },
1884
2234
  "CertificateBasedAuthProperties": {
1885
- "shape": "S1i"
2235
+ "shape": "S29"
1886
2236
  }
1887
2237
  }
1888
2238
  },
1889
- "S1o": {
2239
+ "S2f": {
1890
2240
  "type": "list",
1891
2241
  "member": {
1892
2242
  "type": "structure",
@@ -1900,7 +2250,7 @@
1900
2250
  }
1901
2251
  }
1902
2252
  },
1903
- "S1r": {
2253
+ "S2i": {
1904
2254
  "type": "structure",
1905
2255
  "required": [
1906
2256
  "Name",
@@ -1914,7 +2264,7 @@
1914
2264
  "Description": {},
1915
2265
  "AppVisibility": {},
1916
2266
  "Attributes": {
1917
- "shape": "S1o"
2267
+ "shape": "S2f"
1918
2268
  },
1919
2269
  "CreatedTime": {
1920
2270
  "type": "timestamp"
@@ -1924,7 +2274,7 @@
1924
2274
  }
1925
2275
  }
1926
2276
  },
1927
- "S1u": {
2277
+ "S2l": {
1928
2278
  "type": "structure",
1929
2279
  "required": [
1930
2280
  "DesiredInstances"
@@ -1935,31 +2285,18 @@
1935
2285
  }
1936
2286
  }
1937
2287
  },
1938
- "S1v": {
1939
- "type": "structure",
1940
- "members": {
1941
- "SubnetIds": {
1942
- "type": "list",
1943
- "member": {}
1944
- },
1945
- "SecurityGroupIds": {
1946
- "type": "list",
1947
- "member": {}
1948
- }
1949
- }
1950
- },
1951
- "S1z": {
2288
+ "S2m": {
1952
2289
  "type": "structure",
1953
2290
  "members": {
1954
2291
  "DirectoryName": {},
1955
2292
  "OrganizationalUnitDistinguishedName": {}
1956
2293
  }
1957
2294
  },
1958
- "S21": {
2295
+ "S2o": {
1959
2296
  "type": "list",
1960
2297
  "member": {}
1961
2298
  },
1962
- "S24": {
2299
+ "S2r": {
1963
2300
  "type": "structure",
1964
2301
  "required": [
1965
2302
  "Arn",
@@ -2005,7 +2342,7 @@
2005
2342
  },
2006
2343
  "State": {},
2007
2344
  "VpcConfig": {
2008
- "shape": "S1v"
2345
+ "shape": "S1d"
2009
2346
  },
2010
2347
  "CreatedTime": {
2011
2348
  "type": "timestamp"
@@ -2024,7 +2361,7 @@
2024
2361
  "type": "boolean"
2025
2362
  },
2026
2363
  "DomainJoinInfo": {
2027
- "shape": "S1z"
2364
+ "shape": "S2m"
2028
2365
  },
2029
2366
  "IdleDisconnectTimeoutInSeconds": {
2030
2367
  "type": "integer"
@@ -2036,27 +2373,14 @@
2036
2373
  "type": "integer"
2037
2374
  },
2038
2375
  "UsbDeviceFilterStrings": {
2039
- "shape": "S21"
2376
+ "shape": "S2o"
2040
2377
  },
2041
2378
  "SessionScriptS3Location": {
2042
- "shape": "St"
2043
- }
2044
- }
2045
- },
2046
- "S2c": {
2047
- "type": "list",
2048
- "member": {
2049
- "type": "structure",
2050
- "required": [
2051
- "EndpointType"
2052
- ],
2053
- "members": {
2054
- "EndpointType": {},
2055
- "VpceId": {}
2379
+ "shape": "Sw"
2056
2380
  }
2057
2381
  }
2058
2382
  },
2059
- "S2g": {
2383
+ "S2z": {
2060
2384
  "type": "structure",
2061
2385
  "required": [
2062
2386
  "Name"
@@ -2068,7 +2392,7 @@
2068
2392
  "Description": {},
2069
2393
  "DisplayName": {},
2070
2394
  "VpcConfig": {
2071
- "shape": "S1v"
2395
+ "shape": "S1d"
2072
2396
  },
2073
2397
  "InstanceType": {},
2074
2398
  "Platform": {},
@@ -2088,41 +2412,28 @@
2088
2412
  "type": "boolean"
2089
2413
  },
2090
2414
  "DomainJoinInfo": {
2091
- "shape": "S1z"
2415
+ "shape": "S2m"
2092
2416
  },
2093
2417
  "NetworkAccessConfiguration": {
2094
- "shape": "S2k"
2418
+ "shape": "S33"
2095
2419
  },
2096
2420
  "ImageBuilderErrors": {
2097
- "shape": "S2l"
2421
+ "shape": "S1n"
2098
2422
  },
2099
2423
  "AppstreamAgentVersion": {},
2100
2424
  "AccessEndpoints": {
2101
- "shape": "S2c"
2425
+ "shape": "S1h"
2102
2426
  }
2103
2427
  }
2104
2428
  },
2105
- "S2k": {
2429
+ "S33": {
2106
2430
  "type": "structure",
2107
2431
  "members": {
2108
2432
  "EniPrivateIpAddress": {},
2109
2433
  "EniId": {}
2110
2434
  }
2111
2435
  },
2112
- "S2l": {
2113
- "type": "list",
2114
- "member": {
2115
- "type": "structure",
2116
- "members": {
2117
- "ErrorCode": {},
2118
- "ErrorMessage": {},
2119
- "ErrorTimestamp": {
2120
- "type": "timestamp"
2121
- }
2122
- }
2123
- }
2124
- },
2125
- "S2r": {
2436
+ "S37": {
2126
2437
  "type": "list",
2127
2438
  "member": {
2128
2439
  "type": "structure",
@@ -2139,7 +2450,7 @@
2139
2450
  }
2140
2451
  }
2141
2452
  },
2142
- "S2z": {
2453
+ "S3f": {
2143
2454
  "type": "list",
2144
2455
  "member": {
2145
2456
  "type": "structure",
@@ -2153,7 +2464,7 @@
2153
2464
  }
2154
2465
  }
2155
2466
  },
2156
- "S33": {
2467
+ "S3j": {
2157
2468
  "type": "structure",
2158
2469
  "required": [
2159
2470
  "Enabled"
@@ -2165,17 +2476,17 @@
2165
2476
  "SettingsGroup": {}
2166
2477
  }
2167
2478
  },
2168
- "S35": {
2479
+ "S3l": {
2169
2480
  "type": "list",
2170
2481
  "member": {}
2171
2482
  },
2172
- "S37": {
2483
+ "S3n": {
2173
2484
  "type": "structure",
2174
2485
  "members": {
2175
2486
  "PreferredProtocol": {}
2176
2487
  }
2177
2488
  },
2178
- "S3a": {
2489
+ "S3q": {
2179
2490
  "type": "structure",
2180
2491
  "required": [
2181
2492
  "Name"
@@ -2189,7 +2500,7 @@
2189
2500
  "type": "timestamp"
2190
2501
  },
2191
2502
  "StorageConnectors": {
2192
- "shape": "S2r"
2503
+ "shape": "S37"
2193
2504
  },
2194
2505
  "RedirectURL": {},
2195
2506
  "FeedbackURL": {},
@@ -2204,7 +2515,7 @@
2204
2515
  }
2205
2516
  },
2206
2517
  "UserSettings": {
2207
- "shape": "S2z"
2518
+ "shape": "S3f"
2208
2519
  },
2209
2520
  "ApplicationSettings": {
2210
2521
  "type": "structure",
@@ -2217,17 +2528,17 @@
2217
2528
  }
2218
2529
  },
2219
2530
  "AccessEndpoints": {
2220
- "shape": "S2c"
2531
+ "shape": "S1h"
2221
2532
  },
2222
2533
  "EmbedHostDomains": {
2223
- "shape": "S35"
2534
+ "shape": "S3l"
2224
2535
  },
2225
2536
  "StreamingExperienceSettings": {
2226
- "shape": "S37"
2537
+ "shape": "S3n"
2227
2538
  }
2228
2539
  }
2229
2540
  },
2230
- "S3k": {
2541
+ "S40": {
2231
2542
  "type": "structure",
2232
2543
  "required": [
2233
2544
  "Name"
@@ -2253,7 +2564,7 @@
2253
2564
  }
2254
2565
  },
2255
2566
  "Applications": {
2256
- "shape": "S3p"
2567
+ "shape": "S45"
2257
2568
  },
2258
2569
  "CreatedTime": {
2259
2570
  "type": "timestamp"
@@ -2263,20 +2574,20 @@
2263
2574
  },
2264
2575
  "AppstreamAgentVersion": {},
2265
2576
  "ImagePermissions": {
2266
- "shape": "S3q"
2577
+ "shape": "S46"
2267
2578
  },
2268
2579
  "ImageErrors": {
2269
- "shape": "S2l"
2580
+ "shape": "S1n"
2270
2581
  }
2271
2582
  }
2272
2583
  },
2273
- "S3p": {
2584
+ "S45": {
2274
2585
  "type": "list",
2275
2586
  "member": {
2276
- "shape": "S19"
2587
+ "shape": "S20"
2277
2588
  }
2278
2589
  },
2279
- "S3q": {
2590
+ "S46": {
2280
2591
  "type": "structure",
2281
2592
  "members": {
2282
2593
  "allowFleet": {
@@ -2287,11 +2598,11 @@
2287
2598
  }
2288
2599
  }
2289
2600
  },
2290
- "S3w": {
2601
+ "S4c": {
2291
2602
  "type": "string",
2292
2603
  "sensitive": true
2293
2604
  },
2294
- "S4m": {
2605
+ "S5a": {
2295
2606
  "type": "list",
2296
2607
  "member": {}
2297
2608
  }