aws-sdk 2.945.0 → 2.949.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 (47) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +259 -258
  4. package/apis/dms-2016-01-01.min.json +127 -97
  5. package/apis/ec2-2016-11-15.min.json +1236 -930
  6. package/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/apis/emr-containers-2020-10-01.min.json +25 -23
  8. package/apis/glue-2017-03-31.min.json +254 -220
  9. package/apis/health-2016-08-04.min.json +29 -29
  10. package/apis/healthlake-2017-07-01.min.json +258 -60
  11. package/apis/healthlake-2017-07-01.paginators.json +10 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +46 -25
  13. package/apis/lightsail-2016-11-28.min.json +557 -192
  14. package/apis/location-2020-11-19.min.json +205 -0
  15. package/apis/robomaker-2018-06-29.min.json +6 -3
  16. package/apis/wellarchitected-2020-03-31.min.json +60 -19
  17. package/clients/acm.d.ts +16 -16
  18. package/clients/appintegrations.d.ts +22 -22
  19. package/clients/auditmanager.d.ts +138 -138
  20. package/clients/chime.d.ts +5 -0
  21. package/clients/cognitoidentityserviceprovider.d.ts +72 -72
  22. package/clients/directconnect.d.ts +11 -8
  23. package/clients/dms.d.ts +253 -204
  24. package/clients/ec2.d.ts +332 -6
  25. package/clients/ecs.d.ts +83 -83
  26. package/clients/emrcontainers.d.ts +12 -2
  27. package/clients/glue.d.ts +38 -3
  28. package/clients/health.d.ts +3 -2
  29. package/clients/healthlake.d.ts +220 -5
  30. package/clients/imagebuilder.d.ts +27 -27
  31. package/clients/lexmodelbuildingservice.d.ts +1 -1
  32. package/clients/lightsail.d.ts +610 -150
  33. package/clients/location.d.ts +227 -35
  34. package/clients/robomaker.d.ts +12 -0
  35. package/clients/wellarchitected.d.ts +76 -5
  36. package/dist/aws-sdk-core-react-native.js +6 -1
  37. package/dist/aws-sdk-react-native.js +20 -15
  38. package/dist/aws-sdk.js +1455 -933
  39. package/dist/aws-sdk.min.js +65 -65
  40. package/lib/core.d.ts +1 -0
  41. package/lib/core.js +1 -1
  42. package/lib/json/builder.js +3 -0
  43. package/lib/json/parser.js +1 -0
  44. package/lib/model/index.d.ts +4 -0
  45. package/lib/model/shape.js +1 -0
  46. package/package.json +1 -1
  47. package/scripts/lib/ts-generator.js +16 -0
@@ -711,9 +711,12 @@ declare namespace DirectConnect {
711
711
  */
712
712
  bgpStatus?: BGPStatus;
713
713
  /**
714
- * The Direct Connect endpoint on which the BGP peer terminates.
714
+ * The Direct Connect endpoint that terminates the BGP peer.
715
715
  */
716
716
  awsDeviceV2?: AwsDeviceV2;
717
+ /**
718
+ * The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
719
+ */
717
720
  awsLogicalDeviceId?: AwsLogicalDeviceId;
718
721
  }
719
722
  export type BGPPeerId = string;
@@ -840,11 +843,11 @@ declare namespace DirectConnect {
840
843
  */
841
844
  jumboFrameCapable?: JumboFrameCapable;
842
845
  /**
843
- * The Direct Connect endpoint on which the physical connection terminates.
846
+ * The Direct Connect endpoint that terminates the physical connection.
844
847
  */
845
848
  awsDeviceV2?: AwsDeviceV2;
846
849
  /**
847
- * The Direct Connect endpoint that terminates a physical connection's BGP sessions.
850
+ * The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
848
851
  */
849
852
  awsLogicalDeviceId?: AwsLogicalDeviceId;
850
853
  /**
@@ -1649,11 +1652,11 @@ declare namespace DirectConnect {
1649
1652
  */
1650
1653
  jumboFrameCapable?: JumboFrameCapable;
1651
1654
  /**
1652
- * The Direct Connect endpoint on which the physical connection terminates.
1655
+ * The Direct Connect endpoint that terminates the physical connection.
1653
1656
  */
1654
1657
  awsDeviceV2?: AwsDeviceV2;
1655
1658
  /**
1656
- * The Direct Connect endpoint that terminates a physical connection's BGP sessions.
1659
+ * The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
1657
1660
  */
1658
1661
  awsLogicalDeviceId?: AwsLogicalDeviceId;
1659
1662
  /**
@@ -1726,7 +1729,7 @@ declare namespace DirectConnect {
1726
1729
  */
1727
1730
  awsDeviceV2?: AwsDeviceV2;
1728
1731
  /**
1729
- * The Direct Connect endpoint that terminates a physical connection's BGP sessions.
1732
+ * The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
1730
1733
  */
1731
1734
  awsLogicalDeviceId?: AwsLogicalDeviceId;
1732
1735
  /**
@@ -2422,11 +2425,11 @@ declare namespace DirectConnect {
2422
2425
  */
2423
2426
  region?: Region;
2424
2427
  /**
2425
- * The Direct Connect endpoint on which the virtual interface terminates.
2428
+ * The Direct Connect endpoint that terminates the physical connection.
2426
2429
  */
2427
2430
  awsDeviceV2?: AwsDeviceV2;
2428
2431
  /**
2429
- * The Direct Connect endpoint that terminates a physical connection's BGP sessions.
2432
+ * The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
2430
2433
  */
2431
2434
  awsLogicalDeviceId?: AwsLogicalDeviceId;
2432
2435
  /**