Skip to content

Commit b548c9f

Browse files
author
awstools
committed
feat(client-sagemaker): This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.
1 parent bbe7c76 commit b548c9f

21 files changed

+38
-81
lines changed

clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
6868
* // FrameworkVersion: "STRING_VALUE",
6969
* // NearestModelName: "STRING_VALUE",
7070
* // AdditionalS3DataSource: { // AdditionalS3DataSource
71-
* // S3DataType: "S3Object", // required
71+
* // S3DataType: "S3Object" || "S3Prefix", // required
7272
* // S3Uri: "STRING_VALUE", // required
7373
* // CompressionType: "None" || "Gzip",
7474
* // },

clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
9999
* },
100100
* ],
101101
* AdditionalS3DataSource: { // AdditionalS3DataSource
102-
* S3DataType: "S3Object", // required
102+
* S3DataType: "S3Object" || "S3Prefix", // required
103103
* S3Uri: "STRING_VALUE", // required
104104
* CompressionType: "None" || "Gzip",
105105
* },
@@ -122,7 +122,7 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
122122
* FrameworkVersion: "STRING_VALUE",
123123
* NearestModelName: "STRING_VALUE",
124124
* AdditionalS3DataSource: {
125-
* S3DataType: "S3Object", // required
125+
* S3DataType: "S3Object" || "S3Prefix", // required
126126
* S3Uri: "STRING_VALUE", // required
127127
* CompressionType: "None" || "Gzip",
128128
* },

