@aws-sdk/client-rum 3.775.0 → 3.782.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 +1 -0
- package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +1 -0
- package/dist-types/commands/GetAppMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +1 -0
- package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutRumEventsCommand.d.ts +1 -0
- package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -157,6 +157,7 @@ declare const BatchCreateRumMetricDefinitionsCommand_base: {
|
|
|
157
157
|
* @throws {@link RUMServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class BatchCreateRumMetricDefinitionsCommand extends BatchCreateRumMetricDefinitionsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const BatchDeleteRumMetricDefinitionsCommand_base: {
|
|
|
91
91
|
* @throws {@link RUMServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class BatchDeleteRumMetricDefinitionsCommand extends BatchDeleteRumMetricDefinitionsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const BatchGetRumMetricDefinitionsCommand_base: {
|
|
|
83
83
|
* @throws {@link RUMServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class BatchGetRumMetricDefinitionsCommand extends BatchGetRumMetricDefinitionsCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreateAppMonitorCommand_base: {
|
|
|
119
119
|
* @throws {@link RUMServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateAppMonitorCommand extends CreateAppMonitorCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteAppMonitorCommand_base: {
|
|
|
70
70
|
* @throws {@link RUMServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteAppMonitorCommand extends DeleteAppMonitorCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link RUMServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteRumMetricsDestinationCommand_base: {
|
|
|
73
73
|
* @throws {@link RUMServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteRumMetricsDestinationCommand extends DeleteRumMetricsDestinationCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetAppMonitorCommand_base: {
|
|
|
116
116
|
* @throws {@link RUMServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetAppMonitorCommand extends GetAppMonitorCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetAppMonitorDataCommand_base: {
|
|
|
87
87
|
* @throws {@link RUMServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetAppMonitorDataCommand extends GetAppMonitorDataCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
76
76
|
* @throws {@link RUMServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListAppMonitorsCommand_base: {
|
|
|
76
76
|
* @throws {@link RUMServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListAppMonitorsCommand extends ListAppMonitorsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListRumMetricsDestinationsCommand_base: {
|
|
|
77
77
|
* @throws {@link RUMServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListRumMetricsDestinationsCommand extends ListRumMetricsDestinationsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link RUMServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
85
85
|
* @throws {@link RUMServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const PutRumEventsCommand_base: {
|
|
|
90
90
|
* @throws {@link RUMServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class PutRumEventsCommand extends PutRumEventsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const PutRumMetricsDestinationCommand_base: {
|
|
|
75
75
|
* @throws {@link RUMServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutRumMetricsDestinationCommand extends PutRumMetricsDestinationCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link RUMServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link RUMServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const UpdateAppMonitorCommand_base: {
|
|
|
113
113
|
* @throws {@link RUMServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class UpdateAppMonitorCommand extends UpdateAppMonitorCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateRumMetricDefinitionCommand_base: {
|
|
|
87
87
|
* @throws {@link RUMServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from RUM service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateRumMetricDefinitionCommand extends UpdateRumMetricDefinitionCommand_base {
|
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.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rum",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|