aws-sdk 2.1374.0 → 2.1376.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 +13 -2
- package/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.examples.json +3 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/apis/glue-2017-03-31.min.json +410 -314
- package/apis/rds-2014-10-31.min.json +9 -3
- package/apis/sagemaker-2017-07-24.min.json +674 -660
- package/apis/swf-2012-01-25.min.json +3 -0
- package/clients/applicationautoscaling.d.ts +35 -35
- package/clients/emr.d.ts +228 -136
- package/clients/glue.d.ts +168 -0
- package/clients/rds.d.ts +26 -10
- package/clients/sagemaker.d.ts +22 -3
- package/clients/swf.d.ts +26 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +97 -43
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +1 -5
| @@ -4000,7 +4000,8 @@ | |
| 4000 4000 | 
             
                      "ManageMasterUserPassword": {
         | 
| 4001 4001 | 
             
                        "type": "boolean"
         | 
| 4002 4002 | 
             
                      },
         | 
| 4003 | 
            -
                      "MasterUserSecretKmsKeyId": {}
         | 
| 4003 | 
            +
                      "MasterUserSecretKmsKeyId": {},
         | 
| 4004 | 
            +
                      "StorageType": {}
         | 
| 4004 4005 | 
             
                    }
         | 
| 4005 4006 | 
             
                  },
         | 
| 4006 4007 | 
             
                  "output": {
         | 
| @@ -4961,7 +4962,8 @@ | |
| 4961 4962 | 
             
                    "TagList": {
         | 
| 4962 4963 | 
             
                      "shape": "Sb"
         | 
| 4963 4964 | 
             
                    },
         | 
| 4964 | 
            -
                    "DBSystemId": {}
         | 
| 4965 | 
            +
                    "DBSystemId": {},
         | 
| 4966 | 
            +
                    "StorageType": {}
         | 
| 4965 4967 | 
             
                  },
         | 
| 4966 4968 | 
             
                  "wrapper": true
         | 
| 4967 4969 | 
             
                },
         | 
| @@ -5556,7 +5558,8 @@ | |
| 5556 5558 | 
             
                        },
         | 
| 5557 5559 | 
             
                        "Iops": {
         | 
| 5558 5560 | 
             
                          "type": "integer"
         | 
| 5559 | 
            -
                        }
         | 
| 5561 | 
            +
                        },
         | 
| 5562 | 
            +
                        "StorageType": {}
         | 
| 5560 5563 | 
             
                      }
         | 
| 5561 5564 | 
             
                    },
         | 
| 5562 5565 | 
             
                    "DBClusterInstanceClass": {},
         | 
| @@ -5596,6 +5599,9 @@ | |
| 5596 5599 | 
             
                    "DBSystemId": {},
         | 
| 5597 5600 | 
             
                    "MasterUserSecret": {
         | 
| 5598 5601 | 
             
                      "shape": "S3f"
         | 
| 5602 | 
            +
                    },
         | 
| 5603 | 
            +
                    "IOOptimizedNextAllowedModificationTime": {
         | 
| 5604 | 
            +
                      "type": "timestamp"
         | 
| 5599 5605 | 
             
                    }
         | 
| 5600 5606 | 
             
                  },
         | 
| 5601 5607 | 
             
                  "wrapper": true
         |