@aws-sdk/client-rum 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/RUM.d.ts +0 -55
- package/dist-types/ts3.4/RUMClient.d.ts +0 -83
- package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -10
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -427
- package/dist-types/ts3.4/pagination/GetAppMonitorDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAppMonitorsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -32
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rum
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-rum
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rum",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rum Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput } from "./commands/CreateAppMonitorCommand";
|
|
3
|
-
import { DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput } from "./commands/DeleteAppMonitorCommand";
|
|
4
|
-
import { GetAppMonitorCommandInput, GetAppMonitorCommandOutput } from "./commands/GetAppMonitorCommand";
|
|
5
|
-
import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "./commands/GetAppMonitorDataCommand";
|
|
6
|
-
import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "./commands/ListAppMonitorsCommand";
|
|
7
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
8
|
-
import { PutRumEventsCommandInput, PutRumEventsCommandOutput } from "./commands/PutRumEventsCommand";
|
|
9
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
10
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
11
|
-
import { UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput } from "./commands/UpdateAppMonitorCommand";
|
|
12
|
-
import { RUMClient } from "./RUMClient";
|
|
13
|
-
|
|
14
|
-
export declare class RUM extends RUMClient {
|
|
15
|
-
|
|
16
|
-
createAppMonitor(args: CreateAppMonitorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppMonitorCommandOutput>;
|
|
17
|
-
createAppMonitor(args: CreateAppMonitorCommandInput, cb: (err: any, data?: CreateAppMonitorCommandOutput) => void): void;
|
|
18
|
-
createAppMonitor(args: CreateAppMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppMonitorCommandOutput) => void): void;
|
|
19
|
-
|
|
20
|
-
deleteAppMonitor(args: DeleteAppMonitorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppMonitorCommandOutput>;
|
|
21
|
-
deleteAppMonitor(args: DeleteAppMonitorCommandInput, cb: (err: any, data?: DeleteAppMonitorCommandOutput) => void): void;
|
|
22
|
-
deleteAppMonitor(args: DeleteAppMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppMonitorCommandOutput) => void): void;
|
|
23
|
-
|
|
24
|
-
getAppMonitor(args: GetAppMonitorCommandInput, options?: __HttpHandlerOptions): Promise<GetAppMonitorCommandOutput>;
|
|
25
|
-
getAppMonitor(args: GetAppMonitorCommandInput, cb: (err: any, data?: GetAppMonitorCommandOutput) => void): void;
|
|
26
|
-
getAppMonitor(args: GetAppMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppMonitorCommandOutput) => void): void;
|
|
27
|
-
|
|
28
|
-
getAppMonitorData(args: GetAppMonitorDataCommandInput, options?: __HttpHandlerOptions): Promise<GetAppMonitorDataCommandOutput>;
|
|
29
|
-
getAppMonitorData(args: GetAppMonitorDataCommandInput, cb: (err: any, data?: GetAppMonitorDataCommandOutput) => void): void;
|
|
30
|
-
getAppMonitorData(args: GetAppMonitorDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppMonitorDataCommandOutput) => void): void;
|
|
31
|
-
|
|
32
|
-
listAppMonitors(args: ListAppMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppMonitorsCommandOutput>;
|
|
33
|
-
listAppMonitors(args: ListAppMonitorsCommandInput, cb: (err: any, data?: ListAppMonitorsCommandOutput) => void): void;
|
|
34
|
-
listAppMonitors(args: ListAppMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppMonitorsCommandOutput) => void): void;
|
|
35
|
-
|
|
36
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
37
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
38
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
39
|
-
|
|
40
|
-
putRumEvents(args: PutRumEventsCommandInput, options?: __HttpHandlerOptions): Promise<PutRumEventsCommandOutput>;
|
|
41
|
-
putRumEvents(args: PutRumEventsCommandInput, cb: (err: any, data?: PutRumEventsCommandOutput) => void): void;
|
|
42
|
-
putRumEvents(args: PutRumEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRumEventsCommandOutput) => void): void;
|
|
43
|
-
|
|
44
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
45
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
46
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
47
|
-
|
|
48
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
49
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
50
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
51
|
-
|
|
52
|
-
updateAppMonitor(args: UpdateAppMonitorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppMonitorCommandOutput>;
|
|
53
|
-
updateAppMonitor(args: UpdateAppMonitorCommandInput, cb: (err: any, data?: UpdateAppMonitorCommandOutput) => void): void;
|
|
54
|
-
updateAppMonitor(args: UpdateAppMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppMonitorCommandOutput) => void): void;
|
|
55
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput } from "./commands/CreateAppMonitorCommand";
|
|
10
|
-
import { DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput } from "./commands/DeleteAppMonitorCommand";
|
|
11
|
-
import { GetAppMonitorCommandInput, GetAppMonitorCommandOutput } from "./commands/GetAppMonitorCommand";
|
|
12
|
-
import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "./commands/GetAppMonitorDataCommand";
|
|
13
|
-
import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "./commands/ListAppMonitorsCommand";
|
|
14
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
15
|
-
import { PutRumEventsCommandInput, PutRumEventsCommandOutput } from "./commands/PutRumEventsCommand";
|
|
16
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
17
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
18
|
-
import { UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput } from "./commands/UpdateAppMonitorCommand";
|
|
19
|
-
export declare type ServiceInputTypes = CreateAppMonitorCommandInput | DeleteAppMonitorCommandInput | GetAppMonitorCommandInput | GetAppMonitorDataCommandInput | ListAppMonitorsCommandInput | ListTagsForResourceCommandInput | PutRumEventsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAppMonitorCommandInput;
|
|
20
|
-
export declare type ServiceOutputTypes = CreateAppMonitorCommandOutput | DeleteAppMonitorCommandOutput | GetAppMonitorCommandOutput | GetAppMonitorDataCommandOutput | ListAppMonitorsCommandOutput | ListTagsForResourceCommandOutput | PutRumEventsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAppMonitorCommandOutput;
|
|
21
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
22
|
-
|
|
23
|
-
requestHandler?: __HttpHandler;
|
|
24
|
-
|
|
25
|
-
sha256?: __HashConstructor;
|
|
26
|
-
|
|
27
|
-
urlParser?: __UrlParser;
|
|
28
|
-
|
|
29
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
30
|
-
|
|
31
|
-
streamCollector?: __StreamCollector;
|
|
32
|
-
|
|
33
|
-
base64Decoder?: __Decoder;
|
|
34
|
-
|
|
35
|
-
base64Encoder?: __Encoder;
|
|
36
|
-
|
|
37
|
-
utf8Decoder?: __Decoder;
|
|
38
|
-
|
|
39
|
-
utf8Encoder?: __Encoder;
|
|
40
|
-
|
|
41
|
-
runtime?: string;
|
|
42
|
-
|
|
43
|
-
disableHostPrefix?: boolean;
|
|
44
|
-
|
|
45
|
-
maxAttempts?: number | __Provider<number>;
|
|
46
|
-
|
|
47
|
-
retryMode?: string | __Provider<string>;
|
|
48
|
-
|
|
49
|
-
logger?: __Logger;
|
|
50
|
-
|
|
51
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
52
|
-
|
|
53
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
54
|
-
|
|
55
|
-
serviceId?: string;
|
|
56
|
-
|
|
57
|
-
region?: string | __Provider<string>;
|
|
58
|
-
|
|
59
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
60
|
-
|
|
61
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
62
|
-
|
|
63
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
64
|
-
|
|
65
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
66
|
-
}
|
|
67
|
-
declare type RUMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
68
|
-
|
|
69
|
-
export interface RUMClientConfig extends RUMClientConfigType {
|
|
70
|
-
}
|
|
71
|
-
declare type RUMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
72
|
-
|
|
73
|
-
export interface RUMClientResolvedConfig extends RUMClientResolvedConfigType {
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export declare class RUMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RUMClientResolvedConfig> {
|
|
77
|
-
|
|
78
|
-
readonly config: RUMClientResolvedConfig;
|
|
79
|
-
constructor(configuration: RUMClientConfig);
|
|
80
|
-
|
|
81
|
-
destroy(): void;
|
|
82
|
-
}
|
|
83
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateAppMonitorRequest, CreateAppMonitorResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface CreateAppMonitorCommandInput extends CreateAppMonitorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAppMonitorCommandOutput extends CreateAppMonitorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateAppMonitorCommand extends $Command<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateAppMonitorCommandInput;
|
|
12
|
-
constructor(input: CreateAppMonitorCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DeleteAppMonitorRequest, DeleteAppMonitorResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface DeleteAppMonitorCommandInput extends DeleteAppMonitorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteAppMonitorCommandOutput extends DeleteAppMonitorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteAppMonitorCommand extends $Command<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteAppMonitorCommandInput;
|
|
12
|
-
constructor(input: DeleteAppMonitorCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { GetAppMonitorRequest, GetAppMonitorResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface GetAppMonitorCommandInput extends GetAppMonitorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetAppMonitorCommand extends $Command<GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: GetAppMonitorCommandInput;
|
|
12
|
-
constructor(input: GetAppMonitorCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppMonitorCommandInput, GetAppMonitorCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { GetAppMonitorDataRequest, GetAppMonitorDataResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface GetAppMonitorDataCommandInput extends GetAppMonitorDataRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetAppMonitorDataCommandOutput extends GetAppMonitorDataResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetAppMonitorDataCommand extends $Command<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: GetAppMonitorDataCommandInput;
|
|
12
|
-
constructor(input: GetAppMonitorDataCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListAppMonitorsRequest, ListAppMonitorsResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface ListAppMonitorsCommandInput extends ListAppMonitorsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAppMonitorsCommandOutput extends ListAppMonitorsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAppMonitorsCommand extends $Command<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAppMonitorsCommandInput;
|
|
12
|
-
constructor(input: ListAppMonitorsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { PutRumEventsRequest, PutRumEventsResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface PutRumEventsCommandInput extends PutRumEventsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutRumEventsCommandOutput extends PutRumEventsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutRumEventsCommand extends $Command<PutRumEventsCommandInput, PutRumEventsCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: PutRumEventsCommandInput;
|
|
12
|
-
constructor(input: PutRumEventsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRumEventsCommandInput, PutRumEventsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateAppMonitorRequest, UpdateAppMonitorResponse } from "../models/models_0";
|
|
4
|
-
import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
|
|
5
|
-
export interface UpdateAppMonitorCommandInput extends UpdateAppMonitorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateAppMonitorCommandOutput extends UpdateAppMonitorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateAppMonitorCommand extends $Command<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput, RUMClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateAppMonitorCommandInput;
|
|
12
|
-
constructor(input: UpdateAppMonitorCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./CreateAppMonitorCommand";
|
|
2
|
-
export * from "./DeleteAppMonitorCommand";
|
|
3
|
-
export * from "./GetAppMonitorCommand";
|
|
4
|
-
export * from "./GetAppMonitorDataCommand";
|
|
5
|
-
export * from "./ListAppMonitorsCommand";
|
|
6
|
-
export * from "./ListTagsForResourceCommand";
|
|
7
|
-
export * from "./PutRumEventsCommand";
|
|
8
|
-
export * from "./TagResourceCommand";
|
|
9
|
-
export * from "./UntagResourceCommand";
|
|
10
|
-
export * from "./UpdateAppMonitorCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
5
|
-
name: "AccessDeniedException";
|
|
6
|
-
$fault: "client";
|
|
7
|
-
message: string | undefined;
|
|
8
|
-
}
|
|
9
|
-
export declare enum Telemetry {
|
|
10
|
-
|
|
11
|
-
ERRORS = "errors",
|
|
12
|
-
|
|
13
|
-
HTTP = "http",
|
|
14
|
-
|
|
15
|
-
PERFORMANCE = "performance"
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface AppMonitorConfiguration {
|
|
19
|
-
|
|
20
|
-
IdentityPoolId?: string;
|
|
21
|
-
|
|
22
|
-
ExcludedPages?: string[];
|
|
23
|
-
|
|
24
|
-
IncludedPages?: string[];
|
|
25
|
-
|
|
26
|
-
FavoritePages?: string[];
|
|
27
|
-
|
|
28
|
-
SessionSampleRate?: number;
|
|
29
|
-
|
|
30
|
-
GuestRoleArn?: string;
|
|
31
|
-
|
|
32
|
-
AllowCookies?: boolean;
|
|
33
|
-
|
|
34
|
-
Telemetries?: (Telemetry | string)[];
|
|
35
|
-
|
|
36
|
-
EnableXRay?: boolean;
|
|
37
|
-
}
|
|
38
|
-
export declare namespace AppMonitorConfiguration {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: AppMonitorConfiguration) => any;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface CwLog {
|
|
44
|
-
|
|
45
|
-
CwLogEnabled?: boolean;
|
|
46
|
-
|
|
47
|
-
CwLogGroup?: string;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace CwLog {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: CwLog) => any;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export interface DataStorage {
|
|
55
|
-
|
|
56
|
-
CwLog?: CwLog;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace DataStorage {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: DataStorage) => any;
|
|
61
|
-
}
|
|
62
|
-
export declare enum StateEnum {
|
|
63
|
-
ACTIVE = "ACTIVE",
|
|
64
|
-
CREATED = "CREATED",
|
|
65
|
-
DELETING = "DELETING"
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export interface AppMonitor {
|
|
69
|
-
|
|
70
|
-
Name?: string;
|
|
71
|
-
|
|
72
|
-
Domain?: string;
|
|
73
|
-
|
|
74
|
-
Id?: string;
|
|
75
|
-
|
|
76
|
-
Created?: string;
|
|
77
|
-
|
|
78
|
-
LastModified?: string;
|
|
79
|
-
|
|
80
|
-
Tags?: {
|
|
81
|
-
[key: string]: string;
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
State?: StateEnum | string;
|
|
85
|
-
|
|
86
|
-
AppMonitorConfiguration?: AppMonitorConfiguration;
|
|
87
|
-
|
|
88
|
-
DataStorage?: DataStorage;
|
|
89
|
-
}
|
|
90
|
-
export declare namespace AppMonitor {
|
|
91
|
-
|
|
92
|
-
const filterSensitiveLog: (obj: AppMonitor) => any;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
export interface AppMonitorDetails {
|
|
96
|
-
|
|
97
|
-
name?: string;
|
|
98
|
-
|
|
99
|
-
id?: string;
|
|
100
|
-
|
|
101
|
-
version?: string;
|
|
102
|
-
}
|
|
103
|
-
export declare namespace AppMonitorDetails {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: AppMonitorDetails) => any;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
109
|
-
name: "ConflictException";
|
|
110
|
-
$fault: "client";
|
|
111
|
-
message: string | undefined;
|
|
112
|
-
|
|
113
|
-
resourceName: string | undefined;
|
|
114
|
-
|
|
115
|
-
resourceType?: string;
|
|
116
|
-
}
|
|
117
|
-
export interface CreateAppMonitorRequest {
|
|
118
|
-
|
|
119
|
-
Name: string | undefined;
|
|
120
|
-
|
|
121
|
-
Domain: string | undefined;
|
|
122
|
-
|
|
123
|
-
Tags?: {
|
|
124
|
-
[key: string]: string;
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
AppMonitorConfiguration?: AppMonitorConfiguration;
|
|
128
|
-
|
|
129
|
-
CwLogEnabled?: boolean;
|
|
130
|
-
}
|
|
131
|
-
export declare namespace CreateAppMonitorRequest {
|
|
132
|
-
|
|
133
|
-
const filterSensitiveLog: (obj: CreateAppMonitorRequest) => any;
|
|
134
|
-
}
|
|
135
|
-
export interface CreateAppMonitorResponse {
|
|
136
|
-
|
|
137
|
-
Id?: string;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace CreateAppMonitorResponse {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: CreateAppMonitorResponse) => any;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
145
|
-
name: "InternalServerException";
|
|
146
|
-
$fault: "server";
|
|
147
|
-
$retryable: {};
|
|
148
|
-
message: string | undefined;
|
|
149
|
-
|
|
150
|
-
retryAfterSeconds?: number;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
154
|
-
name: "ServiceQuotaExceededException";
|
|
155
|
-
$fault: "client";
|
|
156
|
-
message: string | undefined;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
160
|
-
name: "ThrottlingException";
|
|
161
|
-
$fault: "client";
|
|
162
|
-
$retryable: {
|
|
163
|
-
throttling: true;
|
|
164
|
-
};
|
|
165
|
-
message: string | undefined;
|
|
166
|
-
|
|
167
|
-
serviceCode?: string;
|
|
168
|
-
|
|
169
|
-
quotaCode?: string;
|
|
170
|
-
|
|
171
|
-
retryAfterSeconds?: number;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
175
|
-
name: "ValidationException";
|
|
176
|
-
$fault: "client";
|
|
177
|
-
message: string | undefined;
|
|
178
|
-
}
|
|
179
|
-
export interface DeleteAppMonitorRequest {
|
|
180
|
-
|
|
181
|
-
Name: string | undefined;
|
|
182
|
-
}
|
|
183
|
-
export declare namespace DeleteAppMonitorRequest {
|
|
184
|
-
|
|
185
|
-
const filterSensitiveLog: (obj: DeleteAppMonitorRequest) => any;
|
|
186
|
-
}
|
|
187
|
-
export interface DeleteAppMonitorResponse {
|
|
188
|
-
}
|
|
189
|
-
export declare namespace DeleteAppMonitorResponse {
|
|
190
|
-
|
|
191
|
-
const filterSensitiveLog: (obj: DeleteAppMonitorResponse) => any;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
195
|
-
name: "ResourceNotFoundException";
|
|
196
|
-
$fault: "client";
|
|
197
|
-
message: string | undefined;
|
|
198
|
-
|
|
199
|
-
resourceName: string | undefined;
|
|
200
|
-
|
|
201
|
-
resourceType?: string;
|
|
202
|
-
}
|
|
203
|
-
export interface GetAppMonitorRequest {
|
|
204
|
-
|
|
205
|
-
Name: string | undefined;
|
|
206
|
-
}
|
|
207
|
-
export declare namespace GetAppMonitorRequest {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: GetAppMonitorRequest) => any;
|
|
210
|
-
}
|
|
211
|
-
export interface GetAppMonitorResponse {
|
|
212
|
-
|
|
213
|
-
AppMonitor?: AppMonitor;
|
|
214
|
-
}
|
|
215
|
-
export declare namespace GetAppMonitorResponse {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: GetAppMonitorResponse) => any;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export interface QueryFilter {
|
|
221
|
-
|
|
222
|
-
Name?: string;
|
|
223
|
-
|
|
224
|
-
Values?: string[];
|
|
225
|
-
}
|
|
226
|
-
export declare namespace QueryFilter {
|
|
227
|
-
|
|
228
|
-
const filterSensitiveLog: (obj: QueryFilter) => any;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export interface TimeRange {
|
|
232
|
-
|
|
233
|
-
After: number | undefined;
|
|
234
|
-
|
|
235
|
-
Before?: number;
|
|
236
|
-
}
|
|
237
|
-
export declare namespace TimeRange {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
240
|
-
}
|
|
241
|
-
export interface GetAppMonitorDataRequest {
|
|
242
|
-
|
|
243
|
-
Name: string | undefined;
|
|
244
|
-
|
|
245
|
-
TimeRange: TimeRange | undefined;
|
|
246
|
-
|
|
247
|
-
Filters?: QueryFilter[];
|
|
248
|
-
|
|
249
|
-
MaxResults?: number;
|
|
250
|
-
|
|
251
|
-
NextToken?: string;
|
|
252
|
-
}
|
|
253
|
-
export declare namespace GetAppMonitorDataRequest {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: GetAppMonitorDataRequest) => any;
|
|
256
|
-
}
|
|
257
|
-
export interface GetAppMonitorDataResponse {
|
|
258
|
-
|
|
259
|
-
Events?: string[];
|
|
260
|
-
|
|
261
|
-
NextToken?: string;
|
|
262
|
-
}
|
|
263
|
-
export declare namespace GetAppMonitorDataResponse {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: GetAppMonitorDataResponse) => any;
|
|
266
|
-
}
|
|
267
|
-
export interface ListAppMonitorsRequest {
|
|
268
|
-
|
|
269
|
-
MaxResults?: number;
|
|
270
|
-
|
|
271
|
-
NextToken?: string;
|
|
272
|
-
}
|
|
273
|
-
export declare namespace ListAppMonitorsRequest {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: ListAppMonitorsRequest) => any;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
export interface AppMonitorSummary {
|
|
279
|
-
|
|
280
|
-
Name?: string;
|
|
281
|
-
|
|
282
|
-
Id?: string;
|
|
283
|
-
|
|
284
|
-
Created?: string;
|
|
285
|
-
|
|
286
|
-
LastModified?: string;
|
|
287
|
-
|
|
288
|
-
State?: StateEnum | string;
|
|
289
|
-
}
|
|
290
|
-
export declare namespace AppMonitorSummary {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: AppMonitorSummary) => any;
|
|
293
|
-
}
|
|
294
|
-
export interface ListAppMonitorsResponse {
|
|
295
|
-
|
|
296
|
-
NextToken?: string;
|
|
297
|
-
|
|
298
|
-
AppMonitorSummaries?: AppMonitorSummary[];
|
|
299
|
-
}
|
|
300
|
-
export declare namespace ListAppMonitorsResponse {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: ListAppMonitorsResponse) => any;
|
|
303
|
-
}
|
|
304
|
-
export interface UpdateAppMonitorRequest {
|
|
305
|
-
|
|
306
|
-
Name: string | undefined;
|
|
307
|
-
|
|
308
|
-
Domain?: string;
|
|
309
|
-
|
|
310
|
-
AppMonitorConfiguration?: AppMonitorConfiguration;
|
|
311
|
-
|
|
312
|
-
CwLogEnabled?: boolean;
|
|
313
|
-
}
|
|
314
|
-
export declare namespace UpdateAppMonitorRequest {
|
|
315
|
-
|
|
316
|
-
const filterSensitiveLog: (obj: UpdateAppMonitorRequest) => any;
|
|
317
|
-
}
|
|
318
|
-
export interface UpdateAppMonitorResponse {
|
|
319
|
-
}
|
|
320
|
-
export declare namespace UpdateAppMonitorResponse {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: UpdateAppMonitorResponse) => any;
|
|
323
|
-
}
|
|
324
|
-
export interface ListTagsForResourceRequest {
|
|
325
|
-
|
|
326
|
-
ResourceArn: string | undefined;
|
|
327
|
-
}
|
|
328
|
-
export declare namespace ListTagsForResourceRequest {
|
|
329
|
-
|
|
330
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
331
|
-
}
|
|
332
|
-
export interface ListTagsForResourceResponse {
|
|
333
|
-
|
|
334
|
-
ResourceArn: string | undefined;
|
|
335
|
-
|
|
336
|
-
Tags: {
|
|
337
|
-
[key: string]: string;
|
|
338
|
-
} | undefined;
|
|
339
|
-
}
|
|
340
|
-
export declare namespace ListTagsForResourceResponse {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
export interface RumEvent {
|
|
346
|
-
|
|
347
|
-
id: string | undefined;
|
|
348
|
-
|
|
349
|
-
timestamp: Date | undefined;
|
|
350
|
-
|
|
351
|
-
type: string | undefined;
|
|
352
|
-
|
|
353
|
-
metadata?: __LazyJsonString | string;
|
|
354
|
-
|
|
355
|
-
details: __LazyJsonString | string | undefined;
|
|
356
|
-
}
|
|
357
|
-
export declare namespace RumEvent {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: RumEvent) => any;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export interface UserDetails {
|
|
363
|
-
|
|
364
|
-
userId?: string;
|
|
365
|
-
|
|
366
|
-
sessionId?: string;
|
|
367
|
-
}
|
|
368
|
-
export declare namespace UserDetails {
|
|
369
|
-
|
|
370
|
-
const filterSensitiveLog: (obj: UserDetails) => any;
|
|
371
|
-
}
|
|
372
|
-
export interface PutRumEventsRequest {
|
|
373
|
-
|
|
374
|
-
Id: string | undefined;
|
|
375
|
-
|
|
376
|
-
BatchId: string | undefined;
|
|
377
|
-
|
|
378
|
-
AppMonitorDetails: AppMonitorDetails | undefined;
|
|
379
|
-
|
|
380
|
-
UserDetails: UserDetails | undefined;
|
|
381
|
-
|
|
382
|
-
RumEvents: RumEvent[] | undefined;
|
|
383
|
-
}
|
|
384
|
-
export declare namespace PutRumEventsRequest {
|
|
385
|
-
|
|
386
|
-
const filterSensitiveLog: (obj: PutRumEventsRequest) => any;
|
|
387
|
-
}
|
|
388
|
-
export interface PutRumEventsResponse {
|
|
389
|
-
}
|
|
390
|
-
export declare namespace PutRumEventsResponse {
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: PutRumEventsResponse) => any;
|
|
393
|
-
}
|
|
394
|
-
export interface TagResourceRequest {
|
|
395
|
-
|
|
396
|
-
ResourceArn: string | undefined;
|
|
397
|
-
|
|
398
|
-
Tags: {
|
|
399
|
-
[key: string]: string;
|
|
400
|
-
} | undefined;
|
|
401
|
-
}
|
|
402
|
-
export declare namespace TagResourceRequest {
|
|
403
|
-
|
|
404
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
405
|
-
}
|
|
406
|
-
export interface TagResourceResponse {
|
|
407
|
-
}
|
|
408
|
-
export declare namespace TagResourceResponse {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
411
|
-
}
|
|
412
|
-
export interface UntagResourceRequest {
|
|
413
|
-
|
|
414
|
-
ResourceArn: string | undefined;
|
|
415
|
-
|
|
416
|
-
TagKeys: string[] | undefined;
|
|
417
|
-
}
|
|
418
|
-
export declare namespace UntagResourceRequest {
|
|
419
|
-
|
|
420
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
421
|
-
}
|
|
422
|
-
export interface UntagResourceResponse {
|
|
423
|
-
}
|
|
424
|
-
export declare namespace UntagResourceResponse {
|
|
425
|
-
|
|
426
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
427
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "../commands/GetAppMonitorDataCommand";
|
|
3
|
-
import { RUMPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetAppMonitorData(config: RUMPaginationConfiguration, input: GetAppMonitorDataCommandInput, ...additionalArguments: any): Paginator<GetAppMonitorDataCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "../commands/ListAppMonitorsCommand";
|
|
3
|
-
import { RUMPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListAppMonitors(config: RUMPaginationConfiguration, input: ListAppMonitorsCommandInput, ...additionalArguments: any): Paginator<ListAppMonitorsCommandOutput>;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput } from "../commands/CreateAppMonitorCommand";
|
|
4
|
-
import { DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput } from "../commands/DeleteAppMonitorCommand";
|
|
5
|
-
import { GetAppMonitorCommandInput, GetAppMonitorCommandOutput } from "../commands/GetAppMonitorCommand";
|
|
6
|
-
import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "../commands/GetAppMonitorDataCommand";
|
|
7
|
-
import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "../commands/ListAppMonitorsCommand";
|
|
8
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
9
|
-
import { PutRumEventsCommandInput, PutRumEventsCommandOutput } from "../commands/PutRumEventsCommand";
|
|
10
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
11
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
12
|
-
import { UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput } from "../commands/UpdateAppMonitorCommand";
|
|
13
|
-
export declare const serializeAws_restJson1CreateAppMonitorCommand: (input: CreateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
|
-
export declare const serializeAws_restJson1DeleteAppMonitorCommand: (input: DeleteAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
|
-
export declare const serializeAws_restJson1GetAppMonitorCommand: (input: GetAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
-
export declare const serializeAws_restJson1GetAppMonitorDataCommand: (input: GetAppMonitorDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
-
export declare const serializeAws_restJson1ListAppMonitorsCommand: (input: ListAppMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
export declare const serializeAws_restJson1PutRumEventsCommand: (input: PutRumEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
export declare const serializeAws_restJson1UpdateAppMonitorCommand: (input: UpdateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
export declare const deserializeAws_restJson1CreateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppMonitorCommandOutput>;
|
|
24
|
-
export declare const deserializeAws_restJson1DeleteAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppMonitorCommandOutput>;
|
|
25
|
-
export declare const deserializeAws_restJson1GetAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorCommandOutput>;
|
|
26
|
-
export declare const deserializeAws_restJson1GetAppMonitorDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorDataCommandOutput>;
|
|
27
|
-
export declare const deserializeAws_restJson1ListAppMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppMonitorsCommandOutput>;
|
|
28
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
29
|
-
export declare const deserializeAws_restJson1PutRumEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRumEventsCommandOutput>;
|
|
30
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
31
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
32
|
-
export declare const deserializeAws_restJson1UpdateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppMonitorCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { RUMClientConfig } from "./RUMClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { RUMClientConfig } from "./RUMClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { RUMClientConfig } from "./RUMClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { RUMClientConfig } from "./RUMClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|