aws-sdk 2.1621.0 → 2.1622.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 CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1621.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1622.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "acm-pca",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "ACM-PCA",
9
12
  "serviceFullName": "AWS Certificate Manager Private Certificate Authority",
10
13
  "serviceId": "ACM PCA",
@@ -16,6 +16,11 @@
16
16
  "state": "retry",
17
17
  "matcher": "error",
18
18
  "expected": "RequestInProgressException"
19
+ },
20
+ {
21
+ "state": "failure",
22
+ "matcher": "error",
23
+ "expected": "AccessDeniedException"
19
24
  }
20
25
  ]
21
26
  },
@@ -34,6 +39,11 @@
34
39
  "state": "retry",
35
40
  "matcher": "error",
36
41
  "expected": "RequestInProgressException"
42
+ },
43
+ {
44
+ "state": "failure",
45
+ "matcher": "error",
46
+ "expected": "AccessDeniedException"
37
47
  }
38
48
  ]
39
49
  },
@@ -54,6 +64,11 @@
54
64
  "matcher": "path",
55
65
  "argument": "AuditReportStatus",
56
66
  "expected": "FAILED"
67
+ },
68
+ {
69
+ "state": "failure",
70
+ "matcher": "error",
71
+ "expected": "AccessDeniedException"
57
72
  }
58
73
  ]
59
74
  }
@@ -750,7 +750,7 @@
750
750
  "locationName": "targetClusterInfo"
751
751
  },
752
752
  "VpcConnectionInfo": {
753
- "shape": "S3j",
753
+ "shape": "S3m",
754
754
  "locationName": "vpcConnectionInfo"
755
755
  }
756
756
  }
@@ -771,7 +771,7 @@
771
771
  "locationName": "owner"
772
772
  },
773
773
  "UserIdentity": {
774
- "shape": "S3k",
774
+ "shape": "S3n",
775
775
  "locationName": "userIdentity"
776
776
  },
777
777
  "VpcConnectionArn": {
@@ -3418,7 +3418,7 @@
3418
3418
  "locationName": "targetClusterInfo"
3419
3419
  },
3420
3420
  "VpcConnectionInfo": {
3421
- "shape": "S3j",
3421
+ "shape": "S3m",
3422
3422
  "locationName": "vpcConnectionInfo"
3423
3423
  }
3424
3424
  }
@@ -3500,6 +3500,20 @@
3500
3500
  },
3501
3501
  "StorageMode": {
3502
3502
  "locationName": "storageMode"
3503
+ },
3504
+ "BrokerCountUpdateInfo": {
3505
+ "locationName": "brokerCountUpdateInfo",
3506
+ "type": "structure",
3507
+ "members": {
3508
+ "CreatedBrokerIds": {
3509
+ "shape": "S3k",
3510
+ "locationName": "createdBrokerIds"
3511
+ },
3512
+ "DeletedBrokerIds": {
3513
+ "shape": "S3k",
3514
+ "locationName": "deletedBrokerIds"
3515
+ }
3516
+ }
3503
3517
  }
3504
3518
  }
3505
3519
  },
@@ -3525,7 +3539,13 @@
3525
3539
  ]
3526
3540
  }
3527
3541
  },
