@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.
Files changed (86) hide show
  1. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeAgentsCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
  14. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
  15. package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -3
  16. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -3
  17. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
  18. package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -3
  19. package/dist-cjs/commands/StartContinuousExportCommand.js +2 -3
  20. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
  21. package/dist-cjs/commands/StartExportTaskCommand.js +2 -3
  22. package/dist-cjs/commands/StartImportTaskCommand.js +2 -3
  23. package/dist-cjs/commands/StopContinuousExportCommand.js +2 -3
  24. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  26. package/dist-cjs/models/models_0.js +1 -274
  27. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
  28. package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -3
  29. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  30. package/dist-es/commands/CreateTagsCommand.js +2 -3
  31. package/dist-es/commands/DeleteApplicationsCommand.js +2 -3
  32. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  33. package/dist-es/commands/DescribeAgentsCommand.js +2 -3
  34. package/dist-es/commands/DescribeConfigurationsCommand.js +2 -3
  35. package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -3
  36. package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -3
  37. package/dist-es/commands/DescribeExportTasksCommand.js +2 -3
  38. package/dist-es/commands/DescribeImportTasksCommand.js +2 -3
  39. package/dist-es/commands/DescribeTagsCommand.js +2 -3
  40. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
  41. package/dist-es/commands/ExportConfigurationsCommand.js +2 -3
  42. package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -3
  43. package/dist-es/commands/ListConfigurationsCommand.js +2 -3
  44. package/dist-es/commands/ListServerNeighborsCommand.js +2 -3
  45. package/dist-es/commands/StartContinuousExportCommand.js +2 -3
  46. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
  47. package/dist-es/commands/StartExportTaskCommand.js +2 -3
  48. package/dist-es/commands/StartImportTaskCommand.js +2 -3
  49. package/dist-es/commands/StopContinuousExportCommand.js +2 -3
  50. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
  51. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  52. package/dist-es/models/models_0.js +0 -204
  53. package/dist-types/ApplicationDiscoveryService.d.ts +26 -0
  54. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +24 -4
  55. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +16 -0
  56. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteApplicationsCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeAgentsCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeImportTasksCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +16 -0
  69. package/dist-types/commands/ExportConfigurationsCommand.d.ts +16 -0
  70. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +16 -0
  71. package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListServerNeighborsCommand.d.ts +16 -0
  73. package/dist-types/commands/StartContinuousExportCommand.d.ts +16 -0
  74. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +16 -0
  75. package/dist-types/commands/StartExportTaskCommand.d.ts +16 -0
  76. package/dist-types/commands/StartImportTaskCommand.d.ts +16 -0
  77. package/dist-types/commands/StopContinuousExportCommand.d.ts +16 -0
  78. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  80. package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +211 -276
  82. package/dist-types/pagination/DescribeContinuousExportsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeImportTasksPaginator.d.ts +3 -0
  84. package/dist-types/pagination/Interfaces.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -190
  86. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateConfigurationItemsToApplicationCommand}.
8
10
  */
9
11
  export interface AssociateConfigurationItemsToApplicationCommandInput extends AssociateConfigurationItemsToApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateConfigurationItemsToApplicationCommand}.
13
17
  */
14
18
  export interface AssociateConfigurationItemsToApplicationCommandOutput extends AssociateConfigurationItemsToApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates one or more configuration items with an application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateConfigurationItemsToApplicationCommandInput - {@link AssociateConfigurationItemsToApplicationCommandInput}
34
+ * @returns {@link AssociateConfigurationItemsToApplicationCommandOutput}
28
35
  * @see {@link AssociateConfigurationItemsToApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateConfigurationItemsToApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
51
58
  export declare class AssociateConfigurationItemsToApplicationCommand extends $Command<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: AssociateConfigurationItemsToApplicationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: AssociateConfigurationItemsToApplicationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDeleteImportDataCommand}.
8
10
  */
9
11
  export interface BatchDeleteImportDataCommandInput extends BatchDeleteImportDataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDeleteImportDataCommand}.
13
17
  */
14
18
  export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
18
23
  * a number of records that can identify servers or applications. </p>
19
24
  * <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
@@ -31,6 +36,8 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param BatchDeleteImportDataCommandInput - {@link BatchDeleteImportDataCommandInput}
40
+ * @returns {@link BatchDeleteImportDataCommandOutput}
34
41
  * @see {@link BatchDeleteImportDataCommandInput} for command's `input` shape.
35
42
  * @see {@link BatchDeleteImportDataCommandOutput} for command's `response` shape.
36
43
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -57,11 +64,20 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
57
64
  export declare class BatchDeleteImportDataCommand extends $Command<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
58
65
  readonly input: BatchDeleteImportDataCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: BatchDeleteImportDataCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApplicationCommand}.
8
10
  */
9
11
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApplicationCommand}.
13
17
  */
14
18
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an application with the given name and description.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
34
+ * @returns {@link CreateApplicationCommandOutput}
28
35
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
51
58
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: CreateApplicationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CreateApplicationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTagsCommand}.
8
10
  */
9
11
  export interface CreateTagsCommandInput extends CreateTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTagsCommand}.
13
17
  */
14
18
  export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates one or more tags for configuration items. Tags are metadata that help you
18
23
  * categorize IT assets. This API accepts a list of multiple configuration items.</p>
19
24
  * <important>
