@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetComponentInput, GetComponentOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetComponentCommandInput extends GetComponentInput {}
17
11
  export interface GetComponentCommandOutput
18
12
  extends GetComponentOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetComponentCommand extends $Command<
21
- GetComponentCommandInput,
22
- GetComponentCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: GetComponentCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetComponentCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetComponentCommand_base: {
15
+ new (
16
+ input: GetComponentCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetComponentCommandInput,
19
+ GetComponentCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetComponentCommand extends GetComponentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetDatabaseCommandInput extends GetDatabaseInput {}
17
11
  export interface GetDatabaseCommandOutput
18
12
  extends GetDatabaseOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetDatabaseCommand extends $Command<
21
- GetDatabaseCommandInput,
22
- GetDatabaseCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: GetDatabaseCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDatabaseCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDatabaseCommand_base: {
15
+ new (
16
+ input: GetDatabaseCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDatabaseCommandInput,
19
+ GetDatabaseCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDatabaseCommand extends GetDatabaseCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetOperationInput, GetOperationOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetOperationCommandInput extends GetOperationInput {}
17
11
  export interface GetOperationCommandOutput
18
12
  extends GetOperationOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetOperationCommand extends $Command<
21
- GetOperationCommandInput,
22
- GetOperationCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: GetOperationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetOperationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetOperationCommandInput, GetOperationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetOperationCommand_base: {
15
+ new (
16
+ input: GetOperationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetOperationCommandInput,
19
+ GetOperationCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetOperationCommand extends GetOperationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourcePermissionInput,
11
5
  GetResourcePermissionOutput,
@@ -21,22 +15,16 @@ export interface GetResourcePermissionCommandInput
21
15
  export interface GetResourcePermissionCommandOutput
22
16
  extends GetResourcePermissionOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetResourcePermissionCommand extends $Command<
25
- GetResourcePermissionCommandInput,
26
- GetResourcePermissionCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: GetResourcePermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourcePermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetResourcePermissionCommand_base: {
19
+ new (
20
+ input: GetResourcePermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetResourcePermissionCommandInput,
38
- GetResourcePermissionCommandOutput
23
+ GetResourcePermissionCommandOutput,
24
+ SsmSapClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourcePermissionCommand extends GetResourcePermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListApplicationsInput,
11
5
  ListApplicationsOutput,
@@ -20,19 +14,16 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {}
20
14
  export interface ListApplicationsCommandOutput
21
15
  extends ListApplicationsOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListApplicationsCommand extends $Command<
24
- ListApplicationsCommandInput,
25
- ListApplicationsCommandOutput,
26
- SsmSapClientResolvedConfig
27
- > {
28
- readonly input: ListApplicationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListApplicationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SsmSapClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListApplicationsCommand_base: {
18
+ new (
19
+ input: ListApplicationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListApplicationsCommandInput,
22
+ ListApplicationsCommandOutput,
23
+ SsmSapClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListComponentsCommandInput extends ListComponentsInput {}
17
11
  export interface ListComponentsCommandOutput
18
12
  extends ListComponentsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListComponentsCommand extends $Command<
21
- ListComponentsCommandInput,
22
- ListComponentsCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: ListComponentsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListComponentsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListComponentsCommand_base: {
15
+ new (
16
+ input: ListComponentsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListComponentsCommandInput,
19
+ ListComponentsCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListComponentsCommand extends ListComponentsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListDatabasesCommandInput extends ListDatabasesInput {}
17
11
  export interface ListDatabasesCommandOutput
18
12
  extends ListDatabasesOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListDatabasesCommand extends $Command<
21
- ListDatabasesCommandInput,
22
- ListDatabasesCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: ListDatabasesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDatabasesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDatabasesCommand_base: {
15
+ new (
16
+ input: ListDatabasesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDatabasesCommandInput,
19
+ ListDatabasesCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDatabasesCommand extends ListDatabasesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListOperationsCommandInput extends ListOperationsInput {}
17
11
  export interface ListOperationsCommandOutput
18
12
  extends ListOperationsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListOperationsCommand extends $Command<
21
- ListOperationsCommandInput,
22
- ListOperationsCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: ListOperationsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListOperationsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListOperationsCommandInput, ListOperationsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListOperationsCommand_base: {
15
+ new (
16
+ input: ListOperationsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListOperationsCommandInput,
19
+ ListOperationsCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListOperationsCommand extends ListOperationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ SsmSapClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PutResourcePermissionInput,
11
5
  PutResourcePermissionOutput,
@@ -21,22 +15,16 @@ export interface PutResourcePermissionCommandInput
21
15
  export interface PutResourcePermissionCommandOutput
22
16
  extends PutResourcePermissionOutput,
23
17
  __MetadataBearer {}
24
- export declare class PutResourcePermissionCommand extends $Command<
25
- PutResourcePermissionCommandInput,
26
- PutResourcePermissionCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: PutResourcePermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutResourcePermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutResourcePermissionCommand_base: {
19
+ new (
20
+ input: PutResourcePermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutResourcePermissionCommandInput,
38
- PutResourcePermissionCommandOutput
23
+ PutResourcePermissionCommandOutput,
24
+ SsmSapClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutResourcePermissionCommand extends PutResourcePermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RegisterApplicationInput,
11
5
  RegisterApplicationOutput,
@@ -21,19 +15,16 @@ export interface RegisterApplicationCommandInput
21
15
  export interface RegisterApplicationCommandOutput
22
16
  extends RegisterApplicationOutput,
23
17
  __MetadataBearer {}
24
- export declare class RegisterApplicationCommand extends $Command<
25
- RegisterApplicationCommandInput,
26
- RegisterApplicationCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: RegisterApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RegisterApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RegisterApplicationCommandInput, RegisterApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RegisterApplicationCommand_base: {
19
+ new (
20
+ input: RegisterApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RegisterApplicationCommandInput,
23
+ RegisterApplicationCommandOutput,
24
+ SsmSapClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RegisterApplicationCommand extends RegisterApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartApplicationRefreshInput,
11
5
  StartApplicationRefreshOutput,
@@ -21,22 +15,16 @@ export interface StartApplicationRefreshCommandInput
21
15
  export interface StartApplicationRefreshCommandOutput
22
16
  extends StartApplicationRefreshOutput,
23
17
  __MetadataBearer {}
24
- export declare class StartApplicationRefreshCommand extends $Command<
25
- StartApplicationRefreshCommandInput,
26
- StartApplicationRefreshCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: StartApplicationRefreshCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartApplicationRefreshCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartApplicationRefreshCommand_base: {
19
+ new (
20
+ input: StartApplicationRefreshCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartApplicationRefreshCommandInput,
38
- StartApplicationRefreshCommandOutput
23
+ StartApplicationRefreshCommandOutput,
24
+ SsmSapClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartApplicationRefreshCommand extends StartApplicationRefreshCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- SsmSapClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SsmSapClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ SsmSapClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}