@aws-sdk/client-sagemaker 3.379.1 → 3.383.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 (59) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/SageMaker.js +2 -0
  3. package/dist-cjs/commands/GetScalingConfigurationRecommendationCommand.js +46 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoint/ruleset.js +1 -1
  6. package/dist-cjs/models/models_1.js +13 -5
  7. package/dist-cjs/models/models_2.js +24 -5
  8. package/dist-cjs/models/models_3.js +6 -2
  9. package/dist-cjs/protocols/Aws_json1_1.js +92 -10
  10. package/dist-es/SageMaker.js +2 -0
  11. package/dist-es/commands/GetScalingConfigurationRecommendationCommand.js +42 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/endpoint/ruleset.js +1 -1
  14. package/dist-es/models/models_1.js +12 -4
  15. package/dist-es/models/models_2.js +22 -4
  16. package/dist-es/models/models_3.js +4 -0
  17. package/dist-es/protocols/Aws_json1_1.js +80 -0
  18. package/dist-types/SageMaker.d.ts +7 -0
  19. package/dist-types/SageMakerClient.d.ts +3 -2
  20. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +7 -1
  21. package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteHubCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +7 -1
  24. package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  25. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
  28. package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +118 -0
  29. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  30. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  31. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  32. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/index.d.ts +1 -0
  34. package/dist-types/models/models_0.d.ts +699 -1
  35. package/dist-types/models/models_1.d.ts +945 -40
  36. package/dist-types/models/models_2.d.ts +1402 -131
  37. package/dist-types/models/models_3.d.ts +1494 -310
  38. package/dist-types/models/models_4.d.ts +699 -3
  39. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  40. package/dist-types/ts3.4/SageMaker.d.ts +23 -0
  41. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  42. package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DeleteHubCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/GetScalingConfigurationRecommendationCommand.d.ts +42 -0
  49. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  54. package/dist-types/ts3.4/models/models_1.d.ts +27 -13
  55. package/dist-types/ts3.4/models/models_2.d.ts +73 -42
  56. package/dist-types/ts3.4/models/models_3.d.ts +71 -83
  57. package/dist-types/ts3.4/models/models_4.d.ts +81 -2
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  59. package/package.json +5 -5
@@ -169,6 +169,7 @@ import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } f
169
169
  import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "../commands/GetLineageGroupPolicyCommand";
170
170
  import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "../commands/GetModelPackageGroupPolicyCommand";
171
171
  import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "../commands/GetSagemakerServicecatalogPortfolioStatusCommand";
172
+ import { GetScalingConfigurationRecommendationCommandInput, GetScalingConfigurationRecommendationCommandOutput } from "../commands/GetScalingConfigurationRecommendationCommand";
172
173
  import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "../commands/GetSearchSuggestionsCommand";
173
174
  import { ImportHubContentCommandInput, ImportHubContentCommandOutput } from "../commands/ImportHubContentCommand";
174
175
  import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
