@aws-sdk/client-amp 3.479.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 (109) hide show
  1. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +18 -41
  4. package/dist-cjs/commands/CreateScraperCommand.js +18 -41
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteScraperCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteWorkspaceCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeScraperCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeWorkspaceCommand.js +18 -41
  16. package/dist-cjs/commands/GetDefaultScraperConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +18 -41
  18. package/dist-cjs/commands/ListScrapersCommand.js +18 -41
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  20. package/dist-cjs/commands/ListWorkspacesCommand.js +18 -41
  21. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +18 -41
  22. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +18 -41
  23. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +18 -41
  29. package/dist-es/commands/CreateLoggingConfigurationCommand.js +18 -41
  30. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +18 -41
  31. package/dist-es/commands/CreateScraperCommand.js +18 -41
  32. package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
  33. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +18 -41
  34. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +18 -41
  35. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +18 -41
  36. package/dist-es/commands/DeleteScraperCommand.js +18 -41
  37. package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
  38. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +18 -41
  39. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +18 -41
  40. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +18 -41
  41. package/dist-es/commands/DescribeScraperCommand.js +18 -41
  42. package/dist-es/commands/DescribeWorkspaceCommand.js +18 -41
  43. package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +18 -41
  44. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +18 -41
  45. package/dist-es/commands/ListScrapersCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/ListWorkspacesCommand.js +18 -41
  48. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +18 -41
  49. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +18 -41
  50. package/dist-es/commands/TagResourceCommand.js +18 -41
  51. package/dist-es/commands/UntagResourceCommand.js +18 -41
  52. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +18 -41
  53. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateScraperCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteScraperCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeScraperCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +6 -21
  70. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +6 -21
  71. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +6 -21
  72. package/dist-types/commands/ListScrapersCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  74. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -21
  75. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +6 -21
  76. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +6 -21
  77. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +9 -9
@@ -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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteAlertManagerDefinitionCommandInput
17
11
  extends DeleteAlertManagerDefinitionRequest {}
18
12
  export interface DeleteAlertManagerDefinitionCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteAlertManagerDefinitionCommand extends $Command<
