@aws-sdk/client-internetmonitor 3.588.0 → 3.592.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +0 -16
  2. package/dist-types/InternetMonitorClient.d.ts +4 -4
  3. package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
  5. package/dist-types/commands/GetHealthEventCommand.d.ts +2 -1
  6. package/dist-types/commands/GetInternetEventCommand.d.ts +2 -1
  7. package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
  8. package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
  9. package/dist-types/commands/GetQueryStatusCommand.d.ts +2 -1
  10. package/dist-types/commands/ListHealthEventsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListInternetEventsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/StartQueryCommand.d.ts +2 -1
  15. package/dist-types/commands/StopQueryCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateMonitorCommand.d.ts +2 -1
  19. package/dist-types/index.d.ts +2 -2
  20. package/dist-types/models/InternetMonitorServiceException.d.ts +2 -1
  21. package/dist-types/runtimeConfig.native.d.ts +1 -1
  22. package/dist-types/ts3.4/InternetMonitorClient.d.ts +1 -1
  23. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/GetHealthEventCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/GetInternetEventCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetQueryStatusCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListHealthEventsCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListInternetEventsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/StopQueryCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/models/InternetMonitorServiceException.d.ts +2 -1
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  41. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -221,7 +221,6 @@ var InternetMonitorClient = _InternetMonitorClient;
221
221
 
222
222
  var import_middleware_serde = require("@smithy/middleware-serde");
223
223
 
224
- var import_types = require("@smithy/types");
225
224
 
226
225
  // src/protocols/Aws_restJson1.ts
227
226
  var import_core2 = require("@aws-sdk/core");
@@ -1335,7 +1334,6 @@ var CreateMonitorCommand = _CreateMonitorCommand;
1335
1334
 
1336
1335
 
1337
1336
 
1338
-
1339
1337
  var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1340
1338
  ...commonParams
