@aws-sdk/client-sagemaker 3.757.0 → 3.758.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 (51) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +100 -5
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/UpdateHubContentCommand.js +22 -0
  5. package/dist-es/commands/UpdateHubContentReferenceCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_2.js +1 -4
  8. package/dist-es/models/models_3.js +4 -0
  9. package/dist-es/protocols/Aws_json1_1.js +58 -0
  10. package/dist-types/SageMaker.d.ts +14 -0
  11. package/dist-types/SageMakerClient.d.ts +4 -2
  12. package/dist-types/commands/CreateAlgorithmCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +12 -0
  14. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeHubContentCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +12 -0
  19. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +6 -0
  20. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -2
  22. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
  24. package/dist-types/commands/SearchCommand.d.ts +17 -15
  25. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateHubContentCommand.d.ts +123 -0
  27. package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +94 -0
  28. package/dist-types/commands/index.d.ts +2 -0
  29. package/dist-types/models/models_0.d.ts +35 -16
  30. package/dist-types/models/models_1.d.ts +17 -11
  31. package/dist-types/models/models_2.d.ts +16 -12
  32. package/dist-types/models/models_3.d.ts +18 -54
  33. package/dist-types/models/models_4.d.ts +53 -10
  34. package/dist-types/models/models_5.d.ts +125 -1
  35. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  36. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  37. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  38. package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/UpdateHubContentCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/UpdateHubContentReferenceCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +5 -4
  45. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  46. package/dist-types/ts3.4/models/models_2.d.ts +5 -6
  47. package/dist-types/ts3.4/models/models_3.d.ts +7 -11
  48. package/dist-types/ts3.4/models/models_4.d.ts +10 -3
  49. package/dist-types/ts3.4/models/models_5.d.ts +30 -0
  50. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  51. package/package.json +12 -12
package/README.md CHANGED
@@ -2881,6 +2881,22 @@ UpdateHub
2881
2881
 
2882
2882
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandOutput/)
2883
2883
 
2884
+ </details>
2885
+ <details>
2886
+ <summary>
2887
+ UpdateHubContent
2888
+ </summary>
2889
+
2890
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandOutput/)
2891
+
2892
+ </details>
2893
+ <details>
2894
+ <summary>
2895
+ UpdateHubContentReference
2896
+ </summary>
2897
+
2898
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandOutput/)
2899
+
2884
2900
  </details>
2885
2901
  <details>
2886
2902
  <summary>
