@aws-sdk/client-ssm-sap 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/commands/DeleteResourcePermissionCommand.js +18 -41
  2. package/dist-cjs/commands/DeregisterApplicationCommand.js +18 -41
  3. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  4. package/dist-cjs/commands/GetComponentCommand.js +18 -41
  5. package/dist-cjs/commands/GetDatabaseCommand.js +18 -41
  6. package/dist-cjs/commands/GetOperationCommand.js +18 -41
  7. package/dist-cjs/commands/GetResourcePermissionCommand.js +18 -41
  8. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  9. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  10. package/dist-cjs/commands/ListDatabasesCommand.js +18 -41
  11. package/dist-cjs/commands/ListOperationsCommand.js +18 -41
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  13. package/dist-cjs/commands/PutResourcePermissionCommand.js +18 -41
  14. package/dist-cjs/commands/RegisterApplicationCommand.js +18 -41
  15. package/dist-cjs/commands/StartApplicationRefreshCommand.js +18 -41
  16. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  17. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateApplicationSettingsCommand.js +18 -41
  19. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  20. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  21. package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListDatabasesPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListOperationsPaginator.js +2 -24
  24. package/dist-es/commands/DeleteResourcePermissionCommand.js +18 -41
  25. package/dist-es/commands/DeregisterApplicationCommand.js +18 -41
  26. package/dist-es/commands/GetApplicationCommand.js +18 -41
  27. package/dist-es/commands/GetComponentCommand.js +18 -41
  28. package/dist-es/commands/GetDatabaseCommand.js +18 -41
  29. package/dist-es/commands/GetOperationCommand.js +18 -41
  30. package/dist-es/commands/GetResourcePermissionCommand.js +18 -41
  31. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  32. package/dist-es/commands/ListComponentsCommand.js +18 -41
  33. package/dist-es/commands/ListDatabasesCommand.js +18 -41
  34. package/dist-es/commands/ListOperationsCommand.js +18 -41
  35. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  36. package/dist-es/commands/PutResourcePermissionCommand.js +18 -41
  37. package/dist-es/commands/RegisterApplicationCommand.js +18 -41
  38. package/dist-es/commands/StartApplicationRefreshCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateApplicationSettingsCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  44. package/dist-es/pagination/ListComponentsPaginator.js +2 -23
  45. package/dist-es/pagination/ListDatabasesPaginator.js +2 -23
  46. package/dist-es/pagination/ListOperationsPaginator.js +2 -23
  47. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +6 -21
  48. package/dist-types/commands/DeregisterApplicationCommand.d.ts +6 -21
  49. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  50. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  51. package/dist-types/commands/GetDatabaseCommand.d.ts +6 -21
  52. package/dist-types/commands/GetOperationCommand.d.ts +6 -21
  53. package/dist-types/commands/GetResourcePermissionCommand.d.ts +6 -21
  54. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -21
  57. package/dist-types/commands/ListOperationsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/PutResourcePermissionCommand.d.ts +6 -21
  60. package/dist-types/commands/RegisterApplicationCommand.d.ts +6 -21
  61. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +6 -21
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +6 -21
  65. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  66. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListDatabasesPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListOperationsPaginator.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  89. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  90. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
  91. package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +3 -3
  92. package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +3 -3
  93. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "SsmSapClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "SsmSap",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SsmSap", "UntagResource", {})
19
+ .n("SsmSapClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateApplicationSettingsInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateApplicationSettingsCommand, se_UpdateApplicationSettingsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateApplicationSettingsCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateApplicationSettingsCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "SsmSapClient";
27
- const commandName = "UpdateApplicationSettingsCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateApplicationSettingsInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "SsmSap",
36
- operation: "UpdateApplicationSettings",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateApplicationSettingsCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateApplicationSettingsCommand(output, context);
47
- }
8
+ export class UpdateApplicationSettingsCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("SsmSap", "UpdateApplicationSettings", {})
20
+ .n("SsmSapClient", "UpdateApplicationSettingsCommand")
21
+ .f(UpdateApplicationSettingsInputFilterSensitiveLog, void 0)
22
+ .ser(se_UpdateApplicationSettingsCommand)
23
+ .de(de_UpdateApplicationSettingsCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "ssm-sap",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListApplicationsCommand, } from "../commands/ListApplicationsCommand";
2
3
  import { SsmSapClient } from "../SsmSapClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListApplicationsCommand(input), ...args);
