@aws-sdk/client-sagemaker-edge 3.133.0 → 3.137.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.133.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.132.0...v3.133.0) (2022-07-19)
7
18
 
8
19
 
@@ -20,8 +20,8 @@ class GetDeploymentsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GetDeploymentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GetDeploymentsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GetDeploymentsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetDeploymentsResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class GetDeviceRegistrationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GetDeviceRegistrationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GetDeviceRegistrationResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GetDeviceRegistrationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetDeviceRegistrationResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class SendHeartbeatCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.SendHeartbeatRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.SendHeartbeatRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -1,34 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendHeartbeatRequest = exports.Model = exports.DeploymentResult = exports.DeploymentModel = exports.DeploymentStatus = exports.EdgeMetric = exports.GetDeviceRegistrationResult = exports.GetDeviceRegistrationRequest = exports.InternalServiceException = exports.GetDeploymentsResult = exports.EdgeDeployment = exports.DeploymentType = exports.FailureHandlingPolicy = exports.Definition = exports.ModelState = exports.Checksum = exports.ChecksumType = exports.GetDeploymentsRequest = void 0;
3
+ exports.SendHeartbeatRequestFilterSensitiveLog = exports.ModelFilterSensitiveLog = exports.DeploymentResultFilterSensitiveLog = exports.DeploymentModelFilterSensitiveLog = exports.EdgeMetricFilterSensitiveLog = exports.GetDeviceRegistrationResultFilterSensitiveLog = exports.GetDeviceRegistrationRequestFilterSensitiveLog = exports.GetDeploymentsResultFilterSensitiveLog = exports.EdgeDeploymentFilterSensitiveLog = exports.DefinitionFilterSensitiveLog = exports.ChecksumFilterSensitiveLog = exports.GetDeploymentsRequestFilterSensitiveLog = exports.DeploymentStatus = exports.InternalServiceException = exports.DeploymentType = exports.FailureHandlingPolicy = exports.ModelState = exports.ChecksumType = void 0;
4
4
  const SagemakerEdgeServiceException_1 = require("./SagemakerEdgeServiceException");
5
- var GetDeploymentsRequest;
6
- (function (GetDeploymentsRequest) {
7
- GetDeploymentsRequest.filterSensitiveLog = (obj) => ({
8
- ...obj,
9
- });
10
- })(GetDeploymentsRequest = exports.GetDeploymentsRequest || (exports.GetDeploymentsRequest = {}));
11
5
  var ChecksumType;
12
6
  (function (ChecksumType) {
13
7
  ChecksumType["Sha1"] = "SHA1";
14
8
  })(ChecksumType = exports.ChecksumType || (exports.ChecksumType = {}));
15
- var Checksum;
16
- (function (Checksum) {
17
- Checksum.filterSensitiveLog = (obj) => ({
18
- ...obj,
19
- });
20
- })(Checksum = exports.Checksum || (exports.Checksum = {}));
21
9
  var ModelState;
22
10
  (function (ModelState) {
23
11
  ModelState["Deploy"] = "DEPLOY";
24
12
  ModelState["Undeploy"] = "UNDEPLOY";
25
13
  })(ModelState = exports.ModelState || (exports.ModelState = {}));
26
- var Definition;
27
- (function (Definition) {
28
- Definition.filterSensitiveLog = (obj) => ({
29
- ...obj,
30
- });
31
- })(Definition = exports.Definition || (exports.Definition = {}));
32
14
  var FailureHandlingPolicy;
