@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 { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTagsCommand}.
8
10
  */
9
11
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTagsCommand}.
13
17
  */
14
18
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of configuration items that have tags as specified by the key-value
18
23
  * pairs, name and value, passed to the optional parameter <code>filters</code>.</p>
19
24
  * <p>There are three valid tag filter names:</p>
@@ -40,6 +45,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
49
+ * @returns {@link DescribeTagsCommandOutput}
43
50
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
44
51
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
45
52
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
70
77
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
71
78
  readonly input: DescribeTagsCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DescribeTagsCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateConfigurationItemsFromApplicationCommand}.
8
10
  */
9
11
  export interface DisassociateConfigurationItemsFromApplicationCommandInput extends DisassociateConfigurationItemsFromApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateConfigurationItemsFromApplicationCommand}.
13
17
  */
14
18
  export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates one or more configuration items from 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 DisassociateConfigurationItemsFromApplicationCommandOutput exte
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateConfigurationItemsFromApplicationCommandInput - {@link DisassociateConfigurationItemsFromApplicationCommandInput}
34
+ * @returns {@link DisassociateConfigurationItemsFromApplicationCommandOutput}
28
35
  * @see {@link DisassociateConfigurationItemsFromApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateConfigurationItemsFromApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
51
58
  export declare class DisassociateConfigurationItemsFromApplicationCommand extends $Command<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput>;
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 { ExportConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportConfigurationsCommand}.
8
10
  */
9
11
  export interface ExportConfigurationsCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportConfigurationsCommand}.
13
17
  */
14
18
  export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deprecated. Use <code>StartExportTask</code> instead.</p>
@@ -32,6 +37,8 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param ExportConfigurationsCommandInput - {@link ExportConfigurationsCommandInput}
41
+ * @returns {@link ExportConfigurationsCommandOutput}
35
42
  * @see {@link ExportConfigurationsCommandInput} for command's `input` shape.
36
43
  * @see {@link ExportConfigurationsCommandOutput} for command's `response` shape.
37
44
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
61
68
  export declare class ExportConfigurationsCommand extends $Command<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
62
69
  readonly input: ExportConfigurationsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ExportConfigurationsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDiscoverySummaryCommand}.
8
10
  */
9
11
  export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDiscoverySummaryCommand}.
13
17
  */
14
18
  export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a short summary of discovered assets.</p>
18
23
  * <p>This API operation takes no request parameters and is called as is at the command
19
24
  * prompt as shown in the example.</p>
@@ -27,6 +32,8 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetDiscoverySummaryCommandInput - {@link GetDiscoverySummaryCommandInput}
36
+ * @returns {@link GetDiscoverySummaryCommandOutput}
30
37
  * @see {@link GetDiscoverySummaryCommandInput} for command's `input` shape.
31
38
  * @see {@link GetDiscoverySummaryCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -53,11 +60,20 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
53
60
  export declare class GetDiscoverySummaryCommand extends $Command<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
54
61
  readonly input: GetDiscoverySummaryCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: GetDiscoverySummaryCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput>;
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 { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConfigurationsCommand}.
8
10
  */
9
11
  export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConfigurationsCommand}.
13
17
  */
14
18
  export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of configuration items as specified by the value passed to the
18
23
  * required parameter <code>configurationType</code>. Optional filtering may be applied to refine
19
24
  * search results.</p>
@@ -27,6 +32,8 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListConfigurationsCommandInput - {@link ListConfigurationsCommandInput}
36
+ * @returns {@link ListConfigurationsCommandOutput}
30
37
  * @see {@link ListConfigurationsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListConfigurationsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
57
64
  export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
58
65
  readonly input: ListConfigurationsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListConfigurationsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
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 { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListServerNeighborsCommand}.
8
10
  */
9
11
  export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListServerNeighborsCommand}.
13
17
  */
14
18
  export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of servers that are one network hop away from a specified
18
23
  * server.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListServerNeighborsCommandInput - {@link ListServerNeighborsCommandInput}
35
+ * @returns {@link ListServerNeighborsCommandOutput}
29
36
  * @see {@link ListServerNeighborsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListServerNeighborsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
52
59
  export declare class ListServerNeighborsCommand extends $Command<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
53
60
  readonly input: ListServerNeighborsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListServerNeighborsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput>;
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 { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartContinuousExportCommand}.
8
10
  */
9
11
  export interface StartContinuousExportCommandInput extends StartContinuousExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartContinuousExportCommand}.
13
17
  */
14
18
  export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Start the continuous flow of agent's discovered data into Amazon Athena.</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 StartContinuousExportCommandOutput extends StartContinuousExpor
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartContinuousExportCommandInput - {@link StartContinuousExportCommandInput}
34
+ * @returns {@link StartContinuousExportCommandOutput}
28
35
  * @see {@link StartContinuousExportCommandInput} for command's `input` shape.
