aws-sdk 2.1523.0 → 2.1525.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/README.md +1 -1
- package/apis/amp-2020-08-01.min.json +12 -8
- package/apis/appintegrations-2020-07-29.examples.json +36 -0
- package/apis/appintegrations-2020-07-29.min.json +120 -29
- package/apis/appintegrations-2020-07-29.paginators.json +6 -0
- package/apis/bedrock-agent-2023-06-05.min.json +41 -10
- package/apis/codecommit-2015-04-13.min.json +113 -78
- package/apis/connect-2017-08-08.min.json +1053 -416
- package/apis/connect-2017-08-08.paginators.json +34 -0
- package/apis/glue-2017-03-31.min.json +64 -18
- package/apis/lakeformation-2017-03-31.min.json +24 -3
- package/apis/mediaconnect-2018-11-14.min.json +151 -20
- package/apis/medialive-2017-10-14.min.json +104 -72
- package/apis/metadata.json +3 -0
- package/apis/neptune-graph-2023-11-29.waiters2.json +168 -0
- package/apis/networkmonitor-2023-08-01.examples.json +5 -0
- package/apis/networkmonitor-2023-08-01.min.json +617 -0
- package/apis/networkmonitor-2023-08-01.paginators.json +10 -0
- package/apis/networkmonitor-2023-08-01.waiters2.json +5 -0
- package/apis/rds-2014-10-31.min.json +51 -9
- package/apis/s3-2006-03-01.examples.json +121 -121
- package/apis/sagemaker-2017-07-24.min.json +354 -322
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amp.d.ts +17 -0
- package/clients/appintegrations.d.ts +77 -0
- package/clients/bedrockagent.d.ts +19 -1
- package/clients/codecommit.d.ts +65 -0
- package/clients/connect.d.ts +656 -1
- package/clients/glue.d.ts +84 -2
- package/clients/lakeformation.d.ts +42 -1
- package/clients/mediaconnect.d.ts +101 -0
- package/clients/medialive.d.ts +36 -4
- package/clients/neptunegraph.d.ts +65 -0
- package/clients/neptunegraph.js +1 -0
- package/clients/networkmonitor.d.ts +696 -0
- package/clients/networkmonitor.js +19 -0
- package/clients/omics.d.ts +3 -3
- package/clients/rds.d.ts +51 -3
- package/clients/rdsdataservice.d.ts +3 -3
- package/clients/sagemaker.d.ts +43 -1
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +68 -17
- package/dist/aws-sdk.js +1244 -489
- package/dist/aws-sdk.min.js +105 -105
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
69
69
|
To use the SDK in the browser, simply add the following script tag to your
|
70
70
|
HTML pages:
|
71
71
|
|
72
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
72
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1525.0.min.js"></script>
|
73
73
|
|
74
74
|
You can also build a custom browser SDK with your specified set of AWS services.
|
75
75
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -198,7 +198,8 @@
|
|
198
198
|
},
|
199
199
|
"tags": {
|
200
200
|
"shape": "Sh"
|
201
|
-
}
|
201
|
+
},
|
202
|
+
"kmsKeyArn": {}
|
202
203
|
}
|
203
204
|
},
|
204
205
|
"output": {
|
@@ -212,11 +213,12 @@
|
|
212
213
|
"workspaceId": {},
|
213
214
|
"arn": {},
|
214
215
|
"status": {
|
215
|
-
"shape": "
|
216
|
+
"shape": "S1b"
|
216
217
|
},
|
217
218
|
"tags": {
|
218
219
|
"shape": "Sh"
|
219
|
-
}
|
220
|
+
},
|
221
|
+
"kmsKeyArn": {}
|
220
222
|
}
|
221
223
|
},
|
222
224
|
"idempotent": true
|
@@ -632,7 +634,7 @@
|
|
632
634
|
"alias": {},
|
633
635
|
"arn": {},
|
634
636
|
"status": {
|
635
|
-
"shape": "
|
637
|
+
"shape": "S1b"
|
636
638
|
},
|
637
639
|
"prometheusEndpoint": {},
|
638
640
|
"createdAt": {
|
@@ -640,7 +642,8 @@
|
|
640
642
|
},
|
641
643
|
"tags": {
|
642
644
|
"shape": "Sh"
|
643
|
-
}
|
645
|
+
},
|
646
|
+
"kmsKeyArn": {}
|
644
647
|
}
|
645
648
|
}
|
646
649
|
}
|
@@ -890,14 +893,15 @@
|
|
890
893
|
"alias": {},
|
891
894
|
"arn": {},
|
892
895
|
"status": {
|
893
|
-
"shape": "
|
896
|
+
"shape": "S1b"
|
894
897
|
},
|
895
898
|
"createdAt": {
|
896
899
|
"type": "timestamp"
|
897
900
|
},
|
898
901
|
"tags": {
|
899
902
|
"shape": "Sh"
|
900
|
-
}
|
903
|
+
},
|
904
|
+
"kmsKeyArn": {}
|
901
905
|
}
|
902
906
|
}
|
903
907
|
},
|
@@ -1203,7 +1207,7 @@
|
|
1203
1207
|
"statusCode": {}
|
1204
1208
|
}
|
1205
1209
|
},
|
1206
|
-
"
|
1210
|
+
"S1b": {
|
1207
1211
|
"type": "structure",
|
1208
1212
|
"required": [
|
1209
1213
|
"statusCode"
|
@@ -24,6 +24,20 @@
|
|
24
24
|
"title": "To create an application"
|
25
25
|
}
|
26
26
|
],
|
27
|
+
"DeleteApplication": [
|
28
|
+
{
|
29
|
+
"input": {
|
30
|
+
"Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
|
31
|
+
},
|
32
|
+
"output": {
|
33
|
+
},
|
34
|
+
"comments": {
|
35
|
+
},
|
36
|
+
"description": "The following deletes an application.",
|
37
|
+
"id": "delete-an-application",
|
38
|
+
"title": "To delete an application"
|
39
|
+
}
|
40
|
+
],
|
27
41
|
"GetApplication": [
|
28
42
|
{
|
29
43
|
"input": {
|
@@ -46,6 +60,28 @@
|
|
46
60
|
"title": "To get an application"
|
47
61
|
}
|
48
62
|
],
|
63
|
+
"ListApplicationAssociations": [
|
64
|
+
{
|
65
|
+
"input": {
|
66
|
+
"ApplicationId": "98542c53-e8ac-4570-9c85-c6552c8d9c5e"
|
67
|
+
},
|
68
|
+
"output": {
|
69
|
+
"ApplicationAssociations": [
|
70
|
+
{
|
71
|
+
"ApplicationArn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e",
|
72
|
+
"ApplicationAssociationArn": "arn:aws:app-integrations:us-west-2:0123456789012:application-association/98542c53-e8ac-4570-9c85-c6552c8d9c5e/461dfb57-320a-454d-9bba-bb560845ff38",
|
73
|
+
"ClientId": "connect.amazonaws.com"
|
74
|
+
}
|
75
|
+
],
|
76
|
+
"NextToken": "abc"
|
77
|
+
},
|
78
|
+
"comments": {
|
79
|
+
},
|
80
|
+
"description": "The following retrives application associations of an application",
|
81
|
+
"id": "list-application-associations",
|
82
|
+
"title": "To list application associations of an application"
|
83
|
+
}
|
84
|
+
],
|
49
85
|
"ListApplications": [
|
50
86
|
{
|
51
87
|
"input": {
|
@@ -31,16 +31,23 @@
|
|
31
31
|
"shape": "S5"
|
32
32
|
},
|
33
33
|
"Subscriptions": {
|
34
|
-
"shape": "Sa"
|
34
|
+
"shape": "Sa",
|
35
|
+
"deprecated": true,
|
36
|
+
"deprecatedMessage": "Subscriptions has been replaced with Permissions"
|
35
37
|
},
|
36
38
|
"Publications": {
|
37
|
-
"shape": "Sd"
|
39
|
+
"shape": "Sd",
|
40
|
+
"deprecated": true,
|
41
|
+
"deprecatedMessage": "Publications has been replaced with Permissions"
|
38
42
|
},
|
39
43
|
"ClientToken": {
|
40
44
|
"idempotencyToken": true
|
41
45
|
},
|
42
46
|
"Tags": {
|
43
47
|
"shape": "Sh"
|
48
|
+
},
|
49
|
+
"Permissions": {
|
50
|
+
"shape": "Sk"
|
44
51
|
}
|
45
52
|
}
|
46
53
|
},
|
@@ -69,7 +76,7 @@
|
|
69
76
|
"KmsKey": {},
|
70
77
|
"SourceURI": {},
|
71
78
|
"ScheduleConfig": {
|
72
|
-
"shape": "
|
79
|
+
"shape": "St"
|
73
80
|
},
|
74
81
|
"Tags": {
|
75
82
|
"shape": "Sh"
|
@@ -78,10 +85,10 @@
|
|
78
85
|
"idempotencyToken": true
|
79
86
|
},
|
80
87
|
"FileConfiguration": {
|
81
|
-
"shape": "
|
88
|
+
"shape": "Sv"
|
82
89
|
},
|
83
90
|
"ObjectConfiguration": {
|
84
|
-
"shape": "
|
91
|
+
"shape": "S11"
|
85
92
|
}
|
86
93
|
}
|
87
94
|
},
|
@@ -95,17 +102,17 @@
|
|
95
102
|
"KmsKey": {},
|
96
103
|
"SourceURI": {},
|
97
104
|
"ScheduleConfiguration": {
|
98
|
-
"shape": "
|
105
|
+
"shape": "St"
|
99
106
|
},
|
100
107
|
"Tags": {
|
101
108
|
"shape": "Sh"
|
102
109
|
},
|
103
110
|
"ClientToken": {},
|
104
111
|
"FileConfiguration": {
|
105
|
-
"shape": "
|
112
|
+
"shape": "Sv"
|
106
113
|
},
|
107
114
|
"ObjectConfiguration": {
|
108
|
-
"shape": "
|
115
|
+
"shape": "S11"
|
109
116
|
}
|
110
117
|
}
|
111
118
|
}
|
@@ -125,7 +132,7 @@
|
|
125
132
|
"Name": {},
|
126
133
|
"Description": {},
|
127
134
|
"EventFilter": {
|
128
|
-
"shape": "
|
135
|
+
"shape": "S14"
|
129
136
|
},
|
130
137
|
"EventBridgeBus": {},
|
131
138
|
"ClientToken": {
|
@@ -143,6 +150,28 @@
|
|
143
150
|
}
|
144
151
|
}
|
145
152
|
},
|
153
|
+
"DeleteApplication": {
|
154
|
+
"http": {
|
155
|
+
"method": "DELETE",
|
156
|
+
"requestUri": "/applications/{ApplicationIdentifier}"
|
157
|
+
},
|
158
|
+
"input": {
|
159
|
+
"type": "structure",
|
160
|
+
"required": [
|
161
|
+
"Arn"
|
162
|
+
],
|
163
|
+
"members": {
|
164
|
+
"Arn": {
|
165
|
+
"location": "uri",
|
166
|
+
"locationName": "ApplicationIdentifier"
|
167
|
+
}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"output": {
|
171
|
+
"type": "structure",
|
172
|
+
"members": {}
|
173
|
+
}
|
174
|
+
},
|
146
175
|
"DeleteDataIntegration": {
|
147
176
|
"http": {
|
148
177
|
"method": "DELETE",
|
@@ -190,7 +219,7 @@
|
|
190
219
|
"GetApplication": {
|
191
220
|
"http": {
|
192
221
|
"method": "GET",
|
193
|
-
"requestUri": "/applications/{
|
222
|
+
"requestUri": "/applications/{ApplicationIdentifier}"
|
194
223
|
},
|
195
224
|
"input": {
|
196
225
|
"type": "structure",
|
@@ -200,7 +229,7 @@
|
|
200
229
|
"members": {
|
201
230
|
"Arn": {
|
202
231
|
"location": "uri",
|
203
|
-
"locationName": "
|
232
|
+
"locationName": "ApplicationIdentifier"
|
204
233
|
}
|
205
234
|
}
|
206
235
|
},
|
@@ -216,10 +245,14 @@
|
|
216
245
|
"shape": "S5"
|
217
246
|
},
|
218
247
|
"Subscriptions": {
|
219
|
-
"shape": "Sa"
|
248
|
+
"shape": "Sa",
|
249
|
+
"deprecated": true,
|
250
|
+
"deprecatedMessage": "Subscriptions has been replaced with Permissions"
|
220
251
|
},
|
221
252
|
"Publications": {
|
222
|
-
"shape": "Sd"
|
253
|
+
"shape": "Sd",
|
254
|
+
"deprecated": true,
|
255
|
+
"deprecatedMessage": "Publications has been replaced with Permissions"
|
223
256
|
},
|
224
257
|
"CreatedTime": {
|
225
258
|
"type": "timestamp"
|
@@ -229,6 +262,9 @@
|
|
229
262
|
},
|
230
263
|
"Tags": {
|
231
264
|
"shape": "Sh"
|
265
|
+
},
|
266
|
+
"Permissions": {
|
267
|
+
"shape": "Sk"
|
232
268
|
}
|
233
269
|
}
|
234
270
|
}
|
@@ -260,16 +296,16 @@
|
|
260
296
|
"KmsKey": {},
|
261
297
|
"SourceURI": {},
|
262
298
|
"ScheduleConfiguration": {
|
263
|
-
"shape": "
|
299
|
+
"shape": "St"
|
264
300
|
},
|
265
301
|
"Tags": {
|
266
302
|
"shape": "Sh"
|
267
303
|
},
|
268
304
|
"FileConfiguration": {
|
269
|
-
"shape": "
|
305
|
+
"shape": "Sv"
|
270
306
|
},
|
271
307
|
"ObjectConfiguration": {
|
272
|
-
"shape": "
|
308
|
+
"shape": "S11"
|
273
309
|
}
|
274
310
|
}
|
275
311
|
}
|
@@ -299,7 +335,7 @@
|
|
299
335
|
"EventIntegrationArn": {},
|
300
336
|
"EventBridgeBus": {},
|
301
337
|
"EventFilter": {
|
302
|
-
"shape": "
|
338
|
+
"shape": "S14"
|
303
339
|
},
|
304
340
|
"Tags": {
|
305
341
|
"shape": "Sh"
|
@@ -307,6 +343,50 @@
|
|
307
343
|
}
|
308
344
|
}
|
309
345
|
},
|
346
|
+
"ListApplicationAssociations": {
|
347
|
+
"http": {
|
348
|
+
"method": "GET",
|
349
|
+
"requestUri": "/applications/{ApplicationIdentifier}/associations"
|
350
|
+
},
|
351
|
+
"input": {
|
352
|
+
"type": "structure",
|
353
|
+
"required": [
|
354
|
+
"ApplicationId"
|
355
|
+
],
|
356
|
+
"members": {
|
357
|
+
"ApplicationId": {
|
358
|
+
"location": "uri",
|
359
|
+
"locationName": "ApplicationIdentifier"
|
360
|
+
},
|
361
|
+
"NextToken": {
|
362
|
+
"location": "querystring",
|
363
|
+
"locationName": "nextToken"
|
364
|
+
},
|
365
|
+
"MaxResults": {
|
366
|
+
"location": "querystring",
|
367
|
+
"locationName": "maxResults",
|
368
|
+
"type": "integer"
|
369
|
+
}
|
370
|
+
}
|
371
|
+
},
|
372
|
+
"output": {
|
373
|
+
"type": "structure",
|
374
|
+
"members": {
|
375
|
+
"ApplicationAssociations": {
|
376
|
+
"type": "list",
|
377
|
+
"member": {
|
378
|
+
"type": "structure",
|
379
|
+
"members": {
|
380
|
+
"ApplicationAssociationArn": {},
|
381
|
+
"ApplicationArn": {},
|
382
|
+
"ClientId": {}
|
383
|
+
}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"NextToken": {}
|
387
|
+
}
|
388
|
+
}
|
389
|
+
},
|
310
390
|
"ListApplications": {
|
311
391
|
"http": {
|
312
392
|
"method": "GET",
|
@@ -514,7 +594,7 @@
|
|
514
594
|
"Name": {},
|
515
595
|
"Description": {},
|
516
596
|
"EventFilter": {
|
517
|
-
"shape": "
|
597
|
+
"shape": "S14"
|
518
598
|
},
|
519
599
|
"EventBridgeBus": {},
|
520
600
|
"Tags": {
|
@@ -610,7 +690,7 @@
|
|
610
690
|
"UpdateApplication": {
|
611
691
|
"http": {
|
612
692
|
"method": "PATCH",
|
613
|
-
"requestUri": "/applications/{
|
693
|
+
"requestUri": "/applications/{ApplicationIdentifier}"
|
614
694
|
},
|
615
695
|
"input": {
|
616
696
|
"type": "structure",
|
@@ -620,7 +700,7 @@
|
|
620
700
|
"members": {
|
621
701
|
"Arn": {
|
622
702
|
"location": "uri",
|
623
|
-
"locationName": "
|
703
|
+
"locationName": "ApplicationIdentifier"
|
624
704
|
},
|
625
705
|
"Name": {},
|
626
706
|
"Description": {},
|
@@ -628,10 +708,17 @@
|
|
628
708
|
"shape": "S5"
|
629
709
|
},
|
630
710
|
"Subscriptions": {
|
631
|
-
"shape": "Sa"
|
711
|
+
"shape": "Sa",
|
712
|
+
"deprecated": true,
|
713
|
+
"deprecatedMessage": "Subscriptions has been replaced with Permissions"
|
632
714
|
},
|
633
715
|
"Publications": {
|
634
|
-
"shape": "Sd"
|
716
|
+
"shape": "Sd",
|
717
|
+
"deprecated": true,
|
718
|
+
"deprecatedMessage": "Publications has been replaced with Permissions"
|
719
|
+
},
|
720
|
+
"Permissions": {
|
721
|
+
"shape": "Sk"
|
635
722
|
}
|
636
723
|
}
|
637
724
|
},
|
@@ -740,7 +827,11 @@
|
|
740
827
|
"key": {},
|
741
828
|
"value": {}
|
742
829
|
},
|
743
|
-
"
|
830
|
+
"Sk": {
|
831
|
+
"type": "list",
|
832
|
+
"member": {}
|
833
|
+
},
|
834
|
+
"St": {
|
744
835
|
"type": "structure",
|
745
836
|
"required": [
|
746
837
|
"ScheduleExpression"
|
@@ -751,7 +842,7 @@
|
|
751
842
|
"ScheduleExpression": {}
|
752
843
|
}
|
753
844
|
},
|
754
|
-
"
|
845
|
+
"Sv": {
|
755
846
|
"type": "structure",
|
756
847
|
"required": [
|
757
848
|
"Folders"
|
@@ -762,11 +853,11 @@
|
|
762
853
|
"member": {}
|
763
854
|
},
|
764
855
|
"Filters": {
|
765
|
-
"shape": "
|
856
|
+
"shape": "Sy"
|
766
857
|
}
|
767
858
|
}
|
768
859
|
},
|
769
|
-
"
|
860
|
+
"Sy": {
|
770
861
|
"type": "map",
|
771
862
|
"key": {},
|
772
863
|
"value": {
|
@@ -774,14 +865,14 @@
|
|
774
865
|
"member": {}
|
775
866
|
}
|
776
867
|
},
|
777
|
-
"
|
868
|
+
"S11": {
|
778
869
|
"type": "map",
|
779
870
|
"key": {},
|
780
871
|
"value": {
|
781
|
-
"shape": "
|
872
|
+
"shape": "Sy"
|
782
873
|
}
|
783
874
|
},
|
784
|
-
"
|
875
|
+
"S14": {
|
785
876
|
"type": "structure",
|
786
877
|
"required": [
|
787
878
|
"Source"
|
@@ -1,5 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListApplicationAssociations": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken",
|
7
|
+
"result_key": "ApplicationAssociations"
|
8
|
+
},
|
3
9
|
"ListApplications": {
|
4
10
|
"input_token": "NextToken",
|
5
11
|
"limit_key": "MaxResults",
|
@@ -280,7 +280,7 @@
|
|
280
280
|
],
|
281
281
|
"members": {
|
282
282
|
"knowledgeBase": {
|
283
|
-
"shape": "
|
283
|
+
"shape": "S33"
|
284
284
|
}
|
285
285
|
}
|
286
286
|
},
|
@@ -838,7 +838,7 @@
|
|
838
838
|
],
|
839
839
|
"members": {
|
840
840
|
"ingestionJob": {
|
841
|
-
"shape": "
|
841
|
+
"shape": "S41"
|
842
842
|
}
|
843
843
|
}
|
844
844
|
}
|
@@ -868,7 +868,7 @@
|
|
868
868
|
],
|
869
869
|
"members": {
|
870
870
|
"knowledgeBase": {
|
871
|
-
"shape": "
|
871
|
+
"shape": "S33"
|
872
872
|
}
|
873
873
|
}
|
874
874
|
}
|
@@ -1287,7 +1287,7 @@
|
|
1287
1287
|
"shape": "S9"
|
1288
1288
|
},
|
1289
1289
|
"statistics": {
|
1290
|
-
"shape": "
|
1290
|
+
"shape": "S43"
|
1291
1291
|
}
|
1292
1292
|
}
|
1293
1293
|
}
|
@@ -1437,7 +1437,7 @@
|
|
1437
1437
|
],
|
1438
1438
|
"members": {
|
1439
1439
|
"ingestionJob": {
|
1440
|
-
"shape": "
|
1440
|
+
"shape": "S41"
|
1441
1441
|
}
|
1442
1442
|
}
|
1443
1443
|
},
|
@@ -1771,7 +1771,7 @@
|
|
1771
1771
|
],
|
1772
1772
|
"members": {
|
1773
1773
|
"knowledgeBase": {
|
1774
|
-
"shape": "
|
1774
|
+
"shape": "S33"
|
1775
1775
|
}
|
1776
1776
|
}
|
1777
1777
|
},
|
@@ -2228,10 +2228,41 @@
|
|
2228
2228
|
}
|
2229
2229
|
}
|
2230
2230
|
}
|
2231
|
+
},
|
2232
|
+
"rdsConfiguration": {
|
2233
|
+
"type": "structure",
|
2234
|
+
"required": [
|
2235
|
+
"resourceArn",
|
2236
|
+
"credentialsSecretArn",
|
2237
|
+
"databaseName",
|
2238
|
+
"tableName",
|
2239
|
+
"fieldMapping"
|
2240
|
+
],
|
2241
|
+
"members": {
|
2242
|
+
"resourceArn": {},
|
2243
|
+
"credentialsSecretArn": {},
|
2244
|
+
"databaseName": {},
|
2245
|
+
"tableName": {},
|
2246
|
+
"fieldMapping": {
|
2247
|
+
"type": "structure",
|
2248
|
+
"required": [
|
2249
|
+
"primaryKeyField",
|
2250
|
+
"vectorField",
|
2251
|
+
"textField",
|
2252
|
+
"metadataField"
|
2253
|
+
],
|
2254
|
+
"members": {
|
2255
|
+
"primaryKeyField": {},
|
2256
|
+
"vectorField": {},
|
2257
|
+
"textField": {},
|
2258
|
+
"metadataField": {}
|
2259
|
+
}
|
2260
|
+
}
|
2261
|
+
}
|
2231
2262
|
}
|
2232
2263
|
}
|
2233
2264
|
},
|
2234
|
-
"
|
2265
|
+
"S33": {
|
2235
2266
|
"type": "structure",
|
2236
2267
|
"required": [
|
2237
2268
|
"knowledgeBaseId",
|
@@ -2268,7 +2299,7 @@
|
|
2268
2299
|
}
|
2269
2300
|
}
|
2270
2301
|
},
|
2271
|
-
"
|
2302
|
+
"S41": {
|
2272
2303
|
"type": "structure",
|
2273
2304
|
"required": [
|
2274
2305
|
"knowledgeBaseId",
|
@@ -2285,7 +2316,7 @@
|
|
2285
2316
|
"description": {},
|
2286
2317
|
"status": {},
|
2287
2318
|
"statistics": {
|
2288
|
-
"shape": "
|
2319
|
+
"shape": "S43"
|
2289
2320
|
},
|
2290
2321
|
"failureReasons": {
|
2291
2322
|
"shape": "S14"
|
@@ -2298,7 +2329,7 @@
|
|
2298
2329
|
}
|
2299
2330
|
}
|
2300
2331
|
},
|
2301
|
-
"
|
2332
|
+
"S43": {
|
2302
2333
|
"type": "structure",
|
2303
2334
|
"members": {
|
2304
2335
|
"numberOfDocumentsScanned": {
|