@@ -29,6 +34,8 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateTagsCommandInput - {@link CreateTagsCommandInput}
38
+ * @returns {@link CreateTagsCommandOutput}
32
39
  * @see {@link CreateTagsCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
34
41
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
59
66
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
60
67
  readonly input: CreateTagsCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateTagsCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationsCommand}.
8
10
  */
9
11
  export interface DeleteApplicationsCommandInput extends DeleteApplicationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationsCommand}.
13
17
  */
14
18
  export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a list of applications and their associations with configuration
18
23
  * items.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteApplicationsCommandInput - {@link DeleteApplicationsCommandInput}
35
+ * @returns {@link DeleteApplicationsCommandOutput}
29
36
  * @see {@link DeleteApplicationsCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteApplicationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
52
59
  export declare class DeleteApplicationsCommand extends $Command<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
53
60
  readonly input: DeleteApplicationsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteApplicationsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTagsCommand}.
8
10
  */
9
11
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTagsCommand}.
13
17
  */
14
18
  export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the association between configuration items and one or more tags. This API
18
23
  * accepts a list of multiple configuration items.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
35
+ * @returns {@link DeleteTagsCommandOutput}
29
36
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
56
63
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
57
64
  readonly input: DeleteTagsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteTagsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAgentsCommand}.
8
10
  */
9
11
  export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAgentsCommand}.
13
17
  */
14
18
  export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists agents or connectors as specified by ID or other filters. All agents/connectors
18
23
  * associated with your user account can be listed if you call <code>DescribeAgents</code> as is
19
24
  * without passing any parameters.</p>
@@ -27,6 +32,8 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeAgentsCommandInput - {@link DescribeAgentsCommandInput}
36
+ * @returns {@link DescribeAgentsCommandOutput}
30
37
  * @see {@link DescribeAgentsCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeAgentsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
53
60
  export declare class DescribeAgentsCommand extends $Command<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
54
61
  readonly input: DescribeAgentsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeAgentsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgentsCommandInput, DescribeAgentsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeConfigurationsCommand}.
8
10
  */
9
11
  export interface DescribeConfigurationsCommandInput extends DescribeConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeConfigurationsCommand}.
13
17
  */
14
18
  export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves attributes for a list of configuration item IDs.</p>
18
23
  * <note>
19
24
  * <p>All of the supplied IDs must be for the same asset type from one of the
@@ -48,6 +53,8 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param DescribeConfigurationsCommandInput - {@link DescribeConfigurationsCommandInput}
57
+ * @returns {@link DescribeConfigurationsCommandOutput}
51
58
  * @see {@link DescribeConfigurationsCommandInput} for command's `input` shape.
52
59
  * @see {@link DescribeConfigurationsCommandOutput} for command's `response` shape.
53
60
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -74,11 +81,20 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
74
81
  export declare class DescribeConfigurationsCommand extends $Command<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
75
82
  readonly input: DescribeConfigurationsCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: DescribeConfigurationsCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeContinuousExportsCommand}.
8
10
  */
9
11
  export interface DescribeContinuousExportsCommandInput extends DescribeContinuousExportsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeContinuousExportsCommand}.
13
17
  */
14
18
  export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists exports as specified by ID. All continuous exports associated with your user
18
23
  * account can be listed if you call <code>DescribeContinuousExports</code> as is without passing
19
24
  * any parameters.</p>
@@ -27,6 +32,8 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeContinuousExportsCommandInput - {@link DescribeContinuousExportsCommandInput}
36
+ * @returns {@link DescribeContinuousExportsCommandOutput}
30
37
  * @see {@link DescribeContinuousExportsCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeContinuousExportsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
60
67
  export declare class DescribeContinuousExportsCommand extends $Command<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
61
68
  readonly input: DescribeContinuousExportsCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeContinuousExportsCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeExportConfigurationsCommand}.
8
10
  */
9
11
  export interface DescribeExportConfigurationsCommandInput extends DescribeExportConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeExportConfigurationsCommand}.
13
17
  */
14
18
  export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>
@@ -28,6 +33,8 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeExportConfigurationsCommandInput - {@link DescribeExportConfigurationsCommandInput}
37
+ * @returns {@link DescribeExportConfigurationsCommandOutput}
31
38
  * @see {@link DescribeExportConfigurationsCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeExportConfigurationsCommandOutput} for command's `response` shape.
33
40
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
58
65
  export declare class DescribeExportConfigurationsCommand extends $Command<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
59
66
  readonly input: DescribeExportConfigurationsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DescribeExportConfigurationsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeExportTasksCommand}.
8
10
  */
9
11
  export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeExportTasksCommand}.
13
17
  */
14
18
  export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
18
23
  * export tasks.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeExportTasksCommandInput - {@link DescribeExportTasksCommandInput}
35
+ * @returns {@link DescribeExportTasksCommandOutput}
29
36
  * @see {@link DescribeExportTasksCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeExportTasksCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
52
59
  export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
53
60
  readonly input: DescribeExportTasksCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeExportTasksCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeImportTasksCommand}.
8
10
  */
9
11
  export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeImportTasksCommand}.
13
17
  */
14
18
  export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns an array of import tasks for your account, including status information, times,
18
23
  * IDs, the Amazon S3 Object URL for the import file, and more.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeImportTasksCommandInput - {@link DescribeImportTasksCommandInput}
35
+ * @returns {@link DescribeImportTasksCommandOutput}
29
36
  * @see {@link DescribeImportTasksCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeImportTasksCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
52
59
  export declare class DescribeImportTasksCommand extends $Command<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
53
60
  readonly input: DescribeImportTasksCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeImportTasksCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }