cdk-docker-image-deployment 0.0.144 → 0.0.146

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 (28) 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/ec2-2016-11-15.min.json +1721 -1253
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +24 -0
  9. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +40 -29
  10. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +23 -1
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -534
  12. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +79 -28
  13. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +544 -14
  15. package/node_modules/aws-sdk/clients/m2.d.ts +10 -0
  16. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +16 -16
  18. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  19. package/node_modules/aws-sdk/clients/sagemaker.d.ts +28 -1
  20. package/node_modules/aws-sdk/clients/ssmsap.d.ts +174 -115
  21. package/node_modules/aws-sdk/clients/sts.d.ts +4 -4
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +1723 -1231
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -72
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +4 -4
@@ -380,6 +380,7 @@ declare namespace M2 {
380
380
  * The unique identifier of the application that hosts this batch job.
381
381
  */
382
382
  applicationId: Identifier;
383
+ batchJobIdentifier?: BatchJobIdentifier;
383
384
  /**
384
385
  * The timestamp when this batch job execution ended.
385
386
  */
@@ -400,6 +401,10 @@ declare namespace M2 {
400
401
  * The type of a particular batch job execution.
401
402
  */
402
403
  jobType?: BatchJobType;
404
+ /**
405
+ *
406
+ */
407
+ returnCode?: String;
403
408
  /**
404
409
  * The timestamp when a particular batch job execution started.
405
410
  */
@@ -1059,6 +1064,7 @@ declare namespace M2 {
1059
1064
  * The identifier of the application.
1060
1065
  */
1061
1066
  applicationId: Identifier;
1067
+ batchJobIdentifier?: BatchJobIdentifier;
1062
1068
  /**
1063
1069
  * The timestamp when the batch job execution ended.
1064
1070
  */
@@ -1083,6 +1089,10 @@ declare namespace M2 {
1083
1089
  * The user for the job.
1084
1090
  */
1085
1091
  jobUser?: String100;
1092
+ /**
1093
+ *
1094
+ */
1095
+ returnCode?: String;
1086
1096
  /**
1087
1097
  * The timestamp when the batch job execution started.
1088
1098
  */
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**
@@ -268,11 +268,11 @@ declare class RedshiftServerless extends Service {
268
268
  */
269
269
  restoreFromSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreFromSnapshotResponse, AWSError>;
270
270
  /**
271
- * Restores a table from a snapshot to your Amazon Redshift Serverless instance.
271
+ * Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
272
272
  */
273
273
  restoreTableFromSnapshot(params: RedshiftServerless.Types.RestoreTableFromSnapshotRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromSnapshotResponse, AWSError>;
274
274
  /**
275
- * Restores a table from a snapshot to your Amazon Redshift Serverless instance.
275
+ * Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
276
276
  */
277
277
  restoreTableFromSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromSnapshotResponse, AWSError>;
278
278
  /**
@@ -300,11 +300,11 @@ declare class RedshiftServerless extends Service {
300
300
  */
301
301
  updateEndpointAccess(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateEndpointAccessResponse) => void): Request<RedshiftServerless.Types.UpdateEndpointAccessResponse, AWSError>;
302
302
  /**
303
- * Updates a namespace with the specified settings.
303
+ * Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example, you must specify both adminUsername and adminUserPassword to update either field, but you can't update both kmsKeyId and logExports in a single request.
304
304
  */
305
305
  updateNamespace(params: RedshiftServerless.Types.UpdateNamespaceRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateNamespaceResponse) => void): Request<RedshiftServerless.Types.UpdateNamespaceResponse, AWSError>;
306
306
  /**
307
- * Updates a namespace with the specified settings.
307
+ * Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example, you must specify both adminUsername and adminUserPassword to update either field, but you can't update both kmsKeyId and logExports in a single request.
308
308
  */
309
309
  updateNamespace(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateNamespaceResponse) => void): Request<RedshiftServerless.Types.UpdateNamespaceResponse, AWSError>;
310
310
  /**
@@ -324,11 +324,11 @@ declare class RedshiftServerless extends Service {
324
324
  */
325
325
  updateUsageLimit(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateUsageLimitResponse) => void): Request<RedshiftServerless.Types.UpdateUsageLimitResponse, AWSError>;
326
326
  /**
327
- * Updates a workgroup with the specified configuration settings.
327
+ * Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example, you can update baseCapacity or port in a single request, but you can't update both in the same request.
328
328
  */
329
329
  updateWorkgroup(params: RedshiftServerless.Types.UpdateWorkgroupRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateWorkgroupResponse) => void): Request<RedshiftServerless.Types.UpdateWorkgroupResponse, AWSError>;
330
330
  /**
331
- * Updates a workgroup with the specified configuration settings.
331
+ * Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example, you can update baseCapacity or port in a single request, but you can't update both in the same request.
332
332
  */
333
333
  updateWorkgroup(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateWorkgroupResponse) => void): Request<RedshiftServerless.Types.UpdateWorkgroupResponse, AWSError>;
