@aws-sdk/client-application-discovery-service 3.987.0 → 3.989.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 +47 -1216
- package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +12 -0
- package/dist-cjs/models/errors.js +134 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +958 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +76 -70
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultApplicationDiscoveryServiceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2015-11-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.applicationdiscoveryservice",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://ec2.amazon.com/awsposiedon/V2015_11_01/",
|
|
30
32
|
version: "2015-11-01",
|
|
31
33
|
serviceTarget: "AWSPoseidonService_V2015_11_01",
|
|
@@ -246,7 +246,7 @@ const _rIO = "reservedInstanceOptions";
|
|
|
246
246
|
const _rPMB = "ramPerformanceMetricBasis";
|
|
247
247
|
const _rST = "requestedStartTime";
|
|
248
248
|
const _rT = "registeredTime";
|
|
249
|
-
const _s = "
|
|
249
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationdiscoveryservice";
|
|
250
250
|
const _sA = "shutdownAgents";
|
|
251
251
|
const _sAC = "shutdownAgentlessCollectors";
|
|
252
252
|
const _sB = "s3Bucket";
|
|
@@ -263,9 +263,9 @@ const _sSC = "schemaStorageConfig";
|
|
|
263
263
|
const _sSI = "sourceServerId";
|
|
264
264
|
const _sT = "startTime";
|
|
265
265
|
const _sTt = "stopTime";
|
|
266
|
-
const _se = "
|
|
267
|
-
const _ser = "
|
|
268
|
-
const
|
|
266
|
+
const _se = "server";
|
|
267
|
+
const _ser = "servers";
|
|
268
|
+
const _st = "status";
|
|
269
269
|
const _t = "tags";
|
|
270
270
|
const _tA = "totalAgents";
|
|
271
271
|
const _tAC = "totalAgentlessCollectors";
|
|
@@ -297,6 +297,74 @@ const n0 = "com.amazonaws.applicationdiscoveryservice";
|
|
|
297
297
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
298
298
|
import { ApplicationDiscoveryServiceServiceException } from "../models/ApplicationDiscoveryServiceServiceException";
|
|
299
299
|
import { AuthorizationErrorException, ConflictErrorException, HomeRegionNotSetException, InvalidParameterException, InvalidParameterValueException, LimitExceededException, OperationNotPermittedException, ResourceInUseException, ResourceNotFoundException, ServerInternalErrorException, } from "../models/errors";
|
|
300
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
301
|
+
export var ApplicationDiscoveryServiceServiceException$ = [-3, _s, "ApplicationDiscoveryServiceServiceException", 0, [], []];
|
|
302
|
+
_s_registry.registerError(ApplicationDiscoveryServiceServiceException$, ApplicationDiscoveryServiceServiceException);
|
|
303
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
304
|
+
export var AuthorizationErrorException$ = [-3, n0, _AEE,
|
|
305
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
306
|
+
[_m],
|
|
307
|
+
[0]
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
310
|
+
export var ConflictErrorException$ = [-3, n0, _CEE,
|
|
311
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
312
|
+
[_m],
|
|
313
|
+
[0]
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(ConflictErrorException$, ConflictErrorException);
|
|
316
|
+
export var HomeRegionNotSetException$ = [-3, n0, _HRNSE,
|
|
317
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
318
|
+
[_m],
|
|
319
|
+
[0]
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
|
|
322
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
323
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
324
|
+
[_m],
|
|
325
|
+
[0]
|
|
326
|
+
];
|
|
327
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
328
|
+
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
329
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
330
|
+
[_m],
|
|
331
|
+
[0]
|
|
332
|
+
];
|
|
333
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
334
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
335
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
336
|
+
[_m],
|
|
337
|
+
[0]
|
|
338
|
+
];
|
|
339
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
340
|
+
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
341
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
342
|
+
[_m],
|
|
343
|
+
[0]
|
|
344
|
+
];
|
|
345
|
+
n0_registry.registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
346
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
347
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
348
|
+
[_m],
|
|
349
|
+
[0]
|
|
350
|
+
];
|
|
351
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
352
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
353
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
354
|
+
[_m],
|
|
355
|
+
[0]
|
|
356
|
+
];
|
|
357
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
358
|
+
export var ServerInternalErrorException$ = [-3, n0, _SIEE,
|
|
359
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
360
|
+
[_m],
|
|
361
|
+
[0]
|
|
362
|
+
];
|
|
363
|
+
n0_registry.registerError(ServerInternalErrorException$, ServerInternalErrorException);
|
|
364
|
+
export const errorTypeRegistries = [
|
|
365
|
+
_s_registry,
|
|
366
|
+
n0_registry,
|
|
367
|
+
];
|
|
300
368
|
export var AgentConfigurationStatus$ = [3, n0, _ACS,
|
|
301
369
|
0,
|
|
302
370
|
[_aI, _oS, _d],
|
|
@@ -322,12 +390,6 @@ export var AssociateConfigurationItemsToApplicationResponse$ = [3, n0, _ACITARs,
|
|
|
322
390
|
[],
|
|
323
391
|
[]
|
|
324
392
|
];
|
|
325
|
-
export var AuthorizationErrorException$ = [-3, n0, _AEE,
|
|
326
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
327
|
-
[_m],
|
|
328
|
-
[0]
|
|
329
|
-
];
|
|
330
|
-
TypeRegistry.for(n0).registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
331
393
|
export var BatchDeleteAgentError$ = [3, n0, _BDAE,
|
|
332
394
|
0,
|
|
333
395
|
[_aI, _eM, _eC],
|
|
@@ -345,7 +407,7 @@ export var BatchDeleteAgentsResponse$ = [3, n0, _BDARa,
|
|
|
345
407
|
];
|
|
346
408
|
export var BatchDeleteConfigurationTask$ = [3, n0, _BDCT,
|
|
347
409
|
0,
|
|
348
|
-
[_tI,
|
|
410
|
+
[_tI, _st, _sT, _eT, _cT, _rC, _dC, _fC, _dW],
|
|
349
411
|
[0, 0, 4, 4, 0, 64 | 0, 64 | 0, () => FailedConfigurationList, () => DeletionWarningsList]
|
|
350
412
|
];
|
|
351
413
|
export var BatchDeleteImportDataError$ = [3, n0, _BDIDE,
|
|
@@ -368,15 +430,9 @@ export var ConfigurationTag$ = [3, n0, _CT,
|
|
|
368
430
|
[_cT, _cIon, _k, _va, _tOC],
|
|
369
431
|
[0, 0, 0, 0, 4]
|
|
370
432
|
];
|
|
371
|
-
export var ConflictErrorException$ = [-3, n0, _CEE,
|
|
372
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
373
|
-
[_m],
|
|
374
|
-
[0]
|
|
375
|
-
];
|
|
376
|
-
TypeRegistry.for(n0).registerError(ConflictErrorException$, ConflictErrorException);
|
|
377
433
|
export var ContinuousExportDescription$ = [3, n0, _CED,
|
|
378
434
|
0,
|
|
379
|
-
[_eI,
|
|
435
|
+
[_eI, _st, _sD, _sB, _sT, _sTt, _dS, _sSC],
|
|
380
436
|
[0, 0, 0, 0, 4, 4, 0, 128 | 0]
|
|
381
437
|
];
|
|
382
438
|
export var CreateApplicationRequest$ = [3, n0, _CAR,
|
|
@@ -576,18 +632,12 @@ export var GetDiscoverySummaryRequest$ = [3, n0, _GDSR,
|
|
|
576
632
|
];
|
|
577
633
|
export var GetDiscoverySummaryResponse$ = [3, n0, _GDSRe,
|
|
578
634
|
0,
|
|
579
|
-
[
|
|
635
|
+
[_ser, _a, _sMTA, _sMT, _aS, _cSo, _mCS, _aCS],
|
|
580
636
|
[1, 1, 1, 1, () => CustomerAgentInfo$, () => CustomerConnectorInfo$, () => CustomerMeCollectorInfo$, () => CustomerAgentlessCollectorInfo$]
|
|
581
637
|
];
|
|
582
|
-
export var HomeRegionNotSetException$ = [-3, n0, _HRNSE,
|
|
583
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
584
|
-
[_m],
|
|
585
|
-
[0]
|
|
586
|
-
];
|
|
587
|
-
TypeRegistry.for(n0).registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
|
|
588
638
|
export var ImportTask$ = [3, n0, _IT,
|
|
589
639
|
0,
|
|
590
|
-
[_iTI, _cRT, _n, _iU,
|
|
640
|
+
[_iTI, _cRT, _n, _iU, _st, _iRT, _iCT, _iDT, _fCi, _sIS, _sIF, _aIS, _aIF, _eAFEZ],
|
|
591
641
|
[0, 0, 0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 1, 0]
|
|
592
642
|
];
|
|
593
643
|
export var ImportTaskFilter$ = [3, n0, _ITF,
|
|
@@ -595,24 +645,6 @@ export var ImportTaskFilter$ = [3, n0, _ITF,
|
|
|
595
645
|
[_n, _val],
|
|
596
646
|
[0, 64 | 0]
|
|
597
647
|
];
|
|
598
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
599
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
600
|
-
[_m],
|
|
601
|
-
[0]
|
|
602
|
-
];
|
|
603
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
604
|
-
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
605
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
606
|
-
[_m],
|
|
607
|
-
[0]
|
|
608
|
-
];
|
|
609
|
-
TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
610
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
611
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
612
|
-
[_m],
|
|
613
|
-
[0]
|
|
614
|
-
];
|
|
615
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
616
648
|
export var ListConfigurationsRequest$ = [3, n0, _LCR,
|
|
617
649
|
0,
|
|
618
650
|
[_cT, _fi, _mR, _nT, _oB],
|
|
@@ -638,12 +670,6 @@ export var NeighborConnectionDetail$ = [3, n0, _NCD,
|
|
|
638
670
|
[_sSI, _dSI, _cC, _dP, _tP],
|
|
639
671
|
[0, 0, 1, 1, 0], 3
|
|
640
672
|
];
|
|
641
|
-
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
642
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
643
|
-
[_m],
|
|
644
|
-
[0]
|
|
645
|
-
];
|
|
646
|
-
TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
647
673
|
export var OrderByElement$ = [3, n0, _OBE,
|
|
648
674
|
0,
|
|
649
675
|
[_fN, _sO],
|
|
@@ -654,24 +680,6 @@ export var ReservedInstanceOptions$ = [3, n0, _RIO,
|
|
|
654
680
|
[_pO, _oC, _tL],
|
|
655
681
|
[0, 0, 0], 3
|
|
656
682
|
];
|
|
657
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
658
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
659
|
-
[_m],
|
|
660
|
-
[0]
|
|
661
|
-
];
|
|
662
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
663
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
664
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
665
|
-
[_m],
|
|
666
|
-
[0]
|
|
667
|
-
];
|
|
668
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
669
|
-
export var ServerInternalErrorException$ = [-3, n0, _SIEE,
|
|
670
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
671
|
-
[_m],
|
|
672
|
-
[0]
|
|
673
|
-
];
|
|
674
|
-
TypeRegistry.for(n0).registerError(ServerInternalErrorException$, ServerInternalErrorException);
|
|
675
683
|
export var StartBatchDeleteConfigurationTaskRequest$ = [3, n0, _SBDCTR,
|
|
676
684
|
0,
|
|
677
685
|
[_cT, _cIo],
|
|
@@ -768,8 +776,6 @@ export var UsageMetricBasis$ = [3, n0, _UMB,
|
|
|
768
776
|
[0, 1]
|
|
769
777
|
];
|
|
770
778
|
var __Unit = "unit";
|
|
771
|
-
export var ApplicationDiscoveryServiceServiceException$ = [-3, _sm, "ApplicationDiscoveryServiceServiceException", 0, [], []];
|
|
772
|
-
TypeRegistry.for(_sm).registerError(ApplicationDiscoveryServiceServiceException$, ApplicationDiscoveryServiceServiceException);
|
|
773
779
|
var AgentConfigurationStatusList = [1, n0, _ACSL,
|
|
774
780
|
0, () => AgentConfigurationStatus$
|
|
775
781
|
];
|
|
@@ -1,10 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var ApplicationDiscoveryServiceServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictErrorException$: StaticErrorSchema;
|
|
6
|
+
export declare var HomeRegionNotSetException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
9
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServerInternalErrorException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
20
|
export declare var AgentConfigurationStatus$: StaticStructureSchema;
|
|
3
21
|
export declare var AgentInfo$: StaticStructureSchema;
|
|
4
22
|
export declare var AgentNetworkInfo$: StaticStructureSchema;
|
|
5
23
|
export declare var AssociateConfigurationItemsToApplicationRequest$: StaticStructureSchema;
|
|
6
24
|
export declare var AssociateConfigurationItemsToApplicationResponse$: StaticStructureSchema;
|
|
7
|
-
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
8
25
|
export declare var BatchDeleteAgentError$: StaticStructureSchema;
|
|
9
26
|
export declare var BatchDeleteAgentsRequest$: StaticStructureSchema;
|
|
10
27
|
export declare var BatchDeleteAgentsResponse$: StaticStructureSchema;
|
|
@@ -13,7 +30,6 @@ export declare var BatchDeleteImportDataError$: StaticStructureSchema;
|
|
|
13
30
|
export declare var BatchDeleteImportDataRequest$: StaticStructureSchema;
|
|
14
31
|
export declare var BatchDeleteImportDataResponse$: StaticStructureSchema;
|
|
15
32
|
export declare var ConfigurationTag$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictErrorException$: StaticErrorSchema;
|
|
17
33
|
export declare var ContinuousExportDescription$: StaticStructureSchema;
|
|
18
34
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
19
35
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
@@ -55,23 +71,15 @@ export declare var FailedConfiguration$: StaticStructureSchema;
|
|
|
55
71
|
export declare var Filter$: StaticStructureSchema;
|
|
56
72
|
export declare var GetDiscoverySummaryRequest$: StaticStructureSchema;
|
|
57
73
|
export declare var GetDiscoverySummaryResponse$: StaticStructureSchema;
|
|
58
|
-
export declare var HomeRegionNotSetException$: StaticErrorSchema;
|
|
59
74
|
export declare var ImportTask$: StaticStructureSchema;
|
|
60
75
|
export declare var ImportTaskFilter$: StaticStructureSchema;
|
|
61
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
62
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
63
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
64
76
|
export declare var ListConfigurationsRequest$: StaticStructureSchema;
|
|
65
77
|
export declare var ListConfigurationsResponse$: StaticStructureSchema;
|
|
66
78
|
export declare var ListServerNeighborsRequest$: StaticStructureSchema;
|
|
67
79
|
export declare var ListServerNeighborsResponse$: StaticStructureSchema;
|
|
68
80
|
export declare var NeighborConnectionDetail$: StaticStructureSchema;
|
|
69
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
70
81
|
export declare var OrderByElement$: StaticStructureSchema;
|
|
71
82
|
export declare var ReservedInstanceOptions$: StaticStructureSchema;
|
|
72
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
73
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
74
|
-
export declare var ServerInternalErrorException$: StaticErrorSchema;
|
|
75
83
|
export declare var StartBatchDeleteConfigurationTaskRequest$: StaticStructureSchema;
|
|
76
84
|
export declare var StartBatchDeleteConfigurationTaskResponse$: StaticStructureSchema;
|
|
77
85
|
export declare var StartContinuousExportRequest$: StaticStructureSchema;
|
|
@@ -91,7 +99,6 @@ export declare var TagFilter$: StaticStructureSchema;
|
|
|
91
99
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
92
100
|
export declare var UpdateApplicationResponse$: StaticStructureSchema;
|
|
93
101
|
export declare var UsageMetricBasis$: StaticStructureSchema;
|
|
94
|
-
export declare var ApplicationDiscoveryServiceServiceException$: StaticErrorSchema;
|
|
95
102
|
export declare var ExportPreferences$: StaticUnionSchema;
|
|
96
103
|
export declare var AssociateConfigurationItemsToApplication$: StaticOperationSchema;
|
|
97
104
|
export declare var BatchDeleteAgents$: StaticOperationSchema;
|
|
@@ -1,15 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var ApplicationDiscoveryServiceServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictErrorException$: StaticErrorSchema;
|
|
11
|
+
export declare var HomeRegionNotSetException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
14
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
18
|
+
export declare var ServerInternalErrorException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
20
|
export declare var AgentConfigurationStatus$: StaticStructureSchema;
|
|
8
21
|
export declare var AgentInfo$: StaticStructureSchema;
|
|
9
22
|
export declare var AgentNetworkInfo$: StaticStructureSchema;
|
|
10
23
|
export declare var AssociateConfigurationItemsToApplicationRequest$: StaticStructureSchema;
|
|
11
24
|
export declare var AssociateConfigurationItemsToApplicationResponse$: StaticStructureSchema;
|
|
12
|
-
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
13
25
|
export declare var BatchDeleteAgentError$: StaticStructureSchema;
|
|
14
26
|
export declare var BatchDeleteAgentsRequest$: StaticStructureSchema;
|
|
15
27
|
export declare var BatchDeleteAgentsResponse$: StaticStructureSchema;
|
|
@@ -18,7 +30,6 @@ export declare var BatchDeleteImportDataError$: StaticStructureSchema;
|
|
|
18
30
|
export declare var BatchDeleteImportDataRequest$: StaticStructureSchema;
|
|
19
31
|
export declare var BatchDeleteImportDataResponse$: StaticStructureSchema;
|
|
20
32
|
export declare var ConfigurationTag$: StaticStructureSchema;
|
|
21
|
-
export declare var ConflictErrorException$: StaticErrorSchema;
|
|
22
33
|
export declare var ContinuousExportDescription$: StaticStructureSchema;
|
|
23
34
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
24
35
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
@@ -60,23 +71,15 @@ export declare var FailedConfiguration$: StaticStructureSchema;
|
|
|
60
71
|
export declare var Filter$: StaticStructureSchema;
|
|
61
72
|
export declare var GetDiscoverySummaryRequest$: StaticStructureSchema;
|
|
62
73
|
export declare var GetDiscoverySummaryResponse$: StaticStructureSchema;
|
|
63
|
-
export declare var HomeRegionNotSetException$: StaticErrorSchema;
|
|
64
74
|
export declare var ImportTask$: StaticStructureSchema;
|
|
65
75
|
export declare var ImportTaskFilter$: StaticStructureSchema;
|
|
66
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
67
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
68
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
69
76
|
export declare var ListConfigurationsRequest$: StaticStructureSchema;
|
|
70
77
|
export declare var ListConfigurationsResponse$: StaticStructureSchema;
|
|
71
78
|
export declare var ListServerNeighborsRequest$: StaticStructureSchema;
|
|
72
79
|
export declare var ListServerNeighborsResponse$: StaticStructureSchema;
|
|
73
80
|
export declare var NeighborConnectionDetail$: StaticStructureSchema;
|
|
74
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
75
81
|
export declare var OrderByElement$: StaticStructureSchema;
|
|
76
82
|
export declare var ReservedInstanceOptions$: StaticStructureSchema;
|
|
77
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
78
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
79
|
-
export declare var ServerInternalErrorException$: StaticErrorSchema;
|
|
80
83
|
export declare var StartBatchDeleteConfigurationTaskRequest$: StaticStructureSchema;
|
|
81
84
|
export declare var StartBatchDeleteConfigurationTaskResponse$: StaticStructureSchema;
|
|
82
85
|
export declare var StartContinuousExportRequest$: StaticStructureSchema;
|
|
@@ -96,7 +99,6 @@ export declare var TagFilter$: StaticStructureSchema;
|
|
|
96
99
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
97
100
|
export declare var UpdateApplicationResponse$: StaticStructureSchema;
|
|
98
101
|
export declare var UsageMetricBasis$: StaticStructureSchema;
|
|
99
|
-
export declare var ApplicationDiscoveryServiceServiceException$: StaticErrorSchema;
|
|
100
102
|
export declare var ExportPreferences$: StaticUnionSchema;
|
|
101
103
|
export declare var AssociateConfigurationItemsToApplication$: StaticOperationSchema;
|
|
102
104
|
export declare var BatchDeleteAgents$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|