@aws-sdk/client-bedrock-data-automation-runtime 3.927.0 → 3.929.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 +290 -283
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/BedrockDataAutomationRuntimeClient.js +2 -0
- package/dist-es/commands/GetDataAutomationStatusCommand.js +3 -9
- package/dist-es/commands/InvokeDataAutomationAsyncCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +263 -0
- package/dist-types/BedrockDataAutomationRuntimeClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +40 -0
- package/dist-types/ts3.4/BedrockDataAutomationRuntimeClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +45 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -234
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -47
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -65
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsJson1_1Protocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.bedrockdataautomationruntime",
|
|
32
|
+
serviceTarget: "AmazonBedrockKeystoneRuntimeService",
|
|
33
|
+
awsQueryCompatible: false,
|
|
34
|
+
}),
|
|
28
35
|
serviceId: config?.serviceId ?? "Bedrock Data Automation Runtime",
|
|
29
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class BedrockDataAutomationRuntimeClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetDataAutomationStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDataAutomationStatusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonBedrockKeystoneRuntimeService", "GetDataAutomationStatus", {})
|
|
17
13
|
.n("BedrockDataAutomationRuntimeClient", "GetDataAutomationStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDataAutomationStatusCommand)
|
|
20
|
-
.de(de_GetDataAutomationStatusCommand)
|
|
14
|
+
.sc(GetDataAutomationStatus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { InvokeDataAutomationAsync } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class InvokeDataAutomationAsyncCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonBedrockKeystoneRuntimeService", "InvokeDataAutomationAsync", {})
|
|
17
13
|
.n("BedrockDataAutomationRuntimeClient", "InvokeDataAutomationAsyncCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_InvokeDataAutomationAsyncCommand)
|
|
20
|
-
.de(de_InvokeDataAutomationAsyncCommand)
|
|
14
|
+
.sc(InvokeDataAutomationAsync)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonBedrockKeystoneRuntimeService", "ListTagsForResource", {})
|
|
17
13
|
.n("BedrockDataAutomationRuntimeClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonBedrockKeystoneRuntimeService", "TagResource", {})
|
|
17
13
|
.n("BedrockDataAutomationRuntimeClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonBedrockKeystoneRuntimeService", "UntagResource", {})
|
|
17
13
|
.n("BedrockDataAutomationRuntimeClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsJson1_1Protocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.bedrockdataautomationruntime",
|
|
29
|
+
serviceTarget: "AmazonBedrockKeystoneRuntimeService",
|
|
30
|
+
awsQueryCompatible: false,
|
|
31
|
+
}),
|
|
25
32
|
serviceId: config?.serviceId ?? "Bedrock Data Automation Runtime",
|
|
26
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
const _ADE = "AccessDeniedException";
|
|
2
|
+
const _APC = "AssetProcessingConfiguration";
|
|
3
|
+
const _B = "Blueprint";
|
|
4
|
+
const _BL = "BlueprintList";
|
|
5
|
+
const _DAC = "DataAutomationConfiguration";
|
|
6
|
+
const _EBC = "EventBridgeConfiguration";
|
|
7
|
+
const _EC = "EncryptionConfiguration";
|
|
8
|
+
const _GDAS = "GetDataAutomationStatus";
|
|
9
|
+
const _GDASR = "GetDataAutomationStatusRequest";
|
|
10
|
+
const _GDASRe = "GetDataAutomationStatusResponse";
|
|
11
|
+
const _IC = "InputConfiguration";
|
|
12
|
+
const _IDAA = "InvokeDataAutomationAsync";
|
|
13
|
+
const _IDAAR = "InvokeDataAutomationAsyncRequest";
|
|
14
|
+
const _IDAARn = "InvokeDataAutomationAsyncResponse";
|
|
15
|
+
const _ISE = "InternalServerException";
|
|
16
|
+
const _LTFR = "ListTagsForResource";
|
|
17
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
18
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
19
|
+
const _NC = "NotificationConfiguration";
|
|
20
|
+
const _OC = "OutputConfiguration";
|
|
21
|
+
const _RNFE = "ResourceNotFoundException";
|
|
22
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
23
|
+
const _T = "Tag";
|
|
24
|
+
const _TE = "ThrottlingException";
|
|
25
|
+
const _TL = "TagList";
|
|
26
|
+
const _TR = "TagResource";
|
|
27
|
+
const _TRR = "TagResourceRequest";
|
|
28
|
+
const _TRRa = "TagResourceResponse";
|
|
29
|
+
const _TS = "TimestampSegment";
|
|
30
|
+
const _UR = "UntagResource";
|
|
31
|
+
const _URR = "UntagResourceRequest";
|
|
32
|
+
const _URRn = "UntagResourceResponse";
|
|
33
|
+
const _VAPC = "VideoAssetProcessingConfiguration";
|
|
34
|
+
const _VE = "ValidationException";
|
|
35
|
+
const _VSC = "VideoSegmentConfiguration";
|
|
36
|
+
const _aPC = "assetProcessingConfiguration";
|
|
37
|
+
const _b = "blueprints";
|
|
38
|
+
const _bA = "blueprintArn";
|
|
39
|
+
const _c = "client";
|
|
40
|
+
const _cT = "clientToken";
|
|
41
|
+
const _dAC = "dataAutomationConfiguration";
|
|
42
|
+
const _dAPA = "dataAutomationProjectArn";
|
|
43
|
+
const _dAPAa = "dataAutomationProfileArn";
|
|
44
|
+
const _e = "error";
|
|
45
|
+
const _eBC = "eventBridgeConfiguration";
|
|
46
|
+
const _eBE = "eventBridgeEnabled";
|
|
47
|
+
const _eC = "encryptionConfiguration";
|
|
48
|
+
const _eM = "errorMessage";
|
|
49
|
+
const _eT = "errorType";
|
|
50
|
+
const _eTM = "endTimeMillis";
|
|
51
|
+
const _hE = "httpError";
|
|
52
|
+
const _iA = "invocationArn";
|
|
53
|
+
const _iC = "inputConfiguration";
|
|
54
|
+
const _k = "key";
|
|
55
|
+
const _kEC = "kmsEncryptionContext";
|
|
56
|
+
const _kKI = "kmsKeyId";
|
|
57
|
+
const _m = "message";
|
|
58
|
+
const _nC = "notificationConfiguration";
|
|
59
|
+
const _oC = "outputConfiguration";
|
|
60
|
+
const _rARN = "resourceARN";
|
|
61
|
+
const _s = "stage";
|
|
62
|
+
const _sC = "segmentConfiguration";
|
|
63
|
+
const _sTM = "startTimeMillis";
|
|
64
|
+
const _sU = "s3Uri";
|
|
65
|
+
const _se = "server";
|
|
66
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockdataautomationruntime";
|
|
67
|
+
const _st = "status";
|
|
68
|
+
const _t = "tags";
|
|
69
|
+
const _tK = "tagKeys";
|
|
70
|
+
const _tS = "timestampSegment";
|
|
71
|
+
const _v = "video";
|
|
72
|
+
const _va = "value";
|
|
73
|
+
const _ve = "version";
|
|
74
|
+
const n0 = "com.amazonaws.bedrockdataautomationruntime";
|
|
75
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
76
|
+
import { BedrockDataAutomationRuntimeServiceException as __BedrockDataAutomationRuntimeServiceException } from "../models/BedrockDataAutomationRuntimeServiceException";
|
|
77
|
+
import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
78
|
+
export var AccessDeniedException = [
|
|
79
|
+
-3,
|
|
80
|
+
n0,
|
|
81
|
+
_ADE,
|
|
82
|
+
{
|
|
83
|
+
[_e]: _c,
|
|
84
|
+
[_hE]: 403,
|
|
85
|
+
},
|
|
86
|
+
[_m],
|
|
87
|
+
[0],
|
|
88
|
+
];
|
|
89
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
90
|
+
export var AssetProcessingConfiguration = [
|
|
91
|
+
3,
|
|
92
|
+
n0,
|
|
93
|
+
_APC,
|
|
94
|
+
0,
|
|
95
|
+
[_v],
|
|
96
|
+
[() => VideoAssetProcessingConfiguration],
|
|
97
|
+
];
|
|
98
|
+
export var Blueprint = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
|
|
99
|
+
export var DataAutomationConfiguration = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
|
|
100
|
+
export var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
|
|
101
|
+
export var EventBridgeConfiguration = [3, n0, _EBC, 0, [_eBE], [2]];
|
|
102
|
+
export var GetDataAutomationStatusRequest = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
|
|
103
|
+
export var GetDataAutomationStatusResponse = [
|
|
104
|
+
3,
|
|
105
|
+
n0,
|
|
106
|
+
_GDASRe,
|
|
107
|
+
0,
|
|
108
|
+
[_st, _eT, _eM, _oC],
|
|
109
|
+
[0, 0, 0, () => OutputConfiguration],
|
|
110
|
+
];
|
|
111
|
+
export var InputConfiguration = [
|
|
112
|
+
3,
|
|
113
|
+
n0,
|
|
114
|
+
_IC,
|
|
115
|
+
0,
|
|
116
|
+
[_sU, _aPC],
|
|
117
|
+
[0, () => AssetProcessingConfiguration],
|
|
118
|
+
];
|
|
119
|
+
export var InternalServerException = [
|
|
120
|
+
-3,
|
|
121
|
+
n0,
|
|
122
|
+
_ISE,
|
|
123
|
+
{
|
|
124
|
+
[_e]: _se,
|
|
125
|
+
[_hE]: 500,
|
|
126
|
+
},
|
|
127
|
+
[_m],
|
|
128
|
+
[0],
|
|
129
|
+
];
|
|
130
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
131
|
+
export var InvokeDataAutomationAsyncRequest = [
|
|
132
|
+
3,
|
|
133
|
+
n0,
|
|
134
|
+
_IDAAR,
|
|
135
|
+
0,
|
|
136
|
+
[_cT, _iC, _oC, _dAC, _eC, _nC, _b, _dAPAa, _t],
|
|
137
|
+
[
|
|
138
|
+
[0, 4],
|
|
139
|
+
() => InputConfiguration,
|
|
140
|
+
() => OutputConfiguration,
|
|
141
|
+
() => DataAutomationConfiguration,
|
|
142
|
+
() => EncryptionConfiguration,
|
|
143
|
+
() => NotificationConfiguration,
|
|
144
|
+
() => BlueprintList,
|
|
145
|
+
0,
|
|
146
|
+
() => TagList,
|
|
147
|
+
],
|
|
148
|
+
];
|
|
149
|
+
export var InvokeDataAutomationAsyncResponse = [3, n0, _IDAARn, 0, [_iA], [0]];
|
|
150
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [0]];
|
|
151
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
152
|
+
export var NotificationConfiguration = [3, n0, _NC, 0, [_eBC], [() => EventBridgeConfiguration]];
|
|
153
|
+
export var OutputConfiguration = [3, n0, _OC, 0, [_sU], [0]];
|
|
154
|
+
export var ResourceNotFoundException = [
|
|
155
|
+
-3,
|
|
156
|
+
n0,
|
|
157
|
+
_RNFE,
|
|
158
|
+
{
|
|
159
|
+
[_e]: _c,
|
|
160
|
+
[_hE]: 404,
|
|
161
|
+
},
|
|
162
|
+
[_m],
|
|
163
|
+
[0],
|
|
164
|
+
];
|
|
165
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
166
|
+
export var ServiceQuotaExceededException = [
|
|
167
|
+
-3,
|
|
168
|
+
n0,
|
|
169
|
+
_SQEE,
|
|
170
|
+
{
|
|
171
|
+
[_e]: _c,
|
|
172
|
+
[_hE]: 402,
|
|
173
|
+
},
|
|
174
|
+
[_m],
|
|
175
|
+
[0],
|
|
176
|
+
];
|
|
177
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
178
|
+
export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
179
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _t], [0, () => TagList]];
|
|
180
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
181
|
+
export var ThrottlingException = [
|
|
182
|
+
-3,
|
|
183
|
+
n0,
|
|
184
|
+
_TE,
|
|
185
|
+
{
|
|
186
|
+
[_e]: _c,
|
|
187
|
+
[_hE]: 429,
|
|
188
|
+
},
|
|
189
|
+
[_m],
|
|
190
|
+
[0],
|
|
191
|
+
];
|
|
192
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
193
|
+
export var TimestampSegment = [3, n0, _TS, 0, [_sTM, _eTM], [1, 1]];
|
|
194
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
|
|
195
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
196
|
+
export var ValidationException = [
|
|
197
|
+
-3,
|
|
198
|
+
n0,
|
|
199
|
+
_VE,
|
|
200
|
+
{
|
|
201
|
+
[_e]: _c,
|
|
202
|
+
[_hE]: 400,
|
|
203
|
+
},
|
|
204
|
+
[_m],
|
|
205
|
+
[0],
|
|
206
|
+
];
|
|
207
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
208
|
+
export var VideoAssetProcessingConfiguration = [
|
|
209
|
+
3,
|
|
210
|
+
n0,
|
|
211
|
+
_VAPC,
|
|
212
|
+
0,
|
|
213
|
+
[_sC],
|
|
214
|
+
[() => VideoSegmentConfiguration],
|
|
215
|
+
];
|
|
216
|
+
export var __Unit = "unit";
|
|
217
|
+
export var BedrockDataAutomationRuntimeServiceException = [
|
|
218
|
+
-3,
|
|
219
|
+
_sm,
|
|
220
|
+
"BedrockDataAutomationRuntimeServiceException",
|
|
221
|
+
0,
|
|
222
|
+
[],
|
|
223
|
+
[],
|
|
224
|
+
];
|
|
225
|
+
TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException, __BedrockDataAutomationRuntimeServiceException);
|
|
226
|
+
export var BlueprintList = [1, n0, _BL, 0, () => Blueprint];
|
|
227
|
+
export var TagKeyList = 64 | 0;
|
|
228
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
229
|
+
export var EncryptionContextMap = 128 | 0;
|
|
230
|
+
export var VideoSegmentConfiguration = [3, n0, _VSC, 0, [_tS], [() => TimestampSegment]];
|
|
231
|
+
export var GetDataAutomationStatus = [
|
|
232
|
+
9,
|
|
233
|
+
n0,
|
|
234
|
+
_GDAS,
|
|
235
|
+
0,
|
|
236
|
+
() => GetDataAutomationStatusRequest,
|
|
237
|
+
() => GetDataAutomationStatusResponse,
|
|
238
|
+
];
|
|
239
|
+
export var InvokeDataAutomationAsync = [
|
|
240
|
+
9,
|
|
241
|
+
n0,
|
|
242
|
+
_IDAA,
|
|
243
|
+
2,
|
|
244
|
+
() => InvokeDataAutomationAsyncRequest,
|
|
245
|
+
() => InvokeDataAutomationAsyncResponse,
|
|
246
|
+
];
|
|
247
|
+
export var ListTagsForResource = [
|
|
248
|
+
9,
|
|
249
|
+
n0,
|
|
250
|
+
_LTFR,
|
|
251
|
+
0,
|
|
252
|
+
() => ListTagsForResourceRequest,
|
|
253
|
+
() => ListTagsForResourceResponse,
|
|
254
|
+
];
|
|
255
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
256
|
+
export var UntagResource = [
|
|
257
|
+
9,
|
|
258
|
+
n0,
|
|
259
|
+
_UR,
|
|
260
|
+
0,
|
|
261
|
+
() => UntagResourceRequest,
|
|
262
|
+
() => UntagResourceResponse,
|
|
263
|
+
];
|
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetDataAutomationStatusCommandInput, GetDataAutomationStatusCommandOutput } from "./commands/GetDataAutomationStatusCommand";
|
|
11
11
|
import { InvokeDataAutomationAsyncCommandInput, InvokeDataAutomationAsyncCommandOutput } from "./commands/InvokeDataAutomationAsyncCommand";
|
|
@@ -146,6 +146,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
146
146
|
* Optional extensions
|
|
147
147
|
*/
|
|
148
148
|
extensions?: RuntimeExtension[];
|
|
149
|
+
/**
|
|
150
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
151
|
+
* may be overridden. A default will always be set by the client.
|
|
152
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
153
|
+
* the client.
|
|
154
|
+
* @alpha
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
149
158
|
/**
|
|
150
159
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
151
160
|
*/
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
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;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationRuntimeClie
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockDataAutomationRuntimeHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, 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 ListTagsForResourceRequest: StaticStructureSchema;
|
|
15
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
16
|
+
export declare var NotificationConfiguration: StaticStructureSchema;
|
|
17
|
+
export declare var OutputConfiguration: StaticStructureSchema;
|
|
18
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
19
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
20
|
+
export declare var Tag: StaticStructureSchema;
|
|
21
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
22
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
23
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
24
|
+
export declare var TimestampSegment: StaticStructureSchema;
|
|
25
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
26
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
27
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
28
|
+
export declare var VideoAssetProcessingConfiguration: StaticStructureSchema;
|
|
29
|
+
export declare var __Unit: "unit";
|
|
30
|
+
export declare var BedrockDataAutomationRuntimeServiceException: StaticErrorSchema;
|
|
31
|
+
export declare var BlueprintList: StaticListSchema;
|
|
32
|
+
export declare var TagKeyList: number;
|
|
33
|
+
export declare var TagList: StaticListSchema;
|
|
34
|
+
export declare var EncryptionContextMap: number;
|
|
35
|
+
export declare var VideoSegmentConfiguration: StaticStructureSchema;
|
|
36
|
+
export declare var GetDataAutomationStatus: StaticOperationSchema;
|
|
37
|
+
export declare var InvokeDataAutomationAsync: StaticOperationSchema;
|
|
38
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
39
|
+
export declare var TagResource: StaticOperationSchema;
|
|
40
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -108,6 +111,7 @@ export interface ClientDefaults
|
|
|
108
111
|
retryMode?: string | __Provider<string>;
|
|
109
112
|
logger?: __Logger;
|
|
110
113
|
extensions?: RuntimeExtension[];
|
|
114
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
111
115
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
112
116
|
}
|
|
113
117
|
export type BedrockDataAutomationRuntimeClientConfigType = Partial<
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockDataAutomationRuntimeHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|