cdk-comprehend-s3olap 2.0.162 → 2.0.164
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/CHANGELOG.md +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +484 -131
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +4 -1
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +3 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +6 -3
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +213 -204
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +615 -557
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1005 -383
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +676 -598
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +84 -17
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +6 -6
- package/node_modules/aws-sdk/clients/appsync.d.ts +398 -2
- package/node_modules/aws-sdk/clients/backup.d.ts +6 -2
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +69 -65
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cur.d.ts +2 -2
- package/node_modules/aws-sdk/clients/gamelift.d.ts +22 -10
- package/node_modules/aws-sdk/clients/glue.d.ts +57 -2
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +16 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +7 -7
- package/node_modules/aws-sdk/clients/quicksight.d.ts +749 -4
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +109 -7
- package/node_modules/aws-sdk/clients/translate.d.ts +69 -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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +309 -227
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
@@ -412,6 +412,70 @@
|
|
412
412
|
"members": {}
|
413
413
|
}
|
414
414
|
},
|
415
|
+
"TranslateDocument": {
|
416
|
+
"input": {
|
417
|
+
"type": "structure",
|
418
|
+
"required": [
|
419
|
+
"Document",
|
420
|
+
"SourceLanguageCode",
|
421
|
+
"TargetLanguageCode"
|
422
|
+
],
|
423
|
+
"members": {
|
424
|
+
"Document": {
|
425
|
+
"type": "structure",
|
426
|
+
"required": [
|
427
|
+
"Content",
|
428
|
+
"ContentType"
|
429
|
+
],
|
430
|
+
"members": {
|
431
|
+
"Content": {
|
432
|
+
"type": "blob",
|
433
|
+
"sensitive": true
|
434
|
+
},
|
435
|
+
"ContentType": {}
|
436
|
+
}
|
437
|
+
},
|
438
|
+
"TerminologyNames": {
|
439
|
+
"shape": "Su"
|
440
|
+
},
|
441
|
+
"SourceLanguageCode": {},
|
442
|
+
"TargetLanguageCode": {},
|
443
|
+
"Settings": {
|
444
|
+
"shape": "S11"
|
445
|
+
}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"output": {
|
449
|
+
"type": "structure",
|
450
|
+
"required": [
|
451
|
+
"TranslatedDocument",
|
452
|
+
"SourceLanguageCode",
|
453
|
+
"TargetLanguageCode"
|
454
|
+
],
|
455
|
+
"members": {
|
456
|
+
"TranslatedDocument": {
|
457
|
+
"type": "structure",
|
458
|
+
"required": [
|
459
|
+
"Content"
|
460
|
+
],
|
461
|
+
"members": {
|
462
|
+
"Content": {
|
463
|
+
"type": "blob",
|
464
|
+
"sensitive": true
|
465
|
+
}
|
466
|
+
}
|
467
|
+
},
|
468
|
+
"SourceLanguageCode": {},
|
469
|
+
"TargetLanguageCode": {},
|
470
|
+
"AppliedTerminologies": {
|
471
|
+
"shape": "S2l"
|
472
|
+
},
|
473
|
+
"AppliedSettings": {
|
474
|
+
"shape": "S11"
|
475
|
+
}
|
476
|
+
}
|
477
|
+
}
|
478
|
+
},
|
415
479
|
"TranslateText": {
|
416
480
|
"input": {
|
417
481
|
"type": "structure",
|
@@ -444,23 +508,7 @@
|
|
444
508
|
"SourceLanguageCode": {},
|
445
509
|
"TargetLanguageCode": {},
|
446
510
|
"AppliedTerminologies": {
|
447
|
-
"
|
448
|
-
"member": {
|
449
|
-
"type": "structure",
|
450
|
-
"members": {
|
451
|
-
"Name": {},
|
452
|
-
"Terms": {
|
453
|
-
"type": "list",
|
454
|
-
"member": {
|
455
|
-
"type": "structure",
|
456
|
-
"members": {
|
457
|
-
"SourceText": {},
|
458
|
-
"TargetText": {}
|
459
|
-
}
|
460
|
-
}
|
461
|
-
}
|
462
|
-
}
|
463
|
-
}
|
511
|
+
"shape": "S2l"
|
464
512
|
},
|
465
513
|
"AppliedSettings": {
|
466
514
|
"shape": "S11"
|
@@ -744,6 +792,25 @@
|
|
744
792
|
"RepositoryType": {},
|
745
793
|
"Location": {}
|
746
794
|
}
|
795
|
+
},
|
796
|
+
"S2l": {
|
797
|
+
"type": "list",
|
798
|
+
"member": {
|
799
|
+
"type": "structure",
|
800
|
+
"members": {
|
801
|
+
"Name": {},
|
802
|
+
"Terms": {
|
803
|
+
"type": "list",
|
804
|
+
"member": {
|
805
|
+
"type": "structure",
|
806
|
+
"members": {
|
807
|
+
"SourceText": {},
|
808
|
+
"TargetText": {}
|
809
|
+
}
|
810
|
+
}
|
811
|
+
}
|
812
|
+
}
|
813
|
+
}
|
747
814
|
}
|
748
815
|
}
|
749
816
|
}
|
@@ -388,7 +388,7 @@ declare namespace ApplicationAutoScaling {
|
|
388
388
|
export type MetricNamespace = string;
|
389
389
|
export type MetricScale = number;
|
390
390
|
export type MetricStatistic = "Average"|"Minimum"|"Maximum"|"SampleCount"|"Sum"|string;
|
391
|
-
export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|string;
|
391
|
+
export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|string;
|
392
392
|
export type MetricUnit = string;
|
393
393
|
export type MinAdjustmentMagnitude = number;
|
394
394
|
export interface NotScaledReason {
|
@@ -516,7 +516,7 @@ declare namespace ApplicationAutoScaling {
|
|
516
516
|
*/
|
517
517
|
ScalableDimension: ScalableDimension;
|
518
518
|
/**
|
519
|
-
* The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target. For the following resources, the minimum value allowed is 0. AppStream 2.0 fleets Aurora DB clusters ECS services EMR clusters Lambda provisioned concurrency SageMaker Serverless endpoint provisioned concurrency
|
519
|
+
* The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target. For the following resources, the minimum value allowed is 0. AppStream 2.0 fleets Aurora DB clusters ECS services EMR clusters Lambda provisioned concurrency SageMaker endpoint variants SageMaker Serverless endpoint provisioned concurrency Spot Fleets custom resources It's strongly recommended that you specify a value greater than 0. A value greater than 0 means that data points are continuously reported to CloudWatch that scaling policies can use to scale on a metric like average CPU utilization. For all other resources, the minimum allowed value depends on the type of resource that you are using. If you provide a value that is lower than what a resource can accept, an error occurs. In which case, the error message will provide the minimum value that the resource can accept.
|
520
520
|
*/
|
521
521
|
MinCapacity?: ResourceCapacity;
|
522
522
|
/**
|
@@ -754,7 +754,7 @@ declare namespace ApplicationAutoScaling {
|
|
754
754
|
*/
|
755
755
|
MetricIntervalUpperBound?: MetricScale;
|
756
756
|
/**
|
757
|
-
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a
|
757
|
+
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value.
|
758
758
|
*/
|
759
759
|
ScalingAdjustment: ScalingAdjustment;
|
760
760
|
}
|
@@ -773,7 +773,7 @@ declare namespace ApplicationAutoScaling {
|
|
773
773
|
*/
|
774
774
|
MinAdjustmentMagnitude?: MinAdjustmentMagnitude;
|
775
775
|
/**
|
776
|
-
* The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
776
|
+
* The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.
|
777
777
|
*/
|
778
778
|
Cooldown?: Cooldown;
|
779
779
|
/**
|
@@ -892,11 +892,11 @@ declare namespace ApplicationAutoScaling {
|
|
892
892
|
*/
|
893
893
|
CustomizedMetricSpecification?: CustomizedMetricSpecification;
|
894
894
|
/**
|
895
|
-
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect.
|
895
|
+
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see Define cooldown periods in the Application Auto Scaling User Guide.
|
896
896
|
*/
|
897
897
|
ScaleOutCooldown?: Cooldown;
|
898
898
|
/**
|
899
|
-
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.
|
899
|
+
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see Define cooldown periods in the Application Auto Scaling User Guide.
|
900
900
|
*/
|
901
901
|
ScaleInCooldown?: Cooldown;
|
902
902
|
/**
|