aws-sdk 2.1641.0 → 2.1643.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.min.json +4 -1
 - package/apis/batch-2016-08-10.min.json +4 -1
 - package/apis/codebuild-2016-10-06.min.json +50 -29
 - package/apis/cognito-idp-2016-04-18.min.json +108 -27
 - package/apis/datazone-2018-05-10.min.json +792 -403
 - package/apis/datazone-2018-05-10.paginators.json +6 -0
 - package/apis/ds-2015-04-16.min.json +7 -1
 - package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
 - package/apis/glue-2017-03-31.min.json +294 -142
 - package/apis/glue-2017-03-31.paginators.json +6 -0
 - package/apis/kms-2014-11-01.examples.json +4 -2
 - package/apis/macie2-2020-01-01.min.json +254 -143
 - package/apis/macie2-2020-01-01.paginators.json +6 -0
 - package/apis/mediaconvert-2017-08-29.min.json +208 -131
 - package/apis/mediaconvert-2017-08-29.paginators.json +6 -0
 - package/apis/route53domains-2014-05-15.min.json +7 -1
 - package/apis/waf-2015-08-24.min.json +7 -1
 - package/clients/acmpca.d.ts +2 -2
 - package/clients/codebuild.d.ts +24 -1
 - package/clients/datazone.d.ts +398 -4
 - package/clients/ec2.d.ts +258 -258
 - package/clients/glue.d.ts +206 -4
 - package/clients/macie2.d.ts +149 -44
 - package/clients/mediaconvert.d.ts +77 -6
 - package/clients/secretsmanager.d.ts +2 -2
 - package/dist/aws-sdk-core-react-native.js +1 -1
 - package/dist/aws-sdk-react-native.js +17 -17
 - package/dist/aws-sdk.js +182 -62
 - package/dist/aws-sdk.min.js +92 -92
 - package/lib/core.js +1 -1
 - package/package.json +1 -1
 
| 
         @@ -12,6 +12,12 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                  "limit_key": "maxResults",
         
     | 
| 
       13 
13 
     | 
    
         
             
                  "result_key": "records"
         
     | 
| 
       14 
14 
     | 
    
         
             
                },
         
     | 
| 
      
 15 
     | 
    
         
            +
                "ListAutomatedDiscoveryAccounts": {
         
     | 
| 
      
 16 
     | 
    
         
            +
                  "input_token": "nextToken",
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "output_token": "nextToken",
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "limit_key": "maxResults",
         
     | 
| 
      
 19 
     | 
    
         
            +
                  "result_key": "items"
         
     | 
| 
      
 20 
     | 
    
         
            +
                },
         
     | 
| 
       15 
21 
     | 
    
         
             
                "ListClassificationJobs": {
         
     | 
| 
       16 
22 
     | 
    
         
             
                  "input_token": "nextToken",
         
     | 
| 
       17 
23 
     | 
    
         
             
                  "output_token": "nextToken",
         
     |