aws-sdk 2.1004.0 → 2.1008.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.min.json +62 -56
  4. package/apis/ec2-2016-11-15.min.json +813 -781
  5. package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
  6. package/apis/frauddetector-2019-11-15.min.json +358 -75
  7. package/apis/frauddetector-2019-11-15.paginators.json +5 -0
  8. package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
  9. package/apis/medialive-2017-10-14.min.json +297 -227
  10. package/apis/mediatailor-2018-04-23.min.json +288 -75
  11. package/apis/mediatailor-2018-04-23.paginators.json +6 -0
  12. package/apis/robomaker-2018-06-29.min.json +213 -200
  13. package/apis/sagemaker-2017-07-24.min.json +1 -2
  14. package/apis/storagegateway-2013-06-30.min.json +53 -9
  15. package/apis/workmail-2017-10-01.min.json +156 -27
  16. package/apis/workmail-2017-10-01.paginators.json +5 -0
  17. package/clients/autoscaling.d.ts +12 -8
  18. package/clients/configservice.d.ts +1 -1
  19. package/clients/ec2.d.ts +128 -86
  20. package/clients/ecs.d.ts +4 -4
  21. package/clients/elbv2.d.ts +18 -1
  22. package/clients/frauddetector.d.ts +434 -26
  23. package/clients/kinesisanalyticsv2.d.ts +30 -30
  24. package/clients/medialive.d.ts +76 -5
  25. package/clients/mediatailor.d.ts +224 -0
  26. package/clients/robomaker.d.ts +54 -9
  27. package/clients/sagemaker.d.ts +2 -2
  28. package/clients/storagegateway.d.ts +85 -33
  29. package/clients/workmail.d.ts +171 -7
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +15 -15
  32. package/dist/aws-sdk.js +963 -875
  33. package/dist/aws-sdk.min.js +70 -70
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -205,7 +205,8 @@
205
205
  "TargetType": {},
206
206
  "Tags": {
207
207
  "shape": "Sb"
208
- }
208
+ },
209
+ "IpAddressType": {}
209
210
  }
210
211
  },
211
212
  "output": {
@@ -213,7 +214,7 @@
213
214
  "type": "structure",
214
215
  "members": {
215
216
  "TargetGroups": {
216
- "shape": "S3z"
217
+ "shape": "S40"
217
218
  }
218
219
  }
219
220
  }
@@ -292,7 +293,7 @@
292
293
  "members": {
293
294
  "TargetGroupArn": {},
294
295
  "Targets": {
295
- "shape": "S4b"
296
+ "shape": "S4c"
296
297
  }
297
298
  }
298
299
  },
@@ -396,7 +397,7 @@
396
397
  "type": "structure",
397
398
  "members": {
398
399
  "Attributes": {
399
- "shape": "S4u"
400
+ "shape": "S4v"
400
401
  }
401
402
  }
402
403
  }
@@ -406,7 +407,7 @@
406
407
  "type": "structure",
407
408
  "members": {
408
409
  "LoadBalancerArns": {
409
- "shape": "S41"
410
+ "shape": "S42"
410
411
  },
411
412
  "Names": {
412
413
  "type": "list",
@@ -466,7 +467,8 @@
466
467
  "Marker": {},
467
468
  "PageSize": {
468
469
  "type": "integer"
469
- }
470
+ },
471
+ "LoadBalancerType": {}
470
472
  }
471
473
  },
472
474
  "output": {
@@ -494,7 +496,10 @@
494
496
  }
495
497
  }
496
498
  },
497
- "Name": {}
499
+ "Name": {},
500
+ "SupportedLoadBalancerTypes": {
501
+ "shape": "S33"
502
+ }
498
503
  }
499
504
  }
500
505
  },
@@ -548,7 +553,7 @@
548
553
  "type": "structure",
549
554
  "members": {
550
555
  "Attributes": {
551
- "shape": "S5l"
556
+ "shape": "S5m"
552
557
  }
553
558
  }
554
559
  }
@@ -577,7 +582,7 @@
577
582
  "type": "structure",
