@aws-sdk/client-bedrock-data-automation-runtime 3.952.0 → 3.954.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/dist-cjs/index.js +150 -103
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/GetDataAutomationStatusCommand.js +2 -2
- package/dist-es/commands/InvokeDataAutomationAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeDataAutomationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +84 -77
- package/dist-types/BedrockDataAutomationRuntimeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +41 -46
- package/dist-types/ts3.4/BedrockDataAutomationRuntimeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +40 -46
- package/package.json +34 -34
|
@@ -89,42 +89,42 @@ const _va = "value";
|
|
|
89
89
|
const _ve = "version";
|
|
90
90
|
const n0 = "com.amazonaws.bedrockdataautomationruntime";
|
|
91
91
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
92
|
-
import { BedrockDataAutomationRuntimeServiceException
|
|
93
|
-
import { AccessDeniedException
|
|
94
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
95
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
96
|
-
export var AssetProcessingConfiguration = [
|
|
92
|
+
import { BedrockDataAutomationRuntimeServiceException } from "../models/BedrockDataAutomationRuntimeServiceException";
|
|
93
|
+
import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
94
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
95
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
96
|
+
export var AssetProcessingConfiguration$ = [
|
|
97
97
|
3,
|
|
98
98
|
n0,
|
|
99
99
|
_APC,
|
|
100
100
|
0,
|
|
101
101
|
[_v],
|
|
102
|
-
[() => VideoAssetProcessingConfiguration],
|
|
102
|
+
[() => VideoAssetProcessingConfiguration$],
|
|
103
103
|
];
|
|
104
|
-
export var Blueprint = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
|
|
105
|
-
export var DataAutomationConfiguration = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
|
|
106
|
-
export var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
|
|
107
|
-
export var EventBridgeConfiguration = [3, n0, _EBC, 0, [_eBE], [2]];
|
|
108
|
-
export var GetDataAutomationStatusRequest = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
|
|
109
|
-
export var GetDataAutomationStatusResponse = [
|
|
104
|
+
export var Blueprint$ = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
|
|
105
|
+
export var DataAutomationConfiguration$ = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
|
|
106
|
+
export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
|
|
107
|
+
export var EventBridgeConfiguration$ = [3, n0, _EBC, 0, [_eBE], [2]];
|
|
108
|
+
export var GetDataAutomationStatusRequest$ = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
|
|
109
|
+
export var GetDataAutomationStatusResponse$ = [
|
|
110
110
|
3,
|
|
111
111
|
n0,
|
|
112
112
|
_GDASRe,
|
|
113
113
|
0,
|
|
114
114
|
[_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
|
|
115
|
-
[0, 0, 0, () => OutputConfiguration
|
|
115
|
+
[0, 0, 0, () => OutputConfiguration$, 5, 5, 1],
|
|
116
116
|
];
|
|
117
|
-
export var InputConfiguration = [
|
|
117
|
+
export var InputConfiguration$ = [
|
|
118
118
|
3,
|
|
119
119
|
n0,
|
|
120
120
|
_IC,
|
|
121
121
|
0,
|
|
122
122
|
[_sU, _aPC],
|
|
123
|
-
[0, () => AssetProcessingConfiguration],
|
|
123
|
+
[0, () => AssetProcessingConfiguration$],
|
|
124
124
|
];
|
|
125
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
126
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
127
|
-
export var InvokeDataAutomationAsyncRequest = [
|
|
125
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
126
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
127
|
+
export var InvokeDataAutomationAsyncRequest$ = [
|
|
128
128
|
3,
|
|
129
129
|
n0,
|
|
130
130
|
_IDAAR,
|
|
@@ -132,32 +132,32 @@ export var InvokeDataAutomationAsyncRequest = [
|
|
|
132
132
|
[_cT, _iC, _oC, _dAC, _eC, _nC, _b, _dAPAa, _t],
|
|
133
133
|
[
|
|
134
134
|
[0, 4],
|
|
135
|
-
() => InputConfiguration
|
|
136
|
-
() => OutputConfiguration
|
|
137
|
-
() => DataAutomationConfiguration
|
|
138
|
-
() => EncryptionConfiguration
|
|
139
|
-
() => NotificationConfiguration
|
|
135
|
+
() => InputConfiguration$,
|
|
136
|
+
() => OutputConfiguration$,
|
|
137
|
+
() => DataAutomationConfiguration$,
|
|
138
|
+
() => EncryptionConfiguration$,
|
|
139
|
+
() => NotificationConfiguration$,
|
|
140
140
|
() => BlueprintList,
|
|
141
141
|
0,
|
|
142
142
|
() => TagList,
|
|
143
143
|
],
|
|
144
144
|
];
|
|
145
|
-
export var InvokeDataAutomationAsyncResponse = [3, n0, _IDAARn, 0, [_iA], [0]];
|
|
146
|
-
export var InvokeDataAutomationRequest = [
|
|
145
|
+
export var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn, 0, [_iA], [0]];
|
|
146
|
+
export var InvokeDataAutomationRequest$ = [
|
|
147
147
|
3,
|
|
148
148
|
n0,
|
|
149
149
|
_IDAR,
|
|
150
150
|
0,
|
|
151
151
|
[_iC, _dAC, _b, _dAPAa, _eC],
|
|
152
152
|
[
|
|
153
|
-
() => SyncInputConfiguration
|
|
154
|
-
() => DataAutomationConfiguration
|
|
153
|
+
() => SyncInputConfiguration$,
|
|
154
|
+
() => DataAutomationConfiguration$,
|
|
155
155
|
() => BlueprintList,
|
|
156
156
|
0,
|
|
157
|
-
() => EncryptionConfiguration
|
|
157
|
+
() => EncryptionConfiguration$,
|
|
158
158
|
],
|
|
159
159
|
];
|
|
160
|
-
export var InvokeDataAutomationResponse = [
|
|
160
|
+
export var InvokeDataAutomationResponse$ = [
|
|
161
161
|
3,
|
|
162
162
|
n0,
|
|
163
163
|
_IDARn,
|
|
@@ -165,37 +165,44 @@ export var InvokeDataAutomationResponse = [
|
|
|
165
165
|
[_sM, _oS],
|
|
166
166
|
[0, () => OutputSegmentList],
|
|
167
167
|
];
|
|
168
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [0]];
|
|
169
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
170
|
-
export var NotificationConfiguration = [
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
export var
|
|
180
|
-
export var
|
|
181
|
-
|
|
182
|
-
export var
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
export var
|
|
187
|
-
export var
|
|
188
|
-
export var
|
|
189
|
-
|
|
190
|
-
export var
|
|
168
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [0]];
|
|
169
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
170
|
+
export var NotificationConfiguration$ = [
|
|
171
|
+
3,
|
|
172
|
+
n0,
|
|
173
|
+
_NC,
|
|
174
|
+
0,
|
|
175
|
+
[_eBC],
|
|
176
|
+
[() => EventBridgeConfiguration$],
|
|
177
|
+
];
|
|
178
|
+
export var OutputConfiguration$ = [3, n0, _OC, 0, [_sU], [0]];
|
|
179
|
+
export var OutputSegment$ = [3, n0, _OS, 0, [_cOS, _cO, _sO], [0, 0, 0]];
|
|
180
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
181
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
182
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
183
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
184
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
|
|
185
|
+
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
186
|
+
export var SyncInputConfiguration$ = [3, n0, _SIC, 0, [_by, _sU], [21, 0]];
|
|
187
|
+
export var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
188
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _t], [0, () => TagList]];
|
|
189
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
190
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
191
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
192
|
+
export var TimestampSegment$ = [3, n0, _TS, 0, [_sTM, _eTM], [1, 1]];
|
|
193
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
|
|
194
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
195
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
196
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
197
|
+
export var VideoAssetProcessingConfiguration$ = [
|
|
191
198
|
3,
|
|
192
199
|
n0,
|
|
193
200
|
_VAPC,
|
|
194
201
|
0,
|
|
195
202
|
[_sC],
|
|
196
|
-
[() => VideoSegmentConfiguration],
|
|
203
|
+
[() => VideoSegmentConfiguration$],
|
|
197
204
|
];
|
|
198
|
-
export var BedrockDataAutomationRuntimeServiceException = [
|
|
205
|
+
export var BedrockDataAutomationRuntimeServiceException$ = [
|
|
199
206
|
-3,
|
|
200
207
|
_sm,
|
|
201
208
|
"BedrockDataAutomationRuntimeServiceException",
|
|
@@ -203,51 +210,51 @@ export var BedrockDataAutomationRuntimeServiceException = [
|
|
|
203
210
|
[],
|
|
204
211
|
[],
|
|
205
212
|
];
|
|
206
|
-
TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
export var VideoSegmentConfiguration = [3, n0, _VSC, 0, [_tS], [() => TimestampSegment]];
|
|
213
|
-
export var GetDataAutomationStatus = [
|
|
213
|
+
TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException$, BedrockDataAutomationRuntimeServiceException);
|
|
214
|
+
var BlueprintList = [1, n0, _BL, 0, () => Blueprint$];
|
|
215
|
+
var OutputSegmentList = [1, n0, _OSL, 0, () => OutputSegment$];
|
|
216
|
+
var TagKeyList = 64 | 0;
|
|
217
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
218
|
+
var EncryptionContextMap = 128 | 0;
|
|
219
|
+
export var VideoSegmentConfiguration$ = [3, n0, _VSC, 0, [_tS], [() => TimestampSegment$]];
|
|
220
|
+
export var GetDataAutomationStatus$ = [
|
|
214
221
|
9,
|
|
215
222
|
n0,
|
|
216
223
|
_GDAS,
|
|
217
224
|
0,
|
|
218
|
-
() => GetDataAutomationStatusRequest
|
|
219
|
-
() => GetDataAutomationStatusResponse
|
|
225
|
+
() => GetDataAutomationStatusRequest$,
|
|
226
|
+
() => GetDataAutomationStatusResponse$,
|
|
220
227
|
];
|
|
221
|
-
export var InvokeDataAutomation = [
|
|
228
|
+
export var InvokeDataAutomation$ = [
|
|
222
229
|
9,
|
|
223
230
|
n0,
|
|
224
231
|
_IDA,
|
|
225
232
|
0,
|
|
226
|
-
() => InvokeDataAutomationRequest
|
|
227
|
-
() => InvokeDataAutomationResponse
|
|
233
|
+
() => InvokeDataAutomationRequest$,
|
|
234
|
+
() => InvokeDataAutomationResponse$,
|
|
228
235
|
];
|
|
229
|
-
export var InvokeDataAutomationAsync = [
|
|
236
|
+
export var InvokeDataAutomationAsync$ = [
|
|
230
237
|
9,
|
|
231
238
|
n0,
|
|
232
239
|
_IDAA,
|
|
233
240
|
2,
|
|
234
|
-
() => InvokeDataAutomationAsyncRequest
|
|
235
|
-
() => InvokeDataAutomationAsyncResponse
|
|
241
|
+
() => InvokeDataAutomationAsyncRequest$,
|
|
242
|
+
() => InvokeDataAutomationAsyncResponse$,
|
|
236
243
|
];
|
|
237
|
-
export var ListTagsForResource = [
|
|
244
|
+
export var ListTagsForResource$ = [
|
|
238
245
|
9,
|
|
239
246
|
n0,
|
|
240
247
|
_LTFR,
|
|
241
248
|
0,
|
|
242
|
-
() => ListTagsForResourceRequest
|
|
243
|
-
() => ListTagsForResourceResponse
|
|
249
|
+
() => ListTagsForResourceRequest$,
|
|
250
|
+
() => ListTagsForResourceResponse$,
|
|
244
251
|
];
|
|
245
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
246
|
-
export var UntagResource = [
|
|
252
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
253
|
+
export var UntagResource$ = [
|
|
247
254
|
9,
|
|
248
255
|
n0,
|
|
249
256
|
_UR,
|
|
250
257
|
0,
|
|
251
|
-
() => UntagResourceRequest
|
|
252
|
-
() => UntagResourceResponse
|
|
258
|
+
() => UntagResourceRequest$,
|
|
259
|
+
() => UntagResourceResponse$,
|
|
253
260
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetDataAutomationStatusCommandInput, GetDataAutomationStatusCommandOutput } from "./commands/GetDataAutomationStatusCommand";
|
|
11
11
|
import { InvokeDataAutomationAsyncCommandInput, InvokeDataAutomationAsyncCommandOutput } from "./commands/InvokeDataAutomationAsyncCommand";
|
|
@@ -147,15 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
147
147
|
* Optional extensions
|
|
148
148
|
*/
|
|
149
149
|
extensions?: RuntimeExtension[];
|
|
150
|
-
/**
|
|
151
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
152
|
-
* may be overridden. A default will always be set by the client.
|
|
153
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
154
|
-
* the client.
|
|
155
|
-
* @alpha
|
|
156
|
-
*
|
|
157
|
-
*/
|
|
158
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
150
|
/**
|
|
160
151
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
161
152
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BedrockDataAutomationRuntimeExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./models/enums";
|
|
13
14
|
export * from "./models/errors";
|
|
14
15
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { BedrockDataAutomationRuntimeClientConfig } from "./BedrockDataAutomationRuntimeClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockDataAutomationRuntimeHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,46 +1,41 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var AssetProcessingConfiguration
|
|
4
|
-
export declare var Blueprint
|
|
5
|
-
export declare var DataAutomationConfiguration
|
|
6
|
-
export declare var EncryptionConfiguration
|
|
7
|
-
export declare var EventBridgeConfiguration
|
|
8
|
-
export declare var GetDataAutomationStatusRequest
|
|
9
|
-
export declare var GetDataAutomationStatusResponse
|
|
10
|
-
export declare var InputConfiguration
|
|
11
|
-
export declare var InternalServerException
|
|
12
|
-
export declare var InvokeDataAutomationAsyncRequest
|
|
13
|
-
export declare var InvokeDataAutomationAsyncResponse
|
|
14
|
-
export declare var InvokeDataAutomationRequest
|
|
15
|
-
export declare var InvokeDataAutomationResponse
|
|
16
|
-
export declare var ListTagsForResourceRequest
|
|
17
|
-
export declare var ListTagsForResourceResponse
|
|
18
|
-
export declare var NotificationConfiguration
|
|
19
|
-
export declare var OutputConfiguration
|
|
20
|
-
export declare var OutputSegment
|
|
21
|
-
export declare var ResourceNotFoundException
|
|
22
|
-
export declare var ServiceQuotaExceededException
|
|
23
|
-
export declare var ServiceUnavailableException
|
|
24
|
-
export declare var SyncInputConfiguration
|
|
25
|
-
export declare var Tag
|
|
26
|
-
export declare var TagResourceRequest
|
|
27
|
-
export declare var TagResourceResponse
|
|
28
|
-
export declare var ThrottlingException
|
|
29
|
-
export declare var TimestampSegment
|
|
30
|
-
export declare var UntagResourceRequest
|
|
31
|
-
export declare var UntagResourceResponse
|
|
32
|
-
export declare var ValidationException
|
|
33
|
-
export declare var VideoAssetProcessingConfiguration
|
|
34
|
-
export declare var BedrockDataAutomationRuntimeServiceException
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var InvokeDataAutomation: StaticOperationSchema;
|
|
43
|
-
export declare var InvokeDataAutomationAsync: StaticOperationSchema;
|
|
44
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
45
|
-
export declare var TagResource: StaticOperationSchema;
|
|
46
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AssetProcessingConfiguration$: StaticStructureSchema;
|
|
4
|
+
export declare var Blueprint$: StaticStructureSchema;
|
|
5
|
+
export declare var DataAutomationConfiguration$: StaticStructureSchema;
|
|
6
|
+
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
7
|
+
export declare var EventBridgeConfiguration$: StaticStructureSchema;
|
|
8
|
+
export declare var GetDataAutomationStatusRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var GetDataAutomationStatusResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var InputConfiguration$: StaticStructureSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvokeDataAutomationAsyncRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var InvokeDataAutomationAsyncResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var InvokeDataAutomationRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var InvokeDataAutomationResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var NotificationConfiguration$: StaticStructureSchema;
|
|
19
|
+
export declare var OutputConfiguration$: StaticStructureSchema;
|
|
20
|
+
export declare var OutputSegment$: StaticStructureSchema;
|
|
21
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
23
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
24
|
+
export declare var SyncInputConfiguration$: StaticStructureSchema;
|
|
25
|
+
export declare var Tag$: StaticStructureSchema;
|
|
26
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
27
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
28
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
29
|
+
export declare var TimestampSegment$: StaticStructureSchema;
|
|
30
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
31
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
32
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
33
|
+
export declare var VideoAssetProcessingConfiguration$: StaticStructureSchema;
|
|
34
|
+
export declare var BedrockDataAutomationRuntimeServiceException$: StaticErrorSchema;
|
|
35
|
+
export declare var VideoSegmentConfiguration$: StaticStructureSchema;
|
|
36
|
+
export declare var GetDataAutomationStatus$: StaticOperationSchema;
|
|
37
|
+
export declare var InvokeDataAutomation$: StaticOperationSchema;
|
|
38
|
+
export declare var InvokeDataAutomationAsync$: StaticOperationSchema;
|
|
39
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
40
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
41
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -117,7 +114,6 @@ export interface ClientDefaults
|
|
|
117
114
|
retryMode?: string | __Provider<string>;
|
|
118
115
|
logger?: __Logger;
|
|
119
116
|
extensions?: RuntimeExtension[];
|
|
120
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
121
117
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
122
118
|
}
|
|
123
119
|
export type BedrockDataAutomationRuntimeClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { BedrockDataAutomationRuntimeExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/enums";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { BedrockDataAutomationRuntimeClientConfig } from "./BedrockDataAutomationRuntimeClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: BedrockDataAutomationRuntimeClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockDataAutomationRuntimeHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|