@aws-sdk/client-sagemaker-edge 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/SagemakerEdge.d.ts +58 -20
- package/dist-types/ts3.4/SagemakerEdgeClient.d.ts +148 -76
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeviceRegistrationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendHeartbeatCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +3 -3
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/SagemakerEdgeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +181 -175
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,175 +1,181 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SagemakerEdgeServiceException as __BaseException } from "./SagemakerEdgeServiceException";
|
|
3
|
-
export interface GetDeploymentsRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export declare const
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
export declare const
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export declare const
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export declare const EdgeMetricFilterSensitiveLog: (obj: EdgeMetric) => any;
|
|
168
|
-
|
|
169
|
-
export declare const DeploymentModelFilterSensitiveLog: (
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export declare const
|
|
174
|
-
|
|
175
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SagemakerEdgeServiceException as __BaseException } from "./SagemakerEdgeServiceException";
|
|
3
|
+
export interface GetDeploymentsRequest {
|
|
4
|
+
DeviceName: string | undefined;
|
|
5
|
+
|
|
6
|
+
DeviceFleetName: string | undefined;
|
|
7
|
+
}
|
|
8
|
+
export declare enum ChecksumType {
|
|
9
|
+
Sha1 = "SHA1",
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface Checksum {
|
|
13
|
+
Type?: ChecksumType | string;
|
|
14
|
+
|
|
15
|
+
Sum?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare enum ModelState {
|
|
18
|
+
Deploy = "DEPLOY",
|
|
19
|
+
Undeploy = "UNDEPLOY",
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface Definition {
|
|
23
|
+
ModelHandle?: string;
|
|
24
|
+
|
|
25
|
+
S3Url?: string;
|
|
26
|
+
|
|
27
|
+
Checksum?: Checksum;
|
|
28
|
+
|
|
29
|
+
State?: ModelState | string;
|
|
30
|
+
}
|
|
31
|
+
export declare enum FailureHandlingPolicy {
|
|
32
|
+
DoNothing = "DO_NOTHING",
|
|
33
|
+
RollbackOnFailure = "ROLLBACK_ON_FAILURE",
|
|
34
|
+
}
|
|
35
|
+
export declare enum DeploymentType {
|
|
36
|
+
Model = "Model",
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface EdgeDeployment {
|
|
40
|
+
DeploymentName?: string;
|
|
41
|
+
|
|
42
|
+
Type?: DeploymentType | string;
|
|
43
|
+
|
|
44
|
+
FailureHandlingPolicy?: FailureHandlingPolicy | string;
|
|
45
|
+
|
|
46
|
+
Definitions?: Definition[];
|
|
47
|
+
}
|
|
48
|
+
export interface GetDeploymentsResult {
|
|
49
|
+
Deployments?: EdgeDeployment[];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export declare class InternalServiceException extends __BaseException {
|
|
53
|
+
readonly name: "InternalServiceException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
Message?: string;
|
|
56
|
+
|
|
57
|
+
constructor(
|
|
58
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
export interface GetDeviceRegistrationRequest {
|
|
62
|
+
DeviceName: string | undefined;
|
|
63
|
+
|
|
64
|
+
DeviceFleetName: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface GetDeviceRegistrationResult {
|
|
67
|
+
DeviceRegistration?: string;
|
|
68
|
+
|
|
69
|
+
CacheTTL?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface EdgeMetric {
|
|
73
|
+
Dimension?: string;
|
|
74
|
+
|
|
75
|
+
MetricName?: string;
|
|
76
|
+
|
|
77
|
+
Value?: number;
|
|
78
|
+
|
|
79
|
+
Timestamp?: Date;
|
|
80
|
+
}
|
|
81
|
+
export declare enum DeploymentStatus {
|
|
82
|
+
Fail = "FAIL",
|
|
83
|
+
Success = "SUCCESS",
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface DeploymentModel {
|
|
87
|
+
ModelHandle?: string;
|
|
88
|
+
|
|
89
|
+
ModelName?: string;
|
|
90
|
+
|
|
91
|
+
ModelVersion?: string;
|
|
92
|
+
|
|
93
|
+
DesiredState?: ModelState | string;
|
|
94
|
+
|
|
95
|
+
State?: ModelState | string;
|
|
96
|
+
|
|
97
|
+
Status?: DeploymentStatus | string;
|
|
98
|
+
|
|
99
|
+
StatusReason?: string;
|
|
100
|
+
|
|
101
|
+
RollbackFailureReason?: string;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface DeploymentResult {
|
|
105
|
+
DeploymentName?: string;
|
|
106
|
+
|
|
107
|
+
DeploymentStatus?: string;
|
|
108
|
+
|
|
109
|
+
DeploymentStatusMessage?: string;
|
|
110
|
+
|
|
111
|
+
DeploymentStartTime?: Date;
|
|
112
|
+
|
|
113
|
+
DeploymentEndTime?: Date;
|
|
114
|
+
|
|
115
|
+
DeploymentModels?: DeploymentModel[];
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface Model {
|
|
119
|
+
ModelName?: string;
|
|
120
|
+
|
|
121
|
+
ModelVersion?: string;
|
|
122
|
+
|
|
123
|
+
LatestSampleTime?: Date;
|
|
124
|
+
|
|
125
|
+
LatestInference?: Date;
|
|
126
|
+
|
|
127
|
+
ModelMetrics?: EdgeMetric[];
|
|
128
|
+
}
|
|
129
|
+
export interface SendHeartbeatRequest {
|
|
130
|
+
AgentMetrics?: EdgeMetric[];
|
|
131
|
+
|
|
132
|
+
Models?: Model[];
|
|
133
|
+
|
|
134
|
+
AgentVersion: string | undefined;
|
|
135
|
+
|
|
136
|
+
DeviceName: string | undefined;
|
|
137
|
+
|
|
138
|
+
DeviceFleetName: string | undefined;
|
|
139
|
+
|
|
140
|
+
DeploymentResult?: DeploymentResult;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export declare const GetDeploymentsRequestFilterSensitiveLog: (
|
|
144
|
+
obj: GetDeploymentsRequest
|
|
145
|
+
) => any;
|
|
146
|
+
|
|
147
|
+
export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
|
|
148
|
+
|
|
149
|
+
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
150
|
+
|
|
151
|
+
export declare const EdgeDeploymentFilterSensitiveLog: (
|
|
152
|
+
obj: EdgeDeployment
|
|
153
|
+
) => any;
|
|
154
|
+
|
|
155
|
+
export declare const GetDeploymentsResultFilterSensitiveLog: (
|
|
156
|
+
obj: GetDeploymentsResult
|
|
157
|
+
) => any;
|
|
158
|
+
|
|
159
|
+
export declare const GetDeviceRegistrationRequestFilterSensitiveLog: (
|
|
160
|
+
obj: GetDeviceRegistrationRequest
|
|
161
|
+
) => any;
|
|
162
|
+
|
|
163
|
+
export declare const GetDeviceRegistrationResultFilterSensitiveLog: (
|
|
164
|
+
obj: GetDeviceRegistrationResult
|
|
165
|
+
) => any;
|
|
166
|
+
|
|
167
|
+
export declare const EdgeMetricFilterSensitiveLog: (obj: EdgeMetric) => any;
|
|
168
|
+
|
|
169
|
+
export declare const DeploymentModelFilterSensitiveLog: (
|
|
170
|
+
obj: DeploymentModel
|
|
171
|
+
) => any;
|
|
172
|
+
|
|
173
|
+
export declare const DeploymentResultFilterSensitiveLog: (
|
|
174
|
+
obj: DeploymentResult
|
|
175
|
+
) => any;
|
|
176
|
+
|
|
177
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
178
|
+
|
|
179
|
+
export declare const SendHeartbeatRequestFilterSensitiveLog: (
|
|
180
|
+
obj: SendHeartbeatRequest
|
|
181
|
+
) => any;
|
|
@@ -1,11 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
GetDeploymentsCommandInput,
|
|
8
|
+
GetDeploymentsCommandOutput,
|
|
9
|
+
} from "../commands/GetDeploymentsCommand";
|
|
10
|
+
import {
|
|
11
|
+
GetDeviceRegistrationCommandInput,
|
|
12
|
+
GetDeviceRegistrationCommandOutput,
|
|
13
|
+
} from "../commands/GetDeviceRegistrationCommand";
|
|
14
|
+
import {
|
|
15
|
+
SendHeartbeatCommandInput,
|
|
16
|
+
SendHeartbeatCommandOutput,
|
|
17
|
+
} from "../commands/SendHeartbeatCommand";
|
|
18
|
+
export declare const serializeAws_restJson1GetDeploymentsCommand: (
|
|
19
|
+
input: GetDeploymentsCommandInput,
|
|
20
|
+
context: __SerdeContext
|
|
21
|
+
) => Promise<__HttpRequest>;
|
|
22
|
+
export declare const serializeAws_restJson1GetDeviceRegistrationCommand: (
|
|
23
|
+
input: GetDeviceRegistrationCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const serializeAws_restJson1SendHeartbeatCommand: (
|
|
27
|
+
input: SendHeartbeatCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const deserializeAws_restJson1GetDeploymentsCommand: (
|
|
31
|
+
output: __HttpResponse,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<GetDeploymentsCommandOutput>;
|
|
34
|
+
export declare const deserializeAws_restJson1GetDeviceRegistrationCommand: (
|
|
35
|
+
output: __HttpResponse,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<GetDeviceRegistrationCommandOutput>;
|
|
38
|
+
export declare const deserializeAws_restJson1SendHeartbeatCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<SendHeartbeatCommandOutput>;
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|