@aws-sdk/client-amp 3.1087.0 → 3.1089.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 +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateScraperRequest,
|
|
4
|
-
UpdateScraperResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateScraperRequest, UpdateScraperResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateScraperCommandInput extends UpdateScraperRequest {}
|
|
8
|
-
export interface UpdateScraperCommandOutput
|
|
9
|
-
extends UpdateScraperResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateScraperCommandOutput extends UpdateScraperResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateScraperCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateScraperCommandInput
|
|
8
|
+
input: UpdateScraperCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateScraperCommandInput,
|
|
16
11
|
UpdateScraperCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateScraperCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateScraperCommandInput
|
|
17
|
+
input: UpdateScraperCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateScraperCommandInput,
|
|
25
20
|
UpdateScraperCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateScraperLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateScraperLoggingConfigurationCommandInput
|
|
8
|
-
extends UpdateScraperLoggingConfigurationRequest {}
|
|
7
|
+
export interface UpdateScraperLoggingConfigurationCommandInput extends UpdateScraperLoggingConfigurationRequest {}
|
|
9
8
|
export interface UpdateScraperLoggingConfigurationCommandOutput
|
|
10
|
-
extends UpdateScraperLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateScraperLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateScraperLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateScraperLoggingConfigurationCommandInput
|
|
12
|
+
input: UpdateScraperLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateScraperLoggingConfigurationCommandInput,
|
|
17
15
|
UpdateScraperLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateScraperLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateScraperLoggingConfigurationCommandInput
|
|
21
|
+
input: UpdateScraperLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateScraperLoggingConfigurationCommandInput,
|
|
26
24
|
UpdateScraperLoggingConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateWorkspaceAliasRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateWorkspaceAliasCommandInput
|
|
5
|
-
extends UpdateWorkspaceAliasRequest {}
|
|
4
|
+
export interface UpdateWorkspaceAliasCommandInput extends UpdateWorkspaceAliasRequest {}
|
|
6
5
|
export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateWorkspaceAliasCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateWorkspaceAliasCommandInput
|
|
8
|
+
input: UpdateWorkspaceAliasCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateWorkspaceAliasCommandInput,
|
|
12
11
|
UpdateWorkspaceAliasCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateWorkspaceAliasCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateWorkspaceAliasCommandInput
|
|
17
|
+
input: UpdateWorkspaceAliasCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateWorkspaceAliasCommandInput,
|
|
21
20
|
UpdateWorkspaceAliasCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateWorkspaceConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateWorkspaceConfigurationCommandInput
|
|
8
|
-
extends UpdateWorkspaceConfigurationRequest {}
|
|
7
|
+
export interface UpdateWorkspaceConfigurationCommandInput extends UpdateWorkspaceConfigurationRequest {}
|
|
9
8
|
export interface UpdateWorkspaceConfigurationCommandOutput
|
|
10
|
-
extends UpdateWorkspaceConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateWorkspaceConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateWorkspaceConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateWorkspaceConfigurationCommandInput
|
|
12
|
+
input: UpdateWorkspaceConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateWorkspaceConfigurationCommandInput,
|
|
17
15
|
UpdateWorkspaceConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateWorkspaceConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateWorkspaceConfigurationCommandInput
|
|
21
|
+
input: UpdateWorkspaceConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateWorkspaceConfigurationCommandInput,
|
|
26
24
|
UpdateWorkspaceConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AmpExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -25,15 +25,13 @@ export declare const ScraperStatusCode: {
|
|
|
25
25
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
26
26
|
readonly UPDATING: "UPDATING";
|
|
27
27
|
};
|
|
28
|
-
export type ScraperStatusCode =
|
|
29
|
-
(typeof ScraperStatusCode)[keyof typeof ScraperStatusCode];
|
|
28
|
+
export type ScraperStatusCode = (typeof ScraperStatusCode)[keyof typeof ScraperStatusCode];
|
|
30
29
|
export declare const ScraperComponentType: {
|
|
31
30
|
readonly COLLECTOR: "COLLECTOR";
|
|
32
31
|
readonly EXPORTER: "EXPORTER";
|
|
33
32
|
readonly SERVICE_DISCOVERY: "SERVICE_DISCOVERY";
|
|
34
33
|
};
|
|
35
|
-
export type ScraperComponentType =
|
|
36
|
-
(typeof ScraperComponentType)[keyof typeof ScraperComponentType];
|
|
34
|
+
export type ScraperComponentType = (typeof ScraperComponentType)[keyof typeof ScraperComponentType];
|
|
37
35
|
export declare const ScraperLoggingConfigurationStatusCode: {
|
|
38
36
|
readonly ACTIVE: "ACTIVE";
|
|
39
37
|
readonly CREATING: "CREATING";
|
|
@@ -62,8 +60,7 @@ export declare const WorkspaceStatusCode: {
|
|
|
62
60
|
readonly DELETING: "DELETING";
|
|
63
61
|
readonly UPDATING: "UPDATING";
|
|
64
62
|
};
|
|
65
|
-
export type WorkspaceStatusCode =
|
|
66
|
-
(typeof WorkspaceStatusCode)[keyof typeof WorkspaceStatusCode];
|
|
63
|
+
export type WorkspaceStatusCode = (typeof WorkspaceStatusCode)[keyof typeof WorkspaceStatusCode];
|
|
67
64
|
export declare const LoggingConfigurationStatusCode: {
|
|
68
65
|
readonly ACTIVE: "ACTIVE";
|
|
69
66
|
readonly CREATING: "CREATING";
|
|
@@ -5,9 +5,7 @@ import { ValidationExceptionField } from "./models_0";
|
|
|
5
5
|
export declare class AccessDeniedException extends __BaseException {
|
|
6
6
|
readonly name: "AccessDeniedException";
|
|
7
7
|
readonly $fault: "client";
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
-
);
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
11
9
|
}
|
|
12
10
|
export declare class ConflictException extends __BaseException {
|
|
13
11
|
readonly name: "ConflictException";
|
|
@@ -21,18 +19,14 @@ export declare class InternalServerException extends __BaseException {
|
|
|
21
19
|
readonly $fault: "server";
|
|
22
20
|
$retryable: {};
|
|
23
21
|
retryAfterSeconds?: number | undefined;
|
|
24
|
-
constructor(
|
|
25
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
26
|
-
);
|
|
22
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
27
23
|
}
|
|
28
24
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
29
25
|
readonly name: "ResourceNotFoundException";
|
|
30
26
|
readonly $fault: "client";
|
|
31
27
|
resourceId: string | undefined;
|
|
32
28
|
resourceType: string | undefined;
|
|
33
|
-
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
35
|
-
);
|
|
29
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
36
30
|
}
|
|
37
31
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
38
32
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -41,9 +35,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
41
35
|
resourceType: string | undefined;
|
|
42
36
|
serviceCode: string | undefined;
|
|
43
37
|
quotaCode: string | undefined;
|
|
44
|
-
constructor(
|
|
45
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
46
|
-
);
|
|
38
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
47
39
|
}
|
|
48
40
|
export declare class ThrottlingException extends __BaseException {
|
|
49
41
|
readonly name: "ThrottlingException";
|
|
@@ -52,16 +44,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
52
44
|
serviceCode?: string | undefined;
|
|
53
45
|
quotaCode?: string | undefined;
|
|
54
46
|
retryAfterSeconds?: number | undefined;
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
57
|
-
);
|
|
47
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
58
48
|
}
|
|
59
49
|
export declare class ValidationException extends __BaseException {
|
|
60
50
|
readonly name: "ValidationException";
|
|
61
51
|
readonly $fault: "client";
|
|
62
52
|
reason: ValidationExceptionReason | undefined;
|
|
63
53
|
fieldList?: ValidationExceptionField[] | undefined;
|
|
64
|
-
constructor(
|
|
65
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
66
|
-
);
|
|
54
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
67
55
|
}
|
|
@@ -64,9 +64,7 @@ export interface ListTagsForResourceResponse {
|
|
|
64
64
|
export interface AmpConfiguration {
|
|
65
65
|
workspaceArn: string | undefined;
|
|
66
66
|
}
|
|
67
|
-
export type Destination =
|
|
68
|
-
| Destination.AmpConfigurationMember
|
|
69
|
-
| Destination.$UnknownMember;
|
|
67
|
+
export type Destination = Destination.AmpConfigurationMember | Destination.$UnknownMember;
|
|
70
68
|
export declare namespace Destination {
|
|
71
69
|
interface AmpConfigurationMember {
|
|
72
70
|
ampConfiguration: AmpConfiguration;
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmpHttpAuthSchemeProvider;
|
|
@@ -7,11 +7,9 @@ import {
|
|
|
7
7
|
import { AmpServiceException } from "../models/AmpServiceException";
|
|
8
8
|
export declare const waitForAnomalyDetectorActive: (
|
|
9
9
|
params: WaiterConfiguration<AmpClient>,
|
|
10
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeAnomalyDetectorCommandOutput | AmpServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeAnomalyDetectorCommandOutput | AmpServiceException>>;
|
|
14
12
|
export declare const waitUntilAnomalyDetectorActive: (
|
|
15
13
|
params: WaiterConfiguration<AmpClient>,
|
|
16
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
14
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeAnomalyDetectorCommandOutput>>;
|
|
@@ -8,11 +8,9 @@ import { AmpServiceException } from "../models/AmpServiceException";
|
|
|
8
8
|
import { ResourceNotFoundException } from "../models/errors";
|
|
9
9
|
export declare const waitForAnomalyDetectorDeleted: (
|
|
10
10
|
params: WaiterConfiguration<AmpClient>,
|
|
11
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeAnomalyDetectorCommandOutput | AmpServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeAnomalyDetectorCommandOutput | AmpServiceException>>;
|
|
15
13
|
export declare const waitUntilAnomalyDetectorDeleted: (
|
|
16
14
|
params: WaiterConfiguration<AmpClient>,
|
|
17
|
-
input: DescribeAnomalyDetectorCommandInput
|
|
15
|
+
input: DescribeAnomalyDetectorCommandInput,
|
|
18
16
|
) => Promise<WaiterResult<ResourceNotFoundException>>;
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
import { AmpServiceException } from "../models/AmpServiceException";
|
|
8
8
|
export declare const waitForScraperActive: (
|
|
9
9
|
params: WaiterConfiguration<AmpClient>,
|
|
10
|
-
input: DescribeScraperCommandInput
|
|
10
|
+
input: DescribeScraperCommandInput,
|
|
11
11
|
) => Promise<WaiterResult<DescribeScraperCommandOutput | AmpServiceException>>;
|
|
12
12
|
export declare const waitUntilScraperActive: (
|
|
13
13
|
params: WaiterConfiguration<AmpClient>,
|
|
14
|
-
input: DescribeScraperCommandInput
|
|
14
|
+
input: DescribeScraperCommandInput,
|
|
15
15
|
) => Promise<WaiterResult<DescribeScraperCommandOutput>>;
|
|
@@ -8,9 +8,9 @@ import { AmpServiceException } from "../models/AmpServiceException";
|
|
|
8
8
|
import { ResourceNotFoundException } from "../models/errors";
|
|
9
9
|
export declare const waitForScraperDeleted: (
|
|
10
10
|
params: WaiterConfiguration<AmpClient>,
|
|
11
|
-
input: DescribeScraperCommandInput
|
|
11
|
+
input: DescribeScraperCommandInput,
|
|
12
12
|
) => Promise<WaiterResult<DescribeScraperCommandOutput | AmpServiceException>>;
|
|
13
13
|
export declare const waitUntilScraperDeleted: (
|
|
14
14
|
params: WaiterConfiguration<AmpClient>,
|
|
15
|
-
input: DescribeScraperCommandInput
|
|
15
|
+
input: DescribeScraperCommandInput,
|
|
16
16
|
) => Promise<WaiterResult<ResourceNotFoundException>>;
|
|
@@ -7,11 +7,9 @@ import {
|
|
|
7
7
|
import { AmpServiceException } from "../models/AmpServiceException";
|
|
8
8
|
export declare const waitForWorkspaceActive: (
|
|
9
9
|
params: WaiterConfiguration<AmpClient>,
|
|
10
|
-
input: DescribeWorkspaceCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeWorkspaceCommandOutput | AmpServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeWorkspaceCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeWorkspaceCommandOutput | AmpServiceException>>;
|
|
14
12
|
export declare const waitUntilWorkspaceActive: (
|
|
15
13
|
params: WaiterConfiguration<AmpClient>,
|
|
16
|
-
input: DescribeWorkspaceCommandInput
|
|
14
|
+
input: DescribeWorkspaceCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeWorkspaceCommandOutput>>;
|
|
@@ -8,11 +8,9 @@ import { AmpServiceException } from "../models/AmpServiceException";
|
|
|
8
8
|
import { ResourceNotFoundException } from "../models/errors";
|
|
9
9
|
export declare const waitForWorkspaceDeleted: (
|
|
10
10
|
params: WaiterConfiguration<AmpClient>,
|
|
11
|
-
input: DescribeWorkspaceCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeWorkspaceCommandOutput | AmpServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeWorkspaceCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeWorkspaceCommandOutput | AmpServiceException>>;
|
|
15
13
|
export declare const waitUntilWorkspaceDeleted: (
|
|
16
14
|
params: WaiterConfiguration<AmpClient>,
|
|
17
|
-
input: DescribeWorkspaceCommandInput
|
|
15
|
+
input: DescribeWorkspaceCommandInput,
|
|
18
16
|
) => Promise<WaiterResult<ResourceNotFoundException>>;
|