@aws-sdk/client-rum 3.192.0 → 3.194.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 +19 -0
- package/README.md +7 -7
- package/dist-cjs/RUM.js +105 -0
- package/dist-cjs/RUMClient.js +11 -8
- package/dist-cjs/commands/BatchCreateRumMetricDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/BatchDeleteRumMetricDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/BatchGetRumMetricDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/CreateAppMonitorCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppMonitorCommand.js +10 -0
- package/dist-cjs/commands/DeleteRumMetricsDestinationCommand.js +46 -0
- package/dist-cjs/commands/GetAppMonitorCommand.js +10 -0
- package/dist-cjs/commands/GetAppMonitorDataCommand.js +10 -0
- package/dist-cjs/commands/ListAppMonitorsCommand.js +10 -0
- package/dist-cjs/commands/ListRumMetricsDestinationsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PutRumEventsCommand.js +10 -0
- package/dist-cjs/commands/PutRumMetricsDestinationCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAppMonitorCommand.js +10 -0
- package/dist-cjs/commands/UpdateRumMetricDefinitionCommand.js +46 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +98 -16
- package/dist-cjs/pagination/BatchGetRumMetricDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListRumMetricsDestinationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +675 -17
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/RUM.js +105 -0
- package/dist-es/RUMClient.js +12 -9
- package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +42 -0
- package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +42 -0
- package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +42 -0
- package/dist-es/commands/CreateAppMonitorCommand.js +10 -0
- package/dist-es/commands/DeleteAppMonitorCommand.js +10 -0
- package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +42 -0
- package/dist-es/commands/GetAppMonitorCommand.js +10 -0
- package/dist-es/commands/GetAppMonitorDataCommand.js +10 -0
- package/dist-es/commands/ListAppMonitorsCommand.js +10 -0
- package/dist-es/commands/ListRumMetricsDestinationsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PutRumEventsCommand.js +10 -0
- package/dist-es/commands/PutRumMetricsDestinationCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAppMonitorCommand.js +10 -0
- package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +42 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +76 -14
- package/dist-es/pagination/BatchGetRumMetricDefinitionsPaginator.js +32 -0
- package/dist-es/pagination/ListRumMetricsDestinationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +657 -13
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/RUM.d.ts +83 -0
- package/dist-types/RUMClient.d.ts +15 -11
- package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +60 -0
- package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +42 -0
- package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +37 -0
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +38 -0
- package/dist-types/commands/GetAppMonitorCommand.d.ts +2 -0
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +2 -0
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +2 -0
- package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +39 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutRumEventsCommand.d.ts +2 -0
- package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +39 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +38 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +719 -57
- package/dist-types/pagination/BatchGetRumMetricDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRumMetricsDestinationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/RUM.d.ts +119 -0
- package/dist-types/ts3.4/RUMClient.d.ts +59 -10
- package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +170 -18
- package/dist-types/ts3.4/pagination/BatchGetRumMetricDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRumMetricsDestinationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput } from "../commands/BatchGetRumMetricDefinitionsCommand";
|
|
3
|
+
import { RUMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateBatchGetRumMetricDefinitions(config: RUMPaginationConfiguration, input: BatchGetRumMetricDefinitionsCommandInput, ...additionalArguments: any): Paginator<BatchGetRumMetricDefinitionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput } from "../commands/ListRumMetricsDestinationsCommand";
|
|
3
|
+
import { RUMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRumMetricsDestinations(config: RUMPaginationConfiguration, input: ListRumMetricsDestinationsCommandInput, ...additionalArguments: any): Paginator<ListRumMetricsDestinationsCommandOutput>;
|
|
@@ -1,32 +1,53 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput } from "../commands/BatchCreateRumMetricDefinitionsCommand";
|
|
4
|
+
import { BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput } from "../commands/BatchDeleteRumMetricDefinitionsCommand";
|
|
5
|
+
import { BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput } from "../commands/BatchGetRumMetricDefinitionsCommand";
|
|
3
6
|
import { CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput } from "../commands/CreateAppMonitorCommand";
|
|
4
7
|
import { DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput } from "../commands/DeleteAppMonitorCommand";
|
|
8
|
+
import { DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput } from "../commands/DeleteRumMetricsDestinationCommand";
|
|
5
9
|
import { GetAppMonitorCommandInput, GetAppMonitorCommandOutput } from "../commands/GetAppMonitorCommand";
|
|
6
10
|
import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "../commands/GetAppMonitorDataCommand";
|
|
7
11
|
import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "../commands/ListAppMonitorsCommand";
|
|
12
|
+
import { ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput } from "../commands/ListRumMetricsDestinationsCommand";
|
|
8
13
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
9
14
|
import { PutRumEventsCommandInput, PutRumEventsCommandOutput } from "../commands/PutRumEventsCommand";
|
|
15
|
+
import { PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput } from "../commands/PutRumMetricsDestinationCommand";
|
|
10
16
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
11
17
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
12
18
|
import { UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput } from "../commands/UpdateAppMonitorCommand";
|
|
19
|
+
import { UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput } from "../commands/UpdateRumMetricDefinitionCommand";
|
|
20
|
+
export declare const serializeAws_restJson1BatchCreateRumMetricDefinitionsCommand: (input: BatchCreateRumMetricDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
+
export declare const serializeAws_restJson1BatchDeleteRumMetricDefinitionsCommand: (input: BatchDeleteRumMetricDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
+
export declare const serializeAws_restJson1BatchGetRumMetricDefinitionsCommand: (input: BatchGetRumMetricDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
23
|
export declare const serializeAws_restJson1CreateAppMonitorCommand: (input: CreateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
24
|
export declare const serializeAws_restJson1DeleteAppMonitorCommand: (input: DeleteAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
+
export declare const serializeAws_restJson1DeleteRumMetricsDestinationCommand: (input: DeleteRumMetricsDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
26
|
export declare const serializeAws_restJson1GetAppMonitorCommand: (input: GetAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
27
|
export declare const serializeAws_restJson1GetAppMonitorDataCommand: (input: GetAppMonitorDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
28
|
export declare const serializeAws_restJson1ListAppMonitorsCommand: (input: ListAppMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
export declare const serializeAws_restJson1ListRumMetricsDestinationsCommand: (input: ListRumMetricsDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
30
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
31
|
export declare const serializeAws_restJson1PutRumEventsCommand: (input: PutRumEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
export declare const serializeAws_restJson1PutRumMetricsDestinationCommand: (input: PutRumMetricsDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
33
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
34
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
35
|
export declare const serializeAws_restJson1UpdateAppMonitorCommand: (input: UpdateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
export declare const serializeAws_restJson1UpdateRumMetricDefinitionCommand: (input: UpdateRumMetricDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
export declare const deserializeAws_restJson1BatchCreateRumMetricDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRumMetricDefinitionsCommandOutput>;
|
|
38
|
+
export declare const deserializeAws_restJson1BatchDeleteRumMetricDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteRumMetricDefinitionsCommandOutput>;
|
|
39
|
+
export declare const deserializeAws_restJson1BatchGetRumMetricDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRumMetricDefinitionsCommandOutput>;
|
|
23
40
|
export declare const deserializeAws_restJson1CreateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppMonitorCommandOutput>;
|
|
24
41
|
export declare const deserializeAws_restJson1DeleteAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppMonitorCommandOutput>;
|
|
42
|
+
export declare const deserializeAws_restJson1DeleteRumMetricsDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRumMetricsDestinationCommandOutput>;
|
|
25
43
|
export declare const deserializeAws_restJson1GetAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorCommandOutput>;
|
|
26
44
|
export declare const deserializeAws_restJson1GetAppMonitorDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorDataCommandOutput>;
|
|
27
45
|
export declare const deserializeAws_restJson1ListAppMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppMonitorsCommandOutput>;
|
|
46
|
+
export declare const deserializeAws_restJson1ListRumMetricsDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRumMetricsDestinationsCommandOutput>;
|
|
28
47
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
29
48
|
export declare const deserializeAws_restJson1PutRumEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRumEventsCommandOutput>;
|
|
49
|
+
export declare const deserializeAws_restJson1PutRumMetricsDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRumMetricsDestinationCommandOutput>;
|
|
30
50
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
31
51
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
32
52
|
export declare const deserializeAws_restJson1UpdateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppMonitorCommandOutput>;
|
|
53
|
+
export declare const deserializeAws_restJson1UpdateRumMetricDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRumMetricDefinitionCommandOutput>;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { RUMClientConfig } from "./RUMClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchCreateRumMetricDefinitionsCommandInput,
|
|
4
|
+
BatchCreateRumMetricDefinitionsCommandOutput,
|
|
5
|
+
} from "./commands/BatchCreateRumMetricDefinitionsCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteRumMetricDefinitionsCommandInput,
|
|
8
|
+
BatchDeleteRumMetricDefinitionsCommandOutput,
|
|
9
|
+
} from "./commands/BatchDeleteRumMetricDefinitionsCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchGetRumMetricDefinitionsCommandInput,
|
|
12
|
+
BatchGetRumMetricDefinitionsCommandOutput,
|
|
13
|
+
} from "./commands/BatchGetRumMetricDefinitionsCommand";
|
|
2
14
|
import {
|
|
3
15
|
CreateAppMonitorCommandInput,
|
|
4
16
|
CreateAppMonitorCommandOutput,
|
|
@@ -7,6 +19,10 @@ import {
|
|
|
7
19
|
DeleteAppMonitorCommandInput,
|
|
8
20
|
DeleteAppMonitorCommandOutput,
|
|
9
21
|
} from "./commands/DeleteAppMonitorCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteRumMetricsDestinationCommandInput,
|
|
24
|
+
DeleteRumMetricsDestinationCommandOutput,
|
|
25
|
+
} from "./commands/DeleteRumMetricsDestinationCommand";
|
|
10
26
|
import {
|
|
11
27
|
GetAppMonitorCommandInput,
|
|
12
28
|
GetAppMonitorCommandOutput,
|
|
@@ -19,6 +35,10 @@ import {
|
|
|
19
35
|
ListAppMonitorsCommandInput,
|
|
20
36
|
ListAppMonitorsCommandOutput,
|
|
21
37
|
} from "./commands/ListAppMonitorsCommand";
|
|
38
|
+
import {
|
|
39
|
+
ListRumMetricsDestinationsCommandInput,
|
|
40
|
+
ListRumMetricsDestinationsCommandOutput,
|
|
41
|
+
} from "./commands/ListRumMetricsDestinationsCommand";
|
|
22
42
|
import {
|
|
23
43
|
ListTagsForResourceCommandInput,
|
|
24
44
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,6 +47,10 @@ import {
|
|
|
27
47
|
PutRumEventsCommandInput,
|
|
28
48
|
PutRumEventsCommandOutput,
|
|
29
49
|
} from "./commands/PutRumEventsCommand";
|
|
50
|
+
import {
|
|
51
|
+
PutRumMetricsDestinationCommandInput,
|
|
52
|
+
PutRumMetricsDestinationCommandOutput,
|
|
53
|
+
} from "./commands/PutRumMetricsDestinationCommand";
|
|
30
54
|
import {
|
|
31
55
|
TagResourceCommandInput,
|
|
32
56
|
TagResourceCommandOutput,
|
|
@@ -39,8 +63,51 @@ import {
|
|
|
39
63
|
UpdateAppMonitorCommandInput,
|
|
40
64
|
UpdateAppMonitorCommandOutput,
|
|
41
65
|
} from "./commands/UpdateAppMonitorCommand";
|
|
66
|
+
import {
|
|
67
|
+
UpdateRumMetricDefinitionCommandInput,
|
|
68
|
+
UpdateRumMetricDefinitionCommandOutput,
|
|
69
|
+
} from "./commands/UpdateRumMetricDefinitionCommand";
|
|
42
70
|
import { RUMClient } from "./RUMClient";
|
|
43
71
|
export declare class RUM extends RUMClient {
|
|
72
|
+
batchCreateRumMetricDefinitions(
|
|
73
|
+
args: BatchCreateRumMetricDefinitionsCommandInput,
|
|
74
|
+
options?: __HttpHandlerOptions
|
|
75
|
+
): Promise<BatchCreateRumMetricDefinitionsCommandOutput>;
|
|
76
|
+
batchCreateRumMetricDefinitions(
|
|
77
|
+
args: BatchCreateRumMetricDefinitionsCommandInput,
|
|
78
|
+
cb: (err: any, data?: BatchCreateRumMetricDefinitionsCommandOutput) => void
|
|
79
|
+
): void;
|
|
80
|
+
batchCreateRumMetricDefinitions(
|
|
81
|
+
args: BatchCreateRumMetricDefinitionsCommandInput,
|
|
82
|
+
options: __HttpHandlerOptions,
|
|
83
|
+
cb: (err: any, data?: BatchCreateRumMetricDefinitionsCommandOutput) => void
|
|
84
|
+
): void;
|
|
85
|
+
batchDeleteRumMetricDefinitions(
|
|
86
|
+
args: BatchDeleteRumMetricDefinitionsCommandInput,
|
|
87
|
+
options?: __HttpHandlerOptions
|
|
88
|
+
): Promise<BatchDeleteRumMetricDefinitionsCommandOutput>;
|
|
89
|
+
batchDeleteRumMetricDefinitions(
|
|
90
|
+
args: BatchDeleteRumMetricDefinitionsCommandInput,
|
|
91
|
+
cb: (err: any, data?: BatchDeleteRumMetricDefinitionsCommandOutput) => void
|
|
92
|
+
): void;
|
|
93
|
+
batchDeleteRumMetricDefinitions(
|
|
94
|
+
args: BatchDeleteRumMetricDefinitionsCommandInput,
|
|
95
|
+
options: __HttpHandlerOptions,
|
|
96
|
+
cb: (err: any, data?: BatchDeleteRumMetricDefinitionsCommandOutput) => void
|
|
97
|
+
): void;
|
|
98
|
+
batchGetRumMetricDefinitions(
|
|
99
|
+
args: BatchGetRumMetricDefinitionsCommandInput,
|
|
100
|
+
options?: __HttpHandlerOptions
|
|
101
|
+
): Promise<BatchGetRumMetricDefinitionsCommandOutput>;
|
|
102
|
+
batchGetRumMetricDefinitions(
|
|
103
|
+
args: BatchGetRumMetricDefinitionsCommandInput,
|
|
104
|
+
cb: (err: any, data?: BatchGetRumMetricDefinitionsCommandOutput) => void
|
|
105
|
+
): void;
|
|
106
|
+
batchGetRumMetricDefinitions(
|
|
107
|
+
args: BatchGetRumMetricDefinitionsCommandInput,
|
|
108
|
+
options: __HttpHandlerOptions,
|
|
109
|
+
cb: (err: any, data?: BatchGetRumMetricDefinitionsCommandOutput) => void
|
|
110
|
+
): void;
|
|
44
111
|
createAppMonitor(
|
|
45
112
|
args: CreateAppMonitorCommandInput,
|
|
46
113
|
options?: __HttpHandlerOptions
|
|
@@ -67,6 +134,19 @@ export declare class RUM extends RUMClient {
|
|
|
67
134
|
options: __HttpHandlerOptions,
|
|
68
135
|
cb: (err: any, data?: DeleteAppMonitorCommandOutput) => void
|
|
69
136
|
): void;
|
|
137
|
+
deleteRumMetricsDestination(
|
|
138
|
+
args: DeleteRumMetricsDestinationCommandInput,
|
|
139
|
+
options?: __HttpHandlerOptions
|
|
140
|
+
): Promise<DeleteRumMetricsDestinationCommandOutput>;
|
|
141
|
+
deleteRumMetricsDestination(
|
|
142
|
+
args: DeleteRumMetricsDestinationCommandInput,
|
|
143
|
+
cb: (err: any, data?: DeleteRumMetricsDestinationCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
deleteRumMetricsDestination(
|
|
146
|
+
args: DeleteRumMetricsDestinationCommandInput,
|
|
147
|
+
options: __HttpHandlerOptions,
|
|
148
|
+
cb: (err: any, data?: DeleteRumMetricsDestinationCommandOutput) => void
|
|
149
|
+
): void;
|
|
70
150
|
getAppMonitor(
|
|
71
151
|
args: GetAppMonitorCommandInput,
|
|
72
152
|
options?: __HttpHandlerOptions
|
|
@@ -106,6 +186,19 @@ export declare class RUM extends RUMClient {
|
|
|
106
186
|
options: __HttpHandlerOptions,
|
|
107
187
|
cb: (err: any, data?: ListAppMonitorsCommandOutput) => void
|
|
108
188
|
): void;
|
|
189
|
+
listRumMetricsDestinations(
|
|
190
|
+
args: ListRumMetricsDestinationsCommandInput,
|
|
191
|
+
options?: __HttpHandlerOptions
|
|
192
|
+
): Promise<ListRumMetricsDestinationsCommandOutput>;
|
|
193
|
+
listRumMetricsDestinations(
|
|
194
|
+
args: ListRumMetricsDestinationsCommandInput,
|
|
195
|
+
cb: (err: any, data?: ListRumMetricsDestinationsCommandOutput) => void
|
|
196
|
+
): void;
|
|
197
|
+
listRumMetricsDestinations(
|
|
198
|
+
args: ListRumMetricsDestinationsCommandInput,
|
|
199
|
+
options: __HttpHandlerOptions,
|
|
200
|
+
cb: (err: any, data?: ListRumMetricsDestinationsCommandOutput) => void
|
|
201
|
+
): void;
|
|
109
202
|
listTagsForResource(
|
|
110
203
|
args: ListTagsForResourceCommandInput,
|
|
111
204
|
options?: __HttpHandlerOptions
|
|
@@ -132,6 +225,19 @@ export declare class RUM extends RUMClient {
|
|
|
132
225
|
options: __HttpHandlerOptions,
|
|
133
226
|
cb: (err: any, data?: PutRumEventsCommandOutput) => void
|
|
134
227
|
): void;
|
|
228
|
+
putRumMetricsDestination(
|
|
229
|
+
args: PutRumMetricsDestinationCommandInput,
|
|
230
|
+
options?: __HttpHandlerOptions
|
|
231
|
+
): Promise<PutRumMetricsDestinationCommandOutput>;
|
|
232
|
+
putRumMetricsDestination(
|
|
233
|
+
args: PutRumMetricsDestinationCommandInput,
|
|
234
|
+
cb: (err: any, data?: PutRumMetricsDestinationCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
putRumMetricsDestination(
|
|
237
|
+
args: PutRumMetricsDestinationCommandInput,
|
|
238
|
+
options: __HttpHandlerOptions,
|
|
239
|
+
cb: (err: any, data?: PutRumMetricsDestinationCommandOutput) => void
|
|
240
|
+
): void;
|
|
135
241
|
tagResource(
|
|
136
242
|
args: TagResourceCommandInput,
|
|
137
243
|
options?: __HttpHandlerOptions
|
|
@@ -171,4 +277,17 @@ export declare class RUM extends RUMClient {
|
|
|
171
277
|
options: __HttpHandlerOptions,
|
|
172
278
|
cb: (err: any, data?: UpdateAppMonitorCommandOutput) => void
|
|
173
279
|
): void;
|
|
280
|
+
updateRumMetricDefinition(
|
|
281
|
+
args: UpdateRumMetricDefinitionCommandInput,
|
|
282
|
+
options?: __HttpHandlerOptions
|
|
283
|
+
): Promise<UpdateRumMetricDefinitionCommandOutput>;
|
|
284
|
+
updateRumMetricDefinition(
|
|
285
|
+
args: UpdateRumMetricDefinitionCommandInput,
|
|
286
|
+
cb: (err: any, data?: UpdateRumMetricDefinitionCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
updateRumMetricDefinition(
|
|
289
|
+
args: UpdateRumMetricDefinitionCommandInput,
|
|
290
|
+
options: __HttpHandlerOptions,
|
|
291
|
+
cb: (err: any, data?: UpdateRumMetricDefinitionCommandOutput) => void
|
|
292
|
+
): void;
|
|
174
293
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,11 +39,22 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
44
45
|
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
BatchCreateRumMetricDefinitionsCommandInput,
|
|
48
|
+
BatchCreateRumMetricDefinitionsCommandOutput,
|
|
49
|
+
} from "./commands/BatchCreateRumMetricDefinitionsCommand";
|
|
50
|
+
import {
|
|
51
|
+
BatchDeleteRumMetricDefinitionsCommandInput,
|
|
52
|
+
BatchDeleteRumMetricDefinitionsCommandOutput,
|
|
53
|
+
} from "./commands/BatchDeleteRumMetricDefinitionsCommand";
|
|
54
|
+
import {
|
|
55
|
+
BatchGetRumMetricDefinitionsCommandInput,
|
|
56
|
+
BatchGetRumMetricDefinitionsCommandOutput,
|
|
57
|
+
} from "./commands/BatchGetRumMetricDefinitionsCommand";
|
|
45
58
|
import {
|
|
46
59
|
CreateAppMonitorCommandInput,
|
|
47
60
|
CreateAppMonitorCommandOutput,
|
|
@@ -50,6 +63,10 @@ import {
|
|
|
50
63
|
DeleteAppMonitorCommandInput,
|
|
51
64
|
DeleteAppMonitorCommandOutput,
|
|
52
65
|
} from "./commands/DeleteAppMonitorCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteRumMetricsDestinationCommandInput,
|
|
68
|
+
DeleteRumMetricsDestinationCommandOutput,
|
|
69
|
+
} from "./commands/DeleteRumMetricsDestinationCommand";
|
|
53
70
|
import {
|
|
54
71
|
GetAppMonitorCommandInput,
|
|
55
72
|
GetAppMonitorCommandOutput,
|
|
@@ -62,6 +79,10 @@ import {
|
|
|
62
79
|
ListAppMonitorsCommandInput,
|
|
63
80
|
ListAppMonitorsCommandOutput,
|
|
64
81
|
} from "./commands/ListAppMonitorsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListRumMetricsDestinationsCommandInput,
|
|
84
|
+
ListRumMetricsDestinationsCommandOutput,
|
|
85
|
+
} from "./commands/ListRumMetricsDestinationsCommand";
|
|
65
86
|
import {
|
|
66
87
|
ListTagsForResourceCommandInput,
|
|
67
88
|
ListTagsForResourceCommandOutput,
|
|
@@ -70,6 +91,10 @@ import {
|
|
|
70
91
|
PutRumEventsCommandInput,
|
|
71
92
|
PutRumEventsCommandOutput,
|
|
72
93
|
} from "./commands/PutRumEventsCommand";
|
|
94
|
+
import {
|
|
95
|
+
PutRumMetricsDestinationCommandInput,
|
|
96
|
+
PutRumMetricsDestinationCommandOutput,
|
|
97
|
+
} from "./commands/PutRumMetricsDestinationCommand";
|
|
73
98
|
import {
|
|
74
99
|
TagResourceCommandInput,
|
|
75
100
|
TagResourceCommandOutput,
|
|
@@ -82,28 +107,51 @@ import {
|
|
|
82
107
|
UpdateAppMonitorCommandInput,
|
|
83
108
|
UpdateAppMonitorCommandOutput,
|
|
84
109
|
} from "./commands/UpdateAppMonitorCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateRumMetricDefinitionCommandInput,
|
|
112
|
+
UpdateRumMetricDefinitionCommandOutput,
|
|
113
|
+
} from "./commands/UpdateRumMetricDefinitionCommand";
|
|
114
|
+
import {
|
|
115
|
+
ClientInputEndpointParameters,
|
|
116
|
+
ClientResolvedEndpointParameters,
|
|
117
|
+
EndpointParameters,
|
|
118
|
+
} from "./endpoint/EndpointParameters";
|
|
85
119
|
export declare type ServiceInputTypes =
|
|
120
|
+
| BatchCreateRumMetricDefinitionsCommandInput
|
|
121
|
+
| BatchDeleteRumMetricDefinitionsCommandInput
|
|
122
|
+
| BatchGetRumMetricDefinitionsCommandInput
|
|
86
123
|
| CreateAppMonitorCommandInput
|
|
87
124
|
| DeleteAppMonitorCommandInput
|
|
125
|
+
| DeleteRumMetricsDestinationCommandInput
|
|
88
126
|
| GetAppMonitorCommandInput
|
|
89
127
|
| GetAppMonitorDataCommandInput
|
|
90
128
|
| ListAppMonitorsCommandInput
|
|
129
|
+
| ListRumMetricsDestinationsCommandInput
|
|
91
130
|
| ListTagsForResourceCommandInput
|
|
92
131
|
| PutRumEventsCommandInput
|
|
132
|
+
| PutRumMetricsDestinationCommandInput
|
|
93
133
|
| TagResourceCommandInput
|
|
94
134
|
| UntagResourceCommandInput
|
|
95
|
-
| UpdateAppMonitorCommandInput
|
|
135
|
+
| UpdateAppMonitorCommandInput
|
|
136
|
+
| UpdateRumMetricDefinitionCommandInput;
|
|
96
137
|
export declare type ServiceOutputTypes =
|
|
138
|
+
| BatchCreateRumMetricDefinitionsCommandOutput
|
|
139
|
+
| BatchDeleteRumMetricDefinitionsCommandOutput
|
|
140
|
+
| BatchGetRumMetricDefinitionsCommandOutput
|
|
97
141
|
| CreateAppMonitorCommandOutput
|
|
98
142
|
| DeleteAppMonitorCommandOutput
|
|
143
|
+
| DeleteRumMetricsDestinationCommandOutput
|
|
99
144
|
| GetAppMonitorCommandOutput
|
|
100
145
|
| GetAppMonitorDataCommandOutput
|
|
101
146
|
| ListAppMonitorsCommandOutput
|
|
147
|
+
| ListRumMetricsDestinationsCommandOutput
|
|
102
148
|
| ListTagsForResourceCommandOutput
|
|
103
149
|
| PutRumEventsCommandOutput
|
|
150
|
+
| PutRumMetricsDestinationCommandOutput
|
|
104
151
|
| TagResourceCommandOutput
|
|
105
152
|
| UntagResourceCommandOutput
|
|
106
|
-
| UpdateAppMonitorCommandOutput
|
|
153
|
+
| UpdateAppMonitorCommandOutput
|
|
154
|
+
| UpdateRumMetricDefinitionCommandOutput;
|
|
107
155
|
export interface ClientDefaults
|
|
108
156
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
109
157
|
requestHandler?: __HttpHandler;
|
|
@@ -125,7 +173,6 @@ export interface ClientDefaults
|
|
|
125
173
|
serviceId?: string;
|
|
126
174
|
region?: string | __Provider<string>;
|
|
127
175
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
128
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
129
176
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
130
177
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
131
178
|
}
|
|
@@ -134,21 +181,23 @@ declare type RUMClientConfigType = Partial<
|
|
|
134
181
|
> &
|
|
135
182
|
ClientDefaults &
|
|
136
183
|
RegionInputConfig &
|
|
137
|
-
|
|
184
|
+
EndpointInputConfig<EndpointParameters> &
|
|
138
185
|
RetryInputConfig &
|
|
139
186
|
HostHeaderInputConfig &
|
|
140
187
|
AwsAuthInputConfig &
|
|
141
|
-
UserAgentInputConfig
|
|
188
|
+
UserAgentInputConfig &
|
|
189
|
+
ClientInputEndpointParameters;
|
|
142
190
|
export interface RUMClientConfig extends RUMClientConfigType {}
|
|
143
191
|
declare type RUMClientResolvedConfigType =
|
|
144
192
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
145
193
|
Required<ClientDefaults> &
|
|
146
194
|
RegionResolvedConfig &
|
|
147
|
-
|
|
195
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
148
196
|
RetryResolvedConfig &
|
|
149
197
|
HostHeaderResolvedConfig &
|
|
150
198
|
AwsAuthResolvedConfig &
|
|
151
|
-
UserAgentResolvedConfig
|
|
199
|
+
UserAgentResolvedConfig &
|
|
200
|
+
ClientResolvedEndpointParameters;
|
|
152
201
|
export interface RUMClientResolvedConfig extends RUMClientResolvedConfigType {}
|
|
153
202
|
export declare class RUMClient extends __Client<
|
|
154
203
|
__HttpHandlerOptions,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchCreateRumMetricDefinitionsRequest,
|
|
11
|
+
BatchCreateRumMetricDefinitionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RUMClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RUMClient";
|
|
18
|
+
export interface BatchCreateRumMetricDefinitionsCommandInput
|
|
19
|
+
extends BatchCreateRumMetricDefinitionsRequest {}
|
|
20
|
+
export interface BatchCreateRumMetricDefinitionsCommandOutput
|
|
21
|
+
extends BatchCreateRumMetricDefinitionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchCreateRumMetricDefinitionsCommand extends $Command<
|
|
24
|
+
BatchCreateRumMetricDefinitionsCommandInput,
|
|
25
|
+
BatchCreateRumMetricDefinitionsCommandOutput,
|
|
26
|
+
RUMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchCreateRumMetricDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchCreateRumMetricDefinitionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RUMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchCreateRumMetricDefinitionsCommandInput,
|
|
37
|
+
BatchCreateRumMetricDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchDeleteRumMetricDefinitionsRequest,
|
|
11
|
+
BatchDeleteRumMetricDefinitionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RUMClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RUMClient";
|
|
18
|
+
export interface BatchDeleteRumMetricDefinitionsCommandInput
|
|
19
|
+
extends BatchDeleteRumMetricDefinitionsRequest {}
|
|
20
|
+
export interface BatchDeleteRumMetricDefinitionsCommandOutput
|
|
21
|
+
extends BatchDeleteRumMetricDefinitionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchDeleteRumMetricDefinitionsCommand extends $Command<
|
|
24
|
+
BatchDeleteRumMetricDefinitionsCommandInput,
|
|
25
|
+
BatchDeleteRumMetricDefinitionsCommandOutput,
|
|
26
|
+
RUMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteRumMetricDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchDeleteRumMetricDefinitionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RUMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeleteRumMetricDefinitionsCommandInput,
|
|
37
|
+
BatchDeleteRumMetricDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchGetRumMetricDefinitionsRequest,
|
|
11
|
+
BatchGetRumMetricDefinitionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RUMClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RUMClient";
|
|
18
|
+
export interface BatchGetRumMetricDefinitionsCommandInput
|
|
19
|
+
extends BatchGetRumMetricDefinitionsRequest {}
|
|
20
|
+
export interface BatchGetRumMetricDefinitionsCommandOutput
|
|
21
|
+
extends BatchGetRumMetricDefinitionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchGetRumMetricDefinitionsCommand extends $Command<
|
|
24
|
+
BatchGetRumMetricDefinitionsCommandInput,
|
|
25
|
+
BatchGetRumMetricDefinitionsCommandOutput,
|
|
26
|
+
RUMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetRumMetricDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchGetRumMetricDefinitionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RUMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetRumMetricDefinitionsCommandInput,
|
|
37
|
+
BatchGetRumMetricDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateAppMonitorCommand extends $Command<
|
|
|
24
25
|
RUMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateAppMonitorCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateAppMonitorCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteAppMonitorCommand extends $Command<
|
|
|
24
25
|
RUMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteAppMonitorCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteAppMonitorCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|