aws-sdk 2.1660.0 → 2.1661.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/README.md +1 -1
- package/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/apis/connect-2017-08-08.min.json +364 -175
- package/apis/connect-2017-08-08.paginators.json +18 -0
- package/apis/ec2-2016-11-15.min.json +1161 -1028
- package/apis/firehose-2015-08-04.min.json +226 -81
- package/apis/ivschat-2020-07-14.min.json +144 -139
- package/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/apis/medialive-2017-10-14.min.json +327 -230
- package/apis/taxsettings-2018-05-10.min.json +4 -1
- package/apis/timestream-query-2018-11-01.min.json +4 -1
- package/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/clients/acmpca.d.ts +12 -12
- package/clients/connect.d.ts +198 -2
- package/clients/ec2.d.ts +172 -17
- package/clients/firehose.d.ts +141 -0
- package/clients/ivschat.d.ts +166 -166
- package/clients/ivschat.js +1 -0
- package/clients/medialive.d.ts +100 -4
- package/clients/rds.d.ts +9 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/secretsmanager.d.ts +7 -7
- package/clients/timestreamquery.d.ts +1 -1
- package/clients/workspacesthinclient.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +573 -566
- package/dist/aws-sdk.js +1772 -1287
- package/dist/aws-sdk.min.js +84 -84
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -295,6 +295,15 @@
|
|
295
295
|
"output_token": "NextToken",
|
296
296
|
"result_key": "ViewsSummaryList"
|
297
297
|
},
|
298
|
+
"SearchAgentStatuses": {
|
299
|
+
"input_token": "NextToken",
|
300
|
+
"limit_key": "MaxResults",
|
301
|
+
"non_aggregate_keys": [
|
302
|
+
"ApproximateTotalCount"
|
303
|
+
],
|
304
|
+
"output_token": "NextToken",
|
305
|
+
"result_key": "AgentStatuses"
|
306
|
+
},
|
298
307
|
"SearchAvailablePhoneNumbers": {
|
299
308
|
"input_token": "NextToken",
|
300
309
|
"limit_key": "MaxResults",
|
@@ -397,6 +406,15 @@
|
|
397
406
|
"output_token": "NextToken",
|
398
407
|
"result_key": "SecurityProfiles"
|
399
408
|
},
|
409
|
+
"SearchUserHierarchyGroups": {
|
410
|
+
"input_token": "NextToken",
|
411
|
+
"limit_key": "MaxResults",
|
412
|
+
"non_aggregate_keys": [
|
413
|
+
"ApproximateTotalCount"
|
414
|
+
],
|
415
|
+
"output_token": "NextToken",
|
416
|
+
"result_key": "UserHierarchyGroups"
|
417
|
+
},
|
400
418
|
"SearchUsers": {
|
401
419
|
"input_token": "NextToken",
|
402
420
|
"limit_key": "MaxResults",
|