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
 
| 
         @@ -30,6 +30,12 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
                  "limit_key": "maxResults",
         
     | 
| 
       31 
31 
     | 
    
         
             
                  "result_key": "items"
         
     | 
| 
       32 
32 
     | 
    
         
             
                },
         
     | 
| 
      
 33 
     | 
    
         
            +
                "ListEnvironmentActions": {
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "input_token": "nextToken",
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "output_token": "nextToken",
         
     | 
| 
      
 36 
     | 
    
         
            +
                  "limit_key": "maxResults",
         
     | 
| 
      
 37 
     | 
    
         
            +
                  "result_key": "items"
         
     | 
| 
      
 38 
     | 
    
         
            +
                },
         
     | 
| 
       33 
39 
     | 
    
         
             
                "ListEnvironmentBlueprintConfigurations": {
         
     | 
| 
       34 
40 
     | 
    
         
             
                  "input_token": "nextToken",
         
     | 
| 
       35 
41 
     | 
    
         
             
                  "output_token": "nextToken",
         
     | 
| 
         @@ -5,12 +5,18 @@ 
     | 
|
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "ds",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "protocol": "json",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "json"
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
       8 
11 
     | 
    
         
             
                "serviceAbbreviation": "Directory Service",
         
     | 
| 
       9 
12 
     | 
    
         
             
                "serviceFullName": "AWS Directory Service",
         
     | 
| 
       10 
13 
     | 
    
         
             
                "serviceId": "Directory Service",
         
     | 
| 
       11 
14 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       12 
15 
     | 
    
         
             
                "targetPrefix": "DirectoryService_20150416",
         
     | 
| 
       13 
     | 
    
         
            -
                "uid": "ds-2015-04-16"
         
     | 
| 
      
 16 
     | 
    
         
            +
                "uid": "ds-2015-04-16",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 19 
     | 
    
         
            +
                ]
         
     | 
| 
       14 
20 
     | 
    
         
             
              },
         
     | 
| 
       15 
21 
     | 
    
         
             
              "operations": {
         
     | 
| 
       16 
22 
     | 
    
         
             
                "AcceptSharedDirectory": {
         
     | 
| 
         @@ -4,11 +4,17 @@ 
     | 
|
| 
       4 
4 
     | 
    
         
             
                "apiVersion": "2015-02-01",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "elasticfilesystem",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "protocol": "rest-json",
         
     | 
| 
      
 7 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "rest-json"
         
     | 
| 
      
 9 
     | 
    
         
            +
                ],
         
     | 
| 
       7 
10 
     | 
    
         
             
                "serviceAbbreviation": "EFS",
         
     | 
| 
       8 
11 
     | 
    
         
             
                "serviceFullName": "Amazon Elastic File System",
         
     | 
| 
       9 
12 
     | 
    
         
             
                "serviceId": "EFS",
         
     | 
| 
       10 
13 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       11 
     | 
    
         
            -
                "uid": "elasticfilesystem-2015-02-01"
         
     | 
| 
      
 14 
     | 
    
         
            +
                "uid": "elasticfilesystem-2015-02-01",
         
     | 
| 
      
 15 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 16 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 17 
     | 
    
         
            +
                ]
         
     | 
| 
       12 
18 
     | 
    
         
             
              },
         
     | 
| 
       13 
19 
     | 
    
         
             
              "operations": {
         
     | 
| 
       14 
20 
     | 
    
         
             
                "CreateAccessPoint": {
         
     |