@aws-sdk/client-sagemaker 3.474.0 → 3.475.0

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 (130) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/SageMaker.js +2 -0
  3. package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +65 -2
  6. package/dist-cjs/models/models_1.js +3 -0
  7. package/dist-cjs/models/models_2.js +5 -0
  8. package/dist-cjs/models/models_3.js +3 -0
  9. package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +144 -42
  12. package/dist-es/SageMaker.js +2 -0
  13. package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_0.js +65 -2
  16. package/dist-es/models/models_1.js +3 -0
  17. package/dist-es/models/models_2.js +5 -0
  18. package/dist-es/models/models_3.js +3 -0
  19. package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_json1_1.js +130 -30
  22. package/dist-types/SageMaker.d.ts +7 -0
  23. package/dist-types/SageMakerClient.d.ts +3 -2
  24. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
  27. package/dist-types/commands/CreateAppCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
  29. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
  32. package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
  34. package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
  35. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
  39. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
  40. package/dist-types/commands/CreateModelCommand.d.ts +16 -16
  41. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
  42. package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
  44. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
  47. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  50. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
  51. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
  53. package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
  54. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
  55. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
  56. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
  57. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
  59. package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
  60. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
  64. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
  65. package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
  66. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
  67. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
  69. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
  71. package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
  72. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListAppsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  77. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
  79. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
  82. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
  83. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
  84. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
  85. package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
  86. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  87. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  88. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  90. package/dist-types/commands/SearchCommand.d.ts +98 -98
  91. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
  92. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
  93. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  94. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
  96. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
  99. package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
  100. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
  101. package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
  102. package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
  106. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
  108. package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
  109. package/dist-types/commands/index.d.ts +1 -0
  110. package/dist-types/models/models_0.d.ts +172 -99
  111. package/dist-types/models/models_1.d.ts +76 -69
  112. package/dist-types/models/models_2.d.ts +103 -115
  113. package/dist-types/models/models_3.d.ts +59 -36
  114. package/dist-types/models/models_4.d.ts +44 -33
  115. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/index.d.ts +1 -0
  117. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  118. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  119. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  120. package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
  121. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +91 -26
  123. package/dist-types/ts3.4/models/models_1.d.ts +19 -16
  124. package/dist-types/ts3.4/models/models_2.d.ts +25 -24
  125. package/dist-types/ts3.4/models/models_3.d.ts +17 -10
  126. package/dist-types/ts3.4/models/models_4.d.ts +10 -8
  127. package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  129. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  130. package/package.json +1 -1
@@ -67,6 +67,10 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut
67
67
  * @see {@link StartPipelineExecutionCommandOutput} for command's `response` shape.
68
68
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
69
69
  *
70
+ * @throws {@link ConflictException} (client fault)
71
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
72
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
73
+ *
70
74
  * @throws {@link ResourceLimitExceeded} (client fault)
71
75
  * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
72
76
  * training jobs created. </p>
@@ -70,6 +70,10 @@ export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutio
70
70
  * @see {@link StopPipelineExecutionCommandOutput} for command's `response` shape.
71
71
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
72
72
  *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
75
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
76
+ *
73
77
  * @throws {@link ResourceNotFound} (client fault)
74
78
  * <p>Resource being access is not found.</p>
75
79
  *
@@ -46,6 +46,11 @@ export interface UpdateAppImageConfigCommandOutput extends UpdateAppImageConfigR
46
46
  * },
47
47
  * },
