@aws-sdk/client-rum 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +4 -4
- package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +7 -7
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetAppMonitorCommand.d.ts +1 -1
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +5 -5
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +1 -1
- package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutRumEventsCommand.d.ts +5 -5
- package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +6 -6
- package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -65,16 +65,16 @@ export interface BatchCreateRumMetricDefinitionsCommandOutput extends BatchCreat
|
|
|
65
65
|
* import { RUMClient, BatchCreateRumMetricDefinitionsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
66
66
|
* // const { RUMClient, BatchCreateRumMetricDefinitionsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
67
67
|
* const client = new RUMClient(config);
|
|
68
|
-
* const input = {
|
|
68
|
+
* const input = { // BatchCreateRumMetricDefinitionsRequest
|
|
69
69
|
* AppMonitorName: "STRING_VALUE", // required
|
|
70
70
|
* Destination: "STRING_VALUE", // required
|
|
71
71
|
* DestinationArn: "STRING_VALUE",
|
|
72
|
-
* MetricDefinitions: [ // required
|
|
73
|
-
* {
|
|
72
|
+
* MetricDefinitions: [ // MetricDefinitionsRequest // required
|
|
73
|
+
* { // MetricDefinitionRequest
|
|
74
74
|
* Name: "STRING_VALUE", // required
|
|
75
75
|
* ValueKey: "STRING_VALUE",
|
|
76
76
|
* UnitLabel: "STRING_VALUE",
|
|
77
|
-
* DimensionKeys: {
|
|
77
|
+
* DimensionKeys: { // DimensionKeysMap
|
|
78
78
|
* "<keys>": "STRING_VALUE",
|
|
79
79
|
* },
|
|
80
80
|
* EventPattern: "STRING_VALUE",
|
|
@@ -31,11 +31,11 @@ export interface BatchDeleteRumMetricDefinitionsCommandOutput extends BatchDelet
|
|
|
31
31
|
* import { RUMClient, BatchDeleteRumMetricDefinitionsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
32
32
|
* // const { RUMClient, BatchDeleteRumMetricDefinitionsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
33
33
|
* const client = new RUMClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // BatchDeleteRumMetricDefinitionsRequest
|
|
35
35
|
* AppMonitorName: "STRING_VALUE", // required
|
|
36
36
|
* Destination: "STRING_VALUE", // required
|
|
37
37
|
* DestinationArn: "STRING_VALUE",
|
|
38
|
-
* MetricDefinitionIds: [ // required
|
|
38
|
+
* MetricDefinitionIds: [ // MetricDefinitionIds // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* };
|
|
@@ -26,7 +26,7 @@ export interface BatchGetRumMetricDefinitionsCommandOutput extends BatchGetRumMe
|
|
|
26
26
|
* import { RUMClient, BatchGetRumMetricDefinitionsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, BatchGetRumMetricDefinitionsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchGetRumMetricDefinitionsRequest
|
|
30
30
|
* AppMonitorName: "STRING_VALUE", // required
|
|
31
31
|
* Destination: "STRING_VALUE", // required
|
|
32
32
|
* DestinationArn: "STRING_VALUE",
|
|
@@ -34,33 +34,33 @@ export interface CreateAppMonitorCommandOutput extends CreateAppMonitorResponse,
|
|
|
34
34
|
* import { RUMClient, CreateAppMonitorCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
35
35
|
* // const { RUMClient, CreateAppMonitorCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
36
36
|
* const client = new RUMClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // CreateAppMonitorRequest
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* Domain: "STRING_VALUE", // required
|
|
40
|
-
* Tags: {
|
|
40
|
+
* Tags: { // TagMap
|
|
41
41
|
* "<keys>": "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
|
-
* AppMonitorConfiguration: {
|
|
43
|
+
* AppMonitorConfiguration: { // AppMonitorConfiguration
|
|
44
44
|
* IdentityPoolId: "STRING_VALUE",
|
|
45
|
-
* ExcludedPages: [
|
|
45
|
+
* ExcludedPages: [ // Pages
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* IncludedPages: [
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* FavoritePages: [
|
|
51
|
+
* FavoritePages: [ // FavoritePages
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* SessionSampleRate: Number("double"),
|
|
55
55
|
* GuestRoleArn: "STRING_VALUE",
|
|
56
56
|
* AllowCookies: true || false,
|
|
57
|
-
* Telemetries: [
|
|
57
|
+
* Telemetries: [ // Telemetries
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
60
|
* EnableXRay: true || false,
|
|
61
61
|
* },
|
|
62
62
|
* CwLogEnabled: true || false,
|
|
63
|
-
* CustomEvents: {
|
|
63
|
+
* CustomEvents: { // CustomEvents
|
|
64
64
|
* Status: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
66
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteAppMonitorCommandOutput extends DeleteAppMonitorResponse,
|
|
|
26
26
|
* import { RUMClient, DeleteAppMonitorCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, DeleteAppMonitorCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAppMonitorRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppMonitorCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteRumMetricsDestinationCommandOutput extends DeleteRumMetri
|
|
|
27
27
|
* import { RUMClient, DeleteRumMetricsDestinationCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
28
28
|
* // const { RUMClient, DeleteRumMetricsDestinationCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
29
29
|
* const client = new RUMClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteRumMetricsDestinationRequest
|
|
31
31
|
* AppMonitorName: "STRING_VALUE", // required
|
|
32
32
|
* Destination: "STRING_VALUE", // required
|
|
33
33
|
* DestinationArn: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __Met
|
|
|
26
26
|
* import { RUMClient, GetAppMonitorCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, GetAppMonitorCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAppMonitorRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAppMonitorCommand(input);
|
|
@@ -27,16 +27,16 @@ export interface GetAppMonitorDataCommandOutput extends GetAppMonitorDataRespons
|
|
|
27
27
|
* import { RUMClient, GetAppMonitorDataCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
28
28
|
* // const { RUMClient, GetAppMonitorDataCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
29
29
|
* const client = new RUMClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetAppMonitorDataRequest
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
|
-
* TimeRange: {
|
|
32
|
+
* TimeRange: { // TimeRange
|
|
33
33
|
* After: Number("long"), // required
|
|
34
34
|
* Before: Number("long"),
|
|
35
35
|
* },
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // QueryFilters
|
|
37
|
+
* { // QueryFilter
|
|
38
38
|
* Name: "STRING_VALUE",
|
|
39
|
-
* Values: [
|
|
39
|
+
* Values: [ // QueryFilterValueList
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListAppMonitorsCommandOutput extends ListAppMonitorsResponse, _
|
|
|
26
26
|
* import { RUMClient, ListAppMonitorsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, ListAppMonitorsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAppMonitorsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListRumMetricsDestinationsCommandOutput extends ListRumMetricsD
|
|
|
28
28
|
* import { RUMClient, ListRumMetricsDestinationsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
29
29
|
* // const { RUMClient, ListRumMetricsDestinationsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
30
30
|
* const client = new RUMClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListRumMetricsDestinationsRequest
|
|
32
32
|
* AppMonitorName: "STRING_VALUE", // required
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { RUMClient, ListTagsForResourceCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -29,20 +29,20 @@ export interface PutRumEventsCommandOutput extends PutRumEventsResponse, __Metad
|
|
|
29
29
|
* import { RUMClient, PutRumEventsCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
30
30
|
* // const { RUMClient, PutRumEventsCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
31
31
|
* const client = new RUMClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // PutRumEventsRequest
|
|
33
33
|
* Id: "STRING_VALUE", // required
|
|
34
34
|
* BatchId: "STRING_VALUE", // required
|
|
35
|
-
* AppMonitorDetails: {
|
|
35
|
+
* AppMonitorDetails: { // AppMonitorDetails
|
|
36
36
|
* name: "STRING_VALUE",
|
|
37
37
|
* id: "STRING_VALUE",
|
|
38
38
|
* version: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
-
* UserDetails: {
|
|
40
|
+
* UserDetails: { // UserDetails
|
|
41
41
|
* userId: "STRING_VALUE",
|
|
42
42
|
* sessionId: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* RumEvents: [ // required
|
|
45
|
-
* {
|
|
44
|
+
* RumEvents: [ // RumEventList // required
|
|
45
|
+
* { // RumEvent
|
|
46
46
|
* id: "STRING_VALUE", // required
|
|
47
47
|
* timestamp: new Date("TIMESTAMP"), // required
|
|
48
48
|
* type: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface PutRumMetricsDestinationCommandOutput extends PutRumMetricsDest
|
|
|
28
28
|
* import { RUMClient, PutRumMetricsDestinationCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
29
29
|
* // const { RUMClient, PutRumMetricsDestinationCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
30
30
|
* const client = new RUMClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // PutRumMetricsDestinationRequest
|
|
32
32
|
* AppMonitorName: "STRING_VALUE", // required
|
|
33
33
|
* Destination: "STRING_VALUE", // required
|
|
34
34
|
* DestinationArn: "STRING_VALUE",
|
|
@@ -39,9 +39,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
39
39
|
* import { RUMClient, TagResourceCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
40
40
|
* // const { RUMClient, TagResourceCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
41
41
|
* const client = new RUMClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // TagResourceRequest
|
|
43
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
44
|
-
* Tags: { // required
|
|
44
|
+
* Tags: { // TagMap // required
|
|
45
45
|
* "<keys>": "STRING_VALUE",
|
|
46
46
|
* },
|
|
47
47
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { RUMClient, UntagResourceCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
27
27
|
* // const { RUMClient, UntagResourceCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
28
28
|
* const client = new RUMClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -36,30 +36,30 @@ export interface UpdateAppMonitorCommandOutput extends UpdateAppMonitorResponse,
|
|
|
36
36
|
* import { RUMClient, UpdateAppMonitorCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
37
37
|
* // const { RUMClient, UpdateAppMonitorCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
38
38
|
* const client = new RUMClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // UpdateAppMonitorRequest
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
41
|
* Domain: "STRING_VALUE",
|
|
42
|
-
* AppMonitorConfiguration: {
|
|
42
|
+
* AppMonitorConfiguration: { // AppMonitorConfiguration
|
|
43
43
|
* IdentityPoolId: "STRING_VALUE",
|
|
44
|
-
* ExcludedPages: [
|
|
44
|
+
* ExcludedPages: [ // Pages
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* IncludedPages: [
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* FavoritePages: [
|
|
50
|
+
* FavoritePages: [ // FavoritePages
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
53
|
* SessionSampleRate: Number("double"),
|
|
54
54
|
* GuestRoleArn: "STRING_VALUE",
|
|
55
55
|
* AllowCookies: true || false,
|
|
56
|
-
* Telemetries: [
|
|
56
|
+
* Telemetries: [ // Telemetries
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
59
|
* EnableXRay: true || false,
|
|
60
60
|
* },
|
|
61
61
|
* CwLogEnabled: true || false,
|
|
62
|
-
* CustomEvents: {
|
|
62
|
+
* CustomEvents: { // CustomEvents
|
|
63
63
|
* Status: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
65
|
* };
|
|
@@ -27,15 +27,15 @@ export interface UpdateRumMetricDefinitionCommandOutput extends UpdateRumMetricD
|
|
|
27
27
|
* import { RUMClient, UpdateRumMetricDefinitionCommand } from "@aws-sdk/client-rum"; // ES Modules import
|
|
28
28
|
* // const { RUMClient, UpdateRumMetricDefinitionCommand } = require("@aws-sdk/client-rum"); // CommonJS import
|
|
29
29
|
* const client = new RUMClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateRumMetricDefinitionRequest
|
|
31
31
|
* AppMonitorName: "STRING_VALUE", // required
|
|
32
32
|
* Destination: "STRING_VALUE", // required
|
|
33
33
|
* DestinationArn: "STRING_VALUE",
|
|
34
|
-
* MetricDefinition: {
|
|
34
|
+
* MetricDefinition: { // MetricDefinitionRequest
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* ValueKey: "STRING_VALUE",
|
|
37
37
|
* UnitLabel: "STRING_VALUE",
|
|
38
|
-
* DimensionKeys: {
|
|
38
|
+
* DimensionKeys: { // DimensionKeysMap
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* EventPattern: "STRING_VALUE",
|
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.301.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|