@aws-sdk/client-rum 3.170.0 → 3.178.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 CHANGED
@@ -3,6 +3,22 @@
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rum
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-rum
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-rum
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -40,7 +40,6 @@ import {
40
40
  UpdateAppMonitorCommandOutput,
41
41
  } from "./commands/UpdateAppMonitorCommand";
42
42
  import { RUMClient } from "./RUMClient";
43
-
44
43
  export declare class RUM extends RUMClient {
45
44
  createAppMonitor(
46
45
  args: CreateAppMonitorCommandInput,
@@ -55,7 +54,6 @@ export declare class RUM extends RUMClient {
55
54
  options: __HttpHandlerOptions,
56
55
  cb: (err: any, data?: CreateAppMonitorCommandOutput) => void
57
56
  ): void;
58
-
59
57
  deleteAppMonitor(
60
58
  args: DeleteAppMonitorCommandInput,
61
59
  options?: __HttpHandlerOptions
@@ -69,7 +67,6 @@ export declare class RUM extends RUMClient {
69
67
  options: __HttpHandlerOptions,
70
68
  cb: (err: any, data?: DeleteAppMonitorCommandOutput) => void
71
69
  ): void;
72
-
73
70
  getAppMonitor(
74
71
  args: GetAppMonitorCommandInput,
75
72
  options?: __HttpHandlerOptions
@@ -83,7 +80,6 @@ export declare class RUM extends RUMClient {
83
80
  options: __HttpHandlerOptions,
84
81
  cb: (err: any, data?: GetAppMonitorCommandOutput) => void
85
82
  ): void;
86
-
87
83
  getAppMonitorData(
88
84
  args: GetAppMonitorDataCommandInput,
89
85
  options?: __HttpHandlerOptions
@@ -97,7 +93,6 @@ export declare class RUM extends RUMClient {
97
93
  options: __HttpHandlerOptions,
98
94
  cb: (err: any, data?: GetAppMonitorDataCommandOutput) => void
99
95
  ): void;
100
-
101
96
  listAppMonitors(
102
97
  args: ListAppMonitorsCommandInput,
103
98
  options?: __HttpHandlerOptions
@@ -111,7 +106,6 @@ export declare class RUM extends RUMClient {
111
106
  options: __HttpHandlerOptions,
112
107
  cb: (err: any, data?: ListAppMonitorsCommandOutput) => void
113
108
  ): void;
114
-
115
109
  listTagsForResource(
116
110
  args: ListTagsForResourceCommandInput,
117
111
  options?: __HttpHandlerOptions
@@ -125,7 +119,6 @@ export declare class RUM extends RUMClient {
125
119
  options: __HttpHandlerOptions,
126
120
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
127
121
  ): void;
128
-
129
122
  putRumEvents(
130
123
  args: PutRumEventsCommandInput,
131
124
  options?: __HttpHandlerOptions
@@ -139,7 +132,6 @@ export declare class RUM extends RUMClient {
139
132
  options: __HttpHandlerOptions,
140
133
  cb: (err: any, data?: PutRumEventsCommandOutput) => void
141
134
  ): void;
142
-
143
135
  tagResource(
144
136
  args: TagResourceCommandInput,
145
137
  options?: __HttpHandlerOptions
@@ -153,7 +145,6 @@ export declare class RUM extends RUMClient {
153
145
  options: __HttpHandlerOptions,
154
146
  cb: (err: any, data?: TagResourceCommandOutput) => void
155
147
  ): void;
156
-
157
148
  untagResource(
158
149
  args: UntagResourceCommandInput,
159
150
  options?: __HttpHandlerOptions
@@ -167,7 +158,6 @@ export declare class RUM extends RUMClient {
167
158
  options: __HttpHandlerOptions,
168
159
  cb: (err: any, data?: UntagResourceCommandOutput) => void
169
160
  ): void;
170
-
171
161
  updateAppMonitor(
172
162
  args: UpdateAppMonitorCommandInput,
173
163
  options?: __HttpHandlerOptions
@@ -107,47 +107,26 @@ export declare type ServiceOutputTypes =
107
107
  export interface ClientDefaults
108
108
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
109
109
  requestHandler?: __HttpHandler;
110
-
111
110
  sha256?: __HashConstructor;
112
-
113
111
  urlParser?: __UrlParser;
114
-
115
112
  bodyLengthChecker?: __BodyLengthCalculator;
116
-
117
113
  streamCollector?: __StreamCollector;
118
-
119
114
  base64Decoder?: __Decoder;
120
-
121
115
  base64Encoder?: __Encoder;
122
-
123
116
  utf8Decoder?: __Decoder;
124
-
125
117
  utf8Encoder?: __Encoder;
126
-
127
118
  runtime?: string;
128
-
129
119
  disableHostPrefix?: boolean;
130
-
131
120
  maxAttempts?: number | __Provider<number>;
132
-
133
121
  retryMode?: string | __Provider<string>;
134
-
135
122
  logger?: __Logger;
136
-
137
123
  useDualstackEndpoint?: boolean | __Provider<boolean>;
138
-
139
124
  useFipsEndpoint?: boolean | __Provider<boolean>;
140
-
141
125
  serviceId?: string;
142
-
143
126
  region?: string | __Provider<string>;
144
-
145
127
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
146
-
147
128
  regionInfoProvider?: RegionInfoProvider;
148
-
149
129
  defaultUserAgentProvider?: Provider<__UserAgent>;
150
-
151
130
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
152
131
  }
153
132
  declare type RUMClientConfigType = Partial<
@@ -160,7 +139,6 @@ declare type RUMClientConfigType = Partial<
160
139
  HostHeaderInputConfig &
161
140
  AwsAuthInputConfig &
162
141
  UserAgentInputConfig;
163
-
164
142
  export interface RUMClientConfig extends RUMClientConfigType {}
165
143
  declare type RUMClientResolvedConfigType =
166
144
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -171,9 +149,7 @@ declare type RUMClientResolvedConfigType =
171
149
  HostHeaderResolvedConfig &
172
150
  AwsAuthResolvedConfig &
173
151
  UserAgentResolvedConfig;
174
-
175
152
  export interface RUMClientResolvedConfig extends RUMClientResolvedConfigType {}
176
-
177
153
  export declare class RUMClient extends __Client<
178
154
  __HttpHandlerOptions,
179
155
  ServiceInputTypes,
@@ -182,7 +158,6 @@ export declare class RUMClient extends __Client<
182
158
  > {
183
159
  readonly config: RUMClientResolvedConfig;
184
160
  constructor(configuration: RUMClientConfig);
185
-
186
161
  destroy(): void;
187
162
  }
188
163
  export {};
@@ -18,7 +18,6 @@ export interface CreateAppMonitorCommandInput extends CreateAppMonitorRequest {}
18
18
  export interface CreateAppMonitorCommandOutput
19
19
  extends CreateAppMonitorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateAppMonitorCommand extends $Command<
23
22
  CreateAppMonitorCommandInput,
24
23
  CreateAppMonitorCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateAppMonitorCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateAppMonitorCommandInput;
28
27
  constructor(input: CreateAppMonitorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteAppMonitorCommandInput extends DeleteAppMonitorRequest {}
18
18
  export interface DeleteAppMonitorCommandOutput
19
19
  extends DeleteAppMonitorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteAppMonitorCommand extends $Command<
23
22
  DeleteAppMonitorCommandInput,
24
23
  DeleteAppMonitorCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteAppMonitorCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteAppMonitorCommandInput;
28
27
  constructor(input: DeleteAppMonitorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetAppMonitorCommandInput extends GetAppMonitorRequest {}
18
18
  export interface GetAppMonitorCommandOutput
19
19
  extends GetAppMonitorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetAppMonitorCommand extends $Command<
23
22
  GetAppMonitorCommandInput,
24
23
  GetAppMonitorCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetAppMonitorCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetAppMonitorCommandInput;
28
27
  constructor(input: GetAppMonitorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetAppMonitorDataCommandInput
19
19
  export interface GetAppMonitorDataCommandOutput
20
20
  extends GetAppMonitorDataResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetAppMonitorDataCommand extends $Command<
24
23
  GetAppMonitorDataCommandInput,
25
24
  GetAppMonitorDataCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetAppMonitorDataCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetAppMonitorDataCommandInput;
29
28
  constructor(input: GetAppMonitorDataCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RUMClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListAppMonitorsCommandInput extends ListAppMonitorsRequest {}
18
18
  export interface ListAppMonitorsCommandOutput
19
19
  extends ListAppMonitorsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListAppMonitorsCommand extends $Command<
23
22
  ListAppMonitorsCommandInput,
24
23
  ListAppMonitorsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListAppMonitorsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListAppMonitorsCommandInput;
28
27
  constructor(input: ListAppMonitorsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: RUMClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutRumEventsCommandInput extends PutRumEventsRequest {}
15
15
  export interface PutRumEventsCommandOutput
16
16
  extends PutRumEventsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutRumEventsCommand extends $Command<
20
19
  PutRumEventsCommandInput,
21
20
  PutRumEventsCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutRumEventsCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutRumEventsCommandInput;
25
24
  constructor(input: PutRumEventsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: RUMClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: RUMClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateAppMonitorCommandInput extends UpdateAppMonitorRequest {}
18
18
  export interface UpdateAppMonitorCommandOutput
19
19
  extends UpdateAppMonitorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateAppMonitorCommand extends $Command<
23
22
  UpdateAppMonitorCommandInput,
24
23
  UpdateAppMonitorCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateAppMonitorCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateAppMonitorCommandInput;
28
27
  constructor(input: UpdateAppMonitorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: RUMClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class RUMServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -3,49 +3,33 @@ import {
3
3
  LazyJsonString as __LazyJsonString,
4
4
  } from "@aws-sdk/smithy-client";
5
5
  import { RUMServiceException as __BaseException } from "./RUMServiceException";
6
-
7
6
  export declare class AccessDeniedException extends __BaseException {
8
7
  readonly name: "AccessDeniedException";
9
8
  readonly $fault: "client";
10
-
11
9
  constructor(
12
10
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
13
11
  );
14
12
  }
15
13
  export declare enum Telemetry {
16
14
  ERRORS = "errors",
17
-
18
15
  HTTP = "http",
19
-
20
16
  PERFORMANCE = "performance",
21
17
  }
22
-
23
18
  export interface AppMonitorConfiguration {
24
19
  IdentityPoolId?: string;
25
-
26
20
  ExcludedPages?: string[];
27
-
28
21
  IncludedPages?: string[];
29
-
30
22
  FavoritePages?: string[];
31
-
32
23
  SessionSampleRate?: number;
33
-
34
24
  GuestRoleArn?: string;
35
-
36
25
  AllowCookies?: boolean;
37
-
38
26
  Telemetries?: (Telemetry | string)[];
39
-
40
27
  EnableXRay?: boolean;
41
28
  }
42
-
43
29
  export interface CwLog {
44
30
  CwLogEnabled?: boolean;
45
-
46
31
  CwLogGroup?: string;
47
32
  }
48
-
49
33
  export interface DataStorage {
50
34
  CwLog?: CwLog;
51
35
  }
@@ -54,103 +38,71 @@ export declare enum StateEnum {
54
38
  CREATED = "CREATED",
55
39
  DELETING = "DELETING",
56
40
  }
57
-
58
41
  export interface AppMonitor {
59
42
  Name?: string;
60
-
61
43
  Domain?: string;
62
-
63
44
  Id?: string;
64
-
65
45
  Created?: string;
66
-
67
46
  LastModified?: string;
68
-
69
47
  Tags?: Record<string, string>;
70
-
71
48
  State?: StateEnum | string;
72
-
73
49
  AppMonitorConfiguration?: AppMonitorConfiguration;
74
-
75
50
  DataStorage?: DataStorage;
76
51
  }
77
-
78
52
  export interface AppMonitorDetails {
79
53
  name?: string;
80
-
81
54
  id?: string;
82
-
83
55
  version?: string;
84
56
  }
85
-
86
57
  export declare class ConflictException extends __BaseException {
87
58
  readonly name: "ConflictException";
88
59
  readonly $fault: "client";
89
-
90
60
  resourceName: string | undefined;
91
-
92
61
  resourceType?: string;
93
-
94
62
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
95
63
  }
96
64
  export interface CreateAppMonitorRequest {
97
65
  Name: string | undefined;
98
-
99
66
  Domain: string | undefined;
100
-
101
67
  Tags?: Record<string, string>;
102
-
103
68
  AppMonitorConfiguration?: AppMonitorConfiguration;
104
-
105
69
  CwLogEnabled?: boolean;
106
70
  }
107
71
  export interface CreateAppMonitorResponse {
108
72
  Id?: string;
109
73
  }
110
-
111
74
  export declare class InternalServerException extends __BaseException {
112
75
  readonly name: "InternalServerException";
113
76
  readonly $fault: "server";
114
77
  $retryable: {};
115
-
116
78
  retryAfterSeconds?: number;
117
-
118
79
  constructor(
119
80
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
120
81
  );
121
82
  }
122
-
123
83
  export declare class ServiceQuotaExceededException extends __BaseException {
124
84
  readonly name: "ServiceQuotaExceededException";
125
85
  readonly $fault: "client";
126
-
127
86
  constructor(
128
87
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
129
88
  );
130
89
  }
131
-
132
90
  export declare class ThrottlingException extends __BaseException {
133
91
  readonly name: "ThrottlingException";
134
92
  readonly $fault: "client";
135
93
  $retryable: {
136
94
  throttling: boolean;
137
95
  };
138
-
139
96
  serviceCode?: string;
140
-
141
97
  quotaCode?: string;
142
-
143
98
  retryAfterSeconds?: number;
144
-
145
99
  constructor(
146
100
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
147
101
  );
148
102
  }
149
-
150
103
  export declare class ValidationException extends __BaseException {
151
104
  readonly name: "ValidationException";
152
105
  readonly $fault: "client";
153
-
154
106
  constructor(
155
107
  opts: __ExceptionOptionType<ValidationException, __BaseException>
156
108
  );
@@ -159,15 +111,11 @@ export interface DeleteAppMonitorRequest {
159
111
  Name: string | undefined;
160
112
  }
161
113
  export interface DeleteAppMonitorResponse {}
162
-
163
114
  export declare class ResourceNotFoundException extends __BaseException {
164
115
  readonly name: "ResourceNotFoundException";
165
116
  readonly $fault: "client";
166
-
167
117
  resourceName: string | undefined;
168
-
169
118
  resourceType?: string;
170
-
171
119
  constructor(
172
120
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
173
121
  );
@@ -178,63 +126,44 @@ export interface GetAppMonitorRequest {
178
126
  export interface GetAppMonitorResponse {
179
127
  AppMonitor?: AppMonitor;
180
128
  }
181
-
182
129
  export interface QueryFilter {
183
130
  Name?: string;
184
-
185
131
  Values?: string[];
186
132
  }
187
-
188
133
  export interface TimeRange {
189
134
  After: number | undefined;
190
-
191
135
  Before?: number;
192
136
  }
193
137
  export interface GetAppMonitorDataRequest {
194
138
  Name: string | undefined;
195
-
196
139
  TimeRange: TimeRange | undefined;
197
-
198
140
  Filters?: QueryFilter[];
199
-
200
141
  MaxResults?: number;
201
-
202
142
  NextToken?: string;
203
143
  }
204
144
  export interface GetAppMonitorDataResponse {
205
145
  Events?: string[];
206
-
207
146
  NextToken?: string;
208
147
  }
209
148
  export interface ListAppMonitorsRequest {
210
149
  MaxResults?: number;
211
-
212
150
  NextToken?: string;
213
151
  }
214
-
215
152
  export interface AppMonitorSummary {
216
153
  Name?: string;
217
-
218
154
  Id?: string;
219
-
220
155
  Created?: string;
221
-
222
156
  LastModified?: string;
223
-
224
157
  State?: StateEnum | string;
225
158
  }
226
159
  export interface ListAppMonitorsResponse {
227
160
  NextToken?: string;
228
-
229
161
  AppMonitorSummaries?: AppMonitorSummary[];
230
162
  }
231
163
  export interface UpdateAppMonitorRequest {
232
164
  Name: string | undefined;
233
-
234
165
  Domain?: string;
235
-
236
166
  AppMonitorConfiguration?: AppMonitorConfiguration;
237
-
238
167
  CwLogEnabled?: boolean;
239
168
  }
240
169
  export interface UpdateAppMonitorResponse {}
@@ -243,154 +172,110 @@ export interface ListTagsForResourceRequest {
243
172
  }
244
173
  export interface ListTagsForResourceResponse {
245
174
  ResourceArn: string | undefined;
246
-
247
175
  Tags: Record<string, string> | undefined;
248
176
  }
249
-
250
177
  export interface RumEvent {
251
178
  id: string | undefined;
252
-
253
179
  timestamp: Date | undefined;
254
-
255
180
  type: string | undefined;
256
-
257
181
  metadata?: __LazyJsonString | string;
258
-
259
182
  details: __LazyJsonString | string | undefined;
260
183
  }
261
-
262
184
  export interface UserDetails {
263
185
  userId?: string;
264
-
265
186
  sessionId?: string;
266
187
  }
267
188
  export interface PutRumEventsRequest {
268
189
  Id: string | undefined;
269
-
270
190
  BatchId: string | undefined;
271
-
272
191
  AppMonitorDetails: AppMonitorDetails | undefined;
273
-
274
192
  UserDetails: UserDetails | undefined;
275
-
276
193
  RumEvents: RumEvent[] | undefined;
277
194
  }
278
195
  export interface PutRumEventsResponse {}
279
196
  export interface TagResourceRequest {
280
197
  ResourceArn: string | undefined;
281
-
282
198
  Tags: Record<string, string> | undefined;
283
199
  }
284
200
  export interface TagResourceResponse {}
285
201
  export interface UntagResourceRequest {
286
202
  ResourceArn: string | undefined;
287
-
288
203
  TagKeys: string[] | undefined;
289
204
  }
290
205
  export interface UntagResourceResponse {}
291
-
292
206
  export declare const AppMonitorConfigurationFilterSensitiveLog: (
293
207
  obj: AppMonitorConfiguration
294
208
  ) => any;
295
-
296
209
  export declare const CwLogFilterSensitiveLog: (obj: CwLog) => any;
297
-
298
210
  export declare const DataStorageFilterSensitiveLog: (obj: DataStorage) => any;
299
-
300
211
  export declare const AppMonitorFilterSensitiveLog: (obj: AppMonitor) => any;
301
-
302
212
  export declare const AppMonitorDetailsFilterSensitiveLog: (
303
213
  obj: AppMonitorDetails
304
214
  ) => any;
305
-
306
215
  export declare const CreateAppMonitorRequestFilterSensitiveLog: (
307
216
  obj: CreateAppMonitorRequest
308
217
  ) => any;
309
-
310
218
  export declare const CreateAppMonitorResponseFilterSensitiveLog: (
311
219
  obj: CreateAppMonitorResponse
312
220
  ) => any;
313
-
314
221
  export declare const DeleteAppMonitorRequestFilterSensitiveLog: (
315
222
  obj: DeleteAppMonitorRequest
316
223
  ) => any;
317
-
318
224
  export declare const DeleteAppMonitorResponseFilterSensitiveLog: (
319
225
  obj: DeleteAppMonitorResponse
320
226
  ) => any;
321
-
322
227
  export declare const GetAppMonitorRequestFilterSensitiveLog: (
323
228
  obj: GetAppMonitorRequest
324
229
  ) => any;
325
-
326
230
  export declare const GetAppMonitorResponseFilterSensitiveLog: (
327
231
  obj: GetAppMonitorResponse
328
232
  ) => any;
329
-
330
233
  export declare const QueryFilterFilterSensitiveLog: (obj: QueryFilter) => any;
331
-
332
234
  export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
333
-
334
235
  export declare const GetAppMonitorDataRequestFilterSensitiveLog: (
335
236
  obj: GetAppMonitorDataRequest
336
237
  ) => any;
337
-
338
238
  export declare const GetAppMonitorDataResponseFilterSensitiveLog: (
339
239
  obj: GetAppMonitorDataResponse
340
240
  ) => any;
341
-
342
241
  export declare const ListAppMonitorsRequestFilterSensitiveLog: (
343
242
  obj: ListAppMonitorsRequest
344
243
  ) => any;
345
-
346
244
  export declare const AppMonitorSummaryFilterSensitiveLog: (
347
245
  obj: AppMonitorSummary
348
246
  ) => any;
349
-
350
247
  export declare const ListAppMonitorsResponseFilterSensitiveLog: (
351
248
  obj: ListAppMonitorsResponse
352
249
  ) => any;
353
-
354
250
  export declare const UpdateAppMonitorRequestFilterSensitiveLog: (
355
251
  obj: UpdateAppMonitorRequest
356
252
  ) => any;
357
-
358
253
  export declare const UpdateAppMonitorResponseFilterSensitiveLog: (
359
254
  obj: UpdateAppMonitorResponse
360
255
  ) => any;
361
-
362
256
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
363
257
  obj: ListTagsForResourceRequest
364
258
  ) => any;
365
-
366
259
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
367
260
  obj: ListTagsForResourceResponse
368
261
  ) => any;
369
-
370
262
  export declare const RumEventFilterSensitiveLog: (obj: RumEvent) => any;
371
-
372
263
  export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
373
-
374
264
  export declare const PutRumEventsRequestFilterSensitiveLog: (
375
265
  obj: PutRumEventsRequest
376
266
  ) => any;
377
-
378
267
  export declare const PutRumEventsResponseFilterSensitiveLog: (
379
268
  obj: PutRumEventsResponse
380
269
  ) => any;
381
-
382
270
  export declare const TagResourceRequestFilterSensitiveLog: (
383
271
  obj: TagResourceRequest
384
272
  ) => any;
385
-
386
273
  export declare const TagResourceResponseFilterSensitiveLog: (
387
274
  obj: TagResourceResponse
388
275
  ) => any;
389
-
390
276
  export declare const UntagResourceRequestFilterSensitiveLog: (
391
277
  obj: UntagResourceRequest
392
278
  ) => any;
393
-
394
279
  export declare const UntagResourceResponseFilterSensitiveLog: (
395
280
  obj: UntagResourceResponse
396
281
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { RUMClientConfig } from "./RUMClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { RUMClientConfig } from "./RUMClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { RUMClientConfig } from "./RUMClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: RUMClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
52
51
  | undefined;
53
52
  signer?:
54
53
  | import("@aws-sdk/types").RequestSigner
55
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | ((
55
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
56
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
56
57
  | undefined;
57
58
  signingEscapePath?: boolean | undefined;
58
59
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { RUMClientConfig } from "./RUMClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
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.170.0",
4
+ "version": "3.178.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"