aws-sdk 2.1655.0 → 2.1657.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/README.md +1 -1
  2. package/apis/codedeploy-2014-10-06.min.json +7 -1
  3. package/apis/datazone-2018-05-10.min.json +8 -2
  4. package/apis/devicefarm-2015-06-23.min.json +7 -1
  5. package/apis/dms-2016-01-01.min.json +7 -1
  6. package/apis/elasticbeanstalk-2010-12-01.min.json +7 -1
  7. package/apis/email-2010-12-01.min.json +7 -1
  8. package/apis/es-2015-01-01.min.json +7 -1
  9. package/apis/firehose-2015-08-04.min.json +4 -1
  10. package/apis/fsx-2018-03-01.min.json +7 -1
  11. package/apis/gamelift-2015-10-01.min.json +7 -1
  12. package/apis/metadata.json +3 -0
  13. package/apis/opensearch-2021-01-01.min.json +141 -98
  14. package/apis/qapps-2023-11-27.examples.json +583 -0
  15. package/apis/qapps-2023-11-27.min.json +1312 -0
  16. package/apis/qapps-2023-11-27.paginators.json +16 -0
  17. package/apis/qapps-2023-11-27.waiters2.json +5 -0
  18. package/apis/route53resolver-2018-04-01.min.json +4 -1
  19. package/apis/sagemaker-2017-07-24.min.json +1129 -801
  20. package/apis/sagemaker-2017-07-24.paginators.json +6 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/fsx.d.ts +22 -18
  24. package/clients/opensearch.d.ts +53 -0
  25. package/clients/qapps.d.ts +1442 -0
  26. package/clients/qapps.js +19 -0
  27. package/clients/sagemaker.d.ts +389 -0
  28. package/dist/aws-sdk-core-react-native.js +4 -3
  29. package/dist/aws-sdk-react-native.js +66 -20
  30. package/dist/aws-sdk.js +47 -10
  31. package/dist/aws-sdk.min.js +86 -86
  32. package/lib/config_service_placeholders.d.ts +2 -0
  33. package/lib/core.js +1 -1
  34. package/lib/region_config.js +2 -1
  35. package/package.json +1 -1
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.1655.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1657.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,12 +5,18 @@
5
5
  "endpointPrefix": "codedeploy",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "CodeDeploy",
9
12
  "serviceFullName": "AWS CodeDeploy",
10
13
  "serviceId": "CodeDeploy",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "CodeDeploy_20141006",
13
- "uid": "codedeploy-2014-10-06"
16
+ "uid": "codedeploy-2014-10-06",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddTagsToOnPremisesInstances": {
@@ -5943,6 +5943,8 @@
5943
5943
  }
5944
5944
  },
5945
5945
  "dataProductItem": {
5946
+ "deprecated": true,
5947
+ "deprecatedMessage": "This structure is deprecated.",
5946
5948
  "type": "structure",
5947
5949
  "required": [
5948
5950
  "domainId",
@@ -5962,8 +5964,12 @@
5962
5964
  "members": {
5963
5965
  "domainId": {},
5964
5966
  "itemId": {}
5965
- }
5966
- }
5967
+ },
5968
+ "deprecated": true,
5969
+ "deprecatedMessage": "This structure is deprecated."
5970
+ },
5971
+ "deprecated": true,
5972
+ "deprecatedMessage": "This structure is deprecated."
5967
5973
  },
5968
5974
  "description": {
5969
5975
  "type": "string",
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "devicefarm",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "AWS Device Farm",
9
12
  "serviceId": "Device Farm",
10
13
  "signatureVersion": "v4",
11
14
  "targetPrefix": "DeviceFarm_20150623",
12
- "uid": "devicefarm-2015-06-23"
15
+ "uid": "devicefarm-2015-06-23",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "CreateDevicePool": {
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "dms",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "AWS Database Migration Service",
9
12
  "serviceId": "Database Migration Service",
10
13
  "signatureVersion": "v4",
11
14
  "targetPrefix": "AmazonDMSv20160101",
12
- "uid": "dms-2016-01-01"
15
+ "uid": "dms-2016-01-01",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "AddTagsToResource": {
@@ -4,12 +4,18 @@
4
4
  "apiVersion": "2010-12-01",
5
5
  "endpointPrefix": "elasticbeanstalk",
6
6
  "protocol": "query",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceAbbreviation": "Elastic Beanstalk",
8
11
  "serviceFullName": "AWS Elastic Beanstalk",
9
12
  "serviceId": "Elastic Beanstalk",
10
13
  "signatureVersion": "v4",
11
14
  "uid": "elasticbeanstalk-2010-12-01",
12
- "xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
15
+ "xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "AbortEnvironmentUpdate": {
@@ -4,13 +4,19 @@
4
4
  "apiVersion": "2010-12-01",
5
5
  "endpointPrefix": "email",
6
6
  "protocol": "query",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceAbbreviation": "Amazon SES",
8
11
  "serviceFullName": "Amazon Simple Email Service",
9
12
  "serviceId": "SES",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "ses",
12
15
  "uid": "email-2010-12-01",
13
- "xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
16
+ "xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "CloneReceiptRuleSet": {
@@ -4,10 +4,16 @@
4
4
  "apiVersion": "2015-01-01",
5
5
  "endpointPrefix": "es",
6
6
  "protocol": "rest-json",
7
+ "protocols": [
8
+ "rest-json"
9
+ ],
7
10
  "serviceFullName": "Amazon Elasticsearch Service",
8
11
  "serviceId": "Elasticsearch Service",
9
12
  "signatureVersion": "v4",
10
- "uid": "es-2015-01-01"
13
+ "uid": "es-2015-01-01",
14
+ "auth": [
15
+ "aws.auth#sigv4"
16
+ ]
11
17
  },
12
18
  "operations": {
13
19
  "AcceptInboundCrossClusterSearchConnection": {
@@ -13,7 +13,10 @@
13
13
  "serviceId": "Firehose",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "Firehose_20150804",
16
- "uid": "firehose-2015-08-04"
16
+ "uid": "firehose-2015-08-04",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "CreateDeliveryStream": {
@@ -13,7 +13,10 @@
13
13
  "signatureVersion": "v4",
14
14
  "signingName": "fsx",
15
15
  "targetPrefix": "AWSSimbaAPIService_v20180301",
16
- "uid": "fsx-2018-03-01"
16
+ "uid": "fsx-2018-03-01",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AssociateFileSystemAliases": {
@@ -1544,6 +1547,9 @@
1544
1547
  },
1545
1548
  "ThroughputCapacityPerHAPair": {
1546
1549
  "type": "integer"
1550
+ },
1551
+ "HAPairs": {
1552
+ "type": "integer"
1547
1553
  }
1548
1554
  }
1549
1555
  },
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "gamelift",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon GameLift",
9
12
  "serviceId": "GameLift",
10
13
  "signatureVersion": "v4",
11
14
  "targetPrefix": "GameLift",
12
- "uid": "gamelift-2015-10-01"
15
+ "uid": "gamelift-2015-10-01",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "AcceptMatch": {
@@ -1432,5 +1432,8 @@
1432
1432
  },
1433
1433
  "apptest": {
1434
1434
  "name": "AppTest"
1435
+ },
1436
+ "qapps": {
1437
+ "name": "QApps"
1435
1438
  }
1436
1439
  }