5
- };
6
- export async function* paginateListApplications(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof SsmSapClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected SsmSap | SsmSapClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListApplications = createPaginator(SsmSapClient, ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListComponentsCommand, } from "../commands/ListComponentsCommand";
2
3
  import { SsmSapClient } from "../SsmSapClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListComponentsCommand(input), ...args);
5
- };
6
- export async function* paginateListComponents(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof SsmSapClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected SsmSap | SsmSapClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListComponents = createPaginator(SsmSapClient, ListComponentsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListDatabasesCommand, } from "../commands/ListDatabasesCommand";
2
3
  import { SsmSapClient } from "../SsmSapClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListDatabasesCommand(input), ...args);
5
- };
6
- export async function* paginateListDatabases(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof SsmSapClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected SsmSap | SsmSapClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListDatabases = createPaginator(SsmSapClient, ListDatabasesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListOperationsCommand, } from "../commands/ListOperationsCommand";
2
3
  import { SsmSapClient } from "../SsmSapClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListOperationsCommand(input), ...args);
5
- };
6
- export async function* paginateListOperations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof SsmSapClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected SsmSap | SsmSapClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListOperations = createPaginator(SsmSapClient, ListOperationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourcePermissionInput, DeleteResourcePermissionOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcePermissionCommandInput extends DeleteResourcePerm
21
20
  */
22
21
  export interface DeleteResourcePermissionCommandOutput extends DeleteResourcePermissionOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcePermissionCommand_base: {
24
+ new (input: DeleteResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePermissionCommandInput, DeleteResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes permissions associated with the target database.</p>
@@ -62,23 +65,5 @@ export interface DeleteResourcePermissionCommandOutput extends DeleteResourcePer
62
65
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteResourcePermissionCommand extends $Command<DeleteResourcePermissionCommandInput, DeleteResourcePermissionCommandOutput, SsmSapClientResolvedConfig> {
66
- readonly input: DeleteResourcePermissionCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteResourcePermissionCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePermissionCommandInput, DeleteResourcePermissionCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteResourcePermissionCommand extends DeleteResourcePermissionCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeregisterApplicationInput, DeregisterApplicationOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterApplicationCommandInput extends DeregisterApplication
21
20
  */
22
21
  export interface DeregisterApplicationCommandOutput extends DeregisterApplicationOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterApplicationCommand_base: {
24
+ new (input: DeregisterApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterApplicationCommandInput, DeregisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregister an SAP application with AWS Systems Manager for SAP. This action does not
@@ -59,23 +62,5 @@ export interface DeregisterApplicationCommandOutput extends DeregisterApplicatio
59
62
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
60
63
  *
61
64
  */
62
- export declare class DeregisterApplicationCommand extends $Command<DeregisterApplicationCommandInput, DeregisterApplicationCommandOutput, SsmSapClientResolvedConfig> {
63
- readonly input: DeregisterApplicationCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: DeregisterApplicationCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterApplicationCommandInput, DeregisterApplicationCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class DeregisterApplicationCommand extends DeregisterApplicationCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApplicationCommandInput extends GetApplicationInput {
21
20
  */
22
21
  export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetApplicationCommand_base: {
24
+ new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an application registered with AWS Systems Manager for SAP. It also returns the
@@ -75,23 +78,5 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
75
78
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
76
79
  *
77
80
  */
78
- export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, SsmSapClientResolvedConfig> {
79
- readonly input: GetApplicationCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetApplicationCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetComponentInput, GetComponentOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentCommandInput extends GetComponentInput {
21
20
  */
22
21
  export interface GetComponentCommandOutput extends GetComponentOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentCommand_base: {
24
+ new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the component of an application registered with AWS Systems Manager for
@@ -120,23 +123,5 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
120
123
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
121
124
  *
122
125
  */
123
- export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, SsmSapClientResolvedConfig> {
124
- readonly input: GetComponentCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: GetComponentCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class GetComponentCommand extends GetComponentCommand_base {
142
127
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDatabaseCommandInput extends GetDatabaseInput {
21
20
  */
22
21
  export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDatabaseCommand_base: {
24
+ new (input: GetDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatabaseCommandInput, GetDatabaseCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the SAP HANA database of an application registered with AWS Systems Manager for
@@ -82,23 +85,5 @@ export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataB
82
85
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
83
86
  *
84
87
  */
85
- export declare class GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, SsmSapClientResolvedConfig> {
86
- readonly input: GetDatabaseCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetDatabaseCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetOperationInput, GetOperationOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOperationCommandInput extends GetOperationInput {
21
20
  */
22
21
  export interface GetOperationCommandOutput extends GetOperationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOperationCommand_base: {
24
+ new (input: GetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the details of an operation by specifying the operation ID.</p>
@@ -71,23 +74,5 @@ export interface GetOperationCommandOutput extends GetOperationOutput, __Metadat
71
74
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
72
75
  *
73
76
  */
74
- export declare class GetOperationCommand extends $Command<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig> {
75
- readonly input: GetOperationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetOperationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOperationCommandInput, GetOperationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetOperationCommand extends GetOperationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourcePermissionInput, GetResourcePermissionOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePermissionCommandInput extends GetResourcePermission
21
20
  */
22
21
  export interface GetResourcePermissionCommandOutput extends GetResourcePermissionOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePermissionCommand_base: {
24
+ new (input: GetResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets permissions associated with the target database.</p>
@@ -61,23 +64,5 @@ export interface GetResourcePermissionCommandOutput extends GetResourcePermissio
61
64
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
62
65
  *
63
66
  */
64
- export declare class GetResourcePermissionCommand extends $Command<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig> {
65
- readonly input: GetResourcePermissionCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: GetResourcePermissionCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class GetResourcePermissionCommand extends GetResourcePermissionCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {
21
20
  */
22
21
  export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationsCommand_base: {
24
+ new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the applications registered with AWS Systems Manager for SAP.</p>
@@ -79,23 +82,5 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
79
82
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
80
83
  *
81
84
  */
82
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig> {
83
- readonly input: ListApplicationsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListApplicationsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
101
86
  }