aws-sdk 2.767.0 → 2.771.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 (46) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/README.md +1 -1
  3. package/apis/amplify-2017-07-25.min.json +58 -46
  4. package/apis/ce-2017-10-25.min.json +119 -87
  5. package/apis/dms-2016-01-01.min.json +230 -126
  6. package/apis/ec2-2016-11-15.min.json +39 -7
  7. package/apis/elasticache-2015-02-02.min.json +425 -106
  8. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  9. package/apis/eventbridge-2015-10-07.min.json +20 -3
  10. package/apis/events-2015-10-07.min.json +20 -3
  11. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  12. package/apis/marketplace-catalog-2018-09-17.min.json +12 -10
  13. package/apis/medialive-2017-10-14.min.json +366 -194
  14. package/apis/mediapackage-2017-10-12.min.json +214 -93
  15. package/apis/rds-2014-10-31.min.json +7 -1
  16. package/apis/rekognition-2016-06-27.min.json +96 -76
  17. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  18. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  19. package/apis/snowball-2016-06-30.min.json +61 -9
  20. package/clients/amplify.d.ts +17 -0
  21. package/clients/cloudwatchevents.d.ts +27 -0
  22. package/clients/computeoptimizer.d.ts +15 -15
  23. package/clients/costexplorer.d.ts +63 -11
  24. package/clients/dms.d.ts +189 -8
  25. package/clients/ec2.d.ts +36 -8
  26. package/clients/eks.d.ts +2 -2
  27. package/clients/elasticache.d.ts +416 -4
  28. package/clients/eventbridge.d.ts +27 -0
  29. package/clients/kinesisanalyticsv2.d.ts +79 -75
  30. package/clients/marketplacecatalog.d.ts +9 -0
  31. package/clients/medialive.d.ts +206 -4
  32. package/clients/mediapackage.d.ts +58 -0
  33. package/clients/rds.d.ts +13 -5
  34. package/clients/rekognition.d.ts +32 -14
  35. package/clients/sagemaker.d.ts +5 -5
  36. package/clients/servicecatalog.d.ts +66 -21
  37. package/clients/snowball.d.ts +122 -52
  38. package/clients/sns.d.ts +1 -1
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +18 -18
  41. package/dist/aws-sdk.js +808 -335
  42. package/dist/aws-sdk.min.js +78 -78
  43. package/lib/config-base.d.ts +3 -0
  44. package/lib/core.d.ts +1 -1
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -8639,6 +8639,9 @@
8639
8639
  "LocalGatewayId": {
8640
8640
  "locationName": "localGatewayId"
8641
8641
  },
8642
+ "OwnerId": {
8643
+ "locationName": "ownerId"
8644
+ },
8642
8645
  "Tags": {
8643
8646
  "shape": "Sj",
8644
8647
  "locationName": "tagSet"
@@ -8707,6 +8710,9 @@
8707
8710
  "locationName": "peerBgpAsn",
8708
8711
  "type": "integer"
8709
8712
  },
8713
+ "OwnerId": {
8714
+ "locationName": "ownerId"
8715
+ },
8710
8716
  "Tags": {
8711
8717
  "shape": "Sj",
8712
8718
  "locationName": "tagSet"
@@ -16624,6 +16630,19 @@
16624
16630
  "locationName": "sourceSecurityGroupOwnerId"
16625
16631
  }
16626
16632
  }
16633
+ },
16634
+ "output": {
16635
+ "type": "structure",
16636
+ "members": {
16637
+ "Return": {
16638
+ "locationName": "return",
16639
+ "type": "boolean"
16640
+ },
16641
+ "UnknownIpPermissions": {
16642
+ "shape": "S44",
16643
+ "locationName": "unknownIpPermissionSet"
16644
+ }
16645
+ }
16627
16646
  }
16628
16647
  },
16629
16648
  "RevokeSecurityGroupIngress": {
@@ -16650,6 +16669,19 @@
16650
16669
  "type": "boolean"
16651
16670
  }
16652
16671
  }
16672
+ },
16673
+ "output": {
16674
+ "type": "structure",
16675
+ "members": {
16676
+ "Return": {
16677
+ "locationName": "return",
16678
+ "type": "boolean"
16679
+ },
16680
+ "UnknownIpPermissions": {
16681
+ "shape": "S44",
16682
+ "locationName": "unknownIpPermissionSet"
16683
+ }
16684
+ }
16653
16685
  }
16654
16686
  },
16655
16687
  "RunInstances": {
@@ -16934,7 +16966,7 @@
16934
16966
  "type": "integer"
16935
16967
  },
16936
16968
  "Groups": {
16937
- "shape": "S1kk",
16969
+ "shape": "S1km",
16938
16970
  "locationName": "Group"
16939
16971
  },
16940
16972
  "Ipv6AddressCount": {
@@ -16983,7 +17015,7 @@
16983
17015
  },
16984
17016
  "RamdiskId": {},
16985
17017
  "SecurityGroupIds": {
16986
- "shape": "S1kk",
17018
+ "shape": "S1km",
16987
17019
  "locationName": "SecurityGroupId"
16988
17020
  },
16989
17021
  "SubnetId": {},
@@ -17191,7 +17223,7 @@
17191
17223
  "type": "structure",
17192
17224
  "members": {
17193
17225
  "StartingInstances": {
17194
- "shape": "S1l8",
17226
+ "shape": "S1la",
17195
17227
  "locationName": "instancesSet"
17196
17228
  }
17197
17229
  }
@@ -17248,7 +17280,7 @@
17248
17280
  "type": "structure",
17249
17281
  "members": {
17250
17282
  "StoppingInstances": {
17251
- "shape": "S1l8",
17283
+ "shape": "S1la",
17252
17284
  "locationName": "instancesSet"
17253
17285
  }
17254
17286
  }
@@ -17323,7 +17355,7 @@
17323
17355
  "type": "structure",
17324
17356
  "members": {
17325
17357
  "TerminatingInstances": {
17326
- "shape": "S1l8",
17358
+ "shape": "S1la",
17327
17359
  "locationName": "instancesSet"
17328
17360
  }
17329
17361
  }
@@ -23420,13 +23452,13 @@
23420
23452
  }
23421
23453
  }
23422
23454
  },
23423
- "S1kk": {
23455
+ "S1km": {
23424
23456
  "type": "list",
23425
23457
  "member": {
23426
23458
  "locationName": "SecurityGroupId"
23427
23459
  }
23428
23460
  },
23429
- "S1l8": {
23461
+ "S1la": {
23430
23462
  "type": "list",
23431
23463
  "member": {
23432
23464
  "locationName": "item",