@aws-sdk/client-sagemaker 3.301.0 → 3.303.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.
@@ -182,12 +182,17 @@ export interface UpdateDomainResponse {
182
182
  }
183
183
  /**
184
184
  * @public
185
+ * @enum
185
186
  */
186
- export declare enum VariantPropertyType {
187
- DataCaptureConfig = "DataCaptureConfig",
188
- DesiredInstanceCount = "DesiredInstanceCount",
189
- DesiredWeight = "DesiredWeight"
190
- }
187
+ export declare const VariantPropertyType: {
188
+ readonly DataCaptureConfig: "DataCaptureConfig";
189
+ readonly DesiredInstanceCount: "DesiredInstanceCount";
190
+ readonly DesiredWeight: "DesiredWeight";
191
+ };
192
+ /**
193
+ * @public
194
+ */
195
+ export type VariantPropertyType = (typeof VariantPropertyType)[keyof typeof VariantPropertyType];
191
196
  /**
192
197
  * @public
193
198
  * <p>Specifies a production variant property type for an Endpoint.</p>