cdk-docker-image-deployment 0.0.52 → 0.0.54
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +153 -80
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +107 -47
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
- package/node_modules/aws-sdk/clients/location.d.ts +8 -8
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
- package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
- 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 +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/model/api.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -908,6 +908,7 @@ declare namespace Neptune {
|
|
|
908
908
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is enabled.
|
|
909
909
|
*/
|
|
910
910
|
DeletionProtection?: BooleanOptional;
|
|
911
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
911
912
|
/**
|
|
912
913
|
* The ID of the Neptune global database to which this new DB cluster should be added.
|
|
913
914
|
*/
|
|
@@ -1396,6 +1397,7 @@ declare namespace Neptune {
|
|
|
1396
1397
|
* Time at which the DB cluster will be automatically restarted.
|
|
1397
1398
|
*/
|
|
1398
1399
|
AutomaticRestartTime?: TStamp;
|
|
1400
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo;
|
|
1399
1401
|
}
|
|
1400
1402
|
export interface DBClusterEndpoint {
|
|
1401
1403
|
/**
|
|
@@ -3044,6 +3046,7 @@ declare namespace Neptune {
|
|
|
3044
3046
|
* If set to true, tags are copied to any snapshot of the DB cluster that is created.
|
|
3045
3047
|
*/
|
|
3046
3048
|
CopyTagsToSnapshot?: BooleanOptional;
|
|
3049
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
3047
3050
|
}
|
|
3048
3051
|
export interface ModifyDBClusterParameterGroupMessage {
|
|
3049
3052
|
/**
|
|
@@ -3764,6 +3767,7 @@ declare namespace Neptune {
|
|
|
3764
3767
|
* If set to true, tags are copied to any snapshot of the restored DB cluster that is created.
|
|
3765
3768
|
*/
|
|
3766
3769
|
CopyTagsToSnapshot?: BooleanOptional;
|
|
3770
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
3767
3771
|
}
|
|
3768
3772
|
export interface RestoreDBClusterFromSnapshotResult {
|
|
3769
3773
|
DBCluster?: DBCluster;
|
|
@@ -3829,10 +3833,31 @@ declare namespace Neptune {
|
|
|
3829
3833
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
|
3830
3834
|
*/
|
|
3831
3835
|
DeletionProtection?: BooleanOptional;
|
|
3836
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
3832
3837
|
}
|
|
3833
3838
|
export interface RestoreDBClusterToPointInTimeResult {
|
|
3834
3839
|
DBCluster?: DBCluster;
|
|
3835
3840
|
}
|
|
3841
|
+
export interface ServerlessV2ScalingConfiguration {
|
|
3842
|
+
/**
|
|
3843
|
+
* The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.
|
|
3844
|
+
*/
|
|
3845
|
+
MinCapacity?: DoubleOptional;
|
|
3846
|
+
/**
|
|
3847
|
+
* The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.
|
|
3848
|
+
*/
|
|
3849
|
+
MaxCapacity?: DoubleOptional;
|
|
3850
|
+
}
|
|
3851
|
+
export interface ServerlessV2ScalingConfigurationInfo {
|
|
3852
|
+
/**
|
|
3853
|
+
* The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.
|
|
3854
|
+
*/
|
|
3855
|
+
MinCapacity?: DoubleOptional;
|
|
3856
|
+
/**
|
|
3857
|
+
* The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.
|
|
3858
|
+
*/
|
|
3859
|
+
MaxCapacity?: DoubleOptional;
|
|
3860
|
+
}
|
|
3836
3861
|
export type SourceIdsList = String[];
|
|
3837
3862
|
export type SourceType = "db-instance"|"db-parameter-group"|"db-security-group"|"db-snapshot"|"db-cluster"|"db-cluster-snapshot"|string;
|
|
3838
3863
|
export interface StartDBClusterMessage {
|
|
@@ -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 {
|
|
@@ -10545,7 +10545,7 @@ declare namespace SageMaker {
|
|
|
10545
10545
|
*/
|
|
10546
10546
|
HyperbandStrategyConfig?: HyperbandStrategyConfig;
|
|
10547
10547
|
}
|
|
10548
|
-
export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|"Hyperband"|string;
|
|
10548
|
+
export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|"Hyperband"|"Grid"|string;
|
|
10549
10549
|
export type HyperParameterTuningJobSummaries = HyperParameterTuningJobSummary[];
|
|
10550
10550
|
export interface HyperParameterTuningJobSummary {
|
|
10551
10551
|
/**
|
|
@@ -16718,7 +16718,7 @@ declare namespace SageMaker {
|
|
|
16718
16718
|
/**
|
|
16719
16719
|
* The maximum number of training jobs that a hyperparameter tuning job can launch.
|
|
16720
16720
|
*/
|
|
16721
|
-
MaxNumberOfTrainingJobs
|
|
16721
|
+
MaxNumberOfTrainingJobs?: MaxNumberOfTrainingJobs;
|
|
16722
16722
|
/**
|
|
16723
16723
|
* The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
|
|
16724
16724
|
*/
|
|
@@ -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
|
|
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.
|
|
86
|
+
VERSION: '2.1241.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
|
/**
|