aws-sdk 2.1446.0 → 2.1448.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 +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +115 -87
- package/apis/auditmanager-2017-07-25.min.json +238 -63
- package/apis/cleanrooms-2022-02-17.min.json +70 -31
- package/apis/cognito-idp-2016-04-18.examples.json +849 -0
- package/apis/cognito-idp-2016-04-18.min.json +64 -24
- package/apis/datasync-2018-11-09.min.json +97 -14
- package/apis/metadata.json +7 -0
- package/apis/neptunedata-2023-08-01.examples.json +5 -0
- package/apis/neptunedata-2023-08-01.min.json +1923 -0
- package/apis/neptunedata-2023-08-01.paginators.json +4 -0
- package/apis/omics-2022-11-28.min.json +23 -21
- package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
- package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
- package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
- package/apis/sagemaker-2017-07-24.min.json +739 -728
- package/apis/sesv2-2019-09-27.examples.json +244 -0
- package/apis/sesv2-2019-09-27.min.json +491 -153
- package/apis/sesv2-2019-09-27.paginators.json +5 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appflow.d.ts +30 -0
- package/clients/apprunner.d.ts +5 -5
- package/clients/cleanrooms.d.ts +41 -5
- package/clients/cognitoidentityserviceprovider.d.ts +5 -5
- package/clients/datasync.d.ts +144 -21
- package/clients/fsx.d.ts +28 -28
- package/clients/neptunedata.d.ts +1976 -0
- package/clients/neptunedata.js +18 -0
- package/clients/networkfirewall.d.ts +9 -9
- package/clients/omics.d.ts +13 -4
- package/clients/pcaconnectorad.d.ts +1606 -0
- package/clients/pcaconnectorad.js +18 -0
- package/clients/sagemaker.d.ts +21 -1
- package/clients/sesv2.d.ts +374 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +87 -13
- package/dist/aws-sdk.js +74 -27
- package/dist/aws-sdk.min.js +85 -85
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListConnectors": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Connectors"
|
8
|
+
},
|
9
|
+
"ListDirectoryRegistrations": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "DirectoryRegistrations"
|
14
|
+
},
|
15
|
+
"ListServicePrincipalNames": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "ServicePrincipalNames"
|
20
|
+
},
|
21
|
+
"ListTemplateGroupAccessControlEntries": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "AccessControlEntries"
|
26
|
+
},
|
27
|
+
"ListTemplates": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "Templates"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|