aws-sdk 2.1385.0 → 2.1387.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.
@@ -14,26 +14,17 @@
14
14
  "operations": {
15
15
  "CreateAwsLogSource": {
16
16
  "http": {
17
- "requestUri": "/v1/logsources/aws",
17
+ "requestUri": "/v1/datalake/logsources/aws",
18
18
  "responseCode": 200
19
19
  },
20
20
  "input": {
21
21
  "type": "structure",
22
22
  "required": [
23
- "inputOrder"
23
+ "sources"
24
24
  ],
25
25
  "members": {
26
- "enableAllDimensions": {
26
+ "sources": {
27
27
  "shape": "S2"
28
- },
29
- "enableSingleDimension": {
30
- "shape": "S6"
31
- },
32
- "enableTwoDimensions": {
33
- "shape": "S4"
34
- },
35
- "inputOrder": {
36
- "shape": "S8"
37
28
  }
38
29
  }
39
30
  },
@@ -41,110 +32,104 @@
41
32
  "type": "structure",
42
33
  "members": {
43
34
  "failed": {
44
- "shape": "Sb"
45
- },
46
- "processing": {
47
- "shape": "Sb"
35
+ "shape": "S4"
48
36
  }
49
37
  }
50
38
  }
51
39
  },
52
40
  "CreateCustomLogSource": {
53
41
  "http": {
54
- "requestUri": "/v1/logsources/custom",
42
+ "requestUri": "/v1/datalake/logsources/custom",
55
43
  "responseCode": 200
56
44
  },
57
45
  "input": {
58
46
  "type": "structure",
59
47
  "required": [
60
- "customSourceName",
61
- "eventClass",
62
- "glueInvocationRoleArn",
63
- "logProviderAccountId"
48
+ "sourceName"
64
49
  ],
65
50
  "members": {
66
- "customSourceName": {},
67
- "eventClass": {},
68
- "glueInvocationRoleArn": {},
69
- "logProviderAccountId": {}
51
+ "configuration": {
52
+ "type": "structure",
53
+ "required": [
54
+ "crawlerConfiguration",
55
+ "providerIdentity"
56
+ ],
57
+ "members": {
58
+ "crawlerConfiguration": {
59
+ "type": "structure",
60
+ "required": [
61
+ "roleArn"
62
+ ],
63
+ "members": {
64
+ "roleArn": {}
65
+ }
66
+ },
67
+ "providerIdentity": {
68
+ "shape": "Sf"
69
+ }
70
+ }
71
+ },
72
+ "eventClasses": {
73
+ "shape": "Si"
74
+ },
75
+ "sourceName": {},
76
+ "sourceVersion": {}
70
77
  }
71
78
  },
72
79
  "output": {
73
80
  "type": "structure",
74
- "required": [
75
- "customDataLocation",
76
- "glueCrawlerName",
77
- "glueDatabaseName",
78
- "glueTableName",
79
- "logProviderAccessRoleArn"
80
- ],
81
81
  "members": {
82
- "customDataLocation": {},
83
- "glueCrawlerName": {},
84
- "glueDatabaseName": {},
85
- "glueTableName": {},
86
- "logProviderAccessRoleArn": {}
82
+ "source": {
83
+ "shape": "Sn"
84
+ }
87
85
  }
88
- }
86
+ },
87
+ "idempotent": true
89
88
  },
