@aws-sdk/client-amp 3.479.0 → 3.484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListScrapersCommandInput extends ListScrapersRequest {
21
20
  */
22
21
  export interface ListScrapersCommandOutput extends ListScrapersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListScrapersCommand_base: {
24
+ new (input: ListScrapersCommandInput): import("@smithy/smithy-client").CommandImpl<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Lists all scrapers in a customer account, including scrapers being created or deleted. You may provide filters to return a more specific list of results.
@@ -102,23 +105,5 @@ export interface ListScrapersCommandOutput extends ListScrapersResponse, __Metad
102
105
  * <p>Base exception class for all service exceptions from Amp service.</p>
103
106
  *
104
107
  */
105
- export declare class ListScrapersCommand extends $Command<ListScrapersCommandInput, ListScrapersCommandOutput, AmpClientResolvedConfig> {
106
- readonly input: ListScrapersCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ListScrapersCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListScrapersCommandInput, ListScrapersCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ListScrapersCommand extends ListScrapersCommand_base {
124
109
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
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, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Lists the tags you have assigned to the resource.
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from Amp service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmpClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
21
20
  */
22
21
  export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkspacesCommand_base: {
24
+ new (input: ListWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Lists all AMP workspaces, including workspaces being created or deleted.
@@ -80,23 +83,5 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
80
83
  * <p>Base exception class for all service exceptions from Amp service.</p>
81
84
  *
82
85
  */
83
- export declare class ListWorkspacesCommand extends $Command<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, AmpClientResolvedConfig> {
84
- readonly input: ListWorkspacesCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListWorkspacesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkspacesCommandInput, ListWorkspacesCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
102
87
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAlertManagerDefinitionCommandInput extends PutAlertManagerDe
21
20
  */
22
21
  export interface PutAlertManagerDefinitionCommandOutput extends PutAlertManagerDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutAlertManagerDefinitionCommand_base: {
24
+ new (input: PutAlertManagerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Update an alert manager definition.
@@ -77,23 +80,5 @@ export interface PutAlertManagerDefinitionCommandOutput extends PutAlertManagerD
77
80
  * <p>Base exception class for all service exceptions from Amp service.</p>
78
81
  *
79
82
  */
80
- export declare class PutAlertManagerDefinitionCommand extends $Command<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig> {
81
- readonly input: PutAlertManagerDefinitionCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: PutAlertManagerDefinitionCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class PutAlertManagerDefinitionCommand extends PutAlertManagerDefinitionCommand_base {
99
84
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRuleGroupsNamespaceCommandInput extends PutRuleGroupsNamespa
21
20
  */
22
21
  export interface PutRuleGroupsNamespaceCommandOutput extends PutRuleGroupsNamespaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutRuleGroupsNamespaceCommand_base: {
24
+ new (input: PutRuleGroupsNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Update a rule groups namespace.
@@ -83,23 +86,5 @@ export interface PutRuleGroupsNamespaceCommandOutput extends PutRuleGroupsNamesp
83
86
  * <p>Base exception class for all service exceptions from Amp service.</p>
84
87
  *
85
88
  */
86
- export declare class PutRuleGroupsNamespaceCommand extends $Command<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig> {
87
- readonly input: PutRuleGroupsNamespaceCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: PutRuleGroupsNamespaceCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class PutRuleGroupsNamespaceCommand extends PutRuleGroupsNamespaceCommand_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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
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, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Creates tags for the specified resource.
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from Amp service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AmpClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
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, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes tags from the specified resource.
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from Amp service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingCon
21
20
  */
22
21
  export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLoggingConfigurationCommand_base: {
24
+ new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Update logging configuration.
@@ -71,23 +74,5 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
71
74
  * <p>Base exception class for all service exceptions from Amp service.</p>
72
75
  *
73
76
  */
74
- export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig> {
75
- readonly input: UpdateLoggingConfigurationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UpdateLoggingConfigurationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
93
78
  }
@@ -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 { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient";
5
4
  import { UpdateWorkspaceAliasRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkspaceAliasCommandInput extends UpdateWorkspaceAliasRe
21
20
  */
22
21
  export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkspaceAliasCommand_base: {
24
+ new (input: UpdateWorkspaceAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates an AMP workspace alias.
@@ -72,23 +75,5 @@ export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {
72
75
  * <p>Base exception class for all service exceptions from Amp service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateWorkspaceAliasCommand extends $Command<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig> {
76
- readonly input: UpdateWorkspaceAliasCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateWorkspaceAliasCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmpClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {
94
79
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmpClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateAlertManagerDefinitionCommandInput
21
15
  export interface CreateAlertManagerDefinitionCommandOutput
22
16
  extends CreateAlertManagerDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAlertManagerDefinitionCommand extends $Command<
25
- CreateAlertManagerDefinitionCommandInput,
26
- CreateAlertManagerDefinitionCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: CreateAlertManagerDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAlertManagerDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAlertManagerDefinitionCommand_base: {
19
+ new (
20
+ input: CreateAlertManagerDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAlertManagerDefinitionCommandInput,
38
- CreateAlertManagerDefinitionCommandOutput
23
+ CreateAlertManagerDefinitionCommandOutput,
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 CreateAlertManagerDefinitionCommand extends CreateAlertManagerDefinitionCommand_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 CreateLoggingConfigurationCommandInput
21
15
  export interface CreateLoggingConfigurationCommandOutput
22
16
  extends CreateLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateLoggingConfigurationCommand extends $Command<
25
- CreateLoggingConfigurationCommandInput,
26
- CreateLoggingConfigurationCommandOutput,
27
- AmpClientResolvedConfig
28
- > {
29
- readonly input: CreateLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmpClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: CreateLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateLoggingConfigurationCommandInput,
38
- CreateLoggingConfigurationCommandOutput
23
+ CreateLoggingConfigurationCommandOutput,
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 CreateLoggingConfigurationCommand extends CreateLoggingConfigurationCommand_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 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 {}