aws-sdk 2.1588.0 → 2.1590.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/codeconnections-2023-12-01.examples.json +5 -0
- package/apis/codeconnections-2023-12-01.min.json +923 -0
- package/apis/codeconnections-2023-12-01.paginators.json +24 -0
- package/apis/datazone-2018-05-10.min.json +706 -496
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/deadline-2023-10-12.examples.json +5 -0
- package/apis/deadline-2023-10-12.min.json +6906 -0
- package/apis/deadline-2023-10-12.paginators.json +160 -0
- package/apis/deadline-2023-10-12.waiters2.json +131 -0
- package/apis/internetmonitor-2021-06-03.min.json +40 -22
- package/apis/iotwireless-2020-11-22.min.json +196 -51
- package/apis/lightsail-2016-11-28.min.json +113 -99
- package/apis/marketplace-catalog-2018-09-17.min.json +15 -5
- package/apis/metadata.json +6 -0
- package/apis/monitoring-2010-08-01.min.json +13 -12
- package/apis/sagemaker-2017-07-24.min.json +1048 -1019
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/b2bi.d.ts +2 -2
- package/clients/cloudwatch.d.ts +19 -15
- package/clients/codebuild.d.ts +1 -1
- package/clients/codeconnections.d.ts +1200 -0
- package/clients/codeconnections.js +18 -0
- package/clients/datazone.d.ts +305 -75
- package/clients/deadline.d.ts +6639 -0
- package/clients/deadline.js +19 -0
- package/clients/emr.d.ts +2 -2
- package/clients/internetmonitor.d.ts +22 -0
- package/clients/iotwireless.d.ts +191 -2
- package/clients/lightsail.d.ts +33 -0
- package/clients/marketplacecatalog.d.ts +17 -1
- package/clients/sagemaker.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +3 -2
- package/dist/aws-sdk-react-native.js +94 -12
- package/dist/aws-sdk.js +38 -20
- package/dist/aws-sdk.min.js +40 -40
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -0
- package/package.json +1 -1
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "pagination": {
         | 
| 3 | 
            +
                "ListConnections": {
         | 
| 4 | 
            +
                  "input_token": "NextToken",
         | 
| 5 | 
            +
                  "output_token": "NextToken",
         | 
| 6 | 
            +
                  "limit_key": "MaxResults"
         | 
| 7 | 
            +
                },
         | 
| 8 | 
            +
                "ListHosts": {
         | 
| 9 | 
            +
                  "input_token": "NextToken",
         | 
| 10 | 
            +
                  "output_token": "NextToken",
         | 
| 11 | 
            +
                  "limit_key": "MaxResults"
         | 
| 12 | 
            +
                },
         | 
| 13 | 
            +
                "ListRepositoryLinks": {
         | 
| 14 | 
            +
                  "input_token": "NextToken",
         | 
| 15 | 
            +
                  "output_token": "NextToken",
         | 
| 16 | 
            +
                  "limit_key": "MaxResults"
         | 
| 17 | 
            +
                },
         | 
| 18 | 
            +
                "ListSyncConfigurations": {
         | 
| 19 | 
            +
                  "input_token": "NextToken",
         | 
| 20 | 
            +
                  "output_token": "NextToken",
         | 
| 21 | 
            +
                  "limit_key": "MaxResults"
         | 
| 22 | 
            +
                }
         | 
| 23 | 
            +
              }
         | 
| 24 | 
            +
            }
         |