@aws-sdk/client-amp 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Amp.d.ts +143 -188
- package/dist-types/ts3.4/AmpClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +3 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAnomalyDetectorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAnomalyDetectorCommandInput
|
|
8
|
-
extends DescribeAnomalyDetectorRequest {}
|
|
7
|
+
export interface DescribeAnomalyDetectorCommandInput extends DescribeAnomalyDetectorRequest {}
|
|
9
8
|
export interface DescribeAnomalyDetectorCommandOutput
|
|
10
|
-
extends DescribeAnomalyDetectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAnomalyDetectorResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAnomalyDetectorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
12
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAnomalyDetectorCommandInput,
|
|
17
15
|
DescribeAnomalyDetectorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAnomalyDetectorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
21
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAnomalyDetectorCommandInput,
|
|
26
24
|
DescribeAnomalyDetectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLoggingConfigurationCommandInput
|
|
8
|
-
extends DescribeLoggingConfigurationRequest {}
|
|
7
|
+
export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggingConfigurationRequest {}
|
|
9
8
|
export interface DescribeLoggingConfigurationCommandOutput
|
|
10
|
-
extends DescribeLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLoggingConfigurationCommandInput
|
|
12
|
+
input: DescribeLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLoggingConfigurationCommandInput,
|
|
17
15
|
DescribeLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLoggingConfigurationCommandInput
|
|
21
|
+
input: DescribeLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLoggingConfigurationCommandInput,
|
|
26
24
|
DescribeLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeQueryLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeQueryLoggingConfigurationCommandInput
|
|
8
|
-
extends DescribeQueryLoggingConfigurationRequest {}
|
|
7
|
+
export interface DescribeQueryLoggingConfigurationCommandInput extends DescribeQueryLoggingConfigurationRequest {}
|
|
9
8
|
export interface DescribeQueryLoggingConfigurationCommandOutput
|
|
10
|
-
extends DescribeQueryLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeQueryLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeQueryLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeQueryLoggingConfigurationCommandInput
|
|
12
|
+
input: DescribeQueryLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeQueryLoggingConfigurationCommandInput,
|
|
17
15
|
DescribeQueryLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeQueryLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeQueryLoggingConfigurationCommandInput
|
|
21
|
+
input: DescribeQueryLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeQueryLoggingConfigurationCommandInput,
|
|
26
24
|
DescribeQueryLoggingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeResourcePolicyRequest,
|
|
4
|
-
DescribeResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeResourcePolicyCommandInput
|
|
8
|
-
extends DescribeResourcePolicyRequest {}
|
|
4
|
+
export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {}
|
|
9
5
|
export interface DescribeResourcePolicyCommandOutput
|
|
10
|
-
extends DescribeResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeResourcePolicyCommandInput
|
|
9
|
+
input: DescribeResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeResourcePolicyCommandInput,
|
|
17
12
|
DescribeResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeResourcePolicyCommandInput
|
|
18
|
+
input: DescribeResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeResourcePolicyCommandInput,
|
|
26
21
|
DescribeResourcePolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeRuleGroupsNamespaceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeRuleGroupsNamespaceCommandInput
|
|
8
|
-
extends DescribeRuleGroupsNamespaceRequest {}
|
|
7
|
+
export interface DescribeRuleGroupsNamespaceCommandInput extends DescribeRuleGroupsNamespaceRequest {}
|
|
9
8
|
export interface DescribeRuleGroupsNamespaceCommandOutput
|
|
10
|
-
extends DescribeRuleGroupsNamespaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeRuleGroupsNamespaceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeRuleGroupsNamespaceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeRuleGroupsNamespaceCommandInput
|
|
12
|
+
input: DescribeRuleGroupsNamespaceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeRuleGroupsNamespaceCommandInput,
|
|
17
15
|
DescribeRuleGroupsNamespaceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeRuleGroupsNamespaceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeRuleGroupsNamespaceCommandInput
|
|
21
|
+
input: DescribeRuleGroupsNamespaceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeRuleGroupsNamespaceCommandInput,
|
|
26
24
|
DescribeRuleGroupsNamespaceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeScraperRequest,
|
|
4
|
-
DescribeScraperResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeScraperRequest, DescribeScraperResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeScraperCommandInput extends DescribeScraperRequest {}
|
|
8
|
-
export interface DescribeScraperCommandOutput
|
|
9
|
-
extends DescribeScraperResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeScraperCommandOutput extends DescribeScraperResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeScraperCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeScraperCommandInput
|
|
8
|
+
input: DescribeScraperCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeScraperCommandInput,
|
|
16
11
|
DescribeScraperCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeScraperCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeScraperCommandInput
|
|
17
|
+
input: DescribeScraperCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeScraperCommandInput,
|
|
25
20
|
DescribeScraperCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeScraperLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScraperLoggingConfigurationCommandInput
|
|
8
|
-
extends DescribeScraperLoggingConfigurationRequest {}
|
|
7
|
+
export interface DescribeScraperLoggingConfigurationCommandInput extends DescribeScraperLoggingConfigurationRequest {}
|
|
9
8
|
export interface DescribeScraperLoggingConfigurationCommandOutput
|
|
10
|
-
extends DescribeScraperLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeScraperLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeScraperLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeScraperLoggingConfigurationCommandInput
|
|
12
|
+
input: DescribeScraperLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeScraperLoggingConfigurationCommandInput,
|
|
17
15
|
DescribeScraperLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeScraperLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeScraperLoggingConfigurationCommandInput
|
|
21
|
+
input: DescribeScraperLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeScraperLoggingConfigurationCommandInput,
|
|
26
24
|
DescribeScraperLoggingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeWorkspaceRequest,
|
|
4
|
-
DescribeWorkspaceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeWorkspaceCommandInput
|
|
8
|
-
extends DescribeWorkspaceRequest {}
|
|
4
|
+
export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest {}
|
|
9
5
|
export interface DescribeWorkspaceCommandOutput
|
|
10
|
-
extends DescribeWorkspaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeWorkspaceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeWorkspaceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeWorkspaceCommandInput
|
|
9
|
+
input: DescribeWorkspaceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeWorkspaceCommandInput,
|
|
17
12
|
DescribeWorkspaceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeWorkspaceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeWorkspaceCommandInput
|
|
18
|
+
input: DescribeWorkspaceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeWorkspaceCommandInput,
|
|
26
21
|
DescribeWorkspaceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeWorkspaceConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeWorkspaceConfigurationCommandInput
|
|
8
|
-
extends DescribeWorkspaceConfigurationRequest {}
|
|
7
|
+
export interface DescribeWorkspaceConfigurationCommandInput extends DescribeWorkspaceConfigurationRequest {}
|
|
9
8
|
export interface DescribeWorkspaceConfigurationCommandOutput
|
|
10
|
-
extends DescribeWorkspaceConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeWorkspaceConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeWorkspaceConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeWorkspaceConfigurationCommandInput
|
|
12
|
+
input: DescribeWorkspaceConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeWorkspaceConfigurationCommandInput,
|
|
17
15
|
DescribeWorkspaceConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeWorkspaceConfigurationCommandInput
|
|
21
|
+
input: DescribeWorkspaceConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeWorkspaceConfigurationCommandInput,
|
|
26
24
|
DescribeWorkspaceConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDefaultScraperConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDefaultScraperConfigurationCommandInput
|
|
8
|
-
extends GetDefaultScraperConfigurationRequest {}
|
|
7
|
+
export interface GetDefaultScraperConfigurationCommandInput extends GetDefaultScraperConfigurationRequest {}
|
|
9
8
|
export interface GetDefaultScraperConfigurationCommandOutput
|
|
10
|
-
extends GetDefaultScraperConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDefaultScraperConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDefaultScraperConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDefaultScraperConfigurationCommandInput
|
|
12
|
+
input: GetDefaultScraperConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDefaultScraperConfigurationCommandInput,
|
|
17
15
|
GetDefaultScraperConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAnomalyDetectorsRequest,
|
|
4
|
-
ListAnomalyDetectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAnomalyDetectorsRequest, ListAnomalyDetectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAnomalyDetectorsCommandInput
|
|
8
|
-
extends ListAnomalyDetectorsRequest {}
|
|
4
|
+
export interface ListAnomalyDetectorsCommandInput extends ListAnomalyDetectorsRequest {}
|
|
9
5
|
export interface ListAnomalyDetectorsCommandOutput
|
|
10
|
-
extends ListAnomalyDetectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAnomalyDetectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAnomalyDetectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAnomalyDetectorsCommandInput
|
|
9
|
+
input: ListAnomalyDetectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAnomalyDetectorsCommandInput,
|
|
17
12
|
ListAnomalyDetectorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListAnomalyDetectorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListAnomalyDetectorsCommandInput
|
|
18
|
+
input: ListAnomalyDetectorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListAnomalyDetectorsCommandInput,
|
|
26
21
|
ListAnomalyDetectorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListRuleGroupsNamespacesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRuleGroupsNamespacesCommandInput
|
|
8
|
-
extends ListRuleGroupsNamespacesRequest {}
|
|
7
|
+
export interface ListRuleGroupsNamespacesCommandInput extends ListRuleGroupsNamespacesRequest {}
|
|
9
8
|
export interface ListRuleGroupsNamespacesCommandOutput
|
|
10
|
-
extends ListRuleGroupsNamespacesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListRuleGroupsNamespacesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListRuleGroupsNamespacesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListRuleGroupsNamespacesCommandInput
|
|
12
|
+
input: ListRuleGroupsNamespacesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListRuleGroupsNamespacesCommandInput,
|
|
17
15
|
ListRuleGroupsNamespacesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListRuleGroupsNamespacesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListRuleGroupsNamespacesCommandInput
|
|
21
|
+
input: ListRuleGroupsNamespacesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListRuleGroupsNamespacesCommandInput,
|
|
26
24
|
ListRuleGroupsNamespacesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListScrapersCommandInput extends ListScrapersRequest {}
|
|
5
|
-
export interface ListScrapersCommandOutput
|
|
6
|
-
extends ListScrapersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListScrapersCommandOutput extends ListScrapersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListScrapersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListScrapersCommandInput
|
|
8
|
+
input: ListScrapersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListScrapersCommandInput,
|
|
13
11
|
ListScrapersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWorkspacesRequest,
|
|
4
|
-
ListWorkspacesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
|
|
8
|
-
export interface ListWorkspacesCommandOutput
|
|
9
|
-
extends ListWorkspacesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListWorkspacesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListWorkspacesCommandInput
|
|
8
|
+
input: ListWorkspacesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListWorkspacesCommandInput,
|
|
16
11
|
ListWorkspacesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutAlertManagerDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAlertManagerDefinitionCommandInput
|
|
8
|
-
extends PutAlertManagerDefinitionRequest {}
|
|
7
|
+
export interface PutAlertManagerDefinitionCommandInput extends PutAlertManagerDefinitionRequest {}
|
|
9
8
|
export interface PutAlertManagerDefinitionCommandOutput
|
|
10
|
-
extends PutAlertManagerDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutAlertManagerDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutAlertManagerDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutAlertManagerDefinitionCommandInput
|
|
12
|
+
input: PutAlertManagerDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutAlertManagerDefinitionCommandInput,
|
|
17
15
|
PutAlertManagerDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutAlertManagerDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutAlertManagerDefinitionCommandInput
|
|
21
|
+
input: PutAlertManagerDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutAlertManagerDefinitionCommandInput,
|
|
26
24
|
PutAlertManagerDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutAnomalyDetectorRequest,
|
|
4
|
-
PutAnomalyDetectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutAnomalyDetectorRequest, PutAnomalyDetectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAnomalyDetectorCommandInput
|
|
8
|
-
extends PutAnomalyDetectorRequest {}
|
|
4
|
+
export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorRequest {}
|
|
9
5
|
export interface PutAnomalyDetectorCommandOutput
|
|
10
|
-
extends PutAnomalyDetectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutAnomalyDetectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutAnomalyDetectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutAnomalyDetectorCommandInput
|
|
9
|
+
input: PutAnomalyDetectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutAnomalyDetectorCommandInput,
|
|
17
12
|
PutAnomalyDetectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutAnomalyDetectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutAnomalyDetectorCommandInput
|
|
18
|
+
input: PutAnomalyDetectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutAnomalyDetectorCommandInput,
|
|
26
21
|
PutAnomalyDetectorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutResourcePolicyRequest,
|
|
4
|
-
PutResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutResourcePolicyCommandInput
|
|
8
|
-
extends PutResourcePolicyRequest {}
|
|
4
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
|
|
9
5
|
export interface PutResourcePolicyCommandOutput
|
|
10
|
-
extends PutResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutResourcePolicyCommandInput
|
|
9
|
+
input: PutResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutResourcePolicyCommandInput,
|
|
17
12
|
PutResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutResourcePolicyCommandInput
|
|
18
|
+
input: PutResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutResourcePolicyCommandInput,
|
|
26
21
|
PutResourcePolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutRuleGroupsNamespaceRequest,
|
|
4
|
-
PutRuleGroupsNamespaceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutRuleGroupsNamespaceCommandInput
|
|
8
|
-
extends PutRuleGroupsNamespaceRequest {}
|
|
4
|
+
export interface PutRuleGroupsNamespaceCommandInput extends PutRuleGroupsNamespaceRequest {}
|
|
9
5
|
export interface PutRuleGroupsNamespaceCommandOutput
|
|
10
|
-
extends PutRuleGroupsNamespaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutRuleGroupsNamespaceResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutRuleGroupsNamespaceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutRuleGroupsNamespaceCommandInput
|
|
9
|
+
input: PutRuleGroupsNamespaceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutRuleGroupsNamespaceCommandInput,
|
|
17
12
|
PutRuleGroupsNamespaceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutRuleGroupsNamespaceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutRuleGroupsNamespaceCommandInput
|
|
18
|
+
input: PutRuleGroupsNamespaceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutRuleGroupsNamespaceCommandInput,
|
|
26
21
|
PutRuleGroupsNamespaceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateLoggingConfigurationCommandInput
|
|
8
|
-
extends UpdateLoggingConfigurationRequest {}
|
|
7
|
+
export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingConfigurationRequest {}
|
|
9
8
|
export interface UpdateLoggingConfigurationCommandOutput
|
|
10
|
-
extends UpdateLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateLoggingConfigurationCommandInput
|
|
12
|
+
input: UpdateLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateLoggingConfigurationCommandInput,
|
|
17
15
|
UpdateLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateLoggingConfigurationCommandInput
|
|
21
|
+
input: UpdateLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateLoggingConfigurationCommandInput,
|
|
26
24
|
UpdateLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateQueryLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateQueryLoggingConfigurationCommandInput
|
|
8
|
-
extends UpdateQueryLoggingConfigurationRequest {}
|
|
7
|
+
export interface UpdateQueryLoggingConfigurationCommandInput extends UpdateQueryLoggingConfigurationRequest {}
|
|
9
8
|
export interface UpdateQueryLoggingConfigurationCommandOutput
|
|
10
|
-
extends UpdateQueryLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateQueryLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateQueryLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateQueryLoggingConfigurationCommandInput
|
|
12
|
+
input: UpdateQueryLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateQueryLoggingConfigurationCommandInput,
|
|
17
15
|
UpdateQueryLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateQueryLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateQueryLoggingConfigurationCommandInput
|
|
21
|
+
input: UpdateQueryLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateQueryLoggingConfigurationCommandInput,
|
|
26
24
|
UpdateQueryLoggingConfigurationCommandOutput,
|