@aws-sdk/client-application-discovery-service 3.890.0 → 3.893.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-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -0
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -0
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -0
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +2 -0
- package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -0
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AssociateConfigurationItemsToApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // AssociateConfigurationItemsToApplicationRequest
|
|
38
40
|
* applicationConfigurationId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const BatchDeleteAgentsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ApplicationDiscoveryServiceClient, BatchDeleteAgentsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
40
40
|
* // const { ApplicationDiscoveryServiceClient, BatchDeleteAgentsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
41
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
42
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
41
43
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
42
44
|
* const input = { // BatchDeleteAgentsRequest
|
|
43
45
|
* deleteAgents: [ // DeleteAgents // required
|
|
@@ -39,6 +39,8 @@ declare const BatchDeleteImportDataCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
41
41
|
* // const { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
42
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
43
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
42
44
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
43
45
|
* const input = { // BatchDeleteImportDataRequest
|
|
44
46
|
* importTaskIds: [ // ToDeleteIdentifierList // required
|
|
@@ -33,6 +33,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, CreateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, CreateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // CreateApplicationRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ApplicationDiscoveryServiceClient, CreateTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
39
39
|
* // const { ApplicationDiscoveryServiceClient, CreateTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
40
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
41
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
40
42
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
41
43
|
* const input = { // CreateTagsRequest
|
|
42
44
|
* configurationIds: [ // ConfigurationIdList // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteApplicationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // DeleteApplicationsRequest
|
|
39
41
|
* configurationIds: [ // ApplicationIdsList // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteTagsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, DeleteTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, DeleteTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // DeleteTagsRequest
|
|
39
41
|
* configurationIds: [ // ConfigurationIdList // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeAgentsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
37
37
|
* // const { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
39
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
38
40
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
39
41
|
* const input = { // DescribeAgentsRequest
|
|
40
42
|
* agentIds: [ // AgentIds
|
|
@@ -34,6 +34,8 @@ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, DescribeBatchDeleteConfigurationTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, DescribeBatchDeleteConfigurationTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // DescribeBatchDeleteConfigurationTaskRequest
|
|
39
41
|
* taskId: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const DescribeConfigurationsCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
58
58
|
* // const { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
59
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
60
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
59
61
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
60
62
|
* const input = { // DescribeConfigurationsRequest
|
|
61
63
|
* configurationIds: [ // ConfigurationIdList // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeContinuousExportsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
37
37
|
* // const { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
39
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
38
40
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
39
41
|
* const input = { // DescribeContinuousExportsRequest
|
|
40
42
|
* exportIds: [ // ContinuousExportIds
|
|
@@ -36,6 +36,8 @@ declare const DescribeExportConfigurationsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
38
38
|
* // const { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
39
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
40
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
39
41
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
40
42
|
* const input = { // DescribeExportConfigurationsRequest
|
|
41
43
|
* exportIds: [ // ExportIds
|
|
@@ -34,6 +34,8 @@ declare const DescribeExportTasksCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // DescribeExportTasksRequest
|
|
39
41
|
* exportIds: [ // ExportIds
|
|
@@ -34,6 +34,8 @@ declare const DescribeImportTasksCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // DescribeImportTasksRequest
|
|
39
41
|
* filters: [ // DescribeImportTasksFilterList
|
|
@@ -48,6 +48,8 @@ declare const DescribeTagsCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { ApplicationDiscoveryServiceClient, DescribeTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
50
50
|
* // const { ApplicationDiscoveryServiceClient, DescribeTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
51
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
52
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
51
53
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
52
54
|
* const input = { // DescribeTagsRequest
|
|
53
55
|
* filters: [ // TagFilters
|
|
@@ -33,6 +33,8 @@ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // DisassociateConfigurationItemsFromApplicationRequest
|
|
38
40
|
* applicationConfigurationId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const ExportConfigurationsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ApplicationDiscoveryServiceClient, ExportConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
42
42
|
* // const { ApplicationDiscoveryServiceClient, ExportConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
43
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
44
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
43
45
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
44
46
|
* const input = {};
|
|
45
47
|
* const command = new ExportConfigurationsCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const GetDiscoverySummaryCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ApplicationDiscoveryServiceClient, GetDiscoverySummaryCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
37
37
|
* // const { ApplicationDiscoveryServiceClient, GetDiscoverySummaryCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
39
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
38
40
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetDiscoverySummaryCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const ListConfigurationsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
37
37
|
* // const { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
39
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
38
40
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
39
41
|
* const input = { // ListConfigurationsRequest
|
|
40
42
|
* configurationType: "SERVER" || "PROCESS" || "CONNECTION" || "APPLICATION", // required
|
|
@@ -34,6 +34,8 @@ declare const ListServerNeighborsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
36
36
|
* // const { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
37
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
38
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
37
39
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
38
40
|
* const input = { // ListServerNeighborsRequest
|
|
39
41
|
* configurationId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const StartBatchDeleteConfigurationTaskCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ApplicationDiscoveryServiceClient, StartBatchDeleteConfigurationTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
38
38
|
* // const { ApplicationDiscoveryServiceClient, StartBatchDeleteConfigurationTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
39
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
40
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
39
41
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
40
42
|
* const input = { // StartBatchDeleteConfigurationTaskRequest
|
|
41
43
|
* configurationType: "SERVER", // required
|
|
@@ -33,6 +33,8 @@ declare const StartContinuousExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, StartContinuousExportCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, StartContinuousExportCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new StartContinuousExportCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // StartDataCollectionByAgentIdsRequest
|
|
38
40
|
* agentIds: [ // AgentIds // required
|
|
@@ -54,6 +54,8 @@ declare const StartExportTaskCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { ApplicationDiscoveryServiceClient, StartExportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
56
56
|
* // const { ApplicationDiscoveryServiceClient, StartExportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
57
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
58
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
57
59
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
58
60
|
* const input = { // StartExportTaskRequest
|
|
59
61
|
* exportDataFormat: [ // ExportDataFormats
|
|
@@ -65,6 +65,8 @@ declare const StartImportTaskCommand_base: {
|
|
|
65
65
|
* ```javascript
|
|
66
66
|
* import { ApplicationDiscoveryServiceClient, StartImportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
67
67
|
* // const { ApplicationDiscoveryServiceClient, StartImportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
68
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
69
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
68
70
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
69
71
|
* const input = { // StartImportTaskRequest
|
|
70
72
|
* clientRequestToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const StopContinuousExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // StopContinuousExportRequest
|
|
38
40
|
* exportId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopDataCollectionByAgentIdsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // StopDataCollectionByAgentIdsRequest
|
|
38
40
|
* agentIds: [ // AgentIds // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationDiscoveryServiceClientConfig } from "@aws-sdk/client-application-discovery-service";
|
|
37
|
+
* const config = {}; // type is ApplicationDiscoveryServiceClientConfig
|
|
36
38
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
39
|
* const input = { // UpdateApplicationRequest
|
|
38
40
|
* configurationId: "STRING_VALUE", // required
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|