aws-sdk 2.1650.0 → 2.1652.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 (38) hide show
  1. package/README.md +1 -1
  2. package/apis/apigateway-2015-07-09.min.json +7 -1
  3. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  4. package/apis/cognito-identity-2014-06-30.min.json +23 -5
  5. package/apis/connect-2017-08-08.min.json +450 -286
  6. package/apis/connect-2017-08-08.paginators.json +6 -0
  7. package/apis/docdb-2014-10-31.min.json +7 -1
  8. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  9. package/apis/glue-2017-03-31.min.json +93 -89
  10. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  11. package/apis/opensearch-2021-01-01.min.json +98 -141
  12. package/apis/payment-cryptography-2021-09-14.min.json +10 -1
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +409 -367
  14. package/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/states-2016-11-23.min.json +4 -1
  17. package/apis/swf-2012-01-25.min.json +4 -1
  18. package/apis/wafv2-2019-07-29.min.json +4 -1
  19. package/clients/acmpca.d.ts +3 -3
  20. package/clients/cloudhsmv2.d.ts +117 -34
  21. package/clients/connect.d.ts +213 -16
  22. package/clients/eks.d.ts +1 -1
  23. package/clients/emr.d.ts +12 -4
  24. package/clients/glue.d.ts +6 -0
  25. package/clients/kinesisanalyticsv2.d.ts +1 -1
  26. package/clients/opensearch.d.ts +0 -53
  27. package/clients/paymentcryptography.d.ts +3 -3
  28. package/clients/paymentcryptographydata.d.ts +302 -260
  29. package/clients/paymentcryptographydata.js +1 -0
  30. package/clients/pi.d.ts +2 -2
  31. package/clients/wafv2.d.ts +1 -1
  32. package/clients/workspaces.d.ts +44 -44
  33. package/dist/aws-sdk-core-react-native.js +1 -1
  34. package/dist/aws-sdk-react-native.js +303 -296
  35. package/dist/aws-sdk.js +573 -315
  36. package/dist/aws-sdk.min.js +107 -107
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
@@ -32,6 +32,12 @@
32
32
  "output_token": "NextToken",
33
33
  "result_key": "Origins"
34
34
  },
35
+ "ListAuthenticationProfiles": {
36
+ "input_token": "NextToken",
37
+ "limit_key": "MaxResults",
38
+ "output_token": "NextToken",
39
+ "result_key": "AuthenticationProfileSummaryList"
40
+ },
35
41
  "ListBots": {
36
42
  "input_token": "NextToken",
37
43
  "limit_key": "MaxResults",
@@ -4,13 +4,19 @@
4
4
  "apiVersion": "2014-10-31",
5
5
  "endpointPrefix": "rds",
6
6
  "protocol": "query",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceAbbreviation": "Amazon DocDB",
8
11
  "serviceFullName": "Amazon DocumentDB with MongoDB compatibility",
9
12
  "serviceId": "DocDB",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "rds",
12
15
  "uid": "docdb-2014-10-31",
13
- "xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/"
16
+ "xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddSourceIdentifierToSubscription": {
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "elasticmapreduce",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Amazon EMR",
9
12
  "serviceFullName": "Amazon EMR",
10
13
  "serviceId": "EMR",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "ElasticMapReduce",
13
- "uid": "elasticmapreduce-2009-03-31"
16
+ "uid": "elasticmapreduce-2009-03-31",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddInstanceFleet": {
@@ -1072,7 +1078,10 @@
1072
1078
  "EbsOptimized": {
1073
1079
  "type": "boolean"
1074
1080
  },
1075
- "CustomAmiId": {}
1081
+ "CustomAmiId": {},
1082
+ "Priority": {
1083
+ "type": "double"
1084
+ }
1076
1085
  }
1077
1086
  }
1078
1087
  },
@@ -2103,7 +2112,10 @@
2103
2112
  "Configurations": {
2104
2113
  "shape": "Si"
2105
2114
  },
2106
- "CustomAmiId": {}
2115
+ "CustomAmiId": {},
2116
+ "Priority": {
2117
+ "type": "double"
2118
+ }
2107
2119
  }
2108
2120
  }
2109
2121
  },