@aws-sdk/client-application-discovery-service 3.296.0 → 3.298.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/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DescribeAgentsCommand.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -3
- package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -3
- package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
- package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -3
- package/dist-cjs/commands/StartContinuousExportCommand.js +2 -3
- package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-cjs/commands/StartExportTaskCommand.js +2 -3
- package/dist-cjs/commands/StartImportTaskCommand.js +2 -3
- package/dist-cjs/commands/StopContinuousExportCommand.js +2 -3
- package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DescribeAgentsCommand.js +2 -3
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -3
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -3
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -3
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -3
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -3
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -3
- package/dist-es/commands/ListConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -3
- package/dist-es/commands/StartContinuousExportCommand.js +2 -3
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-es/commands/StartExportTaskCommand.js +2 -3
- package/dist-es/commands/StartImportTaskCommand.js +2 -3
- package/dist-es/commands/StopContinuousExportCommand.js +2 -3
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -204
- package/dist-types/ApplicationDiscoveryService.d.ts +26 -0
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +24 -4
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAgentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +16 -0
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +16 -0
- package/dist-types/commands/StartContinuousExportCommand.d.ts +16 -0
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +16 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/StopContinuousExportCommand.d.ts +16 -0
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +211 -276
- package/dist-types/pagination/DescribeContinuousExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -190
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput } from "../commands/DescribeContinuousExportsCommand";
|
|
3
3
|
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeContinuousExports(config: ApplicationDiscoveryServicePaginationConfiguration, input: DescribeContinuousExportsCommandInput, ...additionalArguments: any): Paginator<DescribeContinuousExportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "../commands/DescribeImportTasksCommand";
|
|
3
3
|
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeImportTasks(config: ApplicationDiscoveryServicePaginationConfiguration, input: DescribeImportTasksCommandInput, ...additionalArguments: any): Paginator<DescribeImportTasksCommandOutput>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ApplicationDiscoveryServicePaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ApplicationDiscoveryServiceClient;
|
|
5
8
|
}
|
|
@@ -448,193 +448,3 @@ export interface UpdateApplicationRequest {
|
|
|
448
448
|
description?: string;
|
|
449
449
|
}
|
|
450
450
|
export interface UpdateApplicationResponse {}
|
|
451
|
-
export declare const AgentConfigurationStatusFilterSensitiveLog: (
|
|
452
|
-
obj: AgentConfigurationStatus
|
|
453
|
-
) => any;
|
|
454
|
-
export declare const AgentNetworkInfoFilterSensitiveLog: (
|
|
455
|
-
obj: AgentNetworkInfo
|
|
456
|
-
) => any;
|
|
457
|
-
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
458
|
-
export declare const AssociateConfigurationItemsToApplicationRequestFilterSensitiveLog: (
|
|
459
|
-
obj: AssociateConfigurationItemsToApplicationRequest
|
|
460
|
-
) => any;
|
|
461
|
-
export declare const AssociateConfigurationItemsToApplicationResponseFilterSensitiveLog: (
|
|
462
|
-
obj: AssociateConfigurationItemsToApplicationResponse
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const BatchDeleteImportDataRequestFilterSensitiveLog: (
|
|
465
|
-
obj: BatchDeleteImportDataRequest
|
|
466
|
-
) => any;
|
|
467
|
-
export declare const BatchDeleteImportDataErrorFilterSensitiveLog: (
|
|
468
|
-
obj: BatchDeleteImportDataError
|
|
469
|
-
) => any;
|
|
470
|
-
export declare const BatchDeleteImportDataResponseFilterSensitiveLog: (
|
|
471
|
-
obj: BatchDeleteImportDataResponse
|
|
472
|
-
) => any;
|
|
473
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
474
|
-
obj: CreateApplicationRequest
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
477
|
-
obj: CreateApplicationResponse
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
480
|
-
export declare const CreateTagsRequestFilterSensitiveLog: (
|
|
481
|
-
obj: CreateTagsRequest
|
|
482
|
-
) => any;
|
|
483
|
-
export declare const CreateTagsResponseFilterSensitiveLog: (
|
|
484
|
-
obj: CreateTagsResponse
|
|
485
|
-
) => any;
|
|
486
|
-
export declare const DeleteApplicationsRequestFilterSensitiveLog: (
|
|
487
|
-
obj: DeleteApplicationsRequest
|
|
488
|
-
) => any;
|
|
489
|
-
export declare const DeleteApplicationsResponseFilterSensitiveLog: (
|
|
490
|
-
obj: DeleteApplicationsResponse
|
|
491
|
-
) => any;
|
|
492
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
493
|
-
obj: DeleteTagsRequest
|
|
494
|
-
) => any;
|
|
495
|
-
export declare const DeleteTagsResponseFilterSensitiveLog: (
|
|
496
|
-
obj: DeleteTagsResponse
|
|
497
|
-
) => any;
|
|
498
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
499
|
-
export declare const DescribeAgentsRequestFilterSensitiveLog: (
|
|
500
|
-
obj: DescribeAgentsRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const DescribeAgentsResponseFilterSensitiveLog: (
|
|
503
|
-
obj: DescribeAgentsResponse
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const DescribeConfigurationsRequestFilterSensitiveLog: (
|
|
506
|
-
obj: DescribeConfigurationsRequest
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const DescribeConfigurationsResponseFilterSensitiveLog: (
|
|
509
|
-
obj: DescribeConfigurationsResponse
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const DescribeContinuousExportsRequestFilterSensitiveLog: (
|
|
512
|
-
obj: DescribeContinuousExportsRequest
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const ContinuousExportDescriptionFilterSensitiveLog: (
|
|
515
|
-
obj: ContinuousExportDescription
|
|
516
|
-
) => any;
|
|
517
|
-
export declare const DescribeContinuousExportsResponseFilterSensitiveLog: (
|
|
518
|
-
obj: DescribeContinuousExportsResponse
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const DescribeExportConfigurationsRequestFilterSensitiveLog: (
|
|
521
|
-
obj: DescribeExportConfigurationsRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const ExportInfoFilterSensitiveLog: (obj: ExportInfo) => any;
|
|
524
|
-
export declare const DescribeExportConfigurationsResponseFilterSensitiveLog: (
|
|
525
|
-
obj: DescribeExportConfigurationsResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const ExportFilterFilterSensitiveLog: (obj: ExportFilter) => any;
|
|
528
|
-
export declare const DescribeExportTasksRequestFilterSensitiveLog: (
|
|
529
|
-
obj: DescribeExportTasksRequest
|
|
530
|
-
) => any;
|
|
531
|
-
export declare const DescribeExportTasksResponseFilterSensitiveLog: (
|
|
532
|
-
obj: DescribeExportTasksResponse
|
|
533
|
-
) => any;
|
|
534
|
-
export declare const ImportTaskFilterFilterSensitiveLog: (
|
|
535
|
-
obj: ImportTaskFilter
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const DescribeImportTasksRequestFilterSensitiveLog: (
|
|
538
|
-
obj: DescribeImportTasksRequest
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const ImportTaskFilterSensitiveLog: (obj: ImportTask) => any;
|
|
541
|
-
export declare const DescribeImportTasksResponseFilterSensitiveLog: (
|
|
542
|
-
obj: DescribeImportTasksResponse
|
|
543
|
-
) => any;
|
|
544
|
-
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
545
|
-
export declare const DescribeTagsRequestFilterSensitiveLog: (
|
|
546
|
-
obj: DescribeTagsRequest
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const ConfigurationTagFilterSensitiveLog: (
|
|
549
|
-
obj: ConfigurationTag
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const DescribeTagsResponseFilterSensitiveLog: (
|
|
552
|
-
obj: DescribeTagsResponse
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const DisassociateConfigurationItemsFromApplicationRequestFilterSensitiveLog: (
|
|
555
|
-
obj: DisassociateConfigurationItemsFromApplicationRequest
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const DisassociateConfigurationItemsFromApplicationResponseFilterSensitiveLog: (
|
|
558
|
-
obj: DisassociateConfigurationItemsFromApplicationResponse
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const ExportConfigurationsResponseFilterSensitiveLog: (
|
|
561
|
-
obj: ExportConfigurationsResponse
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const GetDiscoverySummaryRequestFilterSensitiveLog: (
|
|
564
|
-
obj: GetDiscoverySummaryRequest
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const CustomerAgentlessCollectorInfoFilterSensitiveLog: (
|
|
567
|
-
obj: CustomerAgentlessCollectorInfo
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const CustomerAgentInfoFilterSensitiveLog: (
|
|
570
|
-
obj: CustomerAgentInfo
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const CustomerConnectorInfoFilterSensitiveLog: (
|
|
573
|
-
obj: CustomerConnectorInfo
|
|
574
|
-
) => any;
|
|
575
|
-
export declare const CustomerMeCollectorInfoFilterSensitiveLog: (
|
|
576
|
-
obj: CustomerMeCollectorInfo
|
|
577
|
-
) => any;
|
|
578
|
-
export declare const GetDiscoverySummaryResponseFilterSensitiveLog: (
|
|
579
|
-
obj: GetDiscoverySummaryResponse
|
|
580
|
-
) => any;
|
|
581
|
-
export declare const OrderByElementFilterSensitiveLog: (
|
|
582
|
-
obj: OrderByElement
|
|
583
|
-
) => any;
|
|
584
|
-
export declare const ListConfigurationsRequestFilterSensitiveLog: (
|
|
585
|
-
obj: ListConfigurationsRequest
|
|
586
|
-
) => any;
|
|
587
|
-
export declare const ListConfigurationsResponseFilterSensitiveLog: (
|
|
588
|
-
obj: ListConfigurationsResponse
|
|
589
|
-
) => any;
|
|
590
|
-
export declare const ListServerNeighborsRequestFilterSensitiveLog: (
|
|
591
|
-
obj: ListServerNeighborsRequest
|
|
592
|
-
) => any;
|
|
593
|
-
export declare const NeighborConnectionDetailFilterSensitiveLog: (
|
|
594
|
-
obj: NeighborConnectionDetail
|
|
595
|
-
) => any;
|
|
596
|
-
export declare const ListServerNeighborsResponseFilterSensitiveLog: (
|
|
597
|
-
obj: ListServerNeighborsResponse
|
|
598
|
-
) => any;
|
|
599
|
-
export declare const StartContinuousExportRequestFilterSensitiveLog: (
|
|
600
|
-
obj: StartContinuousExportRequest
|
|
601
|
-
) => any;
|
|
602
|
-
export declare const StartContinuousExportResponseFilterSensitiveLog: (
|
|
603
|
-
obj: StartContinuousExportResponse
|
|
604
|
-
) => any;
|
|
605
|
-
export declare const StartDataCollectionByAgentIdsRequestFilterSensitiveLog: (
|
|
606
|
-
obj: StartDataCollectionByAgentIdsRequest
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const StartDataCollectionByAgentIdsResponseFilterSensitiveLog: (
|
|
609
|
-
obj: StartDataCollectionByAgentIdsResponse
|
|
610
|
-
) => any;
|
|
611
|
-
export declare const StartExportTaskRequestFilterSensitiveLog: (
|
|
612
|
-
obj: StartExportTaskRequest
|
|
613
|
-
) => any;
|
|
614
|
-
export declare const StartExportTaskResponseFilterSensitiveLog: (
|
|
615
|
-
obj: StartExportTaskResponse
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const StartImportTaskRequestFilterSensitiveLog: (
|
|
618
|
-
obj: StartImportTaskRequest
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const StartImportTaskResponseFilterSensitiveLog: (
|
|
621
|
-
obj: StartImportTaskResponse
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const StopContinuousExportRequestFilterSensitiveLog: (
|
|
624
|
-
obj: StopContinuousExportRequest
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const StopContinuousExportResponseFilterSensitiveLog: (
|
|
627
|
-
obj: StopContinuousExportResponse
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const StopDataCollectionByAgentIdsRequestFilterSensitiveLog: (
|
|
630
|
-
obj: StopDataCollectionByAgentIdsRequest
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const StopDataCollectionByAgentIdsResponseFilterSensitiveLog: (
|
|
633
|
-
obj: StopDataCollectionByAgentIdsResponse
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
636
|
-
obj: UpdateApplicationRequest
|
|
637
|
-
) => any;
|
|
638
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
639
|
-
obj: UpdateApplicationResponse
|
|
640
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo application-discovery-service"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|