clients/client-sagemaker/src/commands/CreateAppCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
4141
* DomainId: "STRING_VALUE", // required
4242
* UserProfileName: "STRING_VALUE",
4343
* SpaceName: "STRING_VALUE",
44-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local", // required
44+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
4545
* AppName: "STRING_VALUE", // required
4646
* Tags: [ // TagList
4747
* { // Tag

clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
7676
* FrameworkVersion: "STRING_VALUE",
7777
* NearestModelName: "STRING_VALUE",
7878
* AdditionalS3DataSource: { // AdditionalS3DataSource
79-
* S3DataType: "S3Object", // required
79+
* S3DataType: "S3Object" || "S3Prefix", // required
8080
* S3Uri: "STRING_VALUE", // required
8181
* CompressionType: "None" || "Gzip",
8282
* },
@@ -248,7 +248,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
248248
* FrameworkVersion: "STRING_VALUE",
249249
* NearestModelName: "STRING_VALUE",
250250
* AdditionalS3DataSource: {
251-
* S3DataType: "S3Object", // required
251+
* S3DataType: "S3Object" || "S3Prefix", // required
252252
* S3Uri: "STRING_VALUE", // required
253253
* CompressionType: "None" || "Gzip",
254254
* },

clients/client-sagemaker/src/commands/CreateSpaceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
104104
* },
105105
* ],
106106
* },
107-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
107+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
108108
* SpaceStorageSettings: { // SpaceStorageSettings
109109
* EbsStorageSettings: { // EbsStorageSettings
110110
* EbsVolumeSizeInGb: Number("int"), // required

clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface CreateStudioLifecycleConfigCommandOutput
4040
* const input = { // CreateStudioLifecycleConfigRequest
4141
* StudioLifecycleConfigName: "STRING_VALUE", // required
4242
* StudioLifecycleConfigContent: "STRING_VALUE", // required
43-
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab", // required
43+
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab", // required
4444
* Tags: [ // TagList
4545
* { // Tag
4646
* Key: "STRING_VALUE", // required

clients/client-sagemaker/src/commands/DeleteAppCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {}
3939
* DomainId: "STRING_VALUE", // required
4040
* UserProfileName: "STRING_VALUE",
4141
* SpaceName: "STRING_VALUE",
42-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local", // required
42+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
4343
* AppName: "STRING_VALUE", // required
4444
* };
4545
* const command = new DeleteAppCommand(input);

clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput,
106106
* // },
107107
* // ],
108108
* // AdditionalS3DataSource: { // AdditionalS3DataSource
109-
* // S3DataType: "S3Object", // required
109+
* // S3DataType: "S3Object" || "S3Prefix", // required
110110
* // S3Uri: "STRING_VALUE", // required
111111
* // CompressionType: "None" || "Gzip",
112112
* // },
@@ -129,7 +129,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput,
129129
* // FrameworkVersion: "STRING_VALUE",
130130
* // NearestModelName: "STRING_VALUE",
131131
* // AdditionalS3DataSource: {
132-
* // S3DataType: "S3Object", // required
132+
* // S3DataType: "S3Object" || "S3Prefix", // required
133133
* // S3Uri: "STRING_VALUE", // required
134134
* // CompressionType: "None" || "Gzip",
135135
* // },

clients/client-sagemaker/src/commands/DescribeAppCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
3939
* DomainId: "STRING_VALUE", // required
4040
* UserProfileName: "STRING_VALUE",
4141
* SpaceName: "STRING_VALUE",
42-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local", // required
42+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
4343
* AppName: "STRING_VALUE", // required
4444
* };
4545
* const command = new DescribeAppCommand(input);
4646
* const response = await client.send(command);
4747
* // { // DescribeAppResponse
4848
* // AppArn: "STRING_VALUE",
49-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
49+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
5050
* // AppName: "STRING_VALUE",
5151
* // DomainId: "STRING_VALUE",
5252
* // UserProfileName: "STRING_VALUE",

clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
6868
* // FrameworkVersion: "STRING_VALUE",
6969
* // NearestModelName: "STRING_VALUE",
7070
* // AdditionalS3DataSource: { // AdditionalS3DataSource
71-
* // S3DataType: "S3Object", // required
71+
* // S3DataType: "S3Object" || "S3Prefix", // required
7272
* // S3Uri: "STRING_VALUE", // required
7373
* // CompressionType: "None" || "Gzip",
7474
* // },
@@ -272,7 +272,7 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
272272
* // FrameworkVersion: "STRING_VALUE",
273273
* // NearestModelName: "STRING_VALUE",
274274
* // AdditionalS3DataSource: {
275-
* // S3DataType: "S3Object", // required
275+
* // S3DataType: "S3Object" || "S3Prefix", // required
276276
* // S3Uri: "STRING_VALUE", // required
277277
* // CompressionType: "None" || "Gzip",
278278
* // },

clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
110110
* // },
111111
* // ],
112112
* // },
113-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
113+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
114114
* // SpaceStorageSettings: { // SpaceStorageSettings
115115
* // EbsStorageSettings: { // EbsStorageSettings
116116
* // EbsVolumeSizeInGb: Number("int"), // required

clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface DescribeStudioLifecycleConfigCommandOutput
5151
* // CreationTime: new Date("TIMESTAMP"),
5252
* // LastModifiedTime: new Date("TIMESTAMP"),
5353
* // StudioLifecycleConfigContent: "STRING_VALUE",
54-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab",
54+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
5555
* // };
5656
*
5757
* ```

clients/client-sagemaker/src/commands/ListAppsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
5252
* // DomainId: "STRING_VALUE",
5353
* // UserProfileName: "STRING_VALUE",
5454
* // SpaceName: "STRING_VALUE",
55-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
55+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
5656
* // AppName: "STRING_VALUE",
5757
* // Status: "Deleted" || "Deleting" || "Failed" || "InService" || "Pending",
5858
* // CreationTime: new Date("TIMESTAMP"),

clients/client-sagemaker/src/commands/ListSpacesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
5454
* // CreationTime: new Date("TIMESTAMP"),
5555
* // LastModifiedTime: new Date("TIMESTAMP"),
5656
* // SpaceSettingsSummary: { // SpaceSettingsSummary
57-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
57+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
5858
* // SpaceStorageSettings: { // SpaceStorageSettings
5959
* // EbsStorageSettings: { // EbsStorageSettings
6060
* // EbsVolumeSizeInGb: Number("int"), // required

clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
3939
* MaxResults: Number("int"),
4040
* NextToken: "STRING_VALUE",
4141
* NameContains: "STRING_VALUE",
42-
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab",
42+
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
4343
* CreationTimeBefore: new Date("TIMESTAMP"),
4444
* CreationTimeAfter: new Date("TIMESTAMP"),
4545
* ModifiedTimeBefore: new Date("TIMESTAMP"),
@@ -57,7 +57,7 @@ export interface ListStudioLifecycleConfigsCommandOutput extends ListStudioLifec
5757
* // StudioLifecycleConfigName: "STRING_VALUE",
5858
* // CreationTime: new Date("TIMESTAMP"),
5959
* // LastModifiedTime: new Date("TIMESTAMP"),
60-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab",
60+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
6161
* // },
6262
* // ],
6363
* // };

clients/client-sagemaker/src/commands/SearchCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {}
10991099
* // FrameworkVersion: "STRING_VALUE",
11001100
* // NearestModelName: "STRING_VALUE",
11011101
* // AdditionalS3DataSource: { // AdditionalS3DataSource
1102-
* // S3DataType: "S3Object", // required
1102+
* // S3DataType: "S3Object" || "S3Prefix", // required
11031103
* // S3Uri: "STRING_VALUE", // required
11041104
* // CompressionType: "None" || "Gzip",
11051105
* // },
@@ -1255,7 +1255,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {}
12551255
* // FrameworkVersion: "STRING_VALUE",
12561256
* // NearestModelName: "STRING_VALUE",
12571257
* // AdditionalS3DataSource: {
1258-
* // S3DataType: "S3Object", // required
1258+
* // S3DataType: "S3Object" || "S3Prefix", // required
12591259
* // S3Uri: "STRING_VALUE", // required
12601260
* // CompressionType: "None" || "Gzip",
12611261
* // },

clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutpu
6666
* FrameworkVersion: "STRING_VALUE",
6767
* NearestModelName: "STRING_VALUE",
6868
* AdditionalS3DataSource: { // AdditionalS3DataSource
69-
* S3DataType: "S3Object", // required
69+
* S3DataType: "S3Object" || "S3Prefix", // required
7070
* S3Uri: "STRING_VALUE", // required
7171
* CompressionType: "None" || "Gzip",
7272
* },

clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
9898
* },
9999
* ],
100100
* },
101-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
101+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
102102
* SpaceStorageSettings: { // SpaceStorageSettings
103103
* EbsStorageSettings: { // EbsStorageSettings
104104
* EbsVolumeSizeInGb: Number("int"), // required

clients/client-sagemaker/src/models/models_0.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export type CompressionType = (typeof CompressionType)[keyof typeof CompressionT
237237
*/
238238
export const AdditionalS3DataSourceDataType = {
239239
S3OBJECT: "S3Object",
240+
S3PREFIX: "S3Prefix",
240241
} as const;
241242

242243
/**
@@ -3861,19 +3862,13 @@ export interface AnnotationConsolidationConfig {
38613862
export const AppType = {
38623863
Canvas: "Canvas",
38633864
CodeEditor: "CodeEditor",
3864-
DatasetManager: "DatasetManager",
38653865
DetailedProfiler: "DetailedProfiler",
38663866
JupyterLab: "JupyterLab",
38673867
JupyterServer: "JupyterServer",
38683868
KernelGateway: "KernelGateway",
3869-
Local: "Local",
3870-
RSession: "RSession",
38713869
RSessionGateway: "RSessionGateway",
38723870
RStudioServerPro: "RStudioServerPro",
3873-
SageMakerLite: "SageMakerLite",
3874-
Savitur: "Savitur",
38753871
TensorBoard: "TensorBoard",
3876-
VSCode: "VSCode",
38773872
} as const;
38783873

38793874
/**

clients/client-sagemaker/src/models/models_1.ts

-2
Original file line numberDiff line numberDiff line change
@@ -11698,8 +11698,6 @@ export const StudioLifecycleConfigAppType = {
1169811698
JupyterLab: "JupyterLab",
1169911699
JupyterServer: "JupyterServer",
1170011700
KernelGateway: "KernelGateway",
11701-
Savitur: "Savitur",
11702-
VSCode: "VSCode",
1170311701
} as const;
1170411702

1170511703
/**

codegen/sdk-codegen/aws-models/sagemaker.json

+12-48
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@
423423
"traits": {
424424
"smithy.api#enumValue": "S3Object"
425425
}
426+
},
427+
"S3PREFIX": {
428+
"target": "smithy.api#Unit",
429+
"traits": {
430+
"smithy.api#enumValue": "S3Prefix"
431+
}
426432
}
427433
}
428434
},
@@ -1554,18 +1560,6 @@
15541560
"smithy.api#enumValue": "TensorBoard"
15551561
}
15561562
},
1557-
"VSCode": {
1558-
"target": "smithy.api#Unit",
1559-
"traits": {
1560-
"smithy.api#enumValue": "VSCode"
1561-
}
1562-
},
1563-
"Savitur": {
1564-
"target": "smithy.api#Unit",
1565-
"traits": {
1566-
"smithy.api#enumValue": "Savitur"
1567-
}
1568-
},
15691563
"CodeEditor": {
15701564
"target": "smithy.api#Unit",
15711565
"traits": {
@@ -1584,12 +1578,6 @@
15841578
"smithy.api#enumValue": "RStudioServerPro"
15851579
}
15861580
},
1587-
"RSession": {
1588-
"target": "smithy.api#Unit",
1589-
"traits": {
1590-
"smithy.api#enumValue": "RSession"
1591-
}
1592-
},
15931581
"RSessionGateway": {
15941582
"target": "smithy.api#Unit",
15951583
"traits": {
@@ -1601,24 +1589,6 @@
16011589
"traits": {
16021590
"smithy.api#enumValue": "Canvas"
16031591
}
1604-
},
1605-
"DatasetManager": {
1606-
"target": "smithy.api#Unit",
1607-
"traits": {
1608-
"smithy.api#enumValue": "DatasetManager"
1609-
}
1610-
},
1611-
"SageMakerLite": {
1612-
"target": "smithy.api#Unit",
1613-
"traits": {
1614-
"smithy.api#enumValue": "SageMakerLite"
1615-
}
1616-
},
1617-
"Local": {
1618-
"target": "smithy.api#Unit",
1619-
"traits": {
1620-
"smithy.api#enumValue": "Local"
1621-
}
16221592
}
16231593
}
16241594
},
@@ -58215,18 +58185,6 @@
5821558185
"smithy.api#enumValue": "KernelGateway"
5821658186
}
5821758187
},
58218-
"VSCode": {
58219-
"target": "smithy.api#Unit",
58220-
"traits": {
58221-
"smithy.api#enumValue": "VSCode"
58222-
}
58223-
},
58224-
"Savitur": {
58225-
"target": "smithy.api#Unit",
58226-
"traits": {
58227-
"smithy.api#enumValue": "Savitur"
58228-
}
58229-
},
5823058188
"CodeEditor": {
5823158189
"target": "smithy.api#Unit",
5823258190
"traits": {
@@ -65601,6 +65559,12 @@
6560165559
"type": "list",
6560265560
"member": {
6560365561
"target": "com.amazonaws.sagemaker#AccountId"
65562+
},
65563+
"traits": {
65564+
"smithy.api#length": {
65565+
"min": 0,
65566+
"max": 10
65567+
}
6560465568
}
6560565569
},
6560665570
"com.amazonaws.sagemaker#VpcSecurityGroupIds": {

0 commit comments

Comments
 (0)