@aws-sdk/client-application-insights 3.758.0 → 3.774.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-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
|
|
23
|
-
__export(
|
|
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(
|
|
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) => ({
|
|
@@ -45,8 +45,5 @@ export declare const getRuntimeConfig: (config: ApplicationInsightsClientConfig)
|
|
|
45
45
|
signingEscapePath?: boolean | undefined;
|
|
46
46
|
systemClockOffset?: number | undefined;
|
|
47
47
|
signingRegion?: string | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
48
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
52
49
|
};
|
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.
|
|
4
|
+
"version": "3.774.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,17 +20,17 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.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.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|