@aws-sdk/client-application-insights 3.750.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +22 -22
  2. package/package.json +13 -13
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AddWorkloadCommand: () => AddWorkloadCommand,
26
26
  ApplicationInsights: () => ApplicationInsights,
@@ -90,7 +90,7 @@ __export(src_exports, {
90
90
  paginateListProblems: () => paginateListProblems,
91
91
  paginateListWorkloads: () => paginateListWorkloads
92
92
  });
93
- module.exports = __toCommonJS(src_exports);
93
+ module.exports = __toCommonJS(index_exports);
94
94
 
95
95
  // src/ApplicationInsightsClient.ts
96
96
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -217,9 +217,9 @@ var ApplicationInsightsClient = class extends import_smithy_client.Client {
217
217
  this.middlewareStack.use(
218
218
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
219
219
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultApplicationInsightsHttpAuthSchemeParametersProvider,
220
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
220
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
221
221
  "aws.auth#sigv4": config.credentials
222
- })
222
+ }), "identityProviderConfigProvider")
223
223
  })
224
224
  );
225
225
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1269,23 +1269,23 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1269
1269
  var se_ListConfigurationHistoryRequest = /* @__PURE__ */ __name((input, context) => {
1270
1270
  return (0, import_smithy_client.take)(input, {
1271
1271
  AccountId: [],
1272
- EndTime: (_) => _.getTime() / 1e3,
1272
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1273
1273
  EventStatus: [],
1274
1274
  MaxResults: [],
1275
1275
  NextToken: [],
1276
1276
  ResourceGroupName: [],
1277
- StartTime: (_) => _.getTime() / 1e3
1277
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1278
1278
  });
1279
1279
  }, "se_ListConfigurationHistoryRequest");
1280
1280
  var se_ListProblemsRequest = /* @__PURE__ */ __name((input, context) => {
1281
1281
  return (0, import_smithy_client.take)(input, {
1282
1282
  AccountId: [],
1283
1283
  ComponentName: [],
1284
- EndTime: (_) => _.getTime() / 1e3,
1284
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1285
1285
  MaxResults: [],
1286
1286
  NextToken: [],
1287
1287
  ResourceGroupName: [],
1288
- StartTime: (_) => _.getTime() / 1e3,
1288
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
1289
1289
  Visibility: []
1290
1290
  });
1291
1291
  }, "se_ListProblemsRequest");
@@ -1296,7 +1296,7 @@ var de_ConfigurationEvent = /* @__PURE__ */ __name((output, context) => {
1296
1296
  EventResourceName: import_smithy_client.expectString,
1297
1297
  EventResourceType: import_smithy_client.expectString,
1298
1298
  EventStatus: import_smithy_client.expectString,
1299
- EventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1299
+ EventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EventTime"),
1300
1300
  MonitoredResourceARN: import_smithy_client.expectString,
1301
1301
  ResourceGroupName: import_smithy_client.expectString
1302
1302
  });
@@ -1309,23 +1309,23 @@ var de_ConfigurationEventList = /* @__PURE__ */ __name((output, context) => {
1309
1309
  }, "de_ConfigurationEventList");
1310
1310
  var de_DescribeObservationResponse = /* @__PURE__ */ __name((output, context) => {
1311
1311
  return (0, import_smithy_client.take)(output, {
1312
- Observation: (_) => de_Observation(_, context)
1312
+ Observation: /* @__PURE__ */ __name((_) => de_Observation(_, context), "Observation")
1313
1313
  });
1314
1314
  }, "de_DescribeObservationResponse");
1315
1315
  var de_DescribeProblemObservationsResponse = /* @__PURE__ */ __name((output, context) => {
1316
1316
  return (0, import_smithy_client.take)(output, {
1317
- RelatedObservations: (_) => de_RelatedObservations(_, context)
1317
+ RelatedObservations: /* @__PURE__ */ __name((_) => de_RelatedObservations(_, context), "RelatedObservations")
1318
1318
  });
1319
1319
  }, "de_DescribeProblemObservationsResponse");
1320
1320
  var de_DescribeProblemResponse = /* @__PURE__ */ __name((output, context) => {
1321
1321
  return (0, import_smithy_client.take)(output, {
1322
- Problem: (_) => de_Problem(_, context),
1322
+ Problem: /* @__PURE__ */ __name((_) => de_Problem(_, context), "Problem"),
1323
1323
  SNSNotificationArn: import_smithy_client.expectString
1324
1324
  });
1325
1325
  }, "de_DescribeProblemResponse");
