@aws-sdk/client-devops-agent 3.1075.0 → 3.1077.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 +2922 -16
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -29
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/DevOpsAgentServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -127
- package/dist-cjs/runtimeConfig.browser.js +0 -34
- package/dist-cjs/runtimeConfig.js +0 -47
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -2572
package/dist-cjs/index.js
CHANGED
|
@@ -1,22 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
|
|
10
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
11
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
12
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
const {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const {
|
|
19
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { eventStreamSerdeProvider, resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
|
|
9
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
13
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
15
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
16
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
18
|
+
|
|
19
|
+
const defaultDevOpsAgentHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
20
|
+
return {
|
|
21
|
+
operation: getSmithyContext(context).operation,
|
|
22
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
23
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
24
|
+
})(),
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
28
|
+
return {
|
|
29
|
+
schemeId: "aws.auth#sigv4",
|
|
30
|
+
signingProperties: {
|
|
31
|
+
name: "aidevops",
|
|
32
|
+
region: authParameters.region,
|
|
33
|
+
},
|
|
34
|
+
propertiesExtractor: (config, context) => ({
|
|
35
|
+
signingProperties: {
|
|
36
|
+
config,
|
|
37
|
+
context,
|
|
38
|
+
},
|
|
39
|
+
}),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
const defaultDevOpsAgentHttpAuthSchemeProvider = (authParameters) => {
|
|
43
|
+
const options = [];
|
|
44
|
+
switch (authParameters.operation) {
|
|
45
|
+
default: {
|
|
46
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return options;
|
|
50
|
+
};
|
|
51
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
52
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
53
|
+
return Object.assign(config_0, {
|
|
54
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
55
|
+
});
|
|
56
|
+
};
|
|
20
57
|
|
|
21
58
|
const resolveClientEndpointParameters = (options) => {
|
|
22
59
|
return Object.assign(options, {
|
|
@@ -30,6 +67,2534 @@ const commonParams = {
|
|
|
30
67
|
Region: { type: "builtInParams", name: "region" },
|
|
31
68
|
};
|
|
32
69
|
|
|
70
|
+
var version = "3.1076.0";
|
|
71
|
+
var packageInfo = {
|
|
72
|
+
version: version};
|
|
73
|
+
|
|
74
|
+
const a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
|
|
75
|
+
const _data = {
|
|
76
|
+
conditions: [
|
|
77
|
+
[a, [b]],
|
|
78
|
+
[a, c],
|
|
79
|
+
["aws.partition", c, "PartitionResult"],
|
|
80
|
+
["booleanEquals", [{ ref: "UseFIPS" }, true]]
|
|
81
|
+
],
|
|
82
|
+
results: [
|
|
83
|
+
[-1],
|
|
84
|
+
[-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
85
|
+
[b, {}],
|
|
86
|
+
["https://aidevops-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
|
|
87
|
+
["https://aidevops.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
|
|
88
|
+
[-1, "Invalid Configuration: Missing Region"]
|
|
89
|
+
]
|
|
90
|
+
};
|
|
91
|
+
const root = 2;
|
|
92
|
+
const r = 100_000_000;
|
|
93
|
+
const nodes = new Int32Array([
|
|
94
|
+
-1, 1, -1,
|
|
95
|
+
0, 6, 3,
|
|
96
|
+
1, 4, r + 5,
|
|
97
|
+
2, 5, r + 5,
|
|
98
|
+
3, r + 3, r + 4,
|
|
99
|
+
3, r + 1, r + 2,
|
|
100
|
+
]);
|
|
101
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
102
|
+
|
|
103
|
+
const cache = new EndpointCache({
|
|
104
|
+
size: 50,
|
|
105
|
+
params: ["Endpoint", "Region", "UseFIPS"],
|
|
106
|
+
});
|
|
107
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
108
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
109
|
+
endpointParams: endpointParams,
|
|
110
|
+
logger: context.logger,
|
|
111
|
+
}));
|
|
112
|
+
};
|
|
113
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
114
|
+
|
|
115
|
+
class DevOpsAgentServiceException extends ServiceException {
|
|
116
|
+
constructor(options) {
|
|
117
|
+
super(options);
|
|
118
|
+
Object.setPrototypeOf(this, DevOpsAgentServiceException.prototype);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
class AccessDeniedException extends DevOpsAgentServiceException {
|
|
123
|
+
name = "AccessDeniedException";
|
|
124
|
+
$fault = "client";
|
|
125
|
+
constructor(opts) {
|
|
126
|
+
super({
|
|
127
|
+
name: "AccessDeniedException",
|
|
128
|
+
$fault: "client",
|
|
129
|
+
...opts,
|
|
130
|
+
});
|
|
131
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends DevOpsAgentServiceException {
|
|
135
|
+
name = "ConflictException";
|
|
136
|
+
$fault = "client";
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "ConflictException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
class ContentSizeExceededException extends DevOpsAgentServiceException {
|
|
147
|
+
name = "ContentSizeExceededException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
constructor(opts) {
|
|
150
|
+
super({
|
|
151
|
+
name: "ContentSizeExceededException",
|
|
152
|
+
$fault: "client",
|
|
153
|
+
...opts,
|
|
154
|
+
});
|
|
155
|
+
Object.setPrototypeOf(this, ContentSizeExceededException.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
class InternalServerException extends DevOpsAgentServiceException {
|
|
159
|
+
name = "InternalServerException";
|
|
160
|
+
$fault = "server";
|
|
161
|
+
$retryable = {};
|
|
162
|
+
constructor(opts) {
|
|
163
|
+
super({
|
|
164
|
+
name: "InternalServerException",
|
|
165
|
+
$fault: "server",
|
|
166
|
+
...opts,
|
|
167
|
+
});
|
|
168
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
class InvalidParameterException extends DevOpsAgentServiceException {
|
|
172
|
+
name = "InvalidParameterException";
|
|
173
|
+
$fault = "client";
|
|
174
|
+
constructor(opts) {
|
|
175
|
+
super({
|
|
176
|
+
name: "InvalidParameterException",
|
|
177
|
+
$fault: "client",
|
|
178
|
+
...opts,
|
|
179
|
+
});
|
|
180
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
class ResourceNotFoundException extends DevOpsAgentServiceException {
|
|
184
|
+
name = "ResourceNotFoundException";
|
|
185
|
+
$fault = "client";
|
|
186
|
+
constructor(opts) {
|
|
187
|
+
super({
|
|
188
|
+
name: "ResourceNotFoundException",
|
|
189
|
+
$fault: "client",
|
|
190
|
+
...opts,
|
|
191
|
+
});
|
|
192
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
class ServiceQuotaExceededException extends DevOpsAgentServiceException {
|
|
196
|
+
name = "ServiceQuotaExceededException";
|
|
197
|
+
$fault = "client";
|
|
198
|
+
constructor(opts) {
|
|
199
|
+
super({
|
|
200
|
+
name: "ServiceQuotaExceededException",
|
|
201
|
+
$fault: "client",
|
|
202
|
+
...opts,
|
|
203
|
+
});
|
|
204
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
class ThrottlingException extends DevOpsAgentServiceException {
|
|
208
|
+
name = "ThrottlingException";
|
|
209
|
+
$fault = "client";
|
|
210
|
+
$retryable = {};
|
|
211
|
+
constructor(opts) {
|
|
212
|
+
super({
|
|
213
|
+
name: "ThrottlingException",
|
|
214
|
+
$fault: "client",
|
|
215
|
+
...opts,
|
|
216
|
+
});
|
|
217
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
class ValidationException extends DevOpsAgentServiceException {
|
|
221
|
+
name = "ValidationException";
|
|
222
|
+
$fault = "client";
|
|
223
|
+
fieldList;
|
|
224
|
+
constructor(opts) {
|
|
225
|
+
super({
|
|
226
|
+
name: "ValidationException",
|
|
227
|
+
$fault: "client",
|
|
228
|
+
...opts,
|
|
229
|
+
});
|
|
230
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
231
|
+
this.fieldList = opts.fieldList;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
class IdentityCenterServiceException extends DevOpsAgentServiceException {
|
|
235
|
+
name = "IdentityCenterServiceException";
|
|
236
|
+
$fault = "client";
|
|
237
|
+
underlyingErrorCode;
|
|
238
|
+
constructor(opts) {
|
|
239
|
+
super({
|
|
240
|
+
name: "IdentityCenterServiceException",
|
|
241
|
+
$fault: "client",
|
|
242
|
+
...opts,
|
|
243
|
+
});
|
|
244
|
+
Object.setPrototypeOf(this, IdentityCenterServiceException.prototype);
|
|
245
|
+
this.underlyingErrorCode = opts.underlyingErrorCode;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
const _A = "Asset";
|
|
250
|
+
const _AC = "AzureConfiguration";
|
|
251
|
+
const _ACs = "AssociationCapabilities";
|
|
252
|
+
const _ACss = "AssetContent";
|
|
253
|
+
const _ADE = "AccessDeniedException";
|
|
254
|
+
const _ADOC = "AzureDevOpsConfiguration";
|
|
255
|
+
const _AF = "AssetFile";
|
|
256
|
+
const _AFB = "AssetFileBody";
|
|
257
|
+
const _AFC = "AssetFileContent";
|
|
258
|
+
const _AFS = "AssetFileSummary";
|
|
259
|
+
const _AFSL = "AssetFileSummaryList";
|
|
260
|
+
const _AKV = "ApiKeyValue";
|
|
261
|
+
const _AL = "AssetList";
|
|
262
|
+
const _ALs = "AssociationsList";
|
|
263
|
+
const _AM = "AssistantMessage";
|
|
264
|
+
const _AMB = "AssistantMessageBlock";
|
|
265
|
+
const _AS = "AgentSpace";
|
|
266
|
+
const _ASD = "AdditionalServiceDetails";
|
|
267
|
+
const _ASI = "AssociateServiceInput";
|
|
268
|
+
const _ASL = "AgentSpaceList";
|
|
269
|
+
const _ASO = "AssociateServiceOutput";
|
|
270
|
+
const _ASRS = "AdditionalServiceRegistrationStep";
|
|
271
|
+
const _ASUC = "AssetSourceUrlContent";
|
|
272
|
+
const _ASs = "AssociateService";
|
|
273
|
+
const _ATL = "AssetTypeList";
|
|
274
|
+
const _ATS = "AssetTypeSummary";
|
|
275
|
+
const _AVM = "AssetVersionMetadata";
|
|
276
|
+
const _AVML = "AssetVersionMetadataList";
|
|
277
|
+
const _AWSC = "AWSConfiguration";
|
|
278
|
+
const _AZC = "AssetZipContent";
|
|
279
|
+
const _As = "Association";
|
|
280
|
+
const _CA = "CreateAsset";
|
|
281
|
+
const _CAF = "CreateAssetFile";
|
|
282
|
+
const _CAFR = "CreateAssetFileRequest";
|
|
283
|
+
const _CAFRr = "CreateAssetFileResponse";
|
|
284
|
+
const _CAR = "CreateAssetRequest";
|
|
285
|
+
const _CARr = "CreateAssetResponse";
|
|
286
|
+
const _CAS = "CreateAgentSpace";
|
|
287
|
+
const _CASI = "CreateAgentSpaceInput";
|
|
288
|
+
const _CASO = "CreateAgentSpaceOutput";
|
|
289
|
+
const _CBT = "CreateBacklogTask";
|
|
290
|
+
const _CBTR = "CreateBacklogTaskRequest";
|
|
291
|
+
const _CBTRr = "CreateBacklogTaskResponse";
|
|
292
|
+
const _CC = "CapabilityConfiguration";
|
|
293
|
+
const _CCR = "CreateChatRequest";
|
|
294
|
+
const _CCRr = "CreateChatResponse";
|
|
295
|
+
const _CCr = "CreateChat";
|
|
296
|
+
const _CE = "ConflictException";
|
|
297
|
+
const _CEL = "ChatExecutionList";
|
|
298
|
+
const _CEh = "ChatExecution";
|
|
299
|
+
const _CH = "CustomHeaders";
|
|
300
|
+
const _CHV = "CustomHeaderValue";
|
|
301
|
+
const _CI = "ClientId";
|
|
302
|
+
const _CPC = "CreatePrivateConnection";
|
|
303
|
+
const _CPCI = "CreatePrivateConnectionInput";
|
|
304
|
+
const _CPCO = "CreatePrivateConnectionOutput";
|
|
305
|
+
const _CS = "ClientSecret";
|
|
306
|
+
const _CSEE = "ContentSizeExceededException";
|
|
307
|
+
const _CT = "CreateTrigger";
|
|
308
|
+
const _CTR = "CreateTriggerRequest";
|
|
309
|
+
const _CTRr = "CreateTriggerResponse";
|
|
310
|
+
const _D = "Description";
|
|
311
|
+
const _DA = "DeleteAsset";
|
|
312
|
+
const _DAC = "DatadogAuthorizationConfig";
|
|
313
|
+
const _DAF = "DeleteAssetFile";
|
|
314
|
+
const _DAFR = "DeleteAssetFileRequest";
|
|
315
|
+
const _DAFRe = "DeleteAssetFileResponse";
|
|
316
|
+
const _DAR = "DeleteAssetRequest";
|
|
317
|
+
const _DARe = "DeleteAssetResponse";
|
|
318
|
+
const _DAS = "DeleteAgentSpace";
|
|
319
|
+
const _DASI = "DeleteAgentSpaceInput";
|
|
320
|
+
const _DASO = "DeleteAgentSpaceOutput";
|
|
321
|
+
const _DC = "DynatraceConfiguration";
|
|
322
|
+
const _DOA = "DisableOperatorApp";
|
|
323
|
+
const _DOACCC = "DynatraceOAuthClientCredentialsConfig";
|
|
324
|
+
const _DOAI = "DisableOperatorAppInput";
|
|
325
|
+
const _DPC = "DeletePrivateConnection";
|
|
326
|
+
const _DPCI = "DeletePrivateConnectionInput";
|
|
327
|
+
const _DPCIe = "DescribePrivateConnectionInput";
|
|
328
|
+
const _DPCO = "DeletePrivateConnectionOutput";
|
|
329
|
+
const _DPCOe = "DescribePrivateConnectionOutput";
|
|
330
|
+
const _DPCe = "DescribePrivateConnection";
|
|
331
|
+
const _DS = "DeregisterService";
|
|
332
|
+
const _DSAC = "DynatraceServiceAuthorizationConfig";
|
|
333
|
+
const _DSD = "DatadogServiceDetails";
|
|
334
|
+
const _DSDy = "DynatraceServiceDetails";
|
|
335
|
+
const _DSI = "DeregisterServiceInput";
|
|
336
|
+
const _DSIi = "DisassociateServiceInput";
|
|
337
|
+
const _DSO = "DeregisterServiceOutput";
|
|
338
|
+
const _DSOi = "DisassociateServiceOutput";
|
|
339
|
+
const _DSi = "DisassociateService";
|
|
340
|
+
const _DT = "DeleteTrigger";
|
|
341
|
+
const _DTR = "DeleteTriggerRequest";
|
|
342
|
+
const _DTRe = "DeleteTriggerResponse";
|
|
343
|
+
const _E = "Execution";
|
|
344
|
+
const _EA = "EmailAddress";
|
|
345
|
+
const _ECC = "EventChannelConfiguration";
|
|
346
|
+
const _ECD = "EventChannelDetails";
|
|
347
|
+
const _EL = "ExecutionList";
|
|
348
|
+
const _EOA = "EnableOperatorApp";
|
|
349
|
+
const _EOAI = "EnableOperatorAppInput";
|
|
350
|
+
const _EOAO = "EnableOperatorAppOutput";
|
|
351
|
+
const _EP = "ExchangeParameters";
|
|
352
|
+
const _EPV = "ExchangeParameterValue";
|
|
353
|
+
const _G = "Goal";
|
|
354
|
+
const _GA = "GetAsset";
|
|
355
|
+
const _GAC = "GetAssetContent";
|
|
356
|
+
const _GACR = "GetAssetContentRequest";
|
|
357
|
+
const _GACRe = "GetAssetContentResponse";
|
|
358
|
+
const _GAF = "GetAssetFile";
|
|
359
|
+
const _GAFR = "GetAssetFileRequest";
|
|
360
|
+
const _GAFRe = "GetAssetFileResponse";
|
|
361
|
+
const _GAI = "GetAssociationInput";
|
|
362
|
+
const _GAO = "GetAssociationOutput";
|
|
363
|
+
const _GAR = "GetAssetRequest";
|
|
364
|
+
const _GARe = "GetAssetResponse";
|
|
365
|
+
const _GAS = "GetAgentSpace";
|
|
366
|
+
const _GASI = "GetAgentSpaceInput";
|
|
367
|
+
const _GASO = "GetAgentSpaceOutput";
|
|
368
|
+
const _GAU = "GetAccountUsage";
|
|
369
|
+
const _GAUI = "GetAccountUsageInput";
|
|
370
|
+
const _GAUO = "GetAccountUsageOutput";
|
|
371
|
+
const _GAe = "GetAssociation";
|
|
372
|
+
const _GBT = "GetBacklogTask";
|
|
373
|
+
const _GBTR = "GetBacklogTaskRequest";
|
|
374
|
+
const _GBTRe = "GetBacklogTaskResponse";
|
|
375
|
+
const _GC = "GoalContent";
|
|
376
|
+
const _GHC = "GitHubConfiguration";
|
|
377
|
+
const _GL = "GoalList";
|
|
378
|
+
const _GLC = "GitLabConfiguration";
|
|
379
|
+
const _GLD = "GitLabDetails";
|
|
380
|
+
const _GOA = "GetOperatorApp";
|
|
381
|
+
const _GOAI = "GetOperatorAppInput";
|
|
382
|
+
const _GOAO = "GetOperatorAppOutput";
|
|
383
|
+
const _GR = "GetRecommendation";
|
|
384
|
+
const _GRR = "GetRecommendationRequest";
|
|
385
|
+
const _GRRe = "GetRecommendationResponse";
|
|
386
|
+
const _GS = "GoalSchedule";
|
|
387
|
+
const _GSD = "GrafanaServiceDetails";
|
|
388
|
+
const _GSI = "GetServiceInput";
|
|
389
|
+
const _GSIo = "GoalScheduleInput";
|
|
390
|
+
const _GSO = "GetServiceOutput";
|
|
391
|
+
const _GSe = "GetService";
|
|
392
|
+
const _GT = "GetTrigger";
|
|
393
|
+
const _GTR = "GetTriggerRequest";
|
|
394
|
+
const _GTRe = "GetTriggerResponse";
|
|
395
|
+
const _GW = "GenericWebhook";
|
|
396
|
+
const _IAC = "IamAuthConfiguration";
|
|
397
|
+
const _IACd = "IdcAuthConfiguration";
|
|
398
|
+
const _IACdp = "IdpAuthConfiguration";
|
|
399
|
+
const _ICS = "IdpClientSecret";
|
|
400
|
+
const _ICSE = "IdentityCenterServiceException";
|
|
401
|
+
const _IPE = "InvalidParameterException";
|
|
402
|
+
const _ISE = "InternalServerException";
|
|
403
|
+
const _JR = "JournalRecord";
|
|
404
|
+
const _JRL = "JournalRecordList";
|
|
405
|
+
const _LA = "ListAssets";
|
|
406
|
+
const _LAF = "ListAssetFiles";
|
|
407
|
+
const _LAFR = "ListAssetFilesRequest";
|
|
408
|
+
const _LAFRi = "ListAssetFilesResponse";
|
|
409
|
+
const _LAI = "ListAssociationsInput";
|
|
410
|
+
const _LAO = "ListAssociationsOutput";
|
|
411
|
+
const _LAR = "ListAssetsRequest";
|
|
412
|
+
const _LARi = "ListAssetsResponse";
|
|
413
|
+
const _LAS = "ListAgentSpaces";
|
|
414
|
+
const _LASI = "ListAgentSpacesInput";
|
|
415
|
+
const _LASO = "ListAgentSpacesOutput";
|
|
416
|
+
const _LAT = "ListAssetTypes";
|
|
417
|
+
const _LATR = "ListAssetTypesRequest";
|
|
418
|
+
const _LATRi = "ListAssetTypesResponse";
|
|
419
|
+
const _LAV = "ListAssetVersions";
|
|
420
|
+
const _LAVR = "ListAssetVersionsRequest";
|
|
421
|
+
const _LAVRi = "ListAssetVersionsResponse";
|
|
422
|
+
const _LAi = "ListAssociations";
|
|
423
|
+
const _LBT = "ListBacklogTasks";
|
|
424
|
+
const _LBTR = "ListBacklogTasksRequest";
|
|
425
|
+
const _LBTRi = "ListBacklogTasksResponse";
|
|
426
|
+
const _LC = "ListChats";
|
|
427
|
+
const _LCR = "ListChatsRequest";
|
|
428
|
+
const _LCRi = "ListChatsResponse";
|
|
429
|
+
const _LE = "ListExecutions";
|
|
430
|
+
const _LER = "ListExecutionsRequest";
|
|
431
|
+
const _LERi = "ListExecutionsResponse";
|
|
432
|
+
const _LG = "ListGoals";
|
|
433
|
+
const _LGR = "ListGoalsRequest";
|
|
434
|
+
const _LGRi = "ListGoalsResponse";
|
|
435
|
+
const _LJR = "ListJournalRecords";
|
|
436
|
+
const _LJRR = "ListJournalRecordsRequest";
|
|
437
|
+
const _LJRRi = "ListJournalRecordsResponse";
|
|
438
|
+
const _LPC = "ListPrivateConnections";
|
|
439
|
+
const _LPCI = "ListPrivateConnectionsInput";
|
|
440
|
+
const _LPCO = "ListPrivateConnectionsOutput";
|
|
441
|
+
const _LPM = "ListPendingMessages";
|
|
442
|
+
const _LPMR = "ListPendingMessagesRequest";
|
|
443
|
+
const _LPMRi = "ListPendingMessagesResponse";
|
|
444
|
+
const _LR = "ListRecommendations";
|
|
445
|
+
const _LRR = "ListRecommendationsRequest";
|
|
446
|
+
const _LRRi = "ListRecommendationsResponse";
|
|
447
|
+
const _LS = "ListServices";
|
|
448
|
+
const _LSI = "ListServicesInput";
|
|
449
|
+
const _LSO = "ListServicesOutput";
|
|
450
|
+
const _LT = "ListTriggers";
|
|
451
|
+
const _LTFR = "ListTagsForResource";
|
|
452
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
453
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
454
|
+
const _LTR = "ListTriggersRequest";
|
|
455
|
+
const _LTRi = "ListTriggersResponse";
|
|
456
|
+
const _LW = "ListWebhooks";
|
|
457
|
+
const _LWI = "ListWebhooksInput";
|
|
458
|
+
const _LWO = "ListWebhooksOutput";
|
|
459
|
+
const _M = "Message";
|
|
460
|
+
const _MCPSAC = "MCPServerAuthorizationConfig";
|
|
461
|
+
const _MCPSADC = "MCPServerAuthorizationDiscoveryConfig";
|
|
462
|
+
const _MCPSAPIKC = "MCPServerAPIKeyConfig";
|
|
463
|
+
const _MCPSBTC = "MCPServerBearerTokenConfig";
|
|
464
|
+
const _MCPSC = "MCPServerConfiguration";
|
|
465
|
+
const _MCPSD = "MCPServerDetails";
|
|
466
|
+
const _MCPSDC = "MCPServerDatadogConfiguration";
|
|
467
|
+
const _MCPSGC = "MCPServerGrafanaConfiguration";
|
|
468
|
+
const _MCPSNRC = "MCPServerNewRelicConfiguration";
|
|
469
|
+
const _MCPSOACCC = "MCPServerOAuthClientCredentialsConfig";
|
|
470
|
+
const _MCPSOALOC = "MCPServerOAuth3LOConfig";
|
|
471
|
+
const _MCPSSC = "MCPServerSplunkConfiguration";
|
|
472
|
+
const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
|
|
473
|
+
const _MCPSSVC = "MCPServerSigV4Configuration";
|
|
474
|
+
const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
|
|
475
|
+
const _NRAKC = "NewRelicApiKeyConfig";
|
|
476
|
+
const _NRSAC = "NewRelicServiceAuthorizationConfig";
|
|
477
|
+
const _NRSD = "NewRelicServiceDetails";
|
|
478
|
+
const _OAASD = "OAuthAdditionalStepDetails";
|
|
479
|
+
const _PCM = "PrivateConnectionMode";
|
|
480
|
+
const _PCS = "PrivateConnectionSummary";
|
|
481
|
+
const _PCSL = "PrivateConnectionSummaryList";
|
|
482
|
+
const _PDAC = "PagerDutyAuthorizationConfig";
|
|
483
|
+
const _PDC = "PagerDutyConfiguration";
|
|
484
|
+
const _PDD = "PagerDutyDetails";
|
|
485
|
+
const _PDOACCC = "PagerDutyOAuthClientCredentialsConfig";
|
|
486
|
+
const _PM = "PendingMessage";
|
|
487
|
+
const _PMe = "PendingMessages";
|
|
488
|
+
const _R = "Recommendation";
|
|
489
|
+
const _RAAC = "RemoteAgentAuthorizationConfig";
|
|
490
|
+
const _RAAPIKC = "RemoteAgentAPIKeyConfig";
|
|
491
|
+
const _RABTC = "RemoteAgentBearerTokenConfig";
|
|
492
|
+
const _RAC = "RemoteAgentConfiguration";
|
|
493
|
+
const _RADOSD = "RegisteredAzureDevOpsServiceDetails";
|
|
494
|
+
const _RAID = "RegisteredAzureIdentityDetails";
|
|
495
|
+
const _RAOACCC = "RemoteAgentOAuthClientCredentialsConfig";
|
|
496
|
+
const _RASD = "RemoteAgentServiceDetails";
|
|
497
|
+
const _RASVAC = "RemoteAgentSigV4AuthorizationConfig";
|
|
498
|
+
const _RASVC = "RemoteAgentSigV4Configuration";
|
|
499
|
+
const _RASVSD = "RemoteAgentSigV4ServiceDetails";
|
|
500
|
+
const _RC = "RecommendationContent";
|
|
501
|
+
const _RGLSD = "RegisteredGitLabServiceDetails";
|
|
502
|
+
const _RGSD = "RegisteredGithubServiceDetails";
|
|
503
|
+
const _RGSDe = "RegisteredGrafanaServerDetails";
|
|
504
|
+
const _RI = "ReferenceInput";
|
|
505
|
+
const _RL = "RecommendationList";
|
|
506
|
+
const _RMCPSD = "RegisteredMCPServerDetails";
|
|
507
|
+
const _RMCPSSVD = "RegisteredMCPServerSigV4Details";
|
|
508
|
+
const _RNFE = "ResourceNotFoundException";
|
|
509
|
+
const _RNRD = "RegisteredNewRelicDetails";
|
|
510
|
+
const _RO = "ReferenceOutput";
|
|
511
|
+
const _RPDD = "RegisteredPagerDutyDetails";
|
|
512
|
+
const _RRAD = "RegisteredRemoteAgentDetails";
|
|
513
|
+
const _RRASVD = "RegisteredRemoteAgentSigV4Details";
|
|
514
|
+
const _RS = "RegisteredService";
|
|
515
|
+
const _RSI = "RegisterServiceInput";
|
|
516
|
+
const _RSL = "RegisteredServicesList";
|
|
517
|
+
const _RSND = "RegisteredServiceNowDetails";
|
|
518
|
+
const _RSO = "RegisterServiceOutput";
|
|
519
|
+
const _RSSD = "RegisteredSlackServiceDetails";
|
|
520
|
+
const _RSe = "RegisterService";
|
|
521
|
+
const _SAC = "SourceAwsConfiguration";
|
|
522
|
+
const _SC = "ScheduleCondition";
|
|
523
|
+
const _SCe = "ServiceConfiguration";
|
|
524
|
+
const _SCl = "SlackChannel";
|
|
525
|
+
const _SCla = "SlackConfiguration";
|
|
526
|
+
const _SD = "ServiceDetails";
|
|
527
|
+
const _SM = "SendMessage";
|
|
528
|
+
const _SMC = "SendMessageContext";
|
|
529
|
+
const _SMCBD = "SendMessageContentBlockDelta";
|
|
530
|
+
const _SMCBDE = "SendMessageContentBlockDeltaEvent";
|
|
531
|
+
const _SMCBSE = "SendMessageContentBlockStartEvent";
|
|
532
|
+
const _SMCBSEe = "SendMessageContentBlockStopEvent";
|
|
533
|
+
const _SME = "SendMessageEvents";
|
|
534
|
+
const _SMHE = "SendMessageHeartbeatEvent";
|
|
535
|
+
const _SMI = "SelfManagedInput";
|
|
536
|
+
const _SMIe = "ServiceManagedInput";
|
|
537
|
+
const _SMJD = "SendMessageJsonDelta";
|
|
538
|
+
const _SMR = "SendMessageRequest";
|
|
539
|
+
const _SMRCE = "SendMessageResponseCompletedEvent";
|
|
540
|
+
const _SMRCEe = "SendMessageResponseCreatedEvent";
|
|
541
|
+
const _SMRFE = "SendMessageResponseFailedEvent";
|
|
542
|
+
const _SMRIPE = "SendMessageResponseInProgressEvent";
|
|
543
|
+
const _SMRe = "SendMessageResponse";
|
|
544
|
+
const _SMSE = "SendMessageSummaryEvent";
|
|
545
|
+
const _SMTD = "SendMessageTextDelta";
|
|
546
|
+
const _SMUI = "SendMessageUsageInfo";
|
|
547
|
+
const _SNC = "ServiceNowConfiguration";
|
|
548
|
+
const _SNOACCC = "ServiceNowOAuthClientCredentialsConfig";
|
|
549
|
+
const _SNSAC = "ServiceNowServiceAuthorizationConfig";
|
|
550
|
+
const _SNSD = "ServiceNowServiceDetails";
|
|
551
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
552
|
+
const _STT = "SlackTransmissionTarget";
|
|
553
|
+
const _T = "Task";
|
|
554
|
+
const _TC = "TriggerCondition";
|
|
555
|
+
const _TE = "ThrottlingException";
|
|
556
|
+
const _TF = "TaskFilter";
|
|
557
|
+
const _TL = "TaskList";
|
|
558
|
+
const _TLr = "TriggerList";
|
|
559
|
+
const _TR = "TagResource";
|
|
560
|
+
const _TRR = "TagResourceRequest";
|
|
561
|
+
const _TRRa = "TagResourceResponse";
|
|
562
|
+
const _TV = "TokenValue";
|
|
563
|
+
const _Tr = "Trigger";
|
|
564
|
+
const _UA = "UpdateAsset";
|
|
565
|
+
const _UAF = "UpdateAssetFile";
|
|
566
|
+
const _UAFR = "UpdateAssetFileRequest";
|
|
567
|
+
const _UAFRp = "UpdateAssetFileResponse";
|
|
568
|
+
const _UAI = "UpdateAssociationInput";
|
|
569
|
+
const _UAO = "UpdateAssociationOutput";
|
|
570
|
+
const _UAR = "UpdateAssetRequest";
|
|
571
|
+
const _UARp = "UpdateAssetResponse";
|
|
572
|
+
const _UAS = "UpdateAgentSpace";
|
|
573
|
+
const _UASI = "UpdateAgentSpaceInput";
|
|
574
|
+
const _UASO = "UpdateAgentSpaceOutput";
|
|
575
|
+
const _UAp = "UpdateAssociation";
|
|
576
|
+
const _UBT = "UpdateBacklogTask";
|
|
577
|
+
const _UBTR = "UpdateBacklogTaskRequest";
|
|
578
|
+
const _UBTRp = "UpdateBacklogTaskResponse";
|
|
579
|
+
const _UG = "UpdateGoal";
|
|
580
|
+
const _UGR = "UpdateGoalRequest";
|
|
581
|
+
const _UGRp = "UpdateGoalResponse";
|
|
582
|
+
const _UM = "UsageMetric";
|
|
583
|
+
const _UMB = "UserMessageBlock";
|
|
584
|
+
const _UMs = "UserMessage";
|
|
585
|
+
const _UOAIC = "UpdateOperatorAppIdpConfig";
|
|
586
|
+
const _UOAICI = "UpdateOperatorAppIdpConfigInput";
|
|
587
|
+
const _UOAICO = "UpdateOperatorAppIdpConfigOutput";
|
|
588
|
+
const _UPCC = "UpdatePrivateConnectionCertificate";
|
|
589
|
+
const _UPCCI = "UpdatePrivateConnectionCertificateInput";
|
|
590
|
+
const _UPCCO = "UpdatePrivateConnectionCertificateOutput";
|
|
591
|
+
const _UR = "UserReference";
|
|
592
|
+
const _URR = "UntagResourceRequest";
|
|
593
|
+
const _URRn = "UntagResourceResponse";
|
|
594
|
+
const _URRp = "UpdateRecommendationRequest";
|
|
595
|
+
const _URRpd = "UpdateRecommendationResponse";
|
|
596
|
+
const _URn = "UntagResource";
|
|
597
|
+
const _URp = "UpdateRecommendation";
|
|
598
|
+
const _UT = "UpdateTrigger";
|
|
599
|
+
const _UTR = "UpdateTriggerRequest";
|
|
600
|
+
const _UTRp = "UpdateTriggerResponse";
|
|
601
|
+
const _VAA = "ValidateAwsAssociations";
|
|
602
|
+
const _VAAI = "ValidateAwsAssociationsInput";
|
|
603
|
+
const _VAAO = "ValidateAwsAssociationsOutput";
|
|
604
|
+
const _VE = "ValidationException";
|
|
605
|
+
const _VEF = "ValidationExceptionField";
|
|
606
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
607
|
+
const _W = "Webhook";
|
|
608
|
+
const _WL = "WebhooksList";
|
|
609
|
+
const _WS = "WebhookSecret";
|
|
610
|
+
const _a = "association";
|
|
611
|
+
const _aC = "authorizationConfig";
|
|
612
|
+
const _aCd = "additionalContext";
|
|
613
|
+
const _aD = "authorizationDiscovery";
|
|
614
|
+
const _aF = "authFlow";
|
|
615
|
+
const _aH = "authorizationHeader";
|
|
616
|
+
const _aI = "assetId";
|
|
617
|
+
const _aIc = "accountId";
|
|
618
|
+
const _aIp = "applicationIds";
|
|
619
|
+
const _aIs = "associationId";
|
|
620
|
+
const _aIss = "assetIds";
|
|
621
|
+
const _aK = "apiKey";
|
|
622
|
+
const _aKH = "apiKeyHeader";
|
|
623
|
+
const _aKN = "apiKeyName";
|
|
624
|
+
const _aKV = "apiKeyValue";
|
|
625
|
+
const _aM = "authorizationMethod";
|
|
626
|
+
const _aMs = "assistantMessage";
|
|
627
|
+
const _aPI = "alertPolicyIds";
|
|
628
|
+
const _aR = "accessibleResources";
|
|
629
|
+
const _aRA = "assumableRoleArn";
|
|
630
|
+
const _aS = "agentSpace";
|
|
631
|
+
const _aSA = "agentSpaceArn";
|
|
632
|
+
const _aSD = "additionalServiceDetails";
|
|
633
|
+
const _aSI = "agentSpaceId";
|
|
634
|
+
const _aST = "agentSubTask";
|
|
635
|
+
const _aSd = "additionalStep";
|
|
636
|
+
const _aSg = "agentSpaces";
|
|
637
|
+
const _aSu = "authScopes";
|
|
638
|
+
const _aT = "assetType";
|
|
639
|
+
const _aTc = "accountType";
|
|
640
|
+
const _aTg = "agentType";
|
|
641
|
+
const _aU = "accountUrn";
|
|
642
|
+
const _aUu = "authorizationUrl";
|
|
643
|
+
const _aV = "assetVersion";
|
|
644
|
+
const _ac = "action";
|
|
645
|
+
const _as = "asset";
|
|
646
|
+
const _ass = "associations";
|
|
647
|
+
const _aw = "aws";
|
|
648
|
+
const _az = "azuredevops";
|
|
649
|
+
const _azu = "azureidentity";
|
|
650
|
+
const _azur = "azure";
|
|
651
|
+
const _b = "body";
|
|
652
|
+
const _bT = "bearerToken";
|
|
653
|
+
const _by = "bytes";
|
|
654
|
+
const _c = "client";
|
|
655
|
+
const _cA = "createdAt";
|
|
656
|
+
const _cAr = "createdAfter";
|
|
657
|
+
const _cB = "createdBefore";
|
|
658
|
+
const _cBD = "contentBlockDelta";
|
|
659
|
+
const _cBS = "contentBlockStart";
|
|
660
|
+
const _cBSo = "contentBlockStop";
|
|
661
|
+
const _cE = "customerEmail";
|
|
662
|
+
const _cET = "certificateExpiryTime";
|
|
663
|
+
const _cH = "customHeaders";
|
|
664
|
+
const _cI = "clientId";
|
|
665
|
+
const _cIh = "channelId";
|
|
666
|
+
const _cN = "clientName";
|
|
667
|
+
const _cNh = "channelName";
|
|
668
|
+
const _cP = "currentPage";
|
|
669
|
+
const _cS = "clientSecret";
|
|
670
|
+
const _cT = "clientToken";
|
|
671
|
+
const _ca = "capabilities";
|
|
672
|
+
const _ce = "certificate";
|
|
673
|
+
const _co = "content";
|
|
674
|
+
const _con = "configuration";
|
|
675
|
+
const _cond = "condition";
|
|
676
|
+
const _cont = "context";
|
|
677
|
+
const _d = "description";
|
|
678
|
+
const _dR = "dnsResolution";
|
|
679
|
+
const _de = "delta";
|
|
680
|
+
const _dy = "dynatrace";
|
|
681
|
+
const _e = "error";
|
|
682
|
+
const _eC = "errorCode";
|
|
683
|
+
const _eCv = "eventChannel";
|
|
684
|
+
const _eG = "entityGuids";
|
|
685
|
+
const _eI = "executionId";
|
|
686
|
+
const _eIn = "envId";
|
|
687
|
+
const _eIx = "externalId";
|
|
688
|
+
const _eM = "errorMessage";
|
|
689
|
+
const _eP = "exchangeParameters";
|
|
690
|
+
const _eS = "executionStatus";
|
|
691
|
+
const _eSv = "evaluationSchedule";
|
|
692
|
+
const _eU = "exchangeUrl";
|
|
693
|
+
const _eUPCN = "exchangeUrlPrivateConnectionName";
|
|
694
|
+
const _en = "enabled";
|
|
695
|
+
const _end = "endpoint";
|
|
696
|
+
const _ev = "events";
|
|
697
|
+
const _ex = "expression";
|
|
698
|
+
const _exe = "executions";
|
|
699
|
+
const _f = "file";
|
|
700
|
+
const _fL = "fieldList";
|
|
701
|
+
const _fM = "failureMessage";
|
|
702
|
+
const _fST = "filterServiceTypes";
|
|
703
|
+
const _fSTi = "filterServiceType";
|
|
704
|
+
const _fi = "filter";
|
|
705
|
+
const _g = "goals";
|
|
706
|
+
const _gI = "groupId";
|
|
707
|
+
const _gIo = "goalId";
|
|
708
|
+
const _gT = "goalType";
|
|
709
|
+
const _gV = "goalVersion";
|
|
710
|
+
const _gi = "github";
|
|
711
|
+
const _git = "gitlab";
|
|
712
|
+
const _go = "goal";
|
|
713
|
+
const _h = "heartbeat";
|
|
714
|
+
const _hA = "hostAddress";
|
|
715
|
+
const _hE = "httpError";
|
|
716
|
+
const _hH = "httpHeader";
|
|
717
|
+
const _hLT = "hasLinkedTasks";
|
|
718
|
+
const _hQ = "httpQuery";
|
|
719
|
+
const _ht = "http";
|
|
720
|
+
const _i = "iam";
|
|
721
|
+
const _iAA = "idcApplicationArn";
|
|
722
|
+
const _iAPE = "ipv4AddressesPerEni";
|
|
723
|
+
const _iAT = "ipAddressType";
|
|
724
|
+
const _iCI = "idpClientId";
|
|
725
|
+
const _iCS = "idpClientSecret";
|
|
726
|
+
const _iI = "instanceIdentifier";
|
|
727
|
+
const _iIA = "idcInstanceArn";
|
|
728
|
+
const _iIn = "instanceId";
|
|
729
|
+
const _iT = "inputTokens";
|
|
730
|
+
const _iU = "issuerUrl";
|
|
731
|
+
const _iUn = "instanceUrl";
|
|
732
|
+
const _id = "idc";
|
|
733
|
+
const _id_ = "id";
|
|
734
|
+
const _idp = "idp";
|
|
735
|
+
const _in = "index";
|
|
736
|
+
const _it = "items";
|
|
737
|
+
const _jD = "jsonDelta";
|
|
738
|
+
const _kKA = "kmsKeyArn";
|
|
739
|
+
const _l = "locale";
|
|
740
|
+
const _lEA = "lastEvaluatedAt";
|
|
741
|
+
const _lM = "lastMessage";
|
|
742
|
+
const _lSTI = "lastSuccessfulTaskId";
|
|
743
|
+
const _lTI = "lastTaskId";
|
|
744
|
+
const _la = "last";
|
|
745
|
+
const _li = "limit";
|
|
746
|
+
const _m = "message";
|
|
747
|
+
const _mAEH = "monthlyAccountEvaluationHours";
|
|
748
|
+
const _mAIH = "monthlyAccountInvestigationHours";
|
|
749
|
+
const _mAODH = "monthlyAccountOnDemandHours";
|
|
750
|
+
const _mASLH = "monthlyAccountSystemLearningHours";
|
|
751
|
+
const _mI = "messageId";
|
|
752
|
+
const _mR = "maxResults";
|
|
753
|
+
const _mRA = "mcpRoleArn";
|
|
754
|
+
const _mc = "mcpserverdatadog";
|
|
755
|
+
const _mcp = "mcpserver";
|
|
756
|
+
const _mcps = "mcpserversplunk";
|
|
757
|
+
const _mcpse = "mcpservernewrelic";
|
|
758
|
+
const _mcpser = "mcpservergrafana";
|
|
759
|
+
const _mcpserv = "mcpserversigv4";
|
|
760
|
+
const _me = "metadata";
|
|
761
|
+
const _mes = "messages";
|
|
762
|
+
const _mo = "mode";
|
|
763
|
+
const _n = "name";
|
|
764
|
+
const _nT = "nextToken";
|
|
765
|
+
const _o = "owner";
|
|
766
|
+
const _oACC = "oAuthClientCredentials";
|
|
767
|
+
const _oALO = "oAuth3LO";
|
|
768
|
+
const _oARA = "operatorAppRoleArn";
|
|
769
|
+
const _oAU = "operatorAppUrl";
|
|
770
|
+
const _oI = "organizationId";
|
|
771
|
+
const _oN = "organizationName";
|
|
772
|
+
const _oOT = "opsOncallTarget";
|
|
773
|
+
const _oSRET = "opsSRETarget";
|
|
774
|
+
const _oT = "ownerType";
|
|
775
|
+
const _oTu = "outputTokens";
|
|
776
|
+
const _oa = "oauth";
|
|
777
|
+
const _ob = "objectives";
|
|
778
|
+
const _or = "order";
|
|
779
|
+
const _p = "path";
|
|
780
|
+
const _pC = "privateConnections";
|
|
781
|
+
const _pCN = "privateConnectionName";
|
|
782
|
+
const _pEI = "parentExecutionId";
|
|
783
|
+
const _pI = "projectId";
|
|
784
|
+
const _pIa = "parentId";
|
|
785
|
+
const _pJ = "partialJson";
|
|
786
|
+
const _pN = "projectName";
|
|
787
|
+
const _pP = "projectPath";
|
|
788
|
+
const _pR = "portRanges";
|
|
789
|
+
const _pTI = "primaryTaskId";
|
|
790
|
+
const _pa = "pagerduty";
|
|
791
|
+
const _pr = "priority";
|
|
792
|
+
const _pro = "provider";
|
|
793
|
+
const _r = "reference";
|
|
794
|
+
const _rA = "resourceArn";
|
|
795
|
+
const _rAa = "rankedAt";
|
|
796
|
+
const _rAo = "roleArn";
|
|
797
|
+
const _rC = "responseCreated";
|
|
798
|
+
const _rCI = "resourceConfigurationId";
|
|
799
|
+
const _rCe = "responseCompleted";
|
|
800
|
+
const _rF = "responseFailed";
|
|
801
|
+
const _rGI = "resourceGatewayId";
|
|
802
|
+
const _rI = "recommendationId";
|
|
803
|
+
const _rIP = "responseInProgress";
|
|
804
|
+
const _rIe = "repoId";
|
|
805
|
+
const _rIec = "recordId";
|
|
806
|
+
const _rIef = "referenceId";
|
|
807
|
+
const _rIes = "responseId";
|
|
808
|
+
const _rN = "repoName";
|
|
809
|
+
const _rP = "rankPosition";
|
|
810
|
+
const _rRA = "runtimeRoleArn";
|
|
811
|
+
const _rT = "recordType";
|
|
812
|
+
const _rTE = "returnToEndpoint";
|
|
813
|
+
const _rU = "referenceUrl";
|
|
814
|
+
const _rV = "recommendationVersion";
|
|
815
|
+
const _re = "resources";
|
|
816
|
+
const _rec = "recommendation";
|
|
817
|
+
const _reco = "records";
|
|
818
|
+
const _recom = "recommendations";
|
|
819
|
+
const _reg = "region";
|
|
820
|
+
const _rem = "remoteagent";
|
|
821
|
+
const _remo = "remoteagentsigv4";
|
|
822
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devopsagent";
|
|
823
|
+
const _sA = "sourceAws";
|
|
824
|
+
const _sCC = "supportCodeChallenge";
|
|
825
|
+
const _sD = "serviceDetails";
|
|
826
|
+
const _sF = "sortField";
|
|
827
|
+
const _sGI = "securityGroupIds";
|
|
828
|
+
const _sI = "serviceId";
|
|
829
|
+
const _sIu = "subscriptionId";
|
|
830
|
+
const _sIub = "subnetIds";
|
|
831
|
+
const _sM = "supportMetadata";
|
|
832
|
+
const _sMe = "serviceManaged";
|
|
833
|
+
const _sMel = "selfManaged";
|
|
834
|
+
const _sN = "sequenceNumber";
|
|
835
|
+
const _sR = "statusReason";
|
|
836
|
+
const _sT = "serviceType";
|
|
837
|
+
const _sU = "sourceUrl";
|
|
838
|
+
const _sc = "scopes";
|
|
839
|
+
const _sch = "schedule";
|
|
840
|
+
const _se = "server";
|
|
841
|
+
const _ser = "service";
|
|
842
|
+
const _serv = "services";
|
|
843
|
+
const _servi = "servicenow";
|
|
844
|
+
const _sl = "slack";
|
|
845
|
+
const _sp = "spec";
|
|
846
|
+
const _st = "status";
|
|
847
|
+
const _sta = "state";
|
|
848
|
+
const _str = "streaming";
|
|
849
|
+
const _su = "summary";
|
|
850
|
+
const _sy = "system";
|
|
851
|
+
const _t = "tags";
|
|
852
|
+
const _tD = "textDelta";
|
|
853
|
+
const _tI = "triggerId";
|
|
854
|
+
const _tIa = "taskId";
|
|
855
|
+
const _tIe = "tenantId";
|
|
856
|
+
const _tIea = "teamId";
|
|
857
|
+
const _tK = "tagKeys";
|
|
858
|
+
const _tN = "tokenName";
|
|
859
|
+
const _tNe = "teamName";
|
|
860
|
+
const _tR = "toolResult";
|
|
861
|
+
const _tS = "taskStatus";
|
|
862
|
+
const _tT = "taskType";
|
|
863
|
+
const _tTo = "tokenType";
|
|
864
|
+
const _tTot = "totalTokens";
|
|
865
|
+
const _tTr = "transmissionTarget";
|
|
866
|
+
const _tU = "targetUrl";
|
|
867
|
+
const _tUPCN = "targetUrlPrivateConnectionName";
|
|
868
|
+
const _tUo = "toolUse";
|
|
869
|
+
const _tV = "tokenValue";
|
|
870
|
+
const _ta = "task";
|
|
871
|
+
const _tas = "tasks";
|
|
872
|
+
const _te = "text";
|
|
873
|
+
const _ti = "title";
|
|
874
|
+
const _to = "tools";
|
|
875
|
+
const _tr = "trigger";
|
|
876
|
+
const _ty = "type";
|
|
877
|
+
const _u = "url";
|
|
878
|
+
const _uA = "updatedAt";
|
|
879
|
+
const _uAR = "userActionResponse";
|
|
880
|
+
const _uAp = "updatedAfter";
|
|
881
|
+
const _uB = "updatedBefore";
|
|
882
|
+
const _uEC = "underlyingErrorCode";
|
|
883
|
+
const _uI = "userId";
|
|
884
|
+
const _uM = "userMessage";
|
|
885
|
+
const _uPET = "usagePeriodEndTime";
|
|
886
|
+
const _uPST = "usagePeriodStartTime";
|
|
887
|
+
const _uR = "userReference";
|
|
888
|
+
const _uT = "userType";
|
|
889
|
+
const _ui = "uid";
|
|
890
|
+
const _us = "usage";
|
|
891
|
+
const _v = "version";
|
|
892
|
+
const _vI = "vpcId";
|
|
893
|
+
const _w = "webhook";
|
|
894
|
+
const _wI = "webhookId";
|
|
895
|
+
const _wIRA = "webIdentityRoleArn";
|
|
896
|
+
const _wITA = "webIdentityTokenAudiences";
|
|
897
|
+
const _wIo = "workspaceId";
|
|
898
|
+
const _wN = "workspaceName";
|
|
899
|
+
const _wS = "webhookSecret";
|
|
900
|
+
const _wT = "webhookType";
|
|
901
|
+
const _wU = "webhookUrl";
|
|
902
|
+
const _we = "webhooks";
|
|
903
|
+
const _xaaaf = "x-amzn-app-auth-flow";
|
|
904
|
+
const _z = "zip";
|
|
905
|
+
const _zF = "zipFile";
|
|
906
|
+
const n0 = "com.amazonaws.devopsagent";
|
|
907
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
908
|
+
var DevOpsAgentServiceException$ = [-3, _s, "DevOpsAgentServiceException", 0, [], []];
|
|
909
|
+
_s_registry.registerError(DevOpsAgentServiceException$, DevOpsAgentServiceException);
|
|
910
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
911
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
912
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
913
|
+
[_m],
|
|
914
|
+
[0], 1
|
|
915
|
+
];
|
|
916
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
917
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
918
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
919
|
+
[_m],
|
|
920
|
+
[0], 1
|
|
921
|
+
];
|
|
922
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
923
|
+
var ContentSizeExceededException$ = [-3, n0, _CSEE,
|
|
924
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
925
|
+
[_m],
|
|
926
|
+
[0], 1
|
|
927
|
+
];
|
|
928
|
+
n0_registry.registerError(ContentSizeExceededException$, ContentSizeExceededException);
|
|
929
|
+
var IdentityCenterServiceException$ = [-3, n0, _ICSE,
|
|
930
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
931
|
+
[_m, _uEC],
|
|
932
|
+
[0, 0], 1
|
|
933
|
+
];
|
|
934
|
+
n0_registry.registerError(IdentityCenterServiceException$, IdentityCenterServiceException);
|
|
935
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
936
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
937
|
+
[_m],
|
|
938
|
+
[0], 1
|
|
939
|
+
];
|
|
940
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
941
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
942
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
943
|
+
[_m],
|
|
944
|
+
[0], 1
|
|
945
|
+
];
|
|
946
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
947
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
948
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
949
|
+
[_m],
|
|
950
|
+
[0], 1
|
|
951
|
+
];
|
|
952
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
953
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
954
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
955
|
+
[_m],
|
|
956
|
+
[0], 1
|
|
957
|
+
];
|
|
958
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
959
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
960
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
961
|
+
[_m],
|
|
962
|
+
[0], 1
|
|
963
|
+
];
|
|
964
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
965
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
966
|
+
{ [_e]: _c },
|
|
967
|
+
[_m, _fL],
|
|
968
|
+
[0, () => ValidationExceptionFieldList], 1
|
|
969
|
+
];
|
|
970
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
971
|
+
const errorTypeRegistries = [
|
|
972
|
+
_s_registry,
|
|
973
|
+
n0_registry,
|
|
974
|
+
];
|
|
975
|
+
var ApiKeyValue = [0, n0, _AKV, 8, 0];
|
|
976
|
+
var ClientId = [0, n0, _CI, 8, 0];
|
|
977
|
+
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
978
|
+
var CustomHeaderValue = [0, n0, _CHV, 8, 0];
|
|
979
|
+
var Description = [0, n0, _D, 8, 0];
|
|
980
|
+
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
981
|
+
var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
|
|
982
|
+
var IdpClientSecret = [0, n0, _ICS, 8, 0];
|
|
983
|
+
var TokenValue = [0, n0, _TV, 8, 0];
|
|
984
|
+
var WebhookSecret = [0, n0, _WS, 8, 0];
|
|
985
|
+
var AgentSpace$ = [3, n0, _AS,
|
|
986
|
+
0,
|
|
987
|
+
[_n, _cA, _uA, _aSI, _d, _l, _kKA],
|
|
988
|
+
[0, 5, 5, 0, [() => Description, 0], 0, 0], 4
|
|
989
|
+
];
|
|
990
|
+
var Asset$ = [3, n0, _A,
|
|
991
|
+
0,
|
|
992
|
+
[_aI, _aT, _me, _v, _cA, _uA],
|
|
993
|
+
[0, 0, 15, 1, 4, 4], 6
|
|
994
|
+
];
|
|
995
|
+
var AssetFile$ = [3, n0, _AF,
|
|
996
|
+
0,
|
|
997
|
+
[_p, _co, _v, _cA, _uA, _me],
|
|
998
|
+
[0, () => AssetFileBody$, 1, 4, 4, 15], 5
|
|
999
|
+
];
|
|
1000
|
+
var AssetFileContent$ = [3, n0, _AFC,
|
|
1001
|
+
0,
|
|
1002
|
+
[_p, _b, _me],
|
|
1003
|
+
[0, () => AssetFileBody$, 15], 2
|
|
1004
|
+
];
|
|
1005
|
+
var AssetFileSummary$ = [3, n0, _AFS,
|
|
1006
|
+
0,
|
|
1007
|
+
[_p, _v, _cA, _uA, _me],
|
|
1008
|
+
[0, 1, 4, 4, 15], 4
|
|
1009
|
+
];
|
|
1010
|
+
var AssetSourceUrlContent$ = [3, n0, _ASUC,
|
|
1011
|
+
0,
|
|
1012
|
+
[_u],
|
|
1013
|
+
[0], 1
|
|
1014
|
+
];
|
|
1015
|
+
var AssetTypeSummary$ = [3, n0, _ATS,
|
|
1016
|
+
0,
|
|
1017
|
+
[_aT, _d],
|
|
1018
|
+
[0, 0], 2
|
|
1019
|
+
];
|
|
1020
|
+
var AssetVersionMetadata$ = [3, n0, _AVM,
|
|
1021
|
+
0,
|
|
1022
|
+
[_v, _cA, _uA],
|
|
1023
|
+
[1, 4, 4], 3
|
|
1024
|
+
];
|
|
1025
|
+
var AssetZipContent$ = [3, n0, _AZC,
|
|
1026
|
+
0,
|
|
1027
|
+
[_zF],
|
|
1028
|
+
[21], 1
|
|
1029
|
+
];
|
|
1030
|
+
var AssociateServiceInput$ = [3, n0, _ASI,
|
|
1031
|
+
0,
|
|
1032
|
+
[_aSI, _sI, _con, _ca],
|
|
1033
|
+
[[0, 1], 0, [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
1034
|
+
];
|
|
1035
|
+
var AssociateServiceOutput$ = [3, n0, _ASO,
|
|
1036
|
+
0,
|
|
1037
|
+
[_a, _w],
|
|
1038
|
+
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
1039
|
+
];
|
|
1040
|
+
var Association$ = [3, n0, _As,
|
|
1041
|
+
0,
|
|
1042
|
+
[_aSI, _cA, _uA, _aIs, _sI, _con, _st, _ca],
|
|
1043
|
+
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
|
|
1044
|
+
];
|
|
1045
|
+
var AWSConfiguration$ = [3, n0, _AWSC,
|
|
1046
|
+
0,
|
|
1047
|
+
[_aRA, _aIc, _aTc],
|
|
1048
|
+
[0, 0, 0], 3
|
|
1049
|
+
];
|
|
1050
|
+
var AzureConfiguration$ = [3, n0, _AC,
|
|
1051
|
+
0,
|
|
1052
|
+
[_sIu],
|
|
1053
|
+
[0], 1
|
|
1054
|
+
];
|
|
1055
|
+
var AzureDevOpsConfiguration$ = [3, n0, _ADOC,
|
|
1056
|
+
0,
|
|
1057
|
+
[_oN, _pI, _pN],
|
|
1058
|
+
[0, 0, 0], 3
|
|
1059
|
+
];
|
|
1060
|
+
var CapabilityConfiguration$ = [3, n0, _CC,
|
|
1061
|
+
0,
|
|
1062
|
+
[_en],
|
|
1063
|
+
[2]
|
|
1064
|
+
];
|
|
1065
|
+
var ChatExecution$ = [3, n0, _CEh,
|
|
1066
|
+
0,
|
|
1067
|
+
[_eI, _cA, _uA, _su],
|
|
1068
|
+
[0, 4, 4, 0], 2
|
|
1069
|
+
];
|
|
1070
|
+
var CreateAgentSpaceInput$ = [3, n0, _CASI,
|
|
1071
|
+
0,
|
|
1072
|
+
[_n, _d, _l, _kKA, _cT, _t],
|
|
1073
|
+
[0, [() => Description, 0], 0, 0, [0, 4], 128 | 0], 1
|
|
1074
|
+
];
|
|
1075
|
+
var CreateAgentSpaceOutput$ = [3, n0, _CASO,
|
|
1076
|
+
0,
|
|
1077
|
+
[_aS, _t],
|
|
1078
|
+
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
1079
|
+
];
|
|
1080
|
+
var CreateAssetFileRequest$ = [3, n0, _CAFR,
|
|
1081
|
+
0,
|
|
1082
|
+
[_aSI, _aI, _p, _co, _me, _cT],
|
|
1083
|
+
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 4
|
|
1084
|
+
];
|
|
1085
|
+
var CreateAssetFileResponse$ = [3, n0, _CAFRr,
|
|
1086
|
+
0,
|
|
1087
|
+
[_f],
|
|
1088
|
+
[() => AssetFile$], 1
|
|
1089
|
+
];
|
|
1090
|
+
var CreateAssetRequest$ = [3, n0, _CAR,
|
|
1091
|
+
0,
|
|
1092
|
+
[_aSI, _aT, _co, _me, _cT],
|
|
1093
|
+
[[0, 1], 0, () => AssetContent$, 15, [0, 4]], 3
|
|
1094
|
+
];
|
|
1095
|
+
var CreateAssetResponse$ = [3, n0, _CARr,
|
|
1096
|
+
0,
|
|
1097
|
+
[_as],
|
|
1098
|
+
[() => Asset$], 1
|
|
1099
|
+
];
|
|
1100
|
+
var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
|
|
1101
|
+
0,
|
|
1102
|
+
[_aSI, _tT, _ti, _pr, _r, _d, _cT],
|
|
1103
|
+
[[0, 1], 0, 0, 0, () => ReferenceInput$, 0, [0, 4]], 4
|
|
1104
|
+
];
|
|
1105
|
+
var CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
|
|
1106
|
+
0,
|
|
1107
|
+
[_ta],
|
|
1108
|
+
[() => Task$], 1
|
|
1109
|
+
];
|
|
1110
|
+
var CreateChatRequest$ = [3, n0, _CCR,
|
|
1111
|
+
0,
|
|
1112
|
+
[_aSI, _uI, _uT],
|
|
1113
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _uT }]], 1
|
|
1114
|
+
];
|
|
1115
|
+
var CreateChatResponse$ = [3, n0, _CCRr,
|
|
1116
|
+
0,
|
|
1117
|
+
[_eI, _cA],
|
|
1118
|
+
[0, 4], 2
|
|
1119
|
+
];
|
|
1120
|
+
var CreatePrivateConnectionInput$ = [3, n0, _CPCI,
|
|
1121
|
+
0,
|
|
1122
|
+
[_n, _mo, _t],
|
|
1123
|
+
[0, () => PrivateConnectionMode$, 128 | 0], 2
|
|
1124
|
+
];
|
|
1125
|
+
var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
|
|
1126
|
+
0,
|
|
1127
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
|
|
1128
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1129
|
+
];
|
|
1130
|
+
var CreateTriggerRequest$ = [3, n0, _CTR,
|
|
1131
|
+
0,
|
|
1132
|
+
[_aSI, _ty, _cond, _ac, _st, _cT],
|
|
1133
|
+
[[0, 1], 0, () => TriggerCondition$, 15, 0, [0, 4]], 4
|
|
1134
|
+
];
|
|
1135
|
+
var CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
1136
|
+
0,
|
|
1137
|
+
[_tr],
|
|
1138
|
+
[() => Trigger$], 1
|
|
1139
|
+
];
|
|
1140
|
+
var DatadogServiceDetails$ = [3, n0, _DSD,
|
|
1141
|
+
0,
|
|
1142
|
+
[_n, _end, _aC, _d],
|
|
1143
|
+
[0, 0, () => DatadogAuthorizationConfig$, [() => Description, 0]], 3
|
|
1144
|
+
];
|
|
1145
|
+
var DeleteAgentSpaceInput$ = [3, n0, _DASI,
|
|
1146
|
+
0,
|
|
1147
|
+
[_aSI],
|
|
1148
|
+
[[0, 1]], 1
|
|
1149
|
+
];
|
|
1150
|
+
var DeleteAgentSpaceOutput$ = [3, n0, _DASO,
|
|
1151
|
+
0,
|
|
1152
|
+
[],
|
|
1153
|
+
[]
|
|
1154
|
+
];
|
|
1155
|
+
var DeleteAssetFileRequest$ = [3, n0, _DAFR,
|
|
1156
|
+
0,
|
|
1157
|
+
[_aSI, _aI, _p],
|
|
1158
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
1159
|
+
];
|
|
1160
|
+
var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
|
|
1161
|
+
0,
|
|
1162
|
+
[],
|
|
1163
|
+
[]
|
|
1164
|
+
];
|
|
1165
|
+
var DeleteAssetRequest$ = [3, n0, _DAR,
|
|
1166
|
+
0,
|
|
1167
|
+
[_aSI, _aI],
|
|
1168
|
+
[[0, 1], [0, 1]], 2
|
|
1169
|
+
];
|
|
1170
|
+
var DeleteAssetResponse$ = [3, n0, _DARe,
|
|
1171
|
+
0,
|
|
1172
|
+
[],
|
|
1173
|
+
[]
|
|
1174
|
+
];
|
|
1175
|
+
var DeletePrivateConnectionInput$ = [3, n0, _DPCI,
|
|
1176
|
+
0,
|
|
1177
|
+
[_n],
|
|
1178
|
+
[[0, 1]], 1
|
|
1179
|
+
];
|
|
1180
|
+
var DeletePrivateConnectionOutput$ = [3, n0, _DPCO,
|
|
1181
|
+
0,
|
|
1182
|
+
[_n, _st],
|
|
1183
|
+
[0, 0], 2
|
|
1184
|
+
];
|
|
1185
|
+
var DeleteTriggerRequest$ = [3, n0, _DTR,
|
|
1186
|
+
0,
|
|
1187
|
+
[_aSI, _tI],
|
|
1188
|
+
[[0, 1], [0, 1]], 2
|
|
1189
|
+
];
|
|
1190
|
+
var DeleteTriggerResponse$ = [3, n0, _DTRe,
|
|
1191
|
+
0,
|
|
1192
|
+
[],
|
|
1193
|
+
[]
|
|
1194
|
+
];
|
|
1195
|
+
var DeregisterServiceInput$ = [3, n0, _DSI,
|
|
1196
|
+
0,
|
|
1197
|
+
[_sI],
|
|
1198
|
+
[[0, 1]], 1
|
|
1199
|
+
];
|
|
1200
|
+
var DeregisterServiceOutput$ = [3, n0, _DSO,
|
|
1201
|
+
0,
|
|
1202
|
+
[],
|
|
1203
|
+
[]
|
|
1204
|
+
];
|
|
1205
|
+
var DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
|
|
1206
|
+
0,
|
|
1207
|
+
[_n],
|
|
1208
|
+
[[0, 1]], 1
|
|
1209
|
+
];
|
|
1210
|
+
var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
|
|
1211
|
+
0,
|
|
1212
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
|
|
1213
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1214
|
+
];
|
|
1215
|
+
var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
1216
|
+
0,
|
|
1217
|
+
[_aSI, _aF],
|
|
1218
|
+
[[0, 1], [0, { [_hH]: _xaaaf }]], 1
|
|
1219
|
+
];
|
|
1220
|
+
var DisassociateServiceInput$ = [3, n0, _DSIi,
|
|
1221
|
+
0,
|
|
1222
|
+
[_aSI, _aIs],
|
|
1223
|
+
[[0, 1], [0, 1]], 2
|
|
1224
|
+
];
|
|
1225
|
+
var DisassociateServiceOutput$ = [3, n0, _DSOi,
|
|
1226
|
+
0,
|
|
1227
|
+
[],
|
|
1228
|
+
[]
|
|
1229
|
+
];
|
|
1230
|
+
var DynatraceConfiguration$ = [3, n0, _DC,
|
|
1231
|
+
0,
|
|
1232
|
+
[_eIn, _re],
|
|
1233
|
+
[0, 64 | 0], 1
|
|
1234
|
+
];
|
|
1235
|
+
var DynatraceOAuthClientCredentialsConfig$ = [3, n0, _DOACCC,
|
|
1236
|
+
0,
|
|
1237
|
+
[_cI, _cS, _cN, _eP],
|
|
1238
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, [() => ExchangeParameters, 0]], 2
|
|
1239
|
+
];
|
|
1240
|
+
var DynatraceServiceDetails$ = [3, n0, _DSDy,
|
|
1241
|
+
0,
|
|
1242
|
+
[_aU, _aC],
|
|
1243
|
+
[0, [() => DynatraceServiceAuthorizationConfig$, 0]], 1
|
|
1244
|
+
];
|
|
1245
|
+
var EnableOperatorAppInput$ = [3, n0, _EOAI,
|
|
1246
|
+
0,
|
|
1247
|
+
[_aSI, _aF, _oARA, _iIA, _iU, _iCI, _iCS, _pro],
|
|
1248
|
+
[[0, 1], 0, 0, 0, 0, 0, [() => IdpClientSecret, 0], 0], 3
|
|
1249
|
+
];
|
|
1250
|
+
var EnableOperatorAppOutput$ = [3, n0, _EOAO,
|
|
1251
|
+
0,
|
|
1252
|
+
[_aSI, _oAU, _i, _id, _idp],
|
|
1253
|
+
[0, 0, () => IamAuthConfiguration$, () => IdcAuthConfiguration$, () => IdpAuthConfiguration$], 1
|
|
1254
|
+
];
|
|
1255
|
+
var EventChannelConfiguration$ = [3, n0, _ECC,
|
|
1256
|
+
0,
|
|
1257
|
+
[],
|
|
1258
|
+
[]
|
|
1259
|
+
];
|
|
1260
|
+
var EventChannelDetails$ = [3, n0, _ECD,
|
|
1261
|
+
0,
|
|
1262
|
+
[_ty],
|
|
1263
|
+
[0]
|
|
1264
|
+
];
|
|
1265
|
+
var Execution$ = [3, n0, _E,
|
|
1266
|
+
0,
|
|
1267
|
+
[_aSI, _eI, _aST, _cA, _uA, _eS, _pEI, _aTg, _ui],
|
|
1268
|
+
[0, 0, 0, 4, 4, 0, 0, 0, 0], 6
|
|
1269
|
+
];
|
|
1270
|
+
var GenericWebhook$ = [3, n0, _GW,
|
|
1271
|
+
0,
|
|
1272
|
+
[_wU, _wI, _wT, _wS, _aK],
|
|
1273
|
+
[0, 0, 0, [() => WebhookSecret, 0], [() => ApiKeyValue, 0]]
|
|
1274
|
+
];
|
|
1275
|
+
var GetAccountUsageInput$ = [3, n0, _GAUI,
|
|
1276
|
+
0,
|
|
1277
|
+
[],
|
|
1278
|
+
[]
|
|
1279
|
+
];
|
|
1280
|
+
var GetAccountUsageOutput$ = [3, n0, _GAUO,
|
|
1281
|
+
0,
|
|
1282
|
+
[_uPST, _uPET, _mAIH, _mAEH, _mASLH, _mAODH],
|
|
1283
|
+
[5, 5, () => UsageMetric$, () => UsageMetric$, () => UsageMetric$, () => UsageMetric$], 2
|
|
1284
|
+
];
|
|
1285
|
+
var GetAgentSpaceInput$ = [3, n0, _GASI,
|
|
1286
|
+
0,
|
|
1287
|
+
[_aSI],
|
|
1288
|
+
[[0, 1]], 1
|
|
1289
|
+
];
|
|
1290
|
+
var GetAgentSpaceOutput$ = [3, n0, _GASO,
|
|
1291
|
+
0,
|
|
1292
|
+
[_aS, _t],
|
|
1293
|
+
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
1294
|
+
];
|
|
1295
|
+
var GetAssetContentRequest$ = [3, n0, _GACR,
|
|
1296
|
+
0,
|
|
1297
|
+
[_aSI, _aI, _aV],
|
|
1298
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1299
|
+
];
|
|
1300
|
+
var GetAssetContentResponse$ = [3, n0, _GACRe,
|
|
1301
|
+
0,
|
|
1302
|
+
[_co, _v],
|
|
1303
|
+
[() => AssetZipContent$, 1], 2
|
|
1304
|
+
];
|
|
1305
|
+
var GetAssetFileRequest$ = [3, n0, _GAFR,
|
|
1306
|
+
0,
|
|
1307
|
+
[_aSI, _aI, _p, _aV],
|
|
1308
|
+
[[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _aV }]], 3
|
|
1309
|
+
];
|
|
1310
|
+
var GetAssetFileResponse$ = [3, n0, _GAFRe,
|
|
1311
|
+
0,
|
|
1312
|
+
[_f],
|
|
1313
|
+
[() => AssetFile$], 1
|
|
1314
|
+
];
|
|
1315
|
+
var GetAssetRequest$ = [3, n0, _GAR,
|
|
1316
|
+
0,
|
|
1317
|
+
[_aSI, _aI, _aV],
|
|
1318
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1319
|
+
];
|
|
1320
|
+
var GetAssetResponse$ = [3, n0, _GARe,
|
|
1321
|
+
0,
|
|
1322
|
+
[_as],
|
|
1323
|
+
[() => Asset$], 1
|
|
1324
|
+
];
|
|
1325
|
+
var GetAssociationInput$ = [3, n0, _GAI,
|
|
1326
|
+
0,
|
|
1327
|
+
[_aSI, _aIs],
|
|
1328
|
+
[[0, 1], [0, 1]], 2
|
|
1329
|
+
];
|
|
1330
|
+
var GetAssociationOutput$ = [3, n0, _GAO,
|
|
1331
|
+
0,
|
|
1332
|
+
[_a],
|
|
1333
|
+
[[() => Association$, 0]], 1
|
|
1334
|
+
];
|
|
1335
|
+
var GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
1336
|
+
0,
|
|
1337
|
+
[_aSI, _tIa],
|
|
1338
|
+
[[0, 1], [0, 1]], 2
|
|
1339
|
+
];
|
|
1340
|
+
var GetBacklogTaskResponse$ = [3, n0, _GBTRe,
|
|
1341
|
+
0,
|
|
1342
|
+
[_ta],
|
|
1343
|
+
[() => Task$], 1
|
|
1344
|
+
];
|
|
1345
|
+
var GetOperatorAppInput$ = [3, n0, _GOAI,
|
|
1346
|
+
0,
|
|
1347
|
+
[_aSI],
|
|
1348
|
+
[[0, 1]], 1
|
|
1349
|
+
];
|
|
1350
|
+
var GetOperatorAppOutput$ = [3, n0, _GOAO,
|
|
1351
|
+
0,
|
|
1352
|
+
[_oAU, _i, _id, _idp],
|
|
1353
|
+
[0, () => IamAuthConfiguration$, () => IdcAuthConfiguration$, () => IdpAuthConfiguration$]
|
|
1354
|
+
];
|
|
1355
|
+
var GetRecommendationRequest$ = [3, n0, _GRR,
|
|
1356
|
+
0,
|
|
1357
|
+
[_aSI, _rI, _rV],
|
|
1358
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _rV }]], 2
|
|
1359
|
+
];
|
|
1360
|
+
var GetRecommendationResponse$ = [3, n0, _GRRe,
|
|
1361
|
+
0,
|
|
1362
|
+
[_rec],
|
|
1363
|
+
[() => Recommendation$], 1
|
|
1364
|
+
];
|
|
1365
|
+
var GetServiceInput$ = [3, n0, _GSI,
|
|
1366
|
+
0,
|
|
1367
|
+
[_sI],
|
|
1368
|
+
[[0, 1]], 1
|
|
1369
|
+
];
|
|
1370
|
+
var GetServiceOutput$ = [3, n0, _GSO,
|
|
1371
|
+
0,
|
|
1372
|
+
[_ser, _t],
|
|
1373
|
+
[[() => RegisteredService$, 0], 128 | 0], 1
|
|
1374
|
+
];
|
|
1375
|
+
var GetTriggerRequest$ = [3, n0, _GTR,
|
|
1376
|
+
0,
|
|
1377
|
+
[_aSI, _tI],
|
|
1378
|
+
[[0, 1], [0, 1]], 2
|
|
1379
|
+
];
|
|
1380
|
+
var GetTriggerResponse$ = [3, n0, _GTRe,
|
|
1381
|
+
0,
|
|
1382
|
+
[_tr],
|
|
1383
|
+
[() => Trigger$], 1
|
|
1384
|
+
];
|
|
1385
|
+
var GitHubConfiguration$ = [3, n0, _GHC,
|
|
1386
|
+
0,
|
|
1387
|
+
[_rN, _rIe, _o, _oT, _iI, _rRA],
|
|
1388
|
+
[0, 0, 0, 0, 0, 0], 4
|
|
1389
|
+
];
|
|
1390
|
+
var GitLabConfiguration$ = [3, n0, _GLC,
|
|
1391
|
+
0,
|
|
1392
|
+
[_pI, _pP, _iI, _rRA],
|
|
1393
|
+
[0, 0, 0, 0], 2
|
|
1394
|
+
];
|
|
1395
|
+
var GitLabDetails$ = [3, n0, _GLD,
|
|
1396
|
+
0,
|
|
1397
|
+
[_tU, _tTo, _tV, _gI],
|
|
1398
|
+
[0, 0, [() => TokenValue, 0], 0], 3
|
|
1399
|
+
];
|
|
1400
|
+
var Goal$ = [3, n0, _G,
|
|
1401
|
+
0,
|
|
1402
|
+
[_aSA, _gIo, _ti, _co, _st, _gT, _cA, _uA, _v, _lEA, _lTI, _lSTI, _eSv],
|
|
1403
|
+
[0, 0, 0, () => GoalContent$, 0, 0, 5, 5, 1, 5, 0, 0, () => GoalSchedule$], 9
|
|
1404
|
+
];
|
|
1405
|
+
var GoalContent$ = [3, n0, _GC,
|
|
1406
|
+
0,
|
|
1407
|
+
[_d, _ob],
|
|
1408
|
+
[0, 0], 2
|
|
1409
|
+
];
|
|
1410
|
+
var GoalSchedule$ = [3, n0, _GS,
|
|
1411
|
+
0,
|
|
1412
|
+
[_sta, _ex],
|
|
1413
|
+
[0, 0], 1
|
|
1414
|
+
];
|
|
1415
|
+
var GoalScheduleInput$ = [3, n0, _GSIo,
|
|
1416
|
+
0,
|
|
1417
|
+
[_sta],
|
|
1418
|
+
[0], 1
|
|
1419
|
+
];
|
|
1420
|
+
var GrafanaServiceDetails$ = [3, n0, _GSD,
|
|
1421
|
+
0,
|
|
1422
|
+
[_n, _end, _aC, _d],
|
|
1423
|
+
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1424
|
+
];
|
|
1425
|
+
var IamAuthConfiguration$ = [3, n0, _IAC,
|
|
1426
|
+
0,
|
|
1427
|
+
[_oARA, _cA, _uA],
|
|
1428
|
+
[0, 5, 5], 2
|
|
1429
|
+
];
|
|
1430
|
+
var IdcAuthConfiguration$ = [3, n0, _IACd,
|
|
1431
|
+
0,
|
|
1432
|
+
[_oARA, _iIA, _cA, _iAA, _uA],
|
|
1433
|
+
[0, 0, 5, 0, 5], 3
|
|
1434
|
+
];
|
|
1435
|
+
var IdpAuthConfiguration$ = [3, n0, _IACdp,
|
|
1436
|
+
0,
|
|
1437
|
+
[_iU, _cI, _oARA, _pro, _cA, _uA],
|
|
1438
|
+
[0, 0, 0, 0, 5, 5], 5
|
|
1439
|
+
];
|
|
1440
|
+
var JournalRecord$ = [3, n0, _JR,
|
|
1441
|
+
0,
|
|
1442
|
+
[_aSI, _eI, _rIec, _co, _cA, _rT, _uR],
|
|
1443
|
+
[0, 0, 0, 15, 4, 0, () => UserReference$], 6
|
|
1444
|
+
];
|
|
1445
|
+
var ListAgentSpacesInput$ = [3, n0, _LASI,
|
|
1446
|
+
0,
|
|
1447
|
+
[_mR, _nT],
|
|
1448
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
1449
|
+
];
|
|
1450
|
+
var ListAgentSpacesOutput$ = [3, n0, _LASO,
|
|
1451
|
+
0,
|
|
1452
|
+
[_aSg, _nT],
|
|
1453
|
+
[[() => AgentSpaceList, 0], 0], 1
|
|
1454
|
+
];
|
|
1455
|
+
var ListAssetFilesRequest$ = [3, n0, _LAFR,
|
|
1456
|
+
0,
|
|
1457
|
+
[_aSI, _aI, _aV, _nT, _mR],
|
|
1458
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _aV }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
1459
|
+
];
|
|
1460
|
+
var ListAssetFilesResponse$ = [3, n0, _LAFRi,
|
|
1461
|
+
0,
|
|
1462
|
+
[_it, _nT],
|
|
1463
|
+
[() => AssetFileSummaryList, 0], 1
|
|
1464
|
+
];
|
|
1465
|
+
var ListAssetsRequest$ = [3, n0, _LAR,
|
|
1466
|
+
0,
|
|
1467
|
+
[_aSI, _aT, _uAp, _uB, _nT, _mR],
|
|
1468
|
+
[[0, 1], [0, { [_hQ]: _aT }], [4, { [_hQ]: _uAp }], [4, { [_hQ]: _uB }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1469
|
+
];
|
|
1470
|
+
var ListAssetsResponse$ = [3, n0, _LARi,
|
|
1471
|
+
0,
|
|
1472
|
+
[_it, _nT],
|
|
1473
|
+
[() => AssetList, 0], 1
|
|
1474
|
+
];
|
|
1475
|
+
var ListAssetTypesRequest$ = [3, n0, _LATR,
|
|
1476
|
+
0,
|
|
1477
|
+
[_nT, _mR],
|
|
1478
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
1479
|
+
];
|
|
1480
|
+
var ListAssetTypesResponse$ = [3, n0, _LATRi,
|
|
1481
|
+
0,
|
|
1482
|
+
[_it, _nT],
|
|
1483
|
+
[() => AssetTypeList, 0], 1
|
|
1484
|
+
];
|
|
1485
|
+
var ListAssetVersionsRequest$ = [3, n0, _LAVR,
|
|
1486
|
+
0,
|
|
1487
|
+
[_aSI, _aI, _mR, _nT],
|
|
1488
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
1489
|
+
];
|
|
1490
|
+
var ListAssetVersionsResponse$ = [3, n0, _LAVRi,
|
|
1491
|
+
0,
|
|
1492
|
+
[_it, _nT],
|
|
1493
|
+
[() => AssetVersionMetadataList, 0], 1
|
|
1494
|
+
];
|
|
1495
|
+
var ListAssociationsInput$ = [3, n0, _LAI,
|
|
1496
|
+
0,
|
|
1497
|
+
[_aSI, _mR, _nT, _fST],
|
|
1498
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _fST }]], 1
|
|
1499
|
+
];
|
|
1500
|
+
var ListAssociationsOutput$ = [3, n0, _LAO,
|
|
1501
|
+
0,
|
|
1502
|
+
[_ass, _nT],
|
|
1503
|
+
[[() => AssociationsList, 0], 0], 1
|
|
1504
|
+
];
|
|
1505
|
+
var ListBacklogTasksRequest$ = [3, n0, _LBTR,
|
|
1506
|
+
0,
|
|
1507
|
+
[_aSI, _fi, _li, _nT, _sF, _or],
|
|
1508
|
+
[[0, 1], () => TaskFilter$, 1, 0, 0, 0], 1
|
|
1509
|
+
];
|
|
1510
|
+
var ListBacklogTasksResponse$ = [3, n0, _LBTRi,
|
|
1511
|
+
0,
|
|
1512
|
+
[_tas, _nT],
|
|
1513
|
+
[() => TaskList, 0], 1
|
|
1514
|
+
];
|
|
1515
|
+
var ListChatsRequest$ = [3, n0, _LCR,
|
|
1516
|
+
0,
|
|
1517
|
+
[_aSI, _uI, _mR, _nT],
|
|
1518
|
+
[[0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1519
|
+
];
|
|
1520
|
+
var ListChatsResponse$ = [3, n0, _LCRi,
|
|
1521
|
+
0,
|
|
1522
|
+
[_exe, _nT],
|
|
1523
|
+
[() => ChatExecutionList, 0], 1
|
|
1524
|
+
];
|
|
1525
|
+
var ListExecutionsRequest$ = [3, n0, _LER,
|
|
1526
|
+
0,
|
|
1527
|
+
[_aSI, _tIa, _li, _nT],
|
|
1528
|
+
[[0, 1], 0, 1, 0], 2
|
|
1529
|
+
];
|
|
1530
|
+
var ListExecutionsResponse$ = [3, n0, _LERi,
|
|
1531
|
+
0,
|
|
1532
|
+
[_exe, _nT],
|
|
1533
|
+
[() => ExecutionList, 0], 1
|
|
1534
|
+
];
|
|
1535
|
+
var ListGoalsRequest$ = [3, n0, _LGR,
|
|
1536
|
+
0,
|
|
1537
|
+
[_aSI, _st, _gT, _li, _nT],
|
|
1538
|
+
[[0, 1], 0, 0, 1, 0], 1
|
|
1539
|
+
];
|
|
1540
|
+
var ListGoalsResponse$ = [3, n0, _LGRi,
|
|
1541
|
+
0,
|
|
1542
|
+
[_g, _nT],
|
|
1543
|
+
[() => GoalList, 0], 1
|
|
1544
|
+
];
|
|
1545
|
+
var ListJournalRecordsRequest$ = [3, n0, _LJRR,
|
|
1546
|
+
0,
|
|
1547
|
+
[_aSI, _eI, _li, _nT, _rT, _or],
|
|
1548
|
+
[[0, 1], 0, 1, 0, 0, 0], 2
|
|
1549
|
+
];
|
|
1550
|
+
var ListJournalRecordsResponse$ = [3, n0, _LJRRi,
|
|
1551
|
+
0,
|
|
1552
|
+
[_reco, _nT],
|
|
1553
|
+
[() => JournalRecordList, 0], 1
|
|
1554
|
+
];
|
|
1555
|
+
var ListPendingMessagesRequest$ = [3, n0, _LPMR,
|
|
1556
|
+
0,
|
|
1557
|
+
[_aSI, _eI],
|
|
1558
|
+
[[0, 1], 0], 2
|
|
1559
|
+
];
|
|
1560
|
+
var ListPendingMessagesResponse$ = [3, n0, _LPMRi,
|
|
1561
|
+
0,
|
|
1562
|
+
[_aSI, _eI, _mes, _cA],
|
|
1563
|
+
[0, 0, () => PendingMessages, 4], 4
|
|
1564
|
+
];
|
|
1565
|
+
var ListPrivateConnectionsInput$ = [3, n0, _LPCI,
|
|
1566
|
+
0,
|
|
1567
|
+
[],
|
|
1568
|
+
[]
|
|
1569
|
+
];
|
|
1570
|
+
var ListPrivateConnectionsOutput$ = [3, n0, _LPCO,
|
|
1571
|
+
0,
|
|
1572
|
+
[_pC],
|
|
1573
|
+
[() => PrivateConnectionSummaryList], 1
|
|
1574
|
+
];
|
|
1575
|
+
var ListRecommendationsRequest$ = [3, n0, _LRR,
|
|
1576
|
+
0,
|
|
1577
|
+
[_aSI, _tIa, _gIo, _st, _pr, _li, _nT],
|
|
1578
|
+
[[0, 1], 0, 0, 0, 0, 1, 0], 1
|
|
1579
|
+
];
|
|
1580
|
+
var ListRecommendationsResponse$ = [3, n0, _LRRi,
|
|
1581
|
+
0,
|
|
1582
|
+
[_recom, _nT],
|
|
1583
|
+
[() => RecommendationList, 0], 1
|
|
1584
|
+
];
|
|
1585
|
+
var ListServicesInput$ = [3, n0, _LSI,
|
|
1586
|
+
0,
|
|
1587
|
+
[_mR, _nT, _fSTi],
|
|
1588
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _fSTi }]]
|
|
1589
|
+
];
|
|
1590
|
+
var ListServicesOutput$ = [3, n0, _LSO,
|
|
1591
|
+
0,
|
|
1592
|
+
[_serv, _nT],
|
|
1593
|
+
[[() => RegisteredServicesList, 0], 0], 1
|
|
1594
|
+
];
|
|
1595
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1596
|
+
0,
|
|
1597
|
+
[_rA],
|
|
1598
|
+
[[0, 1]], 1
|
|
1599
|
+
];
|
|
1600
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1601
|
+
0,
|
|
1602
|
+
[_t],
|
|
1603
|
+
[128 | 0], 1
|
|
1604
|
+
];
|
|
1605
|
+
var ListTriggersRequest$ = [3, n0, _LTR,
|
|
1606
|
+
0,
|
|
1607
|
+
[_aSI, _st, _nT, _mR],
|
|
1608
|
+
[[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1609
|
+
];
|
|
1610
|
+
var ListTriggersResponse$ = [3, n0, _LTRi,
|
|
1611
|
+
0,
|
|
1612
|
+
[_it, _nT],
|
|
1613
|
+
[() => TriggerList, 0], 1
|
|
1614
|
+
];
|
|
1615
|
+
var ListWebhooksInput$ = [3, n0, _LWI,
|
|
1616
|
+
0,
|
|
1617
|
+
[_aSI, _aIs],
|
|
1618
|
+
[[0, 1], [0, 1]], 2
|
|
1619
|
+
];
|
|
1620
|
+
var ListWebhooksOutput$ = [3, n0, _LWO,
|
|
1621
|
+
0,
|
|
1622
|
+
[_we],
|
|
1623
|
+
[() => WebhooksList], 1
|
|
1624
|
+
];
|
|
1625
|
+
var MCPServerAPIKeyConfig$ = [3, n0, _MCPSAPIKC,
|
|
1626
|
+
0,
|
|
1627
|
+
[_aKN, _aKV, _aKH],
|
|
1628
|
+
[0, [() => ApiKeyValue, 0], 0], 3
|
|
1629
|
+
];
|
|
1630
|
+
var MCPServerAuthorizationDiscoveryConfig$ = [3, n0, _MCPSADC,
|
|
1631
|
+
0,
|
|
1632
|
+
[_rTE],
|
|
1633
|
+
[0], 1
|
|
1634
|
+
];
|
|
1635
|
+
var MCPServerBearerTokenConfig$ = [3, n0, _MCPSBTC,
|
|
1636
|
+
0,
|
|
1637
|
+
[_tN, _tV, _aH],
|
|
1638
|
+
[0, [() => TokenValue, 0], 0], 2
|
|
1639
|
+
];
|
|
1640
|
+
var MCPServerConfiguration$ = [3, n0, _MCPSC,
|
|
1641
|
+
0,
|
|
1642
|
+
[_to],
|
|
1643
|
+
[64 | 0], 1
|
|
1644
|
+
];
|
|
1645
|
+
var MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
|
|
1646
|
+
0,
|
|
1647
|
+
[],
|
|
1648
|
+
[]
|
|
1649
|
+
];
|
|
1650
|
+
var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
1651
|
+
0,
|
|
1652
|
+
[_n, _end, _aC, _d],
|
|
1653
|
+
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1654
|
+
];
|
|
1655
|
+
var MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
|
|
1656
|
+
0,
|
|
1657
|
+
[_end, _oI, _to],
|
|
1658
|
+
[0, 0, 64 | 0], 1
|
|
1659
|
+
];
|
|
1660
|
+
var MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
|
|
1661
|
+
0,
|
|
1662
|
+
[_aIc, _end],
|
|
1663
|
+
[0, 0], 2
|
|
1664
|
+
];
|
|
1665
|
+
var MCPServerOAuth3LOConfig$ = [3, n0, _MCPSOALOC,
|
|
1666
|
+
0,
|
|
1667
|
+
[_cI, _rTE, _aUu, _eU, _cN, _eP, _cS, _sCC, _sc],
|
|
1668
|
+
[[() => ClientId, 0], 0, 0, 0, 0, [() => ExchangeParameters, 0], [() => ClientSecret, 0], 2, 64 | 0], 4
|
|
1669
|
+
];
|
|
1670
|
+
var MCPServerOAuthClientCredentialsConfig$ = [3, n0, _MCPSOACCC,
|
|
1671
|
+
0,
|
|
1672
|
+
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1673
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1674
|
+
];
|
|
1675
|
+
var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
1676
|
+
0,
|
|
1677
|
+
[_reg, _ser, _rAo, _mRA, _cH],
|
|
1678
|
+
[0, 0, 0, 0, [() => CustomHeaders, 0]], 2
|
|
1679
|
+
];
|
|
1680
|
+
var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
1681
|
+
0,
|
|
1682
|
+
[_to],
|
|
1683
|
+
[64 | 0], 1
|
|
1684
|
+
];
|
|
1685
|
+
var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1686
|
+
0,
|
|
1687
|
+
[_n, _end, _aC, _d],
|
|
1688
|
+
[0, 0, [() => MCPServerSigV4AuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1689
|
+
];
|
|
1690
|
+
var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
1691
|
+
0,
|
|
1692
|
+
[],
|
|
1693
|
+
[]
|
|
1694
|
+
];
|
|
1695
|
+
var NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
|
|
1696
|
+
0,
|
|
1697
|
+
[_aK, _aIc, _reg, _aIp, _eG, _aPI],
|
|
1698
|
+
[[() => ApiKeyValue, 0], 0, 0, 64 | 0, 64 | 0, 64 | 0], 3
|
|
1699
|
+
];
|
|
1700
|
+
var NewRelicServiceDetails$ = [3, n0, _NRSD,
|
|
1701
|
+
0,
|
|
1702
|
+
[_aC],
|
|
1703
|
+
[[() => NewRelicServiceAuthorizationConfig$, 0]], 1
|
|
1704
|
+
];
|
|
1705
|
+
var OAuthAdditionalStepDetails$ = [3, n0, _OAASD,
|
|
1706
|
+
0,
|
|
1707
|
+
[_aUu],
|
|
1708
|
+
[0], 1
|
|
1709
|
+
];
|
|
1710
|
+
var PagerDutyConfiguration$ = [3, n0, _PDC,
|
|
1711
|
+
0,
|
|
1712
|
+
[_serv, _cE],
|
|
1713
|
+
[64 | 0, [() => EmailAddress, 0]], 2
|
|
1714
|
+
];
|
|
1715
|
+
var PagerDutyDetails$ = [3, n0, _PDD,
|
|
1716
|
+
0,
|
|
1717
|
+
[_sc, _aC],
|
|
1718
|
+
[64 | 0, [() => PagerDutyAuthorizationConfig$, 0]], 2
|
|
1719
|
+
];
|
|
1720
|
+
var PagerDutyOAuthClientCredentialsConfig$ = [3, n0, _PDOACCC,
|
|
1721
|
+
0,
|
|
1722
|
+
[_cI, _cS, _cN, _eP],
|
|
1723
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, [() => ExchangeParameters, 0]], 2
|
|
1724
|
+
];
|
|
1725
|
+
var PendingMessage$ = [3, n0, _PM,
|
|
1726
|
+
0,
|
|
1727
|
+
[_mI, _m],
|
|
1728
|
+
[0, () => Message$], 2
|
|
1729
|
+
];
|
|
1730
|
+
var PrivateConnectionSummary$ = [3, n0, _PCS,
|
|
1731
|
+
0,
|
|
1732
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM],
|
|
1733
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0], 3
|
|
1734
|
+
];
|
|
1735
|
+
var Recommendation$ = [3, n0, _R,
|
|
1736
|
+
0,
|
|
1737
|
+
[_aSA, _rI, _tIa, _ti, _co, _st, _pr, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
|
|
1738
|
+
[0, 0, 0, 0, () => RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0, 1, 5], 10
|
|
1739
|
+
];
|
|
1740
|
+
var RecommendationContent$ = [3, n0, _RC,
|
|
1741
|
+
0,
|
|
1742
|
+
[_su, _sp],
|
|
1743
|
+
[0, 0], 1
|
|
1744
|
+
];
|
|
1745
|
+
var ReferenceInput$ = [3, n0, _RI,
|
|
1746
|
+
0,
|
|
1747
|
+
[_sy, _rIef, _rU, _aIs, _ti],
|
|
1748
|
+
[0, 0, 0, 0, 0], 4
|
|
1749
|
+
];
|
|
1750
|
+
var ReferenceOutput$ = [3, n0, _RO,
|
|
1751
|
+
0,
|
|
1752
|
+
[_sy, _rIef, _rU, _aIs, _ti],
|
|
1753
|
+
[0, 0, 0, 0, 0], 4
|
|
1754
|
+
];
|
|
1755
|
+
var RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
|
|
1756
|
+
0,
|
|
1757
|
+
[_oN],
|
|
1758
|
+
[0], 1
|
|
1759
|
+
];
|
|
1760
|
+
var RegisteredAzureIdentityDetails$ = [3, n0, _RAID,
|
|
1761
|
+
0,
|
|
1762
|
+
[_tIe, _cI, _wIRA, _wITA],
|
|
1763
|
+
[0, 0, 0, 64 | 0], 4
|
|
1764
|
+
];
|
|
1765
|
+
var RegisteredGithubServiceDetails$ = [3, n0, _RGSD,
|
|
1766
|
+
0,
|
|
1767
|
+
[_o, _oT, _tU],
|
|
1768
|
+
[0, 0, 0], 2
|
|
1769
|
+
];
|
|
1770
|
+
var RegisteredGitLabServiceDetails$ = [3, n0, _RGLSD,
|
|
1771
|
+
0,
|
|
1772
|
+
[_tU, _tTo, _gI],
|
|
1773
|
+
[0, 0, 0], 2
|
|
1774
|
+
];
|
|
1775
|
+
var RegisteredGrafanaServerDetails$ = [3, n0, _RGSDe,
|
|
1776
|
+
0,
|
|
1777
|
+
[_end, _aM],
|
|
1778
|
+
[0, 0], 2
|
|
1779
|
+
];
|
|
1780
|
+
var RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
1781
|
+
0,
|
|
1782
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1783
|
+
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1784
|
+
];
|
|
1785
|
+
var RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1786
|
+
0,
|
|
1787
|
+
[_n, _end, _reg, _ser, _rAo, _d, _mRA, _cH],
|
|
1788
|
+
[0, 0, 0, 0, 0, [() => Description, 0], 0, [() => CustomHeaders, 0]], 5
|
|
1789
|
+
];
|
|
1790
|
+
var RegisteredNewRelicDetails$ = [3, n0, _RNRD,
|
|
1791
|
+
0,
|
|
1792
|
+
[_aIc, _reg, _d],
|
|
1793
|
+
[0, 0, [() => Description, 0]], 2
|
|
1794
|
+
];
|
|
1795
|
+
var RegisteredPagerDutyDetails$ = [3, n0, _RPDD,
|
|
1796
|
+
0,
|
|
1797
|
+
[_sc],
|
|
1798
|
+
[64 | 0], 1
|
|
1799
|
+
];
|
|
1800
|
+
var RegisteredRemoteAgentDetails$ = [3, n0, _RRAD,
|
|
1801
|
+
0,
|
|
1802
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1803
|
+
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1804
|
+
];
|
|
1805
|
+
var RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
|
|
1806
|
+
0,
|
|
1807
|
+
[_n, _end, _reg, _ser, _d, _rAo],
|
|
1808
|
+
[0, 0, 0, 0, [() => Description, 0], 0], 4
|
|
1809
|
+
];
|
|
1810
|
+
var RegisteredService$ = [3, n0, _RS,
|
|
1811
|
+
0,
|
|
1812
|
+
[_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
|
|
1813
|
+
[0, 0, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0], 2
|
|
1814
|
+
];
|
|
1815
|
+
var RegisteredServiceNowDetails$ = [3, n0, _RSND,
|
|
1816
|
+
0,
|
|
1817
|
+
[_iUn],
|
|
1818
|
+
[0]
|
|
1819
|
+
];
|
|
1820
|
+
var RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
|
|
1821
|
+
0,
|
|
1822
|
+
[_tIea, _tNe],
|
|
1823
|
+
[0, 0], 2
|
|
1824
|
+
];
|
|
1825
|
+
var RegisterServiceInput$ = [3, n0, _RSI,
|
|
1826
|
+
0,
|
|
1827
|
+
[_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n, _t],
|
|
1828
|
+
[[0, 1], [() => ServiceDetails$, 0], 0, 0, 0, 0, 0, 128 | 0], 2
|
|
1829
|
+
];
|
|
1830
|
+
var RegisterServiceOutput$ = [3, n0, _RSO,
|
|
1831
|
+
0,
|
|
1832
|
+
[_sI, _aSd, _kKA, _t],
|
|
1833
|
+
[0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1834
|
+
];
|
|
1835
|
+
var RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
|
|
1836
|
+
0,
|
|
1837
|
+
[_aKN, _aKV, _aKH],
|
|
1838
|
+
[0, [() => ApiKeyValue, 0], 0], 3
|
|
1839
|
+
];
|
|
1840
|
+
var RemoteAgentBearerTokenConfig$ = [3, n0, _RABTC,
|
|
1841
|
+
0,
|
|
1842
|
+
[_tN, _tV, _aH],
|
|
1843
|
+
[0, [() => TokenValue, 0], 0], 2
|
|
1844
|
+
];
|
|
1845
|
+
var RemoteAgentConfiguration$ = [3, n0, _RAC,
|
|
1846
|
+
0,
|
|
1847
|
+
[],
|
|
1848
|
+
[]
|
|
1849
|
+
];
|
|
1850
|
+
var RemoteAgentOAuthClientCredentialsConfig$ = [3, n0, _RAOACCC,
|
|
1851
|
+
0,
|
|
1852
|
+
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1853
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1854
|
+
];
|
|
1855
|
+
var RemoteAgentServiceDetails$ = [3, n0, _RASD,
|
|
1856
|
+
0,
|
|
1857
|
+
[_n, _end, _aC, _d],
|
|
1858
|
+
[0, 0, [() => RemoteAgentAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1859
|
+
];
|
|
1860
|
+
var RemoteAgentSigV4AuthorizationConfig$ = [3, n0, _RASVAC,
|
|
1861
|
+
0,
|
|
1862
|
+
[_reg, _ser, _rAo],
|
|
1863
|
+
[0, 0, 0], 2
|
|
1864
|
+
];
|
|
1865
|
+
var RemoteAgentSigV4Configuration$ = [3, n0, _RASVC,
|
|
1866
|
+
0,
|
|
1867
|
+
[],
|
|
1868
|
+
[]
|
|
1869
|
+
];
|
|
1870
|
+
var RemoteAgentSigV4ServiceDetails$ = [3, n0, _RASVSD,
|
|
1871
|
+
0,
|
|
1872
|
+
[_n, _end, _aC, _d],
|
|
1873
|
+
[0, 0, () => RemoteAgentSigV4AuthorizationConfig$, [() => Description, 0]], 3
|
|
1874
|
+
];
|
|
1875
|
+
var ScheduleCondition$ = [3, n0, _SC,
|
|
1876
|
+
0,
|
|
1877
|
+
[_ex],
|
|
1878
|
+
[0], 1
|
|
1879
|
+
];
|
|
1880
|
+
var SelfManagedInput$ = [3, n0, _SMI,
|
|
1881
|
+
0,
|
|
1882
|
+
[_rCI, _ce],
|
|
1883
|
+
[0, 0], 1
|
|
1884
|
+
];
|
|
1885
|
+
var SendMessageContentBlockDeltaEvent$ = [3, n0, _SMCBDE,
|
|
1886
|
+
0,
|
|
1887
|
+
[_in, _de, _sN],
|
|
1888
|
+
[1, () => SendMessageContentBlockDelta$, 1]
|
|
1889
|
+
];
|
|
1890
|
+
var SendMessageContentBlockStartEvent$ = [3, n0, _SMCBSE,
|
|
1891
|
+
0,
|
|
1892
|
+
[_in, _ty, _id_, _pIa, _sN],
|
|
1893
|
+
[1, 0, 0, 0, 1]
|
|
1894
|
+
];
|
|
1895
|
+
var SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
|
|
1896
|
+
0,
|
|
1897
|
+
[_in, _ty, _te, _la, _sN],
|
|
1898
|
+
[1, 0, 0, 2, 1]
|
|
1899
|
+
];
|
|
1900
|
+
var SendMessageContext$ = [3, n0, _SMC,
|
|
1901
|
+
0,
|
|
1902
|
+
[_cP, _lM, _uAR],
|
|
1903
|
+
[0, 0, 0]
|
|
1904
|
+
];
|
|
1905
|
+
var SendMessageHeartbeatEvent$ = [3, n0, _SMHE,
|
|
1906
|
+
0,
|
|
1907
|
+
[],
|
|
1908
|
+
[]
|
|
1909
|
+
];
|
|
1910
|
+
var SendMessageJsonDelta$ = [3, n0, _SMJD,
|
|
1911
|
+
0,
|
|
1912
|
+
[_pJ],
|
|
1913
|
+
[0]
|
|
1914
|
+
];
|
|
1915
|
+
var SendMessageRequest$ = [3, n0, _SMR,
|
|
1916
|
+
0,
|
|
1917
|
+
[_aSI, _eI, _co, _cont, _uI, _aIss],
|
|
1918
|
+
[[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0], 3
|
|
1919
|
+
];
|
|
1920
|
+
var SendMessageResponse$ = [3, n0, _SMRe,
|
|
1921
|
+
0,
|
|
1922
|
+
[_ev],
|
|
1923
|
+
[[() => SendMessageEvents$, 16]], 1
|
|
1924
|
+
];
|
|
1925
|
+
var SendMessageResponseCompletedEvent$ = [3, n0, _SMRCE,
|
|
1926
|
+
0,
|
|
1927
|
+
[_rIes, _us, _sN],
|
|
1928
|
+
[0, () => SendMessageUsageInfo$, 1]
|
|
1929
|
+
];
|
|
1930
|
+
var SendMessageResponseCreatedEvent$ = [3, n0, _SMRCEe,
|
|
1931
|
+
0,
|
|
1932
|
+
[_rIes, _sN],
|
|
1933
|
+
[0, 1]
|
|
1934
|
+
];
|
|
1935
|
+
var SendMessageResponseFailedEvent$ = [3, n0, _SMRFE,
|
|
1936
|
+
0,
|
|
1937
|
+
[_rIes, _eC, _eM, _sN],
|
|
1938
|
+
[0, 0, 0, 1]
|
|
1939
|
+
];
|
|
1940
|
+
var SendMessageResponseInProgressEvent$ = [3, n0, _SMRIPE,
|
|
1941
|
+
0,
|
|
1942
|
+
[_rIes, _sN],
|
|
1943
|
+
[0, 1]
|
|
1944
|
+
];
|
|
1945
|
+
var SendMessageSummaryEvent$ = [3, n0, _SMSE,
|
|
1946
|
+
0,
|
|
1947
|
+
[_co, _sN],
|
|
1948
|
+
[0, 1]
|
|
1949
|
+
];
|
|
1950
|
+
var SendMessageTextDelta$ = [3, n0, _SMTD,
|
|
1951
|
+
0,
|
|
1952
|
+
[_te],
|
|
1953
|
+
[0]
|
|
1954
|
+
];
|
|
1955
|
+
var SendMessageUsageInfo$ = [3, n0, _SMUI,
|
|
1956
|
+
0,
|
|
1957
|
+
[_iT, _oTu, _tTot],
|
|
1958
|
+
[1, 1, 1]
|
|
1959
|
+
];
|
|
1960
|
+
var ServiceManagedInput$ = [3, n0, _SMIe,
|
|
1961
|
+
0,
|
|
1962
|
+
[_hA, _vI, _sIub, _sGI, _iAT, _iAPE, _pR, _ce, _dR],
|
|
1963
|
+
[0, 0, 64 | 0, 64 | 0, 0, 1, 64 | 0, 0, 0], 3
|
|
1964
|
+
];
|
|
1965
|
+
var ServiceNowConfiguration$ = [3, n0, _SNC,
|
|
1966
|
+
0,
|
|
1967
|
+
[_iIn, _aSu],
|
|
1968
|
+
[0, 64 | 0]
|
|
1969
|
+
];
|
|
1970
|
+
var ServiceNowOAuthClientCredentialsConfig$ = [3, n0, _SNOACCC,
|
|
1971
|
+
0,
|
|
1972
|
+
[_cI, _cS, _cN, _eP],
|
|
1973
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, [() => ExchangeParameters, 0]], 2
|
|
1974
|
+
];
|
|
1975
|
+
var ServiceNowServiceDetails$ = [3, n0, _SNSD,
|
|
1976
|
+
0,
|
|
1977
|
+
[_iUn, _aC],
|
|
1978
|
+
[0, [() => ServiceNowServiceAuthorizationConfig$, 0]], 1
|
|
1979
|
+
];
|
|
1980
|
+
var SlackChannel$ = [3, n0, _SCl,
|
|
1981
|
+
0,
|
|
1982
|
+
[_cIh, _cNh],
|
|
1983
|
+
[0, 0], 1
|
|
1984
|
+
];
|
|
1985
|
+
var SlackConfiguration$ = [3, n0, _SCla,
|
|
1986
|
+
0,
|
|
1987
|
+
[_wIo, _wN, _tTr],
|
|
1988
|
+
[0, 0, () => SlackTransmissionTarget$], 3
|
|
1989
|
+
];
|
|
1990
|
+
var SlackTransmissionTarget$ = [3, n0, _STT,
|
|
1991
|
+
0,
|
|
1992
|
+
[_oOT, _oSRET],
|
|
1993
|
+
[() => SlackChannel$, () => SlackChannel$], 1
|
|
1994
|
+
];
|
|
1995
|
+
var SourceAwsConfiguration$ = [3, n0, _SAC,
|
|
1996
|
+
0,
|
|
1997
|
+
[_aIc, _aTc, _aRA, _eIx],
|
|
1998
|
+
[0, 0, 0, 0], 3
|
|
1999
|
+
];
|
|
2000
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2001
|
+
0,
|
|
2002
|
+
[_rA, _t],
|
|
2003
|
+
[[0, 1], 128 | 0], 2
|
|
2004
|
+
];
|
|
2005
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2006
|
+
0,
|
|
2007
|
+
[],
|
|
2008
|
+
[]
|
|
2009
|
+
];
|
|
2010
|
+
var Task$ = [3, n0, _T,
|
|
2011
|
+
0,
|
|
2012
|
+
[_aSI, _tIa, _ti, _tT, _pr, _st, _cA, _uA, _v, _eI, _d, _r, _sM, _me, _pTI, _sR, _hLT],
|
|
2013
|
+
[0, 0, 0, 0, 0, 0, 5, 5, 1, 0, 0, () => ReferenceOutput$, 15, 15, 0, 0, 2], 9
|
|
2014
|
+
];
|
|
2015
|
+
var TaskFilter$ = [3, n0, _TF,
|
|
2016
|
+
0,
|
|
2017
|
+
[_cAr, _cB, _pr, _st, _tT, _pTI],
|
|
2018
|
+
[5, 5, 64 | 0, 64 | 0, 64 | 0, 0]
|
|
2019
|
+
];
|
|
2020
|
+
var Trigger$ = [3, n0, _Tr,
|
|
2021
|
+
0,
|
|
2022
|
+
[_tI, _aSI, _ty, _cond, _ac, _st, _cA, _uA],
|
|
2023
|
+
[0, 0, 0, () => TriggerCondition$, 15, 0, 4, 4], 8
|
|
2024
|
+
];
|
|
2025
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2026
|
+
0,
|
|
2027
|
+
[_rA, _tK],
|
|
2028
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2029
|
+
];
|
|
2030
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2031
|
+
0,
|
|
2032
|
+
[],
|
|
2033
|
+
[]
|
|
2034
|
+
];
|
|
2035
|
+
var UpdateAgentSpaceInput$ = [3, n0, _UASI,
|
|
2036
|
+
0,
|
|
2037
|
+
[_aSI, _n, _d, _l],
|
|
2038
|
+
[[0, 1], 0, [() => Description, 0], 0], 1
|
|
2039
|
+
];
|
|
2040
|
+
var UpdateAgentSpaceOutput$ = [3, n0, _UASO,
|
|
2041
|
+
0,
|
|
2042
|
+
[_aS],
|
|
2043
|
+
[[() => AgentSpace$, 0]], 1
|
|
2044
|
+
];
|
|
2045
|
+
var UpdateAssetFileRequest$ = [3, n0, _UAFR,
|
|
2046
|
+
0,
|
|
2047
|
+
[_aSI, _aI, _p, _co, _me, _cT],
|
|
2048
|
+
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 3
|
|
2049
|
+
];
|
|
2050
|
+
var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
|
|
2051
|
+
0,
|
|
2052
|
+
[_f],
|
|
2053
|
+
[() => AssetFile$], 1
|
|
2054
|
+
];
|
|
2055
|
+
var UpdateAssetRequest$ = [3, n0, _UAR,
|
|
2056
|
+
0,
|
|
2057
|
+
[_aSI, _aI, _me, _co, _cT],
|
|
2058
|
+
[[0, 1], [0, 1], 15, () => AssetContent$, [0, 4]], 2
|
|
2059
|
+
];
|
|
2060
|
+
var UpdateAssetResponse$ = [3, n0, _UARp,
|
|
2061
|
+
0,
|
|
2062
|
+
[_as],
|
|
2063
|
+
[() => Asset$], 1
|
|
2064
|
+
];
|
|
2065
|
+
var UpdateAssociationInput$ = [3, n0, _UAI,
|
|
2066
|
+
0,
|
|
2067
|
+
[_aSI, _aIs, _con, _ca],
|
|
2068
|
+
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
2069
|
+
];
|
|
2070
|
+
var UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
2071
|
+
0,
|
|
2072
|
+
[_a, _w],
|
|
2073
|
+
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
2074
|
+
];
|
|
2075
|
+
var UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
|
|
2076
|
+
0,
|
|
2077
|
+
[_aSI, _tIa, _tS, _cT],
|
|
2078
|
+
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
2079
|
+
];
|
|
2080
|
+
var UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
|
|
2081
|
+
0,
|
|
2082
|
+
[_ta],
|
|
2083
|
+
[() => Task$], 1
|
|
2084
|
+
];
|
|
2085
|
+
var UpdateGoalRequest$ = [3, n0, _UGR,
|
|
2086
|
+
0,
|
|
2087
|
+
[_aSI, _gIo, _eSv, _cT],
|
|
2088
|
+
[[0, 1], [0, 1], () => GoalScheduleInput$, [0, 4]], 2
|
|
2089
|
+
];
|
|
2090
|
+
var UpdateGoalResponse$ = [3, n0, _UGRp,
|
|
2091
|
+
0,
|
|
2092
|
+
[_go],
|
|
2093
|
+
[() => Goal$], 1
|
|
2094
|
+
];
|
|
2095
|
+
var UpdateOperatorAppIdpConfigInput$ = [3, n0, _UOAICI,
|
|
2096
|
+
0,
|
|
2097
|
+
[_aSI, _iCS],
|
|
2098
|
+
[[0, 1], [() => IdpClientSecret, 0]], 1
|
|
2099
|
+
];
|
|
2100
|
+
var UpdateOperatorAppIdpConfigOutput$ = [3, n0, _UOAICO,
|
|
2101
|
+
0,
|
|
2102
|
+
[_aSI, _idp],
|
|
2103
|
+
[0, () => IdpAuthConfiguration$], 2
|
|
2104
|
+
];
|
|
2105
|
+
var UpdatePrivateConnectionCertificateInput$ = [3, n0, _UPCCI,
|
|
2106
|
+
0,
|
|
2107
|
+
[_n, _ce],
|
|
2108
|
+
[[0, 1], 0], 2
|
|
2109
|
+
];
|
|
2110
|
+
var UpdatePrivateConnectionCertificateOutput$ = [3, n0, _UPCCO,
|
|
2111
|
+
0,
|
|
2112
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM],
|
|
2113
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0], 3
|
|
2114
|
+
];
|
|
2115
|
+
var UpdateRecommendationRequest$ = [3, n0, _URRp,
|
|
2116
|
+
0,
|
|
2117
|
+
[_aSI, _rI, _st, _aCd, _cT],
|
|
2118
|
+
[[0, 1], [0, 1], 0, 0, [0, 4]], 2
|
|
2119
|
+
];
|
|
2120
|
+
var UpdateRecommendationResponse$ = [3, n0, _URRpd,
|
|
2121
|
+
0,
|
|
2122
|
+
[_rec],
|
|
2123
|
+
[() => Recommendation$], 1
|
|
2124
|
+
];
|
|
2125
|
+
var UpdateTriggerRequest$ = [3, n0, _UTR,
|
|
2126
|
+
0,
|
|
2127
|
+
[_aSI, _tI, _st, _cT],
|
|
2128
|
+
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
2129
|
+
];
|
|
2130
|
+
var UpdateTriggerResponse$ = [3, n0, _UTRp,
|
|
2131
|
+
0,
|
|
2132
|
+
[_tr],
|
|
2133
|
+
[() => Trigger$], 1
|
|
2134
|
+
];
|
|
2135
|
+
var UsageMetric$ = [3, n0, _UM,
|
|
2136
|
+
0,
|
|
2137
|
+
[_li, _us],
|
|
2138
|
+
[1, 1], 2
|
|
2139
|
+
];
|
|
2140
|
+
var UserReference$ = [3, n0, _UR,
|
|
2141
|
+
0,
|
|
2142
|
+
[_uI, _uT],
|
|
2143
|
+
[0, 0], 2
|
|
2144
|
+
];
|
|
2145
|
+
var ValidateAwsAssociationsInput$ = [3, n0, _VAAI,
|
|
2146
|
+
0,
|
|
2147
|
+
[_aSI],
|
|
2148
|
+
[[0, 1]], 1
|
|
2149
|
+
];
|
|
2150
|
+
var ValidateAwsAssociationsOutput$ = [3, n0, _VAAO,
|
|
2151
|
+
0,
|
|
2152
|
+
[],
|
|
2153
|
+
[]
|
|
2154
|
+
];
|
|
2155
|
+
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
2156
|
+
0,
|
|
2157
|
+
[_p, _m],
|
|
2158
|
+
[0, 0], 2
|
|
2159
|
+
];
|
|
2160
|
+
var Webhook$ = [3, n0, _W,
|
|
2161
|
+
0,
|
|
2162
|
+
[_wU, _wI, _wT],
|
|
2163
|
+
[0, 0, 0], 2
|
|
2164
|
+
];
|
|
2165
|
+
var __Unit = "unit";
|
|
2166
|
+
var AgentSpaceList = [1, n0, _ASL,
|
|
2167
|
+
0, [() => AgentSpace$,
|
|
2168
|
+
0]
|
|
2169
|
+
];
|
|
2170
|
+
var AssetFileSummaryList = [1, n0, _AFSL,
|
|
2171
|
+
0, () => AssetFileSummary$
|
|
2172
|
+
];
|
|
2173
|
+
var AssetList = [1, n0, _AL,
|
|
2174
|
+
0, () => Asset$
|
|
2175
|
+
];
|
|
2176
|
+
var AssetTypeList = [1, n0, _ATL,
|
|
2177
|
+
0, () => AssetTypeSummary$
|
|
2178
|
+
];
|
|
2179
|
+
var AssetVersionMetadataList = [1, n0, _AVML,
|
|
2180
|
+
0, () => AssetVersionMetadata$
|
|
2181
|
+
];
|
|
2182
|
+
var AssistantMessage = [1, n0, _AM,
|
|
2183
|
+
0, () => AssistantMessageBlock$
|
|
2184
|
+
];
|
|
2185
|
+
var AssociationsList = [1, n0, _ALs,
|
|
2186
|
+
0, [() => Association$,
|
|
2187
|
+
0]
|
|
2188
|
+
];
|
|
2189
|
+
var ChatExecutionList = [1, n0, _CEL,
|
|
2190
|
+
0, () => ChatExecution$
|
|
2191
|
+
];
|
|
2192
|
+
var ExecutionList = [1, n0, _EL,
|
|
2193
|
+
0, () => Execution$
|
|
2194
|
+
];
|
|
2195
|
+
var GoalList = [1, n0, _GL,
|
|
2196
|
+
0, () => Goal$
|
|
2197
|
+
];
|
|
2198
|
+
var JournalRecordList = [1, n0, _JRL,
|
|
2199
|
+
0, () => JournalRecord$
|
|
2200
|
+
];
|
|
2201
|
+
var PendingMessages = [1, n0, _PMe,
|
|
2202
|
+
0, () => PendingMessage$
|
|
2203
|
+
];
|
|
2204
|
+
var PrivateConnectionSummaryList = [1, n0, _PCSL,
|
|
2205
|
+
0, () => PrivateConnectionSummary$
|
|
2206
|
+
];
|
|
2207
|
+
var RecommendationList = [1, n0, _RL,
|
|
2208
|
+
0, () => Recommendation$
|
|
2209
|
+
];
|
|
2210
|
+
var RegisteredServicesList = [1, n0, _RSL,
|
|
2211
|
+
0, [() => RegisteredService$,
|
|
2212
|
+
0]
|
|
2213
|
+
];
|
|
2214
|
+
var TaskList = [1, n0, _TL,
|
|
2215
|
+
0, () => Task$
|
|
2216
|
+
];
|
|
2217
|
+
var TriggerList = [1, n0, _TLr,
|
|
2218
|
+
0, () => Trigger$
|
|
2219
|
+
];
|
|
2220
|
+
var UserMessage = [1, n0, _UMs,
|
|
2221
|
+
0, () => UserMessageBlock$
|
|
2222
|
+
];
|
|
2223
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
2224
|
+
0, () => ValidationExceptionField$
|
|
2225
|
+
];
|
|
2226
|
+
var WebhooksList = [1, n0, _WL,
|
|
2227
|
+
0, () => Webhook$
|
|
2228
|
+
];
|
|
2229
|
+
var AssociationCapabilities = [2, n0, _ACs,
|
|
2230
|
+
0, 0, () => CapabilityConfiguration$
|
|
2231
|
+
];
|
|
2232
|
+
var CustomHeaders = [2, n0, _CH,
|
|
2233
|
+
0, [0,
|
|
2234
|
+
0],
|
|
2235
|
+
[() => CustomHeaderValue,
|
|
2236
|
+
0]
|
|
2237
|
+
];
|
|
2238
|
+
var ExchangeParameters = [2, n0, _EP,
|
|
2239
|
+
0, [0,
|
|
2240
|
+
0],
|
|
2241
|
+
[() => ExchangeParameterValue,
|
|
2242
|
+
0]
|
|
2243
|
+
];
|
|
2244
|
+
var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
2245
|
+
0,
|
|
2246
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2247
|
+
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
|
|
2248
|
+
];
|
|
2249
|
+
var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
2250
|
+
0,
|
|
2251
|
+
[_oa],
|
|
2252
|
+
[() => OAuthAdditionalStepDetails$]
|
|
2253
|
+
];
|
|
2254
|
+
var AssetContent$ = [4, n0, _ACss,
|
|
2255
|
+
0,
|
|
2256
|
+
[_f, _z, _sU],
|
|
2257
|
+
[() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
|
|
2258
|
+
];
|
|
2259
|
+
var AssetFileBody$ = [4, n0, _AFB,
|
|
2260
|
+
0,
|
|
2261
|
+
[_by, _te],
|
|
2262
|
+
[21, 0]
|
|
2263
|
+
];
|
|
2264
|
+
var AssistantMessageBlock$ = [4, n0, _AMB,
|
|
2265
|
+
0,
|
|
2266
|
+
[_te, _tUo],
|
|
2267
|
+
[0, 15]
|
|
2268
|
+
];
|
|
2269
|
+
var DatadogAuthorizationConfig$ = [4, n0, _DAC,
|
|
2270
|
+
0,
|
|
2271
|
+
[_aD],
|
|
2272
|
+
[() => MCPServerAuthorizationDiscoveryConfig$]
|
|
2273
|
+
];
|
|
2274
|
+
var DynatraceServiceAuthorizationConfig$ = [4, n0, _DSAC,
|
|
2275
|
+
8,
|
|
2276
|
+
[_oACC],
|
|
2277
|
+
[[() => DynatraceOAuthClientCredentialsConfig$, 0]]
|
|
2278
|
+
];
|
|
2279
|
+
var MCPServerAuthorizationConfig$ = [4, n0, _MCPSAC,
|
|
2280
|
+
0,
|
|
2281
|
+
[_oACC, _oALO, _aK, _bT, _aD],
|
|
2282
|
+
[[() => MCPServerOAuthClientCredentialsConfig$, 0], [() => MCPServerOAuth3LOConfig$, 0], [() => MCPServerAPIKeyConfig$, 0], [() => MCPServerBearerTokenConfig$, 0], () => MCPServerAuthorizationDiscoveryConfig$]
|
|
2283
|
+
];
|
|
2284
|
+
var Message$ = [4, n0, _M,
|
|
2285
|
+
0,
|
|
2286
|
+
[_uM, _aMs],
|
|
2287
|
+
[() => UserMessage, () => AssistantMessage]
|
|
2288
|
+
];
|
|
2289
|
+
var NewRelicServiceAuthorizationConfig$ = [4, n0, _NRSAC,
|
|
2290
|
+
0,
|
|
2291
|
+
[_aK],
|
|
2292
|
+
[[() => NewRelicApiKeyConfig$, 0]]
|
|
2293
|
+
];
|
|
2294
|
+
var PagerDutyAuthorizationConfig$ = [4, n0, _PDAC,
|
|
2295
|
+
0,
|
|
2296
|
+
[_oACC],
|
|
2297
|
+
[[() => PagerDutyOAuthClientCredentialsConfig$, 0]]
|
|
2298
|
+
];
|
|
2299
|
+
var PrivateConnectionMode$ = [4, n0, _PCM,
|
|
2300
|
+
0,
|
|
2301
|
+
[_sMe, _sMel],
|
|
2302
|
+
[() => ServiceManagedInput$, () => SelfManagedInput$]
|
|
2303
|
+
];
|
|
2304
|
+
var RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
|
|
2305
|
+
0,
|
|
2306
|
+
[_aK, _oACC, _bT],
|
|
2307
|
+
[[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
|
|
2308
|
+
];
|
|
2309
|
+
var SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
|
|
2310
|
+
0,
|
|
2311
|
+
[_tD, _jD],
|
|
2312
|
+
[() => SendMessageTextDelta$, () => SendMessageJsonDelta$]
|
|
2313
|
+
];
|
|
2314
|
+
var SendMessageEvents$ = [4, n0, _SME,
|
|
2315
|
+
{ [_str]: 1 },
|
|
2316
|
+
[_rC, _rIP, _rCe, _rF, _su, _h, _cBS, _cBD, _cBSo],
|
|
2317
|
+
[() => SendMessageResponseCreatedEvent$, () => SendMessageResponseInProgressEvent$, () => SendMessageResponseCompletedEvent$, () => SendMessageResponseFailedEvent$, () => SendMessageSummaryEvent$, () => SendMessageHeartbeatEvent$, () => SendMessageContentBlockStartEvent$, () => SendMessageContentBlockDeltaEvent$, () => SendMessageContentBlockStopEvent$]
|
|
2318
|
+
];
|
|
2319
|
+
var ServiceConfiguration$ = [4, n0, _SCe,
|
|
2320
|
+
0,
|
|
2321
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2322
|
+
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
|
|
2323
|
+
];
|
|
2324
|
+
var ServiceDetails$ = [4, n0, _SD,
|
|
2325
|
+
0,
|
|
2326
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv, _rem, _remo],
|
|
2327
|
+
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$, [() => MCPServerSigV4ServiceDetails$, 0], [() => RemoteAgentServiceDetails$, 0], [() => RemoteAgentSigV4ServiceDetails$, 0]]
|
|
2328
|
+
];
|
|
2329
|
+
var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
2330
|
+
0,
|
|
2331
|
+
[_oACC],
|
|
2332
|
+
[[() => ServiceNowOAuthClientCredentialsConfig$, 0]]
|
|
2333
|
+
];
|
|
2334
|
+
var TriggerCondition$ = [4, n0, _TC,
|
|
2335
|
+
0,
|
|
2336
|
+
[_sch],
|
|
2337
|
+
[() => ScheduleCondition$]
|
|
2338
|
+
];
|
|
2339
|
+
var UserMessageBlock$ = [4, n0, _UMB,
|
|
2340
|
+
0,
|
|
2341
|
+
[_te, _tR],
|
|
2342
|
+
[0, 15]
|
|
2343
|
+
];
|
|
2344
|
+
var AssociateService$ = [9, n0, _ASs,
|
|
2345
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations", 201] }, () => AssociateServiceInput$, () => AssociateServiceOutput$
|
|
2346
|
+
];
|
|
2347
|
+
var CreateAgentSpace$ = [9, n0, _CAS,
|
|
2348
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces", 201] }, () => CreateAgentSpaceInput$, () => CreateAgentSpaceOutput$
|
|
2349
|
+
];
|
|
2350
|
+
var CreateAsset$ = [9, n0, _CA,
|
|
2351
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets", 201] }, () => CreateAssetRequest$, () => CreateAssetResponse$
|
|
2352
|
+
];
|
|
2353
|
+
var CreateAssetFile$ = [9, n0, _CAF,
|
|
2354
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 201] }, () => CreateAssetFileRequest$, () => CreateAssetFileResponse$
|
|
2355
|
+
];
|
|
2356
|
+
var CreateBacklogTask$ = [9, n0, _CBT,
|
|
2357
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks", 201] }, () => CreateBacklogTaskRequest$, () => CreateBacklogTaskResponse$
|
|
2358
|
+
];
|
|
2359
|
+
var CreateChat$ = [9, n0, _CCr,
|
|
2360
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/create", 200] }, () => CreateChatRequest$, () => CreateChatResponse$
|
|
2361
|
+
];
|
|
2362
|
+
var CreatePrivateConnection$ = [9, n0, _CPC,
|
|
2363
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
|
|
2364
|
+
];
|
|
2365
|
+
var CreateTrigger$ = [9, n0, _CT,
|
|
2366
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/trigger/agent-space/{agentSpaceId}/triggers", 201] }, () => CreateTriggerRequest$, () => CreateTriggerResponse$
|
|
2367
|
+
];
|
|
2368
|
+
var DeleteAgentSpace$ = [9, n0, _DAS,
|
|
2369
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}", 204] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
|
|
2370
|
+
];
|
|
2371
|
+
var DeleteAsset$ = [9, n0, _DA,
|
|
2372
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
|
|
2373
|
+
];
|
|
2374
|
+
var DeleteAssetFile$ = [9, n0, _DAF,
|
|
2375
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => DeleteAssetFileRequest$, () => DeleteAssetFileResponse$
|
|
2376
|
+
];
|
|
2377
|
+
var DeletePrivateConnection$ = [9, n0, _DPC,
|
|
2378
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/private-connections/{name}", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
|
|
2379
|
+
];
|
|
2380
|
+
var DeleteTrigger$ = [9, n0, _DT,
|
|
2381
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => DeleteTriggerRequest$, () => DeleteTriggerResponse$
|
|
2382
|
+
];
|
|
2383
|
+
var DeregisterService$ = [9, n0, _DS,
|
|
2384
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/services/{serviceId}", 200] }, () => DeregisterServiceInput$, () => DeregisterServiceOutput$
|
|
2385
|
+
];
|
|
2386
|
+
var DescribePrivateConnection$ = [9, n0, _DPCe,
|
|
2387
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections/{name}", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
|
|
2388
|
+
];
|
|
2389
|
+
var DisableOperatorApp$ = [9, n0, _DOA,
|
|
2390
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => DisableOperatorAppInput$, () => __Unit
|
|
2391
|
+
];
|
|
2392
|
+
var DisassociateService$ = [9, n0, _DSi,
|
|
2393
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 204] }, () => DisassociateServiceInput$, () => DisassociateServiceOutput$
|
|
2394
|
+
];
|
|
2395
|
+
var EnableOperatorApp$ = [9, n0, _EOA,
|
|
2396
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => EnableOperatorAppInput$, () => EnableOperatorAppOutput$
|
|
2397
|
+
];
|
|
2398
|
+
var GetAccountUsage$ = [9, n0, _GAU,
|
|
2399
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/usage/account", 200] }, () => GetAccountUsageInput$, () => GetAccountUsageOutput$
|
|
2400
|
+
];
|
|
2401
|
+
var GetAgentSpace$ = [9, n0, _GAS,
|
|
2402
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}", 200] }, () => GetAgentSpaceInput$, () => GetAgentSpaceOutput$
|
|
2403
|
+
];
|
|
2404
|
+
var GetAsset$ = [9, n0, _GA,
|
|
2405
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => GetAssetRequest$, () => GetAssetResponse$
|
|
2406
|
+
];
|
|
2407
|
+
var GetAssetContent$ = [9, n0, _GAC,
|
|
2408
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/content", 200] }, () => GetAssetContentRequest$, () => GetAssetContentResponse$
|
|
2409
|
+
];
|
|
2410
|
+
var GetAssetFile$ = [9, n0, _GAF,
|
|
2411
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => GetAssetFileRequest$, () => GetAssetFileResponse$
|
|
2412
|
+
];
|
|
2413
|
+
var GetAssociation$ = [9, n0, _GAe,
|
|
2414
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => GetAssociationInput$, () => GetAssociationOutput$
|
|
2415
|
+
];
|
|
2416
|
+
var GetBacklogTask$ = [9, n0, _GBT,
|
|
2417
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => GetBacklogTaskRequest$, () => GetBacklogTaskResponse$
|
|
2418
|
+
];
|
|
2419
|
+
var GetOperatorApp$ = [9, n0, _GOA,
|
|
2420
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v2/agentspaces/{agentSpaceId}/operator", 200] }, () => GetOperatorAppInput$, () => GetOperatorAppOutput$
|
|
2421
|
+
];
|
|
2422
|
+
var GetRecommendation$ = [9, n0, _GR,
|
|
2423
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
|
|
2424
|
+
];
|
|
2425
|
+
var GetService$ = [9, n0, _GSe,
|
|
2426
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => GetServiceInput$, () => GetServiceOutput$
|
|
2427
|
+
];
|
|
2428
|
+
var GetTrigger$ = [9, n0, _GT,
|
|
2429
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => GetTriggerRequest$, () => GetTriggerResponse$
|
|
2430
|
+
];
|
|
2431
|
+
var ListAgentSpaces$ = [9, n0, _LAS,
|
|
2432
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => ListAgentSpacesInput$, () => ListAgentSpacesOutput$
|
|
2433
|
+
];
|
|
2434
|
+
var ListAssetFiles$ = [9, n0, _LAF,
|
|
2435
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files", 200] }, () => ListAssetFilesRequest$, () => ListAssetFilesResponse$
|
|
2436
|
+
];
|
|
2437
|
+
var ListAssets$ = [9, n0, _LA,
|
|
2438
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets", 200] }, () => ListAssetsRequest$, () => ListAssetsResponse$
|
|
2439
|
+
];
|
|
2440
|
+
var ListAssetTypes$ = [9, n0, _LAT,
|
|
2441
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
|
|
2442
|
+
];
|
|
2443
|
+
var ListAssetVersions$ = [9, n0, _LAV,
|
|
2444
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/versions", 200] }, () => ListAssetVersionsRequest$, () => ListAssetVersionsResponse$
|
|
2445
|
+
];
|
|
2446
|
+
var ListAssociations$ = [9, n0, _LAi,
|
|
2447
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/list", 200] }, () => ListAssociationsInput$, () => ListAssociationsOutput$
|
|
2448
|
+
];
|
|
2449
|
+
var ListBacklogTasks$ = [9, n0, _LBT,
|
|
2450
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks/list", 200] }, () => ListBacklogTasksRequest$, () => ListBacklogTasksResponse$
|
|
2451
|
+
];
|
|
2452
|
+
var ListChats$ = [9, n0, _LC,
|
|
2453
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/agents/agent-space/{agentSpaceId}/chat/list", 200] }, () => ListChatsRequest$, () => ListChatsResponse$
|
|
2454
|
+
];
|
|
2455
|
+
var ListExecutions$ = [9, n0, _LE,
|
|
2456
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/executions", 200] }, () => ListExecutionsRequest$, () => ListExecutionsResponse$
|
|
2457
|
+
];
|
|
2458
|
+
var ListGoals$ = [9, n0, _LG,
|
|
2459
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/goals/list", 200] }, () => ListGoalsRequest$, () => ListGoalsResponse$
|
|
2460
|
+
];
|
|
2461
|
+
var ListJournalRecords$ = [9, n0, _LJR,
|
|
2462
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/journalRecords", 200] }, () => ListJournalRecordsRequest$, () => ListJournalRecordsResponse$
|
|
2463
|
+
];
|
|
2464
|
+
var ListPendingMessages$ = [9, n0, _LPM,
|
|
2465
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/pendingMessages", 200] }, () => ListPendingMessagesRequest$, () => ListPendingMessagesResponse$
|
|
2466
|
+
];
|
|
2467
|
+
var ListPrivateConnections$ = [9, n0, _LPC,
|
|
2468
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections", 200] }, () => ListPrivateConnectionsInput$, () => ListPrivateConnectionsOutput$
|
|
2469
|
+
];
|
|
2470
|
+
var ListRecommendations$ = [9, n0, _LR,
|
|
2471
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/recommendations/list", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
|
|
2472
|
+
];
|
|
2473
|
+
var ListServices$ = [9, n0, _LS,
|
|
2474
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/services/list", 200] }, () => ListServicesInput$, () => ListServicesOutput$
|
|
2475
|
+
];
|
|
2476
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2477
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2478
|
+
];
|
|
2479
|
+
var ListTriggers$ = [9, n0, _LT,
|
|
2480
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers", 200] }, () => ListTriggersRequest$, () => ListTriggersResponse$
|
|
2481
|
+
];
|
|
2482
|
+
var ListWebhooks$ = [9, n0, _LW,
|
|
2483
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list", 200] }, () => ListWebhooksInput$, () => ListWebhooksOutput$
|
|
2484
|
+
];
|
|
2485
|
+
var RegisterService$ = [9, n0, _RSe,
|
|
2486
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/register/{service}", 201] }, () => RegisterServiceInput$, () => RegisterServiceOutput$
|
|
2487
|
+
];
|
|
2488
|
+
var SendMessage$ = [9, n0, _SM,
|
|
2489
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/sendMessage", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
|
|
2490
|
+
];
|
|
2491
|
+
var TagResource$ = [9, n0, _TR,
|
|
2492
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2493
|
+
];
|
|
2494
|
+
var UntagResource$ = [9, n0, _URn,
|
|
2495
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2496
|
+
];
|
|
2497
|
+
var UpdateAgentSpace$ = [9, n0, _UAS,
|
|
2498
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
|
|
2499
|
+
];
|
|
2500
|
+
var UpdateAsset$ = [9, n0, _UA,
|
|
2501
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
|
|
2502
|
+
];
|
|
2503
|
+
var UpdateAssetFile$ = [9, n0, _UAF,
|
|
2504
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => UpdateAssetFileRequest$, () => UpdateAssetFileResponse$
|
|
2505
|
+
];
|
|
2506
|
+
var UpdateAssociation$ = [9, n0, _UAp,
|
|
2507
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => UpdateAssociationInput$, () => UpdateAssociationOutput$
|
|
2508
|
+
];
|
|
2509
|
+
var UpdateBacklogTask$ = [9, n0, _UBT,
|
|
2510
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => UpdateBacklogTaskRequest$, () => UpdateBacklogTaskResponse$
|
|
2511
|
+
];
|
|
2512
|
+
var UpdateGoal$ = [9, n0, _UG,
|
|
2513
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/goals/{goalId}", 200] }, () => UpdateGoalRequest$, () => UpdateGoalResponse$
|
|
2514
|
+
];
|
|
2515
|
+
var UpdateOperatorAppIdpConfig$ = [9, n0, _UOAIC,
|
|
2516
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => UpdateOperatorAppIdpConfigInput$, () => UpdateOperatorAppIdpConfigOutput$
|
|
2517
|
+
];
|
|
2518
|
+
var UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
2519
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections/{name}/certificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
|
|
2520
|
+
];
|
|
2521
|
+
var UpdateRecommendation$ = [9, n0, _URp,
|
|
2522
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => UpdateRecommendationRequest$, () => UpdateRecommendationResponse$
|
|
2523
|
+
];
|
|
2524
|
+
var UpdateTrigger$ = [9, n0, _UT,
|
|
2525
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => UpdateTriggerRequest$, () => UpdateTriggerResponse$
|
|
2526
|
+
];
|
|
2527
|
+
var ValidateAwsAssociations$ = [9, n0, _VAA,
|
|
2528
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/validate", 204] }, () => ValidateAwsAssociationsInput$, () => ValidateAwsAssociationsOutput$
|
|
2529
|
+
];
|
|
2530
|
+
|
|
2531
|
+
const getRuntimeConfig$1 = (config) => {
|
|
2532
|
+
return {
|
|
2533
|
+
apiVersion: "2026-01-01",
|
|
2534
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
2535
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
2536
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
2537
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
2538
|
+
extensions: config?.extensions ?? [],
|
|
2539
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultDevOpsAgentHttpAuthSchemeProvider,
|
|
2540
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
2541
|
+
{
|
|
2542
|
+
schemeId: "aws.auth#sigv4",
|
|
2543
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
2544
|
+
signer: new AwsSdkSigV4Signer(),
|
|
2545
|
+
},
|
|
2546
|
+
],
|
|
2547
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
2548
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
2549
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
2550
|
+
defaultNamespace: "com.amazonaws.devopsagent",
|
|
2551
|
+
errorTypeRegistries,
|
|
2552
|
+
version: "2026-01-01",
|
|
2553
|
+
serviceTarget: "DevOpsAgent",
|
|
2554
|
+
},
|
|
2555
|
+
serviceId: config?.serviceId ?? "DevOps Agent",
|
|
2556
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2557
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
2558
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2559
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
2560
|
+
};
|
|
2561
|
+
};
|
|
2562
|
+
|
|
2563
|
+
const getRuntimeConfig = (config) => {
|
|
2564
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
2565
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
2566
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
2567
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
2568
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
2569
|
+
const loaderConfig = {
|
|
2570
|
+
profile: config?.profile,
|
|
2571
|
+
logger: clientSharedValues.logger,
|
|
2572
|
+
};
|
|
2573
|
+
return {
|
|
2574
|
+
...clientSharedValues,
|
|
2575
|
+
...config,
|
|
2576
|
+
runtime: "node",
|
|
2577
|
+
defaultsMode,
|
|
2578
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
2579
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
2580
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
2581
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
2582
|
+
eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
|
|
2583
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
2584
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
2585
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
2586
|
+
retryMode: config?.retryMode ??
|
|
2587
|
+
loadConfig({
|
|
2588
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2589
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2590
|
+
}, config),
|
|
2591
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2592
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2593
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2594
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
2595
|
+
};
|
|
2596
|
+
};
|
|
2597
|
+
|
|
33
2598
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
34
2599
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
35
2600
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -1149,101 +3714,442 @@ const EventChannelType = {
|
|
|
1149
3714
|
WEBHOOK: "webhook",
|
|
1150
3715
|
};
|
|
1151
3716
|
|
|
3717
|
+
exports.AWSConfiguration$ = AWSConfiguration$;
|
|
3718
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3719
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3720
|
+
exports.AdditionalServiceDetails$ = AdditionalServiceDetails$;
|
|
3721
|
+
exports.AdditionalServiceRegistrationStep$ = AdditionalServiceRegistrationStep$;
|
|
3722
|
+
exports.AgentSpace$ = AgentSpace$;
|
|
3723
|
+
exports.Asset$ = Asset$;
|
|
3724
|
+
exports.AssetContent$ = AssetContent$;
|
|
3725
|
+
exports.AssetFile$ = AssetFile$;
|
|
3726
|
+
exports.AssetFileBody$ = AssetFileBody$;
|
|
3727
|
+
exports.AssetFileContent$ = AssetFileContent$;
|
|
3728
|
+
exports.AssetFileSummary$ = AssetFileSummary$;
|
|
3729
|
+
exports.AssetSourceUrlContent$ = AssetSourceUrlContent$;
|
|
3730
|
+
exports.AssetTypeSummary$ = AssetTypeSummary$;
|
|
3731
|
+
exports.AssetVersionMetadata$ = AssetVersionMetadata$;
|
|
3732
|
+
exports.AssetZipContent$ = AssetZipContent$;
|
|
3733
|
+
exports.AssistantMessageBlock$ = AssistantMessageBlock$;
|
|
3734
|
+
exports.AssociateService$ = AssociateService$;
|
|
1152
3735
|
exports.AssociateServiceCommand = AssociateServiceCommand;
|
|
3736
|
+
exports.AssociateServiceInput$ = AssociateServiceInput$;
|
|
3737
|
+
exports.AssociateServiceOutput$ = AssociateServiceOutput$;
|
|
3738
|
+
exports.Association$ = Association$;
|
|
1153
3739
|
exports.AuthFlow = AuthFlow;
|
|
3740
|
+
exports.AzureConfiguration$ = AzureConfiguration$;
|
|
3741
|
+
exports.AzureDevOpsConfiguration$ = AzureDevOpsConfiguration$;
|
|
3742
|
+
exports.CapabilityConfiguration$ = CapabilityConfiguration$;
|
|
1154
3743
|
exports.CapabilityType = CapabilityType;
|
|
3744
|
+
exports.ChatExecution$ = ChatExecution$;
|
|
3745
|
+
exports.ConflictException = ConflictException;
|
|
3746
|
+
exports.ConflictException$ = ConflictException$;
|
|
3747
|
+
exports.ContentSizeExceededException = ContentSizeExceededException;
|
|
3748
|
+
exports.ContentSizeExceededException$ = ContentSizeExceededException$;
|
|
3749
|
+
exports.CreateAgentSpace$ = CreateAgentSpace$;
|
|
1155
3750
|
exports.CreateAgentSpaceCommand = CreateAgentSpaceCommand;
|
|
3751
|
+
exports.CreateAgentSpaceInput$ = CreateAgentSpaceInput$;
|
|
3752
|
+
exports.CreateAgentSpaceOutput$ = CreateAgentSpaceOutput$;
|
|
3753
|
+
exports.CreateAsset$ = CreateAsset$;
|
|
1156
3754
|
exports.CreateAssetCommand = CreateAssetCommand;
|
|
3755
|
+
exports.CreateAssetFile$ = CreateAssetFile$;
|
|
1157
3756
|
exports.CreateAssetFileCommand = CreateAssetFileCommand;
|
|
3757
|
+
exports.CreateAssetFileRequest$ = CreateAssetFileRequest$;
|
|
3758
|
+
exports.CreateAssetFileResponse$ = CreateAssetFileResponse$;
|
|
3759
|
+
exports.CreateAssetRequest$ = CreateAssetRequest$;
|
|
3760
|
+
exports.CreateAssetResponse$ = CreateAssetResponse$;
|
|
3761
|
+
exports.CreateBacklogTask$ = CreateBacklogTask$;
|
|
1158
3762
|
exports.CreateBacklogTaskCommand = CreateBacklogTaskCommand;
|
|
3763
|
+
exports.CreateBacklogTaskRequest$ = CreateBacklogTaskRequest$;
|
|
3764
|
+
exports.CreateBacklogTaskResponse$ = CreateBacklogTaskResponse$;
|
|
3765
|
+
exports.CreateChat$ = CreateChat$;
|
|
1159
3766
|
exports.CreateChatCommand = CreateChatCommand;
|
|
3767
|
+
exports.CreateChatRequest$ = CreateChatRequest$;
|
|
3768
|
+
exports.CreateChatResponse$ = CreateChatResponse$;
|
|
3769
|
+
exports.CreatePrivateConnection$ = CreatePrivateConnection$;
|
|
1160
3770
|
exports.CreatePrivateConnectionCommand = CreatePrivateConnectionCommand;
|
|
3771
|
+
exports.CreatePrivateConnectionInput$ = CreatePrivateConnectionInput$;
|
|
3772
|
+
exports.CreatePrivateConnectionOutput$ = CreatePrivateConnectionOutput$;
|
|
3773
|
+
exports.CreateTrigger$ = CreateTrigger$;
|
|
1161
3774
|
exports.CreateTriggerCommand = CreateTriggerCommand;
|
|
3775
|
+
exports.CreateTriggerRequest$ = CreateTriggerRequest$;
|
|
3776
|
+
exports.CreateTriggerResponse$ = CreateTriggerResponse$;
|
|
3777
|
+
exports.DatadogAuthorizationConfig$ = DatadogAuthorizationConfig$;
|
|
3778
|
+
exports.DatadogServiceDetails$ = DatadogServiceDetails$;
|
|
3779
|
+
exports.DeleteAgentSpace$ = DeleteAgentSpace$;
|
|
1162
3780
|
exports.DeleteAgentSpaceCommand = DeleteAgentSpaceCommand;
|
|
3781
|
+
exports.DeleteAgentSpaceInput$ = DeleteAgentSpaceInput$;
|
|
3782
|
+
exports.DeleteAgentSpaceOutput$ = DeleteAgentSpaceOutput$;
|
|
3783
|
+
exports.DeleteAsset$ = DeleteAsset$;
|
|
1163
3784
|
exports.DeleteAssetCommand = DeleteAssetCommand;
|
|
3785
|
+
exports.DeleteAssetFile$ = DeleteAssetFile$;
|
|
1164
3786
|
exports.DeleteAssetFileCommand = DeleteAssetFileCommand;
|
|
3787
|
+
exports.DeleteAssetFileRequest$ = DeleteAssetFileRequest$;
|
|
3788
|
+
exports.DeleteAssetFileResponse$ = DeleteAssetFileResponse$;
|
|
3789
|
+
exports.DeleteAssetRequest$ = DeleteAssetRequest$;
|
|
3790
|
+
exports.DeleteAssetResponse$ = DeleteAssetResponse$;
|
|
3791
|
+
exports.DeletePrivateConnection$ = DeletePrivateConnection$;
|
|
1165
3792
|
exports.DeletePrivateConnectionCommand = DeletePrivateConnectionCommand;
|
|
3793
|
+
exports.DeletePrivateConnectionInput$ = DeletePrivateConnectionInput$;
|
|
3794
|
+
exports.DeletePrivateConnectionOutput$ = DeletePrivateConnectionOutput$;
|
|
3795
|
+
exports.DeleteTrigger$ = DeleteTrigger$;
|
|
1166
3796
|
exports.DeleteTriggerCommand = DeleteTriggerCommand;
|
|
3797
|
+
exports.DeleteTriggerRequest$ = DeleteTriggerRequest$;
|
|
3798
|
+
exports.DeleteTriggerResponse$ = DeleteTriggerResponse$;
|
|
3799
|
+
exports.DeregisterService$ = DeregisterService$;
|
|
1167
3800
|
exports.DeregisterServiceCommand = DeregisterServiceCommand;
|
|
3801
|
+
exports.DeregisterServiceInput$ = DeregisterServiceInput$;
|
|
3802
|
+
exports.DeregisterServiceOutput$ = DeregisterServiceOutput$;
|
|
3803
|
+
exports.DescribePrivateConnection$ = DescribePrivateConnection$;
|
|
1168
3804
|
exports.DescribePrivateConnectionCommand = DescribePrivateConnectionCommand;
|
|
3805
|
+
exports.DescribePrivateConnectionInput$ = DescribePrivateConnectionInput$;
|
|
3806
|
+
exports.DescribePrivateConnectionOutput$ = DescribePrivateConnectionOutput$;
|
|
1169
3807
|
exports.DevOpsAgent = DevOpsAgent;
|
|
1170
3808
|
exports.DevOpsAgentClient = DevOpsAgentClient;
|
|
3809
|
+
exports.DevOpsAgentServiceException = DevOpsAgentServiceException;
|
|
3810
|
+
exports.DevOpsAgentServiceException$ = DevOpsAgentServiceException$;
|
|
3811
|
+
exports.DisableOperatorApp$ = DisableOperatorApp$;
|
|
1171
3812
|
exports.DisableOperatorAppCommand = DisableOperatorAppCommand;
|
|
3813
|
+
exports.DisableOperatorAppInput$ = DisableOperatorAppInput$;
|
|
3814
|
+
exports.DisassociateService$ = DisassociateService$;
|
|
1172
3815
|
exports.DisassociateServiceCommand = DisassociateServiceCommand;
|
|
3816
|
+
exports.DisassociateServiceInput$ = DisassociateServiceInput$;
|
|
3817
|
+
exports.DisassociateServiceOutput$ = DisassociateServiceOutput$;
|
|
3818
|
+
exports.DynatraceConfiguration$ = DynatraceConfiguration$;
|
|
3819
|
+
exports.DynatraceOAuthClientCredentialsConfig$ = DynatraceOAuthClientCredentialsConfig$;
|
|
3820
|
+
exports.DynatraceServiceAuthorizationConfig$ = DynatraceServiceAuthorizationConfig$;
|
|
3821
|
+
exports.DynatraceServiceDetails$ = DynatraceServiceDetails$;
|
|
3822
|
+
exports.EnableOperatorApp$ = EnableOperatorApp$;
|
|
1173
3823
|
exports.EnableOperatorAppCommand = EnableOperatorAppCommand;
|
|
3824
|
+
exports.EnableOperatorAppInput$ = EnableOperatorAppInput$;
|
|
3825
|
+
exports.EnableOperatorAppOutput$ = EnableOperatorAppOutput$;
|
|
3826
|
+
exports.EventChannelConfiguration$ = EventChannelConfiguration$;
|
|
3827
|
+
exports.EventChannelDetails$ = EventChannelDetails$;
|
|
1174
3828
|
exports.EventChannelType = EventChannelType;
|
|
3829
|
+
exports.Execution$ = Execution$;
|
|
1175
3830
|
exports.ExecutionStatus = ExecutionStatus;
|
|
3831
|
+
exports.GenericWebhook$ = GenericWebhook$;
|
|
3832
|
+
exports.GetAccountUsage$ = GetAccountUsage$;
|
|
1176
3833
|
exports.GetAccountUsageCommand = GetAccountUsageCommand;
|
|
3834
|
+
exports.GetAccountUsageInput$ = GetAccountUsageInput$;
|
|
3835
|
+
exports.GetAccountUsageOutput$ = GetAccountUsageOutput$;
|
|
3836
|
+
exports.GetAgentSpace$ = GetAgentSpace$;
|
|
1177
3837
|
exports.GetAgentSpaceCommand = GetAgentSpaceCommand;
|
|
3838
|
+
exports.GetAgentSpaceInput$ = GetAgentSpaceInput$;
|
|
3839
|
+
exports.GetAgentSpaceOutput$ = GetAgentSpaceOutput$;
|
|
3840
|
+
exports.GetAsset$ = GetAsset$;
|
|
1178
3841
|
exports.GetAssetCommand = GetAssetCommand;
|
|
3842
|
+
exports.GetAssetContent$ = GetAssetContent$;
|
|
1179
3843
|
exports.GetAssetContentCommand = GetAssetContentCommand;
|
|
3844
|
+
exports.GetAssetContentRequest$ = GetAssetContentRequest$;
|
|
3845
|
+
exports.GetAssetContentResponse$ = GetAssetContentResponse$;
|
|
3846
|
+
exports.GetAssetFile$ = GetAssetFile$;
|
|
1180
3847
|
exports.GetAssetFileCommand = GetAssetFileCommand;
|
|
3848
|
+
exports.GetAssetFileRequest$ = GetAssetFileRequest$;
|
|
3849
|
+
exports.GetAssetFileResponse$ = GetAssetFileResponse$;
|
|
3850
|
+
exports.GetAssetRequest$ = GetAssetRequest$;
|
|
3851
|
+
exports.GetAssetResponse$ = GetAssetResponse$;
|
|
3852
|
+
exports.GetAssociation$ = GetAssociation$;
|
|
1181
3853
|
exports.GetAssociationCommand = GetAssociationCommand;
|
|
3854
|
+
exports.GetAssociationInput$ = GetAssociationInput$;
|
|
3855
|
+
exports.GetAssociationOutput$ = GetAssociationOutput$;
|
|
3856
|
+
exports.GetBacklogTask$ = GetBacklogTask$;
|
|
1182
3857
|
exports.GetBacklogTaskCommand = GetBacklogTaskCommand;
|
|
3858
|
+
exports.GetBacklogTaskRequest$ = GetBacklogTaskRequest$;
|
|
3859
|
+
exports.GetBacklogTaskResponse$ = GetBacklogTaskResponse$;
|
|
3860
|
+
exports.GetOperatorApp$ = GetOperatorApp$;
|
|
1183
3861
|
exports.GetOperatorAppCommand = GetOperatorAppCommand;
|
|
3862
|
+
exports.GetOperatorAppInput$ = GetOperatorAppInput$;
|
|
3863
|
+
exports.GetOperatorAppOutput$ = GetOperatorAppOutput$;
|
|
3864
|
+
exports.GetRecommendation$ = GetRecommendation$;
|
|
1184
3865
|
exports.GetRecommendationCommand = GetRecommendationCommand;
|
|
3866
|
+
exports.GetRecommendationRequest$ = GetRecommendationRequest$;
|
|
3867
|
+
exports.GetRecommendationResponse$ = GetRecommendationResponse$;
|
|
3868
|
+
exports.GetService$ = GetService$;
|
|
1185
3869
|
exports.GetServiceCommand = GetServiceCommand;
|
|
3870
|
+
exports.GetServiceInput$ = GetServiceInput$;
|
|
3871
|
+
exports.GetServiceOutput$ = GetServiceOutput$;
|
|
3872
|
+
exports.GetTrigger$ = GetTrigger$;
|
|
1186
3873
|
exports.GetTriggerCommand = GetTriggerCommand;
|
|
3874
|
+
exports.GetTriggerRequest$ = GetTriggerRequest$;
|
|
3875
|
+
exports.GetTriggerResponse$ = GetTriggerResponse$;
|
|
3876
|
+
exports.GitHubConfiguration$ = GitHubConfiguration$;
|
|
3877
|
+
exports.GitLabConfiguration$ = GitLabConfiguration$;
|
|
3878
|
+
exports.GitLabDetails$ = GitLabDetails$;
|
|
1187
3879
|
exports.GitLabTokenType = GitLabTokenType;
|
|
1188
3880
|
exports.GithubRepoOwnerType = GithubRepoOwnerType;
|
|
3881
|
+
exports.Goal$ = Goal$;
|
|
3882
|
+
exports.GoalContent$ = GoalContent$;
|
|
3883
|
+
exports.GoalSchedule$ = GoalSchedule$;
|
|
3884
|
+
exports.GoalScheduleInput$ = GoalScheduleInput$;
|
|
1189
3885
|
exports.GoalStatus = GoalStatus;
|
|
1190
3886
|
exports.GoalType = GoalType;
|
|
3887
|
+
exports.GrafanaServiceDetails$ = GrafanaServiceDetails$;
|
|
3888
|
+
exports.IamAuthConfiguration$ = IamAuthConfiguration$;
|
|
3889
|
+
exports.IdcAuthConfiguration$ = IdcAuthConfiguration$;
|
|
3890
|
+
exports.IdentityCenterServiceException = IdentityCenterServiceException;
|
|
3891
|
+
exports.IdentityCenterServiceException$ = IdentityCenterServiceException$;
|
|
3892
|
+
exports.IdpAuthConfiguration$ = IdpAuthConfiguration$;
|
|
3893
|
+
exports.InternalServerException = InternalServerException;
|
|
3894
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3895
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
3896
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1191
3897
|
exports.IpAddressType = IpAddressType;
|
|
3898
|
+
exports.JournalRecord$ = JournalRecord$;
|
|
3899
|
+
exports.ListAgentSpaces$ = ListAgentSpaces$;
|
|
1192
3900
|
exports.ListAgentSpacesCommand = ListAgentSpacesCommand;
|
|
3901
|
+
exports.ListAgentSpacesInput$ = ListAgentSpacesInput$;
|
|
3902
|
+
exports.ListAgentSpacesOutput$ = ListAgentSpacesOutput$;
|
|
3903
|
+
exports.ListAssetFiles$ = ListAssetFiles$;
|
|
1193
3904
|
exports.ListAssetFilesCommand = ListAssetFilesCommand;
|
|
3905
|
+
exports.ListAssetFilesRequest$ = ListAssetFilesRequest$;
|
|
3906
|
+
exports.ListAssetFilesResponse$ = ListAssetFilesResponse$;
|
|
3907
|
+
exports.ListAssetTypes$ = ListAssetTypes$;
|
|
1194
3908
|
exports.ListAssetTypesCommand = ListAssetTypesCommand;
|
|
3909
|
+
exports.ListAssetTypesRequest$ = ListAssetTypesRequest$;
|
|
3910
|
+
exports.ListAssetTypesResponse$ = ListAssetTypesResponse$;
|
|
3911
|
+
exports.ListAssetVersions$ = ListAssetVersions$;
|
|
1195
3912
|
exports.ListAssetVersionsCommand = ListAssetVersionsCommand;
|
|
3913
|
+
exports.ListAssetVersionsRequest$ = ListAssetVersionsRequest$;
|
|
3914
|
+
exports.ListAssetVersionsResponse$ = ListAssetVersionsResponse$;
|
|
3915
|
+
exports.ListAssets$ = ListAssets$;
|
|
1196
3916
|
exports.ListAssetsCommand = ListAssetsCommand;
|
|
3917
|
+
exports.ListAssetsRequest$ = ListAssetsRequest$;
|
|
3918
|
+
exports.ListAssetsResponse$ = ListAssetsResponse$;
|
|
3919
|
+
exports.ListAssociations$ = ListAssociations$;
|
|
1197
3920
|
exports.ListAssociationsCommand = ListAssociationsCommand;
|
|
3921
|
+
exports.ListAssociationsInput$ = ListAssociationsInput$;
|
|
3922
|
+
exports.ListAssociationsOutput$ = ListAssociationsOutput$;
|
|
3923
|
+
exports.ListBacklogTasks$ = ListBacklogTasks$;
|
|
1198
3924
|
exports.ListBacklogTasksCommand = ListBacklogTasksCommand;
|
|
3925
|
+
exports.ListBacklogTasksRequest$ = ListBacklogTasksRequest$;
|
|
3926
|
+
exports.ListBacklogTasksResponse$ = ListBacklogTasksResponse$;
|
|
3927
|
+
exports.ListChats$ = ListChats$;
|
|
1199
3928
|
exports.ListChatsCommand = ListChatsCommand;
|
|
3929
|
+
exports.ListChatsRequest$ = ListChatsRequest$;
|
|
3930
|
+
exports.ListChatsResponse$ = ListChatsResponse$;
|
|
3931
|
+
exports.ListExecutions$ = ListExecutions$;
|
|
1200
3932
|
exports.ListExecutionsCommand = ListExecutionsCommand;
|
|
3933
|
+
exports.ListExecutionsRequest$ = ListExecutionsRequest$;
|
|
3934
|
+
exports.ListExecutionsResponse$ = ListExecutionsResponse$;
|
|
3935
|
+
exports.ListGoals$ = ListGoals$;
|
|
1201
3936
|
exports.ListGoalsCommand = ListGoalsCommand;
|
|
3937
|
+
exports.ListGoalsRequest$ = ListGoalsRequest$;
|
|
3938
|
+
exports.ListGoalsResponse$ = ListGoalsResponse$;
|
|
3939
|
+
exports.ListJournalRecords$ = ListJournalRecords$;
|
|
1202
3940
|
exports.ListJournalRecordsCommand = ListJournalRecordsCommand;
|
|
3941
|
+
exports.ListJournalRecordsRequest$ = ListJournalRecordsRequest$;
|
|
3942
|
+
exports.ListJournalRecordsResponse$ = ListJournalRecordsResponse$;
|
|
3943
|
+
exports.ListPendingMessages$ = ListPendingMessages$;
|
|
1203
3944
|
exports.ListPendingMessagesCommand = ListPendingMessagesCommand;
|
|
3945
|
+
exports.ListPendingMessagesRequest$ = ListPendingMessagesRequest$;
|
|
3946
|
+
exports.ListPendingMessagesResponse$ = ListPendingMessagesResponse$;
|
|
3947
|
+
exports.ListPrivateConnections$ = ListPrivateConnections$;
|
|
1204
3948
|
exports.ListPrivateConnectionsCommand = ListPrivateConnectionsCommand;
|
|
3949
|
+
exports.ListPrivateConnectionsInput$ = ListPrivateConnectionsInput$;
|
|
3950
|
+
exports.ListPrivateConnectionsOutput$ = ListPrivateConnectionsOutput$;
|
|
3951
|
+
exports.ListRecommendations$ = ListRecommendations$;
|
|
1205
3952
|
exports.ListRecommendationsCommand = ListRecommendationsCommand;
|
|
3953
|
+
exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
|
|
3954
|
+
exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
|
|
3955
|
+
exports.ListServices$ = ListServices$;
|
|
1206
3956
|
exports.ListServicesCommand = ListServicesCommand;
|
|
3957
|
+
exports.ListServicesInput$ = ListServicesInput$;
|
|
3958
|
+
exports.ListServicesOutput$ = ListServicesOutput$;
|
|
3959
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1207
3960
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3961
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3962
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3963
|
+
exports.ListTriggers$ = ListTriggers$;
|
|
1208
3964
|
exports.ListTriggersCommand = ListTriggersCommand;
|
|
3965
|
+
exports.ListTriggersRequest$ = ListTriggersRequest$;
|
|
3966
|
+
exports.ListTriggersResponse$ = ListTriggersResponse$;
|
|
3967
|
+
exports.ListWebhooks$ = ListWebhooks$;
|
|
1209
3968
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
3969
|
+
exports.ListWebhooksInput$ = ListWebhooksInput$;
|
|
3970
|
+
exports.ListWebhooksOutput$ = ListWebhooksOutput$;
|
|
3971
|
+
exports.MCPServerAPIKeyConfig$ = MCPServerAPIKeyConfig$;
|
|
3972
|
+
exports.MCPServerAuthorizationConfig$ = MCPServerAuthorizationConfig$;
|
|
3973
|
+
exports.MCPServerAuthorizationDiscoveryConfig$ = MCPServerAuthorizationDiscoveryConfig$;
|
|
1210
3974
|
exports.MCPServerAuthorizationMethod = MCPServerAuthorizationMethod;
|
|
3975
|
+
exports.MCPServerBearerTokenConfig$ = MCPServerBearerTokenConfig$;
|
|
3976
|
+
exports.MCPServerConfiguration$ = MCPServerConfiguration$;
|
|
3977
|
+
exports.MCPServerDatadogConfiguration$ = MCPServerDatadogConfiguration$;
|
|
3978
|
+
exports.MCPServerDetails$ = MCPServerDetails$;
|
|
3979
|
+
exports.MCPServerGrafanaConfiguration$ = MCPServerGrafanaConfiguration$;
|
|
3980
|
+
exports.MCPServerNewRelicConfiguration$ = MCPServerNewRelicConfiguration$;
|
|
3981
|
+
exports.MCPServerOAuth3LOConfig$ = MCPServerOAuth3LOConfig$;
|
|
3982
|
+
exports.MCPServerOAuthClientCredentialsConfig$ = MCPServerOAuthClientCredentialsConfig$;
|
|
3983
|
+
exports.MCPServerSigV4AuthorizationConfig$ = MCPServerSigV4AuthorizationConfig$;
|
|
3984
|
+
exports.MCPServerSigV4Configuration$ = MCPServerSigV4Configuration$;
|
|
3985
|
+
exports.MCPServerSigV4ServiceDetails$ = MCPServerSigV4ServiceDetails$;
|
|
3986
|
+
exports.MCPServerSplunkConfiguration$ = MCPServerSplunkConfiguration$;
|
|
3987
|
+
exports.Message$ = Message$;
|
|
1211
3988
|
exports.MonitorAccountType = MonitorAccountType;
|
|
3989
|
+
exports.NewRelicApiKeyConfig$ = NewRelicApiKeyConfig$;
|
|
1212
3990
|
exports.NewRelicRegion = NewRelicRegion;
|
|
3991
|
+
exports.NewRelicServiceAuthorizationConfig$ = NewRelicServiceAuthorizationConfig$;
|
|
3992
|
+
exports.NewRelicServiceDetails$ = NewRelicServiceDetails$;
|
|
3993
|
+
exports.OAuthAdditionalStepDetails$ = OAuthAdditionalStepDetails$;
|
|
1213
3994
|
exports.OrderType = OrderType;
|
|
3995
|
+
exports.PagerDutyAuthorizationConfig$ = PagerDutyAuthorizationConfig$;
|
|
3996
|
+
exports.PagerDutyConfiguration$ = PagerDutyConfiguration$;
|
|
3997
|
+
exports.PagerDutyDetails$ = PagerDutyDetails$;
|
|
3998
|
+
exports.PagerDutyOAuthClientCredentialsConfig$ = PagerDutyOAuthClientCredentialsConfig$;
|
|
3999
|
+
exports.PendingMessage$ = PendingMessage$;
|
|
1214
4000
|
exports.PostRegisterServiceSupportedService = PostRegisterServiceSupportedService;
|
|
1215
4001
|
exports.Priority = Priority;
|
|
4002
|
+
exports.PrivateConnectionMode$ = PrivateConnectionMode$;
|
|
1216
4003
|
exports.PrivateConnectionStatus = PrivateConnectionStatus;
|
|
4004
|
+
exports.PrivateConnectionSummary$ = PrivateConnectionSummary$;
|
|
1217
4005
|
exports.PrivateConnectionType = PrivateConnectionType;
|
|
4006
|
+
exports.Recommendation$ = Recommendation$;
|
|
4007
|
+
exports.RecommendationContent$ = RecommendationContent$;
|
|
1218
4008
|
exports.RecommendationPriority = RecommendationPriority;
|
|
1219
4009
|
exports.RecommendationStatus = RecommendationStatus;
|
|
4010
|
+
exports.ReferenceInput$ = ReferenceInput$;
|
|
4011
|
+
exports.ReferenceOutput$ = ReferenceOutput$;
|
|
4012
|
+
exports.RegisterService$ = RegisterService$;
|
|
1220
4013
|
exports.RegisterServiceCommand = RegisterServiceCommand;
|
|
4014
|
+
exports.RegisterServiceInput$ = RegisterServiceInput$;
|
|
4015
|
+
exports.RegisterServiceOutput$ = RegisterServiceOutput$;
|
|
4016
|
+
exports.RegisteredAzureDevOpsServiceDetails$ = RegisteredAzureDevOpsServiceDetails$;
|
|
4017
|
+
exports.RegisteredAzureIdentityDetails$ = RegisteredAzureIdentityDetails$;
|
|
4018
|
+
exports.RegisteredGitLabServiceDetails$ = RegisteredGitLabServiceDetails$;
|
|
4019
|
+
exports.RegisteredGithubServiceDetails$ = RegisteredGithubServiceDetails$;
|
|
4020
|
+
exports.RegisteredGrafanaServerDetails$ = RegisteredGrafanaServerDetails$;
|
|
4021
|
+
exports.RegisteredMCPServerDetails$ = RegisteredMCPServerDetails$;
|
|
4022
|
+
exports.RegisteredMCPServerSigV4Details$ = RegisteredMCPServerSigV4Details$;
|
|
4023
|
+
exports.RegisteredNewRelicDetails$ = RegisteredNewRelicDetails$;
|
|
4024
|
+
exports.RegisteredPagerDutyDetails$ = RegisteredPagerDutyDetails$;
|
|
4025
|
+
exports.RegisteredRemoteAgentDetails$ = RegisteredRemoteAgentDetails$;
|
|
4026
|
+
exports.RegisteredRemoteAgentSigV4Details$ = RegisteredRemoteAgentSigV4Details$;
|
|
4027
|
+
exports.RegisteredService$ = RegisteredService$;
|
|
4028
|
+
exports.RegisteredServiceNowDetails$ = RegisteredServiceNowDetails$;
|
|
4029
|
+
exports.RegisteredSlackServiceDetails$ = RegisteredSlackServiceDetails$;
|
|
4030
|
+
exports.RemoteAgentAPIKeyConfig$ = RemoteAgentAPIKeyConfig$;
|
|
4031
|
+
exports.RemoteAgentAuthorizationConfig$ = RemoteAgentAuthorizationConfig$;
|
|
1221
4032
|
exports.RemoteAgentAuthorizationMethod = RemoteAgentAuthorizationMethod;
|
|
4033
|
+
exports.RemoteAgentBearerTokenConfig$ = RemoteAgentBearerTokenConfig$;
|
|
4034
|
+
exports.RemoteAgentConfiguration$ = RemoteAgentConfiguration$;
|
|
4035
|
+
exports.RemoteAgentOAuthClientCredentialsConfig$ = RemoteAgentOAuthClientCredentialsConfig$;
|
|
4036
|
+
exports.RemoteAgentServiceDetails$ = RemoteAgentServiceDetails$;
|
|
4037
|
+
exports.RemoteAgentSigV4AuthorizationConfig$ = RemoteAgentSigV4AuthorizationConfig$;
|
|
4038
|
+
exports.RemoteAgentSigV4Configuration$ = RemoteAgentSigV4Configuration$;
|
|
4039
|
+
exports.RemoteAgentSigV4ServiceDetails$ = RemoteAgentSigV4ServiceDetails$;
|
|
1222
4040
|
exports.ResourceConfigDnsResolution = ResourceConfigDnsResolution;
|
|
4041
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4042
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4043
|
+
exports.ScheduleCondition$ = ScheduleCondition$;
|
|
1223
4044
|
exports.SchedulerState = SchedulerState;
|
|
4045
|
+
exports.SelfManagedInput$ = SelfManagedInput$;
|
|
4046
|
+
exports.SendMessage$ = SendMessage$;
|
|
1224
4047
|
exports.SendMessageCommand = SendMessageCommand;
|
|
4048
|
+
exports.SendMessageContentBlockDelta$ = SendMessageContentBlockDelta$;
|
|
4049
|
+
exports.SendMessageContentBlockDeltaEvent$ = SendMessageContentBlockDeltaEvent$;
|
|
4050
|
+
exports.SendMessageContentBlockStartEvent$ = SendMessageContentBlockStartEvent$;
|
|
4051
|
+
exports.SendMessageContentBlockStopEvent$ = SendMessageContentBlockStopEvent$;
|
|
4052
|
+
exports.SendMessageContext$ = SendMessageContext$;
|
|
4053
|
+
exports.SendMessageEvents$ = SendMessageEvents$;
|
|
4054
|
+
exports.SendMessageHeartbeatEvent$ = SendMessageHeartbeatEvent$;
|
|
4055
|
+
exports.SendMessageJsonDelta$ = SendMessageJsonDelta$;
|
|
4056
|
+
exports.SendMessageRequest$ = SendMessageRequest$;
|
|
4057
|
+
exports.SendMessageResponse$ = SendMessageResponse$;
|
|
4058
|
+
exports.SendMessageResponseCompletedEvent$ = SendMessageResponseCompletedEvent$;
|
|
4059
|
+
exports.SendMessageResponseCreatedEvent$ = SendMessageResponseCreatedEvent$;
|
|
4060
|
+
exports.SendMessageResponseFailedEvent$ = SendMessageResponseFailedEvent$;
|
|
4061
|
+
exports.SendMessageResponseInProgressEvent$ = SendMessageResponseInProgressEvent$;
|
|
4062
|
+
exports.SendMessageSummaryEvent$ = SendMessageSummaryEvent$;
|
|
4063
|
+
exports.SendMessageTextDelta$ = SendMessageTextDelta$;
|
|
4064
|
+
exports.SendMessageUsageInfo$ = SendMessageUsageInfo$;
|
|
1225
4065
|
exports.Service = Service;
|
|
4066
|
+
exports.ServiceConfiguration$ = ServiceConfiguration$;
|
|
4067
|
+
exports.ServiceDetails$ = ServiceDetails$;
|
|
4068
|
+
exports.ServiceManagedInput$ = ServiceManagedInput$;
|
|
4069
|
+
exports.ServiceNowConfiguration$ = ServiceNowConfiguration$;
|
|
4070
|
+
exports.ServiceNowOAuthClientCredentialsConfig$ = ServiceNowOAuthClientCredentialsConfig$;
|
|
4071
|
+
exports.ServiceNowServiceAuthorizationConfig$ = ServiceNowServiceAuthorizationConfig$;
|
|
4072
|
+
exports.ServiceNowServiceDetails$ = ServiceNowServiceDetails$;
|
|
4073
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
4074
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
4075
|
+
exports.SlackChannel$ = SlackChannel$;
|
|
4076
|
+
exports.SlackConfiguration$ = SlackConfiguration$;
|
|
4077
|
+
exports.SlackTransmissionTarget$ = SlackTransmissionTarget$;
|
|
1226
4078
|
exports.SourceAccountType = SourceAccountType;
|
|
4079
|
+
exports.SourceAwsConfiguration$ = SourceAwsConfiguration$;
|
|
4080
|
+
exports.TagResource$ = TagResource$;
|
|
1227
4081
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4082
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4083
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4084
|
+
exports.Task$ = Task$;
|
|
4085
|
+
exports.TaskFilter$ = TaskFilter$;
|
|
1228
4086
|
exports.TaskSortField = TaskSortField;
|
|
1229
4087
|
exports.TaskSortOrder = TaskSortOrder;
|
|
1230
4088
|
exports.TaskStatus = TaskStatus;
|
|
1231
4089
|
exports.TaskType = TaskType;
|
|
4090
|
+
exports.ThrottlingException = ThrottlingException;
|
|
4091
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
4092
|
+
exports.Trigger$ = Trigger$;
|
|
4093
|
+
exports.TriggerCondition$ = TriggerCondition$;
|
|
4094
|
+
exports.UntagResource$ = UntagResource$;
|
|
1232
4095
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4096
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4097
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4098
|
+
exports.UpdateAgentSpace$ = UpdateAgentSpace$;
|
|
1233
4099
|
exports.UpdateAgentSpaceCommand = UpdateAgentSpaceCommand;
|
|
4100
|
+
exports.UpdateAgentSpaceInput$ = UpdateAgentSpaceInput$;
|
|
4101
|
+
exports.UpdateAgentSpaceOutput$ = UpdateAgentSpaceOutput$;
|
|
4102
|
+
exports.UpdateAsset$ = UpdateAsset$;
|
|
1234
4103
|
exports.UpdateAssetCommand = UpdateAssetCommand;
|
|
4104
|
+
exports.UpdateAssetFile$ = UpdateAssetFile$;
|
|
1235
4105
|
exports.UpdateAssetFileCommand = UpdateAssetFileCommand;
|
|
4106
|
+
exports.UpdateAssetFileRequest$ = UpdateAssetFileRequest$;
|
|
4107
|
+
exports.UpdateAssetFileResponse$ = UpdateAssetFileResponse$;
|
|
4108
|
+
exports.UpdateAssetRequest$ = UpdateAssetRequest$;
|
|
4109
|
+
exports.UpdateAssetResponse$ = UpdateAssetResponse$;
|
|
4110
|
+
exports.UpdateAssociation$ = UpdateAssociation$;
|
|
1236
4111
|
exports.UpdateAssociationCommand = UpdateAssociationCommand;
|
|
4112
|
+
exports.UpdateAssociationInput$ = UpdateAssociationInput$;
|
|
4113
|
+
exports.UpdateAssociationOutput$ = UpdateAssociationOutput$;
|
|
4114
|
+
exports.UpdateBacklogTask$ = UpdateBacklogTask$;
|
|
1237
4115
|
exports.UpdateBacklogTaskCommand = UpdateBacklogTaskCommand;
|
|
4116
|
+
exports.UpdateBacklogTaskRequest$ = UpdateBacklogTaskRequest$;
|
|
4117
|
+
exports.UpdateBacklogTaskResponse$ = UpdateBacklogTaskResponse$;
|
|
4118
|
+
exports.UpdateGoal$ = UpdateGoal$;
|
|
1238
4119
|
exports.UpdateGoalCommand = UpdateGoalCommand;
|
|
4120
|
+
exports.UpdateGoalRequest$ = UpdateGoalRequest$;
|
|
4121
|
+
exports.UpdateGoalResponse$ = UpdateGoalResponse$;
|
|
4122
|
+
exports.UpdateOperatorAppIdpConfig$ = UpdateOperatorAppIdpConfig$;
|
|
1239
4123
|
exports.UpdateOperatorAppIdpConfigCommand = UpdateOperatorAppIdpConfigCommand;
|
|
4124
|
+
exports.UpdateOperatorAppIdpConfigInput$ = UpdateOperatorAppIdpConfigInput$;
|
|
4125
|
+
exports.UpdateOperatorAppIdpConfigOutput$ = UpdateOperatorAppIdpConfigOutput$;
|
|
4126
|
+
exports.UpdatePrivateConnectionCertificate$ = UpdatePrivateConnectionCertificate$;
|
|
1240
4127
|
exports.UpdatePrivateConnectionCertificateCommand = UpdatePrivateConnectionCertificateCommand;
|
|
4128
|
+
exports.UpdatePrivateConnectionCertificateInput$ = UpdatePrivateConnectionCertificateInput$;
|
|
4129
|
+
exports.UpdatePrivateConnectionCertificateOutput$ = UpdatePrivateConnectionCertificateOutput$;
|
|
4130
|
+
exports.UpdateRecommendation$ = UpdateRecommendation$;
|
|
1241
4131
|
exports.UpdateRecommendationCommand = UpdateRecommendationCommand;
|
|
4132
|
+
exports.UpdateRecommendationRequest$ = UpdateRecommendationRequest$;
|
|
4133
|
+
exports.UpdateRecommendationResponse$ = UpdateRecommendationResponse$;
|
|
4134
|
+
exports.UpdateTrigger$ = UpdateTrigger$;
|
|
1242
4135
|
exports.UpdateTriggerCommand = UpdateTriggerCommand;
|
|
4136
|
+
exports.UpdateTriggerRequest$ = UpdateTriggerRequest$;
|
|
4137
|
+
exports.UpdateTriggerResponse$ = UpdateTriggerResponse$;
|
|
4138
|
+
exports.UsageMetric$ = UsageMetric$;
|
|
4139
|
+
exports.UserMessageBlock$ = UserMessageBlock$;
|
|
4140
|
+
exports.UserReference$ = UserReference$;
|
|
1243
4141
|
exports.UserType = UserType;
|
|
4142
|
+
exports.ValidateAwsAssociations$ = ValidateAwsAssociations$;
|
|
1244
4143
|
exports.ValidateAwsAssociationsCommand = ValidateAwsAssociationsCommand;
|
|
4144
|
+
exports.ValidateAwsAssociationsInput$ = ValidateAwsAssociationsInput$;
|
|
4145
|
+
exports.ValidateAwsAssociationsOutput$ = ValidateAwsAssociationsOutput$;
|
|
4146
|
+
exports.ValidationException = ValidationException;
|
|
4147
|
+
exports.ValidationException$ = ValidationException$;
|
|
4148
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1245
4149
|
exports.ValidationStatus = ValidationStatus;
|
|
4150
|
+
exports.Webhook$ = Webhook$;
|
|
1246
4151
|
exports.WebhookType = WebhookType;
|
|
4152
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1247
4153
|
exports.paginateListAgentSpaces = paginateListAgentSpaces;
|
|
1248
4154
|
exports.paginateListAssetFiles = paginateListAssetFiles;
|
|
1249
4155
|
exports.paginateListAssetTypes = paginateListAssetTypes;
|