33
15
  (function (FailureHandlingPolicy) {
34
16
  FailureHandlingPolicy["DoNothing"] = "DO_NOTHING";
@@ -38,18 +20,6 @@ var DeploymentType;
38
20
  (function (DeploymentType) {
39
21
  DeploymentType["Model"] = "Model";
40
22
  })(DeploymentType = exports.DeploymentType || (exports.DeploymentType = {}));
41
- var EdgeDeployment;
42
- (function (EdgeDeployment) {
43
- EdgeDeployment.filterSensitiveLog = (obj) => ({
44
- ...obj,
45
- });
46
- })(EdgeDeployment = exports.EdgeDeployment || (exports.EdgeDeployment = {}));
47
- var GetDeploymentsResult;
48
- (function (GetDeploymentsResult) {
49
- GetDeploymentsResult.filterSensitiveLog = (obj) => ({
50
- ...obj,
51
- });
52
- })(GetDeploymentsResult = exports.GetDeploymentsResult || (exports.GetDeploymentsResult = {}));
53
23
  class InternalServiceException extends SagemakerEdgeServiceException_1.SagemakerEdgeServiceException {
54
24
  constructor(opts) {
55
25
  super({
@@ -64,50 +34,56 @@ class InternalServiceException extends SagemakerEdgeServiceException_1.Sagemaker
64
34
  }
65
35
  }
66
36
  exports.InternalServiceException = InternalServiceException;
67
- var GetDeviceRegistrationRequest;
68
- (function (GetDeviceRegistrationRequest) {
69
- GetDeviceRegistrationRequest.filterSensitiveLog = (obj) => ({
70
- ...obj,
71
- });
72
- })(GetDeviceRegistrationRequest = exports.GetDeviceRegistrationRequest || (exports.GetDeviceRegistrationRequest = {}));
73
- var GetDeviceRegistrationResult;
74
- (function (GetDeviceRegistrationResult) {
75
- GetDeviceRegistrationResult.filterSensitiveLog = (obj) => ({
76
- ...obj,
77
- });
78
- })(GetDeviceRegistrationResult = exports.GetDeviceRegistrationResult || (exports.GetDeviceRegistrationResult = {}));
79
- var EdgeMetric;
80
- (function (EdgeMetric) {
81
- EdgeMetric.filterSensitiveLog = (obj) => ({
82
- ...obj,
83
- });
84
- })(EdgeMetric = exports.EdgeMetric || (exports.EdgeMetric = {}));
85
37
  var DeploymentStatus;
86
38
  (function (DeploymentStatus) {
87
39
  DeploymentStatus["Fail"] = "FAIL";
88
40
  DeploymentStatus["Success"] = "SUCCESS";
89
41
  })(DeploymentStatus = exports.DeploymentStatus || (exports.DeploymentStatus = {}));
90
- var DeploymentModel;
91
- (function (DeploymentModel) {
92
- DeploymentModel.filterSensitiveLog = (obj) => ({
93
- ...obj,
94
- });
95
- })(DeploymentModel = exports.DeploymentModel || (exports.DeploymentModel = {}));
96
- var DeploymentResult;
97
- (function (DeploymentResult) {
98
- DeploymentResult.filterSensitiveLog = (obj) => ({
99
- ...obj,
100
- });
101
- })(DeploymentResult = exports.DeploymentResult || (exports.DeploymentResult = {}));
102
- var Model;
103
- (function (Model) {
104
- Model.filterSensitiveLog = (obj) => ({
105
- ...obj,
106
- });
107
- })(Model = exports.Model || (exports.Model = {}));
108
- var SendHeartbeatRequest;
109
- (function (SendHeartbeatRequest) {
110
- SendHeartbeatRequest.filterSensitiveLog = (obj) => ({
111
- ...obj,
112
- });
113
- })(SendHeartbeatRequest = exports.SendHeartbeatRequest || (exports.SendHeartbeatRequest = {}));
42
+ const GetDeploymentsRequestFilterSensitiveLog = (obj) => ({
43
+ ...obj,
44
+ });
45
+ exports.GetDeploymentsRequestFilterSensitiveLog = GetDeploymentsRequestFilterSensitiveLog;
46
+ const ChecksumFilterSensitiveLog = (obj) => ({
47
+ ...obj,
48
+ });
49
+ exports.ChecksumFilterSensitiveLog = ChecksumFilterSensitiveLog;
50
+ const DefinitionFilterSensitiveLog = (obj) => ({
51
+ ...obj,
52
+ });
53
+ exports.DefinitionFilterSensitiveLog = DefinitionFilterSensitiveLog;
54
+ const EdgeDeploymentFilterSensitiveLog = (obj) => ({
55
+ ...obj,
56
+ });
57
+ exports.EdgeDeploymentFilterSensitiveLog = EdgeDeploymentFilterSensitiveLog;
58
+ const GetDeploymentsResultFilterSensitiveLog = (obj) => ({
59
+ ...obj,
60
+ });
61
+ exports.GetDeploymentsResultFilterSensitiveLog = GetDeploymentsResultFilterSensitiveLog;
62
+ const GetDeviceRegistrationRequestFilterSensitiveLog = (obj) => ({
63
+ ...obj,
64
+ });
65
+ exports.GetDeviceRegistrationRequestFilterSensitiveLog = GetDeviceRegistrationRequestFilterSensitiveLog;
66
+ const GetDeviceRegistrationResultFilterSensitiveLog = (obj) => ({
67
+ ...obj,
68
+ });
69
+ exports.GetDeviceRegistrationResultFilterSensitiveLog = GetDeviceRegistrationResultFilterSensitiveLog;
70
+ const EdgeMetricFilterSensitiveLog = (obj) => ({
71
+ ...obj,
72
+ });
73
+ exports.EdgeMetricFilterSensitiveLog = EdgeMetricFilterSensitiveLog;
74
+ const DeploymentModelFilterSensitiveLog = (obj) => ({
75
+ ...obj,
76
+ });
77
+ exports.DeploymentModelFilterSensitiveLog = DeploymentModelFilterSensitiveLog;
78
+ const DeploymentResultFilterSensitiveLog = (obj) => ({
79
+ ...obj,
80
+ });
81
+ exports.DeploymentResultFilterSensitiveLog = DeploymentResultFilterSensitiveLog;
82
+ const ModelFilterSensitiveLog = (obj) => ({
83
+ ...obj,
84
+ });
85
+ exports.ModelFilterSensitiveLog = ModelFilterSensitiveLog;
86
+ const SendHeartbeatRequestFilterSensitiveLog = (obj) => ({
87
+ ...obj,
88
+ });
89
+ exports.SendHeartbeatRequestFilterSensitiveLog = SendHeartbeatRequestFilterSensitiveLog;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDeploymentsRequest, GetDeploymentsResult } from "../models/models_0";
4
+ import { GetDeploymentsRequestFilterSensitiveLog, GetDeploymentsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetDeploymentsCommand, serializeAws_restJson1GetDeploymentsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetDeploymentsCommand = (function (_super) {
7
7
  __extends(GetDeploymentsCommand, _super);
@@ -20,8 +20,8 @@ var GetDeploymentsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDeploymentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDeploymentsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDeploymentsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDeploymentsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDeviceRegistrationRequest, GetDeviceRegistrationResult } from "../models/models_0";
4
+ import { GetDeviceRegistrationRequestFilterSensitiveLog, GetDeviceRegistrationResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetDeviceRegistrationCommand, serializeAws_restJson1GetDeviceRegistrationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetDeviceRegistrationCommand = (function (_super) {
7
7
  __extends(GetDeviceRegistrationCommand, _super);
@@ -20,8 +20,8 @@ var GetDeviceRegistrationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDeviceRegistrationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDeviceRegistrationResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDeviceRegistrationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDeviceRegistrationResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SendHeartbeatRequest } from "../models/models_0";
4
+ import { SendHeartbeatRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SendHeartbeatCommand, serializeAws_restJson1SendHeartbeatCommand, } from "../protocols/Aws_restJson1";
6
6
  var SendHeartbeatCommand = (function (_super) {
7
7
  __extends(SendHeartbeatCommand, _super);
@@ -20,7 +20,7 @@ var SendHeartbeatCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SendHeartbeatRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SendHeartbeatRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,26 +1,14 @@
1
1
  import { __assign, __extends } from "tslib";
2
2
  import { SagemakerEdgeServiceException as __BaseException } from "./SagemakerEdgeServiceException";
3
- export var GetDeploymentsRequest;
4
- (function (GetDeploymentsRequest) {
5
- GetDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
- })(GetDeploymentsRequest || (GetDeploymentsRequest = {}));
7
3
  export var ChecksumType;
8
4
  (function (ChecksumType) {
9
5
  ChecksumType["Sha1"] = "SHA1";
10
6
  })(ChecksumType || (ChecksumType = {}));
11
- export var Checksum;
12
- (function (Checksum) {
13
- Checksum.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
- })(Checksum || (Checksum = {}));
15
7
  export var ModelState;
16
8
  (function (ModelState) {
17
9
  ModelState["Deploy"] = "DEPLOY";
18
10
  ModelState["Undeploy"] = "UNDEPLOY";
19
11
  })(ModelState || (ModelState = {}));
20
- export var Definition;
21
- (function (Definition) {
22
- Definition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
- })(Definition || (Definition = {}));
24
12
  export var FailureHandlingPolicy;
25
13
  (function (FailureHandlingPolicy) {
26
14
  FailureHandlingPolicy["DoNothing"] = "DO_NOTHING";
@@ -30,14 +18,6 @@ export var DeploymentType;
30
18
  (function (DeploymentType) {
31
19
  DeploymentType["Model"] = "Model";
32
20
  })(DeploymentType || (DeploymentType = {}));
33
- export var EdgeDeployment;
34
- (function (EdgeDeployment) {
35
- EdgeDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
- })(EdgeDeployment || (EdgeDeployment = {}));
37
- export var GetDeploymentsResult;
38
- (function (GetDeploymentsResult) {
39
- GetDeploymentsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
- })(GetDeploymentsResult || (GetDeploymentsResult = {}));
41
21
  var InternalServiceException = (function (_super) {
42
22
  __extends(InternalServiceException, _super);
43
23
  function InternalServiceException(opts) {
@@ -51,36 +31,20 @@ var InternalServiceException = (function (_super) {
51
31
  return InternalServiceException;
52
32
  }(__BaseException));
53
33
  export { InternalServiceException };
54
- export var GetDeviceRegistrationRequest;
55
- (function (GetDeviceRegistrationRequest) {
56
- GetDeviceRegistrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
- })(GetDeviceRegistrationRequest || (GetDeviceRegistrationRequest = {}));
58
- export var GetDeviceRegistrationResult;
59
- (function (GetDeviceRegistrationResult) {
60
- GetDeviceRegistrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
- })(GetDeviceRegistrationResult || (GetDeviceRegistrationResult = {}));
62
- export var EdgeMetric;
63
- (function (EdgeMetric) {
64
- EdgeMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
65
- })(EdgeMetric || (EdgeMetric = {}));
66
34
  export var DeploymentStatus;
67
35
  (function (DeploymentStatus) {
68
36
  DeploymentStatus["Fail"] = "FAIL";
69
37
  DeploymentStatus["Success"] = "SUCCESS";
70
38
  })(DeploymentStatus || (DeploymentStatus = {}));
71
- export var DeploymentModel;
72
- (function (DeploymentModel) {
73
- DeploymentModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
- })(DeploymentModel || (DeploymentModel = {}));
75
- export var DeploymentResult;
76
- (function (DeploymentResult) {
77
- DeploymentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
- })(DeploymentResult || (DeploymentResult = {}));
79
- export var Model;
80
- (function (Model) {
81
- Model.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
- })(Model || (Model = {}));
83
- export var SendHeartbeatRequest;
84
- (function (SendHeartbeatRequest) {
85
- SendHeartbeatRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
- })(SendHeartbeatRequest || (SendHeartbeatRequest = {}));
39
+ export var GetDeploymentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
+ export var ChecksumFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
+ export var DefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
42
+ export var EdgeDeploymentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
+ export var GetDeploymentsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
+ export var GetDeviceRegistrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
45
+ export var GetDeviceRegistrationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
46
+ export var EdgeMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
+ export var DeploymentModelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
48
+ export var DeploymentResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
49
+ export var ModelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
+ export var SendHeartbeatRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -10,12 +10,6 @@ export interface GetDeploymentsRequest {
10
10
  */
11
11
  DeviceFleetName: string | undefined;
12
12
  }
13
- export declare namespace GetDeploymentsRequest {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
18
- }
19
13
  export declare enum ChecksumType {
20
14
  Sha1 = "SHA1"
21
15
  }
@@ -32,12 +26,6 @@ export interface Checksum {
32
26
  */
33
27
  Sum?: string;
34
28
  }
35
- export declare namespace Checksum {
36
- /**
37
- * @internal
38
- */
39
- const filterSensitiveLog: (obj: Checksum) => any;
40
- }
41
29
  export declare enum ModelState {
42
30
  Deploy = "DEPLOY",
43
31
  Undeploy = "UNDEPLOY"
@@ -63,12 +51,6 @@ export interface Definition {
63
51
  */
64
52
  State?: ModelState | string;
65
53
  }
66
- export declare namespace Definition {
67
- /**
68
- * @internal
69
- */
70
- const filterSensitiveLog: (obj: Definition) => any;
71
- }
72
54
  export declare enum FailureHandlingPolicy {
73
55
  DoNothing = "DO_NOTHING",
74
56
  RollbackOnFailure = "ROLLBACK_ON_FAILURE"
@@ -97,24 +79,12 @@ export interface EdgeDeployment {
97
79
  */
98
80
  Definitions?: Definition[];
99
81
  }
100
- export declare namespace EdgeDeployment {
101
- /**
102
- * @internal
103
- */
104
- const filterSensitiveLog: (obj: EdgeDeployment) => any;
105
- }
106
82
  export interface GetDeploymentsResult {
107
83
  /**
108
84
  * <p>Returns a list of the configurations of the active deployments on the device.</p>
109
85
  */
110
86
  Deployments?: EdgeDeployment[];
111
87
  }
112
- export declare namespace GetDeploymentsResult {
113
- /**
114
- * @internal
115
- */
116
- const filterSensitiveLog: (obj: GetDeploymentsResult) => any;
117
- }
118
88
  /**
119
89
  * <p>An internal failure occurred. Try your request again. If the problem
120
90
  * persists, contact Amazon Web Services customer support.</p>
@@ -138,12 +108,6 @@ export interface GetDeviceRegistrationRequest {
138
108
  */
139
109
  DeviceFleetName: string | undefined;
140
110
  }
141
- export declare namespace GetDeviceRegistrationRequest {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: GetDeviceRegistrationRequest) => any;
146
- }
147
111
  export interface GetDeviceRegistrationResult {
148
112
  /**
149
113
  * <p>Describes if the device is currently registered with SageMaker Edge Manager.</p>
@@ -154,12 +118,6 @@ export interface GetDeviceRegistrationResult {
154
118
  */
155
119
  CacheTTL?: string;
156
120
  }
157
- export declare namespace GetDeviceRegistrationResult {
158
- /**
159
- * @internal
160
- */
161
- const filterSensitiveLog: (obj: GetDeviceRegistrationResult) => any;
162
- }
163
121
  /**
164
122
  * <p>Information required for edge device metrics.</p>
165
123
  */
@@ -181,12 +139,6 @@ export interface EdgeMetric {
181
139
  */
182
140
  Timestamp?: Date;
183
141
  }
184
- export declare namespace EdgeMetric {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: EdgeMetric) => any;
189
- }
190
142
  export declare enum DeploymentStatus {
191
143
  Fail = "FAIL",
192
144
  Success = "SUCCESS"
@@ -228,12 +180,6 @@ export interface DeploymentModel {
228
180
  */
229
181
  RollbackFailureReason?: string;
230
182
  }
231
- export declare namespace DeploymentModel {
232
- /**
233
- * @internal
234
- */
235
- const filterSensitiveLog: (obj: DeploymentModel) => any;
236
- }
237
183
  /**
238
184
  * <p>Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.</p>
239
185
  */
@@ -263,12 +209,6 @@ export interface DeploymentResult {
263
209
  */
264
210
  DeploymentModels?: DeploymentModel[];
265
211
  }
266
- export declare namespace DeploymentResult {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: DeploymentResult) => any;
271
- }
272
212
  /**
273
213
  * <p>Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.</p>
274
214
  */
@@ -294,12 +234,6 @@ export interface Model {
294
234
  */
295
235
  ModelMetrics?: EdgeMetric[];
296
236
  }
297
- export declare namespace Model {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: Model) => any;
302
- }
303
237
  export interface SendHeartbeatRequest {
304
238
  /**
305
239
  * <p>For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.</p>
@@ -326,9 +260,51 @@ export interface SendHeartbeatRequest {
326
260
  */
327
261
  DeploymentResult?: DeploymentResult;
328
262
  }
329
- export declare namespace SendHeartbeatRequest {
330
- /**
331
- * @internal
332
- */
333
- const filterSensitiveLog: (obj: SendHeartbeatRequest) => any;
334
- }
263
+ /**
264
+ * @internal
265
+ */
266
+ export declare const GetDeploymentsRequestFilterSensitiveLog: (obj: GetDeploymentsRequest) => any;
267
+ /**
268
+ * @internal
269
+ */
270
+ export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
271
+ /**
272
+ * @internal
273
+ */
274
+ export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
275
+ /**
276
+ * @internal
277
+ */
278
+ export declare const EdgeDeploymentFilterSensitiveLog: (obj: EdgeDeployment) => any;
279
+ /**
280
+ * @internal
281
+ */
282
+ export declare const GetDeploymentsResultFilterSensitiveLog: (obj: GetDeploymentsResult) => any;
283
+ /**
284
+ * @internal
285
+ */
286
+ export declare const GetDeviceRegistrationRequestFilterSensitiveLog: (obj: GetDeviceRegistrationRequest) => any;
287
+ /**
288
+ * @internal
289
+ */
290
+ export declare const GetDeviceRegistrationResultFilterSensitiveLog: (obj: GetDeviceRegistrationResult) => any;
291
+ /**
292
+ * @internal
293
+ */
294
+ export declare const EdgeMetricFilterSensitiveLog: (obj: EdgeMetric) => any;
295
+ /**
296
+ * @internal
297
+ */
298
+ export declare const DeploymentModelFilterSensitiveLog: (obj: DeploymentModel) => any;
299
+ /**
300
+ * @internal
301
+ */
302
+ export declare const DeploymentResultFilterSensitiveLog: (obj: DeploymentResult) => any;
303
+ /**
304
+ * @internal
305
+ */
306
+ export declare const ModelFilterSensitiveLog: (obj: Model) => any;
307
+ /**
308
+ * @internal
309
+ */
310
+ export declare const SendHeartbeatRequestFilterSensitiveLog: (obj: SendHeartbeatRequest) => any;
@@ -6,10 +6,6 @@ export interface GetDeploymentsRequest {
6
6
 
7
7
  DeviceFleetName: string | undefined;
8
8
  }
9
- export declare namespace GetDeploymentsRequest {
10
-
11
- const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
12
- }
13
9
  export declare enum ChecksumType {
14
10
  Sha1 = "SHA1"
15
11
  }
@@ -20,10 +16,6 @@ export interface Checksum {
20
16
 
21
17
  Sum?: string;
22
18
  }
23
- export declare namespace Checksum {
24
-
25
- const filterSensitiveLog: (obj: Checksum) => any;
26
- }
27
19
  export declare enum ModelState {
28
20
  Deploy = "DEPLOY",
29
21
  Undeploy = "UNDEPLOY"
@@ -39,10 +31,6 @@ export interface Definition {
39
31
 
40
32
  State?: ModelState | string;
41
33
  }
42
- export declare namespace Definition {
43
-
44
- const filterSensitiveLog: (obj: Definition) => any;
45
- }
46
34
  export declare enum FailureHandlingPolicy {
47
35
  DoNothing = "DO_NOTHING",
48
36
  RollbackOnFailure = "ROLLBACK_ON_FAILURE"
@@ -61,18 +49,10 @@ export interface EdgeDeployment {
61
49
 
62
50
  Definitions?: Definition[];
63
51
  }
64
- export declare namespace EdgeDeployment {
65
-
66
- const filterSensitiveLog: (obj: EdgeDeployment) => any;
67
- }
68
52
  export interface GetDeploymentsResult {
69
53
 
70
54
  Deployments?: EdgeDeployment[];
71
55
  }
72
- export declare namespace GetDeploymentsResult {
73
-
74
- const filterSensitiveLog: (obj: GetDeploymentsResult) => any;
75
- }
76
56
 
77
57
  export declare class InternalServiceException extends __BaseException {
78
58
  readonly name: "InternalServiceException";
@@ -87,20 +67,12 @@ export interface GetDeviceRegistrationRequest {
87
67
 
88
68
  DeviceFleetName: string | undefined;
89
69
  }
90
- export declare namespace GetDeviceRegistrationRequest {
91
-
92
- const filterSensitiveLog: (obj: GetDeviceRegistrationRequest) => any;
93
- }
94
70
  export interface GetDeviceRegistrationResult {
95
71
 
96
72
  DeviceRegistration?: string;
97
73
 
98
74
  CacheTTL?: string;
99
75
  }
100
- export declare namespace GetDeviceRegistrationResult {
101
-
102
- const filterSensitiveLog: (obj: GetDeviceRegistrationResult) => any;
103
- }
104
76
 
105
77
  export interface EdgeMetric {
106
78
 
@@ -112,10 +84,6 @@ export interface EdgeMetric {
112
84
 
113
85
  Timestamp?: Date;
114
86
  }
115
- export declare namespace EdgeMetric {
116
-
117
- const filterSensitiveLog: (obj: EdgeMetric) => any;
118
- }
119
87
  export declare enum DeploymentStatus {
120
88
  Fail = "FAIL",
121
89
  Success = "SUCCESS"
@@ -139,10 +107,6 @@ export interface DeploymentModel {
139
107
 
140
108
  RollbackFailureReason?: string;
141
109
  }
142
- export declare namespace DeploymentModel {
143
-
144
- const filterSensitiveLog: (obj: DeploymentModel) => any;
145
- }
146
110
 
147
111
  export interface DeploymentResult {
148
112
 
@@ -158,10 +122,6 @@ export interface DeploymentResult {
158
122
 
159
123
  DeploymentModels?: DeploymentModel[];
160
124
  }
161
- export declare namespace DeploymentResult {
162
-
163
- const filterSensitiveLog: (obj: DeploymentResult) => any;
164
- }
165
125
 
166
126
  export interface Model {
167
127
 
@@ -175,10 +135,6 @@ export interface Model {
175
135
 
176
136
  ModelMetrics?: EdgeMetric[];
177
137
  }
178
- export declare namespace Model {
179
-
180
- const filterSensitiveLog: (obj: Model) => any;
181
- }
182
138
  export interface SendHeartbeatRequest {
183
139
 
184
140
  AgentMetrics?: EdgeMetric[];
@@ -193,7 +149,27 @@ export interface SendHeartbeatRequest {
193
149
 
194
150
  DeploymentResult?: DeploymentResult;
195
151
  }
196
- export declare namespace SendHeartbeatRequest {
197
-
198
- const filterSensitiveLog: (obj: SendHeartbeatRequest) => any;
199
- }
152
+
153
+ export declare const GetDeploymentsRequestFilterSensitiveLog: (obj: GetDeploymentsRequest) => any;
154
+
155
+ export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
156
+
157
+ export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
158
+
159
+ export declare const EdgeDeploymentFilterSensitiveLog: (obj: EdgeDeployment) => any;
160
+
161
+ export declare const GetDeploymentsResultFilterSensitiveLog: (obj: GetDeploymentsResult) => any;
162
+
163
+ export declare const GetDeviceRegistrationRequestFilterSensitiveLog: (obj: GetDeviceRegistrationRequest) => any;
164
+
165
+ export declare const GetDeviceRegistrationResultFilterSensitiveLog: (obj: GetDeviceRegistrationResult) => any;
166
+
167
+ export declare const EdgeMetricFilterSensitiveLog: (obj: EdgeMetric) => any;
168
+
169
+ export declare const DeploymentModelFilterSensitiveLog: (obj: DeploymentModel) => any;
170
+
171
+ export declare const DeploymentResultFilterSensitiveLog: (obj: DeploymentResult) => any;
172
+
173
+ export declare const ModelFilterSensitiveLog: (obj: Model) => any;
174
+
175
+ export declare const SendHeartbeatRequestFilterSensitiveLog: (obj: SendHeartbeatRequest) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-edge",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Edge Client for Node.js, Browser and React Native",
4
- "version": "3.133.0",
4
+ "version": "3.137.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.137.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.137.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",