@aws-sdk/client-resource-explorer-2 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 +1237 -15
- package/dist-es/models/enums.js +4 -0
- 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-es/schemas/schemas_0.js +18 -6
- package/dist-types/commands/GetServiceViewCommand.d.ts +5 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +3 -0
- package/dist-types/commands/SearchCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +37 -1
- 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/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -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/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/ResourceExplorer2ServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -119
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -879
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
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 { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
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 { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultResourceExplorer2HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "resource-explorer-2",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultResourceExplorer2HttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,1057 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://resource-explorer-2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://resource-explorer-2-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://resource-explorer-2.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://resource-explorer-2.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class ResourceExplorer2ServiceException extends ServiceException {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, ResourceExplorer2ServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class AccessDeniedException extends ResourceExplorer2ServiceException {
|
|
141
|
+
name = "AccessDeniedException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
Message;
|
|
144
|
+
constructor(opts) {
|
|
145
|
+
super({
|
|
146
|
+
name: "AccessDeniedException",
|
|
147
|
+
$fault: "client",
|
|
148
|
+
...opts,
|
|
149
|
+
});
|
|
150
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
151
|
+
this.Message = opts.Message;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
class InternalServerException extends ResourceExplorer2ServiceException {
|
|
155
|
+
name = "InternalServerException";
|
|
156
|
+
$fault = "server";
|
|
157
|
+
Message;
|
|
158
|
+
constructor(opts) {
|
|
159
|
+
super({
|
|
160
|
+
name: "InternalServerException",
|
|
161
|
+
$fault: "server",
|
|
162
|
+
...opts,
|
|
163
|
+
});
|
|
164
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
165
|
+
this.Message = opts.Message;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
class ResourceNotFoundException extends ResourceExplorer2ServiceException {
|
|
169
|
+
name = "ResourceNotFoundException";
|
|
170
|
+
$fault = "client";
|
|
171
|
+
Message;
|
|
172
|
+
constructor(opts) {
|
|
173
|
+
super({
|
|
174
|
+
name: "ResourceNotFoundException",
|
|
175
|
+
$fault: "client",
|
|
176
|
+
...opts,
|
|
177
|
+
});
|
|
178
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
179
|
+
this.Message = opts.Message;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
class ThrottlingException extends ResourceExplorer2ServiceException {
|
|
183
|
+
name = "ThrottlingException";
|
|
184
|
+
$fault = "client";
|
|
185
|
+
Message;
|
|
186
|
+
constructor(opts) {
|
|
187
|
+
super({
|
|
188
|
+
name: "ThrottlingException",
|
|
189
|
+
$fault: "client",
|
|
190
|
+
...opts,
|
|
191
|
+
});
|
|
192
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
193
|
+
this.Message = opts.Message;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
class ValidationException extends ResourceExplorer2ServiceException {
|
|
197
|
+
name = "ValidationException";
|
|
198
|
+
$fault = "client";
|
|
199
|
+
Message;
|
|
200
|
+
FieldList;
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "ValidationException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
208
|
+
this.Message = opts.Message;
|
|
209
|
+
this.FieldList = opts.FieldList;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
class UnauthorizedException extends ResourceExplorer2ServiceException {
|
|
213
|
+
name = "UnauthorizedException";
|
|
214
|
+
$fault = "client";
|
|
215
|
+
Message;
|
|
216
|
+
constructor(opts) {
|
|
217
|
+
super({
|
|
218
|
+
name: "UnauthorizedException",
|
|
219
|
+
$fault: "client",
|
|
220
|
+
...opts,
|
|
221
|
+
});
|
|
222
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
223
|
+
this.Message = opts.Message;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
class ConflictException extends ResourceExplorer2ServiceException {
|
|
227
|
+
name = "ConflictException";
|
|
228
|
+
$fault = "client";
|
|
229
|
+
Message;
|
|
230
|
+
constructor(opts) {
|
|
231
|
+
super({
|
|
232
|
+
name: "ConflictException",
|
|
233
|
+
$fault: "client",
|
|
234
|
+
...opts,
|
|
235
|
+
});
|
|
236
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
237
|
+
this.Message = opts.Message;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
class ServiceQuotaExceededException extends ResourceExplorer2ServiceException {
|
|
241
|
+
name = "ServiceQuotaExceededException";
|
|
242
|
+
$fault = "client";
|
|
243
|
+
Message;
|
|
244
|
+
Name;
|
|
245
|
+
Value;
|
|
246
|
+
constructor(opts) {
|
|
247
|
+
super({
|
|
248
|
+
name: "ServiceQuotaExceededException",
|
|
249
|
+
$fault: "client",
|
|
250
|
+
...opts,
|
|
251
|
+
});
|
|
252
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
253
|
+
this.Message = opts.Message;
|
|
254
|
+
this.Name = opts.Name;
|
|
255
|
+
this.Value = opts.Value;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
const _A = "Arn";
|
|
260
|
+
const _ADE = "AccessDeniedException";
|
|
261
|
+
const _ADV = "AssociateDefaultView";
|
|
262
|
+
const _ADVI = "AssociateDefaultViewInput";
|
|
263
|
+
const _ADVO = "AssociateDefaultViewOutput";
|
|
264
|
+
const _AI = "AccountId";
|
|
265
|
+
const _AIL = "AccountIdList";
|
|
266
|
+
const _AR = "AggregatorRegions";
|
|
267
|
+
const _AWSSAS = "AWSServiceAccessStatus";
|
|
268
|
+
const _BGV = "BatchGetView";
|
|
269
|
+
const _BGVE = "BatchGetViewError";
|
|
270
|
+
const _BGVEa = "BatchGetViewErrors";
|
|
271
|
+
const _BGVI = "BatchGetViewInput";
|
|
272
|
+
const _BGVO = "BatchGetViewOutput";
|
|
273
|
+
const _C = "Code";
|
|
274
|
+
const _CA = "CreatedAt";
|
|
275
|
+
const _CE = "ConflictException";
|
|
276
|
+
const _CFNRT = "CFNResourceTypes";
|
|
277
|
+
const _CI = "CreateIndex";
|
|
278
|
+
const _CII = "CreateIndexInput";
|
|
279
|
+
const _CIO = "CreateIndexOutput";
|
|
280
|
+
const _CRES = "CreateResourceExplorerSetup";
|
|
281
|
+
const _CRESI = "CreateResourceExplorerSetupInput";
|
|
282
|
+
const _CRESO = "CreateResourceExplorerSetupOutput";
|
|
283
|
+
const _CRT = "CfnResourceType";
|
|
284
|
+
const _CT = "ClientToken";
|
|
285
|
+
const _CV = "CreateView";
|
|
286
|
+
const _CVI = "CreateViewInput";
|
|
287
|
+
const _CVO = "CreateViewOutput";
|
|
288
|
+
const _Co = "Complete";
|
|
289
|
+
const _Cou = "Count";
|
|
290
|
+
const _D = "Data";
|
|
291
|
+
const _DDV = "DisassociateDefaultView";
|
|
292
|
+
const _DI = "DeleteIndex";
|
|
293
|
+
const _DIAR = "DeleteInAllRegions";
|
|
294
|
+
const _DII = "DeleteIndexInput";
|
|
295
|
+
const _DIO = "DeleteIndexOutput";
|
|
296
|
+
const _DRES = "DeleteResourceExplorerSetup";
|
|
297
|
+
const _DRESI = "DeleteResourceExplorerSetupInput";
|
|
298
|
+
const _DRESO = "DeleteResourceExplorerSetupOutput";
|
|
299
|
+
const _DV = "DeleteView";
|
|
300
|
+
const _DVI = "DeleteViewInput";
|
|
301
|
+
const _DVO = "DeleteViewOutput";
|
|
302
|
+
const _E = "Errors";
|
|
303
|
+
const _ED = "ErrorDetails";
|
|
304
|
+
const _EM = "ErrorMessage";
|
|
305
|
+
const _F = "Filters";
|
|
306
|
+
const _FL = "FieldList";
|
|
307
|
+
const _FS = "FilterString";
|
|
308
|
+
const _GALSC = "GetAccountLevelServiceConfiguration";
|
|
309
|
+
const _GALSCO = "GetAccountLevelServiceConfigurationOutput";
|
|
310
|
+
const _GDV = "GetDefaultView";
|
|
311
|
+
const _GDVO = "GetDefaultViewOutput";
|
|
312
|
+
const _GI = "GetIndex";
|
|
313
|
+
const _GIO = "GetIndexOutput";
|
|
314
|
+
const _GMV = "GetManagedView";
|
|
315
|
+
const _GMVI = "GetManagedViewInput";
|
|
316
|
+
const _GMVO = "GetManagedViewOutput";
|
|
317
|
+
const _GRES = "GetResourceExplorerSetup";
|
|
318
|
+
const _GRESI = "GetResourceExplorerSetupInput";
|
|
319
|
+
const _GRESO = "GetResourceExplorerSetupOutput";
|
|
320
|
+
const _GSI = "GetServiceIndex";
|
|
321
|
+
const _GSIO = "GetServiceIndexOutput";
|
|
322
|
+
const _GSV = "GetServiceView";
|
|
323
|
+
const _GSVI = "GetServiceViewInput";
|
|
324
|
+
const _GSVO = "GetServiceViewOutput";
|
|
325
|
+
const _GV = "GetView";
|
|
326
|
+
const _GVI = "GetViewInput";
|
|
327
|
+
const _GVO = "GetViewOutput";
|
|
328
|
+
const _I = "Index";
|
|
329
|
+
const _IL = "IndexList";
|
|
330
|
+
const _IP = "IncludedProperties";
|
|
331
|
+
const _IPL = "IncludedPropertyList";
|
|
332
|
+
const _IPn = "IncludedProperty";
|
|
333
|
+
const _IS = "IndexStatus";
|
|
334
|
+
const _ISE = "InternalServerException";
|
|
335
|
+
const _In = "Indexes";
|
|
336
|
+
const _LI = "ListIndexes";
|
|
337
|
+
const _LIFM = "ListIndexesForMembers";
|
|
338
|
+
const _LIFMI = "ListIndexesForMembersInput";
|
|
339
|
+
const _LIFMO = "ListIndexesForMembersOutput";
|
|
340
|
+
const _LII = "ListIndexesInput";
|
|
341
|
+
const _LIO = "ListIndexesOutput";
|
|
342
|
+
const _LMV = "ListManagedViews";
|
|
343
|
+
const _LMVI = "ListManagedViewsInput";
|
|
344
|
+
const _LMVO = "ListManagedViewsOutput";
|
|
345
|
+
const _LR = "ListResources";
|
|
346
|
+
const _LRA = "LastReportedAt";
|
|
347
|
+
const _LRI = "ListResourcesInput";
|
|
348
|
+
const _LRO = "ListResourcesOutput";
|
|
349
|
+
const _LSAFS = "ListStreamingAccessForServices";
|
|
350
|
+
const _LSAFSI = "ListStreamingAccessForServicesInput";
|
|
351
|
+
const _LSAFSO = "ListStreamingAccessForServicesOutput";
|
|
352
|
+
const _LSI = "ListServiceIndexes";
|
|
353
|
+
const _LSII = "ListServiceIndexesInput";
|
|
354
|
+
const _LSIO = "ListServiceIndexesOutput";
|
|
355
|
+
const _LSRT = "ListSupportedResourceTypes";
|
|
356
|
+
const _LSRTI = "ListSupportedResourceTypesInput";
|
|
357
|
+
const _LSRTO = "ListSupportedResourceTypesOutput";
|
|
358
|
+
const _LSV = "ListServiceViews";
|
|
359
|
+
const _LSVI = "ListServiceViewsInput";
|
|
360
|
+
const _LSVO = "ListServiceViewsOutput";
|
|
361
|
+
const _LTFR = "ListTagsForResource";
|
|
362
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
363
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
364
|
+
const _LUA = "LastUpdatedAt";
|
|
365
|
+
const _LV = "ListViews";
|
|
366
|
+
const _LVI = "ListViewsInput";
|
|
367
|
+
const _LVO = "ListViewsOutput";
|
|
368
|
+
const _M = "Message";
|
|
369
|
+
const _MI = "MemberIndex";
|
|
370
|
+
const _MIL = "MemberIndexList";
|
|
371
|
+
const _MR = "MaxResults";
|
|
372
|
+
const _MV = "ManagedView";
|
|
373
|
+
const _MVA = "ManagedViewArn";
|
|
374
|
+
const _MVN = "ManagedViewName";
|
|
375
|
+
const _MVa = "ManagedViews";
|
|
376
|
+
const _N = "Name";
|
|
377
|
+
const _NT = "NextToken";
|
|
378
|
+
const _O = "Owner";
|
|
379
|
+
const _OAI = "OwningAccountId";
|
|
380
|
+
const _OC = "OrgConfiguration";
|
|
381
|
+
const _P = "Properties";
|
|
382
|
+
const _QS = "QueryString";
|
|
383
|
+
const _R = "Regions";
|
|
384
|
+
const _RC = "ResourceCount";
|
|
385
|
+
const _RF = "ReplicatingFrom";
|
|
386
|
+
const _RL = "RegionList";
|
|
387
|
+
const _RLe = "ResourceList";
|
|
388
|
+
const _RN = "RecorderName";
|
|
389
|
+
const _RNFE = "ResourceNotFoundException";
|
|
390
|
+
const _RP = "ResourcePolicy";
|
|
391
|
+
const _RPL = "ResourcePropertyList";
|
|
392
|
+
const _RPe = "ResourceProperty";
|
|
393
|
+
const _RS = "RegionStatus";
|
|
394
|
+
const _RSL = "RegionStatusList";
|
|
395
|
+
const _RT = "ReplicatingTo";
|
|
396
|
+
const _RTL = "ResourceTypeList";
|
|
397
|
+
const _RTe = "ResourceTypes";
|
|
398
|
+
const _RTec = "RecorderType";
|
|
399
|
+
const _RTes = "ResourceType";
|
|
400
|
+
const _Re = "Region";
|
|
401
|
+
const _Res = "Resources";
|
|
402
|
+
const _Reso = "Resource";
|
|
403
|
+
const _S = "State";
|
|
404
|
+
const _SAD = "StreamingAccessDetails";
|
|
405
|
+
const _SADL = "StreamingAccessDetailsList";
|
|
406
|
+
const _SAFS = "StreamingAccessForServices";
|
|
407
|
+
const _SAFSt = "StreamingAccessForService";
|
|
408
|
+
const _SF = "SearchFilter";
|
|
409
|
+
const _SI = "SearchInput";
|
|
410
|
+
const _SL = "StringList";
|
|
411
|
+
const _SLR = "ServiceLinkedRole";
|
|
412
|
+
const _SLRI = "ServiceLinkedRecorderInfo";
|
|
413
|
+
const _SLRe = "ServiceLinkedRecorder";
|
|
414
|
+
const _SO = "SearchOutput";
|
|
415
|
+
const _SP = "ServicePrincipal";
|
|
416
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
417
|
+
const _SRT = "SupportedResourceType";
|
|
418
|
+
const _ST = "ScopeType";
|
|
419
|
+
const _SV = "ServiceViews";
|
|
420
|
+
const _SVA = "ServiceViewArn";
|
|
421
|
+
const _SVN = "ServiceViewName";
|
|
422
|
+
const _SVe = "ServiceView";
|
|
423
|
+
const _Sc = "Scope";
|
|
424
|
+
const _Se = "Service";
|
|
425
|
+
const _Sea = "Search";
|
|
426
|
+
const _St = "Status";
|
|
427
|
+
const _T = "Tags";
|
|
428
|
+
const _TE = "ThrottlingException";
|
|
429
|
+
const _TI = "TaskId";
|
|
430
|
+
const _TM = "TagMap";
|
|
431
|
+
const _TR = "TotalResources";
|
|
432
|
+
const _TRI = "TagResourceInput";
|
|
433
|
+
const _TRO = "TagResourceOutput";
|
|
434
|
+
const _TRa = "TagResource";
|
|
435
|
+
const _TS = "TrustedService";
|
|
436
|
+
const _Ty = "Type";
|
|
437
|
+
const _UE = "UnauthorizedException";
|
|
438
|
+
const _UIT = "UpdateIndexType";
|
|
439
|
+
const _UITI = "UpdateIndexTypeInput";
|
|
440
|
+
const _UITO = "UpdateIndexTypeOutput";
|
|
441
|
+
const _UR = "UntagResource";
|
|
442
|
+
const _URI = "UntagResourceInput";
|
|
443
|
+
const _URO = "UntagResourceOutput";
|
|
444
|
+
const _UV = "UpdateView";
|
|
445
|
+
const _UVI = "UpdateViewInput";
|
|
446
|
+
const _UVO = "UpdateViewOutput";
|
|
447
|
+
const _V = "Value";
|
|
448
|
+
const _VA = "ViewArn";
|
|
449
|
+
const _VAi = "ViewArns";
|
|
450
|
+
const _VE = "ValidationException";
|
|
451
|
+
const _VEF = "ValidationExceptionField";
|
|
452
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
453
|
+
const _VI = "ValidationIssue";
|
|
454
|
+
const _VL = "ViewList";
|
|
455
|
+
const _VN = "ViewName";
|
|
456
|
+
const _VS = "ViewStatus";
|
|
457
|
+
const _Ve = "Version";
|
|
458
|
+
const _Vi = "Views";
|
|
459
|
+
const _Vie = "View";
|
|
460
|
+
const _c = "client";
|
|
461
|
+
const _e = "error";
|
|
462
|
+
const _h = "http";
|
|
463
|
+
const _hE = "httpError";
|
|
464
|
+
const _hQ = "httpQuery";
|
|
465
|
+
const _rA = "resourceArn";
|
|
466
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.resourceexplorer2";
|
|
467
|
+
const _se = "server";
|
|
468
|
+
const _tK = "tagKeys";
|
|
469
|
+
const n0 = "com.amazonaws.resourceexplorer2";
|
|
470
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
471
|
+
var ResourceExplorer2ServiceException$ = [-3, _s, "ResourceExplorer2ServiceException", 0, [], []];
|
|
472
|
+
_s_registry.registerError(ResourceExplorer2ServiceException$, ResourceExplorer2ServiceException);
|
|
473
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
474
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
475
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
476
|
+
[_M],
|
|
477
|
+
[0]
|
|
478
|
+
];
|
|
479
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
480
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
481
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
482
|
+
[_M],
|
|
483
|
+
[0], 1
|
|
484
|
+
];
|
|
485
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
486
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
487
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
488
|
+
[_M],
|
|
489
|
+
[0]
|
|
490
|
+
];
|
|
491
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
492
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
493
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
494
|
+
[_M],
|
|
495
|
+
[0]
|
|
496
|
+
];
|
|
497
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
498
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
499
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
500
|
+
[_M, _N, _V],
|
|
501
|
+
[0, 0, 0], 3
|
|
502
|
+
];
|
|
503
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
504
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
505
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
506
|
+
[_M],
|
|
507
|
+
[0]
|
|
508
|
+
];
|
|
509
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
510
|
+
var UnauthorizedException$ = [-3, n0, _UE,
|
|
511
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
512
|
+
[_M],
|
|
513
|
+
[0]
|
|
514
|
+
];
|
|
515
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
516
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
517
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
518
|
+
[_M, _FL],
|
|
519
|
+
[0, () => ValidationExceptionFieldList], 1
|
|
520
|
+
];
|
|
521
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
522
|
+
const errorTypeRegistries = [
|
|
523
|
+
_s_registry,
|
|
524
|
+
n0_registry,
|
|
525
|
+
];
|
|
526
|
+
var QueryString = [0, n0, _QS, 8, 0];
|
|
527
|
+
var AssociateDefaultViewInput$ = [3, n0, _ADVI,
|
|
528
|
+
0,
|
|
529
|
+
[_VA],
|
|
530
|
+
[0], 1
|
|
531
|
+
];
|
|
532
|
+
var AssociateDefaultViewOutput$ = [3, n0, _ADVO,
|
|
533
|
+
0,
|
|
534
|
+
[_VA],
|
|
535
|
+
[0]
|
|
536
|
+
];
|
|
537
|
+
var BatchGetViewError$ = [3, n0, _BGVE,
|
|
538
|
+
0,
|
|
539
|
+
[_VA, _EM],
|
|
540
|
+
[0, 0], 2
|
|
541
|
+
];
|
|
542
|
+
var BatchGetViewInput$ = [3, n0, _BGVI,
|
|
543
|
+
0,
|
|
544
|
+
[_VAi],
|
|
545
|
+
[64 | 0]
|
|
546
|
+
];
|
|
547
|
+
var BatchGetViewOutput$ = [3, n0, _BGVO,
|
|
548
|
+
0,
|
|
549
|
+
[_Vi, _E],
|
|
550
|
+
[[() => ViewList, 0], () => BatchGetViewErrors]
|
|
551
|
+
];
|
|
552
|
+
var CreateIndexInput$ = [3, n0, _CII,
|
|
553
|
+
0,
|
|
554
|
+
[_CT, _T],
|
|
555
|
+
[[0, 4], [() => TagMap, 0]]
|
|
556
|
+
];
|
|
557
|
+
var CreateIndexOutput$ = [3, n0, _CIO,
|
|
558
|
+
0,
|
|
559
|
+
[_A, _S, _CA],
|
|
560
|
+
[0, 0, 5]
|
|
561
|
+
];
|
|
562
|
+
var CreateResourceExplorerSetupInput$ = [3, n0, _CRESI,
|
|
563
|
+
0,
|
|
564
|
+
[_RL, _VN, _AR],
|
|
565
|
+
[64 | 0, 0, 64 | 0], 2
|
|
566
|
+
];
|
|
567
|
+
var CreateResourceExplorerSetupOutput$ = [3, n0, _CRESO,
|
|
568
|
+
0,
|
|
569
|
+
[_TI],
|
|
570
|
+
[0], 1
|
|
571
|
+
];
|
|
572
|
+
var CreateViewInput$ = [3, n0, _CVI,
|
|
573
|
+
0,
|
|
574
|
+
[_VN, _CT, _IP, _Sc, _F, _T],
|
|
575
|
+
[0, [0, 4], () => IncludedPropertyList, 0, [() => SearchFilter$, 0], [() => TagMap, 0]], 1
|
|
576
|
+
];
|
|
577
|
+
var CreateViewOutput$ = [3, n0, _CVO,
|
|
578
|
+
0,
|
|
579
|
+
[_Vie],
|
|
580
|
+
[[() => View$, 0]]
|
|
581
|
+
];
|
|
582
|
+
var DeleteIndexInput$ = [3, n0, _DII,
|
|
583
|
+
0,
|
|
584
|
+
[_A],
|
|
585
|
+
[0], 1
|
|
586
|
+
];
|
|
587
|
+
var DeleteIndexOutput$ = [3, n0, _DIO,
|
|
588
|
+
0,
|
|
589
|
+
[_A, _S, _LUA],
|
|
590
|
+
[0, 0, 5]
|
|
591
|
+
];
|
|
592
|
+
var DeleteResourceExplorerSetupInput$ = [3, n0, _DRESI,
|
|
593
|
+
0,
|
|
594
|
+
[_RL, _DIAR],
|
|
595
|
+
[64 | 0, 2]
|
|
596
|
+
];
|
|
597
|
+
var DeleteResourceExplorerSetupOutput$ = [3, n0, _DRESO,
|
|
598
|
+
0,
|
|
599
|
+
[_TI],
|
|
600
|
+
[0], 1
|
|
601
|
+
];
|
|
602
|
+
var DeleteViewInput$ = [3, n0, _DVI,
|
|
603
|
+
0,
|
|
604
|
+
[_VA],
|
|
605
|
+
[0], 1
|
|
606
|
+
];
|
|
607
|
+
var DeleteViewOutput$ = [3, n0, _DVO,
|
|
608
|
+
0,
|
|
609
|
+
[_VA],
|
|
610
|
+
[0]
|
|
611
|
+
];
|
|
612
|
+
var ErrorDetails$ = [3, n0, _ED,
|
|
613
|
+
0,
|
|
614
|
+
[_C, _M],
|
|
615
|
+
[0, 0]
|
|
616
|
+
];
|
|
617
|
+
var GetAccountLevelServiceConfigurationOutput$ = [3, n0, _GALSCO,
|
|
618
|
+
0,
|
|
619
|
+
[_OC],
|
|
620
|
+
[() => OrgConfiguration$]
|
|
621
|
+
];
|
|
622
|
+
var GetDefaultViewOutput$ = [3, n0, _GDVO,
|
|
623
|
+
0,
|
|
624
|
+
[_VA],
|
|
625
|
+
[0]
|
|
626
|
+
];
|
|
627
|
+
var GetIndexOutput$ = [3, n0, _GIO,
|
|
628
|
+
0,
|
|
629
|
+
[_A, _Ty, _S, _RF, _RT, _CA, _LUA, _T],
|
|
630
|
+
[0, 0, 0, 64 | 0, 64 | 0, 5, 5, [() => TagMap, 0]]
|
|
631
|
+
];
|
|
632
|
+
var GetManagedViewInput$ = [3, n0, _GMVI,
|
|
633
|
+
0,
|
|
634
|
+
[_MVA],
|
|
635
|
+
[0], 1
|
|
636
|
+
];
|
|
637
|
+
var GetManagedViewOutput$ = [3, n0, _GMVO,
|
|
638
|
+
0,
|
|
639
|
+
[_MV],
|
|
640
|
+
[[() => ManagedView$, 0]]
|
|
641
|
+
];
|
|
642
|
+
var GetResourceExplorerSetupInput$ = [3, n0, _GRESI,
|
|
643
|
+
0,
|
|
644
|
+
[_TI, _MR, _NT],
|
|
645
|
+
[0, 1, 0], 1
|
|
646
|
+
];
|
|
647
|
+
var GetResourceExplorerSetupOutput$ = [3, n0, _GRESO,
|
|
648
|
+
0,
|
|
649
|
+
[_R, _NT],
|
|
650
|
+
[[() => RegionStatusList, 0], 0]
|
|
651
|
+
];
|
|
652
|
+
var GetServiceIndexOutput$ = [3, n0, _GSIO,
|
|
653
|
+
0,
|
|
654
|
+
[_A, _Ty],
|
|
655
|
+
[0, 0]
|
|
656
|
+
];
|
|
657
|
+
var GetServiceViewInput$ = [3, n0, _GSVI,
|
|
658
|
+
0,
|
|
659
|
+
[_SVA],
|
|
660
|
+
[0], 1
|
|
661
|
+
];
|
|
662
|
+
var GetServiceViewOutput$ = [3, n0, _GSVO,
|
|
663
|
+
0,
|
|
664
|
+
[_Vie],
|
|
665
|
+
[[() => ServiceView$, 0]], 1
|
|
666
|
+
];
|
|
667
|
+
var GetViewInput$ = [3, n0, _GVI,
|
|
668
|
+
0,
|
|
669
|
+
[_VA],
|
|
670
|
+
[0], 1
|
|
671
|
+
];
|
|
672
|
+
var GetViewOutput$ = [3, n0, _GVO,
|
|
673
|
+
0,
|
|
674
|
+
[_Vie, _T],
|
|
675
|
+
[[() => View$, 0], [() => TagMap, 0]]
|
|
676
|
+
];
|
|
677
|
+
var IncludedProperty$ = [3, n0, _IPn,
|
|
678
|
+
0,
|
|
679
|
+
[_N],
|
|
680
|
+
[0], 1
|
|
681
|
+
];
|
|
682
|
+
var Index$ = [3, n0, _I,
|
|
683
|
+
0,
|
|
684
|
+
[_Re, _A, _Ty],
|
|
685
|
+
[0, 0, 0]
|
|
686
|
+
];
|
|
687
|
+
var IndexStatus$ = [3, n0, _IS,
|
|
688
|
+
0,
|
|
689
|
+
[_St, _I, _ED],
|
|
690
|
+
[0, () => Index$, () => ErrorDetails$]
|
|
691
|
+
];
|
|
692
|
+
var ListIndexesForMembersInput$ = [3, n0, _LIFMI,
|
|
693
|
+
0,
|
|
694
|
+
[_AIL, _MR, _NT],
|
|
695
|
+
[64 | 0, 1, 0], 1
|
|
696
|
+
];
|
|
697
|
+
var ListIndexesForMembersOutput$ = [3, n0, _LIFMO,
|
|
698
|
+
0,
|
|
699
|
+
[_In, _NT],
|
|
700
|
+
[() => MemberIndexList, 0]
|
|
701
|
+
];
|
|
702
|
+
var ListIndexesInput$ = [3, n0, _LII,
|
|
703
|
+
0,
|
|
704
|
+
[_Ty, _R, _MR, _NT],
|
|
705
|
+
[0, 64 | 0, 1, 0]
|
|
706
|
+
];
|
|
707
|
+
var ListIndexesOutput$ = [3, n0, _LIO,
|
|
708
|
+
0,
|
|
709
|
+
[_In, _NT],
|
|
710
|
+
[() => IndexList, 0]
|
|
711
|
+
];
|
|
712
|
+
var ListManagedViewsInput$ = [3, n0, _LMVI,
|
|
713
|
+
0,
|
|
714
|
+
[_MR, _NT, _SP],
|
|
715
|
+
[1, 0, 0]
|
|
716
|
+
];
|
|
717
|
+
var ListManagedViewsOutput$ = [3, n0, _LMVO,
|
|
718
|
+
0,
|
|
719
|
+
[_NT, _MVa],
|
|
720
|
+
[0, 64 | 0]
|
|
721
|
+
];
|
|
722
|
+
var ListResourcesInput$ = [3, n0, _LRI,
|
|
723
|
+
0,
|
|
724
|
+
[_F, _MR, _VA, _NT],
|
|
725
|
+
[[() => SearchFilter$, 0], 1, 0, 0]
|
|
726
|
+
];
|
|
727
|
+
var ListResourcesOutput$ = [3, n0, _LRO,
|
|
728
|
+
0,
|
|
729
|
+
[_Res, _NT, _VA],
|
|
730
|
+
[() => ResourceList, 0, 0]
|
|
731
|
+
];
|
|
732
|
+
var ListServiceIndexesInput$ = [3, n0, _LSII,
|
|
733
|
+
0,
|
|
734
|
+
[_R, _MR, _NT],
|
|
735
|
+
[64 | 0, 1, 0]
|
|
736
|
+
];
|
|
737
|
+
var ListServiceIndexesOutput$ = [3, n0, _LSIO,
|
|
738
|
+
0,
|
|
739
|
+
[_In, _NT],
|
|
740
|
+
[() => IndexList, 0]
|
|
741
|
+
];
|
|
742
|
+
var ListServiceViewsInput$ = [3, n0, _LSVI,
|
|
743
|
+
0,
|
|
744
|
+
[_MR, _NT],
|
|
745
|
+
[1, 0]
|
|
746
|
+
];
|
|
747
|
+
var ListServiceViewsOutput$ = [3, n0, _LSVO,
|
|
748
|
+
0,
|
|
749
|
+
[_NT, _SV],
|
|
750
|
+
[0, 64 | 0]
|
|
751
|
+
];
|
|
752
|
+
var ListStreamingAccessForServicesInput$ = [3, n0, _LSAFSI,
|
|
753
|
+
0,
|
|
754
|
+
[_MR, _NT],
|
|
755
|
+
[1, 0]
|
|
756
|
+
];
|
|
757
|
+
var ListStreamingAccessForServicesOutput$ = [3, n0, _LSAFSO,
|
|
758
|
+
0,
|
|
759
|
+
[_SAFS, _NT],
|
|
760
|
+
[() => StreamingAccessDetailsList, 0], 1
|
|
761
|
+
];
|
|
762
|
+
var ListSupportedResourceTypesInput$ = [3, n0, _LSRTI,
|
|
763
|
+
0,
|
|
764
|
+
[_NT, _MR],
|
|
765
|
+
[0, 1]
|
|
766
|
+
];
|
|
767
|
+
var ListSupportedResourceTypesOutput$ = [3, n0, _LSRTO,
|
|
768
|
+
0,
|
|
769
|
+
[_RTe, _NT],
|
|
770
|
+
[() => ResourceTypeList, 0]
|
|
771
|
+
];
|
|
772
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
773
|
+
0,
|
|
774
|
+
[_rA],
|
|
775
|
+
[[0, 1]], 1
|
|
776
|
+
];
|
|
777
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
778
|
+
0,
|
|
779
|
+
[_T],
|
|
780
|
+
[[() => TagMap, 0]]
|
|
781
|
+
];
|
|
782
|
+
var ListViewsInput$ = [3, n0, _LVI,
|
|
783
|
+
0,
|
|
784
|
+
[_NT, _MR],
|
|
785
|
+
[0, 1]
|
|
786
|
+
];
|
|
787
|
+
var ListViewsOutput$ = [3, n0, _LVO,
|
|
788
|
+
0,
|
|
789
|
+
[_Vi, _NT],
|
|
790
|
+
[64 | 0, 0]
|
|
791
|
+
];
|
|
792
|
+
var ManagedView$ = [3, n0, _MV,
|
|
793
|
+
0,
|
|
794
|
+
[_MVA, _MVN, _TS, _LUA, _O, _Sc, _IP, _F, _RP, _Ve],
|
|
795
|
+
[0, 0, 0, 5, 0, 0, () => IncludedPropertyList, [() => SearchFilter$, 0], 0, 0]
|
|
796
|
+
];
|
|
797
|
+
var MemberIndex$ = [3, n0, _MI,
|
|
798
|
+
0,
|
|
799
|
+
[_AI, _Re, _A, _Ty],
|
|
800
|
+
[0, 0, 0, 0]
|
|
801
|
+
];
|
|
802
|
+
var OrgConfiguration$ = [3, n0, _OC,
|
|
803
|
+
0,
|
|
804
|
+
[_AWSSAS, _SLR],
|
|
805
|
+
[0, 0], 1
|
|
806
|
+
];
|
|
807
|
+
var RegionStatus$ = [3, n0, _RS,
|
|
808
|
+
0,
|
|
809
|
+
[_Re, _I, _Vie],
|
|
810
|
+
[0, () => IndexStatus$, [() => ViewStatus$, 0]]
|
|
811
|
+
];
|
|
812
|
+
var Resource$ = [3, n0, _Reso,
|
|
813
|
+
0,
|
|
814
|
+
[_A, _OAI, _Re, _RTes, _Se, _CRT, _LRA, _P],
|
|
815
|
+
[0, 0, 0, 0, 0, 0, 5, () => ResourcePropertyList]
|
|
816
|
+
];
|
|
817
|
+
var ResourceCount$ = [3, n0, _RC,
|
|
818
|
+
0,
|
|
819
|
+
[_TR, _Co],
|
|
820
|
+
[1, 2]
|
|
821
|
+
];
|
|
822
|
+
var ResourceProperty$ = [3, n0, _RPe,
|
|
823
|
+
0,
|
|
824
|
+
[_N, _LRA, _D],
|
|
825
|
+
[0, 5, 15]
|
|
826
|
+
];
|
|
827
|
+
var SearchFilter$ = [3, n0, _SF,
|
|
828
|
+
8,
|
|
829
|
+
[_FS],
|
|
830
|
+
[0], 1
|
|
831
|
+
];
|
|
832
|
+
var SearchInput$ = [3, n0, _SI,
|
|
833
|
+
0,
|
|
834
|
+
[_QS, _MR, _VA, _NT],
|
|
835
|
+
[[() => QueryString, 0], 1, 0, 0], 1
|
|
836
|
+
];
|
|
837
|
+
var SearchOutput$ = [3, n0, _SO,
|
|
838
|
+
0,
|
|
839
|
+
[_Res, _NT, _VA, _Cou],
|
|
840
|
+
[() => ResourceList, 0, 0, () => ResourceCount$]
|
|
841
|
+
];
|
|
842
|
+
var ServiceLinkedRecorderInfo$ = [3, n0, _SLRI,
|
|
843
|
+
0,
|
|
844
|
+
[_SP, _RN, _RTec],
|
|
845
|
+
[0, 0, 0]
|
|
846
|
+
];
|
|
847
|
+
var ServiceView$ = [3, n0, _SVe,
|
|
848
|
+
0,
|
|
849
|
+
[_SVA, _SVN, _F, _IP, _SAFSt, _ST, _SLRe],
|
|
850
|
+
[0, 0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0, () => ServiceLinkedRecorderInfo$], 1
|
|
851
|
+
];
|
|
852
|
+
var StreamingAccessDetails$ = [3, n0, _SAD,
|
|
853
|
+
0,
|
|
854
|
+
[_SP, _CA],
|
|
855
|
+
[0, 5], 2
|
|
856
|
+
];
|
|
857
|
+
var SupportedResourceType$ = [3, n0, _SRT,
|
|
858
|
+
0,
|
|
859
|
+
[_Se, _RTes, _CFNRT],
|
|
860
|
+
[0, 0, 64 | 0]
|
|
861
|
+
];
|
|
862
|
+
var TagResourceInput$ = [3, n0, _TRI,
|
|
863
|
+
0,
|
|
864
|
+
[_rA, _T],
|
|
865
|
+
[[0, 1], [() => TagMap, 0]], 1
|
|
866
|
+
];
|
|
867
|
+
var TagResourceOutput$ = [3, n0, _TRO,
|
|
868
|
+
0,
|
|
869
|
+
[],
|
|
870
|
+
[]
|
|
871
|
+
];
|
|
872
|
+
var UntagResourceInput$ = [3, n0, _URI,
|
|
873
|
+
0,
|
|
874
|
+
[_rA, _tK],
|
|
875
|
+
[[0, 1], [() => StringList, { [_hQ]: _tK }]], 2
|
|
876
|
+
];
|
|
877
|
+
var UntagResourceOutput$ = [3, n0, _URO,
|
|
878
|
+
0,
|
|
879
|
+
[],
|
|
880
|
+
[]
|
|
881
|
+
];
|
|
882
|
+
var UpdateIndexTypeInput$ = [3, n0, _UITI,
|
|
883
|
+
0,
|
|
884
|
+
[_A, _Ty],
|
|
885
|
+
[0, 0], 2
|
|
886
|
+
];
|
|
887
|
+
var UpdateIndexTypeOutput$ = [3, n0, _UITO,
|
|
888
|
+
0,
|
|
889
|
+
[_A, _Ty, _S, _LUA],
|
|
890
|
+
[0, 0, 0, 5]
|
|
891
|
+
];
|
|
892
|
+
var UpdateViewInput$ = [3, n0, _UVI,
|
|
893
|
+
0,
|
|
894
|
+
[_VA, _IP, _F],
|
|
895
|
+
[0, () => IncludedPropertyList, [() => SearchFilter$, 0]], 1
|
|
896
|
+
];
|
|
897
|
+
var UpdateViewOutput$ = [3, n0, _UVO,
|
|
898
|
+
0,
|
|
899
|
+
[_Vie],
|
|
900
|
+
[[() => View$, 0]]
|
|
901
|
+
];
|
|
902
|
+
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
903
|
+
0,
|
|
904
|
+
[_N, _VI],
|
|
905
|
+
[0, 0], 2
|
|
906
|
+
];
|
|
907
|
+
var View$ = [3, n0, _Vie,
|
|
908
|
+
0,
|
|
909
|
+
[_VA, _VN, _O, _LUA, _Sc, _IP, _F],
|
|
910
|
+
[0, 0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
|
|
911
|
+
];
|
|
912
|
+
var ViewStatus$ = [3, n0, _VS,
|
|
913
|
+
0,
|
|
914
|
+
[_St, _Vie, _ED],
|
|
915
|
+
[0, [() => View$, 0], () => ErrorDetails$]
|
|
916
|
+
];
|
|
917
|
+
var __Unit = "unit";
|
|
918
|
+
var BatchGetViewErrors = [1, n0, _BGVEa,
|
|
919
|
+
0, () => BatchGetViewError$
|
|
920
|
+
];
|
|
921
|
+
var IncludedPropertyList = [1, n0, _IPL,
|
|
922
|
+
0, () => IncludedProperty$
|
|
923
|
+
];
|
|
924
|
+
var IndexList = [1, n0, _IL,
|
|
925
|
+
0, () => Index$
|
|
926
|
+
];
|
|
927
|
+
var MemberIndexList = [1, n0, _MIL,
|
|
928
|
+
0, () => MemberIndex$
|
|
929
|
+
];
|
|
930
|
+
var RegionStatusList = [1, n0, _RSL,
|
|
931
|
+
0, [() => RegionStatus$,
|
|
932
|
+
0]
|
|
933
|
+
];
|
|
934
|
+
var ResourceList = [1, n0, _RLe,
|
|
935
|
+
0, () => Resource$
|
|
936
|
+
];
|
|
937
|
+
var ResourcePropertyList = [1, n0, _RPL,
|
|
938
|
+
0, () => ResourceProperty$
|
|
939
|
+
];
|
|
940
|
+
var ResourceTypeList = [1, n0, _RTL,
|
|
941
|
+
0, () => SupportedResourceType$
|
|
942
|
+
];
|
|
943
|
+
var StreamingAccessDetailsList = [1, n0, _SADL,
|
|
944
|
+
0, () => StreamingAccessDetails$
|
|
945
|
+
];
|
|
946
|
+
var StringList = [1, n0, _SL,
|
|
947
|
+
8, 0
|
|
948
|
+
];
|
|
949
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
950
|
+
0, () => ValidationExceptionField$
|
|
951
|
+
];
|
|
952
|
+
var ViewList = [1, n0, _VL,
|
|
953
|
+
0, [() => View$,
|
|
954
|
+
0]
|
|
955
|
+
];
|
|
956
|
+
var TagMap = [2, n0, _TM,
|
|
957
|
+
8, 0, 0
|
|
958
|
+
];
|
|
959
|
+
var AssociateDefaultView$ = [9, n0, _ADV,
|
|
960
|
+
{ [_h]: ["POST", "/AssociateDefaultView", 200] }, () => AssociateDefaultViewInput$, () => AssociateDefaultViewOutput$
|
|
961
|
+
];
|
|
962
|
+
var BatchGetView$ = [9, n0, _BGV,
|
|
963
|
+
{ [_h]: ["POST", "/BatchGetView", 200] }, () => BatchGetViewInput$, () => BatchGetViewOutput$
|
|
964
|
+
];
|
|
965
|
+
var CreateIndex$ = [9, n0, _CI,
|
|
966
|
+
{ [_h]: ["POST", "/CreateIndex", 200] }, () => CreateIndexInput$, () => CreateIndexOutput$
|
|
967
|
+
];
|
|
968
|
+
var CreateResourceExplorerSetup$ = [9, n0, _CRES,
|
|
969
|
+
{ [_h]: ["POST", "/CreateResourceExplorerSetup", 200] }, () => CreateResourceExplorerSetupInput$, () => CreateResourceExplorerSetupOutput$
|
|
970
|
+
];
|
|
971
|
+
var CreateView$ = [9, n0, _CV,
|
|
972
|
+
{ [_h]: ["POST", "/CreateView", 200] }, () => CreateViewInput$, () => CreateViewOutput$
|
|
973
|
+
];
|
|
974
|
+
var DeleteIndex$ = [9, n0, _DI,
|
|
975
|
+
{ [_h]: ["POST", "/DeleteIndex", 200] }, () => DeleteIndexInput$, () => DeleteIndexOutput$
|
|
976
|
+
];
|
|
977
|
+
var DeleteResourceExplorerSetup$ = [9, n0, _DRES,
|
|
978
|
+
{ [_h]: ["POST", "/DeleteResourceExplorerSetup", 200] }, () => DeleteResourceExplorerSetupInput$, () => DeleteResourceExplorerSetupOutput$
|
|
979
|
+
];
|
|
980
|
+
var DeleteView$ = [9, n0, _DV,
|
|
981
|
+
{ [_h]: ["POST", "/DeleteView", 200] }, () => DeleteViewInput$, () => DeleteViewOutput$
|
|
982
|
+
];
|
|
983
|
+
var DisassociateDefaultView$ = [9, n0, _DDV,
|
|
984
|
+
{ [_h]: ["POST", "/DisassociateDefaultView", 200] }, () => __Unit, () => __Unit
|
|
985
|
+
];
|
|
986
|
+
var GetAccountLevelServiceConfiguration$ = [9, n0, _GALSC,
|
|
987
|
+
{ [_h]: ["POST", "/GetAccountLevelServiceConfiguration", 200] }, () => __Unit, () => GetAccountLevelServiceConfigurationOutput$
|
|
988
|
+
];
|
|
989
|
+
var GetDefaultView$ = [9, n0, _GDV,
|
|
990
|
+
{ [_h]: ["POST", "/GetDefaultView", 200] }, () => __Unit, () => GetDefaultViewOutput$
|
|
991
|
+
];
|
|
992
|
+
var GetIndex$ = [9, n0, _GI,
|
|
993
|
+
{ [_h]: ["POST", "/GetIndex", 200] }, () => __Unit, () => GetIndexOutput$
|
|
994
|
+
];
|
|
995
|
+
var GetManagedView$ = [9, n0, _GMV,
|
|
996
|
+
{ [_h]: ["POST", "/GetManagedView", 200] }, () => GetManagedViewInput$, () => GetManagedViewOutput$
|
|
997
|
+
];
|
|
998
|
+
var GetResourceExplorerSetup$ = [9, n0, _GRES,
|
|
999
|
+
{ [_h]: ["POST", "/GetResourceExplorerSetup", 200] }, () => GetResourceExplorerSetupInput$, () => GetResourceExplorerSetupOutput$
|
|
1000
|
+
];
|
|
1001
|
+
var GetServiceIndex$ = [9, n0, _GSI,
|
|
1002
|
+
{ [_h]: ["POST", "/GetServiceIndex", 200] }, () => __Unit, () => GetServiceIndexOutput$
|
|
1003
|
+
];
|
|
1004
|
+
var GetServiceView$ = [9, n0, _GSV,
|
|
1005
|
+
{ [_h]: ["POST", "/GetServiceView", 200] }, () => GetServiceViewInput$, () => GetServiceViewOutput$
|
|
1006
|
+
];
|
|
1007
|
+
var GetView$ = [9, n0, _GV,
|
|
1008
|
+
{ [_h]: ["POST", "/GetView", 200] }, () => GetViewInput$, () => GetViewOutput$
|
|
1009
|
+
];
|
|
1010
|
+
var ListIndexes$ = [9, n0, _LI,
|
|
1011
|
+
{ [_h]: ["POST", "/ListIndexes", 200] }, () => ListIndexesInput$, () => ListIndexesOutput$
|
|
1012
|
+
];
|
|
1013
|
+
var ListIndexesForMembers$ = [9, n0, _LIFM,
|
|
1014
|
+
{ [_h]: ["POST", "/ListIndexesForMembers", 200] }, () => ListIndexesForMembersInput$, () => ListIndexesForMembersOutput$
|
|
1015
|
+
];
|
|
1016
|
+
var ListManagedViews$ = [9, n0, _LMV,
|
|
1017
|
+
{ [_h]: ["POST", "/ListManagedViews", 200] }, () => ListManagedViewsInput$, () => ListManagedViewsOutput$
|
|
1018
|
+
];
|
|
1019
|
+
var ListResources$ = [9, n0, _LR,
|
|
1020
|
+
{ [_h]: ["POST", "/ListResources", 200] }, () => ListResourcesInput$, () => ListResourcesOutput$
|
|
1021
|
+
];
|
|
1022
|
+
var ListServiceIndexes$ = [9, n0, _LSI,
|
|
1023
|
+
{ [_h]: ["POST", "/ListServiceIndexes", 200] }, () => ListServiceIndexesInput$, () => ListServiceIndexesOutput$
|
|
1024
|
+
];
|
|
1025
|
+
var ListServiceViews$ = [9, n0, _LSV,
|
|
1026
|
+
{ [_h]: ["POST", "/ListServiceViews", 200] }, () => ListServiceViewsInput$, () => ListServiceViewsOutput$
|
|
1027
|
+
];
|
|
1028
|
+
var ListStreamingAccessForServices$ = [9, n0, _LSAFS,
|
|
1029
|
+
{ [_h]: ["POST", "/ListStreamingAccessForServices", 200] }, () => ListStreamingAccessForServicesInput$, () => ListStreamingAccessForServicesOutput$
|
|
1030
|
+
];
|
|
1031
|
+
var ListSupportedResourceTypes$ = [9, n0, _LSRT,
|
|
1032
|
+
{ [_h]: ["POST", "/ListSupportedResourceTypes", 200] }, () => ListSupportedResourceTypesInput$, () => ListSupportedResourceTypesOutput$
|
|
1033
|
+
];
|
|
1034
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1035
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1036
|
+
];
|
|
1037
|
+
var ListViews$ = [9, n0, _LV,
|
|
1038
|
+
{ [_h]: ["POST", "/ListViews", 200] }, () => ListViewsInput$, () => ListViewsOutput$
|
|
1039
|
+
];
|
|
1040
|
+
var Search$ = [9, n0, _Sea,
|
|
1041
|
+
{ [_h]: ["POST", "/Search", 200] }, () => SearchInput$, () => SearchOutput$
|
|
1042
|
+
];
|
|
1043
|
+
var TagResource$ = [9, n0, _TRa,
|
|
1044
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
1045
|
+
];
|
|
1046
|
+
var UntagResource$ = [9, n0, _UR,
|
|
1047
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
1048
|
+
];
|
|
1049
|
+
var UpdateIndexType$ = [9, n0, _UIT,
|
|
1050
|
+
{ [_h]: ["POST", "/UpdateIndexType", 200] }, () => UpdateIndexTypeInput$, () => UpdateIndexTypeOutput$
|
|
1051
|
+
];
|
|
1052
|
+
var UpdateView$ = [9, n0, _UV,
|
|
1053
|
+
{ [_h]: ["POST", "/UpdateView", 200] }, () => UpdateViewInput$, () => UpdateViewOutput$
|
|
1054
|
+
];
|
|
1055
|
+
|
|
1056
|
+
const getRuntimeConfig$1 = (config) => {
|
|
1057
|
+
return {
|
|
1058
|
+
apiVersion: "2022-07-28",
|
|
1059
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
1060
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
1061
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
1062
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
1063
|
+
extensions: config?.extensions ?? [],
|
|
1064
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultResourceExplorer2HttpAuthSchemeProvider,
|
|
1065
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
1066
|
+
{
|
|
1067
|
+
schemeId: "aws.auth#sigv4",
|
|
1068
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
1069
|
+
signer: new AwsSdkSigV4Signer(),
|
|
1070
|
+
},
|
|
1071
|
+
],
|
|
1072
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
1073
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
1074
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
1075
|
+
defaultNamespace: "com.amazonaws.resourceexplorer2",
|
|
1076
|
+
errorTypeRegistries,
|
|
1077
|
+
version: "2022-07-28",
|
|
1078
|
+
serviceTarget: "ResourceExplorer",
|
|
1079
|
+
},
|
|
1080
|
+
serviceId: config?.serviceId ?? "Resource Explorer 2",
|
|
1081
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1082
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
1083
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1084
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1088
|
+
const getRuntimeConfig = (config) => {
|
|
1089
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
1090
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
1091
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
1092
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
1093
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
1094
|
+
const loaderConfig = {
|
|
1095
|
+
profile: config?.profile,
|
|
1096
|
+
logger: clientSharedValues.logger,
|
|
1097
|
+
};
|
|
1098
|
+
return {
|
|
1099
|
+
...clientSharedValues,
|
|
1100
|
+
...config,
|
|
1101
|
+
runtime: "node",
|
|
1102
|
+
defaultsMode,
|
|
1103
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
1104
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
1105
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
1106
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
1107
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
1108
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
1109
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
1110
|
+
retryMode: config?.retryMode ??
|
|
1111
|
+
loadConfig({
|
|
1112
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1113
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1114
|
+
}, config),
|
|
1115
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1116
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1117
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1118
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
1119
|
+
};
|
|
1120
|
+
};
|
|
1121
|
+
|
|
34
1122
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
1123
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
1124
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -589,45 +1677,179 @@ const OperationStatus = {
|
|
|
589
1677
|
SKIPPED: "SKIPPED",
|
|
590
1678
|
SUCCEEDED: "SUCCEEDED",
|
|
591
1679
|
};
|
|
1680
|
+
const RecorderType = {
|
|
1681
|
+
AWS: "AWS",
|
|
1682
|
+
THIRD_PARTY: "THIRD_PARTY",
|
|
1683
|
+
};
|
|
592
1684
|
|
|
593
1685
|
exports.AWSServiceAccessStatus = AWSServiceAccessStatus;
|
|
1686
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1687
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1688
|
+
exports.AssociateDefaultView$ = AssociateDefaultView$;
|
|
594
1689
|
exports.AssociateDefaultViewCommand = AssociateDefaultViewCommand;
|
|
1690
|
+
exports.AssociateDefaultViewInput$ = AssociateDefaultViewInput$;
|
|
1691
|
+
exports.AssociateDefaultViewOutput$ = AssociateDefaultViewOutput$;
|
|
1692
|
+
exports.BatchGetView$ = BatchGetView$;
|
|
595
1693
|
exports.BatchGetViewCommand = BatchGetViewCommand;
|
|
1694
|
+
exports.BatchGetViewError$ = BatchGetViewError$;
|
|
1695
|
+
exports.BatchGetViewInput$ = BatchGetViewInput$;
|
|
1696
|
+
exports.BatchGetViewOutput$ = BatchGetViewOutput$;
|
|
1697
|
+
exports.ConflictException = ConflictException;
|
|
1698
|
+
exports.ConflictException$ = ConflictException$;
|
|
1699
|
+
exports.CreateIndex$ = CreateIndex$;
|
|
596
1700
|
exports.CreateIndexCommand = CreateIndexCommand;
|
|
1701
|
+
exports.CreateIndexInput$ = CreateIndexInput$;
|
|
1702
|
+
exports.CreateIndexOutput$ = CreateIndexOutput$;
|
|
1703
|
+
exports.CreateResourceExplorerSetup$ = CreateResourceExplorerSetup$;
|
|
597
1704
|
exports.CreateResourceExplorerSetupCommand = CreateResourceExplorerSetupCommand;
|
|
1705
|
+
exports.CreateResourceExplorerSetupInput$ = CreateResourceExplorerSetupInput$;
|
|
1706
|
+
exports.CreateResourceExplorerSetupOutput$ = CreateResourceExplorerSetupOutput$;
|
|
1707
|
+
exports.CreateView$ = CreateView$;
|
|
598
1708
|
exports.CreateViewCommand = CreateViewCommand;
|
|
1709
|
+
exports.CreateViewInput$ = CreateViewInput$;
|
|
1710
|
+
exports.CreateViewOutput$ = CreateViewOutput$;
|
|
1711
|
+
exports.DeleteIndex$ = DeleteIndex$;
|
|
599
1712
|
exports.DeleteIndexCommand = DeleteIndexCommand;
|
|
1713
|
+
exports.DeleteIndexInput$ = DeleteIndexInput$;
|
|
1714
|
+
exports.DeleteIndexOutput$ = DeleteIndexOutput$;
|
|
1715
|
+
exports.DeleteResourceExplorerSetup$ = DeleteResourceExplorerSetup$;
|
|
600
1716
|
exports.DeleteResourceExplorerSetupCommand = DeleteResourceExplorerSetupCommand;
|
|
1717
|
+
exports.DeleteResourceExplorerSetupInput$ = DeleteResourceExplorerSetupInput$;
|
|
1718
|
+
exports.DeleteResourceExplorerSetupOutput$ = DeleteResourceExplorerSetupOutput$;
|
|
1719
|
+
exports.DeleteView$ = DeleteView$;
|
|
601
1720
|
exports.DeleteViewCommand = DeleteViewCommand;
|
|
1721
|
+
exports.DeleteViewInput$ = DeleteViewInput$;
|
|
1722
|
+
exports.DeleteViewOutput$ = DeleteViewOutput$;
|
|
1723
|
+
exports.DisassociateDefaultView$ = DisassociateDefaultView$;
|
|
602
1724
|
exports.DisassociateDefaultViewCommand = DisassociateDefaultViewCommand;
|
|
1725
|
+
exports.ErrorDetails$ = ErrorDetails$;
|
|
1726
|
+
exports.GetAccountLevelServiceConfiguration$ = GetAccountLevelServiceConfiguration$;
|
|
603
1727
|
exports.GetAccountLevelServiceConfigurationCommand = GetAccountLevelServiceConfigurationCommand;
|
|
1728
|
+
exports.GetAccountLevelServiceConfigurationOutput$ = GetAccountLevelServiceConfigurationOutput$;
|
|
1729
|
+
exports.GetDefaultView$ = GetDefaultView$;
|
|
604
1730
|
exports.GetDefaultViewCommand = GetDefaultViewCommand;
|
|
1731
|
+
exports.GetDefaultViewOutput$ = GetDefaultViewOutput$;
|
|
1732
|
+
exports.GetIndex$ = GetIndex$;
|
|
605
1733
|
exports.GetIndexCommand = GetIndexCommand;
|
|
1734
|
+
exports.GetIndexOutput$ = GetIndexOutput$;
|
|
1735
|
+
exports.GetManagedView$ = GetManagedView$;
|
|
606
1736
|
exports.GetManagedViewCommand = GetManagedViewCommand;
|
|
1737
|
+
exports.GetManagedViewInput$ = GetManagedViewInput$;
|
|
1738
|
+
exports.GetManagedViewOutput$ = GetManagedViewOutput$;
|
|
1739
|
+
exports.GetResourceExplorerSetup$ = GetResourceExplorerSetup$;
|
|
607
1740
|
exports.GetResourceExplorerSetupCommand = GetResourceExplorerSetupCommand;
|
|
1741
|
+
exports.GetResourceExplorerSetupInput$ = GetResourceExplorerSetupInput$;
|
|
1742
|
+
exports.GetResourceExplorerSetupOutput$ = GetResourceExplorerSetupOutput$;
|
|
1743
|
+
exports.GetServiceIndex$ = GetServiceIndex$;
|
|
608
1744
|
exports.GetServiceIndexCommand = GetServiceIndexCommand;
|
|
1745
|
+
exports.GetServiceIndexOutput$ = GetServiceIndexOutput$;
|
|
1746
|
+
exports.GetServiceView$ = GetServiceView$;
|
|
609
1747
|
exports.GetServiceViewCommand = GetServiceViewCommand;
|
|
1748
|
+
exports.GetServiceViewInput$ = GetServiceViewInput$;
|
|
1749
|
+
exports.GetServiceViewOutput$ = GetServiceViewOutput$;
|
|
1750
|
+
exports.GetView$ = GetView$;
|
|
610
1751
|
exports.GetViewCommand = GetViewCommand;
|
|
1752
|
+
exports.GetViewInput$ = GetViewInput$;
|
|
1753
|
+
exports.GetViewOutput$ = GetViewOutput$;
|
|
1754
|
+
exports.IncludedProperty$ = IncludedProperty$;
|
|
1755
|
+
exports.Index$ = Index$;
|
|
611
1756
|
exports.IndexState = IndexState;
|
|
1757
|
+
exports.IndexStatus$ = IndexStatus$;
|
|
612
1758
|
exports.IndexType = IndexType;
|
|
1759
|
+
exports.InternalServerException = InternalServerException;
|
|
1760
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1761
|
+
exports.ListIndexes$ = ListIndexes$;
|
|
613
1762
|
exports.ListIndexesCommand = ListIndexesCommand;
|
|
1763
|
+
exports.ListIndexesForMembers$ = ListIndexesForMembers$;
|
|
614
1764
|
exports.ListIndexesForMembersCommand = ListIndexesForMembersCommand;
|
|
1765
|
+
exports.ListIndexesForMembersInput$ = ListIndexesForMembersInput$;
|
|
1766
|
+
exports.ListIndexesForMembersOutput$ = ListIndexesForMembersOutput$;
|
|
1767
|
+
exports.ListIndexesInput$ = ListIndexesInput$;
|
|
1768
|
+
exports.ListIndexesOutput$ = ListIndexesOutput$;
|
|
1769
|
+
exports.ListManagedViews$ = ListManagedViews$;
|
|
615
1770
|
exports.ListManagedViewsCommand = ListManagedViewsCommand;
|
|
1771
|
+
exports.ListManagedViewsInput$ = ListManagedViewsInput$;
|
|
1772
|
+
exports.ListManagedViewsOutput$ = ListManagedViewsOutput$;
|
|
1773
|
+
exports.ListResources$ = ListResources$;
|
|
616
1774
|
exports.ListResourcesCommand = ListResourcesCommand;
|
|
1775
|
+
exports.ListResourcesInput$ = ListResourcesInput$;
|
|
1776
|
+
exports.ListResourcesOutput$ = ListResourcesOutput$;
|
|
1777
|
+
exports.ListServiceIndexes$ = ListServiceIndexes$;
|
|
617
1778
|
exports.ListServiceIndexesCommand = ListServiceIndexesCommand;
|
|
1779
|
+
exports.ListServiceIndexesInput$ = ListServiceIndexesInput$;
|
|
1780
|
+
exports.ListServiceIndexesOutput$ = ListServiceIndexesOutput$;
|
|
1781
|
+
exports.ListServiceViews$ = ListServiceViews$;
|
|
618
1782
|
exports.ListServiceViewsCommand = ListServiceViewsCommand;
|
|
1783
|
+
exports.ListServiceViewsInput$ = ListServiceViewsInput$;
|
|
1784
|
+
exports.ListServiceViewsOutput$ = ListServiceViewsOutput$;
|
|
1785
|
+
exports.ListStreamingAccessForServices$ = ListStreamingAccessForServices$;
|
|
619
1786
|
exports.ListStreamingAccessForServicesCommand = ListStreamingAccessForServicesCommand;
|
|
1787
|
+
exports.ListStreamingAccessForServicesInput$ = ListStreamingAccessForServicesInput$;
|
|
1788
|
+
exports.ListStreamingAccessForServicesOutput$ = ListStreamingAccessForServicesOutput$;
|
|
1789
|
+
exports.ListSupportedResourceTypes$ = ListSupportedResourceTypes$;
|
|
620
1790
|
exports.ListSupportedResourceTypesCommand = ListSupportedResourceTypesCommand;
|
|
1791
|
+
exports.ListSupportedResourceTypesInput$ = ListSupportedResourceTypesInput$;
|
|
1792
|
+
exports.ListSupportedResourceTypesOutput$ = ListSupportedResourceTypesOutput$;
|
|
1793
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
621
1794
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1795
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1796
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1797
|
+
exports.ListViews$ = ListViews$;
|
|
622
1798
|
exports.ListViewsCommand = ListViewsCommand;
|
|
1799
|
+
exports.ListViewsInput$ = ListViewsInput$;
|
|
1800
|
+
exports.ListViewsOutput$ = ListViewsOutput$;
|
|
1801
|
+
exports.ManagedView$ = ManagedView$;
|
|
1802
|
+
exports.MemberIndex$ = MemberIndex$;
|
|
623
1803
|
exports.OperationStatus = OperationStatus;
|
|
1804
|
+
exports.OrgConfiguration$ = OrgConfiguration$;
|
|
1805
|
+
exports.RecorderType = RecorderType;
|
|
1806
|
+
exports.RegionStatus$ = RegionStatus$;
|
|
1807
|
+
exports.Resource$ = Resource$;
|
|
1808
|
+
exports.ResourceCount$ = ResourceCount$;
|
|
624
1809
|
exports.ResourceExplorer2 = ResourceExplorer2;
|
|
625
1810
|
exports.ResourceExplorer2Client = ResourceExplorer2Client;
|
|
1811
|
+
exports.ResourceExplorer2ServiceException = ResourceExplorer2ServiceException;
|
|
1812
|
+
exports.ResourceExplorer2ServiceException$ = ResourceExplorer2ServiceException$;
|
|
1813
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1814
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1815
|
+
exports.ResourceProperty$ = ResourceProperty$;
|
|
1816
|
+
exports.Search$ = Search$;
|
|
626
1817
|
exports.SearchCommand = SearchCommand;
|
|
1818
|
+
exports.SearchFilter$ = SearchFilter$;
|
|
1819
|
+
exports.SearchInput$ = SearchInput$;
|
|
1820
|
+
exports.SearchOutput$ = SearchOutput$;
|
|
1821
|
+
exports.ServiceLinkedRecorderInfo$ = ServiceLinkedRecorderInfo$;
|
|
1822
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1823
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1824
|
+
exports.ServiceView$ = ServiceView$;
|
|
1825
|
+
exports.StreamingAccessDetails$ = StreamingAccessDetails$;
|
|
1826
|
+
exports.SupportedResourceType$ = SupportedResourceType$;
|
|
1827
|
+
exports.TagResource$ = TagResource$;
|
|
627
1828
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1829
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
1830
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1831
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1832
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1833
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
1834
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
1835
|
+
exports.UntagResource$ = UntagResource$;
|
|
628
1836
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1837
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1838
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1839
|
+
exports.UpdateIndexType$ = UpdateIndexType$;
|
|
629
1840
|
exports.UpdateIndexTypeCommand = UpdateIndexTypeCommand;
|
|
1841
|
+
exports.UpdateIndexTypeInput$ = UpdateIndexTypeInput$;
|
|
1842
|
+
exports.UpdateIndexTypeOutput$ = UpdateIndexTypeOutput$;
|
|
1843
|
+
exports.UpdateView$ = UpdateView$;
|
|
630
1844
|
exports.UpdateViewCommand = UpdateViewCommand;
|
|
1845
|
+
exports.UpdateViewInput$ = UpdateViewInput$;
|
|
1846
|
+
exports.UpdateViewOutput$ = UpdateViewOutput$;
|
|
1847
|
+
exports.ValidationException = ValidationException;
|
|
1848
|
+
exports.ValidationException$ = ValidationException$;
|
|
1849
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1850
|
+
exports.View$ = View$;
|
|
1851
|
+
exports.ViewStatus$ = ViewStatus$;
|
|
1852
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
631
1853
|
exports.paginateGetResourceExplorerSetup = paginateGetResourceExplorerSetup;
|
|
632
1854
|
exports.paginateListIndexes = paginateListIndexes;
|
|
633
1855
|
exports.paginateListIndexesForMembers = paginateListIndexesForMembers;
|