@aws-sdk/client-ssm-sap 3.478.0 → 3.484.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 (77) 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-es/commands/DeleteResourcePermissionCommand.js +18 -41
  21. package/dist-es/commands/DeregisterApplicationCommand.js +18 -41
  22. package/dist-es/commands/GetApplicationCommand.js +18 -41
  23. package/dist-es/commands/GetComponentCommand.js +18 -41
  24. package/dist-es/commands/GetDatabaseCommand.js +18 -41
  25. package/dist-es/commands/GetOperationCommand.js +18 -41
  26. package/dist-es/commands/GetResourcePermissionCommand.js +18 -41
  27. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  28. package/dist-es/commands/ListComponentsCommand.js +18 -41
  29. package/dist-es/commands/ListDatabasesCommand.js +18 -41
  30. package/dist-es/commands/ListOperationsCommand.js +18 -41
  31. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-es/commands/PutResourcePermissionCommand.js +18 -41
  33. package/dist-es/commands/RegisterApplicationCommand.js +18 -41
  34. package/dist-es/commands/StartApplicationRefreshCommand.js +18 -41
  35. package/dist-es/commands/TagResourceCommand.js +18 -41
  36. package/dist-es/commands/UntagResourceCommand.js +18 -41
  37. package/dist-es/commands/UpdateApplicationSettingsCommand.js +18 -41
  38. package/dist-es/endpoint/EndpointParameters.js +6 -0
  39. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +6 -21
  40. package/dist-types/commands/DeregisterApplicationCommand.d.ts +6 -21
  41. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  42. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  43. package/dist-types/commands/GetDatabaseCommand.d.ts +6 -21
  44. package/dist-types/commands/GetOperationCommand.d.ts +6 -21
  45. package/dist-types/commands/GetResourcePermissionCommand.d.ts +6 -21
  46. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  47. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  48. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -21
  49. package/dist-types/commands/ListOperationsCommand.d.ts +6 -21
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/PutResourcePermissionCommand.d.ts +6 -21
  52. package/dist-types/commands/RegisterApplicationCommand.d.ts +6 -21
  53. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +6 -21
  54. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  55. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +6 -21
  57. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  58. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  77. package/package.json +11 -11
@@ -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 { StartApplicationRefreshInput, StartApplicationRefreshOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartApplicationRefreshCommandInput extends StartApplicationRef
21
20
  */
22
21
  export interface StartApplicationRefreshCommandOutput extends StartApplicationRefreshOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartApplicationRefreshCommand_base: {
24
+ new (input: StartApplicationRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Refreshes a registered application.</p>
@@ -66,23 +69,5 @@ export interface StartApplicationRefreshCommandOutput extends StartApplicationRe
66
69
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
67
70
  *
68
71
  */
69
- export declare class StartApplicationRefreshCommand extends $Command<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig> {
70
- readonly input: StartApplicationRefreshCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: StartApplicationRefreshCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class StartApplicationRefreshCommand extends StartApplicationRefreshCommand_base {
88
73
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates tag for a resource by specifying the ARN.</p>
@@ -61,23 +64,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
61
64
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
62
65
  *
63
66
  */
64
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig> {
65
- readonly input: TagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: TagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete the tags for a resource.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateApplicationSettingsInput, UpdateApplicationSettingsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApplicationSettingsCommandInput extends UpdateApplication
21
20
  */
22
21
  export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicationSettingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApplicationSettingsCommand_base: {
24
+ new (input: UpdateApplicationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the settings of an application registered with AWS Systems Manager for
@@ -89,23 +92,5 @@ export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicatio
89
92
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
90
93
  *
91
94
  */
92
- export declare class UpdateApplicationSettingsCommand extends $Command<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig> {
93
- readonly input: UpdateApplicationSettingsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: UpdateApplicationSettingsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class UpdateApplicationSettingsCommand extends UpdateApplicationSettingsCommand_base {
111
96
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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
  DeleteResourcePermissionInput,
11
5
  DeleteResourcePermissionOutput,
@@ -21,22 +15,16 @@ export interface DeleteResourcePermissionCommandInput
21
15
  export interface DeleteResourcePermissionCommandOutput
22
16
  extends DeleteResourcePermissionOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteResourcePermissionCommand extends $Command<
25
- DeleteResourcePermissionCommandInput,
26
- DeleteResourcePermissionCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: DeleteResourcePermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteResourcePermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteResourcePermissionCommand_base: {
19
+ new (
20
+ input: DeleteResourcePermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteResourcePermissionCommandInput,
38
- DeleteResourcePermissionCommandOutput
23
+ DeleteResourcePermissionCommandOutput,
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 DeleteResourcePermissionCommand extends DeleteResourcePermissionCommand_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
  DeregisterApplicationInput,
11
5
  DeregisterApplicationOutput,
@@ -21,22 +15,16 @@ export interface DeregisterApplicationCommandInput
21
15
  export interface DeregisterApplicationCommandOutput
22
16
  extends DeregisterApplicationOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeregisterApplicationCommand extends $Command<
25
- DeregisterApplicationCommandInput,
26
- DeregisterApplicationCommandOutput,
27
- SsmSapClientResolvedConfig
28
- > {
29
- readonly input: DeregisterApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeregisterApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SsmSapClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeregisterApplicationCommand_base: {
19
+ new (
20
+ input: DeregisterApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeregisterApplicationCommandInput,
38
- DeregisterApplicationCommandOutput
23
+ DeregisterApplicationCommandOutput,
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 DeregisterApplicationCommand extends DeregisterApplicationCommand_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 { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetApplicationCommandInput extends GetApplicationInput {}
17
11
  export interface GetApplicationCommandOutput
18
12
  extends GetApplicationOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetApplicationCommand extends $Command<
21
- GetApplicationCommandInput,
22
- GetApplicationCommandOutput,
23
- SsmSapClientResolvedConfig
24
- > {
25
- readonly input: GetApplicationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetApplicationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SsmSapClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetApplicationCommand_base: {
15
+ new (
16
+ input: GetApplicationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetApplicationCommandInput,
19
+ GetApplicationCommandOutput,
20
+ SsmSapClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetApplicationCommand extends GetApplicationCommand_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 { 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 {}