aws-sdk 2.1386.0 → 2.1388.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 +21 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/glue-2017-03-31.min.json +510 -509
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/apis/location-2020-11-19.min.json +23 -16
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/personalize-2018-05-22.min.json +32 -13
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/securityhub-2018-10-26.examples.json +140 -3
- package/apis/securityhub-2018-10-26.min.json +465 -158
- package/apis/securitylake-2018-05-10.min.json +457 -447
- package/apis/securitylake-2018-05-10.paginators.json +7 -7
- package/apis/wafv2-2019-07-29.min.json +168 -159
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/chimesdkvoice.d.ts +5 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/frauddetector.d.ts +18 -4
- package/clients/glue.d.ts +29 -24
- package/clients/groundstation.d.ts +2 -2
- package/clients/healthlake.d.ts +40 -10
- package/clients/iotfleetwise.d.ts +98 -13
- package/clients/location.d.ts +24 -8
- package/clients/m2.d.ts +81 -2
- package/clients/memorydb.d.ts +2 -2
- package/clients/personalize.d.ts +34 -17
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +10 -2
- package/clients/securityhub.d.ts +539 -1
- package/clients/securitylake.d.ts +560 -541
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/wafv2.d.ts +16 -6
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +191 -146
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1,22 +1,22 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
-
"
|
3
|
+
"GetDataLakeSources": {
|
4
4
|
"input_token": "nextToken",
|
5
5
|
"output_token": "nextToken",
|
6
|
-
"limit_key": "
|
7
|
-
"result_key": "
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "dataLakeSources"
|
8
8
|
},
|
9
|
-
"
|
9
|
+
"ListDataLakeExceptions": {
|
10
10
|
"input_token": "nextToken",
|
11
11
|
"output_token": "nextToken",
|
12
|
-
"limit_key": "
|
13
|
-
"result_key": "
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "exceptions"
|
14
14
|
},
|
15
15
|
"ListLogSources": {
|
16
16
|
"input_token": "nextToken",
|
17
17
|
"output_token": "nextToken",
|
18
18
|
"limit_key": "maxResults",
|
19
|
-
"result_key": "
|
19
|
+
"result_key": "sources"
|
20
20
|
},
|
21
21
|
"ListSubscribers": {
|
22
22
|
"input_token": "nextToken",
|