1341
1339
  }).m(function(Command, cs, config, o) {
@@ -1352,7 +1350,6 @@ var DeleteMonitorCommand = _DeleteMonitorCommand;
1352
1350
 
1353
1351
 
1354
1352
 
1355
-
1356
1353
  var _GetHealthEventCommand = class _GetHealthEventCommand extends import_smithy_client.Command.classBuilder().ep({
1357
1354
  ...commonParams
1358
1355
  }).m(function(Command, cs, config, o) {
@@ -1369,7 +1366,6 @@ var GetHealthEventCommand = _GetHealthEventCommand;
1369
1366
 
1370
1367
 
1371
1368
 
1372
-
1373
1369
  var _GetInternetEventCommand = class _GetInternetEventCommand extends import_smithy_client.Command.classBuilder().ep({
1374
1370
  ...commonParams
1375
1371
  }).m(function(Command, cs, config, o) {
@@ -1386,7 +1382,6 @@ var GetInternetEventCommand = _GetInternetEventCommand;
1386
1382
 
1387
1383
 
1388
1384
 
1389
-
1390
1385
  var _GetMonitorCommand = class _GetMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1391
1386
  ...commonParams
1392
1387
  }).m(function(Command, cs, config, o) {
@@ -1403,7 +1398,6 @@ var GetMonitorCommand = _GetMonitorCommand;
1403
1398
 
1404
1399
 
1405
1400
 
1406
-
1407
1401
  var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep({
1408
1402
  ...commonParams
1409
1403
  }).m(function(Command, cs, config, o) {
@@ -1420,7 +1414,6 @@ var GetQueryResultsCommand = _GetQueryResultsCommand;
1420
1414
 
1421
1415
 
1422
1416
 
1423
-
1424
1417
  var _GetQueryStatusCommand = class _GetQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1425
1418
  ...commonParams
1426
1419
  }).m(function(Command, cs, config, o) {
@@ -1437,7 +1430,6 @@ var GetQueryStatusCommand = _GetQueryStatusCommand;
1437
1430
 
1438
1431
 
1439
1432
 
1440
-
1441
1433
  var _ListHealthEventsCommand = class _ListHealthEventsCommand extends import_smithy_client.Command.classBuilder().ep({
1442
1434
  ...commonParams
1443
1435
  }).m(function(Command, cs, config, o) {
@@ -1454,7 +1446,6 @@ var ListHealthEventsCommand = _ListHealthEventsCommand;
1454
1446
 
1455
1447
 
1456
1448
 
1457
-
1458
1449
  var _ListInternetEventsCommand = class _ListInternetEventsCommand extends import_smithy_client.Command.classBuilder().ep({
1459
1450
  ...commonParams
1460
1451
  }).m(function(Command, cs, config, o) {
@@ -1471,7 +1462,6 @@ var ListInternetEventsCommand = _ListInternetEventsCommand;
1471
1462
 
1472
1463
 
1473
1464
 
1474
-
1475
1465
  var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
1476
1466
  ...commonParams
1477
1467
  }).m(function(Command, cs, config, o) {
@@ -1488,7 +1478,6 @@ var ListMonitorsCommand = _ListMonitorsCommand;
1488
1478
 
1489
1479
 
1490
1480
 
1491
-
1492
1481
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1493
1482
  ...commonParams
1494
1483
  }).m(function(Command, cs, config, o) {
@@ -1505,7 +1494,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1505
1494
 
1506
1495
 
1507
1496
 
1508
-
1509
1497
  var _StartQueryCommand = class _StartQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1510
1498
  ...commonParams
1511
1499
  }).m(function(Command, cs, config, o) {
@@ -1522,7 +1510,6 @@ var StartQueryCommand = _StartQueryCommand;
1522
1510
 
1523
1511
 
1524
1512
 
1525
-
1526
1513
  var _StopQueryCommand = class _StopQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1527
1514
  ...commonParams
1528
1515
  }).m(function(Command, cs, config, o) {
@@ -1539,7 +1526,6 @@ var StopQueryCommand = _StopQueryCommand;
1539
1526
 
1540
1527
 
1541
1528
 
1542
-
1543
1529
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1544
1530
  ...commonParams
1545
1531
  }).m(function(Command, cs, config, o) {
@@ -1556,7 +1542,6 @@ var TagResourceCommand = _TagResourceCommand;
1556
1542
 
1557
1543
 
1558
1544
 
1559
-
1560
1545
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1561
1546
  ...commonParams
1562
1547
  }).m(function(Command, cs, config, o) {
@@ -1573,7 +1558,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1573
1558
 
1574
1559
 
1575
1560
 
1576
-
1577
1561
  var _UpdateMonitorCommand = class _UpdateMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1578
1562
  ...commonParams
1579
1563
  }).m(function(Command, cs, config, o) {
@@ -106,15 +106,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
106
106
  * Enables FIPS compatible endpoints.
107
107
  */
108
108
  useFipsEndpoint?: boolean | __Provider<boolean>;
109
+ /**
110
+ * The AWS region to which this client will send requests
111
+ */
112
+ region?: string | __Provider<string>;
109
113
  /**
110
114
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
111
115
  * @internal
112
116
  */
113
117
  defaultUserAgentProvider?: Provider<__UserAgent>;
114
- /**
115
- * The AWS region to which this client will send requests
116
- */
117
- region?: string | __Provider<string>;
118
118
  /**
119
119
  * Default credentials provider; Not available in browser runtime.
120
120
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetInternetEventInput, GetInternetEventOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetMonitorInput, GetMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetQueryStatusInput, GetQueryStatusOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListHealthEventsInput, ListHealthEventsOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListInternetEventsInput, ListInternetEventsOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListMonitorsInput, ListMonitorsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartQueryInput, StartQueryOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopQueryInput, StopQueryOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateMonitorInput, UpdateMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -21,8 +21,8 @@
21
21
  export * from "./InternetMonitorClient";
22
22
  export * from "./InternetMonitor";
23
23
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
24
- export { RuntimeExtension } from "./runtimeExtensions";
25
- export { InternetMonitorExtensionConfiguration } from "./extensionConfiguration";
24
+ export type { RuntimeExtension } from "./runtimeExtensions";
25
+ export type { InternetMonitorExtensionConfiguration } from "./extensionConfiguration";
26
26
  export * from "./commands";
27
27
  export * from "./pagination";
28
28
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: InternetMonitorClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -166,8 +166,8 @@ export interface ClientDefaults
166
166
  serviceId?: string;
167
167
  useDualstackEndpoint?: boolean | __Provider<boolean>;
168
168
  useFipsEndpoint?: boolean | __Provider<boolean>;
169
- defaultUserAgentProvider?: Provider<__UserAgent>;
170
169
  region?: string | __Provider<string>;
170
+ defaultUserAgentProvider?: Provider<__UserAgent>;
171
171
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
172
172
  maxAttempts?: number | __Provider<number>;
173
173
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateMonitorCommandInput extends CreateMonitorInput {}
11
12
  export interface CreateMonitorCommandOutput
12
13
  extends CreateMonitorOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMonitorCommandInput extends DeleteMonitorInput {}
11
12
  export interface DeleteMonitorCommandOutput
12
13
  extends DeleteMonitorOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetHealthEventCommandInput extends GetHealthEventInput {}
11
12
  export interface GetHealthEventCommandOutput
12
13
  extends GetHealthEventOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetInternetEventInput,
10
10
  GetInternetEventOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetInternetEventCommandInput extends GetInternetEventInput {}
14
15
  export interface GetInternetEventCommandOutput
15
16
  extends GetInternetEventOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { GetMonitorInput, GetMonitorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMonitorCommandInput extends GetMonitorInput {}
11
12
  export interface GetMonitorCommandOutput
12
13
  extends GetMonitorOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetQueryResultsInput,
10
10
  GetQueryResultsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
14
15
  export interface GetQueryResultsCommandOutput
15
16
  extends GetQueryResultsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { GetQueryStatusInput, GetQueryStatusOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetQueryStatusCommandInput extends GetQueryStatusInput {}
11
12
  export interface GetQueryStatusCommandOutput
12
13
  extends GetQueryStatusOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListHealthEventsInput,
10
10
  ListHealthEventsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListHealthEventsCommandInput extends ListHealthEventsInput {}
14
15
  export interface ListHealthEventsCommandOutput
15
16
  extends ListHealthEventsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListInternetEventsInput,
10
10
  ListInternetEventsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListInternetEventsCommandInput
14
15
  extends ListInternetEventsInput {}
15
16
  export interface ListInternetEventsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { ListMonitorsInput, ListMonitorsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListMonitorsCommandInput extends ListMonitorsInput {}
11
12
  export interface ListMonitorsCommandOutput
12
13
  extends ListMonitorsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { StartQueryInput, StartQueryOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartQueryCommandInput extends StartQueryInput {}
11
12
  export interface StartQueryCommandOutput
12
13
  extends StartQueryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { StopQueryInput, StopQueryOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopQueryCommandInput extends StopQueryInput {}
11
12
  export interface StopQueryCommandOutput
12
13
  extends StopQueryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../InternetMonitorClient";
8
8
  import { UpdateMonitorInput, UpdateMonitorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateMonitorCommandInput extends UpdateMonitorInput {}
11
12
  export interface UpdateMonitorCommandOutput
12
13
  extends UpdateMonitorOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class InternetMonitorServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-internetmonitor",
3
3
  "description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.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-internetmonitor",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",