@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,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 { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListComponentsCommandInput extends ListComponentsInput {
21
20
  */
22
21
  export interface ListComponentsCommandOutput extends ListComponentsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListComponentsCommand_base: {
24
+ new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the components registered with AWS Systems Manager for SAP.</p>
@@ -76,23 +79,5 @@ export interface ListComponentsCommandOutput extends ListComponentsOutput, __Met
76
79
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
77
80
  *
78
81
  */
79
- export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig> {
80
- readonly input: ListComponentsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListComponentsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListComponentsCommand extends ListComponentsCommand_base {
98
83
  }
@@ -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 { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDatabasesCommandInput extends ListDatabasesInput {
21
20
  */
22
21
  export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDatabasesCommand_base: {
24
+ new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the SAP HANA databases of an application registered with AWS Systems Manager for
@@ -76,23 +79,5 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
76
79
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
77
80
  *
78
81
  */
79
- export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig> {
80
- readonly input: ListDatabasesCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListDatabasesCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
98
83
  }
@@ -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 { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOperationsCommandInput extends ListOperationsInput {
21
20
  */
22
21
  export interface ListOperationsCommandOutput extends ListOperationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListOperationsCommand_base: {
24
+ new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the operations performed by AWS Systems Manager for SAP.</p>
@@ -83,23 +86,5 @@ export interface ListOperationsCommandOutput extends ListOperationsOutput, __Met
83
86
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
84
87
  *
85
88
  */
86
- export declare class ListOperationsCommand extends $Command<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig> {
87
- readonly input: ListOperationsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListOperationsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOperationsCommandInput, ListOperationsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListOperationsCommand extends ListOperationsCommand_base {
105
90
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags on an SAP HANA application and/or database registered with AWS Systems
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }
@@ -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 { PutResourcePermissionInput, PutResourcePermissionOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePermissionCommandInput extends PutResourcePermission
21
20
  */
22
21
  export interface PutResourcePermissionCommandOutput extends PutResourcePermissionOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePermissionCommand_base: {
24
+ new (input: PutResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds permissions to the target database.</p>
@@ -62,23 +65,5 @@ export interface PutResourcePermissionCommandOutput extends PutResourcePermissio
62
65
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
63
66
  *
64
67
  */
65
- export declare class PutResourcePermissionCommand extends $Command<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig> {
66
- readonly input: PutResourcePermissionCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: PutResourcePermissionCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class PutResourcePermissionCommand extends PutResourcePermissionCommand_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 { RegisterApplicationInput, RegisterApplicationOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterApplicationCommandInput extends RegisterApplicationInpu
21
20
  */
22
21
  export interface RegisterApplicationCommandOutput extends RegisterApplicationOutput, __MetadataBearer {
23
22
  }
23
+ declare const RegisterApplicationCommand_base: {
24
+ new (input: RegisterApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Register an SAP application with AWS Systems Manager for SAP. You must meet the
@@ -100,23 +103,5 @@ export interface RegisterApplicationCommandOutput extends RegisterApplicationOut
100
103
  * <p>Base exception class for all service exceptions from SsmSap service.</p>
101
104
  *
102
105
  */
103
- export declare class RegisterApplicationCommand extends $Command<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig> {
104
- readonly input: RegisterApplicationCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: RegisterApplicationCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SsmSapClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterApplicationCommandInput, RegisterApplicationCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class RegisterApplicationCommand extends RegisterApplicationCommand_base {
122
107
  }
@@ -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;
@@ -4,4 +4,4 @@ import { SsmSapPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: SsmSapPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: SsmSapPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -4,4 +4,4 @@ import { SsmSapPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListComponents(config: SsmSapPaginationConfiguration, input: ListComponentsCommandInput, ...additionalArguments: any): Paginator<ListComponentsCommandOutput>;
7
+ export declare const paginateListComponents: (config: SsmSapPaginationConfiguration, input: ListComponentsCommandInput, ...rest: any[]) => Paginator<ListComponentsCommandOutput>;
@@ -4,4 +4,4 @@ import { SsmSapPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDatabases(config: SsmSapPaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
7
+ export declare const paginateListDatabases: (config: SsmSapPaginationConfiguration, input: ListDatabasesCommandInput, ...rest: any[]) => Paginator<ListDatabasesCommandOutput>;
@@ -4,4 +4,4 @@ import { SsmSapPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOperations(config: SsmSapPaginationConfiguration, input: ListOperationsCommandInput, ...additionalArguments: any): Paginator<ListOperationsCommandOutput>;
7
+ export declare const paginateListOperations: (config: SsmSapPaginationConfiguration, input: ListOperationsCommandInput, ...rest: any[]) => Paginator<ListOperationsCommandOutput>;
@@ -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 {}