cdk-docker-image-deployment 0.0.51 → 0.0.53

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 (33) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +153 -80
  8. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +13 -11
  9. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +383 -95
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +40 -28
  11. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
  13. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +150 -84
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
  17. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
  18. package/node_modules/aws-sdk/clients/acmpca.d.ts +10 -1
  19. package/node_modules/aws-sdk/clients/batch.d.ts +542 -157
  20. package/node_modules/aws-sdk/clients/datasync.d.ts +45 -28
  21. package/node_modules/aws-sdk/clients/location.d.ts +8 -8
  22. package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
  23. package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
  24. package/node_modules/aws-sdk/clients/sagemaker.d.ts +71 -1
  25. package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/lib/model/api.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +4 -4
@@ -1438,11 +1438,11 @@ declare namespace RDS {
1438
1438
  }
1439
1439
  export interface ConnectionPoolConfiguration {
1440
1440
  /**
1441
- * The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines Constraints: Must be between 1 and 100.
1441
+ * The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. If you specify MaxIdleConnectionsPercent, then you must also include a value for this parameter. Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines Constraints: Must be between 1 and 100.
1442
1442
  */
1443
1443
  MaxConnectionsPercent?: IntegerOptional;
1444
1444
  /**
1445
- * Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50. Constraints: Must be between 0 and the value of MaxConnectionsPercent.
1445
+ * Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. If you specify this parameter, then you must also include a value for MaxConnectionsPercent. Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50. Constraints: Must be between 0 and the value of MaxConnectionsPercent.
1446
1446
  */
1447
1447
  MaxIdleConnectionsPercent?: IntegerOptional;
1448
1448
  /**
@@ -4921,7 +4921,7 @@ declare namespace RDS {
4921
4921
  }
4922
4922
  export interface DescribeEngineDefaultParametersMessage {
4923
4923
  /**
4924
- * The name of the DB parameter group family. Valid Values: aurora5.6 aurora-mysql5.7 aurora-mysql8.0 aurora-postgresql10 aurora-postgresql11 aurora-postgresql12 aurora-postgresql13 mariadb10.2 mariadb10.3 mariadb10.4 mariadb10.5 mariadb10.6 mysql5.7 mysql8.0 postgres10 postgres11 postgres12 postgres13 postgres14 sqlserver-ee-11.0 sqlserver-ee-12.0 sqlserver-ee-13.0 sqlserver-ee-14.0 sqlserver-ee-15.0 sqlserver-ex-11.0 sqlserver-ex-12.0 sqlserver-ex-13.0 sqlserver-ex-14.0 sqlserver-ex-15.0 sqlserver-se-11.0 sqlserver-se-12.0 sqlserver-se-13.0 sqlserver-se-14.0 sqlserver-se-15.0 sqlserver-web-11.0 sqlserver-web-12.0 sqlserver-web-13.0 sqlserver-web-14.0 sqlserver-web-15.0
4924
+ * The name of the DB parameter group family. Valid Values: aurora5.6 aurora-mysql5.7 aurora-mysql8.0 aurora-postgresql10 aurora-postgresql11 aurora-postgresql12 aurora-postgresql13 aurora-postgresql14 custom-oracle-ee-19 mariadb10.2 mariadb10.3 mariadb10.4 mariadb10.5 mariadb10.6 mysql5.7 mysql8.0 oracle-ee-19 oracle-ee-cdb-19 oracle-ee-cdb-21 oracle-se2-19 oracle-se2-cdb-19 oracle-se2-cdb-21 postgres10 postgres11 postgres12 postgres13 postgres14 sqlserver-ee-11.0 sqlserver-ee-12.0 sqlserver-ee-13.0 sqlserver-ee-14.0 sqlserver-ee-15.0 sqlserver-ex-11.0 sqlserver-ex-12.0 sqlserver-ex-13.0 sqlserver-ex-14.0 sqlserver-ex-15.0 sqlserver-se-11.0 sqlserver-se-12.0 sqlserver-se-13.0 sqlserver-se-14.0 sqlserver-se-15.0 sqlserver-web-11.0 sqlserver-web-12.0 sqlserver-web-13.0 sqlserver-web-14.0 sqlserver-web-15.0
4925
4925
  */
4926
4926
  DBParameterGroupFamily: String;
4927
4927
  /**
@@ -5027,6 +5027,10 @@ declare namespace RDS {
5027
5027
  * The maximum number of records to include in the response. If more records exist than the specified value, a pagination token called a marker is included in the response. You can use the marker in a later DescribeExportTasks request to retrieve the remaining results. Default: 100 Constraints: Minimum 20, maximum 100.
5028
5028
  */
5029
5029
  MaxRecords?: MaxRecords;
5030
+ /**
5031
+ * The type of source for the export.
5032
+ */
5033
+ SourceType?: ExportSourceType;
5030
5034
  }