29
36
  * @see {@link StartContinuousExportCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -64,11 +71,20 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
64
71
  export declare class StartContinuousExportCommand extends $Command<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
65
72
  readonly input: StartContinuousExportCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: StartContinuousExportCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContinuousExportCommandInput, StartContinuousExportCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartDataCollectionByAgentIdsCommand}.
8
10
  */
9
11
  export interface StartDataCollectionByAgentIdsCommandInput extends StartDataCollectionByAgentIdsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartDataCollectionByAgentIdsCommand}.
13
17
  */
14
18
  export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Instructs the specified agents or connectors to start collecting data.</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 StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartDataCollectionByAgentIdsCommandInput - {@link StartDataCollectionByAgentIdsCommandInput}
34
+ * @returns {@link StartDataCollectionByAgentIdsCommandOutput}
28
35
  * @see {@link StartDataCollectionByAgentIdsCommandInput} for command's `input` shape.
29
36
  * @see {@link StartDataCollectionByAgentIdsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
51
58
  export declare class StartDataCollectionByAgentIdsCommand extends $Command<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: StartDataCollectionByAgentIdsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StartDataCollectionByAgentIdsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput>;
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 { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartExportTaskCommand}.
8
10
  */
9
11
  export interface StartExportTaskCommandInput extends StartExportTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartExportTaskCommand}.
13
17
  */
14
18
  export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Begins the export of discovered data to an S3 bucket.</p>
18
23
  * <p> If you specify <code>agentIds</code> in a filter, the task exports up to 72 hours of
19
24
  * detailed data collected by the identified Application Discovery Agent, including network,
@@ -33,6 +38,8 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param StartExportTaskCommandInput - {@link StartExportTaskCommandInput}
42
+ * @returns {@link StartExportTaskCommandOutput}
36
43
  * @see {@link StartExportTaskCommandInput} for command's `input` shape.
37
44
  * @see {@link StartExportTaskCommandOutput} for command's `response` shape.
38
45
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -62,11 +69,20 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
62
69
  export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
63
70
  readonly input: StartExportTaskCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: StartExportTaskCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExportTaskCommandInput, StartExportTaskCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartImportTaskCommand}.
8
10
  */
9
11
  export interface StartImportTaskCommandInput extends StartImportTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartImportTaskCommand}.
13
17
  */
14
18
  export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an import task, which allows you to import details of your on-premises environment
18
23
  * directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS)
19
24
  * tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
@@ -56,6 +61,8 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
56
61
  * const response = await client.send(command);
57
62
  * ```
58
63
  *
64
+ * @param StartImportTaskCommandInput - {@link StartImportTaskCommandInput}
65
+ * @returns {@link StartImportTaskCommandOutput}
59
66
  * @see {@link StartImportTaskCommandInput} for command's `input` shape.
60
67
  * @see {@link StartImportTaskCommandOutput} for command's `response` shape.
61
68
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -89,11 +96,20 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
89
96
  export declare class StartImportTaskCommand extends $Command<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
90
97
  readonly input: StartImportTaskCommandInput;
91
98
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
+ /**
100
+ * @public
101
+ */
92
102
  constructor(input: StartImportTaskCommandInput);
93
103
  /**
94
104
  * @internal
95
105
  */
96
106
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportTaskCommandInput, StartImportTaskCommandOutput>;
107
+ /**
108
+ * @internal
109
+ */
97
110
  private serialize;
111
+ /**
112
+ * @internal
113
+ */
98
114
  private deserialize;
99
115
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopContinuousExportCommand}.
8
10
  */
9
11
  export interface StopContinuousExportCommandInput extends StopContinuousExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopContinuousExportCommand}.
13
17
  */
14
18
  export interface StopContinuousExportCommandOutput extends StopContinuousExportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stop the continuous flow of agent's discovered data into Amazon Athena.</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 StopContinuousExportCommandOutput extends StopContinuousExportR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopContinuousExportCommandInput - {@link StopContinuousExportCommandInput}
34
+ * @returns {@link StopContinuousExportCommandOutput}
28
35
  * @see {@link StopContinuousExportCommandInput} for command's `input` shape.
29
36
  * @see {@link StopContinuousExportCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -65,11 +72,20 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR
65
72
  export declare class StopContinuousExportCommand extends $Command<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
66
73
  readonly input: StopContinuousExportCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: StopContinuousExportCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopContinuousExportCommandInput, StopContinuousExportCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopDataCollectionByAgentIdsCommand}.
8
10
  */
9
11
  export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollectionByAgentIdsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopDataCollectionByAgentIdsCommand}.
13
17
  */
14
18
  export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Instructs the specified agents or connectors to stop collecting data.</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 StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopDataCollectionByAgentIdsCommandInput - {@link StopDataCollectionByAgentIdsCommandInput}
34
+ * @returns {@link StopDataCollectionByAgentIdsCommandOutput}
28
35
  * @see {@link StopDataCollectionByAgentIdsCommandInput} for command's `input` shape.
29
36
  * @see {@link StopDataCollectionByAgentIdsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
51
58
  export declare class StopDataCollectionByAgentIdsCommand extends $Command<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: StopDataCollectionByAgentIdsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StopDataCollectionByAgentIdsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }