cdk-comprehend-s3olap 2.0.83 → 2.0.86
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 +3 -3
- 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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +26 -19
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
- package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +282 -31
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +390 -119
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +483 -459
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
- package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
- package/node_modules/aws-sdk/clients/controltower.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +22 -13
- package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
- package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +399 -10
- package/node_modules/aws-sdk/clients/macie2.d.ts +289 -41
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
- package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +63 -17
- package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +115 -115
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/CHANGELOG.md +8 -0
- package/node_modules/es-abstract/package.json +9 -8
- package/package.json +5 -5
@@ -313,3 +313,4 @@ export import LicenseManagerUserSubscriptions = require('./licensemanagerusersub
|
|
313
313
|
export import BackupStorage = require('./backupstorage');
|
314
314
|
export import PrivateNetworks = require('./privatenetworks');
|
315
315
|
export import SupportApp = require('./supportapp');
|
316
|
+
export import ControlTower = require('./controltower');
|
@@ -314,5 +314,6 @@ module.exports = {
|
|
314
314
|
LicenseManagerUserSubscriptions: require('./licensemanagerusersubscriptions'),
|
315
315
|
BackupStorage: require('./backupstorage'),
|
316
316
|
PrivateNetworks: require('./privatenetworks'),
|
317
|
-
SupportApp: require('./supportapp')
|
317
|
+
SupportApp: require('./supportapp'),
|
318
|
+
ControlTower: require('./controltower')
|
318
319
|
};
|
@@ -398,19 +398,19 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
398
398
|
*/
|
399
399
|
getMonitoringSubscription(callback?: (err: AWSError, data: CloudFront.Types.GetMonitoringSubscriptionResult) => void): Request<CloudFront.Types.GetMonitoringSubscriptionResult, AWSError>;
|
400
400
|
/**
|
401
|
-
* Gets a CloudFront origin access control.
|
401
|
+
* Gets a CloudFront origin access control, including its unique identifier.
|
402
402
|
*/
|
403
403
|
getOriginAccessControl(params: CloudFront.Types.GetOriginAccessControlRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
|
404
404
|
/**
|
405
|
-
* Gets a CloudFront origin access control.
|
405
|
+
* Gets a CloudFront origin access control, including its unique identifier.
|
406
406
|
*/
|
407
407
|
getOriginAccessControl(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
|
408
408
|
/**
|
409
|
-
* Gets a CloudFront origin access control.
|
409
|
+
* Gets a CloudFront origin access control configuration.
|
410
410
|
*/
|
411
411
|
getOriginAccessControlConfig(params: CloudFront.Types.GetOriginAccessControlConfigRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
|
412
412
|
/**
|
413
|
-
* Gets a CloudFront origin access control.
|
413
|
+
* Gets a CloudFront origin access control configuration.
|
414
414
|
*/
|
415
415
|
getOriginAccessControlConfig(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
|
416
416
|
/**
|
@@ -2726,7 +2726,7 @@ declare namespace CloudFront {
|
|
2726
2726
|
}
|
2727
2727
|
export interface GetOriginAccessControlConfigResult {
|
2728
2728
|
/**
|
2729
|
-
* Contains an origin access control.
|
2729
|
+
* Contains an origin access control configuration.
|
2730
2730
|
*/
|
2731
2731
|
OriginAccessControlConfig?: OriginAccessControlConfig;
|
2732
2732
|
/**
|
@@ -2742,7 +2742,7 @@ declare namespace CloudFront {
|
|
2742
2742
|
}
|
2743
2743
|
export interface GetOriginAccessControlResult {
|
2744
2744
|
/**
|
2745
|
-
* Contains an origin access control.
|
2745
|
+
* Contains an origin access control, including its unique identifier.
|
2746
2746
|
*/
|
2747
2747
|
OriginAccessControl?: OriginAccessControl;
|
2748
2748
|
/**
|
@@ -3574,7 +3574,7 @@ declare namespace CloudFront {
|
|
3574
3574
|
*/
|
3575
3575
|
SigningProtocol: OriginAccessControlSigningProtocols;
|
3576
3576
|
/**
|
3577
|
-
* Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide. This field can have one of the following values: always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists. never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to
|
3577
|
+
* Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide. This field can have one of the following values: always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists. never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to a cache policy for all cache behaviors that use origins associated with this origin access control.
|
3578
3578
|
*/
|
3579
3579
|
SigningBehavior: OriginAccessControlSigningBehaviors;
|
3580
3580
|
/**
|