@aws-sdk/client-amp 3.478.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 (113) 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-cjs/protocols/Aws_restJson1.js +4 -0
  29. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +18 -41
  30. package/dist-es/commands/CreateLoggingConfigurationCommand.js +18 -41
  31. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +18 -41
  32. package/dist-es/commands/CreateScraperCommand.js +18 -41
  33. package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
  34. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +18 -41
  35. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +18 -41
  36. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +18 -41
  37. package/dist-es/commands/DeleteScraperCommand.js +18 -41
  38. package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
  39. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +18 -41
  40. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +18 -41
  41. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +18 -41
  42. package/dist-es/commands/DescribeScraperCommand.js +18 -41
  43. package/dist-es/commands/DescribeWorkspaceCommand.js +18 -41
  44. package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +18 -41
  45. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +18 -41
  46. package/dist-es/commands/ListScrapersCommand.js +18 -41
  47. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  48. package/dist-es/commands/ListWorkspacesCommand.js +18 -41
  49. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +18 -41
  50. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +18 -41
  54. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/protocols/Aws_restJson1.js +4 -0
  57. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateScraperCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateWorkspaceCommand.d.ts +8 -21
  62. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteScraperCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeScraperCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +7 -21
  72. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +6 -21
  73. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +6 -21
  74. package/dist-types/commands/ListScrapersCommand.d.ts +6 -21
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  76. package/dist-types/commands/ListWorkspacesCommand.d.ts +7 -21
  77. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +6 -21
  78. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +6 -21
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +6 -21
  83. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  84. package/dist-types/models/models_0.d.ts +20 -0
  85. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  113. 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,
@@ -21,22 +15,16 @@ export interface CreateRuleGroupsNamespaceCommandInput
21
15
  export interface CreateRuleGroupsNamespaceCommandOutput
22
16
  extends CreateRuleGroupsNamespaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateRuleGroupsNamespaceCommand extends $Command<
25
- CreateRuleGroupsNamespaceCommandInput,
26
- CreateRuleGroupsNamespaceCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: CreateRuleGroupsNamespaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateRuleGroupsNamespaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateRuleGroupsNamespaceCommand_base: {
19
+ new (
20
+ input: CreateRuleGroupsNamespaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateRuleGroupsNamespaceCommandInput,
38
- CreateRuleGroupsNamespaceCommandOutput
23
+ CreateRuleGroupsNamespaceCommandOutput,
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 CreateRuleGroupsNamespaceCommand extends CreateRuleGroupsNamespaceCommand_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 CreateScraperCommandInput extends CreateScraperRequest {}
20
14
  export interface CreateScraperCommandOutput
21
15
  extends CreateScraperResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateScraperCommand extends $Command<
24
- CreateScraperCommandInput,
25
- CreateScraperCommandOutput,
26
- AmpClientResolvedConfig
27
- > {
28
- readonly input: CreateScraperCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateScraperCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmpClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateScraperCommandInput, CreateScraperCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateScraperCommand_base: {
18
+ new (
19
+ input: CreateScraperCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateScraperCommandInput,
22
+ CreateScraperCommandOutput,
23
+ AmpClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateScraperCommand extends CreateScraperCommand_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 CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
20
14
  export interface CreateWorkspaceCommandOutput
21
15
  extends CreateWorkspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateWorkspaceCommand extends $Command<
24
- CreateWorkspaceCommandInput,
25
- CreateWorkspaceCommandOutput,
26
- AmpClientResolvedConfig
27
- > {
28
- readonly input: CreateWorkspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateWorkspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmpClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateWorkspaceCommand_base: {
18
+ new (
19
+ input: CreateWorkspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateWorkspaceCommandInput,
22
+ CreateWorkspaceCommandOutput,
23
+ AmpClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_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 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 {}