aws-sdk 2.1621.0 → 2.1623.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/acm-pca-2017-08-22.min.json +3 -0
- package/apis/acm-pca-2017-08-22.waiters2.json +15 -0
- package/apis/application-autoscaling-2016-02-06.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +36 -36
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +3 -0
- package/apis/kafka-2018-11-14.min.json +26 -6
- package/apis/lakeformation-2017-03-31.min.json +43 -25
- package/apis/mwaa-2020-07-01.min.json +178 -158
- package/apis/quicksight-2018-04-01.min.json +173 -62
- package/apis/sagemaker-2017-07-24.min.json +286 -260
- package/apis/secretsmanager-2017-10-17.min.json +3 -0
- package/apis/transfer-2018-11-05.min.json +19 -8
- package/clients/codebuild.d.ts +11 -10
- package/clients/connect.d.ts +8 -8
- package/clients/elbv2.d.ts +6 -6
- package/clients/kafka.d.ts +21 -0
- package/clients/lakeformation.d.ts +17 -0
- package/clients/mwaa.d.ts +215 -189
- package/clients/quicksight.d.ts +113 -4
- package/clients/sagemaker.d.ts +41 -6
- package/clients/secretsmanager.d.ts +3 -3
- package/clients/transfer.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +48 -39
- package/dist/aws-sdk.min.js +64 -64
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -3,8 +3,10 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2020-07-01",
|
5
5
|
"endpointPrefix": "airflow",
|
6
|
-
"jsonVersion": "1.1",
|
7
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
8
10
|
"serviceFullName": "AmazonMWAA",
|
9
11
|
"serviceId": "MWAA",
|
10
12
|
"signatureVersion": "v4",
|
@@ -51,53 +53,59 @@
|
|
51
53
|
"input": {
|
52
54
|
"type": "structure",
|
53
55
|
"required": [
|
54
|
-
"DagS3Path",
|
55
|
-
"ExecutionRoleArn",
|
56
56
|
"Name",
|
57
|
-
"
|
58
|
-
"SourceBucketArn"
|
57
|
+
"ExecutionRoleArn",
|
58
|
+
"SourceBucketArn",
|
59
|
+
"DagS3Path",
|
60
|
+
"NetworkConfiguration"
|
59
61
|
],
|
60
62
|
"members": {
|
61
|
-
"
|
62
|
-
"
|
63
|
+
"Name": {
|
64
|
+
"location": "uri",
|
65
|
+
"locationName": "Name"
|
63
66
|
},
|
64
|
-
"AirflowVersion": {},
|
65
|
-
"DagS3Path": {},
|
66
|
-
"EndpointManagement": {},
|
67
|
-
"EnvironmentClass": {},
|
68
67
|
"ExecutionRoleArn": {},
|
69
|
-
"
|
70
|
-
"
|
68
|
+
"SourceBucketArn": {},
|
69
|
+
"DagS3Path": {},
|
70
|
+
"NetworkConfiguration": {
|
71
|
+
"shape": "Sa"
|
72
|
+
},
|
73
|
+
"PluginsS3Path": {},
|
74
|
+
"PluginsS3ObjectVersion": {},
|
75
|
+
"RequirementsS3Path": {},
|
76
|
+
"RequirementsS3ObjectVersion": {},
|
77
|
+
"StartupScriptS3Path": {},
|
78
|
+
"StartupScriptS3ObjectVersion": {},
|
79
|
+
"AirflowConfigurationOptions": {
|
71
80
|
"shape": "Sg"
|
72
81
|
},
|
82
|
+
"EnvironmentClass": {},
|
73
83
|
"MaxWorkers": {
|
74
84
|
"type": "integer"
|
75
85
|
},
|
76
|
-
"
|
77
|
-
|
86
|
+
"KmsKey": {},
|
87
|
+
"AirflowVersion": {},
|
88
|
+
"LoggingConfiguration": {
|
89
|
+
"shape": "Sn"
|
78
90
|
},
|
79
|
-
"
|
80
|
-
|
81
|
-
"
|
91
|
+
"WeeklyMaintenanceWindowStart": {},
|
92
|
+
"Tags": {
|
93
|
+
"shape": "Ss"
|
82
94
|
},
|
83
|
-
"
|
84
|
-
|
95
|
+
"WebserverAccessMode": {},
|
96
|
+
"MinWorkers": {
|
97
|
+
"type": "integer"
|
85
98
|
},
|
86
|
-
"PluginsS3ObjectVersion": {},
|
87
|
-
"PluginsS3Path": {},
|
88
|
-
"RequirementsS3ObjectVersion": {},
|
89
|
-
"RequirementsS3Path": {},
|
90
99
|
"Schedulers": {
|
91
100
|
"type": "integer"
|
92
101
|
},
|
93
|
-
"
|
94
|
-
"
|
95
|
-
|
96
|
-
"Tags": {
|
97
|
-
"shape": "Su"
|
102
|
+
"EndpointManagement": {},
|
103
|
+
"MinWebservers": {
|
104
|
+
"type": "integer"
|
98
105
|
},
|
99
|
-
"
|
100
|
-
|
106
|
+
"MaxWebservers": {
|
107
|
+
"type": "integer"
|
108
|
+
}
|
101
109
|
}
|
102
110
|
},
|
103
111
|
"output": {
|
@@ -131,12 +139,12 @@
|
|
131
139
|
"output": {
|
132
140
|
"type": "structure",
|
133
141
|
"members": {
|
134
|
-
"AirflowIdentity": {},
|
135
|
-
"IamIdentity": {},
|
136
|
-
"WebServerHostname": {},
|
137
142
|
"WebToken": {
|
138
143
|
"shape": "S4"
|
139
|
-
}
|
144
|
+
},
|
145
|
+
"WebServerHostname": {},
|
146
|
+
"IamIdentity": {},
|
147
|
+
"AirflowIdentity": {}
|
140
148
|
}
|
141
149
|
},
|
142
150
|
"endpoint": {
|
@@ -195,24 +203,59 @@
|
|
195
203
|
"Environment": {
|
196
204
|
"type": "structure",
|
197
205
|
"members": {
|
198
|
-
"
|
199
|
-
|
200
|
-
},
|
201
|
-
"AirflowVersion": {},
|
206
|
+
"Name": {},
|
207
|
+
"Status": {},
|
202
208
|
"Arn": {},
|
203
|
-
"CeleryExecutorQueue": {},
|
204
209
|
"CreatedAt": {
|
205
210
|
"type": "timestamp"
|
206
211
|
},
|
207
|
-
"
|
208
|
-
"DatabaseVpcEndpointService": {},
|
209
|
-
"EndpointManagement": {},
|
210
|
-
"EnvironmentClass": {},
|
212
|
+
"WebserverUrl": {},
|
211
213
|
"ExecutionRoleArn": {},
|
214
|
+
"ServiceRoleArn": {},
|
212
215
|
"KmsKey": {},
|
216
|
+
"AirflowVersion": {},
|
217
|
+
"SourceBucketArn": {},
|
218
|
+
"DagS3Path": {},
|
219
|
+
"PluginsS3Path": {},
|
220
|
+
"PluginsS3ObjectVersion": {},
|
221
|
+
"RequirementsS3Path": {},
|
222
|
+
"RequirementsS3ObjectVersion": {},
|
223
|
+
"StartupScriptS3Path": {},
|
224
|
+
"StartupScriptS3ObjectVersion": {},
|
225
|
+
"AirflowConfigurationOptions": {
|
226
|
+
"shape": "Sg"
|
227
|
+
},
|
228
|
+
"EnvironmentClass": {},
|
229
|
+
"MaxWorkers": {
|
230
|
+
"type": "integer"
|
231
|
+
},
|
232
|
+
"NetworkConfiguration": {
|
233
|
+
"shape": "Sa"
|
234
|
+
},
|
235
|
+
"LoggingConfiguration": {
|
236
|
+
"type": "structure",
|
237
|
+
"members": {
|
238
|
+
"DagProcessingLogs": {
|
239
|
+
"shape": "S1h"
|
240
|
+
},
|
241
|
+
"SchedulerLogs": {
|
242
|
+
"shape": "S1h"
|
243
|
+
},
|
244
|
+
"WebserverLogs": {
|
245
|
+
"shape": "S1h"
|
246
|
+
},
|
247
|
+
"WorkerLogs": {
|
248
|
+
"shape": "S1h"
|
249
|
+
},
|
250
|
+
"TaskLogs": {
|
251
|
+
"shape": "S1h"
|
252
|
+
}
|
253
|
+
}
|
254
|
+
},
|
213
255
|
"LastUpdate": {
|
214
256
|
"type": "structure",
|
215
257
|
"members": {
|
258
|
+
"Status": {},
|
216
259
|
"CreatedAt": {
|
217
260
|
"type": "timestamp"
|
218
261
|
},
|
@@ -223,59 +266,30 @@
|
|
223
266
|
"ErrorMessage": {}
|
224
267
|
}
|
225
268
|
},
|
226
|
-
"Source": {}
|
227
|
-
"Status": {}
|
228
|
-
}
|
229
|
-
},
|
230
|
-
"LoggingConfiguration": {
|
231
|
-
"type": "structure",
|
232
|
-
"members": {
|
233
|
-
"DagProcessingLogs": {
|
234
|
-
"shape": "S1l"
|
235
|
-
},
|
236
|
-
"SchedulerLogs": {
|
237
|
-
"shape": "S1l"
|
238
|
-
},
|
239
|
-
"TaskLogs": {
|
240
|
-
"shape": "S1l"
|
241
|
-
},
|
242
|
-
"WebserverLogs": {
|
243
|
-
"shape": "S1l"
|
244
|
-
},
|
245
|
-
"WorkerLogs": {
|
246
|
-
"shape": "S1l"
|
247
|
-
}
|
269
|
+
"Source": {}
|
248
270
|
}
|
249
271
|
},
|
250
|
-
"
|
251
|
-
|
272
|
+
"WeeklyMaintenanceWindowStart": {},
|
273
|
+
"Tags": {
|
274
|
+
"shape": "Ss"
|
252
275
|
},
|
276
|
+
"WebserverAccessMode": {},
|
253
277
|
"MinWorkers": {
|
254
278
|
"type": "integer"
|
255
279
|
},
|
256
|
-
"Name": {},
|
257
|
-
"NetworkConfiguration": {
|
258
|
-
"shape": "Sm"
|
259
|
-
},
|
260
|
-
"PluginsS3ObjectVersion": {},
|
261
|
-
"PluginsS3Path": {},
|
262
|
-
"RequirementsS3ObjectVersion": {},
|
263
|
-
"RequirementsS3Path": {},
|
264
280
|
"Schedulers": {
|
265
281
|
"type": "integer"
|
266
282
|
},
|
267
|
-
"ServiceRoleArn": {},
|
268
|
-
"SourceBucketArn": {},
|
269
|
-
"StartupScriptS3ObjectVersion": {},
|
270
|
-
"StartupScriptS3Path": {},
|
271
|
-
"Status": {},
|
272
|
-
"Tags": {
|
273
|
-
"shape": "Su"
|
274
|
-
},
|
275
|
-
"WebserverAccessMode": {},
|
276
|
-
"WebserverUrl": {},
|
277
283
|
"WebserverVpcEndpointService": {},
|
278
|
-
"
|
284
|
+
"DatabaseVpcEndpointService": {},
|
285
|
+
"CeleryExecutorQueue": {},
|
286
|
+
"EndpointManagement": {},
|
287
|
+
"MinWebservers": {
|
288
|
+
"type": "integer"
|
289
|
+
},
|
290
|
+
"MaxWebservers": {
|
291
|
+
"type": "integer"
|
292
|
+
}
|
279
293
|
}
|
280
294
|
}
|
281
295
|
}
|
@@ -293,14 +307,14 @@
|
|
293
307
|
"input": {
|
294
308
|
"type": "structure",
|
295
309
|
"members": {
|
310
|
+
"NextToken": {
|
311
|
+
"location": "querystring",
|
312
|
+
"locationName": "NextToken"
|
313
|
+
},
|
296
314
|
"MaxResults": {
|
297
315
|
"location": "querystring",
|
298
316
|
"locationName": "MaxResults",
|
299
317
|
"type": "integer"
|
300
|
-
},
|
301
|
-
"NextToken": {
|
302
|
-
"location": "querystring",
|
303
|
-
"locationName": "NextToken"
|
304
318
|
}
|
305
319
|
}
|
306
320
|
},
|
@@ -343,7 +357,7 @@
|
|
343
357
|
"type": "structure",
|
344
358
|
"members": {
|
345
359
|
"Tags": {
|
346
|
-
"shape": "
|
360
|
+
"shape": "Ss"
|
347
361
|
}
|
348
362
|
}
|
349
363
|
},
|
@@ -376,6 +390,10 @@
|
|
376
390
|
"Timestamp"
|
377
391
|
],
|
378
392
|
"members": {
|
393
|
+
"MetricName": {},
|
394
|
+
"Timestamp": {
|
395
|
+
"type": "timestamp"
|
396
|
+
},
|
379
397
|
"Dimensions": {
|
380
398
|
"type": "list",
|
381
399
|
"member": {
|
@@ -394,32 +412,28 @@
|
|
394
412
|
"deprecated": true,
|
395
413
|
"deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored."
|
396
414
|
},
|
397
|
-
"
|
415
|
+
"Value": {
|
416
|
+
"type": "double"
|
417
|
+
},
|
418
|
+
"Unit": {},
|
398
419
|
"StatisticValues": {
|
399
420
|
"type": "structure",
|
400
421
|
"members": {
|
401
|
-
"
|
422
|
+
"SampleCount": {
|
423
|
+
"type": "integer"
|
424
|
+
},
|
425
|
+
"Sum": {
|
402
426
|
"type": "double"
|
403
427
|
},
|
404
428
|
"Minimum": {
|
405
429
|
"type": "double"
|
406
430
|
},
|
407
|
-
"
|
408
|
-
"type": "integer"
|
409
|
-
},
|
410
|
-
"Sum": {
|
431
|
+
"Maximum": {
|
411
432
|
"type": "double"
|
412
433
|
}
|
413
434
|
},
|
414
435
|
"deprecated": true,
|
415
436
|
"deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored."
|
416
|
-
},
|
417
|
-
"Timestamp": {
|
418
|
-
"type": "timestamp"
|
419
|
-
},
|
420
|
-
"Unit": {},
|
421
|
-
"Value": {
|
422
|
-
"type": "double"
|
423
437
|
}
|
424
438
|
},
|
425
439
|
"deprecated": true,
|
@@ -461,7 +475,7 @@
|
|
461
475
|
"locationName": "ResourceArn"
|
462
476
|
},
|
463
477
|
"Tags": {
|
464
|
-
"shape": "
|
478
|
+
"shape": "Ss"
|
465
479
|
}
|
466
480
|
}
|
467
481
|
},
|
@@ -519,26 +533,27 @@
|
|
519
533
|
"Name"
|
520
534
|
],
|
521
535
|
"members": {
|
522
|
-
"
|
523
|
-
"
|
536
|
+
"Name": {
|
537
|
+
"location": "uri",
|
538
|
+
"locationName": "Name"
|
524
539
|
},
|
540
|
+
"ExecutionRoleArn": {},
|
525
541
|
"AirflowVersion": {},
|
542
|
+
"SourceBucketArn": {},
|
526
543
|
"DagS3Path": {},
|
527
|
-
"
|
528
|
-
"
|
529
|
-
"
|
544
|
+
"PluginsS3Path": {},
|
545
|
+
"PluginsS3ObjectVersion": {},
|
546
|
+
"RequirementsS3Path": {},
|
547
|
+
"RequirementsS3ObjectVersion": {},
|
548
|
+
"StartupScriptS3Path": {},
|
549
|
+
"StartupScriptS3ObjectVersion": {},
|
550
|
+
"AirflowConfigurationOptions": {
|
530
551
|
"shape": "Sg"
|
531
552
|
},
|
553
|
+
"EnvironmentClass": {},
|
532
554
|
"MaxWorkers": {
|
533
555
|
"type": "integer"
|
534
556
|
},
|
535
|
-
"MinWorkers": {
|
536
|
-
"type": "integer"
|
537
|
-
},
|
538
|
-
"Name": {
|
539
|
-
"location": "uri",
|
540
|
-
"locationName": "Name"
|
541
|
-
},
|
542
557
|
"NetworkConfiguration": {
|
543
558
|
"type": "structure",
|
544
559
|
"required": [
|
@@ -546,22 +561,27 @@
|
|
546
561
|
],
|
547
562
|
"members": {
|
548
563
|
"SecurityGroupIds": {
|
549
|
-
"shape": "
|
564
|
+
"shape": "Sd"
|
550
565
|
}
|
551
566
|
}
|
552
567
|
},
|
553
|
-
"
|
554
|
-
|
555
|
-
|
556
|
-
"
|
568
|
+
"LoggingConfiguration": {
|
569
|
+
"shape": "Sn"
|
570
|
+
},
|
571
|
+
"WeeklyMaintenanceWindowStart": {},
|
572
|
+
"WebserverAccessMode": {},
|
573
|
+
"MinWorkers": {
|
574
|
+
"type": "integer"
|
575
|
+
},
|
557
576
|
"Schedulers": {
|
558
577
|
"type": "integer"
|
559
578
|
},
|
560
|
-
"
|
561
|
-
|
562
|
-
|
563
|
-
"
|
564
|
-
|
579
|
+
"MinWebservers": {
|
580
|
+
"type": "integer"
|
581
|
+
},
|
582
|
+
"MaxWebservers": {
|
583
|
+
"type": "integer"
|
584
|
+
}
|
565
585
|
}
|
566
586
|
},
|
567
587
|
"output": {
|
@@ -580,7 +600,23 @@
|
|
580
600
|
"type": "string",
|
581
601
|
"sensitive": true
|
582
602
|
},
|
583
|
-
"
|
603
|
+
"Sa": {
|
604
|
+
"type": "structure",
|
605
|
+
"members": {
|
606
|
+
"SubnetIds": {
|
607
|
+
"type": "list",
|
608
|
+
"member": {}
|
609
|
+
},
|
610
|
+
"SecurityGroupIds": {
|
611
|
+
"shape": "Sd"
|
612
|
+
}
|
613
|
+
}
|
614
|
+
},
|
615
|
+
"Sd": {
|
616
|
+
"type": "list",
|
617
|
+
"member": {}
|
618
|
+
},
|
619
|
+
"Sg": {
|
584
620
|
"type": "map",
|
585
621
|
"key": {},
|
586
622
|
"value": {
|
@@ -589,27 +625,27 @@
|
|
589
625
|
},
|
590
626
|
"sensitive": true
|
591
627
|
},
|
592
|
-
"
|
628
|
+
"Sn": {
|
593
629
|
"type": "structure",
|
594
630
|
"members": {
|
595
631
|
"DagProcessingLogs": {
|
596
|
-
"shape": "
|
632
|
+
"shape": "So"
|
597
633
|
},
|
598
634
|
"SchedulerLogs": {
|
599
|
-
"shape": "
|
600
|
-
},
|
601
|
-
"TaskLogs": {
|
602
|
-
"shape": "Sh"
|
635
|
+
"shape": "So"
|
603
636
|
},
|
604
637
|
"WebserverLogs": {
|
605
|
-
"shape": "
|
638
|
+
"shape": "So"
|
606
639
|
},
|
607
640
|
"WorkerLogs": {
|
608
|
-
"shape": "
|
641
|
+
"shape": "So"
|
642
|
+
},
|
643
|
+
"TaskLogs": {
|
644
|
+
"shape": "So"
|
609
645
|
}
|
610
646
|
}
|
611
647
|
},
|
612
|
-
"
|
648
|
+
"So": {
|
613
649
|
"type": "structure",
|
614
650
|
"required": [
|
615
651
|
"Enabled",
|
@@ -622,35 +658,19 @@
|
|
622
658
|
"LogLevel": {}
|
623
659
|
}
|
624
660
|
},
|
625
|
-
"
|
626
|
-
"type": "structure",
|
627
|
-
"members": {
|
628
|
-
"SecurityGroupIds": {
|
629
|
-
"shape": "Sn"
|
630
|
-
},
|
631
|
-
"SubnetIds": {
|
632
|
-
"type": "list",
|
633
|
-
"member": {}
|
634
|
-
}
|
635
|
-
}
|
636
|
-
},
|
637
|
-
"Sn": {
|
638
|
-
"type": "list",
|
639
|
-
"member": {}
|
640
|
-
},
|
641
|
-
"Su": {
|
661
|
+
"Ss": {
|
642
662
|
"type": "map",
|
643
663
|
"key": {},
|
644
664
|
"value": {}
|
645
665
|
},
|
646
|
-
"
|
666
|
+
"S1h": {
|
647
667
|
"type": "structure",
|
648
668
|
"members": {
|
649
|
-
"CloudWatchLogGroupArn": {},
|
650
669
|
"Enabled": {
|
651
670
|
"type": "boolean"
|
652
671
|
},
|
653
|
-
"LogLevel": {}
|
672
|
+
"LogLevel": {},
|
673
|
+
"CloudWatchLogGroupArn": {}
|
654
674
|
}
|
655
675
|
}
|
656
676
|
}
|