cdk-comprehend-s3olap 2.0.149 → 2.0.151
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/.jsii +30 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -2
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +410 -314
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +674 -660
- package/node_modules/aws-sdk/apis/swf-2012-01-25.min.json +3 -0
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +35 -35
- package/node_modules/aws-sdk/clients/emr.d.ts +228 -136
- package/node_modules/aws-sdk/clients/glue.d.ts +168 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +26 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -3
- package/node_modules/aws-sdk/clients/swf.d.ts +26 -21
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +97 -43
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/lib/ts-generator.js +1 -5
- package/package.json +7 -7
@@ -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
|