@@ -979,6 +980,10 @@ export declare const se_GetModelPackageGroupPolicyCommand: (input: GetModelPacka
979
980
  * serializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand
980
981
  */
981
982
  export declare const se_GetSagemakerServicecatalogPortfolioStatusCommand: (input: GetSagemakerServicecatalogPortfolioStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
983
+ /**
984
+ * serializeAws_json1_1GetScalingConfigurationRecommendationCommand
985
+ */
986
+ export declare const se_GetScalingConfigurationRecommendationCommand: (input: GetScalingConfigurationRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
982
987
  /**
983
988
  * serializeAws_json1_1GetSearchSuggestionsCommand
984
989
  */
@@ -2191,6 +2196,10 @@ export declare const de_GetModelPackageGroupPolicyCommand: (output: __HttpRespon
2191
2196
  * deserializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand
2192
2197
  */
2193
2198
  export declare const de_GetSagemakerServicecatalogPortfolioStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSagemakerServicecatalogPortfolioStatusCommandOutput>;
2199
+ /**
2200
+ * deserializeAws_json1_1GetScalingConfigurationRecommendationCommand
2201
+ */
2202
+ export declare const de_GetScalingConfigurationRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScalingConfigurationRecommendationCommandOutput>;
2194
2203
  /**
2195
2204
  * deserializeAws_json1_1GetSearchSuggestionsCommand
2196
2205
  */
@@ -675,6 +675,10 @@ import {
675
675
  GetSagemakerServicecatalogPortfolioStatusCommandInput,
676
676
  GetSagemakerServicecatalogPortfolioStatusCommandOutput,
677
677
  } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
678
+ import {
679
+ GetScalingConfigurationRecommendationCommandInput,
680
+ GetScalingConfigurationRecommendationCommandOutput,
681
+ } from "./commands/GetScalingConfigurationRecommendationCommand";
678
682
  import {
679
683
  GetSearchSuggestionsCommandInput,
680
684
  GetSearchSuggestionsCommandOutput,
@@ -3494,6 +3498,25 @@ export interface SageMaker {
3494
3498
  data?: GetSagemakerServicecatalogPortfolioStatusCommandOutput
3495
3499
  ) => void
3496
3500
  ): void;
3501
+ getScalingConfigurationRecommendation(
3502
+ args: GetScalingConfigurationRecommendationCommandInput,
3503
+ options?: __HttpHandlerOptions
3504
+ ): Promise<GetScalingConfigurationRecommendationCommandOutput>;
3505
+ getScalingConfigurationRecommendation(
3506
+ args: GetScalingConfigurationRecommendationCommandInput,
3507
+ cb: (
3508
+ err: any,
3509
+ data?: GetScalingConfigurationRecommendationCommandOutput
3510
+ ) => void
3511
+ ): void;
3512
+ getScalingConfigurationRecommendation(
3513
+ args: GetScalingConfigurationRecommendationCommandInput,
3514
+ options: __HttpHandlerOptions,
3515
+ cb: (
3516
+ err: any,
3517
+ data?: GetScalingConfigurationRecommendationCommandOutput
3518
+ ) => void
3519
+ ): void;
3497
3520
  getSearchSuggestions(
3498
3521
  args: GetSearchSuggestionsCommandInput,
3499
3522
  options?: __HttpHandlerOptions
@@ -720,6 +720,10 @@ import {
720
720
  GetSagemakerServicecatalogPortfolioStatusCommandInput,
721
721
  GetSagemakerServicecatalogPortfolioStatusCommandOutput,
722
722
  } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
723
+ import {
724
+ GetScalingConfigurationRecommendationCommandInput,
725
+ GetScalingConfigurationRecommendationCommandOutput,
726
+ } from "./commands/GetScalingConfigurationRecommendationCommand";
723
727
  import {
724
728
  GetSearchSuggestionsCommandInput,
725
729
  GetSearchSuggestionsCommandOutput,
@@ -1432,6 +1436,7 @@ export type ServiceInputTypes =
1432
1436
  | GetLineageGroupPolicyCommandInput
1433
1437
  | GetModelPackageGroupPolicyCommandInput
1434
1438
  | GetSagemakerServicecatalogPortfolioStatusCommandInput
1439
+ | GetScalingConfigurationRecommendationCommandInput
1435
1440
  | GetSearchSuggestionsCommandInput
1436
1441
  | ImportHubContentCommandInput
1437
1442
  | ListActionsCommandInput
@@ -1736,6 +1741,7 @@ export type ServiceOutputTypes =
1736
1741
  | GetLineageGroupPolicyCommandOutput
1737
1742
  | GetModelPackageGroupPolicyCommandOutput
1738
1743
  | GetSagemakerServicecatalogPortfolioStatusCommandOutput
1744
+ | GetScalingConfigurationRecommendationCommandOutput
1739
1745
  | GetSearchSuggestionsCommandOutput
1740
1746
  | ImportHubContentCommandOutput
1741
1747
  | ListActionsCommandOutput
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteFlowDefinitionRequest,
11
11
  DeleteFlowDefinitionResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DeleteHubRequest } from "../models/models_1";
9
+ import { DeleteHubRequest } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetDeviceFleetReportRequest,
11
11
  GetDeviceFleetReportResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetLineageGroupPolicyRequest,
11
11
  GetLineageGroupPolicyResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GetModelPackageGroupPolicyInput,
11
11
  GetModelPackageGroupPolicyOutput,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { GetSagemakerServicecatalogPortfolioStatusInput } from "../models/models_2";
10
- import { GetSagemakerServicecatalogPortfolioStatusOutput } from "../models/models_3";
9
+ import {
10
+ GetSagemakerServicecatalogPortfolioStatusInput,
11
+ GetSagemakerServicecatalogPortfolioStatusOutput,
12
+ } from "../models/models_3";
11
13
  import {
12
14
  SageMakerClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ GetScalingConfigurationRecommendationRequest,
11
+ GetScalingConfigurationRecommendationResponse,
12
+ } from "../models/models_3";
13
+ import {
14
+ SageMakerClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../SageMakerClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetScalingConfigurationRecommendationCommandInput
20
+ extends GetScalingConfigurationRecommendationRequest {}
21
+ export interface GetScalingConfigurationRecommendationCommandOutput
22
+ extends GetScalingConfigurationRecommendationResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetScalingConfigurationRecommendationCommand extends $Command<
25
+ GetScalingConfigurationRecommendationCommandInput,
26
+ GetScalingConfigurationRecommendationCommandOutput,
27
+ SageMakerClientResolvedConfig
28
+ > {
29
+ readonly input: GetScalingConfigurationRecommendationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetScalingConfigurationRecommendationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SageMakerClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetScalingConfigurationRecommendationCommandInput,
38
+ GetScalingConfigurationRecommendationCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  PutModelPackageGroupPolicyInput,
11
11
  PutModelPackageGroupPolicyOutput,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { QueryLineageRequest, QueryLineageResponse } from "../models/models_3";
9
+ import { QueryLineageRequest, QueryLineageResponse } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { RegisterDevicesRequest } from "../models/models_3";
9
+ import { RegisterDevicesRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  RenderUiTemplateRequest,
11
11
  RenderUiTemplateResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -167,6 +167,7 @@ export * from "./GetDeviceFleetReportCommand";
167
167
  export * from "./GetLineageGroupPolicyCommand";
168
168
  export * from "./GetModelPackageGroupPolicyCommand";
169
169
  export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
170
+ export * from "./GetScalingConfigurationRecommendationCommand";
170
171
  export * from "./GetSearchSuggestionsCommand";
171
172
  export * from "./ImportHubContentCommand";
172
173
  export * from "./ListActionsCommand";
@@ -773,13 +773,20 @@ export interface Phase {
773
773
  SpawnRate?: number;
774
774
  DurationInSeconds?: number;
775
775
  }
776
+ export interface Stairs {
777
+ DurationInSeconds?: number;
778
+ NumberOfSteps?: number;
779
+ UsersPerStep?: number;
780
+ }
776
781
  export declare const TrafficType: {
777
782
  readonly PHASES: "PHASES";
783
+ readonly STAIRS: "STAIRS";
778
784
  };
779
785
  export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
780
786
  export interface TrafficPattern {
781
787
  TrafficType?: TrafficType | string;
782
788
  Phases?: Phase[];
789
+ Stairs?: Stairs;
783
790
  }
784
791
  export interface RecommendationJobVpcConfig {
785
792
  SecurityGroupIds: string[] | undefined;
@@ -810,6 +817,12 @@ export interface RecommendationJobOutputConfig {
810
817
  KmsKeyId?: string;
811
818
  CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
812
819
  }
820
+ export declare const FlatInvocations: {
821
+ readonly CONTINUE: "Continue";
822
+ readonly STOP: "Stop";
823
+ };
824
+ export type FlatInvocations =
825
+ (typeof FlatInvocations)[keyof typeof FlatInvocations];
813
826
  export interface ModelLatencyThreshold {
814
827
  Percentile?: string;
815
828
  ValueInMilliseconds?: number;
@@ -817,6 +830,7 @@ export interface ModelLatencyThreshold {
817
830
  export interface RecommendationJobStoppingConditions {
818
831
  MaxInvocations?: number;
819
832
  ModelLatencyThresholds?: ModelLatencyThreshold[];
833
+ FlatInvocations?: FlatInvocations | string;
820
834
  }
821
835
  export interface CreateInferenceRecommendationsJobRequest {
822
836
  JobName: string | undefined;
@@ -1707,6 +1721,19 @@ export declare const CrossAccountFilterOption: {
1707
1721
  };
1708
1722
  export type CrossAccountFilterOption =
1709
1723
  (typeof CrossAccountFilterOption)[keyof typeof CrossAccountFilterOption];
1724
+ export declare const Statistic: {
1725
+ readonly AVERAGE: "Average";
1726
+ readonly MAXIMUM: "Maximum";
1727
+ readonly MINIMUM: "Minimum";
1728
+ readonly SAMPLE_COUNT: "SampleCount";
1729
+ readonly SUM: "Sum";
1730
+ };
1731
+ export type Statistic = (typeof Statistic)[keyof typeof Statistic];
1732
+ export interface CustomizedMetricSpecification {
1733
+ MetricName?: string;
1734
+ Namespace?: string;
1735
+ Statistic?: Statistic | string;
1736
+ }
1710
1737
  export interface DataCaptureConfigSummary {
1711
1738
  EnableCapture: boolean | undefined;
1712
1739
  CaptureStatus: CaptureStatus | string | undefined;
@@ -1814,19 +1841,6 @@ export interface DeleteExperimentResponse {
1814
1841
  export interface DeleteFeatureGroupRequest {
1815
1842
  FeatureGroupName: string | undefined;
1816
1843
  }
1817
- export interface DeleteFlowDefinitionRequest {
1818
- FlowDefinitionName: string | undefined;
1819
- }
1820
- export interface DeleteFlowDefinitionResponse {}
1821
- export interface DeleteHubRequest {
1822
- HubName: string | undefined;
1823
- }
1824
- export declare const HubContentType: {
1825
- readonly MODEL: "Model";
1826
- readonly NOTEBOOK: "Notebook";
1827
- };
1828
- export type HubContentType =
1829
- (typeof HubContentType)[keyof typeof HubContentType];
1830
1844
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1831
1845
  obj: CreateModelCardRequest
1832
1846
  ) => any;
@@ -2,7 +2,6 @@ import {
2
2
  ActionSource,
3
3
  ActionStatus,
4
4
  AdditionalInferenceSpecificationDefinition,
5
- AgentVersion,
6
5
  AlgorithmSpecification,
7
6
  AlgorithmStatus,
8
7
  AlgorithmStatusDetails,
@@ -79,6 +78,7 @@ import {
79
78
  } from "./models_0";
80
79
  import {
81
80
  _InstanceType,
81
+ CustomizedMetricSpecification,
82
82
  DataCaptureConfig,
83
83
  DataCaptureConfigSummary,
84
84
  DataProcessing,
@@ -99,7 +99,6 @@ import {
99
99
  FeatureDefinition,
100
100
  FeatureType,
101
101
  FlowDefinitionOutputConfig,
102
- HubContentType,
103
102
  HubS3StorageConfig,
104
103
  HumanLoopActivationConfig,
105
104
  HumanLoopConfig,
@@ -173,6 +172,19 @@ import {
173
172
  UserSettings,
174
173
  VendorGuidance,
175
174
  } from "./models_1";
175
+ export interface DeleteFlowDefinitionRequest {
176
+ FlowDefinitionName: string | undefined;
177
+ }
178
+ export interface DeleteFlowDefinitionResponse {}
179
+ export interface DeleteHubRequest {
180
+ HubName: string | undefined;
181
+ }
182
+ export declare const HubContentType: {
183
+ readonly MODEL: "Model";
184
+ readonly NOTEBOOK: "Notebook";
185
+ };
186
+ export type HubContentType =
187
+ (typeof HubContentType)[keyof typeof HubContentType];
176
188
  export interface DeleteHubContentRequest {
177
189
  HubName: string | undefined;
178
190
  HubContentType: HubContentType | string | undefined;
@@ -2130,6 +2142,65 @@ export interface DomainSettingsForUpdate {
2130
2142
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
2131
2143
  SecurityGroupIds?: string[];
2132
2144
  }
2145
+ export interface PredefinedMetricSpecification {
2146
+ PredefinedMetricType?: string;
2147
+ }
2148
+ export type MetricSpecification =
2149
+ | MetricSpecification.CustomizedMember
2150
+ | MetricSpecification.PredefinedMember
2151
+ | MetricSpecification.$UnknownMember;
2152
+ export declare namespace MetricSpecification {
2153
+ interface PredefinedMember {
2154
+ Predefined: PredefinedMetricSpecification;
2155
+ Customized?: never;
2156
+ $unknown?: never;
2157
+ }
2158
+ interface CustomizedMember {
2159
+ Predefined?: never;
2160
+ Customized: CustomizedMetricSpecification;
2161
+ $unknown?: never;
2162
+ }
2163
+ interface $UnknownMember {
2164
+ Predefined?: never;
2165
+ Customized?: never;
2166
+ $unknown: [string, any];
2167
+ }
2168
+ interface Visitor<T> {
2169
+ Predefined: (value: PredefinedMetricSpecification) => T;
2170
+ Customized: (value: CustomizedMetricSpecification) => T;
2171
+ _: (name: string, value: any) => T;
2172
+ }
2173
+ const visit: <T>(value: MetricSpecification, visitor: Visitor<T>) => T;
2174
+ }
2175
+ export interface TargetTrackingScalingPolicyConfiguration {
2176
+ MetricSpecification?: MetricSpecification;
2177
+ TargetValue?: number;
2178
+ }
2179
+ export type ScalingPolicy =
2180
+ | ScalingPolicy.TargetTrackingMember
2181
+ | ScalingPolicy.$UnknownMember;
2182
+ export declare namespace ScalingPolicy {
2183
+ interface TargetTrackingMember {
2184
+ TargetTracking: TargetTrackingScalingPolicyConfiguration;
2185
+ $unknown?: never;
2186
+ }
2187
+ interface $UnknownMember {
2188
+ TargetTracking?: never;
2189
+ $unknown: [string, any];
2190
+ }
2191
+ interface Visitor<T> {
2192
+ TargetTracking: (value: TargetTrackingScalingPolicyConfiguration) => T;
2193
+ _: (name: string, value: any) => T;
2194
+ }
2195
+ const visit: <T>(value: ScalingPolicy, visitor: Visitor<T>) => T;
2196
+ }
2197
+ export interface DynamicScalingConfiguration {
2198
+ MinCapacity?: number;
2199
+ MaxCapacity?: number;
2200
+ ScaleInCooldown?: number;
2201
+ ScaleOutCooldown?: number;
2202
+ ScalingPolicies?: ScalingPolicy[];
2203
+ }
2133
2204
  export interface Edge {
2134
2205
  SourceArn?: string;
2135
2206
  DestinationArn?: string;
@@ -2313,46 +2384,6 @@ export interface Filter {
2313
2384
  Operator?: Operator | string;
2314
2385
  Value?: string;
2315
2386
  }
2316
- export interface FlowDefinitionSummary {
2317
- FlowDefinitionName: string | undefined;
2318
- FlowDefinitionArn: string | undefined;
2319
- FlowDefinitionStatus: FlowDefinitionStatus | string | undefined;
2320
- CreationTime: Date | undefined;
2321
- FailureReason?: string;
2322
- }
2323
- export interface GetDeviceFleetReportRequest {
2324
- DeviceFleetName: string | undefined;
2325
- }
2326
- export interface GetDeviceFleetReportResponse {
2327
- DeviceFleetArn: string | undefined;
2328
- DeviceFleetName: string | undefined;
2329
- OutputConfig?: EdgeOutputConfig;
2330
- Description?: string;
2331
- ReportGenerated?: Date;
2332
- DeviceStats?: DeviceStats;
2333
- AgentVersions?: AgentVersion[];
2334
- ModelStats?: EdgeModelStat[];
2335
- }
2336
- export interface GetLineageGroupPolicyRequest {
2337
- LineageGroupName: string | undefined;
2338
- }
2339
- export interface GetLineageGroupPolicyResponse {
2340
- LineageGroupArn?: string;
2341
- ResourcePolicy?: string;
2342
- }
2343
- export interface GetModelPackageGroupPolicyInput {
2344
- ModelPackageGroupName: string | undefined;
2345
- }
2346
- export interface GetModelPackageGroupPolicyOutput {
2347
- ResourcePolicy: string | undefined;
2348
- }
2349
- export interface GetSagemakerServicecatalogPortfolioStatusInput {}
2350
- export declare const SagemakerServicecatalogStatus: {
2351
- readonly DISABLED: "Disabled";
2352
- readonly ENABLED: "Enabled";
2353
- };
2354
- export type SagemakerServicecatalogStatus =
2355
- (typeof SagemakerServicecatalogStatus)[keyof typeof SagemakerServicecatalogStatus];
2356
2387
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2357
2388
  obj: DescribeModelCardResponse
2358
2389
  ) => any;