90
- "CreateDatalake": {
89
+ "CreateDataLake": {
91
90
  "http": {
92
91
  "requestUri": "/v1/datalake",
93
92
  "responseCode": 200
94
93
  },
95
94
  "input": {
96
95
  "type": "structure",
96
+ "required": [
97
+ "configurations",
98
+ "metaStoreManagerRoleArn"
99
+ ],
97
100
  "members": {
98
101
  "configurations": {
99
- "shape": "Sj"
100
- },
101
- "enableAll": {
102
- "type": "boolean"
102
+ "shape": "St"
103
103
  },
104
- "metaStoreManagerRoleArn": {},
105
- "regions": {
106
- "shape": "Sm"
107
- }
104
+ "metaStoreManagerRoleArn": {}
108
105
  }
109
106
  },
110
107
  "output": {
111
108
  "type": "structure",
112
- "members": {}
113
- }
114
- },
115
- "CreateDatalakeAutoEnable": {
116
- "http": {
117
- "requestUri": "/v1/datalake/autoenable",
118
- "responseCode": 200
119
- },
120
- "input": {
121
- "type": "structure",
122
- "required": [
123
- "configurationForNewAccounts"
124
- ],
125
109
  "members": {
126
- "configurationForNewAccounts": {
127
- "shape": "Sv"
110
+ "dataLakes": {
111
+ "shape": "S16"
128
112
  }
129
113
  }
130
- },
131
- "output": {
132
- "type": "structure",
133
- "members": {}
134
114
  }
135
115
  },
136
- "CreateDatalakeDelegatedAdmin": {
116
+ "CreateDataLakeExceptionSubscription": {
137
117
  "http": {
138
- "requestUri": "/v1/datalake/delegate",
118
+ "requestUri": "/v1/datalake/exceptions/subscription",
139
119
  "responseCode": 200
140
120
  },
141
121
  "input": {
142
122
  "type": "structure",
143
123
  "required": [
144
- "account"
124
+ "notificationEndpoint",
125
+ "subscriptionProtocol"
145
126
  ],
146
127
  "members": {
147
- "account": {}
128
+ "exceptionTimeToLive": {
129
+ "type": "long"
130
+ },
131
+ "notificationEndpoint": {},
132
+ "subscriptionProtocol": {}
148
133
  }
149
134
  },
150
135
  "output": {
@@ -152,20 +137,20 @@
152
137
  "members": {}
153
138
  }
154
139
  },
155
- "CreateDatalakeExceptionsSubscription": {
140
+ "CreateDataLakeOrganizationConfiguration": {
156
141
  "http": {
157
- "requestUri": "/v1/datalake/exceptions/subscription",
142
+ "requestUri": "/v1/datalake/organization/configuration",
158
143
  "responseCode": 200
159
144
  },
160
145
  "input": {
161
146
  "type": "structure",
162
147
  "required": [
163
- "notificationEndpoint",
164
- "subscriptionProtocol"
148
+ "autoEnableNewAccount"
165
149
  ],
166
150
  "members": {
167
- "notificationEndpoint": {},
168
- "subscriptionProtocol": {}
151
+ "autoEnableNewAccount": {
152
+ "shape": "S1i"
153
+ }
169
154
  }
170
155
  },
171
156
  "output": {
@@ -181,93 +166,74 @@
181
166
  "input": {
182
167
  "type": "structure",
183
168
  "required": [
184
- "accountId",
185
- "externalId",
186
- "sourceTypes",
169
+ "sources",
170
+ "subscriberIdentity",
187
171
  "subscriberName"
188
172
  ],
189
173
  "members": {
190
174
  "accessTypes": {
191
- "shape": "S16"
175
+ "shape": "S1o"
192
176
  },
193
- "accountId": {},
194
- "externalId": {},
195
- "sourceTypes": {
196
- "shape": "S18"
177
+ "sources": {
178
+ "shape": "S1q"
197
179
  },
198
180
  "subscriberDescription": {},
181
+ "subscriberIdentity": {
182
+ "shape": "Sf"
183
+ },
199
184
  "subscriberName": {}
200
185
  }
201
186
  },
202
187
  "output": {
203
188
  "type": "structure",
204
- "required": [
205
- "subscriptionId"
206
- ],
207
189
  "members": {
208
- "resourceShareArn": {},
209
- "resourceShareName": {},
210
- "roleArn": {},
211
- "s3BucketArn": {},
212
- "snsArn": {},
213
- "subscriptionId": {}
190
+ "subscriber": {
191
+ "shape": "S1v"
192
+ }
214
193
  }
215
194
  }
216
195
  },
217
- "CreateSubscriptionNotificationConfiguration": {
196
+ "CreateSubscriberNotification": {
218
197
  "http": {
219
- "requestUri": "/subscription-notifications/{subscriptionId}",
198
+ "requestUri": "/v1/subscribers/{subscriberId}/notification",
220
199
  "responseCode": 200
221
200
  },
222
201
  "input": {
223
202
  "type": "structure",
224
203
  "required": [
225
- "subscriptionId"
204
+ "configuration",
205
+ "subscriberId"
226
206
  ],
227
207
  "members": {
228
- "createSqs": {
229
- "type": "boolean"
208
+ "configuration": {
209
+ "shape": "S22"
230
210
  },
231
- "httpsApiKeyName": {},
232
- "httpsApiKeyValue": {},
233
- "httpsMethod": {},
234
- "roleArn": {},
235
- "subscriptionEndpoint": {},
236
- "subscriptionId": {
211
+ "subscriberId": {
237
212
  "location": "uri",
238
- "locationName": "subscriptionId"
213
+ "locationName": "subscriberId"
239
214
  }
240
215
  }
241
216
  },
242
217
  "output": {
243
218
  "type": "structure",
244
219
  "members": {
245
- "queueArn": {}
220
+ "subscriberEndpoint": {}
246
221
  }
247
222
  }
248
223
  },
249
224
  "DeleteAwsLogSource": {
250
225
  "http": {
251
- "requestUri": "/v1/logsources/aws/delete",
226
+ "requestUri": "/v1/datalake/logsources/aws/delete",
252
227
  "responseCode": 200
253
228
  },
254
229
  "input": {
255
230
  "type": "structure",
256
231
  "required": [
257
- "inputOrder"
232
+ "sources"
258
233
  ],
259
234
  "members": {
260
- "disableAllDimensions": {
235
+ "sources": {
261
236
  "shape": "S2"
262
- },
263
- "disableSingleDimension": {
264
- "shape": "S6"
265
- },
266
- "disableTwoDimensions": {
267
- "shape": "S4"
268
- },
269
- "inputOrder": {
270
- "shape": "S8"
271
237
  }
272
238
  }
273
239
  },
@@ -275,10 +241,7 @@
275
241
  "type": "structure",
276
242
  "members": {
277
243
  "failed": {
278
- "shape": "Sb"
279
- },
280
- "processing": {
281
- "shape": "Sb"
244
+ "shape": "S4"
282
245
  }
283
246
  }
284
247
  }
@@ -286,127 +249,105 @@
286
249
  "DeleteCustomLogSource": {
287
250
  "http": {
288
251
  "method": "DELETE",
289
- "requestUri": "/v1/logsources/custom",
252
+ "requestUri": "/v1/datalake/logsources/custom/{sourceName}",
290
253
  "responseCode": 200
291
254
  },
292
255
  "input": {
293
256
  "type": "structure",
294
257
  "required": [
295
- "customSourceName"
258
+ "sourceName"
296
259
  ],
297
260
  "members": {
298
- "customSourceName": {
261
+ "sourceName": {
262
+ "location": "uri",
263
+ "locationName": "sourceName"
264
+ },
265
+ "sourceVersion": {
299
266
  "location": "querystring",
300
- "locationName": "customSourceName"
267
+ "locationName": "sourceVersion"
301
268
  }
302
269
  }
303
270
  },
304
- "output": {
305
- "type": "structure",
306
- "required": [
307
- "customDataLocation"
308
- ],
309
- "members": {
310
- "customDataLocation": {}
311
- }
312
- },
313
- "idempotent": true
314
- },
315
- "DeleteDatalake": {
316
- "http": {
317
- "method": "DELETE",
318
- "requestUri": "/v1/datalake",
319
- "responseCode": 200
320
- },
321
- "input": {
322
- "type": "structure",
323
- "members": {}
324
- },
325
271
  "output": {
326
272
  "type": "structure",
327
273
  "members": {}
328
274
  },
329
275
  "idempotent": true
330
276
  },
331
- "DeleteDatalakeAutoEnable": {
277
+ "DeleteDataLake": {
332
278
  "http": {
333
- "requestUri": "/v1/datalake/autoenable/delete",
279
+ "requestUri": "/v1/datalake/delete",
334
280
  "responseCode": 200
335
281
  },
336
282
  "input": {
337
283
  "type": "structure",
338
284
  "required": [
339
- "removeFromConfigurationForNewAccounts"
285
+ "regions"
340
286
  ],
341
287
  "members": {
342
- "removeFromConfigurationForNewAccounts": {
343
- "shape": "Sv"
288
+ "regions": {
289
+ "shape": "S6"
344
290
  }
345
291
  }
346
292
  },
347
293
  "output": {
348
294
  "type": "structure",
349
295
  "members": {}
350
- }
296
+ },
297
+ "idempotent": true
351
298
  },
352
- "DeleteDatalakeDelegatedAdmin": {
299
+ "DeleteDataLakeExceptionSubscription": {
353
300
  "http": {
354
301
  "method": "DELETE",
355
- "requestUri": "/v1/datalake/delegate/{account}",
302
+ "requestUri": "/v1/datalake/exceptions/subscription",
356
303
  "responseCode": 200
357
304
  },
358
305
  "input": {
359
306
  "type": "structure",
360
- "required": [
361
- "account"
362
- ],
363
- "members": {
364
- "account": {
365
- "location": "uri",
366
- "locationName": "account"
367
- }
368
- }
307
+ "members": {}
369
308
  },
370
309
  "output": {
371
310
  "type": "structure",
372
311
  "members": {}
373
- }
312
+ },
313
+ "idempotent": true
374
314
  },
375
- "DeleteDatalakeExceptionsSubscription": {
315
+ "DeleteDataLakeOrganizationConfiguration": {
376
316
  "http": {
377
- "method": "DELETE",
378
- "requestUri": "/v1/datalake/exceptions/subscription",
317
+ "requestUri": "/v1/datalake/organization/configuration/delete",
379
318
  "responseCode": 200
380
319
  },
381
320
  "input": {
382
- "type": "structure",
383
- "members": {}
384
- },
385
- "output": {
386
321
  "type": "structure",
387
322
  "required": [
388
- "status"
323
+ "autoEnableNewAccount"
389
324
  ],
390
325
  "members": {
391
- "status": {}
326
+ "autoEnableNewAccount": {
327
+ "shape": "S1i"
328
+ }
392
329
  }
330
+ },
331
+ "output": {
332
+ "type": "structure",
333
+ "members": {}
393
334
  }
394
335
  },
395
336
  "DeleteSubscriber": {
396
337
  "http": {
397
338
  "method": "DELETE",
398
- "requestUri": "/v1/subscribers",
339
+ "requestUri": "/v1/subscribers/{subscriberId}",
399
340
  "responseCode": 200
400
341
  },
401
342
  "input": {
402
343
  "type": "structure",
403
344
  "required": [
404
- "id"
345
+ "subscriberId"
405
346
  ],
406
347
  "members": {
407
- "id": {
408
- "location": "querystring",
409
- "locationName": "id"
348
+ "subscriberId": {
349
+ "location": "uri",
350
+ "locationName": "subscriberId"
410
351
  }
411
352
  }
412
353
  },
@@ -416,21 +357,21 @@
416
357
  },
417
358
  "idempotent": true
418
359
  },
419
- "DeleteSubscriptionNotificationConfiguration": {
360
+ "DeleteSubscriberNotification": {
420
361
  "http": {
421
362
  "method": "DELETE",
422
- "requestUri": "/subscription-notifications/{subscriptionId}",
363
+ "requestUri": "/v1/subscribers/{subscriberId}/notification",
423
364
  "responseCode": 200
424
365
  },
425
366
  "input": {
426
367
  "type": "structure",
427
368
  "required": [
428
- "subscriptionId"
369
+ "subscriberId"
429
370
  ],
430
371
  "members": {
431
- "subscriptionId": {
372
+ "subscriberId": {
432
373
  "location": "uri",
433
- "locationName": "subscriptionId"
374
+ "locationName": "subscriberId"
434
375
  }
435
376
  }
436
377
  },
@@ -440,10 +381,10 @@
440
381
  },
441
382
  "idempotent": true
442
383
  },
443
- "GetDatalake": {
384
+ "DeregisterDataLakeDelegatedAdministrator": {
444
385
  "http": {
445
- "method": "GET",
446
- "requestUri": "/v1/datalake",
386
+ "method": "DELETE",
387
+ "requestUri": "/v1/datalake/delegate",
447
388
  "responseCode": 200
448
389
  },
449
390
  "input": {
@@ -451,76 +392,15 @@
451
392
  "members": {}
452
393
  },
453
394
  "output": {
454
- "type": "structure",
455
- "required": [
456
- "configurations"
457
- ],
458
- "members": {
459
- "configurations": {
460
- "type": "map",
461
- "key": {},
462
- "value": {
463
- "type": "structure",
464
- "members": {
465
- "encryptionKey": {},
466
- "replicationDestinationRegions": {
467
- "shape": "Sm"
468
- },
469
- "replicationRoleArn": {},
470
- "retentionSettings": {
471
- "shape": "Sn"
472
- },
473
- "s3BucketArn": {},
474
- "status": {},
475
- "tagsMap": {
476
- "shape": "Sr"
477
- },
478
- "updateStatus": {
479
- "type": "structure",
480
- "members": {
481
- "lastUpdateFailure": {
482
- "type": "structure",
483
- "members": {
484
- "code": {},
485
- "reason": {}
486
- }
487
- },
488
- "lastUpdateRequestId": {},
489
- "lastUpdateStatus": {}
490
- }
491
- }
492
- }
493
- }
494
- }
495
- }
496
- }
497
- },
498
- "GetDatalakeAutoEnable": {
499
- "http": {
500
- "method": "GET",
501
- "requestUri": "/v1/datalake/autoenable",
502
- "responseCode": 200
503
- },
504
- "input": {
505
395
  "type": "structure",
506
396
  "members": {}
507
397
  },
508
- "output": {
509
- "type": "structure",
510
- "required": [
511
- "autoEnableNewAccounts"
512
- ],
513
- "members": {
514
- "autoEnableNewAccounts": {
515
- "shape": "Sv"
516
- }
517
- }
518
- }
398
+ "idempotent": true
519
399
  },
520
- "GetDatalakeExceptionsExpiry": {
400
+ "GetDataLakeExceptionSubscription": {
521
401
  "http": {
522
402
  "method": "GET",
523
- "requestUri": "/v1/datalake/exceptions/expiry",
403
+ "requestUri": "/v1/datalake/exceptions/subscription",
524
404
  "responseCode": 200
525
405
  },
526
406
  "input": {
@@ -529,20 +409,19 @@
529
409
  },
530
410
  "output": {
531
411
  "type": "structure",
532
- "required": [
533
- "exceptionMessageExpiry"
534
- ],
535
412
  "members": {
536
- "exceptionMessageExpiry": {
413
+ "exceptionTimeToLive": {
537
414
  "type": "long"
538
- }
415
+ },
416
+ "notificationEndpoint": {},
417
+ "subscriptionProtocol": {}
539
418
  }
540
419
  }
541
420
  },
542
- "GetDatalakeExceptionsSubscription": {
421
+ "GetDataLakeOrganizationConfiguration": {
543
422
  "http": {
544
423
  "method": "GET",
545
- "requestUri": "/v1/datalake/exceptions/subscription",
424
+ "requestUri": "/v1/datalake/organization/configuration",
546
425
  "responseCode": 200
547
426
  },
548
427
  "input": {
@@ -551,32 +430,25 @@
551
430
  },
552
431
  "output": {
553
432
  "type": "structure",
554
- "required": [
555
- "protocolAndNotificationEndpoint"
556
- ],
557
433
  "members": {
558
- "protocolAndNotificationEndpoint": {
559
- "type": "structure",
560
- "members": {
561
- "endpoint": {},
562
- "protocol": {}
563
- }
434
+ "autoEnableNewAccount": {
435
+ "shape": "S1i"
564
436
  }
565
437
  }
566
438
  }
567
439
  },
568
- "GetDatalakeStatus": {
440
+ "GetDataLakeSources": {
569
441
  "http": {
570
- "requestUri": "/v1/datalake/status",
442
+ "requestUri": "/v1/datalake/sources",
571
443
  "responseCode": 200
572
444
  },
573
445
  "input": {
574
446
  "type": "structure",
575
447
  "members": {
576
- "accountSet": {
577
- "shape": "S6"
448
+ "accounts": {
449
+ "shape": "S4"
578
450
  },
579
- "maxAccountResults": {
451
+ "maxResults": {
580
452
  "type": "integer"
581
453
  },
582
454
  "nextToken": {}
@@ -584,36 +456,28 @@
584
456
  },
585
457
  "output": {
586
458
  "type": "structure",
587
- "required": [
588
- "accountSourcesList"
589
- ],
590
459
  "members": {
591
- "accountSourcesList": {
460
+ "dataLakeArn": {},
461
+ "dataLakeSources": {
592
462
  "type": "list",
593
463
  "member": {
594
464
  "type": "structure",
595
- "required": [
596
- "account",
597
- "sourceType"
598
- ],
599
465
  "members": {
600
466
  "account": {},
601
- "eventClass": {},
602
- "logsStatus": {
467
+ "eventClasses": {
468
+ "shape": "Si"
469
+ },
470
+ "sourceName": {},
471
+ "sourceStatuses": {
603
472
  "type": "list",
604
473
  "member": {
605
474
  "type": "structure",
606
- "required": [
607
- "healthStatus",
608
- "pathToLogs"
609
- ],
610
475
  "members": {
611
- "healthStatus": {},
612
- "pathToLogs": {}
476
+ "resource": {},
477
+ "status": {}
613
478
  }
614
479
  }
615
- },
616
- "sourceType": {}
480
+ }
617
481
  }
618
482
  }
619
483
  },
@@ -624,18 +488,18 @@
624
488
  "GetSubscriber": {
625
489
  "http": {
626
490
  "method": "GET",
627
- "requestUri": "/v1/subscribers/{id}",
491
+ "requestUri": "/v1/subscribers/{subscriberId}",
628
492
  "responseCode": 200
629
493
  },
630
494
  "input": {
631
495
  "type": "structure",
632
496
  "required": [
633
- "id"
497
+ "subscriberId"
634
498
  ],
635
499
  "members": {
636
- "id": {
500
+ "subscriberId": {
637
501
  "location": "uri",
638
- "locationName": "id"
502
+ "locationName": "subscriberId"
639
503
  }
640
504
  }
641
505
  },
@@ -643,12 +507,12 @@
643
507
  "type": "structure",
644
508
  "members": {
645
509
  "subscriber": {
646
- "shape": "S2r"
510
+ "shape": "S1v"
647
511
  }
648
512
  }
649
513
  }
650
514
  },
651
- "ListDatalakeExceptions": {
515
+ "ListDataLakeExceptions": {
652
516
  "http": {
653
517
  "requestUri": "/v1/datalake/exceptions",
654
518
  "responseCode": 200
@@ -656,89 +520,99 @@
656
520
  "input": {
657
521
  "type": "structure",
658
522
  "members": {
659
- "maxFailures": {
523
+ "maxResults": {
660
524
  "type": "integer"
661
525
  },
662
526
  "nextToken": {},
663
- "regionSet": {
664
- "shape": "Sm"
527
+ "regions": {
528
+ "shape": "S6"
665
529
  }
666
530
  }
667
531
  },
668
532
  "output": {
669
533
  "type": "structure",
670
- "required": [
671
- "nonRetryableFailures"
672
- ],
673
534
  "members": {
674
- "nextToken": {},
675
- "nonRetryableFailures": {
535
+ "exceptions": {
676
536
  "type": "list",
677
537
  "member": {
678
538
  "type": "structure",
679
539
  "members": {
680
- "failures": {
681
- "type": "list",
682
- "member": {
683
- "type": "structure",
684
- "required": [
685
- "exceptionMessage",
686
- "remediation",
687
- "timestamp"
688
- ],
689
- "members": {
690
- "exceptionMessage": {},
691
- "remediation": {},
692
- "timestamp": {
693
- "shape": "S2s"
694
- }
695
- }
696
- }
697
- },
698
- "region": {}
540
+ "exception": {},
541
+ "region": {},
542
+ "remediation": {},
543
+ "timestamp": {
544
+ "shape": "S1w"
545
+ }
699
546
  }
700
547
  }
548
+ },
549
+ "nextToken": {}
550
+ }
551
+ }
552
+ },
553
+ "ListDataLakes": {
554
+ "http": {
555
+ "method": "GET",
556
+ "requestUri": "/v1/datalakes",
557
+ "responseCode": 200
558
+ },
559
+ "input": {
560
+ "type": "structure",
561
+ "members": {
562
+ "regions": {
563
+ "shape": "S6",
564
+ "location": "querystring",
565
+ "locationName": "regions"
566
+ }
567
+ }
568
+ },
569
+ "output": {
570
+ "type": "structure",
571
+ "members": {
572
+ "dataLakes": {
573
+ "shape": "S16"
701
574
  }
702
575
  }
703
576
  }
704
577
  },
705
578
  "ListLogSources": {
706
579
  "http": {
707
- "requestUri": "/v1/logsources/list",
580
+ "requestUri": "/v1/datalake/logsources/list",
708
581
  "responseCode": 200
709
582
  },
710
583
  "input": {
711
584
  "type": "structure",
712
585
  "members": {
713
- "inputOrder": {
714
- "shape": "S8"
715
- },
716
- "listAllDimensions": {
717
- "shape": "S2"
718
- },
719
- "listSingleDimension": {
720
- "shape": "S6"
721
- },
722
- "listTwoDimensions": {
586
+ "accounts": {
723
587
  "shape": "S4"
724
588
  },
725
589
  "maxResults": {
726
590
  "type": "integer"
727
591
  },
728
- "nextToken": {}
592
+ "nextToken": {},
593
+ "regions": {
594
+ "shape": "S6"
595
+ },
596
+ "sources": {
597
+ "shape": "S1q"
598
+ }
729
599
  }
730
600
  },
731
601
  "output": {
732
602
  "type": "structure",
733
- "required": [
734
- "regionSourceTypesAccountsList"
735
- ],
736
603
  "members": {
737
604
  "nextToken": {},
738
- "regionSourceTypesAccountsList": {
605
+ "sources": {
739
606
  "type": "list",
740
607
  "member": {
741
- "shape": "S2"
608
+ "type": "structure",
609
+ "members": {
610
+ "account": {},
611
+ "region": {},
612
+ "sources": {
613
+ "shape": "S1q"
614
+ }
615
+ }
742
616
  }
743
617
  }
744
618
  }
@@ -766,66 +640,64 @@
766
640
  },
767
641
  "output": {
768
642
  "type": "structure",
769
- "required": [
770
- "subscribers"
771
- ],
772
643
  "members": {
773
644
  "nextToken": {},
774
645
  "subscribers": {
775
646
  "type": "list",
776
647
  "member": {
777
- "shape": "S2r"
648
+ "shape": "S1v"
778
649
  }
779
650
  }
780
651
  }
781
652
  }
782
653
  },
783
- "UpdateDatalake": {
654
+ "RegisterDataLakeDelegatedAdministrator": {
784
655
  "http": {
785
- "method": "PUT",
786
- "requestUri": "/v1/datalake",
656
+ "requestUri": "/v1/datalake/delegate",
787
657
  "responseCode": 200
788
658
  },
789
659
  "input": {
790
660
  "type": "structure",
791
661
  "required": [
792
- "configurations"
662
+ "accountId"
793
663
  ],
794
664
  "members": {
795
- "configurations": {
796
- "shape": "Sj"
797
- }
665
+ "accountId": {}
798
666
  }
799
667
  },
800
668
  "output": {
801
669
  "type": "structure",
802
670
  "members": {}
803
- },
804
- "idempotent": true
671
+ }
805
672
  },
806
- "UpdateDatalakeExceptionsExpiry": {
673
+ "UpdateDataLake": {
807
674
  "http": {
808
675
  "method": "PUT",
809
- "requestUri": "/v1/datalake/exceptions/expiry",
676
+ "requestUri": "/v1/datalake",
810
677
  "responseCode": 200
811
678
  },
812
679
  "input": {
813
680
  "type": "structure",
814
681
  "required": [
815
- "exceptionMessageExpiry"
682
+ "configurations"
816
683
  ],
817
684
  "members": {
818
- "exceptionMessageExpiry": {
819
- "type": "long"
685
+ "configurations": {
686
+ "shape": "St"
820
687
  }
821
688
  }
822
689
  },
823
690
  "output": {
824
691
  "type": "structure",
825
- "members": {}
826
- }
692
+ "members": {
693
+ "dataLakes": {
694
+ "shape": "S16"
695
+ }
696
+ }
697
+ },
698
+ "idempotent": true
827
699
  },
828
- "UpdateDatalakeExceptionsSubscription": {
700
+ "UpdateDataLakeExceptionSubscription": {
829
701
  "http": {
830
702
  "method": "PUT",
831
703
  "requestUri": "/v1/datalake/exceptions/subscription",
@@ -838,6 +710,9 @@
838
710
  "subscriptionProtocol"
839
711
  ],
840
712
  "members": {
713
+ "exceptionTimeToLive": {
714
+ "type": "long"
715
+ },
841
716
  "notificationEndpoint": {},
842
717
  "subscriptionProtocol": {}
843
718
  }
@@ -845,30 +720,32 @@
845
720
  "output": {
846
721
  "type": "structure",
847
722
  "members": {}
848
- }
723
+ },
724
+ "idempotent": true
849
725
  },
850
726
  "UpdateSubscriber": {
851
727
  "http": {
852
728
  "method": "PUT",
853
- "requestUri": "/v1/subscribers/{id}",
729
+ "requestUri": "/v1/subscribers/{subscriberId}",
854
730
  "responseCode": 200
855
731
  },
856
732
  "input": {
857
733
  "type": "structure",
858
734
  "required": [
859
- "id",
860
- "sourceTypes"
735
+ "subscriberId"
861
736
  ],
862
737
  "members": {
863
- "externalId": {},
864
- "id": {
738
+ "sources": {
739
+ "shape": "S1q"
740
+ },
741
+ "subscriberDescription": {},
742
+ "subscriberId": {
865
743
  "location": "uri",
866
- "locationName": "id"
744
+ "locationName": "subscriberId"
867
745
  },
868
- "sourceTypes": {
869
- "shape": "S18"
746
+ "subscriberIdentity": {
747
+ "shape": "Sf"
870
748
  },
871
- "subscriberDescription": {},
872
749
  "subscriberName": {}
873
750
  }
874
751
  },
@@ -876,116 +753,210 @@
876
753
  "type": "structure",
877
754
  "members": {
878
755
  "subscriber": {
879
- "shape": "S2r"
756
+ "shape": "S1v"
880
757
  }
881
758
  }
882
759
  },
883
760
  "idempotent": true
884
761
  },
885
- "UpdateSubscriptionNotificationConfiguration": {
762
+ "UpdateSubscriberNotification": {
886
763
  "http": {
887
764
  "method": "PUT",
888
- "requestUri": "/subscription-notifications/{subscriptionId}",
765
+ "requestUri": "/v1/subscribers/{subscriberId}/notification",
889
766
  "responseCode": 200
890
767
  },
891
768
  "input": {
892
769
  "type": "structure",
893
770
  "required": [
894
- "subscriptionId"
771
+ "configuration",
772
+ "subscriberId"
895
773
  ],
896
774
  "members": {
897
- "createSqs": {
898
- "type": "boolean"
775
+ "configuration": {
776
+ "shape": "S22"
899
777
  },
900
- "httpsApiKeyName": {},
901
- "httpsApiKeyValue": {},
902
- "httpsMethod": {},
903
- "roleArn": {},
904
- "subscriptionEndpoint": {},
905
- "subscriptionId": {
778
+ "subscriberId": {
906
779
  "location": "uri",
907
- "locationName": "subscriptionId"
780
+ "locationName": "subscriberId"
908
781
  }
909
782
  }
910
783
  },
911
784
  "output": {
912
785
  "type": "structure",
913
786
  "members": {
914
- "queueArn": {}
787
+ "subscriberEndpoint": {}
915
788
  }
916
- }
789
+ },
790
+ "idempotent": true
917
791
  }
918
792
  },
919
793
  "shapes": {
920
794
  "S2": {
921
- "type": "map",
922
- "key": {},
923
- "value": {
924
- "shape": "S4"
795
+ "type": "list",
796
+ "member": {
797
+ "type": "structure",
798
+ "required": [
799
+ "regions",
800
+ "sourceName"
801
+ ],
802
+ "members": {
803
+ "accounts": {
804
+ "shape": "S4"
805
+ },
806
+ "regions": {
807
+ "shape": "S6"
808
+ },
809
+ "sourceName": {},
810
+ "sourceVersion": {}
811
+ }
925
812
  }
926
813
  },
927
814
  "S4": {
928
- "type": "map",
929
- "key": {},
930
- "value": {
931
- "type": "list",
932
- "member": {}
933
- }
934
- },
935
- "S6": {
936
815
  "type": "list",
937
816
  "member": {}
938
817
  },
939
- "S8": {
818
+ "S6": {
940
819
  "type": "list",
941
820
  "member": {}
942
821
  },
943
- "Sb": {
822
+ "Sf": {
823
+ "type": "structure",
824
+ "required": [
825
+ "externalId",
826
+ "principal"
827
+ ],
828
+ "members": {
829
+ "externalId": {},
830
+ "principal": {}
831
+ }
832
+ },
833
+ "Si": {
944
834
  "type": "list",
945
835
  "member": {}
946
836
  },
947
- "Sj": {
948
- "type": "map",
949
- "key": {},
950
- "value": {
837
+ "Sn": {
838
+ "type": "structure",
839
+ "members": {
840
+ "attributes": {
841
+ "type": "structure",
842
+ "members": {
843
+ "crawlerArn": {},
844
+ "databaseArn": {},
845
+ "tableArn": {}
846
+ }
847
+ },
848
+ "provider": {
849
+ "type": "structure",
850
+ "members": {
851
+ "location": {},
852
+ "roleArn": {}
853
+ }
854
+ },
855
+ "sourceName": {},
856
+ "sourceVersion": {}
857
+ }
858
+ },
859
+ "St": {
860
+ "type": "list",
861
+ "member": {
951
862
  "type": "structure",
863
+ "required": [
864
+ "region"
865
+ ],
952
866
  "members": {
953
- "encryptionKey": {},
954
- "replicationDestinationRegions": {
955
- "shape": "Sm"
867
+ "encryptionConfiguration": {
868
+ "shape": "Sv"
956
869
  },
957
- "replicationRoleArn": {},
958
- "retentionSettings": {
959
- "shape": "Sn"
870
+ "lifecycleConfiguration": {
871
+ "shape": "Sx"
960
872
  },
961
- "tagsMap": {
962
- "shape": "Sr"
873
+ "region": {},
874
+ "replicationConfiguration": {
875
+ "shape": "S14"
963
876
  }
964
877
  }
965
878
  }
966
879
  },
967
- "Sm": {
968
- "type": "list",
969
- "member": {}
880
+ "Sv": {
881
+ "type": "structure",
882
+ "members": {
883
+ "kmsKeyId": {}
884
+ }
970
885
  },
971
- "Sn": {
886
+ "Sx": {
887
+ "type": "structure",
888
+ "members": {
889
+ "expiration": {
890
+ "type": "structure",
891
+ "members": {
892
+ "days": {
893
+ "type": "integer"
894
+ }
895
+ }
896
+ },
897
+ "transitions": {
898
+ "type": "list",
899
+ "member": {
900
+ "type": "structure",
901
+ "members": {
902
+ "days": {
903
+ "type": "integer"
904
+ },
905
+ "storageClass": {}
906
+ }
907
+ }
908
+ }
909
+ }
910
+ },
911
+ "S14": {
912
+ "type": "structure",
913
+ "members": {
914
+ "regions": {
915
+ "shape": "S6"
916
+ },
917
+ "roleArn": {}
918
+ }
919
+ },
920
+ "S16": {
972
921
  "type": "list",
973
922
  "member": {
974
923
  "type": "structure",
924
+ "required": [
925
+ "dataLakeArn",
926
+ "region"
927
+ ],
975
928
  "members": {
976
- "retentionPeriod": {
977
- "type": "integer"
929
+ "createStatus": {},
930
+ "dataLakeArn": {},
931
+ "encryptionConfiguration": {
932
+ "shape": "Sv"
933
+ },
934
+ "lifecycleConfiguration": {
935
+ "shape": "Sx"
978
936
  },
979
- "storageClass": {}
937
+ "region": {},
938
+ "replicationConfiguration": {
939
+ "shape": "S14"
940
+ },
941
+ "s3BucketArn": {},
942
+ "updateStatus": {
943
+ "type": "structure",
944
+ "members": {
945
+ "exception": {
946
+ "type": "structure",
947
+ "members": {
948
+ "code": {},
949
+ "reason": {}
950
+ }
951
+ },
952
+ "requestId": {},
953
+ "status": {}
954
+ }
955
+ }
980
956
  }
981
957
  }
982
958
  },
983
- "Sr": {
984
- "type": "map",
985
- "key": {},
986
- "value": {}
987
- },
988
- "Sv": {
959
+ "S1i": {
989
960
  "type": "list",
990
961
  "member": {
991
962
  "type": "structure",
@@ -997,64 +968,103 @@
997
968
  "region": {},
998
969
  "sources": {
999
970
  "type": "list",
1000
- "member": {}
971
+ "member": {
972
+ "shape": "S1l"
973
+ }
1001
974
  }
1002
975
  }
1003
976
  }
1004
977
  },
1005
- "S16": {
978
+ "S1l": {
979
+ "type": "structure",
980
+ "members": {
981
+ "sourceName": {},
982
+ "sourceVersion": {}
983
+ }
984
+ },
985
+ "S1o": {
1006
986
  "type": "list",
1007
987
  "member": {}
1008
988
  },
1009
- "S18": {
989
+ "S1q": {
1010
990
  "type": "list",
1011
991
  "member": {
1012
992
  "type": "structure",
1013
993
  "members": {
1014
- "awsSourceType": {},
1015
- "customSourceType": {}
994
+ "awsLogSource": {
995
+ "shape": "S1l"
996
+ },
997
+ "customLogSource": {
998
+ "shape": "Sn"
999
+ }
1016
1000
  },
1017
1001
  "union": true
1018
1002
  }
1019
1003
  },
1020
- "S2r": {
1004
+ "S1v": {
1021
1005
  "type": "structure",
1022
1006
  "required": [
1023
- "accountId",
1024
- "sourceTypes",
1025
- "subscriptionId"
1007
+ "sources",
1008
+ "subscriberArn",
1009
+ "subscriberId",
1010
+ "subscriberIdentity",
1011
+ "subscriberName"
1026
1012
  ],
1027
1013
  "members": {
1028
1014
  "accessTypes": {
1029
- "shape": "S16"
1015
+ "shape": "S1o"
1030
1016
  },
1031
- "accountId": {},
1032
1017
  "createdAt": {
1033
- "shape": "S2s"
1018
+ "shape": "S1w"
1034
1019
  },
1035
- "externalId": {},
1036
1020
  "resourceShareArn": {},
1037
1021
  "resourceShareName": {},
1038
1022
  "roleArn": {},
1039
1023
  "s3BucketArn": {},
1040
- "snsArn": {},
1041
- "sourceTypes": {
1042
- "shape": "S18"
1024
+ "sources": {
1025
+ "shape": "S1q"
1043
1026
  },
1027
+ "subscriberArn": {},
1044
1028
  "subscriberDescription": {},
1029
+ "subscriberEndpoint": {},
1030
+ "subscriberId": {},
1031
+ "subscriberIdentity": {
1032
+ "shape": "Sf"
1033
+ },
1045
1034
  "subscriberName": {},
1046
- "subscriptionEndpoint": {},
1047
- "subscriptionId": {},
1048
- "subscriptionProtocol": {},
1049
- "subscriptionStatus": {},
1035
+ "subscriberStatus": {},
1050
1036
  "updatedAt": {
1051
- "shape": "S2s"
1037
+ "shape": "S1w"
1052
1038
  }
1053
1039
  }
1054
1040
  },
1055
- "S2s": {
1041
+ "S1w": {
1056
1042
  "type": "timestamp",
1057
1043
  "timestampFormat": "iso8601"
1044
+ },
1045
+ "S22": {
1046
+ "type": "structure",
1047
+ "members": {
1048
+ "httpsNotificationConfiguration": {
1049
+ "type": "structure",
1050
+ "required": [
1051
+ "endpoint",
1052
+ "targetRoleArn"
1053
+ ],
1054
+ "members": {
1055
+ "authorizationApiKeyName": {},
1056
+ "authorizationApiKeyValue": {},
1057
+ "endpoint": {},
1058
+ "httpMethod": {},
1059
+ "targetRoleArn": {}
1060
+ }
1061
+ },
1062
+ "sqsNotificationConfiguration": {
1063
+ "type": "structure",
1064
+ "members": {}
1065
+ }
1066
+ },
1067
+ "union": true
1058
1068
  }
1059
1069
  }
1060
1070
  }