@aws-sdk/client-application-discovery-service 3.952.0 → 3.953.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 +402 -273
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAgentsCommand.js +2 -2
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -2
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -2
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/StartContinuousExportCommand.js +2 -2
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/StartExportTaskCommand.js +2 -2
- package/dist-es/commands/StartImportTaskCommand.js +2 -2
- package/dist-es/commands/StopContinuousExportCommand.js +2 -2
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +236 -229
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +123 -158
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +122 -158
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class ApplicationDiscoveryServiceClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class ApplicationDiscoveryServiceServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ApplicationDiscoveryServiceServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AuthorizationErrorException extends ApplicationDiscoveryServiceServiceException {
|
|
121
121
|
name = "AuthorizationErrorException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AuthorizationErrorException$1 = class AuthorizationErrorException extends Ap
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class HomeRegionNotSetException extends ApplicationDiscoveryServiceServiceException {
|
|
133
133
|
name = "HomeRegionNotSetException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let HomeRegionNotSetException$1 = class HomeRegionNotSetException extends Applic
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InvalidParameterException extends ApplicationDiscoveryServiceServiceException {
|
|
145
145
|
name = "InvalidParameterException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Applic
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InvalidParameterValueException extends ApplicationDiscoveryServiceServiceException {
|
|
157
157
|
name = "InvalidParameterValueException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InvalidParameterValueException$1 = class InvalidParameterValueException exte
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ServerInternalErrorException extends ApplicationDiscoveryServiceServiceException {
|
|
169
169
|
name = "ServerInternalErrorException";
|
|
170
170
|
$fault = "server";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let ServerInternalErrorException$1 = class ServerInternalErrorException extends
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ServerInternalErrorException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ResourceNotFoundException extends ApplicationDiscoveryServiceServiceException {
|
|
181
181
|
name = "ResourceNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Applic
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class OperationNotPermittedException extends ApplicationDiscoveryServiceServiceException {
|
|
193
193
|
name = "OperationNotPermittedException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let OperationNotPermittedException$1 = class OperationNotPermittedException exte
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class LimitExceededException extends ApplicationDiscoveryServiceServiceException {
|
|
205
205
|
name = "LimitExceededException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let LimitExceededException$1 = class LimitExceededException extends ApplicationD
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class ConflictErrorException extends ApplicationDiscoveryServiceServiceException {
|
|
217
217
|
name = "ConflictErrorException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let ConflictErrorException$1 = class ConflictErrorException extends ApplicationD
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, ConflictErrorException.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class ResourceInUseException extends ApplicationDiscoveryServiceServiceException {
|
|
229
229
|
name = "ResourceInUseException";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,7 +236,7 @@ let ResourceInUseException$1 = class ResourceInUseException extends ApplicationD
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
239
|
+
}
|
|
240
240
|
|
|
241
241
|
const _ACITA = "AssociateConfigurationItemsToApplication";
|
|
242
242
|
const _ACITAR = "AssociateConfigurationItemsToApplicationRequest";
|
|
@@ -534,8 +534,8 @@ const _wC = "warningCode";
|
|
|
534
534
|
const _wT = "warningText";
|
|
535
535
|
const _xN = "xmlName";
|
|
536
536
|
const n0 = "com.amazonaws.applicationdiscoveryservice";
|
|
537
|
-
var AgentConfigurationStatus = [3, n0, _ACS, 0, [_aI, _oS, _d], [0, 2, 0]];
|
|
538
|
-
var AgentInfo = [
|
|
537
|
+
var AgentConfigurationStatus$ = [3, n0, _ACS, 0, [_aI, _oS, _d], [0, 2, 0]];
|
|
538
|
+
var AgentInfo$ = [
|
|
539
539
|
3,
|
|
540
540
|
n0,
|
|
541
541
|
_AI,
|
|
@@ -543,8 +543,8 @@ var AgentInfo = [
|
|
|
543
543
|
[_aI, _hN, _aNIL, _cI, _v, _h, _lHPT, _cS, _aT, _rT],
|
|
544
544
|
[0, 0, [() => AgentNetworkInfoList, 0], 0, 0, 0, 0, 0, 0, 0],
|
|
545
545
|
];
|
|
546
|
-
var AgentNetworkInfo = [3, n0, _ANI, 8, [_iA, _mA], [0, 0]];
|
|
547
|
-
var AssociateConfigurationItemsToApplicationRequest = [
|
|
546
|
+
var AgentNetworkInfo$ = [3, n0, _ANI, 8, [_iA, _mA], [0, 0]];
|
|
547
|
+
var AssociateConfigurationItemsToApplicationRequest$ = [
|
|
548
548
|
3,
|
|
549
549
|
n0,
|
|
550
550
|
_ACITAR,
|
|
@@ -552,13 +552,20 @@ var AssociateConfigurationItemsToApplicationRequest = [
|
|
|
552
552
|
[_aCI, _cIo],
|
|
553
553
|
[0, 64 | 0],
|
|
554
554
|
];
|
|
555
|
-
var AssociateConfigurationItemsToApplicationResponse = [3, n0, _ACITARs, 0, [], []];
|
|
556
|
-
var AuthorizationErrorException = [-3, n0, _AEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
557
|
-
schema.TypeRegistry.for(n0).registerError(AuthorizationErrorException
|
|
558
|
-
var BatchDeleteAgentError = [3, n0, _BDAE, 0, [_aI, _eM, _eC], [0, 0, 0]];
|
|
559
|
-
var BatchDeleteAgentsRequest = [3, n0, _BDAR, 0, [_dA], [() => DeleteAgents]];
|
|
560
|
-
var BatchDeleteAgentsResponse = [
|
|
561
|
-
|
|
555
|
+
var AssociateConfigurationItemsToApplicationResponse$ = [3, n0, _ACITARs, 0, [], []];
|
|
556
|
+
var AuthorizationErrorException$ = [-3, n0, _AEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
557
|
+
schema.TypeRegistry.for(n0).registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
558
|
+
var BatchDeleteAgentError$ = [3, n0, _BDAE, 0, [_aI, _eM, _eC], [0, 0, 0]];
|
|
559
|
+
var BatchDeleteAgentsRequest$ = [3, n0, _BDAR, 0, [_dA], [() => DeleteAgents]];
|
|
560
|
+
var BatchDeleteAgentsResponse$ = [
|
|
561
|
+
3,
|
|
562
|
+
n0,
|
|
563
|
+
_BDARa,
|
|
564
|
+
0,
|
|
565
|
+
[_er],
|
|
566
|
+
[() => BatchDeleteAgentErrors],
|
|
567
|
+
];
|
|
568
|
+
var BatchDeleteConfigurationTask$ = [
|
|
562
569
|
3,
|
|
563
570
|
n0,
|
|
564
571
|
_BDCT,
|
|
@@ -566,9 +573,9 @@ var BatchDeleteConfigurationTask = [
|
|
|
566
573
|
[_tI, _s, _sT, _eT, _cT, _rC, _dC, _fC, _dW],
|
|
567
574
|
[0, 0, 4, 4, 0, 64 | 0, 64 | 0, () => FailedConfigurationList, () => DeletionWarningsList],
|
|
568
575
|
];
|
|
569
|
-
var BatchDeleteImportDataError = [3, n0, _BDIDE, 0, [_iTI, _eC, _eD], [0, 0, 0]];
|
|
570
|
-
var BatchDeleteImportDataRequest = [3, n0, _BDIDR, 0, [_iTIm, _dH], [64 | 0, 2]];
|
|
571
|
-
var BatchDeleteImportDataResponse = [
|
|
576
|
+
var BatchDeleteImportDataError$ = [3, n0, _BDIDE, 0, [_iTI, _eC, _eD], [0, 0, 0]];
|
|
577
|
+
var BatchDeleteImportDataRequest$ = [3, n0, _BDIDR, 0, [_iTIm, _dH], [64 | 0, 2]];
|
|
578
|
+
var BatchDeleteImportDataResponse$ = [
|
|
572
579
|
3,
|
|
573
580
|
n0,
|
|
574
581
|
_BDIDRa,
|
|
@@ -576,10 +583,10 @@ var BatchDeleteImportDataResponse = [
|
|
|
576
583
|
[_er],
|
|
577
584
|
[() => BatchDeleteImportDataErrorList],
|
|
578
585
|
];
|
|
579
|
-
var ConfigurationTag = [3, n0, _CT, 0, [_cT, _cIon, _k, _va, _tOC], [0, 0, 0, 0, 4]];
|
|
580
|
-
var ConflictErrorException = [-3, n0, _CEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
581
|
-
schema.TypeRegistry.for(n0).registerError(ConflictErrorException
|
|
582
|
-
var ContinuousExportDescription = [
|
|
586
|
+
var ConfigurationTag$ = [3, n0, _CT, 0, [_cT, _cIon, _k, _va, _tOC], [0, 0, 0, 0, 4]];
|
|
587
|
+
var ConflictErrorException$ = [-3, n0, _CEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
588
|
+
schema.TypeRegistry.for(n0).registerError(ConflictErrorException$, ConflictErrorException);
|
|
589
|
+
var ContinuousExportDescription$ = [
|
|
583
590
|
3,
|
|
584
591
|
n0,
|
|
585
592
|
_CED,
|
|
@@ -587,11 +594,11 @@ var ContinuousExportDescription = [
|
|
|
587
594
|
[_eI, _s, _sD, _sB, _sT, _sTt, _dS, _sSC],
|
|
588
595
|
[0, 0, 0, 0, 4, 4, 0, 128 | 0],
|
|
589
596
|
];
|
|
590
|
-
var CreateApplicationRequest = [3, n0, _CAR, 0, [_n, _d, _w], [0, 0, 0]];
|
|
591
|
-
var CreateApplicationResponse = [3, n0, _CARr, 0, [_cIon], [0]];
|
|
592
|
-
var CreateTagsRequest = [3, n0, _CTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
|
|
593
|
-
var CreateTagsResponse = [3, n0, _CTRr, 0, [], []];
|
|
594
|
-
var CustomerAgentInfo = [
|
|
597
|
+
var CreateApplicationRequest$ = [3, n0, _CAR, 0, [_n, _d, _w], [0, 0, 0]];
|
|
598
|
+
var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_cIon], [0]];
|
|
599
|
+
var CreateTagsRequest$ = [3, n0, _CTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
|
|
600
|
+
var CreateTagsResponse$ = [3, n0, _CTRr, 0, [], []];
|
|
601
|
+
var CustomerAgentInfo$ = [
|
|
595
602
|
3,
|
|
596
603
|
n0,
|
|
597
604
|
_CAI,
|
|
@@ -599,7 +606,7 @@ var CustomerAgentInfo = [
|
|
|
599
606
|
[_aA, _hA, _bLA, _sA, _uA, _tA, _uAn],
|
|
600
607
|
[1, 1, 1, 1, 1, 1, 1],
|
|
601
608
|
];
|
|
602
|
-
var CustomerAgentlessCollectorInfo = [
|
|
609
|
+
var CustomerAgentlessCollectorInfo$ = [
|
|
603
610
|
3,
|
|
604
611
|
n0,
|
|
605
612
|
_CACI,
|
|
@@ -607,7 +614,7 @@ var CustomerAgentlessCollectorInfo = [
|
|
|
607
614
|
[_aAC, _hAC, _dLAC, _sAC, _uAC, _tAC, _uACn],
|
|
608
615
|
[1, 1, 1, 1, 1, 1, 1],
|
|
609
616
|
];
|
|
610
|
-
var CustomerConnectorInfo = [
|
|
617
|
+
var CustomerConnectorInfo$ = [
|
|
611
618
|
3,
|
|
612
619
|
n0,
|
|
613
620
|
_CCI,
|
|
@@ -615,7 +622,7 @@ var CustomerConnectorInfo = [
|
|
|
615
622
|
[_aC, _hC, _bLC, _sC, _uC, _tC, _uCn],
|
|
616
623
|
[1, 1, 1, 1, 1, 1, 1],
|
|
617
624
|
];
|
|
618
|
-
var CustomerMeCollectorInfo = [
|
|
625
|
+
var CustomerMeCollectorInfo$ = [
|
|
619
626
|
3,
|
|
620
627
|
n0,
|
|
621
628
|
_CMCI,
|
|
@@ -623,13 +630,13 @@ var CustomerMeCollectorInfo = [
|
|
|
623
630
|
[_aMC, _hMC, _dLMC, _sMC, _uMC, _tMC, _uMCn],
|
|
624
631
|
[1, 1, 1, 1, 1, 1, 1],
|
|
625
632
|
];
|
|
626
|
-
var DeleteAgent = [3, n0, _DA, 0, [_aI, _f], [0, 2]];
|
|
627
|
-
var DeleteApplicationsRequest = [3, n0, _DAR, 0, [_cIo], [64 | 0]];
|
|
628
|
-
var DeleteApplicationsResponse = [3, n0, _DARe, 0, [], []];
|
|
629
|
-
var DeleteTagsRequest = [3, n0, _DTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
|
|
630
|
-
var DeleteTagsResponse = [3, n0, _DTRe, 0, [], []];
|
|
631
|
-
var DeletionWarning = [3, n0, _DW, 0, [_cIon, _wC, _wT], [0, 1, 0]];
|
|
632
|
-
var DescribeAgentsRequest = [
|
|
633
|
+
var DeleteAgent$ = [3, n0, _DA, 0, [_aI, _f], [0, 2]];
|
|
634
|
+
var DeleteApplicationsRequest$ = [3, n0, _DAR, 0, [_cIo], [64 | 0]];
|
|
635
|
+
var DeleteApplicationsResponse$ = [3, n0, _DARe, 0, [], []];
|
|
636
|
+
var DeleteTagsRequest$ = [3, n0, _DTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
|
|
637
|
+
var DeleteTagsResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
638
|
+
var DeletionWarning$ = [3, n0, _DW, 0, [_cIon, _wC, _wT], [0, 1, 0]];
|
|
639
|
+
var DescribeAgentsRequest$ = [
|
|
633
640
|
3,
|
|
634
641
|
n0,
|
|
635
642
|
_DARes,
|
|
@@ -637,7 +644,7 @@ var DescribeAgentsRequest = [
|
|
|
637
644
|
[_aIg, _fi, _mR, _nT],
|
|
638
645
|
[64 | 0, [() => Filters, 0], 1, 0],
|
|
639
646
|
];
|
|
640
|
-
var DescribeAgentsResponse = [
|
|
647
|
+
var DescribeAgentsResponse$ = [
|
|
641
648
|
3,
|
|
642
649
|
n0,
|
|
643
650
|
_DAResc,
|
|
@@ -645,17 +652,17 @@ var DescribeAgentsResponse = [
|
|
|
645
652
|
[_aIge, _nT],
|
|
646
653
|
[[() => AgentsInfo, 0], 0],
|
|
647
654
|
];
|
|
648
|
-
var DescribeBatchDeleteConfigurationTaskRequest = [3, n0, _DBDCTR, 0, [_tI], [0]];
|
|
649
|
-
var DescribeBatchDeleteConfigurationTaskResponse = [
|
|
655
|
+
var DescribeBatchDeleteConfigurationTaskRequest$ = [3, n0, _DBDCTR, 0, [_tI], [0]];
|
|
656
|
+
var DescribeBatchDeleteConfigurationTaskResponse$ = [
|
|
650
657
|
3,
|
|
651
658
|
n0,
|
|
652
659
|
_DBDCTRe,
|
|
653
660
|
0,
|
|
654
661
|
[_ta],
|
|
655
|
-
[() => BatchDeleteConfigurationTask],
|
|
662
|
+
[() => BatchDeleteConfigurationTask$],
|
|
656
663
|
];
|
|
657
|
-
var DescribeConfigurationsRequest = [3, n0, _DCR, 0, [_cIo], [64 | 0]];
|
|
658
|
-
var DescribeConfigurationsResponse = [
|
|
664
|
+
var DescribeConfigurationsRequest$ = [3, n0, _DCR, 0, [_cIo], [64 | 0]];
|
|
665
|
+
var DescribeConfigurationsResponse$ = [
|
|
659
666
|
3,
|
|
660
667
|
n0,
|
|
661
668
|
_DCRe,
|
|
@@ -663,7 +670,7 @@ var DescribeConfigurationsResponse = [
|
|
|
663
670
|
[_co],
|
|
664
671
|
[[1, n0, _DCA, 0, 128 | 0]],
|
|
665
672
|
];
|
|
666
|
-
var DescribeContinuousExportsRequest = [
|
|
673
|
+
var DescribeContinuousExportsRequest$ = [
|
|
667
674
|
3,
|
|
668
675
|
n0,
|
|
669
676
|
_DCER,
|
|
@@ -671,7 +678,7 @@ var DescribeContinuousExportsRequest = [
|
|
|
671
678
|
[_eIx, _mR, _nT],
|
|
672
679
|
[64 | 0, 1, 0],
|
|
673
680
|
];
|
|
674
|
-
var DescribeContinuousExportsResponse = [
|
|
681
|
+
var DescribeContinuousExportsResponse$ = [
|
|
675
682
|
3,
|
|
676
683
|
n0,
|
|
677
684
|
_DCERe,
|
|
@@ -679,7 +686,7 @@ var DescribeContinuousExportsResponse = [
|
|
|
679
686
|
[_de, _nT],
|
|
680
687
|
[() => ContinuousExportDescriptions, 0],
|
|
681
688
|
];
|
|
682
|
-
var DescribeExportConfigurationsRequest = [
|
|
689
|
+
var DescribeExportConfigurationsRequest$ = [
|
|
683
690
|
3,
|
|
684
691
|
n0,
|
|
685
692
|
_DECR,
|
|
@@ -687,7 +694,7 @@ var DescribeExportConfigurationsRequest = [
|
|
|
687
694
|
[_eIx, _mR, _nT],
|
|
688
695
|
[64 | 0, 1, 0],
|
|
689
696
|
];
|
|
690
|
-
var DescribeExportConfigurationsResponse = [
|
|
697
|
+
var DescribeExportConfigurationsResponse$ = [
|
|
691
698
|
3,
|
|
692
699
|
n0,
|
|
693
700
|
_DECRe,
|
|
@@ -695,7 +702,7 @@ var DescribeExportConfigurationsResponse = [
|
|
|
695
702
|
[_eIxp, _nT],
|
|
696
703
|
[() => ExportsInfo, 0],
|
|
697
704
|
];
|
|
698
|
-
var DescribeExportTasksRequest = [
|
|
705
|
+
var DescribeExportTasksRequest$ = [
|
|
699
706
|
3,
|
|
700
707
|
n0,
|
|
701
708
|
_DETR,
|
|
@@ -703,7 +710,7 @@ var DescribeExportTasksRequest = [
|
|
|
703
710
|
[_eIx, _fi, _mR, _nT],
|
|
704
711
|
[64 | 0, [() => ExportFilters, 0], 1, 0],
|
|
705
712
|
];
|
|
706
|
-
var DescribeExportTasksResponse = [
|
|
713
|
+
var DescribeExportTasksResponse$ = [
|
|
707
714
|
3,
|
|
708
715
|
n0,
|
|
709
716
|
_DETRe,
|
|
@@ -711,7 +718,7 @@ var DescribeExportTasksResponse = [
|
|
|
711
718
|
[_eIxp, _nT],
|
|
712
719
|
[() => ExportsInfo, 0],
|
|
713
720
|
];
|
|
714
|
-
var DescribeImportTasksRequest = [
|
|
721
|
+
var DescribeImportTasksRequest$ = [
|
|
715
722
|
3,
|
|
716
723
|
n0,
|
|
717
724
|
_DITR,
|
|
@@ -719,7 +726,7 @@ var DescribeImportTasksRequest = [
|
|
|
719
726
|
[_fi, _mR, _nT],
|
|
720
727
|
[() => DescribeImportTasksFilterList, 1, 0],
|
|
721
728
|
];
|
|
722
|
-
var DescribeImportTasksResponse = [
|
|
729
|
+
var DescribeImportTasksResponse$ = [
|
|
723
730
|
3,
|
|
724
731
|
n0,
|
|
725
732
|
_DITRe,
|
|
@@ -727,7 +734,7 @@ var DescribeImportTasksResponse = [
|
|
|
727
734
|
[_nT, _tas],
|
|
728
735
|
[0, () => ImportTaskList],
|
|
729
736
|
];
|
|
730
|
-
var DescribeTagsRequest = [
|
|
737
|
+
var DescribeTagsRequest$ = [
|
|
731
738
|
3,
|
|
732
739
|
n0,
|
|
733
740
|
_DTRes,
|
|
@@ -735,7 +742,7 @@ var DescribeTagsRequest = [
|
|
|
735
742
|
[_fi, _mR, _nT],
|
|
736
743
|
[[() => TagFilters, 0], 1, 0],
|
|
737
744
|
];
|
|
738
|
-
var DescribeTagsResponse = [
|
|
745
|
+
var DescribeTagsResponse$ = [
|
|
739
746
|
3,
|
|
740
747
|
n0,
|
|
741
748
|
_DTResc,
|
|
@@ -743,7 +750,7 @@ var DescribeTagsResponse = [
|
|
|
743
750
|
[_t, _nT],
|
|
744
751
|
[[() => ConfigurationTagSet, 0], 0],
|
|
745
752
|
];
|
|
746
|
-
var DisassociateConfigurationItemsFromApplicationRequest = [
|
|
753
|
+
var DisassociateConfigurationItemsFromApplicationRequest$ = [
|
|
747
754
|
3,
|
|
748
755
|
n0,
|
|
749
756
|
_DCIFAR,
|
|
@@ -751,18 +758,18 @@ var DisassociateConfigurationItemsFromApplicationRequest = [
|
|
|
751
758
|
[_aCI, _cIo],
|
|
752
759
|
[0, 64 | 0],
|
|
753
760
|
];
|
|
754
|
-
var DisassociateConfigurationItemsFromApplicationResponse = [3, n0, _DCIFARi, 0, [], []];
|
|
755
|
-
var Ec2RecommendationsExportPreferences = [
|
|
761
|
+
var DisassociateConfigurationItemsFromApplicationResponse$ = [3, n0, _DCIFARi, 0, [], []];
|
|
762
|
+
var Ec2RecommendationsExportPreferences$ = [
|
|
756
763
|
3,
|
|
757
764
|
n0,
|
|
758
765
|
_EREP,
|
|
759
766
|
0,
|
|
760
767
|
[_en, _cPMB, _rPMB, _te, _eIT, _pR, _rIO],
|
|
761
|
-
[2, () => UsageMetricBasis
|
|
768
|
+
[2, () => UsageMetricBasis$, () => UsageMetricBasis$, 0, 64 | 0, 0, () => ReservedInstanceOptions$],
|
|
762
769
|
];
|
|
763
|
-
var ExportConfigurationsResponse = [3, n0, _ECR, 0, [_eI], [0]];
|
|
764
|
-
var ExportFilter = [3, n0, _EF, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
|
|
765
|
-
var ExportInfo = [
|
|
770
|
+
var ExportConfigurationsResponse$ = [3, n0, _ECR, 0, [_eI], [0]];
|
|
771
|
+
var ExportFilter$ = [3, n0, _EF, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
|
|
772
|
+
var ExportInfo$ = [
|
|
766
773
|
3,
|
|
767
774
|
n0,
|
|
768
775
|
_EI,
|
|
@@ -770,10 +777,10 @@ var ExportInfo = [
|
|
|
770
777
|
[_eI, _eS, _sM, _cDU, _eRT, _iT, _rST, _rET],
|
|
771
778
|
[0, 0, 0, 0, 4, 2, 4, 4],
|
|
772
779
|
];
|
|
773
|
-
var FailedConfiguration = [3, n0, _FC, 0, [_cIon, _eSC, _eM], [0, 1, 0]];
|
|
774
|
-
var Filter = [3, n0, _F, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
|
|
775
|
-
var GetDiscoverySummaryRequest = [3, n0, _GDSR, 0, [], []];
|
|
776
|
-
var GetDiscoverySummaryResponse = [
|
|
780
|
+
var FailedConfiguration$ = [3, n0, _FC, 0, [_cIon, _eSC, _eM], [0, 1, 0]];
|
|
781
|
+
var Filter$ = [3, n0, _F, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
|
|
782
|
+
var GetDiscoverySummaryRequest$ = [3, n0, _GDSR, 0, [], []];
|
|
783
|
+
var GetDiscoverySummaryResponse$ = [
|
|
777
784
|
3,
|
|
778
785
|
n0,
|
|
779
786
|
_GDSRe,
|
|
@@ -784,15 +791,15 @@ var GetDiscoverySummaryResponse = [
|
|
|
784
791
|
1,
|
|
785
792
|
1,
|
|
786
793
|
1,
|
|
787
|
-
() => CustomerAgentInfo
|
|
788
|
-
() => CustomerConnectorInfo
|
|
789
|
-
() => CustomerMeCollectorInfo
|
|
790
|
-
() => CustomerAgentlessCollectorInfo
|
|
794
|
+
() => CustomerAgentInfo$,
|
|
795
|
+
() => CustomerConnectorInfo$,
|
|
796
|
+
() => CustomerMeCollectorInfo$,
|
|
797
|
+
() => CustomerAgentlessCollectorInfo$,
|
|
791
798
|
],
|
|
792
799
|
];
|
|
793
|
-
var HomeRegionNotSetException = [-3, n0, _HRNSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
794
|
-
schema.TypeRegistry.for(n0).registerError(HomeRegionNotSetException
|
|
795
|
-
var ImportTask = [
|
|
800
|
+
var HomeRegionNotSetException$ = [-3, n0, _HRNSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
801
|
+
schema.TypeRegistry.for(n0).registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
|
|
802
|
+
var ImportTask$ = [
|
|
796
803
|
3,
|
|
797
804
|
n0,
|
|
798
805
|
_IT,
|
|
@@ -800,14 +807,14 @@ var ImportTask = [
|
|
|
800
807
|
[_iTI, _cRT, _n, _iU, _s, _iRT, _iCT, _iDT, _fCi, _sIS, _sIF, _aIS, _aIF, _eAFEZ],
|
|
801
808
|
[0, 0, 0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 1, 0],
|
|
802
809
|
];
|
|
803
|
-
var ImportTaskFilter = [3, n0, _ITF, 0, [_n, _val], [0, 64 | 0]];
|
|
804
|
-
var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
805
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
806
|
-
var InvalidParameterValueException = [-3, n0, _IPVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
807
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException
|
|
808
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
809
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
810
|
-
var ListConfigurationsRequest = [
|
|
810
|
+
var ImportTaskFilter$ = [3, n0, _ITF, 0, [_n, _val], [0, 64 | 0]];
|
|
811
|
+
var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
812
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
813
|
+
var InvalidParameterValueException$ = [-3, n0, _IPVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
814
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
815
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
816
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
817
|
+
var ListConfigurationsRequest$ = [
|
|
811
818
|
3,
|
|
812
819
|
n0,
|
|
813
820
|
_LCR,
|
|
@@ -815,7 +822,7 @@ var ListConfigurationsRequest = [
|
|
|
815
822
|
[_cT, _fi, _mR, _nT, _oB],
|
|
816
823
|
[0, [() => Filters, 0], 1, 0, () => OrderByList],
|
|
817
824
|
];
|
|
818
|
-
var ListConfigurationsResponse = [
|
|
825
|
+
var ListConfigurationsResponse$ = [
|
|
819
826
|
3,
|
|
820
827
|
n0,
|
|
821
828
|
_LCRi,
|
|
@@ -823,7 +830,7 @@ var ListConfigurationsResponse = [
|
|
|
823
830
|
[_co, _nT],
|
|
824
831
|
[[1, n0, _C, 0, 128 | 0], 0],
|
|
825
832
|
];
|
|
826
|
-
var ListServerNeighborsRequest = [
|
|
833
|
+
var ListServerNeighborsRequest$ = [
|
|
827
834
|
3,
|
|
828
835
|
n0,
|
|
829
836
|
_LSNR,
|
|
@@ -831,7 +838,7 @@ var ListServerNeighborsRequest = [
|
|
|
831
838
|
[_cIon, _pIN, _nCI, _mR, _nT],
|
|
832
839
|
[0, 2, 64 | 0, 1, 0],
|
|
833
840
|
];
|
|
834
|
-
var ListServerNeighborsResponse = [
|
|
841
|
+
var ListServerNeighborsResponse$ = [
|
|
835
842
|
3,
|
|
836
843
|
n0,
|
|
837
844
|
_LSNRi,
|
|
@@ -839,7 +846,7 @@ var ListServerNeighborsResponse = [
|
|
|
839
846
|
[_ne, _nT, _kDC],
|
|
840
847
|
[() => NeighborDetailsList, 0, 1],
|
|
841
848
|
];
|
|
842
|
-
var NeighborConnectionDetail = [
|
|
849
|
+
var NeighborConnectionDetail$ = [
|
|
843
850
|
3,
|
|
844
851
|
n0,
|
|
845
852
|
_NCD,
|
|
@@ -847,17 +854,17 @@ var NeighborConnectionDetail = [
|
|
|
847
854
|
[_sSI, _dSI, _dP, _tP, _cC],
|
|
848
855
|
[0, 0, 1, 0, 1],
|
|
849
856
|
];
|
|
850
|
-
var OperationNotPermittedException = [-3, n0, _ONPE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
851
|
-
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedException
|
|
852
|
-
var OrderByElement = [3, n0, _OBE, 0, [_fN, _sO], [0, 0]];
|
|
853
|
-
var ReservedInstanceOptions = [3, n0, _RIO, 0, [_pO, _oC, _tL], [0, 0, 0]];
|
|
854
|
-
var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
855
|
-
schema.TypeRegistry.for(n0).registerError(ResourceInUseException
|
|
856
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
857
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
858
|
-
var ServerInternalErrorException = [-3, n0, _SIEE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
859
|
-
schema.TypeRegistry.for(n0).registerError(ServerInternalErrorException
|
|
860
|
-
var StartBatchDeleteConfigurationTaskRequest = [
|
|
857
|
+
var OperationNotPermittedException$ = [-3, n0, _ONPE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
858
|
+
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
859
|
+
var OrderByElement$ = [3, n0, _OBE, 0, [_fN, _sO], [0, 0]];
|
|
860
|
+
var ReservedInstanceOptions$ = [3, n0, _RIO, 0, [_pO, _oC, _tL], [0, 0, 0]];
|
|
861
|
+
var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
862
|
+
schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
863
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
864
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
865
|
+
var ServerInternalErrorException$ = [-3, n0, _SIEE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
866
|
+
schema.TypeRegistry.for(n0).registerError(ServerInternalErrorException$, ServerInternalErrorException);
|
|
867
|
+
var StartBatchDeleteConfigurationTaskRequest$ = [
|
|
861
868
|
3,
|
|
862
869
|
n0,
|
|
863
870
|
_SBDCTR,
|
|
@@ -865,9 +872,9 @@ var StartBatchDeleteConfigurationTaskRequest = [
|
|
|
865
872
|
[_cT, _cIo],
|
|
866
873
|
[0, 64 | 0],
|
|
867
874
|
];
|
|
868
|
-
var StartBatchDeleteConfigurationTaskResponse = [3, n0, _SBDCTRt, 0, [_tI], [0]];
|
|
869
|
-
var StartContinuousExportRequest = [3, n0, _SCER, 0, [], []];
|
|
870
|
-
var StartContinuousExportResponse = [
|
|
875
|
+
var StartBatchDeleteConfigurationTaskResponse$ = [3, n0, _SBDCTRt, 0, [_tI], [0]];
|
|
876
|
+
var StartContinuousExportRequest$ = [3, n0, _SCER, 0, [], []];
|
|
877
|
+
var StartContinuousExportResponse$ = [
|
|
871
878
|
3,
|
|
872
879
|
n0,
|
|
873
880
|
_SCERt,
|
|
@@ -875,8 +882,8 @@ var StartContinuousExportResponse = [
|
|
|
875
882
|
[_eI, _sB, _sT, _dS, _sSC],
|
|
876
883
|
[0, 0, 4, 0, 128 | 0],
|
|
877
884
|
];
|
|
878
|
-
var StartDataCollectionByAgentIdsRequest = [3, n0, _SDCBAIR, 0, [_aIg], [64 | 0]];
|
|
879
|
-
var StartDataCollectionByAgentIdsResponse = [
|
|
885
|
+
var StartDataCollectionByAgentIdsRequest$ = [3, n0, _SDCBAIR, 0, [_aIg], [64 | 0]];
|
|
886
|
+
var StartDataCollectionByAgentIdsResponse$ = [
|
|
880
887
|
3,
|
|
881
888
|
n0,
|
|
882
889
|
_SDCBAIRt,
|
|
@@ -884,21 +891,21 @@ var StartDataCollectionByAgentIdsResponse = [
|
|
|
884
891
|
[_aCSg],
|
|
885
892
|
[() => AgentConfigurationStatusList],
|
|
886
893
|
];
|
|
887
|
-
var StartExportTaskRequest = [
|
|
894
|
+
var StartExportTaskRequest$ = [
|
|
888
895
|
3,
|
|
889
896
|
n0,
|
|
890
897
|
_SETR,
|
|
891
898
|
0,
|
|
892
899
|
[_eDF, _fi, _sT, _eT, _p],
|
|
893
|
-
[64 | 0, [() => ExportFilters, 0], 4, 4, () => ExportPreferences],
|
|
894
|
-
];
|
|
895
|
-
var StartExportTaskResponse = [3, n0, _SETRt, 0, [_eI], [0]];
|
|
896
|
-
var StartImportTaskRequest = [3, n0, _SITR, 0, [_cRT, _n, _iU], [[0, 4], 0, 0]];
|
|
897
|
-
var StartImportTaskResponse = [3, n0, _SITRt, 0, [_ta], [() => ImportTask]];
|
|
898
|
-
var StopContinuousExportRequest = [3, n0, _SCERto, 0, [_eI], [0]];
|
|
899
|
-
var StopContinuousExportResponse = [3, n0, _SCERtop, 0, [_sT, _sTt], [4, 4]];
|
|
900
|
-
var StopDataCollectionByAgentIdsRequest = [3, n0, _SDCBAIRto, 0, [_aIg], [64 | 0]];
|
|
901
|
-
var StopDataCollectionByAgentIdsResponse = [
|
|
900
|
+
[64 | 0, [() => ExportFilters, 0], 4, 4, () => ExportPreferences$],
|
|
901
|
+
];
|
|
902
|
+
var StartExportTaskResponse$ = [3, n0, _SETRt, 0, [_eI], [0]];
|
|
903
|
+
var StartImportTaskRequest$ = [3, n0, _SITR, 0, [_cRT, _n, _iU], [[0, 4], 0, 0]];
|
|
904
|
+
var StartImportTaskResponse$ = [3, n0, _SITRt, 0, [_ta], [() => ImportTask$]];
|
|
905
|
+
var StopContinuousExportRequest$ = [3, n0, _SCERto, 0, [_eI], [0]];
|
|
906
|
+
var StopContinuousExportResponse$ = [3, n0, _SCERtop, 0, [_sT, _sTt], [4, 4]];
|
|
907
|
+
var StopDataCollectionByAgentIdsRequest$ = [3, n0, _SDCBAIRto, 0, [_aIg], [64 | 0]];
|
|
908
|
+
var StopDataCollectionByAgentIdsResponse$ = [
|
|
902
909
|
3,
|
|
903
910
|
n0,
|
|
904
911
|
_SDCBAIRtop,
|
|
@@ -906,13 +913,13 @@ var StopDataCollectionByAgentIdsResponse = [
|
|
|
906
913
|
[_aCSg],
|
|
907
914
|
[() => AgentConfigurationStatusList],
|
|
908
915
|
];
|
|
909
|
-
var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
910
|
-
var TagFilter = [3, n0, _TF, 0, [_n, _val], [0, [() => FilterValues, 0]]];
|
|
911
|
-
var UpdateApplicationRequest = [3, n0, _UAR, 0, [_cIon, _n, _d, _w], [0, 0, 0, 0]];
|
|
912
|
-
var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
|
|
913
|
-
var UsageMetricBasis = [3, n0, _UMB, 0, [_n, _pA], [0, 1]];
|
|
916
|
+
var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
917
|
+
var TagFilter$ = [3, n0, _TF, 0, [_n, _val], [0, [() => FilterValues, 0]]];
|
|
918
|
+
var UpdateApplicationRequest$ = [3, n0, _UAR, 0, [_cIon, _n, _d, _w], [0, 0, 0, 0]];
|
|
919
|
+
var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
|
|
920
|
+
var UsageMetricBasis$ = [3, n0, _UMB, 0, [_n, _pA], [0, 1]];
|
|
914
921
|
var __Unit = "unit";
|
|
915
|
-
var ApplicationDiscoveryServiceServiceException = [
|
|
922
|
+
var ApplicationDiscoveryServiceServiceException$ = [
|
|
916
923
|
-3,
|
|
917
924
|
_sm,
|
|
918
925
|
"ApplicationDiscoveryServiceServiceException",
|
|
@@ -920,244 +927,244 @@ var ApplicationDiscoveryServiceServiceException = [
|
|
|
920
927
|
[],
|
|
921
928
|
[],
|
|
922
929
|
];
|
|
923
|
-
schema.TypeRegistry.for(_sm).registerError(ApplicationDiscoveryServiceServiceException
|
|
924
|
-
var AgentConfigurationStatusList = [1, n0, _ACSL, 0, () => AgentConfigurationStatus];
|
|
925
|
-
var AgentNetworkInfoList = [1, n0, _ANIL, 0, [() => AgentNetworkInfo
|
|
926
|
-
var AgentsInfo = [1, n0, _AIg, 0, [() => AgentInfo
|
|
927
|
-
var BatchDeleteAgentErrors = [1, n0, _BDAEa, 0, () => BatchDeleteAgentError];
|
|
928
|
-
var BatchDeleteImportDataErrorList = [1, n0, _BDIDEL, 0, () => BatchDeleteImportDataError];
|
|
929
|
-
var ConfigurationTagSet = [1, n0, _CTS, 0, [() => ConfigurationTag
|
|
930
|
-
var ContinuousExportDescriptions = [1, n0, _CEDo, 0, () => ContinuousExportDescription];
|
|
931
|
-
var DeleteAgents = [1, n0, _DAe, 0, () => DeleteAgent];
|
|
932
|
-
var DeletionWarningsList = [1, n0, _DWL, 0, () => DeletionWarning];
|
|
933
|
-
var DescribeImportTasksFilterList = [1, n0, _DITFL, 0, () => ImportTaskFilter];
|
|
934
|
-
var ExportFilters = [1, n0, _EFx, 0, [() => ExportFilter
|
|
935
|
-
var ExportsInfo = [1, n0, _EIx, 0, () => ExportInfo];
|
|
936
|
-
var FailedConfigurationList = [1, n0, _FCL, 0, () => FailedConfiguration];
|
|
937
|
-
var Filters = [1, n0, _Fi, 0, [() => Filter
|
|
930
|
+
schema.TypeRegistry.for(_sm).registerError(ApplicationDiscoveryServiceServiceException$, ApplicationDiscoveryServiceServiceException);
|
|
931
|
+
var AgentConfigurationStatusList = [1, n0, _ACSL, 0, () => AgentConfigurationStatus$];
|
|
932
|
+
var AgentNetworkInfoList = [1, n0, _ANIL, 0, [() => AgentNetworkInfo$, 0]];
|
|
933
|
+
var AgentsInfo = [1, n0, _AIg, 0, [() => AgentInfo$, 0]];
|
|
934
|
+
var BatchDeleteAgentErrors = [1, n0, _BDAEa, 0, () => BatchDeleteAgentError$];
|
|
935
|
+
var BatchDeleteImportDataErrorList = [1, n0, _BDIDEL, 0, () => BatchDeleteImportDataError$];
|
|
936
|
+
var ConfigurationTagSet = [1, n0, _CTS, 0, [() => ConfigurationTag$, { [_xN]: _i }]];
|
|
937
|
+
var ContinuousExportDescriptions = [1, n0, _CEDo, 0, () => ContinuousExportDescription$];
|
|
938
|
+
var DeleteAgents = [1, n0, _DAe, 0, () => DeleteAgent$];
|
|
939
|
+
var DeletionWarningsList = [1, n0, _DWL, 0, () => DeletionWarning$];
|
|
940
|
+
var DescribeImportTasksFilterList = [1, n0, _DITFL, 0, () => ImportTaskFilter$];
|
|
941
|
+
var ExportFilters = [1, n0, _EFx, 0, [() => ExportFilter$, 0]];
|
|
942
|
+
var ExportsInfo = [1, n0, _EIx, 0, () => ExportInfo$];
|
|
943
|
+
var FailedConfigurationList = [1, n0, _FCL, 0, () => FailedConfiguration$];
|
|
944
|
+
var Filters = [1, n0, _Fi, 0, [() => Filter$, 0]];
|
|
938
945
|
var FilterValues = [1, n0, _FV, 0, [0, { [_xN]: _i }]];
|
|
939
|
-
var ImportTaskList = [1, n0, _ITL, 0, () => ImportTask];
|
|
940
|
-
var NeighborDetailsList = [1, n0, _NDL, 0, () => NeighborConnectionDetail];
|
|
941
|
-
var OrderByList = [1, n0, _OBL, 0, () => OrderByElement];
|
|
942
|
-
var TagFilters = [1, n0, _TFa, 0, [() => TagFilter
|
|
943
|
-
var TagSet = [1, n0, _TS, 0, [() => Tag
|
|
944
|
-
var ExportPreferences = [
|
|
946
|
+
var ImportTaskList = [1, n0, _ITL, 0, () => ImportTask$];
|
|
947
|
+
var NeighborDetailsList = [1, n0, _NDL, 0, () => NeighborConnectionDetail$];
|
|
948
|
+
var OrderByList = [1, n0, _OBL, 0, () => OrderByElement$];
|
|
949
|
+
var TagFilters = [1, n0, _TFa, 0, [() => TagFilter$, 0]];
|
|
950
|
+
var TagSet = [1, n0, _TS, 0, [() => Tag$, { [_xN]: _i }]];
|
|
951
|
+
var ExportPreferences$ = [
|
|
945
952
|
3,
|
|
946
953
|
n0,
|
|
947
954
|
_EP,
|
|
948
955
|
0,
|
|
949
956
|
[_eRP],
|
|
950
|
-
[() => Ec2RecommendationsExportPreferences],
|
|
957
|
+
[() => Ec2RecommendationsExportPreferences$],
|
|
951
958
|
];
|
|
952
|
-
var AssociateConfigurationItemsToApplication = [
|
|
959
|
+
var AssociateConfigurationItemsToApplication$ = [
|
|
953
960
|
9,
|
|
954
961
|
n0,
|
|
955
962
|
_ACITA,
|
|
956
963
|
0,
|
|
957
|
-
() => AssociateConfigurationItemsToApplicationRequest
|
|
958
|
-
() => AssociateConfigurationItemsToApplicationResponse
|
|
964
|
+
() => AssociateConfigurationItemsToApplicationRequest$,
|
|
965
|
+
() => AssociateConfigurationItemsToApplicationResponse$,
|
|
959
966
|
];
|
|
960
|
-
var BatchDeleteAgents = [
|
|
967
|
+
var BatchDeleteAgents$ = [
|
|
961
968
|
9,
|
|
962
969
|
n0,
|
|
963
970
|
_BDA,
|
|
964
971
|
0,
|
|
965
|
-
() => BatchDeleteAgentsRequest
|
|
966
|
-
() => BatchDeleteAgentsResponse
|
|
972
|
+
() => BatchDeleteAgentsRequest$,
|
|
973
|
+
() => BatchDeleteAgentsResponse$,
|
|
967
974
|
];
|
|
968
|
-
var BatchDeleteImportData = [
|
|
975
|
+
var BatchDeleteImportData$ = [
|
|
969
976
|
9,
|
|
970
977
|
n0,
|
|
971
978
|
_BDID,
|
|
972
979
|
0,
|
|
973
|
-
() => BatchDeleteImportDataRequest
|
|
974
|
-
() => BatchDeleteImportDataResponse
|
|
980
|
+
() => BatchDeleteImportDataRequest$,
|
|
981
|
+
() => BatchDeleteImportDataResponse$,
|
|
975
982
|
];
|
|
976
|
-
var CreateApplication = [
|
|
983
|
+
var CreateApplication$ = [
|
|
977
984
|
9,
|
|
978
985
|
n0,
|
|
979
986
|
_CA,
|
|
980
987
|
0,
|
|
981
|
-
() => CreateApplicationRequest
|
|
982
|
-
() => CreateApplicationResponse
|
|
988
|
+
() => CreateApplicationRequest$,
|
|
989
|
+
() => CreateApplicationResponse$,
|
|
983
990
|
];
|
|
984
|
-
var CreateTags = [9, n0, _CTr, 0, () => CreateTagsRequest
|
|
985
|
-
var DeleteApplications = [
|
|
991
|
+
var CreateTags$ = [9, n0, _CTr, 0, () => CreateTagsRequest$, () => CreateTagsResponse$];
|
|
992
|
+
var DeleteApplications$ = [
|
|
986
993
|
9,
|
|
987
994
|
n0,
|
|
988
995
|
_DAel,
|
|
989
996
|
0,
|
|
990
|
-
() => DeleteApplicationsRequest
|
|
991
|
-
() => DeleteApplicationsResponse
|
|
997
|
+
() => DeleteApplicationsRequest$,
|
|
998
|
+
() => DeleteApplicationsResponse$,
|
|
992
999
|
];
|
|
993
|
-
var DeleteTags = [9, n0, _DT, 0, () => DeleteTagsRequest
|
|
994
|
-
var DescribeAgents = [
|
|
1000
|
+
var DeleteTags$ = [9, n0, _DT, 0, () => DeleteTagsRequest$, () => DeleteTagsResponse$];
|
|
1001
|
+
var DescribeAgents$ = [
|
|
995
1002
|
9,
|
|
996
1003
|
n0,
|
|
997
1004
|
_DAes,
|
|
998
1005
|
0,
|
|
999
|
-
() => DescribeAgentsRequest
|
|
1000
|
-
() => DescribeAgentsResponse
|
|
1006
|
+
() => DescribeAgentsRequest$,
|
|
1007
|
+
() => DescribeAgentsResponse$,
|
|
1001
1008
|
];
|
|
1002
|
-
var DescribeBatchDeleteConfigurationTask = [
|
|
1009
|
+
var DescribeBatchDeleteConfigurationTask$ = [
|
|
1003
1010
|
9,
|
|
1004
1011
|
n0,
|
|
1005
1012
|
_DBDCT,
|
|
1006
1013
|
0,
|
|
1007
|
-
() => DescribeBatchDeleteConfigurationTaskRequest
|
|
1008
|
-
() => DescribeBatchDeleteConfigurationTaskResponse
|
|
1014
|
+
() => DescribeBatchDeleteConfigurationTaskRequest$,
|
|
1015
|
+
() => DescribeBatchDeleteConfigurationTaskResponse$,
|
|
1009
1016
|
];
|
|
1010
|
-
var DescribeConfigurations = [
|
|
1017
|
+
var DescribeConfigurations$ = [
|
|
1011
1018
|
9,
|
|
1012
1019
|
n0,
|
|
1013
1020
|
_DC,
|
|
1014
1021
|
0,
|
|
1015
|
-
() => DescribeConfigurationsRequest
|
|
1016
|
-
() => DescribeConfigurationsResponse
|
|
1022
|
+
() => DescribeConfigurationsRequest$,
|
|
1023
|
+
() => DescribeConfigurationsResponse$,
|
|
1017
1024
|
];
|
|
1018
|
-
var DescribeContinuousExports = [
|
|
1025
|
+
var DescribeContinuousExports$ = [
|
|
1019
1026
|
9,
|
|
1020
1027
|
n0,
|
|
1021
1028
|
_DCE,
|
|
1022
1029
|
0,
|
|
1023
|
-
() => DescribeContinuousExportsRequest
|
|
1024
|
-
() => DescribeContinuousExportsResponse
|
|
1030
|
+
() => DescribeContinuousExportsRequest$,
|
|
1031
|
+
() => DescribeContinuousExportsResponse$,
|
|
1025
1032
|
];
|
|
1026
|
-
var DescribeExportConfigurations = [
|
|
1033
|
+
var DescribeExportConfigurations$ = [
|
|
1027
1034
|
9,
|
|
1028
1035
|
n0,
|
|
1029
1036
|
_DEC,
|
|
1030
1037
|
0,
|
|
1031
|
-
() => DescribeExportConfigurationsRequest
|
|
1032
|
-
() => DescribeExportConfigurationsResponse
|
|
1038
|
+
() => DescribeExportConfigurationsRequest$,
|
|
1039
|
+
() => DescribeExportConfigurationsResponse$,
|
|
1033
1040
|
];
|
|
1034
|
-
var DescribeExportTasks = [
|
|
1041
|
+
var DescribeExportTasks$ = [
|
|
1035
1042
|
9,
|
|
1036
1043
|
n0,
|
|
1037
1044
|
_DET,
|
|
1038
1045
|
0,
|
|
1039
|
-
() => DescribeExportTasksRequest
|
|
1040
|
-
() => DescribeExportTasksResponse
|
|
1046
|
+
() => DescribeExportTasksRequest$,
|
|
1047
|
+
() => DescribeExportTasksResponse$,
|
|
1041
1048
|
];
|
|
1042
|
-
var DescribeImportTasks = [
|
|
1049
|
+
var DescribeImportTasks$ = [
|
|
1043
1050
|
9,
|
|
1044
1051
|
n0,
|
|
1045
1052
|
_DIT,
|
|
1046
1053
|
0,
|
|
1047
|
-
() => DescribeImportTasksRequest
|
|
1048
|
-
() => DescribeImportTasksResponse
|
|
1054
|
+
() => DescribeImportTasksRequest$,
|
|
1055
|
+
() => DescribeImportTasksResponse$,
|
|
1049
1056
|
];
|
|
1050
|
-
var DescribeTags = [
|
|
1057
|
+
var DescribeTags$ = [
|
|
1051
1058
|
9,
|
|
1052
1059
|
n0,
|
|
1053
1060
|
_DTe,
|
|
1054
1061
|
0,
|
|
1055
|
-
() => DescribeTagsRequest
|
|
1056
|
-
() => DescribeTagsResponse
|
|
1062
|
+
() => DescribeTagsRequest$,
|
|
1063
|
+
() => DescribeTagsResponse$,
|
|
1057
1064
|
];
|
|
1058
|
-
var DisassociateConfigurationItemsFromApplication = [
|
|
1065
|
+
var DisassociateConfigurationItemsFromApplication$ = [
|
|
1059
1066
|
9,
|
|
1060
1067
|
n0,
|
|
1061
1068
|
_DCIFA,
|
|
1062
1069
|
0,
|
|
1063
|
-
() => DisassociateConfigurationItemsFromApplicationRequest
|
|
1064
|
-
() => DisassociateConfigurationItemsFromApplicationResponse
|
|
1070
|
+
() => DisassociateConfigurationItemsFromApplicationRequest$,
|
|
1071
|
+
() => DisassociateConfigurationItemsFromApplicationResponse$,
|
|
1065
1072
|
];
|
|
1066
|
-
var ExportConfigurations = [
|
|
1073
|
+
var ExportConfigurations$ = [
|
|
1067
1074
|
9,
|
|
1068
1075
|
n0,
|
|
1069
1076
|
_EC,
|
|
1070
1077
|
0,
|
|
1071
1078
|
() => __Unit,
|
|
1072
|
-
() => ExportConfigurationsResponse
|
|
1079
|
+
() => ExportConfigurationsResponse$,
|
|
1073
1080
|
];
|
|
1074
|
-
var GetDiscoverySummary = [
|
|
1081
|
+
var GetDiscoverySummary$ = [
|
|
1075
1082
|
9,
|
|
1076
1083
|
n0,
|
|
1077
1084
|
_GDS,
|
|
1078
1085
|
0,
|
|
1079
|
-
() => GetDiscoverySummaryRequest
|
|
1080
|
-
() => GetDiscoverySummaryResponse
|
|
1086
|
+
() => GetDiscoverySummaryRequest$,
|
|
1087
|
+
() => GetDiscoverySummaryResponse$,
|
|
1081
1088
|
];
|
|
1082
|
-
var ListConfigurations = [
|
|
1089
|
+
var ListConfigurations$ = [
|
|
1083
1090
|
9,
|
|
1084
1091
|
n0,
|
|
1085
1092
|
_LC,
|
|
1086
1093
|
0,
|
|
1087
|
-
() => ListConfigurationsRequest
|
|
1088
|
-
() => ListConfigurationsResponse
|
|
1094
|
+
() => ListConfigurationsRequest$,
|
|
1095
|
+
() => ListConfigurationsResponse$,
|
|
1089
1096
|
];
|
|
1090
|
-
var ListServerNeighbors = [
|
|
1097
|
+
var ListServerNeighbors$ = [
|
|
1091
1098
|
9,
|
|
1092
1099
|
n0,
|
|
1093
1100
|
_LSN,
|
|
1094
1101
|
0,
|
|
1095
|
-
() => ListServerNeighborsRequest
|
|
1096
|
-
() => ListServerNeighborsResponse
|
|
1102
|
+
() => ListServerNeighborsRequest$,
|
|
1103
|
+
() => ListServerNeighborsResponse$,
|
|
1097
1104
|
];
|
|
1098
|
-
var StartBatchDeleteConfigurationTask = [
|
|
1105
|
+
var StartBatchDeleteConfigurationTask$ = [
|
|
1099
1106
|
9,
|
|
1100
1107
|
n0,
|
|
1101
1108
|
_SBDCT,
|
|
1102
1109
|
0,
|
|
1103
|
-
() => StartBatchDeleteConfigurationTaskRequest
|
|
1104
|
-
() => StartBatchDeleteConfigurationTaskResponse
|
|
1110
|
+
() => StartBatchDeleteConfigurationTaskRequest$,
|
|
1111
|
+
() => StartBatchDeleteConfigurationTaskResponse$,
|
|
1105
1112
|
];
|
|
1106
|
-
var StartContinuousExport = [
|
|
1113
|
+
var StartContinuousExport$ = [
|
|
1107
1114
|
9,
|
|
1108
1115
|
n0,
|
|
1109
1116
|
_SCE,
|
|
1110
1117
|
0,
|
|
1111
|
-
() => StartContinuousExportRequest
|
|
1112
|
-
() => StartContinuousExportResponse
|
|
1118
|
+
() => StartContinuousExportRequest$,
|
|
1119
|
+
() => StartContinuousExportResponse$,
|
|
1113
1120
|
];
|
|
1114
|
-
var StartDataCollectionByAgentIds = [
|
|
1121
|
+
var StartDataCollectionByAgentIds$ = [
|
|
1115
1122
|
9,
|
|
1116
1123
|
n0,
|
|
1117
1124
|
_SDCBAI,
|
|
1118
1125
|
0,
|
|
1119
|
-
() => StartDataCollectionByAgentIdsRequest
|
|
1120
|
-
() => StartDataCollectionByAgentIdsResponse
|
|
1126
|
+
() => StartDataCollectionByAgentIdsRequest$,
|
|
1127
|
+
() => StartDataCollectionByAgentIdsResponse$,
|
|
1121
1128
|
];
|
|
1122
|
-
var StartExportTask = [
|
|
1129
|
+
var StartExportTask$ = [
|
|
1123
1130
|
9,
|
|
1124
1131
|
n0,
|
|
1125
1132
|
_SET,
|
|
1126
1133
|
0,
|
|
1127
|
-
() => StartExportTaskRequest
|
|
1128
|
-
() => StartExportTaskResponse
|
|
1134
|
+
() => StartExportTaskRequest$,
|
|
1135
|
+
() => StartExportTaskResponse$,
|
|
1129
1136
|
];
|
|
1130
|
-
var StartImportTask = [
|
|
1137
|
+
var StartImportTask$ = [
|
|
1131
1138
|
9,
|
|
1132
1139
|
n0,
|
|
1133
1140
|
_SIT,
|
|
1134
1141
|
0,
|
|
1135
|
-
() => StartImportTaskRequest
|
|
1136
|
-
() => StartImportTaskResponse
|
|
1142
|
+
() => StartImportTaskRequest$,
|
|
1143
|
+
() => StartImportTaskResponse$,
|
|
1137
1144
|
];
|
|
1138
|
-
var StopContinuousExport = [
|
|
1145
|
+
var StopContinuousExport$ = [
|
|
1139
1146
|
9,
|
|
1140
1147
|
n0,
|
|
1141
1148
|
_SCEt,
|
|
1142
1149
|
0,
|
|
1143
|
-
() => StopContinuousExportRequest
|
|
1144
|
-
() => StopContinuousExportResponse
|
|
1150
|
+
() => StopContinuousExportRequest$,
|
|
1151
|
+
() => StopContinuousExportResponse$,
|
|
1145
1152
|
];
|
|
1146
|
-
var StopDataCollectionByAgentIds = [
|
|
1153
|
+
var StopDataCollectionByAgentIds$ = [
|
|
1147
1154
|
9,
|
|
1148
1155
|
n0,
|
|
1149
1156
|
_SDCBAIt,
|
|
1150
1157
|
0,
|
|
1151
|
-
() => StopDataCollectionByAgentIdsRequest
|
|
1152
|
-
() => StopDataCollectionByAgentIdsResponse
|
|
1158
|
+
() => StopDataCollectionByAgentIdsRequest$,
|
|
1159
|
+
() => StopDataCollectionByAgentIdsResponse$,
|
|
1153
1160
|
];
|
|
1154
|
-
var UpdateApplication = [
|
|
1161
|
+
var UpdateApplication$ = [
|
|
1155
1162
|
9,
|
|
1156
1163
|
n0,
|
|
1157
1164
|
_UA,
|
|
1158
1165
|
0,
|
|
1159
|
-
() => UpdateApplicationRequest
|
|
1160
|
-
() => UpdateApplicationResponse
|
|
1166
|
+
() => UpdateApplicationRequest$,
|
|
1167
|
+
() => UpdateApplicationResponse$,
|
|
1161
1168
|
];
|
|
1162
1169
|
|
|
1163
1170
|
class AssociateConfigurationItemsToApplicationCommand extends smithyClient.Command
|
|
@@ -1168,7 +1175,7 @@ class AssociateConfigurationItemsToApplicationCommand extends smithyClient.Comma
|
|
|
1168
1175
|
})
|
|
1169
1176
|
.s("AWSPoseidonService_V2015_11_01", "AssociateConfigurationItemsToApplication", {})
|
|
1170
1177
|
.n("ApplicationDiscoveryServiceClient", "AssociateConfigurationItemsToApplicationCommand")
|
|
1171
|
-
.sc(AssociateConfigurationItemsToApplication)
|
|
1178
|
+
.sc(AssociateConfigurationItemsToApplication$)
|
|
1172
1179
|
.build() {
|
|
1173
1180
|
}
|
|
1174
1181
|
|
|
@@ -1180,7 +1187,7 @@ class BatchDeleteAgentsCommand extends smithyClient.Command
|
|
|
1180
1187
|
})
|
|
1181
1188
|
.s("AWSPoseidonService_V2015_11_01", "BatchDeleteAgents", {})
|
|
1182
1189
|
.n("ApplicationDiscoveryServiceClient", "BatchDeleteAgentsCommand")
|
|
1183
|
-
.sc(BatchDeleteAgents)
|
|
1190
|
+
.sc(BatchDeleteAgents$)
|
|
1184
1191
|
.build() {
|
|
1185
1192
|
}
|
|
1186
1193
|
|
|
@@ -1192,7 +1199,7 @@ class BatchDeleteImportDataCommand extends smithyClient.Command
|
|
|
1192
1199
|
})
|
|
1193
1200
|
.s("AWSPoseidonService_V2015_11_01", "BatchDeleteImportData", {})
|
|
1194
1201
|
.n("ApplicationDiscoveryServiceClient", "BatchDeleteImportDataCommand")
|
|
1195
|
-
.sc(BatchDeleteImportData)
|
|
1202
|
+
.sc(BatchDeleteImportData$)
|
|
1196
1203
|
.build() {
|
|
1197
1204
|
}
|
|
1198
1205
|
|
|
@@ -1204,7 +1211,7 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
1204
1211
|
})
|
|
1205
1212
|
.s("AWSPoseidonService_V2015_11_01", "CreateApplication", {})
|
|
1206
1213
|
.n("ApplicationDiscoveryServiceClient", "CreateApplicationCommand")
|
|
1207
|
-
.sc(CreateApplication)
|
|
1214
|
+
.sc(CreateApplication$)
|
|
1208
1215
|
.build() {
|
|
1209
1216
|
}
|
|
1210
1217
|
|
|
@@ -1216,7 +1223,7 @@ class CreateTagsCommand extends smithyClient.Command
|
|
|
1216
1223
|
})
|
|
1217
1224
|
.s("AWSPoseidonService_V2015_11_01", "CreateTags", {})
|
|
1218
1225
|
.n("ApplicationDiscoveryServiceClient", "CreateTagsCommand")
|
|
1219
|
-
.sc(CreateTags)
|
|
1226
|
+
.sc(CreateTags$)
|
|
1220
1227
|
.build() {
|
|
1221
1228
|
}
|
|
1222
1229
|
|
|
@@ -1228,7 +1235,7 @@ class DeleteApplicationsCommand extends smithyClient.Command
|
|
|
1228
1235
|
})
|
|
1229
1236
|
.s("AWSPoseidonService_V2015_11_01", "DeleteApplications", {})
|
|
1230
1237
|
.n("ApplicationDiscoveryServiceClient", "DeleteApplicationsCommand")
|
|
1231
|
-
.sc(DeleteApplications)
|
|
1238
|
+
.sc(DeleteApplications$)
|
|
1232
1239
|
.build() {
|
|
1233
1240
|
}
|
|
1234
1241
|
|
|
@@ -1240,7 +1247,7 @@ class DeleteTagsCommand extends smithyClient.Command
|
|
|
1240
1247
|
})
|
|
1241
1248
|
.s("AWSPoseidonService_V2015_11_01", "DeleteTags", {})
|
|
1242
1249
|
.n("ApplicationDiscoveryServiceClient", "DeleteTagsCommand")
|
|
1243
|
-
.sc(DeleteTags)
|
|
1250
|
+
.sc(DeleteTags$)
|
|
1244
1251
|
.build() {
|
|
1245
1252
|
}
|
|
1246
1253
|
|
|
@@ -1252,7 +1259,7 @@ class DescribeAgentsCommand extends smithyClient.Command
|
|
|
1252
1259
|
})
|
|
1253
1260
|
.s("AWSPoseidonService_V2015_11_01", "DescribeAgents", {})
|
|
1254
1261
|
.n("ApplicationDiscoveryServiceClient", "DescribeAgentsCommand")
|
|
1255
|
-
.sc(DescribeAgents)
|
|
1262
|
+
.sc(DescribeAgents$)
|
|
1256
1263
|
.build() {
|
|
1257
1264
|
}
|
|
1258
1265
|
|
|
@@ -1264,7 +1271,7 @@ class DescribeBatchDeleteConfigurationTaskCommand extends smithyClient.Command
|
|
|
1264
1271
|
})
|
|
1265
1272
|
.s("AWSPoseidonService_V2015_11_01", "DescribeBatchDeleteConfigurationTask", {})
|
|
1266
1273
|
.n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
|
|
1267
|
-
.sc(DescribeBatchDeleteConfigurationTask)
|
|
1274
|
+
.sc(DescribeBatchDeleteConfigurationTask$)
|
|
1268
1275
|
.build() {
|
|
1269
1276
|
}
|
|
1270
1277
|
|
|
@@ -1276,7 +1283,7 @@ class DescribeConfigurationsCommand extends smithyClient.Command
|
|
|
1276
1283
|
})
|
|
1277
1284
|
.s("AWSPoseidonService_V2015_11_01", "DescribeConfigurations", {})
|
|
1278
1285
|
.n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
|
|
1279
|
-
.sc(DescribeConfigurations)
|
|
1286
|
+
.sc(DescribeConfigurations$)
|
|
1280
1287
|
.build() {
|
|
1281
1288
|
}
|
|
1282
1289
|
|
|
@@ -1288,7 +1295,7 @@ class DescribeContinuousExportsCommand extends smithyClient.Command
|
|
|
1288
1295
|
})
|
|
1289
1296
|
.s("AWSPoseidonService_V2015_11_01", "DescribeContinuousExports", {})
|
|
1290
1297
|
.n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
|
|
1291
|
-
.sc(DescribeContinuousExports)
|
|
1298
|
+
.sc(DescribeContinuousExports$)
|
|
1292
1299
|
.build() {
|
|
1293
1300
|
}
|
|
1294
1301
|
|
|
@@ -1300,7 +1307,7 @@ class DescribeExportConfigurationsCommand extends smithyClient.Command
|
|
|
1300
1307
|
})
|
|
1301
1308
|
.s("AWSPoseidonService_V2015_11_01", "DescribeExportConfigurations", {})
|
|
1302
1309
|
.n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
|
|
1303
|
-
.sc(DescribeExportConfigurations)
|
|
1310
|
+
.sc(DescribeExportConfigurations$)
|
|
1304
1311
|
.build() {
|
|
1305
1312
|
}
|
|
1306
1313
|
|
|
@@ -1312,7 +1319,7 @@ class DescribeExportTasksCommand extends smithyClient.Command
|
|
|
1312
1319
|
})
|
|
1313
1320
|
.s("AWSPoseidonService_V2015_11_01", "DescribeExportTasks", {})
|
|
1314
1321
|
.n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
|
|
1315
|
-
.sc(DescribeExportTasks)
|
|
1322
|
+
.sc(DescribeExportTasks$)
|
|
1316
1323
|
.build() {
|
|
1317
1324
|
}
|
|
1318
1325
|
|
|
@@ -1324,7 +1331,7 @@ class DescribeImportTasksCommand extends smithyClient.Command
|
|
|
1324
1331
|
})
|
|
1325
1332
|
.s("AWSPoseidonService_V2015_11_01", "DescribeImportTasks", {})
|
|
1326
1333
|
.n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
|
|
1327
|
-
.sc(DescribeImportTasks)
|
|
1334
|
+
.sc(DescribeImportTasks$)
|
|
1328
1335
|
.build() {
|
|
1329
1336
|
}
|
|
1330
1337
|
|
|
@@ -1336,7 +1343,7 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
1336
1343
|
})
|
|
1337
1344
|
.s("AWSPoseidonService_V2015_11_01", "DescribeTags", {})
|
|
1338
1345
|
.n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
|
|
1339
|
-
.sc(DescribeTags)
|
|
1346
|
+
.sc(DescribeTags$)
|
|
1340
1347
|
.build() {
|
|
1341
1348
|
}
|
|
1342
1349
|
|
|
@@ -1348,7 +1355,7 @@ class DisassociateConfigurationItemsFromApplicationCommand extends smithyClient.
|
|
|
1348
1355
|
})
|
|
1349
1356
|
.s("AWSPoseidonService_V2015_11_01", "DisassociateConfigurationItemsFromApplication", {})
|
|
1350
1357
|
.n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
|
|
1351
|
-
.sc(DisassociateConfigurationItemsFromApplication)
|
|
1358
|
+
.sc(DisassociateConfigurationItemsFromApplication$)
|
|
1352
1359
|
.build() {
|
|
1353
1360
|
}
|
|
1354
1361
|
|
|
@@ -1360,7 +1367,7 @@ class ExportConfigurationsCommand extends smithyClient.Command
|
|
|
1360
1367
|
})
|
|
1361
1368
|
.s("AWSPoseidonService_V2015_11_01", "ExportConfigurations", {})
|
|
1362
1369
|
.n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
|
|
1363
|
-
.sc(ExportConfigurations)
|
|
1370
|
+
.sc(ExportConfigurations$)
|
|
1364
1371
|
.build() {
|
|
1365
1372
|
}
|
|
1366
1373
|
|
|
@@ -1372,7 +1379,7 @@ class GetDiscoverySummaryCommand extends smithyClient.Command
|
|
|
1372
1379
|
})
|
|
1373
1380
|
.s("AWSPoseidonService_V2015_11_01", "GetDiscoverySummary", {})
|
|
1374
1381
|
.n("ApplicationDiscoveryServiceClient", "GetDiscoverySummaryCommand")
|
|
1375
|
-
.sc(GetDiscoverySummary)
|
|
1382
|
+
.sc(GetDiscoverySummary$)
|
|
1376
1383
|
.build() {
|
|
1377
1384
|
}
|
|
1378
1385
|
|
|
@@ -1384,7 +1391,7 @@ class ListConfigurationsCommand extends smithyClient.Command
|
|
|
1384
1391
|
})
|
|
1385
1392
|
.s("AWSPoseidonService_V2015_11_01", "ListConfigurations", {})
|
|
1386
1393
|
.n("ApplicationDiscoveryServiceClient", "ListConfigurationsCommand")
|
|
1387
|
-
.sc(ListConfigurations)
|
|
1394
|
+
.sc(ListConfigurations$)
|
|
1388
1395
|
.build() {
|
|
1389
1396
|
}
|
|
1390
1397
|
|
|
@@ -1396,7 +1403,7 @@ class ListServerNeighborsCommand extends smithyClient.Command
|
|
|
1396
1403
|
})
|
|
1397
1404
|
.s("AWSPoseidonService_V2015_11_01", "ListServerNeighbors", {})
|
|
1398
1405
|
.n("ApplicationDiscoveryServiceClient", "ListServerNeighborsCommand")
|
|
1399
|
-
.sc(ListServerNeighbors)
|
|
1406
|
+
.sc(ListServerNeighbors$)
|
|
1400
1407
|
.build() {
|
|
1401
1408
|
}
|
|
1402
1409
|
|
|
@@ -1408,7 +1415,7 @@ class StartBatchDeleteConfigurationTaskCommand extends smithyClient.Command
|
|
|
1408
1415
|
})
|
|
1409
1416
|
.s("AWSPoseidonService_V2015_11_01", "StartBatchDeleteConfigurationTask", {})
|
|
1410
1417
|
.n("ApplicationDiscoveryServiceClient", "StartBatchDeleteConfigurationTaskCommand")
|
|
1411
|
-
.sc(StartBatchDeleteConfigurationTask)
|
|
1418
|
+
.sc(StartBatchDeleteConfigurationTask$)
|
|
1412
1419
|
.build() {
|
|
1413
1420
|
}
|
|
1414
1421
|
|
|
@@ -1420,7 +1427,7 @@ class StartContinuousExportCommand extends smithyClient.Command
|
|
|
1420
1427
|
})
|
|
1421
1428
|
.s("AWSPoseidonService_V2015_11_01", "StartContinuousExport", {})
|
|
1422
1429
|
.n("ApplicationDiscoveryServiceClient", "StartContinuousExportCommand")
|
|
1423
|
-
.sc(StartContinuousExport)
|
|
1430
|
+
.sc(StartContinuousExport$)
|
|
1424
1431
|
.build() {
|
|
1425
1432
|
}
|
|
1426
1433
|
|
|
@@ -1432,7 +1439,7 @@ class StartDataCollectionByAgentIdsCommand extends smithyClient.Command
|
|
|
1432
1439
|
})
|
|
1433
1440
|
.s("AWSPoseidonService_V2015_11_01", "StartDataCollectionByAgentIds", {})
|
|
1434
1441
|
.n("ApplicationDiscoveryServiceClient", "StartDataCollectionByAgentIdsCommand")
|
|
1435
|
-
.sc(StartDataCollectionByAgentIds)
|
|
1442
|
+
.sc(StartDataCollectionByAgentIds$)
|
|
1436
1443
|
.build() {
|
|
1437
1444
|
}
|
|
1438
1445
|
|
|
@@ -1444,7 +1451,7 @@ class StartExportTaskCommand extends smithyClient.Command
|
|
|
1444
1451
|
})
|
|
1445
1452
|
.s("AWSPoseidonService_V2015_11_01", "StartExportTask", {})
|
|
1446
1453
|
.n("ApplicationDiscoveryServiceClient", "StartExportTaskCommand")
|
|
1447
|
-
.sc(StartExportTask)
|
|
1454
|
+
.sc(StartExportTask$)
|
|
1448
1455
|
.build() {
|
|
1449
1456
|
}
|
|
1450
1457
|
|
|
@@ -1456,7 +1463,7 @@ class StartImportTaskCommand extends smithyClient.Command
|
|
|
1456
1463
|
})
|
|
1457
1464
|
.s("AWSPoseidonService_V2015_11_01", "StartImportTask", {})
|
|
1458
1465
|
.n("ApplicationDiscoveryServiceClient", "StartImportTaskCommand")
|
|
1459
|
-
.sc(StartImportTask)
|
|
1466
|
+
.sc(StartImportTask$)
|
|
1460
1467
|
.build() {
|
|
1461
1468
|
}
|
|
1462
1469
|
|
|
@@ -1468,7 +1475,7 @@ class StopContinuousExportCommand extends smithyClient.Command
|
|
|
1468
1475
|
})
|
|
1469
1476
|
.s("AWSPoseidonService_V2015_11_01", "StopContinuousExport", {})
|
|
1470
1477
|
.n("ApplicationDiscoveryServiceClient", "StopContinuousExportCommand")
|
|
1471
|
-
.sc(StopContinuousExport)
|
|
1478
|
+
.sc(StopContinuousExport$)
|
|
1472
1479
|
.build() {
|
|
1473
1480
|
}
|
|
1474
1481
|
|
|
@@ -1480,7 +1487,7 @@ class StopDataCollectionByAgentIdsCommand extends smithyClient.Command
|
|
|
1480
1487
|
})
|
|
1481
1488
|
.s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
|
|
1482
1489
|
.n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
|
|
1483
|
-
.sc(StopDataCollectionByAgentIds)
|
|
1490
|
+
.sc(StopDataCollectionByAgentIds$)
|
|
1484
1491
|
.build() {
|
|
1485
1492
|
}
|
|
1486
1493
|
|
|
@@ -1492,7 +1499,7 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
1492
1499
|
})
|
|
1493
1500
|
.s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
|
|
1494
1501
|
.n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
|
|
1495
|
-
.sc(UpdateApplication)
|
|
1502
|
+
.sc(UpdateApplication$)
|
|
1496
1503
|
.build() {
|
|
1497
1504
|
}
|
|
1498
1505
|
|
|
@@ -1654,65 +1661,187 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1654
1661
|
enumerable: true,
|
|
1655
1662
|
get: function () { return smithyClient.Client; }
|
|
1656
1663
|
});
|
|
1664
|
+
exports.AgentConfigurationStatus$ = AgentConfigurationStatus$;
|
|
1665
|
+
exports.AgentInfo$ = AgentInfo$;
|
|
1666
|
+
exports.AgentNetworkInfo$ = AgentNetworkInfo$;
|
|
1657
1667
|
exports.AgentStatus = AgentStatus;
|
|
1658
1668
|
exports.ApplicationDiscoveryService = ApplicationDiscoveryService;
|
|
1659
1669
|
exports.ApplicationDiscoveryServiceClient = ApplicationDiscoveryServiceClient;
|
|
1660
|
-
exports.ApplicationDiscoveryServiceServiceException = ApplicationDiscoveryServiceServiceException
|
|
1670
|
+
exports.ApplicationDiscoveryServiceServiceException = ApplicationDiscoveryServiceServiceException;
|
|
1671
|
+
exports.ApplicationDiscoveryServiceServiceException$ = ApplicationDiscoveryServiceServiceException$;
|
|
1672
|
+
exports.AssociateConfigurationItemsToApplication$ = AssociateConfigurationItemsToApplication$;
|
|
1661
1673
|
exports.AssociateConfigurationItemsToApplicationCommand = AssociateConfigurationItemsToApplicationCommand;
|
|
1662
|
-
exports.
|
|
1674
|
+
exports.AssociateConfigurationItemsToApplicationRequest$ = AssociateConfigurationItemsToApplicationRequest$;
|
|
1675
|
+
exports.AssociateConfigurationItemsToApplicationResponse$ = AssociateConfigurationItemsToApplicationResponse$;
|
|
1676
|
+
exports.AuthorizationErrorException = AuthorizationErrorException;
|
|
1677
|
+
exports.AuthorizationErrorException$ = AuthorizationErrorException$;
|
|
1678
|
+
exports.BatchDeleteAgentError$ = BatchDeleteAgentError$;
|
|
1679
|
+
exports.BatchDeleteAgents$ = BatchDeleteAgents$;
|
|
1663
1680
|
exports.BatchDeleteAgentsCommand = BatchDeleteAgentsCommand;
|
|
1681
|
+
exports.BatchDeleteAgentsRequest$ = BatchDeleteAgentsRequest$;
|
|
1682
|
+
exports.BatchDeleteAgentsResponse$ = BatchDeleteAgentsResponse$;
|
|
1683
|
+
exports.BatchDeleteConfigurationTask$ = BatchDeleteConfigurationTask$;
|
|
1664
1684
|
exports.BatchDeleteConfigurationTaskStatus = BatchDeleteConfigurationTaskStatus;
|
|
1685
|
+
exports.BatchDeleteImportData$ = BatchDeleteImportData$;
|
|
1665
1686
|
exports.BatchDeleteImportDataCommand = BatchDeleteImportDataCommand;
|
|
1687
|
+
exports.BatchDeleteImportDataError$ = BatchDeleteImportDataError$;
|
|
1666
1688
|
exports.BatchDeleteImportDataErrorCode = BatchDeleteImportDataErrorCode;
|
|
1689
|
+
exports.BatchDeleteImportDataRequest$ = BatchDeleteImportDataRequest$;
|
|
1690
|
+
exports.BatchDeleteImportDataResponse$ = BatchDeleteImportDataResponse$;
|
|
1667
1691
|
exports.ConfigurationItemType = ConfigurationItemType;
|
|
1668
|
-
exports.
|
|
1692
|
+
exports.ConfigurationTag$ = ConfigurationTag$;
|
|
1693
|
+
exports.ConflictErrorException = ConflictErrorException;
|
|
1694
|
+
exports.ConflictErrorException$ = ConflictErrorException$;
|
|
1695
|
+
exports.ContinuousExportDescription$ = ContinuousExportDescription$;
|
|
1669
1696
|
exports.ContinuousExportStatus = ContinuousExportStatus;
|
|
1697
|
+
exports.CreateApplication$ = CreateApplication$;
|
|
1670
1698
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
1699
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
1700
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
1701
|
+
exports.CreateTags$ = CreateTags$;
|
|
1671
1702
|
exports.CreateTagsCommand = CreateTagsCommand;
|
|
1703
|
+
exports.CreateTagsRequest$ = CreateTagsRequest$;
|
|
1704
|
+
exports.CreateTagsResponse$ = CreateTagsResponse$;
|
|
1705
|
+
exports.CustomerAgentInfo$ = CustomerAgentInfo$;
|
|
1706
|
+
exports.CustomerAgentlessCollectorInfo$ = CustomerAgentlessCollectorInfo$;
|
|
1707
|
+
exports.CustomerConnectorInfo$ = CustomerConnectorInfo$;
|
|
1708
|
+
exports.CustomerMeCollectorInfo$ = CustomerMeCollectorInfo$;
|
|
1672
1709
|
exports.DataSource = DataSource;
|
|
1710
|
+
exports.DeleteAgent$ = DeleteAgent$;
|
|
1673
1711
|
exports.DeleteAgentErrorCode = DeleteAgentErrorCode;
|
|
1712
|
+
exports.DeleteApplications$ = DeleteApplications$;
|
|
1674
1713
|
exports.DeleteApplicationsCommand = DeleteApplicationsCommand;
|
|
1714
|
+
exports.DeleteApplicationsRequest$ = DeleteApplicationsRequest$;
|
|
1715
|
+
exports.DeleteApplicationsResponse$ = DeleteApplicationsResponse$;
|
|
1716
|
+
exports.DeleteTags$ = DeleteTags$;
|
|
1675
1717
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
1718
|
+
exports.DeleteTagsRequest$ = DeleteTagsRequest$;
|
|
1719
|
+
exports.DeleteTagsResponse$ = DeleteTagsResponse$;
|
|
1676
1720
|
exports.DeletionConfigurationItemType = DeletionConfigurationItemType;
|
|
1721
|
+
exports.DeletionWarning$ = DeletionWarning$;
|
|
1722
|
+
exports.DescribeAgents$ = DescribeAgents$;
|
|
1677
1723
|
exports.DescribeAgentsCommand = DescribeAgentsCommand;
|
|
1724
|
+
exports.DescribeAgentsRequest$ = DescribeAgentsRequest$;
|
|
1725
|
+
exports.DescribeAgentsResponse$ = DescribeAgentsResponse$;
|
|
1726
|
+
exports.DescribeBatchDeleteConfigurationTask$ = DescribeBatchDeleteConfigurationTask$;
|
|
1678
1727
|
exports.DescribeBatchDeleteConfigurationTaskCommand = DescribeBatchDeleteConfigurationTaskCommand;
|
|
1728
|
+
exports.DescribeBatchDeleteConfigurationTaskRequest$ = DescribeBatchDeleteConfigurationTaskRequest$;
|
|
1729
|
+
exports.DescribeBatchDeleteConfigurationTaskResponse$ = DescribeBatchDeleteConfigurationTaskResponse$;
|
|
1730
|
+
exports.DescribeConfigurations$ = DescribeConfigurations$;
|
|
1679
1731
|
exports.DescribeConfigurationsCommand = DescribeConfigurationsCommand;
|
|
1732
|
+
exports.DescribeConfigurationsRequest$ = DescribeConfigurationsRequest$;
|
|
1733
|
+
exports.DescribeConfigurationsResponse$ = DescribeConfigurationsResponse$;
|
|
1734
|
+
exports.DescribeContinuousExports$ = DescribeContinuousExports$;
|
|
1680
1735
|
exports.DescribeContinuousExportsCommand = DescribeContinuousExportsCommand;
|
|
1736
|
+
exports.DescribeContinuousExportsRequest$ = DescribeContinuousExportsRequest$;
|
|
1737
|
+
exports.DescribeContinuousExportsResponse$ = DescribeContinuousExportsResponse$;
|
|
1738
|
+
exports.DescribeExportConfigurations$ = DescribeExportConfigurations$;
|
|
1681
1739
|
exports.DescribeExportConfigurationsCommand = DescribeExportConfigurationsCommand;
|
|
1740
|
+
exports.DescribeExportConfigurationsRequest$ = DescribeExportConfigurationsRequest$;
|
|
1741
|
+
exports.DescribeExportConfigurationsResponse$ = DescribeExportConfigurationsResponse$;
|
|
1742
|
+
exports.DescribeExportTasks$ = DescribeExportTasks$;
|
|
1682
1743
|
exports.DescribeExportTasksCommand = DescribeExportTasksCommand;
|
|
1744
|
+
exports.DescribeExportTasksRequest$ = DescribeExportTasksRequest$;
|
|
1745
|
+
exports.DescribeExportTasksResponse$ = DescribeExportTasksResponse$;
|
|
1746
|
+
exports.DescribeImportTasks$ = DescribeImportTasks$;
|
|
1683
1747
|
exports.DescribeImportTasksCommand = DescribeImportTasksCommand;
|
|
1748
|
+
exports.DescribeImportTasksRequest$ = DescribeImportTasksRequest$;
|
|
1749
|
+
exports.DescribeImportTasksResponse$ = DescribeImportTasksResponse$;
|
|
1750
|
+
exports.DescribeTags$ = DescribeTags$;
|
|
1684
1751
|
exports.DescribeTagsCommand = DescribeTagsCommand;
|
|
1752
|
+
exports.DescribeTagsRequest$ = DescribeTagsRequest$;
|
|
1753
|
+
exports.DescribeTagsResponse$ = DescribeTagsResponse$;
|
|
1754
|
+
exports.DisassociateConfigurationItemsFromApplication$ = DisassociateConfigurationItemsFromApplication$;
|
|
1685
1755
|
exports.DisassociateConfigurationItemsFromApplicationCommand = DisassociateConfigurationItemsFromApplicationCommand;
|
|
1756
|
+
exports.DisassociateConfigurationItemsFromApplicationRequest$ = DisassociateConfigurationItemsFromApplicationRequest$;
|
|
1757
|
+
exports.DisassociateConfigurationItemsFromApplicationResponse$ = DisassociateConfigurationItemsFromApplicationResponse$;
|
|
1758
|
+
exports.Ec2RecommendationsExportPreferences$ = Ec2RecommendationsExportPreferences$;
|
|
1759
|
+
exports.ExportConfigurations$ = ExportConfigurations$;
|
|
1686
1760
|
exports.ExportConfigurationsCommand = ExportConfigurationsCommand;
|
|
1761
|
+
exports.ExportConfigurationsResponse$ = ExportConfigurationsResponse$;
|
|
1687
1762
|
exports.ExportDataFormat = ExportDataFormat;
|
|
1763
|
+
exports.ExportFilter$ = ExportFilter$;
|
|
1764
|
+
exports.ExportInfo$ = ExportInfo$;
|
|
1765
|
+
exports.ExportPreferences$ = ExportPreferences$;
|
|
1688
1766
|
exports.ExportStatus = ExportStatus;
|
|
1767
|
+
exports.FailedConfiguration$ = FailedConfiguration$;
|
|
1689
1768
|
exports.FileClassification = FileClassification;
|
|
1769
|
+
exports.Filter$ = Filter$;
|
|
1770
|
+
exports.GetDiscoverySummary$ = GetDiscoverySummary$;
|
|
1690
1771
|
exports.GetDiscoverySummaryCommand = GetDiscoverySummaryCommand;
|
|
1691
|
-
exports.
|
|
1772
|
+
exports.GetDiscoverySummaryRequest$ = GetDiscoverySummaryRequest$;
|
|
1773
|
+
exports.GetDiscoverySummaryResponse$ = GetDiscoverySummaryResponse$;
|
|
1774
|
+
exports.HomeRegionNotSetException = HomeRegionNotSetException;
|
|
1775
|
+
exports.HomeRegionNotSetException$ = HomeRegionNotSetException$;
|
|
1692
1776
|
exports.ImportStatus = ImportStatus;
|
|
1777
|
+
exports.ImportTask$ = ImportTask$;
|
|
1778
|
+
exports.ImportTaskFilter$ = ImportTaskFilter$;
|
|
1693
1779
|
exports.ImportTaskFilterName = ImportTaskFilterName;
|
|
1694
|
-
exports.InvalidParameterException = InvalidParameterException
|
|
1695
|
-
exports.
|
|
1696
|
-
exports.
|
|
1780
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
1781
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1782
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
1783
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
1784
|
+
exports.LimitExceededException = LimitExceededException;
|
|
1785
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
1786
|
+
exports.ListConfigurations$ = ListConfigurations$;
|
|
1697
1787
|
exports.ListConfigurationsCommand = ListConfigurationsCommand;
|
|
1788
|
+
exports.ListConfigurationsRequest$ = ListConfigurationsRequest$;
|
|
1789
|
+
exports.ListConfigurationsResponse$ = ListConfigurationsResponse$;
|
|
1790
|
+
exports.ListServerNeighbors$ = ListServerNeighbors$;
|
|
1698
1791
|
exports.ListServerNeighborsCommand = ListServerNeighborsCommand;
|
|
1792
|
+
exports.ListServerNeighborsRequest$ = ListServerNeighborsRequest$;
|
|
1793
|
+
exports.ListServerNeighborsResponse$ = ListServerNeighborsResponse$;
|
|
1794
|
+
exports.NeighborConnectionDetail$ = NeighborConnectionDetail$;
|
|
1699
1795
|
exports.OfferingClass = OfferingClass;
|
|
1700
|
-
exports.OperationNotPermittedException = OperationNotPermittedException
|
|
1796
|
+
exports.OperationNotPermittedException = OperationNotPermittedException;
|
|
1797
|
+
exports.OperationNotPermittedException$ = OperationNotPermittedException$;
|
|
1798
|
+
exports.OrderByElement$ = OrderByElement$;
|
|
1701
1799
|
exports.OrderString = OrderString;
|
|
1702
1800
|
exports.PurchasingOption = PurchasingOption;
|
|
1703
|
-
exports.
|
|
1704
|
-
exports.
|
|
1705
|
-
exports.
|
|
1801
|
+
exports.ReservedInstanceOptions$ = ReservedInstanceOptions$;
|
|
1802
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
1803
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
1804
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1805
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1806
|
+
exports.ServerInternalErrorException = ServerInternalErrorException;
|
|
1807
|
+
exports.ServerInternalErrorException$ = ServerInternalErrorException$;
|
|
1808
|
+
exports.StartBatchDeleteConfigurationTask$ = StartBatchDeleteConfigurationTask$;
|
|
1706
1809
|
exports.StartBatchDeleteConfigurationTaskCommand = StartBatchDeleteConfigurationTaskCommand;
|
|
1810
|
+
exports.StartBatchDeleteConfigurationTaskRequest$ = StartBatchDeleteConfigurationTaskRequest$;
|
|
1811
|
+
exports.StartBatchDeleteConfigurationTaskResponse$ = StartBatchDeleteConfigurationTaskResponse$;
|
|
1812
|
+
exports.StartContinuousExport$ = StartContinuousExport$;
|
|
1707
1813
|
exports.StartContinuousExportCommand = StartContinuousExportCommand;
|
|
1814
|
+
exports.StartContinuousExportRequest$ = StartContinuousExportRequest$;
|
|
1815
|
+
exports.StartContinuousExportResponse$ = StartContinuousExportResponse$;
|
|
1816
|
+
exports.StartDataCollectionByAgentIds$ = StartDataCollectionByAgentIds$;
|
|
1708
1817
|
exports.StartDataCollectionByAgentIdsCommand = StartDataCollectionByAgentIdsCommand;
|
|
1818
|
+
exports.StartDataCollectionByAgentIdsRequest$ = StartDataCollectionByAgentIdsRequest$;
|
|
1819
|
+
exports.StartDataCollectionByAgentIdsResponse$ = StartDataCollectionByAgentIdsResponse$;
|
|
1820
|
+
exports.StartExportTask$ = StartExportTask$;
|
|
1709
1821
|
exports.StartExportTaskCommand = StartExportTaskCommand;
|
|
1822
|
+
exports.StartExportTaskRequest$ = StartExportTaskRequest$;
|
|
1823
|
+
exports.StartExportTaskResponse$ = StartExportTaskResponse$;
|
|
1824
|
+
exports.StartImportTask$ = StartImportTask$;
|
|
1710
1825
|
exports.StartImportTaskCommand = StartImportTaskCommand;
|
|
1826
|
+
exports.StartImportTaskRequest$ = StartImportTaskRequest$;
|
|
1827
|
+
exports.StartImportTaskResponse$ = StartImportTaskResponse$;
|
|
1828
|
+
exports.StopContinuousExport$ = StopContinuousExport$;
|
|
1711
1829
|
exports.StopContinuousExportCommand = StopContinuousExportCommand;
|
|
1830
|
+
exports.StopContinuousExportRequest$ = StopContinuousExportRequest$;
|
|
1831
|
+
exports.StopContinuousExportResponse$ = StopContinuousExportResponse$;
|
|
1832
|
+
exports.StopDataCollectionByAgentIds$ = StopDataCollectionByAgentIds$;
|
|
1712
1833
|
exports.StopDataCollectionByAgentIdsCommand = StopDataCollectionByAgentIdsCommand;
|
|
1834
|
+
exports.StopDataCollectionByAgentIdsRequest$ = StopDataCollectionByAgentIdsRequest$;
|
|
1835
|
+
exports.StopDataCollectionByAgentIdsResponse$ = StopDataCollectionByAgentIdsResponse$;
|
|
1836
|
+
exports.Tag$ = Tag$;
|
|
1837
|
+
exports.TagFilter$ = TagFilter$;
|
|
1713
1838
|
exports.Tenancy = Tenancy;
|
|
1714
1839
|
exports.TermLength = TermLength;
|
|
1840
|
+
exports.UpdateApplication$ = UpdateApplication$;
|
|
1715
1841
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
1842
|
+
exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
|
|
1843
|
+
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
1844
|
+
exports.UsageMetricBasis$ = UsageMetricBasis$;
|
|
1716
1845
|
exports.paginateDescribeAgents = paginateDescribeAgents;
|
|
1717
1846
|
exports.paginateDescribeContinuousExports = paginateDescribeContinuousExports;
|
|
1718
1847
|
exports.paginateDescribeExportConfigurations = paginateDescribeExportConfigurations;
|