1326
1326
  var de_ListConfigurationHistoryResponse = /* @__PURE__ */ __name((output, context) => {
1327
1327
  return (0, import_smithy_client.take)(output, {
1328
- EventList: (_) => de_ConfigurationEventList(_, context),
1328
+ EventList: /* @__PURE__ */ __name((_) => de_ConfigurationEventList(_, context), "EventList"),
1329
1329
  NextToken: import_smithy_client.expectString
1330
1330
  });
1331
1331
  }, "de_ListConfigurationHistoryResponse");
@@ -1333,7 +1333,7 @@ var de_ListProblemsResponse = /* @__PURE__ */ __name((output, context) => {
1333
1333
  return (0, import_smithy_client.take)(output, {
1334
1334
  AccountId: import_smithy_client.expectString,
1335
1335
  NextToken: import_smithy_client.expectString,
1336
- ProblemList: (_) => de_ProblemList(_, context),
1336
+ ProblemList: /* @__PURE__ */ __name((_) => de_ProblemList(_, context), "ProblemList"),
1337
1337
  ResourceGroupName: import_smithy_client.expectString
1338
1338
  });
1339
1339
  }, "de_ListProblemsResponse");
@@ -1352,14 +1352,14 @@ var de_Observation = /* @__PURE__ */ __name((output, context) => {
1352
1352
  EbsRequestId: import_smithy_client.expectString,
1353
1353
  EbsResult: import_smithy_client.expectString,
1354
1354
  Ec2State: import_smithy_client.expectString,
1355
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1355
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1356
1356
  HealthEventArn: import_smithy_client.expectString,
1357
1357
  HealthEventDescription: import_smithy_client.expectString,
1358
1358
  HealthEventTypeCategory: import_smithy_client.expectString,
1359
1359
  HealthEventTypeCode: import_smithy_client.expectString,
1360
1360
  HealthService: import_smithy_client.expectString,
1361
1361
  Id: import_smithy_client.expectString,
1362
- LineTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1362
+ LineTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LineTime"),
1363
1363
  LogFilter: import_smithy_client.expectString,
1364
1364
  LogGroup: import_smithy_client.expectString,
1365
1365
  LogText: import_smithy_client.expectString,
@@ -1370,7 +1370,7 @@ var de_Observation = /* @__PURE__ */ __name((output, context) => {
1370
1370
  S3EventName: import_smithy_client.expectString,
1371
1371
  SourceARN: import_smithy_client.expectString,
1372
1372
  SourceType: import_smithy_client.expectString,
1373
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1373
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1374
1374
  StatesArn: import_smithy_client.expectString,
1375
1375
  StatesExecutionArn: import_smithy_client.expectString,
1376
1376
  StatesInput: import_smithy_client.expectString,
@@ -1396,17 +1396,17 @@ var de_Problem = /* @__PURE__ */ __name((output, context) => {
1396
1396
  return (0, import_smithy_client.take)(output, {
1397
1397
  AccountId: import_smithy_client.expectString,
1398
1398
  AffectedResource: import_smithy_client.expectString,
1399
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1399
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1400
1400
  Feedback: import_smithy_client._json,
1401
1401
  Id: import_smithy_client.expectString,
1402
1402
  Insights: import_smithy_client.expectString,
1403
- LastRecurrenceTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1403
+ LastRecurrenceTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRecurrenceTime"),
1404
1404
  RecurringCount: import_smithy_client.expectLong,
1405
1405
  ResolutionMethod: import_smithy_client.expectString,
1406
1406
  ResourceGroupName: import_smithy_client.expectString,
1407
1407
  SeverityLevel: import_smithy_client.expectString,
1408
1408
  ShortName: import_smithy_client.expectString,
1409
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1409
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1410
1410
  Status: import_smithy_client.expectString,
1411
1411
  Title: import_smithy_client.expectString,
1412
1412
  Visibility: import_smithy_client.expectString
@@ -1420,7 +1420,7 @@ var de_ProblemList = /* @__PURE__ */ __name((output, context) => {
1420
1420
  }, "de_ProblemList");
1421
1421
  var de_RelatedObservations = /* @__PURE__ */ __name((output, context) => {
1422
1422
  return (0, import_smithy_client.take)(output, {
1423
- ObservationList: (_) => de_ObservationList(_, context)
1423
+ ObservationList: /* @__PURE__ */ __name((_) => de_ObservationList(_, context), "ObservationList")
1424
1424
  });
1425
1425
  }, "de_RelatedObservations");
1426
1426
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
4
+ "version": "3.772.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-application-insights",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",