package/dist-cjs/index.js CHANGED
@@ -674,6 +674,8 @@ __export(src_exports, {
674
674
  UpdateFeatureGroupCommand: () => UpdateFeatureGroupCommand,
675
675
  UpdateFeatureMetadataCommand: () => UpdateFeatureMetadataCommand,
676
676
  UpdateHubCommand: () => UpdateHubCommand,
677
+ UpdateHubContentCommand: () => UpdateHubContentCommand,
678
+ UpdateHubContentReferenceCommand: () => UpdateHubContentReferenceCommand,
677
679
  UpdateImageCommand: () => UpdateImageCommand,
678
680
  UpdateImageVersionCommand: () => UpdateImageVersionCommand,
679
681
  UpdateInferenceComponentCommand: () => UpdateInferenceComponentCommand,
@@ -3195,12 +3197,9 @@ var HubContentStatus = {
3195
3197
  };
3196
3198
  var HubContentSupportStatus = {
3197
3199
  DEPRECATED: "Deprecated",
3200
+ RESTRICTED: "Restricted",
3198
3201
  SUPPORTED: "Supported"
3199
3202
  };
3200
- var HumanTaskUiStatus = {
3201
- ACTIVE: "Active",
3202
- DELETING: "Deleting"
3203
- };
3204
3203
  var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3205
3204
  ...obj,
3206
3205
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -5209,6 +5208,18 @@ var se_UpdateHubCommand = /* @__PURE__ */ __name(async (input, context) => {
5209
5208
  body = JSON.stringify((0, import_smithy_client._json)(input));
5210
5209
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5211
5210
  }, "se_UpdateHubCommand");
5211
+ var se_UpdateHubContentCommand = /* @__PURE__ */ __name(async (input, context) => {
5212
+ const headers = sharedHeaders("UpdateHubContent");
5213
+ let body;
5214
+ body = JSON.stringify((0, import_smithy_client._json)(input));
5215
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5216
+ }, "se_UpdateHubContentCommand");
5217
+ var se_UpdateHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
5218
+ const headers = sharedHeaders("UpdateHubContentReference");
5219
+ let body;
5220
+ body = JSON.stringify((0, import_smithy_client._json)(input));
5221
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5222
+ }, "se_UpdateHubContentReferenceCommand");
5212
5223
  var se_UpdateImageCommand = /* @__PURE__ */ __name(async (input, context) => {
5213
5224
  const headers = sharedHeaders("UpdateImage");
5214
5225
  let body;
@@ -9496,6 +9507,32 @@ var de_UpdateHubCommand = /* @__PURE__ */ __name(async (output, context) => {
9496
9507
  };
9497
9508
  return response;
9498
9509
  }, "de_UpdateHubCommand");
9510
+ var de_UpdateHubContentCommand = /* @__PURE__ */ __name(async (output, context) => {
9511
+ if (output.statusCode >= 300) {
9512
+ return de_CommandError(output, context);
9513
+ }
9514
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
9515
+ let contents = {};
9516
+ contents = de_UpdateHubContentResponse(data, context);
9517
+ const response = {
9518
+ $metadata: deserializeMetadata(output),
9519
+ ...contents
9520
+ };
9521
+ return response;
9522
+ }, "de_UpdateHubContentCommand");
9523
+ var de_UpdateHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
9524
+ if (output.statusCode >= 300) {
9525
+ return de_CommandError(output, context);
9526
+ }
9527
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
9528
+ let contents = {};
9529
+ contents = de_UpdateHubContentReferenceResponse(data, context);
9530
+ const response = {
9531
+ $metadata: deserializeMetadata(output),
9532
+ ...contents
9533
+ };
9534
+ return response;
9535
+ }, "de_UpdateHubContentReferenceCommand");
9499
9536
  var de_UpdateImageCommand = /* @__PURE__ */ __name(async (output, context) => {
9500
9537
  if (output.statusCode >= 300) {
9501
9538
  return de_CommandError(output, context);
@@ -13757,6 +13794,7 @@ var de_DescribeHubContentResponse = /* @__PURE__ */ __name((output, context) =>
13757
13794
  HubContentType: import_smithy_client.expectString,
13758
13795
  HubContentVersion: import_smithy_client.expectString,
13759
13796
  HubName: import_smithy_client.expectString,
13797
+ LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
13760
13798
  ReferenceMinVersion: import_smithy_client.expectString,
13761
13799
  SageMakerPublicHubContentArn: import_smithy_client.expectString,
13762
13800
  SupportStatus: import_smithy_client.expectString
@@ -15298,6 +15336,11 @@ var de_HookParameters = /* @__PURE__ */ __name((output, context) => {
15298
15336
  return acc;
15299
15337
  }, {});
15300
15338
  }, "de_HookParameters");
15339
+ var de_HubAccessConfig = /* @__PURE__ */ __name((output, context) => {
15340
+ return (0, import_smithy_client.take)(output, {
15341
+ HubContentArn: import_smithy_client.expectString
15342
+ });
15343
+ }, "de_HubAccessConfig");
15301
15344
  var de_HubContentDependency = /* @__PURE__ */ __name((output, context) => {
15302
15345
  return (0, import_smithy_client.take)(output, {
15303
15346
  DependencyCopyPath: import_smithy_client.expectString,
@@ -18802,7 +18845,9 @@ var de_RuleParameters = /* @__PURE__ */ __name((output, context) => {
18802
18845
  var de_S3DataSource = /* @__PURE__ */ __name((output, context) => {
18803
18846
  return (0, import_smithy_client.take)(output, {
18804
18847
  AttributeNames: (_) => de_AttributeNames(_, context),
18848
+ HubAccessConfig: (_) => de_HubAccessConfig(_, context),
18805
18849
  InstanceGroupNames: (_) => de_InstanceGroupNames(_, context),
18850
+ ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
18806
18851
  S3DataDistributionType: import_smithy_client.expectString,
18807
18852
  S3DataType: import_smithy_client.expectString,
18808
18853
  S3Uri: import_smithy_client.expectString
@@ -19937,6 +19982,18 @@ var de_UpdateFeatureGroupResponse = /* @__PURE__ */ __name((output, context) =>
19937
19982
  FeatureGroupArn: import_smithy_client.expectString
19938
19983
  });
19939
19984
  }, "de_UpdateFeatureGroupResponse");
19985
+ var de_UpdateHubContentReferenceResponse = /* @__PURE__ */ __name((output, context) => {
19986
+ return (0, import_smithy_client.take)(output, {
19987
+ HubArn: import_smithy_client.expectString,
19988
+ HubContentArn: import_smithy_client.expectString
19989
+ });
19990
+ }, "de_UpdateHubContentReferenceResponse");
19991
+ var de_UpdateHubContentResponse = /* @__PURE__ */ __name((output, context) => {
19992
+ return (0, import_smithy_client.take)(output, {
19993
+ HubArn: import_smithy_client.expectString,
19994
+ HubContentArn: import_smithy_client.expectString
19995
+ });
19996
+ }, "de_UpdateHubContentResponse");
19940
19997
  var de_UpdateHubResponse = /* @__PURE__ */ __name((output, context) => {
19941
19998
  return (0, import_smithy_client.take)(output, {
19942
19999
  HubArn: import_smithy_client.expectString
@@ -22740,6 +22797,10 @@ var DescribeModelBiasJobDefinitionCommand = class extends import_smithy_client.C
22740
22797
 
22741
22798
  // src/models/models_3.ts
22742
22799
 
22800
+ var HumanTaskUiStatus = {
22801
+ ACTIVE: "Active",
22802
+ DELETING: "Deleting"
22803
+ };
22743
22804
  var TrainingJobStatus = {
22744
22805
  COMPLETED: "Completed",
22745
22806
  FAILED: "Failed",
@@ -25979,6 +26040,36 @@ var UpdateHubCommand = class extends import_smithy_client.Command.classBuilder()
25979
26040
  }
25980
26041
  };
25981
26042
 
26043
+ // src/commands/UpdateHubContentCommand.ts
26044
+
26045
+
26046
+
26047
+ var UpdateHubContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
26048
+ return [
26049
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
26050
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
26051
+ ];
26052
+ }).s("SageMaker", "UpdateHubContent", {}).n("SageMakerClient", "UpdateHubContentCommand").f(void 0, void 0).ser(se_UpdateHubContentCommand).de(de_UpdateHubContentCommand).build() {
26053
+ static {
26054
+ __name(this, "UpdateHubContentCommand");
26055
+ }
26056
+ };
26057
+
26058
+ // src/commands/UpdateHubContentReferenceCommand.ts
26059
+
26060
+
26061
+
26062
+ var UpdateHubContentReferenceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
26063
+ return [
26064
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
26065
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
26066
+ ];
26067
+ }).s("SageMaker", "UpdateHubContentReference", {}).n("SageMakerClient", "UpdateHubContentReferenceCommand").f(void 0, void 0).ser(se_UpdateHubContentReferenceCommand).de(de_UpdateHubContentReferenceCommand).build() {
26068
+ static {
26069
+ __name(this, "UpdateHubContentReferenceCommand");
26070
+ }
26071
+ };
26072
+
25982
26073
  // src/commands/UpdateImageCommand.ts
25983
26074
 
25984
26075
 
@@ -26681,6 +26772,8 @@ var commands = {
26681
26772
  UpdateFeatureGroupCommand,
26682
26773
  UpdateFeatureMetadataCommand,
26683
26774
  UpdateHubCommand,
26775
+ UpdateHubContentCommand,
26776
+ UpdateHubContentReferenceCommand,
26684
26777
  UpdateImageCommand,
26685
26778
  UpdateImageVersionCommand,
26686
26779
  UpdateInferenceComponentCommand,
@@ -27914,6 +28007,8 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
27914
28007
  UpdateFeatureGroupCommand,
27915
28008
  UpdateFeatureMetadataCommand,
27916
28009
  UpdateHubCommand,
28010
+ UpdateHubContentCommand,
28011
+ UpdateHubContentReferenceCommand,
27917
28012
  UpdateImageCommand,
27918
28013
  UpdateImageVersionCommand,
27919
28014
  UpdateInferenceComponentCommand,
@@ -28239,9 +28334,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28239
28334
  HubStatus,
28240
28335
  HubContentStatus,
28241
28336
  HubContentSupportStatus,
28242
- HumanTaskUiStatus,
28243
28337
  OidcConfigFilterSensitiveLog,
28244
28338
  CreateWorkforceRequestFilterSensitiveLog,
28339
+ HumanTaskUiStatus,
28245
28340
  TrainingJobStatus,
28246
28341
  HyperParameterTuningJobStatus,
28247
28342
  ImageStatus,
@@ -332,6 +332,8 @@ import { UpdateExperimentCommand, } from "./commands/UpdateExperimentCommand";
332
332
  import { UpdateFeatureGroupCommand, } from "./commands/UpdateFeatureGroupCommand";
333
333
  import { UpdateFeatureMetadataCommand, } from "./commands/UpdateFeatureMetadataCommand";
334
334
  import { UpdateHubCommand } from "./commands/UpdateHubCommand";
335
+ import { UpdateHubContentCommand, } from "./commands/UpdateHubContentCommand";
336
+ import { UpdateHubContentReferenceCommand, } from "./commands/UpdateHubContentReferenceCommand";
335
337
  import { UpdateImageCommand } from "./commands/UpdateImageCommand";
336
338
  import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand";
337
339
  import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
@@ -690,6 +692,8 @@ const commands = {
690
692
  UpdateFeatureGroupCommand,
691
693
  UpdateFeatureMetadataCommand,
692
694
  UpdateHubCommand,
695
+ UpdateHubContentCommand,
696
+ UpdateHubContentReferenceCommand,
693
697
  UpdateImageCommand,
694
698
  UpdateImageVersionCommand,
695
699
  UpdateInferenceComponentCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateHubContentCommand, se_UpdateHubContentCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateHubContentCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "UpdateHubContent", {})
17
+ .n("SageMakerClient", "UpdateHubContentCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateHubContentCommand)
20
+ .de(de_UpdateHubContentCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateHubContentReferenceCommand, se_UpdateHubContentReferenceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateHubContentReferenceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "UpdateHubContentReference", {})
17
+ .n("SageMakerClient", "UpdateHubContentReferenceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateHubContentReferenceCommand)
20
+ .de(de_UpdateHubContentReferenceCommand)
21
+ .build() {
22
+ }
@@ -331,6 +331,8 @@ export * from "./UpdateExperimentCommand";
331
331
  export * from "./UpdateFeatureGroupCommand";
332
332
  export * from "./UpdateFeatureMetadataCommand";
333
333
  export * from "./UpdateHubCommand";
334
+ export * from "./UpdateHubContentCommand";
335
+ export * from "./UpdateHubContentReferenceCommand";
334
336
  export * from "./UpdateImageCommand";
335
337
  export * from "./UpdateImageVersionCommand";
336
338
  export * from "./UpdateInferenceComponentCommand";
@@ -260,12 +260,9 @@ export const HubContentStatus = {
260
260
  };
261
261
  export const HubContentSupportStatus = {
262
262
  DEPRECATED: "Deprecated",
263
+ RESTRICTED: "Restricted",
263
264
  SUPPORTED: "Supported",
264
265
  };
265
- export const HumanTaskUiStatus = {
266
- ACTIVE: "Active",
267
- DELETING: "Deleting",
268
- };
269
266
  export const OidcConfigFilterSensitiveLog = (obj) => ({
270
267
  ...obj,
271
268
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,5 +1,9 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export const HumanTaskUiStatus = {
4
+ ACTIVE: "Active",
5
+ DELETING: "Deleting",
6
+ };
3
7
  export const TrainingJobStatus = {
4
8
  COMPLETED: "Completed",
5
9
  FAILED: "Failed",
@@ -2004,6 +2004,18 @@ export const se_UpdateHubCommand = async (input, context) => {
2004
2004
  body = JSON.stringify(_json(input));
2005
2005
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2006
2006
  };
2007
+ export const se_UpdateHubContentCommand = async (input, context) => {
2008
+ const headers = sharedHeaders("UpdateHubContent");
2009
+ let body;
2010
+ body = JSON.stringify(_json(input));
2011
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2012
+ };
2013
+ export const se_UpdateHubContentReferenceCommand = async (input, context) => {
2014
+ const headers = sharedHeaders("UpdateHubContentReference");
2015
+ let body;
2016
+ body = JSON.stringify(_json(input));
2017
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2018
+ };
2007
2019
  export const se_UpdateImageCommand = async (input, context) => {
2008
2020
  const headers = sharedHeaders("UpdateImage");
2009
2021
  let body;
@@ -6291,6 +6303,32 @@ export const de_UpdateHubCommand = async (output, context) => {
6291
6303
  };
6292
6304
  return response;
6293
6305
  };
6306
+ export const de_UpdateHubContentCommand = async (output, context) => {
6307
+ if (output.statusCode >= 300) {
6308
+ return de_CommandError(output, context);
6309
+ }
6310
+ const data = await parseBody(output.body, context);
6311
+ let contents = {};
6312
+ contents = de_UpdateHubContentResponse(data, context);
6313
+ const response = {
6314
+ $metadata: deserializeMetadata(output),
6315
+ ...contents,
6316
+ };
6317
+ return response;
6318
+ };
6319
+ export const de_UpdateHubContentReferenceCommand = async (output, context) => {
6320
+ if (output.statusCode >= 300) {
6321
+ return de_CommandError(output, context);
6322
+ }
6323
+ const data = await parseBody(output.body, context);
6324
+ let contents = {};
6325
+ contents = de_UpdateHubContentReferenceResponse(data, context);
6326
+ const response = {
6327
+ $metadata: deserializeMetadata(output),
6328
+ ...contents,
6329
+ };
6330
+ return response;
6331
+ };
6294
6332
  export const de_UpdateImageCommand = async (output, context) => {
6295
6333
  if (output.statusCode >= 300) {
6296
6334
  return de_CommandError(output, context);
@@ -10687,6 +10725,7 @@ const de_DescribeHubContentResponse = (output, context) => {
10687
10725
  HubContentType: __expectString,
10688
10726
  HubContentVersion: __expectString,
10689
10727
  HubName: __expectString,
10728
+ LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
10690
10729
  ReferenceMinVersion: __expectString,
10691
10730
  SageMakerPublicHubContentArn: __expectString,
10692
10731
  SupportStatus: __expectString,
@@ -12295,6 +12334,11 @@ const de_HookParameters = (output, context) => {
12295
12334
  return acc;
12296
12335
  }, {});
12297
12336
  };
12337
+ const de_HubAccessConfig = (output, context) => {
12338
+ return take(output, {
12339
+ HubContentArn: __expectString,
12340
+ });
12341
+ };
12298
12342
  const de_HubContentDependency = (output, context) => {
12299
12343
  return take(output, {
12300
12344
  DependencyCopyPath: __expectString,
@@ -16023,7 +16067,9 @@ const de_RuleParameters = (output, context) => {
16023
16067
  const de_S3DataSource = (output, context) => {
16024
16068
  return take(output, {
16025
16069
  AttributeNames: (_) => de_AttributeNames(_, context),
16070
+ HubAccessConfig: (_) => de_HubAccessConfig(_, context),
16026
16071
  InstanceGroupNames: (_) => de_InstanceGroupNames(_, context),
16072
+ ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
16027
16073
  S3DataDistributionType: __expectString,
16028
16074
  S3DataType: __expectString,
16029
16075
  S3Uri: __expectString,
@@ -17215,6 +17261,18 @@ const de_UpdateFeatureGroupResponse = (output, context) => {
17215
17261
  FeatureGroupArn: __expectString,
17216
17262
  });
17217
17263
  };
17264
+ const de_UpdateHubContentReferenceResponse = (output, context) => {
17265
+ return take(output, {
17266
+ HubArn: __expectString,
17267
+ HubContentArn: __expectString,
17268
+ });
17269
+ };
17270
+ const de_UpdateHubContentResponse = (output, context) => {
17271
+ return take(output, {
17272
+ HubArn: __expectString,
17273
+ HubContentArn: __expectString,
17274
+ });
17275
+ };
17218
17276
  const de_UpdateHubResponse = (output, context) => {
17219
17277
  return take(output, {
17220
17278
  HubArn: __expectString,
@@ -332,6 +332,8 @@ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./c
332
332
  import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
333
333
  import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
334
334
  import { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
335
+ import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
336
+ import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
335
337
  import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
336
338
  import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
337
339
  import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
@@ -2426,6 +2428,18 @@ export interface SageMaker {
2426
2428
  updateHub(args: UpdateHubCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubCommandOutput>;
2427
2429
  updateHub(args: UpdateHubCommandInput, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
2428
2430
  updateHub(args: UpdateHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
2431
+ /**
2432
+ * @see {@link UpdateHubContentCommand}
2433
+ */
2434
+ updateHubContent(args: UpdateHubContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubContentCommandOutput>;
2435
+ updateHubContent(args: UpdateHubContentCommandInput, cb: (err: any, data?: UpdateHubContentCommandOutput) => void): void;
2436
+ updateHubContent(args: UpdateHubContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubContentCommandOutput) => void): void;
2437
+ /**
2438
+ * @see {@link UpdateHubContentReferenceCommand}
2439
+ */
2440
+ updateHubContentReference(args: UpdateHubContentReferenceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubContentReferenceCommandOutput>;
2441
+ updateHubContentReference(args: UpdateHubContentReferenceCommandInput, cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void): void;
2442
+ updateHubContentReference(args: UpdateHubContentReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void): void;
2429
2443
  /**
2430
2444
  * @see {@link UpdateImageCommand}
2431
2445
  */
@@ -340,6 +340,8 @@ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./c
340
340
  import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
341
341
  import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
342
342
  import { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
343
+ import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
344
+ import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
343
345
  import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
344
346
  import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
345
347
  import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
@@ -369,11 +371,11 @@ export { __Client };
369
371
  /**
370
372
  * @public
371
373
  */
372
- export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDeleteClusterNodesCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateAutoMLJobV2CommandInput | CreateClusterCommandInput | CreateClusterSchedulerConfigCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateComputeQuotaCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHubContentReferenceCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceComponentCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateMlflowTrackingServerCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreateOptimizationJobCommandInput | CreatePartnerAppCommandInput | CreatePartnerAppPresignedUrlCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedMlflowTrackingServerUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTrainingPlanCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteClusterCommandInput | DeleteClusterSchedulerConfigCommandInput | DeleteCodeRepositoryCommandInput | DeleteCompilationJobCommandInput | DeleteComputeQuotaCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHubContentReferenceCommandInput | DeleteHumanTaskUiCommandInput | DeleteHyperParameterTuningJobCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceComponentCommandInput | DeleteInferenceExperimentCommandInput | DeleteMlflowTrackingServerCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeleteOptimizationJobCommandInput | DeletePartnerAppCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeAutoMLJobV2CommandInput | DescribeClusterCommandInput | DescribeClusterNodeCommandInput | DescribeClusterSchedulerConfigCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeComputeQuotaCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceComponentCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeMlflowTrackingServerCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribeOptimizationJobCommandInput | DescribePartnerAppCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTrainingPlanCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetScalingConfigurationRecommendationCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListClusterNodesCommandInput | ListClusterSchedulerConfigsCommandInput | ListClustersCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListComputeQuotasCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceComponentsCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListMlflowTrackingServersCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListOptimizationJobsCommandInput | ListPartnerAppsCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListResourceCatalogsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTrainingPlansCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SearchTrainingPlanOfferingsCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMlflowTrackingServerCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMlflowTrackingServerCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopOptimizationJobCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateClusterCommandInput | UpdateClusterSchedulerConfigCommandInput | UpdateClusterSoftwareCommandInput | UpdateCodeRepositoryCommandInput | UpdateComputeQuotaCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceComponentCommandInput | UpdateInferenceComponentRuntimeConfigCommandInput | UpdateInferenceExperimentCommandInput | UpdateMlflowTrackingServerCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePartnerAppCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
374
+ export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDeleteClusterNodesCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateAutoMLJobV2CommandInput | CreateClusterCommandInput | CreateClusterSchedulerConfigCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateComputeQuotaCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHubContentReferenceCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceComponentCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateMlflowTrackingServerCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreateOptimizationJobCommandInput | CreatePartnerAppCommandInput | CreatePartnerAppPresignedUrlCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedMlflowTrackingServerUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTrainingPlanCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteClusterCommandInput | DeleteClusterSchedulerConfigCommandInput | DeleteCodeRepositoryCommandInput | DeleteCompilationJobCommandInput | DeleteComputeQuotaCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHubContentReferenceCommandInput | DeleteHumanTaskUiCommandInput | DeleteHyperParameterTuningJobCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceComponentCommandInput | DeleteInferenceExperimentCommandInput | DeleteMlflowTrackingServerCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeleteOptimizationJobCommandInput | DeletePartnerAppCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeAutoMLJobV2CommandInput | DescribeClusterCommandInput | DescribeClusterNodeCommandInput | DescribeClusterSchedulerConfigCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeComputeQuotaCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceComponentCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeMlflowTrackingServerCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribeOptimizationJobCommandInput | DescribePartnerAppCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTrainingPlanCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetScalingConfigurationRecommendationCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListClusterNodesCommandInput | ListClusterSchedulerConfigsCommandInput | ListClustersCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListComputeQuotasCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceComponentsCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListMlflowTrackingServersCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListOptimizationJobsCommandInput | ListPartnerAppsCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListResourceCatalogsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTrainingPlansCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SearchTrainingPlanOfferingsCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMlflowTrackingServerCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMlflowTrackingServerCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopOptimizationJobCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateClusterCommandInput | UpdateClusterSchedulerConfigCommandInput | UpdateClusterSoftwareCommandInput | UpdateCodeRepositoryCommandInput | UpdateComputeQuotaCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateHubContentCommandInput | UpdateHubContentReferenceCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceComponentCommandInput | UpdateInferenceComponentRuntimeConfigCommandInput | UpdateInferenceExperimentCommandInput | UpdateMlflowTrackingServerCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePartnerAppCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
373
375
  /**
374
376
  * @public
375
377
  */
376
- export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDeleteClusterNodesCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateAutoMLJobV2CommandOutput | CreateClusterCommandOutput | CreateClusterSchedulerConfigCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateComputeQuotaCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHubContentReferenceCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceComponentCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateMlflowTrackingServerCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreateOptimizationJobCommandOutput | CreatePartnerAppCommandOutput | CreatePartnerAppPresignedUrlCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedMlflowTrackingServerUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTrainingPlanCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteClusterCommandOutput | DeleteClusterSchedulerConfigCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteCompilationJobCommandOutput | DeleteComputeQuotaCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHubContentReferenceCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteHyperParameterTuningJobCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceComponentCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteMlflowTrackingServerCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeleteOptimizationJobCommandOutput | DeletePartnerAppCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeAutoMLJobV2CommandOutput | DescribeClusterCommandOutput | DescribeClusterNodeCommandOutput | DescribeClusterSchedulerConfigCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeComputeQuotaCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceComponentCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeMlflowTrackingServerCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribeOptimizationJobCommandOutput | DescribePartnerAppCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTrainingPlanCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetScalingConfigurationRecommendationCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListClusterNodesCommandOutput | ListClusterSchedulerConfigsCommandOutput | ListClustersCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListComputeQuotasCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceComponentsCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListMlflowTrackingServersCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListOptimizationJobsCommandOutput | ListPartnerAppsCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListResourceCatalogsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTrainingPlansCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SearchTrainingPlanOfferingsCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMlflowTrackingServerCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMlflowTrackingServerCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopOptimizationJobCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateClusterCommandOutput | UpdateClusterSchedulerConfigCommandOutput | UpdateClusterSoftwareCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateComputeQuotaCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceComponentCommandOutput | UpdateInferenceComponentRuntimeConfigCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateMlflowTrackingServerCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePartnerAppCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
378
+ export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDeleteClusterNodesCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateAutoMLJobV2CommandOutput | CreateClusterCommandOutput | CreateClusterSchedulerConfigCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateComputeQuotaCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHubContentReferenceCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceComponentCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateMlflowTrackingServerCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreateOptimizationJobCommandOutput | CreatePartnerAppCommandOutput | CreatePartnerAppPresignedUrlCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedMlflowTrackingServerUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTrainingPlanCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteClusterCommandOutput | DeleteClusterSchedulerConfigCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteCompilationJobCommandOutput | DeleteComputeQuotaCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHubContentReferenceCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteHyperParameterTuningJobCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceComponentCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteMlflowTrackingServerCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeleteOptimizationJobCommandOutput | DeletePartnerAppCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeAutoMLJobV2CommandOutput | DescribeClusterCommandOutput | DescribeClusterNodeCommandOutput | DescribeClusterSchedulerConfigCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeComputeQuotaCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceComponentCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeMlflowTrackingServerCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribeOptimizationJobCommandOutput | DescribePartnerAppCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTrainingPlanCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetScalingConfigurationRecommendationCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListClusterNodesCommandOutput | ListClusterSchedulerConfigsCommandOutput | ListClustersCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListComputeQuotasCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceComponentsCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListMlflowTrackingServersCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListOptimizationJobsCommandOutput | ListPartnerAppsCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListResourceCatalogsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTrainingPlansCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SearchTrainingPlanOfferingsCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMlflowTrackingServerCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMlflowTrackingServerCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopOptimizationJobCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateClusterCommandOutput | UpdateClusterSchedulerConfigCommandOutput | UpdateClusterSoftwareCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateComputeQuotaCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateHubContentCommandOutput | UpdateHubContentReferenceCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceComponentCommandOutput | UpdateInferenceComponentRuntimeConfigCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateMlflowTrackingServerCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePartnerAppCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
377
379
  /**
378
380
  * @public
379
381
  */
@@ -183,6 +183,12 @@ declare const CreateAlgorithmCommand_base: {
183
183
  * InstanceGroupNames: [ // InstanceGroupNames
184
184
  * "STRING_VALUE",
185
185
  * ],
186
+ * ModelAccessConfig: {
187
+ * AcceptEula: true || false, // required
188
+ * },
189
+ * HubAccessConfig: { // HubAccessConfig
190
+ * HubContentArn: "STRING_VALUE", // required
191
+ * },
186
192
  * },
187
193
  * FileSystemDataSource: { // FileSystemDataSource
188
194
  * FileSystemId: "STRING_VALUE", // required
@@ -178,6 +178,12 @@ declare const CreateHyperParameterTuningJobCommand_base: {
178
178
  * InstanceGroupNames: [ // InstanceGroupNames
179
179
  * "STRING_VALUE",
180
180
  * ],
181
+ * ModelAccessConfig: { // ModelAccessConfig
182
+ * AcceptEula: true || false, // required
183
+ * },
184
+ * HubAccessConfig: { // HubAccessConfig
185
+ * HubContentArn: "STRING_VALUE", // required
186
+ * },
181
187
  * },
182
188
  * FileSystemDataSource: { // FileSystemDataSource
183
189
  * FileSystemId: "STRING_VALUE", // required
@@ -324,6 +330,12 @@ declare const CreateHyperParameterTuningJobCommand_base: {
324
330
  * InstanceGroupNames: [
325
331
  * "STRING_VALUE",
326
332
  * ],
333
+ * ModelAccessConfig: {
334
+ * AcceptEula: true || false, // required
335
+ * },
336
+ * HubAccessConfig: {
337
+ * HubContentArn: "STRING_VALUE", // required
338
+ * },
327
339
  * },
328
340
  * FileSystemDataSource: {
329
341
  * FileSystemId: "STRING_VALUE", // required
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateMonitoringScheduleRequest, CreateMonitoringScheduleResponse } from "../models/models_1";
3
+ import { CreateMonitoringScheduleRequest } from "../models/models_1";
4
+ import { CreateMonitoringScheduleResponse } from "../models/models_2";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public