@aws-sdk/client-application-discovery-service 3.300.0 → 3.301.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 -2
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -4
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAgentsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -4
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -2
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -6
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -2
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -2
- package/dist-types/commands/StartExportTaskCommand.d.ts +5 -5
- package/dist-types/commands/StartImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopContinuousExportCommand.d.ts +1 -1
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,9 +26,9 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateConfigurationItemsToApplicationRequest
|
|
30
30
|
* applicationConfigurationId: "STRING_VALUE", // required
|
|
31
|
-
* configurationIds: [ // required
|
|
31
|
+
* configurationIds: [ // ConfigurationIdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -32,8 +32,8 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
|
|
|
32
32
|
* import { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
33
33
|
* // const { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
34
34
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
35
|
-
* const input = {
|
|
36
|
-
* importTaskIds: [ // required
|
|
35
|
+
* const input = { // BatchDeleteImportDataRequest
|
|
36
|
+
* importTaskIds: [ // ToDeleteIdentifierList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -26,7 +26,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, CreateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, CreateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateApplicationRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -30,12 +30,12 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
|
|
|
30
30
|
* import { ApplicationDiscoveryServiceClient, CreateTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
31
31
|
* // const { ApplicationDiscoveryServiceClient, CreateTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
32
32
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* configurationIds: [ // required
|
|
33
|
+
* const input = { // CreateTagsRequest
|
|
34
|
+
* configurationIds: [ // ConfigurationIdList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* tags: [ // required
|
|
38
|
-
* {
|
|
37
|
+
* tags: [ // TagSet // required
|
|
38
|
+
* { // Tag
|
|
39
39
|
* key: "STRING_VALUE", // required
|
|
40
40
|
* value: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
@@ -27,8 +27,8 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
|
|
|
27
27
|
* import { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
28
28
|
* // const { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* configurationIds: [ // required
|
|
30
|
+
* const input = { // DeleteApplicationsRequest
|
|
31
|
+
* configurationIds: [ // ApplicationIdsList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -27,12 +27,12 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
|
|
|
27
27
|
* import { ApplicationDiscoveryServiceClient, DeleteTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
28
28
|
* // const { ApplicationDiscoveryServiceClient, DeleteTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* configurationIds: [ // required
|
|
30
|
+
* const input = { // DeleteTagsRequest
|
|
31
|
+
* configurationIds: [ // ConfigurationIdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* tags: [
|
|
35
|
-
* {
|
|
34
|
+
* tags: [ // TagSet
|
|
35
|
+
* { // Tag
|
|
36
36
|
* key: "STRING_VALUE", // required
|
|
37
37
|
* value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -28,14 +28,14 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
|
|
|
28
28
|
* import { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
29
29
|
* // const { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* agentIds: [
|
|
31
|
+
* const input = { // DescribeAgentsRequest
|
|
32
|
+
* agentIds: [ // AgentIds
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* filters: [
|
|
36
|
-
* {
|
|
35
|
+
* filters: [ // Filters
|
|
36
|
+
* { // Filter
|
|
37
37
|
* name: "STRING_VALUE", // required
|
|
38
|
-
* values: [ // required
|
|
38
|
+
* values: [ // FilterValues // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* condition: "STRING_VALUE", // required
|
|
@@ -49,8 +49,8 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
|
|
|
49
49
|
* import { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
50
50
|
* // const { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
51
51
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
52
|
-
* const input = {
|
|
53
|
-
* configurationIds: [ // required
|
|
52
|
+
* const input = { // DescribeConfigurationsRequest
|
|
53
|
+
* configurationIds: [ // ConfigurationIdList // required
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
56
|
* };
|
|
@@ -28,8 +28,8 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
|
|
|
28
28
|
* import { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
29
29
|
* // const { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* exportIds: [
|
|
31
|
+
* const input = { // DescribeContinuousExportsRequest
|
|
32
|
+
* exportIds: [ // ContinuousExportIds
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* maxResults: Number("int"),
|
|
@@ -29,8 +29,8 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
|
|
|
29
29
|
* import { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
30
30
|
* // const { ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
31
31
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* exportIds: [
|
|
32
|
+
* const input = { // DescribeExportConfigurationsRequest
|
|
33
|
+
* exportIds: [ // ExportIds
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* maxResults: Number("int"),
|
|
@@ -27,14 +27,14 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
|
|
|
27
27
|
* import { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
28
28
|
* // const { ApplicationDiscoveryServiceClient, DescribeExportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* exportIds: [
|
|
30
|
+
* const input = { // DescribeExportTasksRequest
|
|
31
|
+
* exportIds: [ // ExportIds
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* filters: [
|
|
35
|
-
* {
|
|
34
|
+
* filters: [ // ExportFilters
|
|
35
|
+
* { // ExportFilter
|
|
36
36
|
* name: "STRING_VALUE", // required
|
|
37
|
-
* values: [ // required
|
|
37
|
+
* values: [ // FilterValues // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* condition: "STRING_VALUE", // required
|
|
@@ -27,11 +27,11 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
|
|
|
27
27
|
* import { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
28
28
|
* // const { ApplicationDiscoveryServiceClient, DescribeImportTasksCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeImportTasksRequest
|
|
31
|
+
* filters: [ // DescribeImportTasksFilterList
|
|
32
|
+
* { // ImportTaskFilter
|
|
33
33
|
* name: "IMPORT_TASK_ID" || "STATUS" || "NAME",
|
|
34
|
-
* values: [
|
|
34
|
+
* values: [ // ImportTaskFilterValueList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -41,11 +41,11 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
41
41
|
* import { ApplicationDiscoveryServiceClient, DescribeTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
42
42
|
* // const { ApplicationDiscoveryServiceClient, DescribeTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
43
43
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
44
|
-
* const input = {
|
|
45
|
-
* filters: [
|
|
46
|
-
* {
|
|
44
|
+
* const input = { // DescribeTagsRequest
|
|
45
|
+
* filters: [ // TagFilters
|
|
46
|
+
* { // TagFilter
|
|
47
47
|
* name: "STRING_VALUE", // required
|
|
48
|
-
* values: [ // required
|
|
48
|
+
* values: [ // FilterValues // required
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
51
|
* },
|
|
@@ -26,9 +26,9 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, DisassociateConfigurationItemsFromApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisassociateConfigurationItemsFromApplicationRequest
|
|
30
30
|
* applicationConfigurationId: "STRING_VALUE", // required
|
|
31
|
-
* configurationIds: [ // required
|
|
31
|
+
* configurationIds: [ // ConfigurationIdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -28,12 +28,12 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
28
28
|
* import { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
29
29
|
* // const { ApplicationDiscoveryServiceClient, ListConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListConfigurationsRequest
|
|
32
32
|
* configurationType: "SERVER" || "PROCESS" || "CONNECTION" || "APPLICATION", // required
|
|
33
|
-
* filters: [
|
|
34
|
-
* {
|
|
33
|
+
* filters: [ // Filters
|
|
34
|
+
* { // Filter
|
|
35
35
|
* name: "STRING_VALUE", // required
|
|
36
|
-
* values: [ // required
|
|
36
|
+
* values: [ // FilterValues // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* condition: "STRING_VALUE", // required
|
|
@@ -41,8 +41,8 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
41
41
|
* ],
|
|
42
42
|
* maxResults: Number("int"),
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
|
-
* orderBy: [
|
|
45
|
-
* {
|
|
44
|
+
* orderBy: [ // OrderByList
|
|
45
|
+
* { // OrderByElement
|
|
46
46
|
* fieldName: "STRING_VALUE", // required
|
|
47
47
|
* sortOrder: "ASC" || "DESC",
|
|
48
48
|
* },
|
|
@@ -27,10 +27,10 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
|
|
|
27
27
|
* import { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
28
28
|
* // const { ApplicationDiscoveryServiceClient, ListServerNeighborsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListServerNeighborsRequest
|
|
31
31
|
* configurationId: "STRING_VALUE", // required
|
|
32
32
|
* portInformationNeeded: true || false,
|
|
33
|
-
* neighborConfigurationIds: [
|
|
33
|
+
* neighborConfigurationIds: [ // ConfigurationIdList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* maxResults: Number("int"),
|
|
@@ -26,8 +26,8 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, StartDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* agentIds: [ // required
|
|
29
|
+
* const input = { // StartDataCollectionByAgentIdsRequest
|
|
30
|
+
* agentIds: [ // AgentIds // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -34,14 +34,14 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
|
|
|
34
34
|
* import { ApplicationDiscoveryServiceClient, StartExportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
35
35
|
* // const { ApplicationDiscoveryServiceClient, StartExportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
36
36
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* exportDataFormat: [
|
|
37
|
+
* const input = { // StartExportTaskRequest
|
|
38
|
+
* exportDataFormat: [ // ExportDataFormats
|
|
39
39
|
* "CSV" || "GRAPHML",
|
|
40
40
|
* ],
|
|
41
|
-
* filters: [
|
|
42
|
-
* {
|
|
41
|
+
* filters: [ // ExportFilters
|
|
42
|
+
* { // ExportFilter
|
|
43
43
|
* name: "STRING_VALUE", // required
|
|
44
|
-
* values: [ // required
|
|
44
|
+
* values: [ // FilterValues // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* condition: "STRING_VALUE", // required
|
|
@@ -57,7 +57,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
57
57
|
* import { ApplicationDiscoveryServiceClient, StartImportTaskCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
58
58
|
* // const { ApplicationDiscoveryServiceClient, StartImportTaskCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
59
59
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
60
|
-
* const input = {
|
|
60
|
+
* const input = { // StartImportTaskRequest
|
|
61
61
|
* clientRequestToken: "STRING_VALUE",
|
|
62
62
|
* name: "STRING_VALUE", // required
|
|
63
63
|
* importUrl: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, StopContinuousExportCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopContinuousExportRequest
|
|
30
30
|
* exportId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopContinuousExportCommand(input);
|
|
@@ -26,8 +26,8 @@ export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* agentIds: [ // required
|
|
29
|
+
* const input = { // StopDataCollectionByAgentIdsRequest
|
|
30
|
+
* agentIds: [ // AgentIds // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
26
26
|
* import { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
27
27
|
* // const { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateApplicationRequest
|
|
30
30
|
* configurationId: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
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.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|