3528
- "S3j": {
3542
+ "S3k": {
3543
+ "type": "list",
3544
+ "member": {
3545
+ "type": "double"
3546
+ }
3547
+ },
3548
+ "S3m": {
3529
3549
  "type": "structure",
3530
3550
  "members": {
3531
3551
  "VpcConnectionArn": {
@@ -3535,7 +3555,7 @@
3535
3555
  "locationName": "owner"
3536
3556
  },
3537
3557
  "UserIdentity": {
3538
- "shape": "S3k",
3558
+ "shape": "S3n",
3539
3559
  "locationName": "userIdentity"
3540
3560
  },
3541
3561
  "CreationTime": {
@@ -3544,7 +3564,7 @@
3544
3564
  }
3545
3565
  }
3546
3566
  },
3547
- "S3k": {
3567
+ "S3n": {
3548
3568
  "type": "structure",
3549
3569
  "members": {
3550
3570
  "Type": {
@@ -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
- "NetworkConfiguration",
58
- "SourceBucketArn"
57
+ "ExecutionRoleArn",
58
+ "SourceBucketArn",
59
+ "DagS3Path",
60
+ "NetworkConfiguration"
59
61
  ],
60
62
  "members": {
61
- "AirflowConfigurationOptions": {
62
- "shape": "S7"
63
+ "Name": {
64
+ "location": "uri",
65
+ "locationName": "Name"
63
66
  },
64
- "AirflowVersion": {},
65
- "DagS3Path": {},
66
- "EndpointManagement": {},
67
- "EnvironmentClass": {},
68
67
  "ExecutionRoleArn": {},
69
- "KmsKey": {},
70
- "LoggingConfiguration": {
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
- "MinWorkers": {
77
- "type": "integer"
86
+ "KmsKey": {},
87
+ "AirflowVersion": {},
88
+ "LoggingConfiguration": {
89
+ "shape": "Sn"
78
90
  },
79
- "Name": {
80
- "location": "uri",
81
- "locationName": "Name"
91
+ "WeeklyMaintenanceWindowStart": {},
92
+ "Tags": {
93
+ "shape": "Ss"
82
94
  },
83
- "NetworkConfiguration": {
84
- "shape": "Sm"
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
- "SourceBucketArn": {},
94
- "StartupScriptS3ObjectVersion": {},
95
- "StartupScriptS3Path": {},
96
- "Tags": {
97
- "shape": "Su"
102
+ "EndpointManagement": {},
103
+ "MinWebservers": {
104
+ "type": "integer"
98
105
  },
99
- "WebserverAccessMode": {},
100
- "WeeklyMaintenanceWindowStart": {}
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
- "AirflowConfigurationOptions": {
199
- "shape": "S7"
200
- },
201
- "AirflowVersion": {},
206
+ "Name": {},
207
+ "Status": {},
202
208
  "Arn": {},
203
- "CeleryExecutorQueue": {},
204
209
  "CreatedAt": {
205
210
  "type": "timestamp"
206
211
  },
207
- "DagS3Path": {},
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
- "MaxWorkers": {
251
- "type": "integer"
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
- "WeeklyMaintenanceWindowStart": {}
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": "Su"
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
- "MetricName": {},
415
+ "Value": {
416
+ "type": "double"
417
+ },
418
+ "Unit": {},
398
419
  "StatisticValues": {
399
420
  "type": "structure",
400
421
  "members": {
401
- "Maximum": {
422
+ "SampleCount": {
423
+ "type": "integer"
424
+ },
425
+ "Sum": {
402
426
  "type": "double"
403
427
  },
404
428
  "Minimum": {
405
429
  "type": "double"
406
430
  },
407
- "SampleCount": {
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": "Su"
478
+ "shape": "Ss"
465
479
  }
466
480
  }
467
481
  },
@@ -519,26 +533,27 @@
519
533
  "Name"
520
534
  ],
521
535
  "members": {
522
- "AirflowConfigurationOptions": {
523
- "shape": "S7"
536
+ "Name": {
537
+ "location": "uri",
538
+ "locationName": "Name"
524
539
  },
540
+ "ExecutionRoleArn": {},
525
541
  "AirflowVersion": {},
542
+ "SourceBucketArn": {},
526
543
  "DagS3Path": {},
527
- "EnvironmentClass": {},
528
- "ExecutionRoleArn": {},
529
- "LoggingConfiguration": {
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": "Sn"
564
+ "shape": "Sd"
550
565
  }
551
566
  }
552
567
  },
553
- "PluginsS3ObjectVersion": {},
554
- "PluginsS3Path": {},
555
- "RequirementsS3ObjectVersion": {},
556
- "RequirementsS3Path": {},
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
- "SourceBucketArn": {},
561
- "StartupScriptS3ObjectVersion": {},
562
- "StartupScriptS3Path": {},
563
- "WebserverAccessMode": {},
564
- "WeeklyMaintenanceWindowStart": {}
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
- "S7": {
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
- "Sg": {
628
+ "Sn": {
593
629
  "type": "structure",
594
630
  "members": {
595
631
  "DagProcessingLogs": {
596
- "shape": "Sh"
632
+ "shape": "So"
597
633
  },
598
634
  "SchedulerLogs": {
599
- "shape": "Sh"
600
- },
601
- "TaskLogs": {
602
- "shape": "Sh"
635
+ "shape": "So"
603
636
  },
604
637
  "WebserverLogs": {
605
- "shape": "Sh"
638
+ "shape": "So"
606
639
  },
607
640
  "WorkerLogs": {
608
- "shape": "Sh"
641
+ "shape": "So"
642
+ },
643
+ "TaskLogs": {
644
+ "shape": "So"
609
645
  }
610
646
  }
611
647
  },
612
- "Sh": {
648
+ "So": {
613
649
  "type": "structure",
614
650
  "required": [
615
651
  "Enabled",
@@ -622,35 +658,19 @@
622
658
  "LogLevel": {}
623
659
  }
624
660
  },
625
- "Sm": {
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
- "S1l": {
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
  }