cdk-comprehend-s3olap 2.0.447 → 2.0.449
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 +4 -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/README.md +1 -1
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +561 -33
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +129 -70
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +2 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +219 -199
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +4 -3
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/codebuild.d.ts +16 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +85 -7
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -15
- package/node_modules/aws-sdk/clients/firehose.d.ts +1 -1
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +41 -33
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -33
- package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +5 -5
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +9 -5
- 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 +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +134 -74
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -754,6 +754,7 @@
|
|
754
754
|
"type": "structure",
|
755
755
|
"members": {
|
756
756
|
"EndpointId": {},
|
757
|
+
"Cidr": {},
|
757
758
|
"AttachmentArn": {}
|
758
759
|
}
|
759
760
|
}
|
@@ -1496,11 +1497,9 @@
|
|
1496
1497
|
"type": "list",
|
1497
1498
|
"member": {
|
1498
1499
|
"type": "structure",
|
1499
|
-
"required": [
|
1500
|
-
"EndpointId"
|
1501
|
-
],
|
1502
1500
|
"members": {
|
1503
1501
|
"EndpointId": {},
|
1502
|
+
"Cidr": {},
|
1504
1503
|
"Region": {}
|
1505
1504
|
}
|
1506
1505
|
}
|