|
4435 | 4435 | "type":"string",
|
4436 | 4436 | "max":2048,
|
4437 | 4437 | "min":1,
|
4438 |
| - "pattern":"^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:algorithm/[\\S]{1,2048}$" |
| 4438 | + "pattern":"^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:algorithm/[\\S]{1,2048}$" |
4439 | 4439 | },
|
4440 | 4440 | "AlgorithmImage":{
|
4441 | 4441 | "type":"string",
|
|
6077 | 6077 | "Descending"
|
6078 | 6078 | ]
|
6079 | 6079 | },
|
| 6080 | + "AutoMountHomeEFS":{ |
| 6081 | + "type":"string", |
| 6082 | + "enum":[ |
| 6083 | + "Enabled", |
| 6084 | + "Disabled", |
| 6085 | + "DefaultAsDomain" |
| 6086 | + ] |
| 6087 | + }, |
6080 | 6088 | "AutoParameter":{
|
6081 | 6089 | "type":"structure",
|
6082 | 6090 | "required":[
|
|
7306 | 7314 | "ClusterInstanceGroupSpecifications":{
|
7307 | 7315 | "type":"list",
|
7308 | 7316 | "member":{"shape":"ClusterInstanceGroupSpecification"},
|
7309 |
| - "max":20, |
| 7317 | + "max":100, |
7310 | 7318 | "min":1
|
7311 | 7319 | },
|
7312 | 7320 | "ClusterInstancePlacement":{
|
|
7646 | 7654 | "type":"string",
|
7647 | 7655 | "max":2048,
|
7648 | 7656 | "min":1,
|
7649 |
| - "pattern":"^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:code-repository/[\\S]{1,2048}$" |
| 7657 | + "pattern":"^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:code-repository/[\\S]{1,2048}$" |
7650 | 7658 | },
|
7651 | 7659 | "CodeRepositoryContains":{
|
7652 | 7660 | "type":"string",
|
|
8018 | 8026 | },
|
8019 | 8027 | "Environment":{
|
8020 | 8028 | "shape":"EnvironmentMap",
|
8021 |
| - "documentation":"<p>The environment variables to set in the Docker container.</p> <p>The maximum length of each key and value in the <code>Environment</code> map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a <code>CreateModel</code> request, then the maximum length of all of their maps, combined, is also 32 KB.</p>" |
| 8029 | + "documentation":"<p>The environment variables to set in the Docker container. Don't include any sensitive data in your environment variables.</p> <p>The maximum length of each key and value in the <code>Environment</code> map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a <code>CreateModel</code> request, then the maximum length of all of their maps, combined, is also 32 KB.</p>" |
8022 | 8030 | },
|
8023 | 8031 | "ModelPackageName":{
|
8024 | 8032 | "shape":"VersionedArnOrName",
|
|
10871 | 10879 | },
|
10872 | 10880 | "Environment":{
|
10873 | 10881 | "shape":"TransformEnvironmentMap",
|
10874 |
| - "documentation":"<p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>" |
| 10882 | + "documentation":"<p>The environment variables to set in the Docker container. Don't include any sensitive data in your environment variables. We support up to 16 key and values entries in the map.</p>" |
10875 | 10883 | },
|
10876 | 10884 | "TransformInput":{
|
10877 | 10885 | "shape":"TransformInput",
|
|
20918 | 20926 | "ImageArn":{
|
20919 | 20927 | "type":"string",
|
20920 | 20928 | "max":256,
|
20921 |
| - "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$" |
| 20929 | + "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-zA-Z0-9]([-.]?[a-zA-Z0-9])*$" |
20922 | 20930 | },
|
20923 | 20931 | "ImageBaseImage":{
|
20924 | 20932 | "type":"string",
|
|
28158 | 28166 | "type":"string",
|
28159 | 28167 | "max":2048,
|
28160 | 28168 | "min":1,
|
28161 |
| - "pattern":"^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package/[\\S]{1,2048}$" |
| 28169 | + "pattern":"^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package/[\\S]{1,2048}$" |
28162 | 28170 | },
|
28163 | 28171 | "ModelPackageArnList":{
|
28164 | 28172 | "type":"list",
|
|
28268 | 28276 | "type":"string",
|
28269 | 28277 | "max":2048,
|
28270 | 28278 | "min":1,
|
28271 |
| - "pattern":"^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package-group/[\\S]{1,2048}$" |
| 28279 | + "pattern":"^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package-group/[\\S]{1,2048}$" |
28272 | 28280 | },
|
28273 | 28281 | "ModelPackageGroupSortBy":{
|
28274 | 28282 | "type":"string",
|
|
32283 | 32291 | "type":"string",
|
32284 | 32292 | "max":2048,
|
32285 | 32293 | "min":1,
|
32286 |
| - "pattern":"^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:project/[\\S]{1,2048}$" |
| 32294 | + "pattern":"^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:project/[\\S]{1,2048}$" |
32287 | 32295 | },
|
32288 | 32296 | "ProjectEntityName":{
|
32289 | 32297 | "type":"string",
|
|
35307 | 35315 | "StudioLifecycleConfigArn":{
|
35308 | 35316 | "type":"string",
|
35309 | 35317 | "max":256,
|
35310 |
| - "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*" |
| 35318 | + "pattern":"^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*|None)$" |
35311 | 35319 | },
|
35312 | 35320 | "StudioLifecycleConfigContent":{
|
35313 | 35321 | "type":"string",
|
|
39092 | 39100 | "StudioWebPortalSettings":{
|
39093 | 39101 | "shape":"StudioWebPortalSettings",
|
39094 | 39102 | "documentation":"<p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>"
|
| 39103 | + }, |
| 39104 | + "AutoMountHomeEFS":{ |
| 39105 | + "shape":"AutoMountHomeEFS", |
| 39106 | + "documentation":"<p>Indicates whether auto-mounting of an EFS volume is supported for the user profile. The <code>DefaultAsDomain</code> value is only supported for user profiles. Do not use the <code>DefaultAsDomain</code> value when setting this parameter for a domain.</p>" |
39095 | 39107 | }
|
39096 | 39108 | },
|
39097 | 39109 | "documentation":"<p>A collection of settings that apply to users in a domain. These settings are specified when the <code>CreateUserProfile</code> API is called, and as <code>DefaultUserSettings</code> when the <code>CreateDomain</code> API is called.</p> <p> <code>SecurityGroups</code> is aggregated when specified in both calls. For all other settings in <code>UserSettings</code>, the values specified in <code>CreateUserProfile</code> take precedence over those specified in <code>CreateDomain</code>.</p>"
|
|
0 commit comments