@aws-sdk/client-amp 3.1076.0 → 3.1078.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.
- package/dist-cjs/index.js +55 -445
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/CreateAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateScraperCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -14
- package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteScraperCommand.js +2 -14
- package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -14
- package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/DescribeScraperCommand.js +2 -14
- package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAnomalyDetectorsCommand.js +2 -14
- package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +2 -14
- package/dist-es/commands/ListScrapersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkspacesCommand.js +2 -14
- package/dist-es/commands/PutAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateScraperCommand.js +2 -14
- package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateScraperCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScraperCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScraperCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAnomalyDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListScrapersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScraperCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAlertManagerDefinitionRequest,
|
|
10
4
|
DescribeAlertManagerDefinitionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAlertManagerDefinitionCommandInput
|
|
15
8
|
extends DescribeAlertManagerDefinitionRequest {}
|
|
16
9
|
export interface DescribeAlertManagerDefinitionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAlertManagerDefinitionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAlertManagerDefinitionCommandInput,
|
|
24
17
|
DescribeAlertManagerDefinitionCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAlertManagerDefinitionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAlertManagerDefinitionCommandInput,
|
|
33
26
|
DescribeAlertManagerDefinitionCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAnomalyDetectorRequest,
|
|
10
4
|
DescribeAnomalyDetectorResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAnomalyDetectorCommandInput
|
|
15
8
|
extends DescribeAnomalyDetectorRequest {}
|
|
16
9
|
export interface DescribeAnomalyDetectorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAnomalyDetectorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAnomalyDetectorCommandInput,
|
|
24
17
|
DescribeAnomalyDetectorCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAnomalyDetectorCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAnomalyDetectorCommandInput,
|
|
33
26
|
DescribeAnomalyDetectorCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAnomalyDetectorCommand extends DescribeAnomalyDetectorCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLoggingConfigurationRequest,
|
|
10
4
|
DescribeLoggingConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoggingConfigurationCommandInput
|
|
15
8
|
extends DescribeLoggingConfigurationRequest {}
|
|
16
9
|
export interface DescribeLoggingConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoggingConfigurationCommandInput,
|
|
24
17
|
DescribeLoggingConfigurationCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeLoggingConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoggingConfigurationCommandInput,
|
|
33
26
|
DescribeLoggingConfigurationCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeQueryLoggingConfigurationRequest,
|
|
10
4
|
DescribeQueryLoggingConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeQueryLoggingConfigurationCommandInput
|
|
15
8
|
extends DescribeQueryLoggingConfigurationRequest {}
|
|
16
9
|
export interface DescribeQueryLoggingConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeQueryLoggingConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeQueryLoggingConfigurationCommandInput,
|
|
24
17
|
DescribeQueryLoggingConfigurationCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeQueryLoggingConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeQueryLoggingConfigurationCommandInput,
|
|
33
26
|
DescribeQueryLoggingConfigurationCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeQueryLoggingConfigurationCommand extends DescribeQueryLoggingConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeResourcePolicyRequest,
|
|
10
4
|
DescribeResourcePolicyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeResourcePolicyCommandInput
|
|
15
8
|
extends DescribeResourcePolicyRequest {}
|
|
16
9
|
export interface DescribeResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeResourcePolicyCommandInput,
|
|
24
17
|
DescribeResourcePolicyCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeResourcePolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeResourcePolicyCommandInput,
|
|
33
26
|
DescribeResourcePolicyCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeRuleGroupsNamespaceRequest,
|
|
10
4
|
DescribeRuleGroupsNamespaceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeRuleGroupsNamespaceCommandInput
|
|
15
8
|
extends DescribeRuleGroupsNamespaceRequest {}
|
|
16
9
|
export interface DescribeRuleGroupsNamespaceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeRuleGroupsNamespaceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeRuleGroupsNamespaceCommandInput,
|
|
24
17
|
DescribeRuleGroupsNamespaceCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeRuleGroupsNamespaceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeRuleGroupsNamespaceCommandInput,
|
|
33
26
|
DescribeRuleGroupsNamespaceCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeScraperRequest,
|
|
10
4
|
DescribeScraperResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeScraperCommandInput extends DescribeScraperRequest {}
|
|
15
8
|
export interface DescribeScraperCommandOutput
|
|
16
9
|
extends DescribeScraperResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeScraperCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeScraperCommandInput,
|
|
23
16
|
DescribeScraperCommandOutput,
|
|
24
|
-
AmpClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmpClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeScraperCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeScraperCommandInput,
|
|
32
25
|
DescribeScraperCommandOutput,
|
|
33
|
-
AmpClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmpClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeScraperCommand extends DescribeScraperCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeScraperLoggingConfigurationRequest,
|
|
10
4
|
DescribeScraperLoggingConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeScraperLoggingConfigurationCommandInput
|
|
15
8
|
extends DescribeScraperLoggingConfigurationRequest {}
|
|
16
9
|
export interface DescribeScraperLoggingConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeScraperLoggingConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeScraperLoggingConfigurationCommandInput,
|
|
24
17
|
DescribeScraperLoggingConfigurationCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeScraperLoggingConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeScraperLoggingConfigurationCommandInput,
|
|
33
26
|
DescribeScraperLoggingConfigurationCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeScraperLoggingConfigurationCommand extends DescribeScraperLoggingConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeWorkspaceRequest,
|
|
10
4
|
DescribeWorkspaceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeWorkspaceCommandInput
|
|
15
8
|
extends DescribeWorkspaceRequest {}
|
|
16
9
|
export interface DescribeWorkspaceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeWorkspaceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeWorkspaceCommandInput,
|
|
24
17
|
DescribeWorkspaceCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeWorkspaceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeWorkspaceCommandInput,
|
|
33
26
|
DescribeWorkspaceCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeWorkspaceConfigurationRequest,
|
|
10
4
|
DescribeWorkspaceConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeWorkspaceConfigurationCommandInput
|
|
15
8
|
extends DescribeWorkspaceConfigurationRequest {}
|
|
16
9
|
export interface DescribeWorkspaceConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeWorkspaceConfigurationCommandInput,
|
|
24
17
|
DescribeWorkspaceConfigurationCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeWorkspaceConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeWorkspaceConfigurationCommandInput,
|
|
33
26
|
DescribeWorkspaceConfigurationCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeWorkspaceConfigurationCommand extends DescribeWorkspaceConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDefaultScraperConfigurationRequest,
|
|
10
4
|
GetDefaultScraperConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDefaultScraperConfigurationCommandInput
|
|
15
8
|
extends GetDefaultScraperConfigurationRequest {}
|
|
16
9
|
export interface GetDefaultScraperConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDefaultScraperConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDefaultScraperConfigurationCommandInput,
|
|
24
17
|
GetDefaultScraperConfigurationCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetDefaultScraperConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDefaultScraperConfigurationCommandInput,
|
|
33
26
|
GetDefaultScraperConfigurationCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAnomalyDetectorsRequest,
|
|
10
4
|
ListAnomalyDetectorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAnomalyDetectorsCommandInput
|
|
15
8
|
extends ListAnomalyDetectorsRequest {}
|
|
16
9
|
export interface ListAnomalyDetectorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAnomalyDetectorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAnomalyDetectorsCommandInput,
|
|
24
17
|
ListAnomalyDetectorsCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAnomalyDetectorsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAnomalyDetectorsCommandInput,
|
|
33
26
|
ListAnomalyDetectorsCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAnomalyDetectorsCommand extends ListAnomalyDetectorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import {
|
|
9
3
|
ListRuleGroupsNamespacesRequest,
|
|
10
4
|
ListRuleGroupsNamespacesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRuleGroupsNamespacesCommandInput
|
|
15
8
|
extends ListRuleGroupsNamespacesRequest {}
|
|
16
9
|
export interface ListRuleGroupsNamespacesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRuleGroupsNamespacesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRuleGroupsNamespacesCommandInput,
|
|
24
17
|
ListRuleGroupsNamespacesCommandOutput,
|
|
25
|
-
AmpClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmpClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListRuleGroupsNamespacesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRuleGroupsNamespacesCommandInput,
|
|
33
26
|
ListRuleGroupsNamespacesCommandOutput,
|
|
34
|
-
AmpClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmpClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmpClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmpClient";
|
|
8
2
|
import { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListScrapersCommandInput extends ListScrapersRequest {}
|
|
12
5
|
export interface ListScrapersCommandOutput
|
|
13
6
|
extends ListScrapersResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListScrapersCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListScrapersCommandInput,
|
|
20
13
|
ListScrapersCommandOutput,
|
|
21
|
-
AmpClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmpClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListScrapersCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListScrapersCommandInput,
|
|
29
22
|
ListScrapersCommandOutput,
|
|
30
|
-
AmpClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmpClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListScrapersCommand extends ListScrapersCommand_base {
|
|
39
30
|
protected static __types: {
|