48
48
  * JupyterLabAppImageConfig: { // JupyterLabAppImageConfig
49
+ * FileSystemConfig: {
50
+ * MountPath: "STRING_VALUE",
51
+ * DefaultUid: Number("int"),
52
+ * DefaultGid: Number("int"),
53
+ * },
49
54
  * ContainerConfig: { // ContainerConfig
50
55
  * ContainerArguments: [ // CustomImageContainerArguments
51
56
  * "STRING_VALUE",
@@ -33,7 +33,7 @@ export interface UpdateArtifactCommandOutput extends UpdateArtifactResponse, __M
33
33
  * const input = { // UpdateArtifactRequest
34
34
  * ArtifactArn: "STRING_VALUE", // required
35
35
  * ArtifactName: "STRING_VALUE",
36
- * Properties: { // LineageEntityParameters
36
+ * Properties: { // ArtifactProperties
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * PropertiesToRemove: [ // ListLineageEntityParameterKey
@@ -50,6 +50,10 @@ export interface UpdateCodeRepositoryCommandOutput extends UpdateCodeRepositoryO
50
50
  * @see {@link UpdateCodeRepositoryCommandOutput} for command's `response` shape.
51
51
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
52
52
  *
53
+ * @throws {@link ConflictException} (client fault)
54
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
55
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
56
+ *
53
57
  * @throws {@link SageMakerServiceException}
54
58
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
55
59
  *
@@ -127,14 +127,14 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
127
127
  * SecretArn: "STRING_VALUE",
128
128
  * },
129
129
  * ],
130
- * KendraSettings: { // KendraSettings
130
+ * DirectDeploySettings: { // DirectDeploySettings
131
131
  * Status: "ENABLED" || "DISABLED",
132
132
  * },
133
- * DirectDeploySettings: { // DirectDeploySettings
133
+ * KendraSettings: { // KendraSettings
134
134
  * Status: "ENABLED" || "DISABLED",
135
135
  * },
136
136
  * },
137
- * JupyterLabAppSettings: { // JupyterLabAppSettings
137
+ * CodeEditorAppSettings: { // CodeEditorAppSettings
138
138
  * DefaultResourceSpec: {
139
139
  * SageMakerImageArn: "STRING_VALUE",
140
140
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -142,6 +142,12 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
142
142
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
143
143
  * LifecycleConfigArn: "STRING_VALUE",
144
144
  * },
145
+ * LifecycleConfigArns: [
146
+ * "STRING_VALUE",
147
+ * ],
148
+ * },
149
+ * JupyterLabAppSettings: { // JupyterLabAppSettings
150
+ * DefaultResourceSpec: "<ResourceSpec>",
145
151
  * CustomImages: [
146
152
  * {
147
153
  * ImageName: "STRING_VALUE", // required
@@ -158,12 +164,6 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
158
164
  * },
159
165
  * ],
160
166
  * },
161
- * CodeEditorAppSettings: { // CodeEditorAppSettings
162
- * DefaultResourceSpec: "<ResourceSpec>",
163
- * LifecycleConfigArns: [
164
- * "STRING_VALUE",
165
- * ],
166
- * },
167
167
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
168
168
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
169
169
  * DefaultEbsVolumeSizeInGb: Number("int"), // required
@@ -197,6 +197,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
197
197
  * "STRING_VALUE",
198
198
  * ],
199
199
  * },
200
+ * AppSecurityGroupManagement: "Service" || "Customer",
200
201
  * DefaultSpaceSettings: { // DefaultSpaceSettings
201
202
  * ExecutionRole: "STRING_VALUE",
202
203
  * SecurityGroups: [
@@ -225,7 +226,6 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
225
226
  * LifecycleConfigArns: "<LifecycleConfigArns>",
226
227
  * },
227
228
  * },
228
- * AppSecurityGroupManagement: "Service" || "Customer",
229
229
  * SubnetIds: [ // Subnets
230
230
  * "STRING_VALUE",
231
231
  * ],
@@ -72,13 +72,6 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointOutput, __Met
72
72
  * TerminationWaitInSeconds: Number("int"),
73
73
  * MaximumExecutionTimeoutInSeconds: Number("int"),
74
74
  * },
75
- * AutoRollbackConfiguration: { // AutoRollbackConfig
76
- * Alarms: [ // AlarmList
77
- * { // Alarm
78
- * AlarmName: "STRING_VALUE",
79
- * },
80
- * ],
81
- * },
82
75
  * RollingUpdatePolicy: { // RollingUpdatePolicy
83
76
  * MaximumBatchSize: {
84
77
  * Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
@@ -91,6 +84,13 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointOutput, __Met
91
84
  * Value: Number("int"), // required
92
85
  * },
93
86
  * },
87
+ * AutoRollbackConfiguration: { // AutoRollbackConfig
88
+ * Alarms: [ // AlarmList
89
+ * { // Alarm
90
+ * AlarmName: "STRING_VALUE",
91
+ * },
92
+ * ],
93
+ * },
94
94
  * },
95
95
  * RetainDeploymentConfig: true || false,
96
96
  * };
@@ -45,8 +45,8 @@ export interface UpdateFeatureGroupCommandOutput extends UpdateFeatureGroupRespo
45
45
  * FeatureGroupName: "STRING_VALUE", // required
46
46
  * FeatureAdditions: [ // FeatureAdditions
47
47
  * { // FeatureDefinition
48
- * FeatureName: "STRING_VALUE",
49
- * FeatureType: "Integral" || "Fractional" || "String",
48
+ * FeatureName: "STRING_VALUE", // required
49
+ * FeatureType: "Integral" || "Fractional" || "String", // required
50
50
  * CollectionType: "List" || "Set" || "Vector",
51
51
  * CollectionConfig: { // CollectionConfig Union: only one key present
52
52
  * VectorConfig: { // VectorConfig
@@ -76,6 +76,10 @@ export interface UpdateFeatureGroupCommandOutput extends UpdateFeatureGroupRespo
76
76
  * @see {@link UpdateFeatureGroupCommandOutput} for command's `response` shape.
77
77
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
78
78
  *
79
+ * @throws {@link ResourceLimitExceeded} (client fault)
80
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
81
+ * training jobs created. </p>
82
+ *
79
83
  * @throws {@link ResourceNotFound} (client fault)
80
84
  * <p>Resource being access is not found.</p>
81
85
  *
@@ -71,7 +71,7 @@ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutpu
71
71
  * "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
72
72
  * ],
73
73
  * SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
74
- * "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge",
74
+ * "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.dl1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
75
75
  * ],
76
76
  * SupportedContentTypes: [ // ContentTypes
77
77
  * "STRING_VALUE",
@@ -96,6 +96,10 @@ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutpu
96
96
  * @see {@link UpdateModelPackageCommandOutput} for command's `response` shape.
97
97
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
98
98
  *
99
+ * @throws {@link ConflictException} (client fault)
100
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
101
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
102
+ *
99
103
  * @throws {@link SageMakerServiceException}
100
104
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
101
105
  *
@@ -59,6 +59,10 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __M
59
59
  * @see {@link UpdatePipelineCommandOutput} for command's `response` shape.
60
60
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
61
61
  *
62
+ * @throws {@link ConflictException} (client fault)
63
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
64
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
65
+ *
62
66
  * @throws {@link ResourceNotFound} (client fault)
63
67
  * <p>Resource being access is not found.</p>
64
68
  *
@@ -52,6 +52,10 @@ export interface UpdatePipelineExecutionCommandOutput extends UpdatePipelineExec
52
52
  * @see {@link UpdatePipelineExecutionCommandOutput} for command's `response` shape.
53
53
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
54
54
  *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
57
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
58
+ *
55
59
  * @throws {@link ResourceNotFound} (client fault)
56
60
  * <p>Resource being access is not found.</p>
57
61
  *
@@ -70,6 +70,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
70
70
  * @see {@link UpdateProjectCommandOutput} for command's `response` shape.
71
71
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
72
72
  *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
75
+ * <code>Experiment</code> or <code>Artifact</code>.</p>
76
+ *
73
77
  * @throws {@link SageMakerServiceException}
74
78
  * <p>Base exception class for all service exceptions from SageMaker service.</p>
75
79
  *
@@ -70,7 +70,7 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
70
70
  * "STRING_VALUE",
71
71
  * ],
72
72
  * },
73
- * JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
73
+ * CodeEditorAppSettings: { // SpaceCodeEditorAppSettings
74
74
  * DefaultResourceSpec: {
75
75
  * SageMakerImageArn: "STRING_VALUE",
76
76
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -78,13 +78,8 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
78
78
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
79
79
  * LifecycleConfigArn: "STRING_VALUE",
80
80
  * },
81
- * CodeRepositories: [
82
- * {
83
- * RepositoryUrl: "STRING_VALUE", // required
84
- * },
85
- * ],
86
81
  * },
87
- * CodeEditorAppSettings: { // SpaceCodeEditorAppSettings
82
+ * JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
88
83
  * DefaultResourceSpec: {
89
84
  * SageMakerImageArn: "STRING_VALUE",
90
85
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -92,13 +87,18 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
92
87
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
93
88
  * LifecycleConfigArn: "STRING_VALUE",
94
89
  * },
90
+ * CodeRepositories: [
91
+ * {
92
+ * RepositoryUrl: "STRING_VALUE", // required
93
+ * },
94
+ * ],
95
95
  * },
96
+ * AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "VSCode" || "Savitur" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSession" || "RSessionGateway" || "Canvas" || "DatasetManager" || "SageMakerLite" || "Local",
96
97
  * SpaceStorageSettings: { // SpaceStorageSettings
97
98
  * EbsStorageSettings: { // EbsStorageSettings
98
99
  * EbsVolumeSizeInGb: Number("int"), // required
99
100
  * },
100
101
  * },
101
- * AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
102
102
  * CustomFileSystems: [ // CustomFileSystems
103
103
  * { // CustomFileSystem Union: only one key present
104
104
  * EFSFileSystem: { // EFSFileSystem
@@ -72,6 +72,10 @@ export interface UpdateTrainingJobCommandOutput extends UpdateTrainingJobRespons
72
72
  * @see {@link UpdateTrainingJobCommandOutput} for command's `response` shape.
73
73
  * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
74
74
  *
75
+ * @throws {@link ResourceLimitExceeded} (client fault)
76
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
77
+ * training jobs created. </p>
78
+ *
75
79
  * @throws {@link ResourceNotFound} (client fault)
76
80
  * <p>Resource being access is not found.</p>
77
81
  *
@@ -128,14 +128,14 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
128
128
  * SecretArn: "STRING_VALUE",
129
129
  * },
130
130
  * ],
131
- * KendraSettings: { // KendraSettings
131
+ * DirectDeploySettings: { // DirectDeploySettings
132
132
  * Status: "ENABLED" || "DISABLED",
133
133
  * },
134
- * DirectDeploySettings: { // DirectDeploySettings
134
+ * KendraSettings: { // KendraSettings
135
135
  * Status: "ENABLED" || "DISABLED",
136
136
  * },
137
137
  * },
138
- * JupyterLabAppSettings: { // JupyterLabAppSettings
138
+ * CodeEditorAppSettings: { // CodeEditorAppSettings
139
139
  * DefaultResourceSpec: {
140
140
  * SageMakerImageArn: "STRING_VALUE",
141
141
  * SageMakerImageVersionArn: "STRING_VALUE",
@@ -143,6 +143,12 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
143
143
  * InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
144
144
  * LifecycleConfigArn: "STRING_VALUE",
145
145
  * },
146
+ * LifecycleConfigArns: [
147
+ * "STRING_VALUE",
148
+ * ],
149
+ * },
150
+ * JupyterLabAppSettings: { // JupyterLabAppSettings
151
+ * DefaultResourceSpec: "<ResourceSpec>",
146
152
  * CustomImages: [
147
153
  * {
148
154
  * ImageName: "STRING_VALUE", // required
@@ -159,12 +165,6 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
159
165
  * },
160
166
  * ],
161
167
  * },
162
- * CodeEditorAppSettings: { // CodeEditorAppSettings
163
- * DefaultResourceSpec: "<ResourceSpec>",
164
- * LifecycleConfigArns: [
165
- * "STRING_VALUE",
166
- * ],
167
- * },
168
168
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
169
169
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
170
170
  * DefaultEbsVolumeSizeInGb: Number("int"), // required
@@ -40,7 +40,7 @@ export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __M
40
40
  * ClientId: "STRING_VALUE", // required
41
41
  * },
42
42
  * OidcMemberDefinition: { // OidcMemberDefinition
43
- * Groups: [ // Groups // required
43
+ * Groups: [ // Groups
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * },
@@ -64,7 +64,7 @@ export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __M
64
64
  * // ClientId: "STRING_VALUE", // required
65
65
  * // },
66
66
  * // OidcMemberDefinition: { // OidcMemberDefinition
67
- * // Groups: [ // Groups // required
67
+ * // Groups: [ // Groups
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
70
  * // },
@@ -66,6 +66,7 @@ export * from "./DeleteArtifactCommand";
66
66
  export * from "./DeleteAssociationCommand";
67
67
  export * from "./DeleteClusterCommand";
68
68
  export * from "./DeleteCodeRepositoryCommand";
69
+ export * from "./DeleteCompilationJobCommand";
69
70
  export * from "./DeleteContextCommand";
70
71
  export * from "./DeleteDataQualityJobDefinitionCommand";
71
72
  export * from "./DeleteDeviceFleetCommand";