5031
5035
  export interface DescribeGlobalClustersMessage {
5032
5036
  /**
@@ -5483,6 +5487,7 @@ declare namespace RDS {
5483
5487
  */
5484
5488
  Events?: EventList;
5485
5489
  }
5490
+ export type ExportSourceType = "SNAPSHOT"|"CLUSTER"|string;
5486
5491
  export interface ExportTask {
5487
5492
  /**
5488
5493
  * A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.
@@ -5544,6 +5549,10 @@ declare namespace RDS {
5544
5549
  * A warning about the snapshot export task.
5545
5550
  */
5546
5551
  WarningMessage?: String;
5552
+ /**
5553
+ * The type of source for the export.
5554
+ */
5555
+ SourceType?: ExportSourceType;
5547
5556
  }
5548
5557
  export type ExportTasksList = ExportTask[];
5549
5558
  export interface ExportTasksMessage {
@@ -1436,6 +1436,14 @@ declare class SageMaker extends Service {
1436
1436
  * Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.
1437
1437
  */
1438
1438
  listImages(callback?: (err: AWSError, data: SageMaker.Types.ListImagesResponse) => void): Request<SageMaker.Types.ListImagesResponse, AWSError>;
1439
+ /**
1440
+ * Returns a list of the subtasks for an Inference Recommender job. The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.
1441
+ */
1442
+ listInferenceRecommendationsJobSteps(params: SageMaker.Types.ListInferenceRecommendationsJobStepsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListInferenceRecommendationsJobStepsResponse) => void): Request<SageMaker.Types.ListInferenceRecommendationsJobStepsResponse, AWSError>;
1443
+ /**
1444
+ * Returns a list of the subtasks for an Inference Recommender job. The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.
1445
+ */
1446
+ listInferenceRecommendationsJobSteps(callback?: (err: AWSError, data: SageMaker.Types.ListInferenceRecommendationsJobStepsResponse) => void): Request<SageMaker.Types.ListInferenceRecommendationsJobStepsResponse, AWSError>;
1439
1447
  /**
1440
1448
  * Lists recommendation jobs that satisfy various filters.
1441
1449
  */
@@ -2932,7 +2940,7 @@ declare namespace SageMaker {
2932
2940
  }
2933
2941
  export type AutoMLMaxResults = number;
2934
2942
  export type AutoMLMetricEnum = "Accuracy"|"MSE"|"F1"|"F1macro"|"AUC"|string;
2935
- export type AutoMLMetricExtendedEnum = "Accuracy"|"MSE"|"F1"|"F1macro"|"AUC"|"RMSE"|"MAE"|"R2"|"BalancedAccuracy"|"Precision"|"PrecisionMacro"|"Recall"|"RecallMacro"|"LogLoss"|string;
2943
+ export type AutoMLMetricExtendedEnum = "Accuracy"|"MSE"|"F1"|"F1macro"|"AUC"|"RMSE"|"MAE"|"R2"|"BalancedAccuracy"|"Precision"|"PrecisionMacro"|"Recall"|"RecallMacro"|"LogLoss"|"InferenceLatency"|string;
2936
2944
  export type AutoMLMode = "AUTO"|"ENSEMBLING"|"HYPERPARAMETER_TUNING"|string;
2937
2945
  export type AutoMLNameContains = string;
2938
2946
  export interface AutoMLOutputDataConfig {
@@ -10803,6 +10811,25 @@ declare namespace SageMaker {
10803
10811
  */
10804
10812
  FailureReason?: FailureReason;
10805
10813
  }
10814
+ export interface InferenceRecommendationsJobStep {
10815
+ /**
10816
+ * The type of the subtask. BENCHMARK: Evaluate the performance of your model on different instance types.
10817
+ */
10818
+ StepType: RecommendationStepType;
10819
+ /**
10820
+ * The name of the Inference Recommender job.
10821
+ */
10822
+ JobName: RecommendationJobName;
10823
+ /**
10824
+ * The current status of the benchmark.
10825
+ */
10826
+ Status: RecommendationJobStatus;
10827
+ /**
10828
+ * The details for a specific benchmark.
10829
+ */
10830
+ InferenceBenchmark?: RecommendationJobInferenceBenchmark;
10831
+ }
10832
+ export type InferenceRecommendationsJobSteps = InferenceRecommendationsJobStep[];
10806
10833
  export type InferenceRecommendationsJobs = InferenceRecommendationsJob[];
10807
10834
  export interface InferenceSpecification {
10808
10835
  /**
@@ -12377,6 +12404,38 @@ declare namespace SageMaker {
12377
12404
  */
12378
12405
  NextToken?: NextToken;
12379
12406
  }
12407
+ export interface ListInferenceRecommendationsJobStepsRequest {
12408
+ /**
12409
+ * The name for the Inference Recommender job.
12410
+ */
12411
+ JobName: RecommendationJobName;
12412
+ /**
12413
+ * A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
12414
+ */
12415
+ Status?: RecommendationJobStatus;
12416
+ /**
12417
+ * A filter to return details about the specified type of subtask. BENCHMARK: Evaluate the performance of your model on different instance types.
12418
+ */
12419
+ StepType?: RecommendationStepType;
12420
+ /**
12421
+ * The maximum number of results to return.
12422
+ */
12423
+ MaxResults?: MaxResults;
12424
+ /**
12425
+ * A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
12426
+ */
12427
+ NextToken?: NextToken;
12428
+ }
12429
+ export interface ListInferenceRecommendationsJobStepsResponse {
12430
+ /**
12431
+ * A list of all subtask details in Inference Recommender.
12432
+ */
12433
+ Steps?: InferenceRecommendationsJobSteps;
12434
+ /**
12435
+ * A token that you can specify in your next request to return more results from the list.
12436
+ */
12437
+ NextToken?: NextToken;
12438
+ }
12380
12439
  export interface ListInferenceRecommendationsJobsRequest {
12381
12440
  /**
12382
12441
  * A filter that returns only jobs created after the specified time (timestamp).
@@ -16367,6 +16426,7 @@ declare namespace SageMaker {
16367
16426
  }
16368
16427
  export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
16369
16428
  export type RealtimeInferenceInstanceTypes = ProductionVariantInstanceType[];
16429
+ export type RecommendationFailureReason = string;
16370
16430
  export type RecommendationJobArn = string;
16371
16431
  export interface RecommendationJobCompiledOutputConfig {
16372
16432
  /**
@@ -16405,6 +16465,15 @@ declare namespace SageMaker {
16405
16465
  SupportedInstanceTypes?: RecommendationJobSupportedInstanceTypes;
16406
16466
  }
16407
16467
  export type RecommendationJobDescription = string;
16468
+ export interface RecommendationJobInferenceBenchmark {
16469
+ Metrics?: RecommendationMetrics;
16470
+ EndpointConfiguration?: EndpointOutputConfiguration;
16471
+ ModelConfiguration: ModelConfiguration;
16472
+ /**
16473
+ * The reason why a benchmark failed.
16474
+ */
16475
+ FailureReason?: RecommendationFailureReason;
16476
+ }
16408
16477
  export interface RecommendationJobInputConfig {
16409
16478
  /**
16410
16479
  * The Amazon Resource Name (ARN) of a versioned model package.
@@ -16502,6 +16571,7 @@ declare namespace SageMaker {
16502
16571
  */
16503
16572
  ModelLatency: Integer;
16504
16573
  }
16574
+ export type RecommendationStepType = "BENCHMARK"|string;
16505
16575
  export type RecordWrapper = "None"|"RecordIO"|string;
16506
16576
  export type RedshiftClusterId = string;
16507
16577
  export type RedshiftDatabase = string;
@@ -100,11 +100,11 @@ declare class WorkSpaces extends Service {
100
100
  */
101
101
  createWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateWorkspaceImageResult, AWSError>;
102
102
  /**
103
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created.
103
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
104
104
  */
105
105
  createWorkspaces(params: WorkSpaces.Types.CreateWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
106
106
  /**
107
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created.
107
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
108
108
  */
109
109
  createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
110
110
  /**
@@ -324,11 +324,11 @@ declare class WorkSpaces extends Service {
324
324
  */
325
325
  importClientBranding(callback?: (err: AWSError, data: WorkSpaces.Types.ImportClientBrandingResult) => void): Request<WorkSpaces.Types.ImportClientBrandingResult, AWSError>;
326
326
  /**
327
- * Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
327
+ * Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
328
328
  */
329
329
  importWorkspaceImage(params: WorkSpaces.Types.ImportWorkspaceImageRequest, callback?: (err: AWSError, data: WorkSpaces.Types.ImportWorkspaceImageResult) => void): Request<WorkSpaces.Types.ImportWorkspaceImageResult, AWSError>;
330
330
  /**
331
- * Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
331
+ * Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
332
332
  */
333
333
  importWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.ImportWorkspaceImageResult) => void): Request<WorkSpaces.Types.ImportWorkspaceImageResult, AWSError>;
334
334
  /**
@@ -396,11 +396,11 @@ declare class WorkSpaces extends Service {
396
396
  */
397
397
  modifyWorkspaceCreationProperties(callback?: (err: AWSError, data: WorkSpaces.Types.ModifyWorkspaceCreationPropertiesResult) => void): Request<WorkSpaces.Types.ModifyWorkspaceCreationPropertiesResult, AWSError>;
398
398
  /**
399
- * Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
399
+ * Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
400
400
  */
401
401
  modifyWorkspaceProperties(params: WorkSpaces.Types.ModifyWorkspacePropertiesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.ModifyWorkspacePropertiesResult) => void): Request<WorkSpaces.Types.ModifyWorkspacePropertiesResult, AWSError>;
402
402
  /**
403
- * Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
403
+ * Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
404
404
  */
405
405
  modifyWorkspaceProperties(callback?: (err: AWSError, data: WorkSpaces.Types.ModifyWorkspacePropertiesResult) => void): Request<WorkSpaces.Types.ModifyWorkspacePropertiesResult, AWSError>;
406
406
  /**
@@ -900,7 +900,7 @@ declare namespace WorkSpaces {
900
900
  */
901
901
  State?: WorkspaceImageState;
902
902
  /**
903
- * Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
903
+ * Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
904
904
  */
905
905
  RequiredTenancy?: WorkspaceImageRequiredTenancy;
906
906
  /**
@@ -1579,7 +1579,7 @@ declare namespace WorkSpaces {
1579
1579
  */
1580
1580
  Ec2ImageId: Ec2ImageId;
1581
1581
  /**
1582
- * The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR or BYOL_REGULAR_WSP, depending on the protocol.
1582
+ * The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. To use BYOP, specify a value that ends in _BYOP. For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, depending on the protocol. The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values are only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use these values. For more information, see Amazon WorkSpaces Core.
1583
1583
  */
1584
1584
  IngestionProcess: WorkspaceImageIngestionProcess;
1585
1585
  /**
@@ -1955,7 +1955,7 @@ declare namespace WorkSpaces {
1955
1955
  Capacity?: NonEmptyString;
1956
1956
  }
1957
1957
  export type RootVolumeSizeGib = number;
1958
- export type RunningMode = "AUTO_STOP"|"ALWAYS_ON"|string;
1958
+ export type RunningMode = "AUTO_STOP"|"ALWAYS_ON"|"MANUAL"|string;
1959
1959
  export type RunningModeAutoStopTimeoutInMinutes = number;
1960
1960
  export interface SamlProperties {
1961
1961
  /**
@@ -2481,7 +2481,7 @@ declare namespace WorkSpaces {
2481
2481
  export type WorkspaceImageErrorCode = string;
2482
2482
  export type WorkspaceImageId = string;
2483
2483
  export type WorkspaceImageIdList = WorkspaceImageId[];
2484
- export type WorkspaceImageIngestionProcess = "BYOL_REGULAR"|"BYOL_GRAPHICS"|"BYOL_GRAPHICSPRO"|"BYOL_GRAPHICS_G4DN"|"BYOL_REGULAR_WSP"|string;
2484
+ export type WorkspaceImageIngestionProcess = "BYOL_REGULAR"|"BYOL_GRAPHICS"|"BYOL_GRAPHICSPRO"|"BYOL_GRAPHICS_G4DN"|"BYOL_REGULAR_WSP"|"BYOL_REGULAR_BYOP"|"BYOL_GRAPHICS_G4DN_BYOP"|string;
2485
2485
  export type WorkspaceImageList = WorkspaceImage[];
2486
2486
  export type WorkspaceImageName = string;
2487
2487
  export type WorkspaceImageRequiredTenancy = "DEFAULT"|"DEDICATED"|string;
@@ -2489,7 +2489,7 @@ declare namespace WorkSpaces {
2489
2489
  export type WorkspaceList = Workspace[];
2490
2490
  export interface WorkspaceProperties {
2491
2491
  /**
2492
- * The running mode. For more information, see Manage the WorkSpace Running Mode.
2492
+ * The running mode. For more information, see Manage the WorkSpace Running Mode. The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
2493
2493
  */
2494
2494
  RunningMode?: RunningMode;
2495
2495
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1238.0',
86
+ VERSION: '2.1240.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -4077,7 +4077,7 @@ return /******/ (function(modules) { // webpackBootstrap
4077
4077
  property(this, 'documentation', api.documentation);
4078
4078
  property(this, 'documentationUrl', api.documentationUrl);
4079
4079
  }
4080
- property(this, 'awsQueryCompatible', api.awsQueryCompatible);
4080
+ property(this, 'awsQueryCompatible', api.metadata.awsQueryCompatible);
4081
4081
  }
4082
4082
 
4083
4083
  /**