cdk-comprehend-s3olap 2.0.309 → 2.0.311
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +1 -2
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +28 -6
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +167 -35
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json +34 -2
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +30 -21
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +134 -9
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +776 -698
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +188 -173
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +53 -31
- package/node_modules/aws-sdk/clients/discovery.d.ts +170 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +10 -10
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +81 -81
- package/node_modules/aws-sdk/clients/omics.d.ts +27 -1
- package/node_modules/aws-sdk/clients/opensearch.d.ts +152 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +111 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +9 -9
- package/node_modules/aws-sdk/clients/ssm.d.ts +19 -3
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +246 -86
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1974 -1691
- package/node_modules/aws-sdk/dist/aws-sdk.js +219 -185
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/.eslintrc +0 -1
- package/node_modules/call-bind/.nycrc +0 -4
- package/node_modules/call-bind/CHANGELOG.md +35 -0
- package/node_modules/call-bind/README.md +63 -1
- package/node_modules/call-bind/index.js +10 -13
- package/node_modules/call-bind/package.json +33 -23
- package/node_modules/call-bind/test/callBound.js +0 -1
- package/node_modules/call-bind/test/index.js +18 -4
- package/node_modules/define-data-property/.eslintrc +24 -0
- package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
- package/node_modules/define-data-property/.nycrc +13 -0
- package/node_modules/define-data-property/CHANGELOG.md +41 -0
- package/node_modules/define-data-property/LICENSE +21 -0
- package/node_modules/define-data-property/README.md +67 -0
- package/node_modules/define-data-property/index.d.ts +3 -0
- package/node_modules/define-data-property/index.d.ts.map +1 -0
- package/node_modules/define-data-property/index.js +68 -0
- package/node_modules/define-data-property/package.json +113 -0
- package/node_modules/define-data-property/test/index.js +392 -0
- package/node_modules/define-data-property/tsconfig.json +59 -0
- package/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/node_modules/has-property-descriptors/.nycrc +9 -0
- package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
- package/node_modules/has-property-descriptors/LICENSE +21 -0
- package/node_modules/has-property-descriptors/README.md +43 -0
- package/node_modules/has-property-descriptors/index.js +33 -0
- package/node_modules/has-property-descriptors/package.json +70 -0
- package/node_modules/has-property-descriptors/test/index.js +57 -0
- package/node_modules/set-function-length/.eslintrc +27 -0
- package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/node_modules/set-function-length/.nycrc +13 -0
- package/node_modules/set-function-length/CHANGELOG.md +41 -0
- package/node_modules/set-function-length/LICENSE +21 -0
- package/node_modules/set-function-length/README.md +56 -0
- package/node_modules/set-function-length/env.js +19 -0
- package/node_modules/set-function-length/index.js +41 -0
- package/node_modules/set-function-length/package.json +84 -0
- package/node_modules/which-typed-array/CHANGELOG.md +14 -0
- package/node_modules/which-typed-array/index.js +4 -1
- package/node_modules/which-typed-array/package.json +3 -3
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +0 -5
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +0 -1376
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +0 -46
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +0 -1344
- package/node_modules/aws-sdk/clients/gamesparks.js +0 -18
@@ -31,6 +31,52 @@
|
|
31
31
|
"members": {}
|
32
32
|
}
|
33
33
|
},
|
34
|
+
"BatchDeleteAgents": {
|
35
|
+
"input": {
|
36
|
+
"type": "structure",
|
37
|
+
"required": [
|
38
|
+
"deleteAgents"
|
39
|
+
],
|
40
|
+
"members": {
|
41
|
+
"deleteAgents": {
|
42
|
+
"type": "list",
|
43
|
+
"member": {
|
44
|
+
"type": "structure",
|
45
|
+
"required": [
|
46
|
+
"agentId"
|
47
|
+
],
|
48
|
+
"members": {
|
49
|
+
"agentId": {},
|
50
|
+
"force": {
|
51
|
+
"type": "boolean"
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"output": {
|
59
|
+
"type": "structure",
|
60
|
+
"members": {
|
61
|
+
"errors": {
|
62
|
+
"type": "list",
|
63
|
+
"member": {
|
64
|
+
"type": "structure",
|
65
|
+
"required": [
|
66
|
+
"agentId",
|
67
|
+
"errorMessage",
|
68
|
+
"errorCode"
|
69
|
+
],
|
70
|
+
"members": {
|
71
|
+
"agentId": {},
|
72
|
+
"errorMessage": {},
|
73
|
+
"errorCode": {}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
},
|
34
80
|
"BatchDeleteImportData": {
|
35
81
|
"input": {
|
36
82
|
"type": "structure",
|
@@ -41,6 +87,9 @@
|
|
41
87
|
"importTaskIds": {
|
42
88
|
"type": "list",
|
43
89
|
"member": {}
|
90
|
+
},
|
91
|
+
"deleteHistory": {
|
92
|
+
"type": "boolean"
|
44
93
|
}
|
45
94
|
}
|
46
95
|
},
|
@@ -91,7 +140,7 @@
|
|
91
140
|
"shape": "S3"
|
92
141
|
},
|
93
142
|
"tags": {
|
94
|
-
"shape": "
|
143
|
+
"shape": "St"
|
95
144
|
}
|
96
145
|
}
|
97
146
|
},
|
@@ -129,7 +178,7 @@
|
|
129
178
|
"shape": "S3"
|
130
179
|
},
|
131
180
|
"tags": {
|
132
|
-
"shape": "
|
181
|
+
"shape": "St"
|
133
182
|
}
|
134
183
|
}
|
135
184
|
},
|
@@ -143,10 +192,10 @@
|
|
143
192
|
"type": "structure",
|
144
193
|
"members": {
|
145
194
|
"agentIds": {
|
146
|
-
"shape": "
|
195
|
+
"shape": "S14"
|
147
196
|
},
|
148
197
|
"filters": {
|
149
|
-
"shape": "
|
198
|
+
"shape": "S15"
|
150
199
|
},
|
151
200
|
"maxResults": {
|
152
201
|
"type": "integer"
|
@@ -189,6 +238,68 @@
|
|
189
238
|
}
|
190
239
|
}
|
191
240
|
},
|
241
|
+
"DescribeBatchDeleteConfigurationTask": {
|
242
|
+
"input": {
|
243
|
+
"type": "structure",
|
244
|
+
"required": [
|
245
|
+
"taskId"
|
246
|
+
],
|
247
|
+
"members": {
|
248
|
+
"taskId": {}
|
249
|
+
}
|
250
|
+
},
|
251
|
+
"output": {
|
252
|
+
"type": "structure",
|
253
|
+
"members": {
|
254
|
+
"task": {
|
255
|
+
"type": "structure",
|
256
|
+
"members": {
|
257
|
+
"taskId": {},
|
258
|
+
"status": {},
|
259
|
+
"startTime": {
|
260
|
+
"type": "timestamp"
|
261
|
+
},
|
262
|
+
"endTime": {
|
263
|
+
"type": "timestamp"
|
264
|
+
},
|
265
|
+
"configurationType": {},
|
266
|
+
"requestedConfigurations": {
|
267
|
+
"shape": "S3"
|
268
|
+
},
|
269
|
+
"deletedConfigurations": {
|
270
|
+
"shape": "S3"
|
271
|
+
},
|
272
|
+
"failedConfigurations": {
|
273
|
+
"type": "list",
|
274
|
+
"member": {
|
275
|
+
"type": "structure",
|
276
|
+
"members": {
|
277
|
+
"configurationId": {},
|
278
|
+
"errorStatusCode": {
|
279
|
+
"type": "integer"
|
280
|
+
},
|
281
|
+
"errorMessage": {}
|
282
|
+
}
|
283
|
+
}
|
284
|
+
},
|
285
|
+
"deletionWarnings": {
|
286
|
+
"type": "list",
|
287
|
+
"member": {
|
288
|
+
"type": "structure",
|
289
|
+
"members": {
|
290
|
+
"configurationId": {},
|
291
|
+
"warningCode": {
|
292
|
+
"type": "integer"
|
293
|
+
},
|
294
|
+
"warningText": {}
|
295
|
+
}
|
296
|
+
}
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
}
|
301
|
+
}
|
302
|
+
},
|
192
303
|
"DescribeConfigurations": {
|
193
304
|
"input": {
|
194
305
|
"type": "structure",
|
@@ -249,7 +360,7 @@
|
|
249
360
|
},
|
250
361
|
"dataSource": {},
|
251
362
|
"schemaStorageConfig": {
|
252
|
-
"shape": "
|
363
|
+
"shape": "S2c"
|
253
364
|
}
|
254
365
|
}
|
255
366
|
}
|
@@ -263,7 +374,7 @@
|
|
263
374
|
"type": "structure",
|
264
375
|
"members": {
|
265
376
|
"exportIds": {
|
266
|
-
"shape": "
|
377
|
+
"shape": "S2f"
|
267
378
|
},
|
268
379
|
"maxResults": {
|
269
380
|
"type": "integer"
|
@@ -275,7 +386,7 @@
|
|
275
386
|
"type": "structure",
|
276
387
|
"members": {
|
277
388
|
"exportsInfo": {
|
278
|
-
"shape": "
|
389
|
+
"shape": "S2h"
|
279
390
|
},
|
280
391
|
"nextToken": {}
|
281
392
|
}
|
@@ -287,10 +398,10 @@
|
|
287
398
|
"type": "structure",
|
288
399
|
"members": {
|
289
400
|
"exportIds": {
|
290
|
-
"shape": "
|
401
|
+
"shape": "S2f"
|
291
402
|
},
|
292
403
|
"filters": {
|
293
|
-
"shape": "
|
404
|
+
"shape": "S2o"
|
294
405
|
},
|
295
406
|
"maxResults": {
|
296
407
|
"type": "integer"
|
@@ -302,7 +413,7 @@
|
|
302
413
|
"type": "structure",
|
303
414
|
"members": {
|
304
415
|
"exportsInfo": {
|
305
|
-
"shape": "
|
416
|
+
"shape": "S2h"
|
306
417
|
},
|
307
418
|
"nextToken": {}
|
308
419
|
}
|
@@ -338,7 +449,7 @@
|
|
338
449
|
"tasks": {
|
339
450
|
"type": "list",
|
340
451
|
"member": {
|
341
|
-
"shape": "
|
452
|
+
"shape": "S31"
|
342
453
|
}
|
343
454
|
}
|
344
455
|
}
|
@@ -359,7 +470,7 @@
|
|
359
470
|
"members": {
|
360
471
|
"name": {},
|
361
472
|
"values": {
|
362
|
-
"shape": "
|
473
|
+
"shape": "S17"
|
363
474
|
}
|
364
475
|
}
|
365
476
|
}
|
@@ -592,7 +703,7 @@
|
|
592
703
|
"members": {
|
593
704
|
"configurationType": {},
|
594
705
|
"filters": {
|
595
|
-
"shape": "
|
706
|
+
"shape": "S15"
|
596
707
|
},
|
597
708
|
"maxResults": {
|
598
709
|
"type": "integer"
|
@@ -683,6 +794,27 @@
|
|
683
794
|
}
|
684
795
|
}
|
685
796
|
},
|
797
|
+
"StartBatchDeleteConfigurationTask": {
|
798
|
+
"input": {
|
799
|
+
"type": "structure",
|
800
|
+
"required": [
|
801
|
+
"configurationType",
|
802
|
+
"configurationIds"
|
803
|
+
],
|
804
|
+
"members": {
|
805
|
+
"configurationType": {},
|
806
|
+
"configurationIds": {
|
807
|
+
"shape": "S3"
|
808
|
+
}
|
809
|
+
}
|
810
|
+
},
|
811
|
+
"output": {
|
812
|
+
"type": "structure",
|
813
|
+
"members": {
|
814
|
+
"taskId": {}
|
815
|
+
}
|
816
|
+
}
|
817
|
+
},
|
686
818
|
"StartContinuousExport": {
|
687
819
|
"input": {
|
688
820
|
"type": "structure",
|
@@ -698,7 +830,7 @@
|
|
698
830
|
},
|
699
831
|
"dataSource": {},
|
700
832
|
"schemaStorageConfig": {
|
701
|
-
"shape": "
|
833
|
+
"shape": "S2c"
|
702
834
|
}
|
703
835
|
}
|
704
836
|
}
|
@@ -711,7 +843,7 @@
|
|
711
843
|
],
|
712
844
|
"members": {
|
713
845
|
"agentIds": {
|
714
|
-
"shape": "
|
846
|
+
"shape": "S14"
|
715
847
|
}
|
716
848
|
}
|
717
849
|
},
|
@@ -719,7 +851,7 @@
|
|
719
851
|
"type": "structure",
|
720
852
|
"members": {
|
721
853
|
"agentsConfigurationStatus": {
|
722
|
-
"shape": "
|
854
|
+
"shape": "S47"
|
723
855
|
}
|
724
856
|
}
|
725
857
|
}
|
@@ -733,7 +865,7 @@
|
|
733
865
|
"member": {}
|
734
866
|
},
|
735
867
|
"filters": {
|
736
|
-
"shape": "
|
868
|
+
"shape": "S2o"
|
737
869
|
},
|
738
870
|
"startTime": {
|
739
871
|
"type": "timestamp"
|
@@ -751,10 +883,10 @@
|
|
751
883
|
"type": "boolean"
|
752
884
|
},
|
753
885
|
"cpuPerformanceMetricBasis": {
|
754
|
-
"shape": "
|
886
|
+
"shape": "S4f"
|
755
887
|
},
|
756
888
|
"ramPerformanceMetricBasis": {
|
757
|
-
"shape": "
|
889
|
+
"shape": "S4f"
|
758
890
|
},
|
759
891
|
"tenancy": {},
|
760
892
|
"excludedInstanceTypes": {
|
@@ -808,7 +940,7 @@
|
|
808
940
|
"type": "structure",
|
809
941
|
"members": {
|
810
942
|
"task": {
|
811
|
-
"shape": "
|
943
|
+
"shape": "S31"
|
812
944
|
}
|
813
945
|
}
|
814
946
|
}
|
@@ -843,7 +975,7 @@
|
|
843
975
|
],
|
844
976
|
"members": {
|
845
977
|
"agentIds": {
|
846
|
-
"shape": "
|
978
|
+
"shape": "S14"
|
847
979
|
}
|
848
980
|
}
|
849
981
|
},
|
@@ -851,7 +983,7 @@
|
|
851
983
|
"type": "structure",
|
852
984
|
"members": {
|
853
985
|
"agentsConfigurationStatus": {
|
854
|
-
"shape": "
|
986
|
+
"shape": "S47"
|
855
987
|
}
|
856
988
|
}
|
857
989
|
}
|
@@ -879,7 +1011,7 @@
|
|
879
1011
|
"type": "list",
|
880
1012
|
"member": {}
|
881
1013
|
},
|
882
|
-
"
|
1014
|
+
"St": {
|
883
1015
|
"type": "list",
|
884
1016
|
"member": {
|
885
1017
|
"type": "structure",
|
@@ -893,11 +1025,11 @@
|
|
893
1025
|
}
|
894
1026
|
}
|
895
1027
|
},
|
896
|
-
"
|
1028
|
+
"S14": {
|
897
1029
|
"type": "list",
|
898
1030
|
"member": {}
|
899
1031
|
},
|
900
|
-
"
|
1032
|
+
"S15": {
|
901
1033
|
"type": "list",
|
902
1034
|
"member": {
|
903
1035
|
"type": "structure",
|
@@ -909,26 +1041,26 @@
|
|
909
1041
|
"members": {
|
910
1042
|
"name": {},
|
911
1043
|
"values": {
|
912
|
-
"shape": "
|
1044
|
+
"shape": "S17"
|
913
1045
|
},
|
914
1046
|
"condition": {}
|
915
1047
|
}
|
916
1048
|
}
|
917
1049
|
},
|
918
|
-
"
|
1050
|
+
"S17": {
|
919
1051
|
"type": "list",
|
920
1052
|
"member": {}
|
921
1053
|
},
|
922
|
-
"
|
1054
|
+
"S2c": {
|
923
1055
|
"type": "map",
|
924
1056
|
"key": {},
|
925
1057
|
"value": {}
|
926
1058
|
},
|
927
|
-
"
|
1059
|
+
"S2f": {
|
928
1060
|
"type": "list",
|
929
1061
|
"member": {}
|
930
1062
|
},
|
931
|
-
"
|
1063
|
+
"S2h": {
|
932
1064
|
"type": "list",
|
933
1065
|
"member": {
|
934
1066
|
"type": "structure",
|
@@ -958,7 +1090,7 @@
|
|
958
1090
|
}
|
959
1091
|
}
|
960
1092
|
},
|
961
|
-
"
|
1093
|
+
"S2o": {
|
962
1094
|
"type": "list",
|
963
1095
|
"member": {
|
964
1096
|
"type": "structure",
|
@@ -970,13 +1102,13 @@
|
|
970
1102
|
"members": {
|
971
1103
|
"name": {},
|
972
1104
|
"values": {
|
973
|
-
"shape": "
|
1105
|
+
"shape": "S17"
|
974
1106
|
},
|
975
1107
|
"condition": {}
|
976
1108
|
}
|
977
1109
|
}
|
978
1110
|
},
|
979
|
-
"
|
1111
|
+
"S31": {
|
980
1112
|
"type": "structure",
|
981
1113
|
"members": {
|
982
1114
|
"importTaskId": {},
|
@@ -1008,7 +1140,7 @@
|
|
1008
1140
|
"errorsAndFailedEntriesZip": {}
|
1009
1141
|
}
|
1010
1142
|
},
|
1011
|
-
"
|
1143
|
+
"S47": {
|
1012
1144
|
"type": "list",
|
1013
1145
|
"member": {
|
1014
1146
|
"type": "structure",
|
@@ -1021,7 +1153,7 @@
|
|
1021
1153
|
}
|
1022
1154
|
}
|
1023
1155
|
},
|
1024
|
-
"
|
1156
|
+
"S4f": {
|
1025
1157
|
"type": "structure",
|
1026
1158
|
"members": {
|
1027
1159
|
"name": {},
|
@@ -1,14 +1,46 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeAgents": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "agentsInfo"
|
8
|
+
},
|
3
9
|
"DescribeContinuousExports": {
|
4
10
|
"input_token": "nextToken",
|
5
11
|
"output_token": "nextToken",
|
6
|
-
"limit_key": "maxResults"
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "descriptions"
|
14
|
+
},
|
15
|
+
"DescribeExportConfigurations": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "exportsInfo"
|
20
|
+
},
|
21
|
+
"DescribeExportTasks": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "exportsInfo"
|
7
26
|
},
|
8
27
|
"DescribeImportTasks": {
|
9
28
|
"input_token": "nextToken",
|
10
29
|
"output_token": "nextToken",
|
11
|
-
"limit_key": "maxResults"
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "tasks"
|
32
|
+
},
|
33
|
+
"DescribeTags": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults",
|
37
|
+
"result_key": "tags"
|
38
|
+
},
|
39
|
+
"ListConfigurations": {
|
40
|
+
"input_token": "nextToken",
|
41
|
+
"output_token": "nextToken",
|
42
|
+
"limit_key": "maxResults",
|
43
|
+
"result_key": "configurations"
|
12
44
|
}
|
13
45
|
}
|
14
46
|
}
|
@@ -1849,7 +1849,15 @@
|
|
1849
1849
|
"shape": "Sx"
|
1850
1850
|
},
|
1851
1851
|
"accelerators": {},
|
1852
|
-
"retentionMode": {}
|
1852
|
+
"retentionMode": {},
|
1853
|
+
"failureReason": {},
|
1854
|
+
"logLocation": {
|
1855
|
+
"type": "structure",
|
1856
|
+
"members": {
|
1857
|
+
"engineLogStream": {},
|
1858
|
+
"runLogStream": {}
|
1859
|
+
}
|
1860
|
+
}
|
1853
1861
|
}
|
1854
1862
|
},
|
1855
1863
|
"endpoint": {
|
@@ -1890,7 +1898,7 @@
|
|
1890
1898
|
"type": "integer"
|
1891
1899
|
},
|
1892
1900
|
"creationTime": {
|
1893
|
-
"shape": "
|
1901
|
+
"shape": "S7f"
|
1894
1902
|
},
|
1895
1903
|
"tags": {
|
1896
1904
|
"shape": "Sx"
|
@@ -1940,20 +1948,21 @@
|
|
1940
1948
|
"type": "integer"
|
1941
1949
|
},
|
1942
1950
|
"creationTime": {
|
1943
|
-
"shape": "
|
1951
|
+
"shape": "S7o"
|
1944
1952
|
},
|
1945
1953
|
"startTime": {
|
1946
|
-
"shape": "
|
1954
|
+
"shape": "S7o"
|
1947
1955
|
},
|
1948
1956
|
"stopTime": {
|
1949
|
-
"shape": "
|
1957
|
+
"shape": "S7o"
|
1950
1958
|
},
|
1951
1959
|
"statusMessage": {},
|
1952
1960
|
"logStream": {},
|
1953
1961
|
"gpus": {
|
1954
1962
|
"type": "integer"
|
1955
1963
|
},
|
1956
|
-
"instanceType": {}
|
1964
|
+
"instanceType": {},
|
1965
|
+
"failureReason": {}
|
1957
1966
|
}
|
1958
1967
|
},
|
1959
1968
|
"endpoint": {
|
@@ -2025,7 +2034,7 @@
|
|
2025
2034
|
"type": "structure",
|
2026
2035
|
"members": {
|
2027
2036
|
"share": {
|
2028
|
-
"shape": "
|
2037
|
+
"shape": "S7y"
|
2029
2038
|
}
|
2030
2039
|
}
|
2031
2040
|
},
|
@@ -2219,14 +2228,14 @@
|
|
2219
2228
|
"type": "integer"
|
2220
2229
|
},
|
2221
2230
|
"creationTime": {
|
2222
|
-
"shape": "
|
2231
|
+
"shape": "S8a"
|
2223
2232
|
},
|
2224
2233
|
"statusMessage": {},
|
2225
2234
|
"tags": {
|
2226
2235
|
"shape": "Sx"
|
2227
2236
|
},
|
2228
2237
|
"metadata": {
|
2229
|
-
"shape": "
|
2238
|
+
"shape": "S8c"
|
2230
2239
|
},
|
2231
2240
|
"accelerators": {}
|
2232
2241
|
}
|
@@ -3203,7 +3212,7 @@
|
|
3203
3212
|
"type": "integer"
|
3204
3213
|
},
|
3205
3214
|
"creationTime": {
|
3206
|
-
"shape": "
|
3215
|
+
"shape": "S7f"
|
3207
3216
|
},
|
3208
3217
|
"maxGpus": {
|
3209
3218
|
"type": "integer"
|
@@ -3267,13 +3276,13 @@
|
|
3267
3276
|
"type": "integer"
|
3268
3277
|
},
|
3269
3278
|
"creationTime": {
|
3270
|
-
"shape": "
|
3279
|
+
"shape": "S7o"
|
3271
3280
|
},
|
3272
3281
|
"startTime": {
|
3273
|
-
"shape": "
|
3282
|
+
"shape": "S7o"
|
3274
3283
|
},
|
3275
3284
|
"stopTime": {
|
3276
|
-
"shape": "
|
3285
|
+
"shape": "S7o"
|
3277
3286
|
},
|
3278
3287
|
"gpus": {
|
3279
3288
|
"type": "integer"
|
@@ -3472,7 +3481,7 @@
|
|
3472
3481
|
"shares": {
|
3473
3482
|
"type": "list",
|
3474
3483
|
"member": {
|
3475
|
-
"shape": "
|
3484
|
+
"shape": "S7y"
|
3476
3485
|
}
|
3477
3486
|
},
|
3478
3487
|
"nextToken": {}
|
@@ -3714,10 +3723,10 @@
|
|
3714
3723
|
"type": {},
|
3715
3724
|
"digest": {},
|
3716
3725
|
"creationTime": {
|
3717
|
-
"shape": "
|
3726
|
+
"shape": "S8a"
|
3718
3727
|
},
|
3719
3728
|
"metadata": {
|
3720
|
-
"shape": "
|
3729
|
+
"shape": "S8c"
|
3721
3730
|
}
|
3722
3731
|
}
|
3723
3732
|
}
|
@@ -4665,15 +4674,15 @@
|
|
4665
4674
|
"type": "timestamp",
|
4666
4675
|
"timestampFormat": "iso8601"
|
4667
4676
|
},
|
4668
|
-
"
|
4677
|
+
"S7f": {
|
4669
4678
|
"type": "timestamp",
|
4670
4679
|
"timestampFormat": "iso8601"
|
4671
4680
|
},
|
4672
|
-
"
|
4681
|
+
"S7o": {
|
4673
4682
|
"type": "timestamp",
|
4674
4683
|
"timestampFormat": "iso8601"
|
4675
4684
|
},
|
4676
|
-
"
|
4685
|
+
"S7y": {
|
4677
4686
|
"type": "structure",
|
4678
4687
|
"members": {
|
4679
4688
|
"shareId": {},
|
@@ -4691,11 +4700,11 @@
|
|
4691
4700
|
}
|
4692
4701
|
}
|
4693
4702
|
},
|
4694
|
-
"
|
4703
|
+
"S8a": {
|
4695
4704
|
"type": "timestamp",
|
4696
4705
|
"timestampFormat": "iso8601"
|
4697
4706
|
},
|
4698
|
-
"
|
4707
|
+
"S8c": {
|
4699
4708
|
"type": "map",
|
4700
4709
|
"key": {},
|
4701
4710
|
"value": {}
|