334
334
  }
@@ -338,7 +338,7 @@ declare namespace RedshiftServerless {
338
338
  export type Boolean = boolean;
339
339
  export interface ConfigParameter {
340
340
  /**
341
- * The key of the parameter. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.
341
+ * The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
342
342
  */
343
343
  parameterKey?: ParameterKey;
344
344
  /**
@@ -497,7 +497,7 @@ declare namespace RedshiftServerless {
497
497
  */
498
498
  baseCapacity?: Integer;
499
499
  /**
500
- * An array of parameters to set for more control over a serverless database. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.
500
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
501
501
  */
502
502
  configParameters?: ConfigParameterList;
503
503
  /**
@@ -1477,19 +1477,19 @@ declare namespace RedshiftServerless {
1477
1477
  }
1478
1478
  export interface UpdateNamespaceRequest {
1479
1479
  /**
1480
- * The password of the administrator for the first database created in the namespace.
1480
+ * The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername.
1481
1481
  */
1482
1482
  adminUserPassword?: DbPassword;
1483
1483
  /**
1484
- * The username of the administrator for the first database created in the namespace.
1484
+ * The username of the administrator for the first database created in the namespace. This parameter must be updated together with adminUserPassword.
1485
1485
  */
1486
1486
  adminUsername?: DbUser;
1487
1487
  /**
1488
- * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
1488
+ * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together with iamRoles.
1489
1489
  */
1490
1490
  defaultIamRoleArn?: String;
1491
1491
  /**
1492
- * A list of IAM roles to associate with the namespace.
1492
+ * A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.
1493
1493
  */
1494
1494
  iamRoles?: IamRoleArnList;
1495
1495
  /**
@@ -1501,7 +1501,7 @@ declare namespace RedshiftServerless {
1501
1501
  */
1502
1502
  logExports?: LogExportList;
1503
1503
  /**
1504
- * The name of the namespace.
1504
+ * The name of the namespace to update. You can't update the name of a namespace once it is created.
1505
1505
  */
1506
1506
  namespaceName: NamespaceName;
1507
1507
  }
@@ -1553,7 +1553,7 @@ declare namespace RedshiftServerless {
1553
1553
  */
1554
1554
  baseCapacity?: Integer;
1555
1555
  /**
1556
- * An array of parameters to set for advanced control over a database. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.
1556
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
1557
1557
  */
1558
1558
  configParameters?: ConfigParameterList;
1559
1559
  /**
@@ -1577,7 +1577,7 @@ declare namespace RedshiftServerless {
1577
1577
  */
1578
1578
  subnetIds?: SubnetIdList;
1579
1579
  /**
1580
- * The name of the workgroup to update.
1580
+ * The name of the workgroup to update. You can't update the name of a workgroup once it is created.
1581
1581
  */
1582
1582
  workgroupName: WorkgroupName;
1583
1583
  }
@@ -1655,7 +1655,7 @@ declare namespace RedshiftServerless {
1655
1655
  */
1656
1656
  baseCapacity?: Integer;
1657
1657
  /**
1658
- * An array of parameters to set for finer control over a database. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.
1658
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, , search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
1659
1659
  */
1660
1660
  configParameters?: ConfigParameterList;
1661
1661
  /**
@@ -850,7 +850,7 @@ declare namespace Route53 {
850
850
  Dimensions?: DimensionList;
851
851
  }
852
852
  export type CloudWatchLogsLogGroupArn = string;
853
- export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|string;
853
+ export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|string;
854
854
  export type CollectionName = string;
855
855
  export type CollectionSummaries = CollectionSummary[];
856
856
  export interface CollectionSummary {
@@ -2620,7 +2620,7 @@ declare namespace Route53 {
2620
2620
  export type ResourceRecordSetFailover = "PRIMARY"|"SECONDARY"|string;
2621
2621
  export type ResourceRecordSetIdentifier = string;
2622
2622
  export type ResourceRecordSetMultiValueAnswer = boolean;
2623
- export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|string;
2623
+ export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string;
2624
2624
  export type ResourceRecordSetWeight = number;
2625
2625
  export type ResourceRecordSets = ResourceRecordSet[];
2626
2626
  export type ResourceRecords = ResourceRecord[];
@@ -2991,7 +2991,7 @@ declare namespace Route53 {
2991
2991
  VPCId?: VPCId;
2992
2992
  }
2993
2993
  export type VPCId = string;
2994
- export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|string;
2994
+ export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string;
2995
2995
  export type VPCs = VPC[];
2996
2996
  /**
2997
2997
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
@@ -12052,6 +12052,10 @@ declare namespace SageMaker {
12052
12052
  * Defines the model configuration.
12053
12053
  */
12054
12054
  ModelConfiguration: ModelConfiguration;
12055
+ /**
12056
+ * The recommendation ID which uniquely identifies each recommendation.
12057
+ */
12058
+ RecommendationId?: String;
12055
12059
  }
12056
12060
  export type InferenceRecommendations = InferenceRecommendation[];
12057
12061
  export interface InferenceRecommendationsJob {
@@ -16008,6 +16012,10 @@ declare namespace SageMaker {
16008
16012
  * Defines the environment parameters that includes key, value types, and values.
16009
16013
  */
16010
16014
  EnvironmentParameters?: EnvironmentParameters;
16015
+ /**
16016
+ * The name of the compilation job used to create the recommended model artifacts.
16017
+ */
16018
+ CompilationJobName?: RecommendationJobCompilationJobName;
16011
16019
  }
16012
16020
  export interface ModelDashboardEndpoint {
16013
16021
  /**
@@ -18688,6 +18696,7 @@ declare namespace SageMaker {
18688
18696
  export type RealtimeInferenceInstanceTypes = ProductionVariantInstanceType[];
18689
18697
  export type RecommendationFailureReason = string;
18690
18698
  export type RecommendationJobArn = string;
18699
+ export type RecommendationJobCompilationJobName = string;
18691
18700
  export interface RecommendationJobCompiledOutputConfig {
18692
18701
  /**
18693
18702
  * Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.
@@ -18723,7 +18732,12 @@ declare namespace SageMaker {
18723
18732
  * A list of the instance types that are used to generate inferences in real-time.
18724
18733
  */
18725
18734
  SupportedInstanceTypes?: RecommendationJobSupportedInstanceTypes;
18735
+ /**
18736
+ * Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig.
18737
+ */
18738
+ DataInputConfig?: RecommendationJobDataInputConfig;
18726
18739
  }
18740
+ export type RecommendationJobDataInputConfig = string;
18727
18741
  export type RecommendationJobDescription = string;
18728
18742
  export interface RecommendationJobInferenceBenchmark {
18729
18743
  Metrics?: RecommendationMetrics;
@@ -18738,7 +18752,7 @@ declare namespace SageMaker {
18738
18752
  /**
18739
18753
  * The Amazon Resource Name (ARN) of a versioned model package.
18740
18754
  */
18741
- ModelPackageVersionArn: ModelPackageArn;
18755
+ ModelPackageVersionArn?: ModelPackageArn;
18742
18756
  /**
18743
18757
  * Specifies the maximum duration of the job, in seconds.&gt;
18744
18758
  */
@@ -18771,6 +18785,10 @@ declare namespace SageMaker {
18771
18785
  * Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
18772
18786
  */
18773
18787
  VpcConfig?: RecommendationJobVpcConfig;
18788
+ /**
18789
+ * The name of the created model.
18790
+ */
18791
+ ModelName?: ModelName;
18774
18792
  }
18775
18793
  export type RecommendationJobName = string;
18776
18794
  export interface RecommendationJobOutputConfig {
@@ -18848,6 +18866,14 @@ declare namespace SageMaker {
18848
18866
  * The expected model latency at maximum invocation per minute for the instance.
18849
18867
  */
18850
18868
  ModelLatency: Integer;
18869
+ /**
18870
+ * The expected CPU utilization at maximum invocations per minute for the instance. NaN indicates that the value is not available.
18871
+ */
18872
+ CpuUtilization?: UtilizationMetric;
18873
+ /**
18874
+ * The expected memory utilization at maximum invocations per minute for the instance. NaN indicates that the value is not available.
18875
+ */
18876
+ MemoryUtilization?: UtilizationMetric;
18851
18877
  }
18852
18878
  export type RecommendationStepType = "BENCHMARK"|string;
18853
18879
  export type RecordWrapper = "None"|"RecordIO"|string;
@@ -21604,6 +21630,7 @@ declare namespace SageMaker {
21604
21630
  */
21605
21631
  CanvasAppSettings?: CanvasAppSettings;
21606
21632
  }
21633
+ export type UtilizationMetric = number;
21607
21634
  export type ValidationFraction = number;
21608
21635
  export type VariantName = string;
21609
21636
  export interface VariantProperty {