21
- DeleteAlertManagerDefinitionCommandInput,
22
- DeleteAlertManagerDefinitionCommandOutput,
23
- AmpClientResolvedConfig
24
- > {
25
- readonly input: DeleteAlertManagerDefinitionCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteAlertManagerDefinitionCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmpClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteAlertManagerDefinitionCommand_base: {
15
+ new (
16
+ input: DeleteAlertManagerDefinitionCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteAlertManagerDefinitionCommandInput,
34
- DeleteAlertManagerDefinitionCommandOutput
19
+ DeleteAlertManagerDefinitionCommandOutput,
20
+ AmpClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteAlertManagerDefinitionCommand extends DeleteAlertManagerDefinitionCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteLoggingConfigurationCommandInput
17
11
  extends DeleteLoggingConfigurationRequest {}
18
12
  export interface DeleteLoggingConfigurationCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteLoggingConfigurationCommand extends $Command<
21
- DeleteLoggingConfigurationCommandInput,
22
- DeleteLoggingConfigurationCommandOutput,
23
- AmpClientResolvedConfig
24
- > {
25
- readonly input: DeleteLoggingConfigurationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteLoggingConfigurationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmpClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteLoggingConfigurationCommand_base: {
15
+ new (
16
+ input: DeleteLoggingConfigurationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteLoggingConfigurationCommandInput,
34
- DeleteLoggingConfigurationCommandOutput
19
+ DeleteLoggingConfigurationCommandOutput,
20
+ AmpClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteRuleGroupsNamespaceCommandInput
17
11
  extends DeleteRuleGroupsNamespaceRequest {}
18
12
  export interface DeleteRuleGroupsNamespaceCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteRuleGroupsNamespaceCommand extends $Command<
21
- DeleteRuleGroupsNamespaceCommandInput,
22
- DeleteRuleGroupsNamespaceCommandOutput,
23
- AmpClientResolvedConfig
24
- > {
25
- readonly input: DeleteRuleGroupsNamespaceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteRuleGroupsNamespaceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmpClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteRuleGroupsNamespaceCommand_base: {
15
+ new (
16
+ input: DeleteRuleGroupsNamespaceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteRuleGroupsNamespaceCommandInput,
34
- DeleteRuleGroupsNamespaceCommandOutput
19
+ DeleteRuleGroupsNamespaceCommandOutput,
20
+ AmpClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteRuleGroupsNamespaceCommand extends DeleteRuleGroupsNamespaceCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteScraperCommandInput extends DeleteScraperRequest {}
20
14
  export interface DeleteScraperCommandOutput
21
15
  extends DeleteScraperResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteScraperCommand extends $Command<
24
- DeleteScraperCommandInput,
25
- DeleteScraperCommandOutput,
26
- AmpClientResolvedConfig
27
- > {
28
- readonly input: DeleteScraperCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteScraperCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmpClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteScraperCommandInput, DeleteScraperCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteScraperCommand_base: {
18
+ new (
19
+ input: DeleteScraperCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteScraperCommandInput,
22
+ DeleteScraperCommandOutput,
23
+ AmpClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteScraperCommand extends DeleteScraperCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteWorkspaceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
17
11
  export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteWorkspaceCommand extends $Command<
19
- DeleteWorkspaceCommandInput,
20
- DeleteWorkspaceCommandOutput,
21
- AmpClientResolvedConfig
22
- > {
23
- readonly input: DeleteWorkspaceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteWorkspaceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: AmpClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteWorkspaceCommand_base: {
13
+ new (
14
+ input: DeleteWorkspaceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteWorkspaceCommandInput,
17
+ DeleteWorkspaceCommandOutput,
18
+ AmpClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeAlertManagerDefinitionCommandInput
21
15
  export interface DescribeAlertManagerDefinitionCommandOutput
22
16
  extends DescribeAlertManagerDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAlertManagerDefinitionCommand extends $Command<
25
- DescribeAlertManagerDefinitionCommandInput,
26
- DescribeAlertManagerDefinitionCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: DescribeAlertManagerDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAlertManagerDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAlertManagerDefinitionCommand_base: {
19
+ new (
20
+ input: DescribeAlertManagerDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAlertManagerDefinitionCommandInput,
38
- DescribeAlertManagerDefinitionCommandOutput
23
+ DescribeAlertManagerDefinitionCommandOutput,
24
+ AmpClientResolvedConfig,
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 DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeLoggingConfigurationCommandInput
21
15
  export interface DescribeLoggingConfigurationCommandOutput
22
16
  extends DescribeLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeLoggingConfigurationCommand extends $Command<
25
- DescribeLoggingConfigurationCommandInput,
26
- DescribeLoggingConfigurationCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: DescribeLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: DescribeLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeLoggingConfigurationCommandInput,
38
- DescribeLoggingConfigurationCommandOutput
23
+ DescribeLoggingConfigurationCommandOutput,
24
+ AmpClientResolvedConfig,
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 DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeRuleGroupsNamespaceCommandInput
21
15
  export interface DescribeRuleGroupsNamespaceCommandOutput
22
16
  extends DescribeRuleGroupsNamespaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRuleGroupsNamespaceCommand extends $Command<
25
- DescribeRuleGroupsNamespaceCommandInput,
26
- DescribeRuleGroupsNamespaceCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: DescribeRuleGroupsNamespaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRuleGroupsNamespaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeRuleGroupsNamespaceCommand_base: {
19
+ new (
20
+ input: DescribeRuleGroupsNamespaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeRuleGroupsNamespaceCommandInput,
38
- DescribeRuleGroupsNamespaceCommandOutput
23
+ DescribeRuleGroupsNamespaceCommandOutput,
24
+ AmpClientResolvedConfig,
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 DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeScraperCommandInput extends DescribeScraperRequest {}
20
14
  export interface DescribeScraperCommandOutput
21
15
  extends DescribeScraperResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeScraperCommand extends $Command<
24
- DescribeScraperCommandInput,
25
- DescribeScraperCommandOutput,
26
- AmpClientResolvedConfig
27
- > {
28
- readonly input: DescribeScraperCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeScraperCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmpClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeScraperCommandInput, DescribeScraperCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeScraperCommand_base: {
18
+ new (
19
+ input: DescribeScraperCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeScraperCommandInput,
22
+ DescribeScraperCommandOutput,
23
+ AmpClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeScraperCommand extends DescribeScraperCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeWorkspaceCommandInput
21
15
  export interface DescribeWorkspaceCommandOutput
22
16
  extends DescribeWorkspaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkspaceCommand extends $Command<
25
- DescribeWorkspaceCommandInput,
26
- DescribeWorkspaceCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkspaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkspaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeWorkspaceCommand_base: {
19
+ new (
20
+ input: DescribeWorkspaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeWorkspaceCommandInput,
23
+ DescribeWorkspaceCommandOutput,
24
+ AmpClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetDefaultScraperConfigurationCommandInput
21
15
  export interface GetDefaultScraperConfigurationCommandOutput
22
16
  extends GetDefaultScraperConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDefaultScraperConfigurationCommand extends $Command<
25
- GetDefaultScraperConfigurationCommandInput,
26
- GetDefaultScraperConfigurationCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: GetDefaultScraperConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDefaultScraperConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDefaultScraperConfigurationCommand_base: {
19
+ new (
20
+ input: GetDefaultScraperConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDefaultScraperConfigurationCommandInput,
38
- GetDefaultScraperConfigurationCommandOutput
23
+ GetDefaultScraperConfigurationCommandOutput,
24
+ AmpClientResolvedConfig,
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 GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListRuleGroupsNamespacesCommandInput
21
15
  export interface ListRuleGroupsNamespacesCommandOutput
22
16
  extends ListRuleGroupsNamespacesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListRuleGroupsNamespacesCommand extends $Command<
25
- ListRuleGroupsNamespacesCommandInput,
26
- ListRuleGroupsNamespacesCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: ListRuleGroupsNamespacesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListRuleGroupsNamespacesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListRuleGroupsNamespacesCommand_base: {
19
+ new (
20
+ input: ListRuleGroupsNamespacesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListRuleGroupsNamespacesCommandInput,
38
- ListRuleGroupsNamespacesCommandOutput
23
+ ListRuleGroupsNamespacesCommandOutput,
24
+ AmpClientResolvedConfig,
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 ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListScrapersCommandInput extends ListScrapersRequest {}
17
11
  export interface ListScrapersCommandOutput
18
12
  extends ListScrapersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListScrapersCommand extends $Command<
21
- ListScrapersCommandInput,
22
- ListScrapersCommandOutput,
23
- AmpClientResolvedConfig
24
- > {
25
- readonly input: ListScrapersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListScrapersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmpClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListScrapersCommandInput, ListScrapersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListScrapersCommand_base: {
15
+ new (
16
+ input: ListScrapersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListScrapersCommandInput,
19
+ ListScrapersCommandOutput,
20
+ AmpClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListScrapersCommand extends ListScrapersCommand_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
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -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
- AmpClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
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
+ AmpClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}