cdk-comprehend-s3olap 2.0.85 → 2.0.88

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.
Files changed (54) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  10. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  12. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  13. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  14. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  15. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  17. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  19. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +635 -564
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  25. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
  26. package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
  27. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  28. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  29. package/node_modules/aws-sdk/clients/identitystore.d.ts +802 -18
  30. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  32. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  33. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  34. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +122 -18
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +359 -188
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  44. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  45. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  46. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  47. package/node_modules/es-abstract/package.json +9 -8
  48. package/node_modules/esbuild/bin/esbuild +1 -1
  49. package/node_modules/esbuild/install.js +5 -5
  50. package/node_modules/esbuild/lib/main.js +14 -13
  51. package/node_modules/esbuild/package.json +22 -22
  52. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  53. package/node_modules/esbuild-linux-64/package.json +1 -1
  54. package/package.json +10 -8
@@ -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 an origin request policy for all cache behaviors that use origins associated with this origin access control.
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
  /**