578
583
  "members": {
579
584
  "TargetGroups": {
580
- "shape": "S3z"
585
+ "shape": "S40"
581
586
  },
582
587
  "NextMarker": {}
583
588
  }
@@ -592,7 +597,7 @@
592
597
  "members": {
593
598
  "TargetGroupArn": {},
594
599
  "Targets": {
595
- "shape": "S4b"
600
+ "shape": "S4c"
596
601
  }
597
602
  }
598
603
  },
@@ -606,7 +611,7 @@
606
611
  "type": "structure",
607
612
  "members": {
608
613
  "Target": {
609
- "shape": "S4c"
614
+ "shape": "S4d"
610
615
  },
611
616
  "HealthCheckPort": {},
612
617
  "TargetHealth": {
@@ -667,7 +672,7 @@
667
672
  "members": {
668
673
  "LoadBalancerArn": {},
669
674
  "Attributes": {
670
- "shape": "S4u"
675
+ "shape": "S4v"
671
676
  }
672
677
  }
673
678
  },
@@ -676,7 +681,7 @@
676
681
  "type": "structure",
677
682
  "members": {
678
683
  "Attributes": {
679
- "shape": "S4u"
684
+ "shape": "S4v"
680
685
  }
681
686
  }
682
687
  }
@@ -743,7 +748,7 @@
743
748
  "type": "structure",
744
749
  "members": {
745
750
  "TargetGroups": {
746
- "shape": "S3z"
751
+ "shape": "S40"
747
752
  }
748
753
  }
749
754
  }
@@ -758,7 +763,7 @@
758
763
  "members": {
759
764
  "TargetGroupArn": {},
760
765
  "Attributes": {
761
- "shape": "S5l"
766
+ "shape": "S5m"
762
767
  }
763
768
  }
764
769
  },
@@ -767,7 +772,7 @@
767
772
  "type": "structure",
768
773
  "members": {
769
774
  "Attributes": {
770
- "shape": "S5l"
775
+ "shape": "S5m"
771
776
  }
772
777
  }
773
778
  }
@@ -782,7 +787,7 @@
782
787
  "members": {
783
788
  "TargetGroupArn": {},
784
789
  "Targets": {
785
- "shape": "S4b"
790
+ "shape": "S4c"
786
791
  }
787
792
  }
788
793
  },
@@ -1296,7 +1301,7 @@
1296
1301
  "GrpcCode": {}
1297
1302
  }
1298
1303
  },
1299
- "S3z": {
1304
+ "S40": {
1300
1305
  "type": "list",
1301
1306
  "member": {
1302
1307
  "type": "structure",
@@ -1330,24 +1335,25 @@
1330
1335
  "shape": "S3u"
1331
1336
  },
1332
1337
  "LoadBalancerArns": {
1333
- "shape": "S41"
1338
+ "shape": "S42"
1334
1339
  },
1335
1340
  "TargetType": {},
1336
- "ProtocolVersion": {}
1341
+ "ProtocolVersion": {},
1342
+ "IpAddressType": {}
1337
1343
  }
1338
1344
  }
1339
1345
  },
1340
- "S41": {
1346
+ "S42": {
1341
1347
  "type": "list",
1342
1348
  "member": {}
1343
1349
  },
1344
- "S4b": {
1350
+ "S4c": {
1345
1351
  "type": "list",
1346
1352
  "member": {
1347
- "shape": "S4c"
1353
+ "shape": "S4d"
1348
1354
  }
1349
1355
  },
1350
- "S4c": {
1356
+ "S4d": {
1351
1357
  "type": "structure",
1352
1358
  "required": [
1353
1359
  "Id"
@@ -1360,7 +1366,7 @@
1360
1366
  "AvailabilityZone": {}
1361
1367
  }
1362
1368
  },
1363
- "S4u": {
1369
+ "S4v": {
1364
1370
  "type": "list",
1365
1371
  "member": {
1366
1372
  "type": "structure",
@@ -1370,7 +1376,7 @@
1370
1376
  }
1371
1377
  }
1372
1378
  },
1373
- "S5l": {
1379
+ "S5m": {
1374
1380
  "type": "list",
1375
1381
  "member": {
1376
1382
  "type": "structure",