@aws-sdk/client-ssm-sap 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +35 -273
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DeleteResourcePermissionCommand.js +2 -14
- package/dist-es/commands/DeregisterApplicationCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetComponentCommand.js +2 -14
- package/dist-es/commands/GetConfigurationCheckOperationCommand.js +2 -14
- package/dist-es/commands/GetDatabaseCommand.js +2 -14
- package/dist-es/commands/GetOperationCommand.js +2 -14
- package/dist-es/commands/GetResourcePermissionCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListComponentsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +2 -14
- package/dist-es/commands/ListDatabasesCommand.js +2 -14
- package/dist-es/commands/ListOperationEventsCommand.js +2 -14
- package/dist-es/commands/ListOperationsCommand.js +2 -14
- package/dist-es/commands/ListSubCheckResultsCommand.js +2 -14
- package/dist-es/commands/ListSubCheckRuleResultsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutResourcePermissionCommand.js +2 -14
- package/dist-es/commands/RegisterApplicationCommand.js +2 -14
- package/dist-es/commands/StartApplicationCommand.js +2 -14
- package/dist-es/commands/StartApplicationRefreshCommand.js +2 -14
- package/dist-es/commands/StartConfigurationChecksCommand.js +2 -14
- package/dist-es/commands/StopApplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetComponentCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationCheckOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/GetOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePermissionCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationCheckDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationCheckOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/ListOperationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSubCheckResultsCommand.d.ts +3 -8
- package/dist-types/commands/ListSubCheckRuleResultsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePermissionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterApplicationCommand.d.ts +3 -8
- package/dist-types/commands/StartApplicationCommand.d.ts +3 -8
- package/dist-types/commands/StartApplicationRefreshCommand.d.ts +3 -8
- package/dist-types/commands/StartConfigurationChecksCommand.d.ts +3 -8
- package/dist-types/commands/StopApplicationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationCheckOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationCheckDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationCheckOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOperationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubCheckResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubCheckRuleResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartConfigurationChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListConfigurationCheckDefinitionsInput, ListConfigurationCheckDefinitionsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConfigurationCheckDefinitionsCommandInput extends ListConfi
|
|
|
22
19
|
export interface ListConfigurationCheckDefinitionsCommandOutput extends ListConfigurationCheckDefinitionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConfigurationCheckDefinitionsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationCheckDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListConfigurationCheckDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConfigurationCheckDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListConfigurationCheckDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all configuration check types supported by AWS Systems Manager for SAP.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListConfigurationCheckOperationsInput, ListConfigurationCheckOperationsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConfigurationCheckOperationsCommandInput extends ListConfig
|
|
|
22
19
|
export interface ListConfigurationCheckOperationsCommandOutput extends ListConfigurationCheckOperationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConfigurationCheckOperationsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the configuration check operations performed by AWS Systems Manager for SAP.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDatabasesCommandInput extends ListDatabasesInput {
|
|
|
22
19
|
export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatabasesCommand_base: {
|
|
25
|
-
new (input: ListDatabasesCommandInput): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatabasesCommandInput]): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatabasesCommandInput): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatabasesCommandInput]): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListOperationEventsInput, ListOperationEventsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListOperationEventsCommandInput extends ListOperationEventsInpu
|
|
|
22
19
|
export interface ListOperationEventsCommandOutput extends ListOperationEventsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListOperationEventsCommand_base: {
|
|
25
|
-
new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of operations events.</p> <p>Available parameters include <code>OperationID</code>, as well as optional parameters <code>MaxResults</code>, <code>NextToken</code>, and <code>Filters</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListOperationsCommandInput extends ListOperationsInput {
|
|
|
22
19
|
export interface ListOperationsCommandOutput extends ListOperationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListOperationsCommand_base: {
|
|
25
|
-
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the operations performed by AWS Systems Manager for SAP.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSubCheckResultsInput, ListSubCheckResultsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSubCheckResultsCommandInput extends ListSubCheckResultsInpu
|
|
|
22
19
|
export interface ListSubCheckResultsCommandOutput extends ListSubCheckResultsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSubCheckResultsCommand_base: {
|
|
25
|
-
new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the sub-check results of a specified configuration check operation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSubCheckRuleResultsInput, ListSubCheckRuleResultsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSubCheckRuleResultsCommandInput extends ListSubCheckRuleRes
|
|
|
22
19
|
export interface ListSubCheckRuleResultsCommandOutput extends ListSubCheckRuleResultsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSubCheckRuleResultsCommand_base: {
|
|
25
|
-
new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the rules of a specified sub-check belonging to a configuration check operation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutResourcePermissionInput, PutResourcePermissionOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutResourcePermissionCommandInput extends PutResourcePermission
|
|
|
22
19
|
export interface PutResourcePermissionCommandOutput extends PutResourcePermissionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResourcePermissionCommand_base: {
|
|
25
|
-
new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds permissions to the target database.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RegisterApplicationInput, RegisterApplicationOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterApplicationCommandInput extends RegisterApplicationInpu
|
|
|
22
19
|
export interface RegisterApplicationCommandOutput extends RegisterApplicationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterApplicationCommand_base: {
|
|
25
|
-
new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering. </p> <p>The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.</p> <p>AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.</p> <p>Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartApplicationInput, StartApplicationOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartApplicationCommandInput extends StartApplicationInput {
|
|
|
22
19
|
export interface StartApplicationCommandOutput extends StartApplicationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartApplicationCommand_base: {
|
|
25
|
-
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Request is an operation which starts an application.</p> <p>Parameter <code>ApplicationId</code> is required.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartApplicationRefreshInput, StartApplicationRefreshOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartApplicationRefreshCommandInput extends StartApplicationRef
|
|
|
22
19
|
export interface StartApplicationRefreshCommandOutput extends StartApplicationRefreshOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartApplicationRefreshCommand_base: {
|
|
25
|
-
new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Refreshes a registered application.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartConfigurationChecksInput, StartConfigurationChecksOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartConfigurationChecksCommandInput extends StartConfiguration
|
|
|
22
19
|
export interface StartConfigurationChecksCommandOutput extends StartConfigurationChecksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartConfigurationChecksCommand_base: {
|
|
25
|
-
new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Initiates configuration check operations against a specified application.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StopApplicationInput, StopApplicationOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopApplicationCommandInput extends StopApplicationInput {
|
|
|
22
19
|
export interface StopApplicationCommandOutput extends StopApplicationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopApplicationCommand_base: {
|
|
25
|
-
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Request is an operation to stop an application.</p> <p>Parameter <code>ApplicationId</code> is required. Parameters <code>StopConnectedEntity</code> and <code>IncludeEc2InstanceShutdown</code> are optional.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates tag for a resource by specifying the ARN.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete the tags for a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateApplicationSettingsInput, UpdateApplicationSettingsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateApplicationSettingsCommandInput extends UpdateApplication
|
|
|
22
19
|
export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicationSettingsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateApplicationSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, import("..").SsmSapClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the settings of an application registered with AWS Systems Manager for SAP.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { SsmSapExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
SsmSapClientResolvedConfig,
|
|
6
|
+
} from "./SsmSapClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SsmSapClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SsmSapClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteResourcePermissionInput,
|
|
5
4
|
DeleteResourcePermissionOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SsmSapClientResolvedConfig,
|
|
11
|
-
} from "../SsmSapClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteResourcePermissionCommandInput
|
|
15
8
|
extends DeleteResourcePermissionInput {}
|
|
16
9
|
export interface DeleteResourcePermissionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteResourcePermissionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteResourcePermissionCommandInput,
|
|
24
17
|
DeleteResourcePermissionCommandOutput,
|
|
25
|
-
SsmSapClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SsmSapClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteResourcePermissionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteResourcePermissionCommandInput,
|
|
33
26
|
DeleteResourcePermissionCommandOutput,
|
|
34
|
-
SsmSapClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SsmSapClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteResourcePermissionCommand extends DeleteResourcePermissionCommand_base {
|
|
43
34
|
protected static __types: {
|