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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +259 -258
- package/apis/dms-2016-01-01.min.json +127 -97
- package/apis/ec2-2016-11-15.min.json +1236 -930
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +25 -23
- package/apis/glue-2017-03-31.min.json +254 -220
- package/apis/health-2016-08-04.min.json +29 -29
- package/apis/healthlake-2017-07-01.min.json +258 -60
- package/apis/healthlake-2017-07-01.paginators.json +10 -0
- package/apis/iotsitewise-2019-12-02.min.json +46 -25
- package/apis/lightsail-2016-11-28.min.json +557 -192
- package/apis/location-2020-11-19.min.json +205 -0
- package/apis/robomaker-2018-06-29.min.json +6 -3
- package/apis/wellarchitected-2020-03-31.min.json +60 -19
- package/clients/acm.d.ts +16 -16
- package/clients/appintegrations.d.ts +22 -22
- package/clients/auditmanager.d.ts +138 -138
- package/clients/chime.d.ts +5 -0
- package/clients/cognitoidentityserviceprovider.d.ts +72 -72
- package/clients/directconnect.d.ts +11 -8
- package/clients/dms.d.ts +253 -204
- package/clients/ec2.d.ts +332 -6
- package/clients/ecs.d.ts +83 -83
- package/clients/emrcontainers.d.ts +12 -2
- package/clients/glue.d.ts +38 -3
- package/clients/health.d.ts +3 -2
- package/clients/healthlake.d.ts +220 -5
- package/clients/imagebuilder.d.ts +27 -27
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lightsail.d.ts +610 -150
- package/clients/location.d.ts +227 -35
- package/clients/robomaker.d.ts +12 -0
- package/clients/wellarchitected.d.ts +76 -5
- package/dist/aws-sdk-core-react-native.js +6 -1
- package/dist/aws-sdk-react-native.js +20 -15
- package/dist/aws-sdk.js +1455 -933
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.d.ts +1 -0
- package/lib/core.js +1 -1
- package/lib/json/builder.js +3 -0
- package/lib/json/parser.js +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/shape.js +1 -0
- package/package.json +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|