cdk-comprehend-s3olap 2.0.106 → 2.0.108

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.
@@ -314,3 +314,4 @@ export import BackupStorage = require('./backupstorage');
314
314
  export import PrivateNetworks = require('./privatenetworks');
315
315
  export import SupportApp = require('./supportapp');
316
316
  export import ControlTower = require('./controltower');
317
+ export import IoTFleetWise = require('./iotfleetwise');
@@ -315,5 +315,6 @@ module.exports = {
315
315
  BackupStorage: require('./backupstorage'),
316
316
  PrivateNetworks: require('./privatenetworks'),
317
317
  SupportApp: require('./supportapp'),
318
- ControlTower: require('./controltower')
318
+ ControlTower: require('./controltower'),
319
+ IoTFleetWise: require('./iotfleetwise')
319
320
  };
@@ -45,7 +45,7 @@ declare class CUR extends Service {
45
45
  putReportDefinition(callback?: (err: AWSError, data: CUR.Types.PutReportDefinitionResponse) => void): Request<CUR.Types.PutReportDefinitionResponse, AWSError>;
46
46
  }
47
47
  declare namespace CUR {
48
- export type AWSRegion = "af-south-1"|"ap-east-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-north-1"|"eu-south-1"|"me-south-1"|"sa-east-1"|"us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"cn-north-1"|"cn-northwest-1"|string;
48
+ export type AWSRegion = "af-south-1"|"ap-east-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-north-1"|"eu-south-1"|"eu-south-2"|"me-central-1"|"me-south-1"|"sa-east-1"|"us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"cn-north-1"|"cn-northwest-1"|string;
49
49
  export type AdditionalArtifact = "REDSHIFT"|"QUICKSIGHT"|"ATHENA"|string;
50
50
  export type AdditionalArtifactList = AdditionalArtifact[];
51
51
  export type BillingViewArn = string;