@aws-sdk/client-application-insights 3.296.0 → 3.298.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/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateComponentCommand.js +2 -3
- package/dist-cjs/commands/CreateLogPatternCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -3
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -3
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
- package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -3
- package/dist-cjs/commands/DescribeObservationCommand.js +2 -3
- package/dist-cjs/commands/DescribeProblemCommand.js +2 -3
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -3
- package/dist-cjs/commands/ListLogPatternsCommand.js +2 -3
- package/dist-cjs/commands/ListProblemsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -3
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -250
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateComponentCommand.js +2 -3
- package/dist-es/commands/CreateLogPatternCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteComponentCommand.js +2 -3
- package/dist-es/commands/DeleteLogPatternCommand.js +2 -3
- package/dist-es/commands/DescribeApplicationCommand.js +2 -3
- package/dist-es/commands/DescribeComponentCommand.js +2 -3
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
- package/dist-es/commands/DescribeLogPatternCommand.js +2 -3
- package/dist-es/commands/DescribeObservationCommand.js +2 -3
- package/dist-es/commands/DescribeProblemCommand.js +2 -3
- package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListComponentsCommand.js +2 -3
- package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -3
- package/dist-es/commands/ListLogPatternSetsCommand.js +2 -3
- package/dist-es/commands/ListLogPatternsCommand.js +2 -3
- package/dist-es/commands/ListProblemsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateComponentCommand.js +2 -3
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateLogPatternCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -186
- package/dist-types/ApplicationInsights.d.ts +28 -0
- package/dist-types/ApplicationInsightsClient.d.ts +24 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
- package/dist-types/commands/CreateLogPatternCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComponentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +16 -0
- package/dist-types/commands/DescribeObservationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProblemCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListLogPatternsCommand.d.ts +16 -0
- package/dist-types/commands/ListProblemsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +16 -0
- package/dist-types/models/ApplicationInsightsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +214 -248
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConfigurationHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogPatternSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogPatternsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProblemsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -178
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ApplicationInsightsClient } from "../ApplicationInsightsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ApplicationInsightsPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ApplicationInsightsClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListApplications(config: ApplicationInsightsPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListComponents(config: ApplicationInsightsPaginationConfiguration, input: ListComponentsCommandInput, ...additionalArguments: any): Paginator<ListComponentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput } from "../commands/ListConfigurationHistoryCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListConfigurationHistory(config: ApplicationInsightsPaginationConfiguration, input: ListConfigurationHistoryCommandInput, ...additionalArguments: any): Paginator<ListConfigurationHistoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput } from "../commands/ListLogPatternSetsCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLogPatternSets(config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternSetsCommandInput, ...additionalArguments: any): Paginator<ListLogPatternSetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLogPatternsCommandInput, ListLogPatternsCommandOutput } from "../commands/ListLogPatternsCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLogPatterns(config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternsCommandInput, ...additionalArguments: any): Paginator<ListLogPatternsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListProblemsCommandInput, ListProblemsCommandOutput } from "../commands/ListProblemsCommand";
|
|
3
3
|
import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListProblems(config: ApplicationInsightsPaginationConfiguration, input: ListProblemsCommandInput, ...additionalArguments: any): Paginator<ListProblemsCommandOutput>;
|
|
@@ -425,181 +425,3 @@ export interface UpdateLogPatternResponse {
|
|
|
425
425
|
ResourceGroupName?: string;
|
|
426
426
|
LogPattern?: LogPattern;
|
|
427
427
|
}
|
|
428
|
-
export declare const ApplicationComponentFilterSensitiveLog: (
|
|
429
|
-
obj: ApplicationComponent
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const ApplicationInfoFilterSensitiveLog: (
|
|
432
|
-
obj: ApplicationInfo
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const ConfigurationEventFilterSensitiveLog: (
|
|
435
|
-
obj: ConfigurationEvent
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
438
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
439
|
-
obj: CreateApplicationRequest
|
|
440
|
-
) => any;
|
|
441
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
442
|
-
obj: CreateApplicationResponse
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const CreateComponentRequestFilterSensitiveLog: (
|
|
445
|
-
obj: CreateComponentRequest
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const CreateComponentResponseFilterSensitiveLog: (
|
|
448
|
-
obj: CreateComponentResponse
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const CreateLogPatternRequestFilterSensitiveLog: (
|
|
451
|
-
obj: CreateLogPatternRequest
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const LogPatternFilterSensitiveLog: (obj: LogPattern) => any;
|
|
454
|
-
export declare const CreateLogPatternResponseFilterSensitiveLog: (
|
|
455
|
-
obj: CreateLogPatternResponse
|
|
456
|
-
) => any;
|
|
457
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
458
|
-
obj: DeleteApplicationRequest
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
461
|
-
obj: DeleteApplicationResponse
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const DeleteComponentRequestFilterSensitiveLog: (
|
|
464
|
-
obj: DeleteComponentRequest
|
|
465
|
-
) => any;
|
|
466
|
-
export declare const DeleteComponentResponseFilterSensitiveLog: (
|
|
467
|
-
obj: DeleteComponentResponse
|
|
468
|
-
) => any;
|
|
469
|
-
export declare const DeleteLogPatternRequestFilterSensitiveLog: (
|
|
470
|
-
obj: DeleteLogPatternRequest
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const DeleteLogPatternResponseFilterSensitiveLog: (
|
|
473
|
-
obj: DeleteLogPatternResponse
|
|
474
|
-
) => any;
|
|
475
|
-
export declare const DescribeApplicationRequestFilterSensitiveLog: (
|
|
476
|
-
obj: DescribeApplicationRequest
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const DescribeApplicationResponseFilterSensitiveLog: (
|
|
479
|
-
obj: DescribeApplicationResponse
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const DescribeComponentRequestFilterSensitiveLog: (
|
|
482
|
-
obj: DescribeComponentRequest
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const DescribeComponentResponseFilterSensitiveLog: (
|
|
485
|
-
obj: DescribeComponentResponse
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const DescribeComponentConfigurationRequestFilterSensitiveLog: (
|
|
488
|
-
obj: DescribeComponentConfigurationRequest
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const DescribeComponentConfigurationResponseFilterSensitiveLog: (
|
|
491
|
-
obj: DescribeComponentConfigurationResponse
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog: (
|
|
494
|
-
obj: DescribeComponentConfigurationRecommendationRequest
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog: (
|
|
497
|
-
obj: DescribeComponentConfigurationRecommendationResponse
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const DescribeLogPatternRequestFilterSensitiveLog: (
|
|
500
|
-
obj: DescribeLogPatternRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const DescribeLogPatternResponseFilterSensitiveLog: (
|
|
503
|
-
obj: DescribeLogPatternResponse
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const DescribeObservationRequestFilterSensitiveLog: (
|
|
506
|
-
obj: DescribeObservationRequest
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const ObservationFilterSensitiveLog: (obj: Observation) => any;
|
|
509
|
-
export declare const DescribeObservationResponseFilterSensitiveLog: (
|
|
510
|
-
obj: DescribeObservationResponse
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const DescribeProblemRequestFilterSensitiveLog: (
|
|
513
|
-
obj: DescribeProblemRequest
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
|
|
516
|
-
export declare const DescribeProblemResponseFilterSensitiveLog: (
|
|
517
|
-
obj: DescribeProblemResponse
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const DescribeProblemObservationsRequestFilterSensitiveLog: (
|
|
520
|
-
obj: DescribeProblemObservationsRequest
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const RelatedObservationsFilterSensitiveLog: (
|
|
523
|
-
obj: RelatedObservations
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const DescribeProblemObservationsResponseFilterSensitiveLog: (
|
|
526
|
-
obj: DescribeProblemObservationsResponse
|
|
527
|
-
) => any;
|
|
528
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
529
|
-
obj: ListApplicationsRequest
|
|
530
|
-
) => any;
|
|
531
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
532
|
-
obj: ListApplicationsResponse
|
|
533
|
-
) => any;
|
|
534
|
-
export declare const ListComponentsRequestFilterSensitiveLog: (
|
|
535
|
-
obj: ListComponentsRequest
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const ListComponentsResponseFilterSensitiveLog: (
|
|
538
|
-
obj: ListComponentsResponse
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const ListConfigurationHistoryRequestFilterSensitiveLog: (
|
|
541
|
-
obj: ListConfigurationHistoryRequest
|
|
542
|
-
) => any;
|
|
543
|
-
export declare const ListConfigurationHistoryResponseFilterSensitiveLog: (
|
|
544
|
-
obj: ListConfigurationHistoryResponse
|
|
545
|
-
) => any;
|
|
546
|
-
export declare const ListLogPatternsRequestFilterSensitiveLog: (
|
|
547
|
-
obj: ListLogPatternsRequest
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const ListLogPatternsResponseFilterSensitiveLog: (
|
|
550
|
-
obj: ListLogPatternsResponse
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const ListLogPatternSetsRequestFilterSensitiveLog: (
|
|
553
|
-
obj: ListLogPatternSetsRequest
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const ListLogPatternSetsResponseFilterSensitiveLog: (
|
|
556
|
-
obj: ListLogPatternSetsResponse
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const ListProblemsRequestFilterSensitiveLog: (
|
|
559
|
-
obj: ListProblemsRequest
|
|
560
|
-
) => any;
|
|
561
|
-
export declare const ListProblemsResponseFilterSensitiveLog: (
|
|
562
|
-
obj: ListProblemsResponse
|
|
563
|
-
) => any;
|
|
564
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
565
|
-
obj: ListTagsForResourceRequest
|
|
566
|
-
) => any;
|
|
567
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
568
|
-
obj: ListTagsForResourceResponse
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
571
|
-
obj: TagResourceRequest
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
574
|
-
obj: TagResourceResponse
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
577
|
-
obj: UntagResourceRequest
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
580
|
-
obj: UntagResourceResponse
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
583
|
-
obj: UpdateApplicationRequest
|
|
584
|
-
) => any;
|
|
585
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
586
|
-
obj: UpdateApplicationResponse
|
|
587
|
-
) => any;
|
|
588
|
-
export declare const UpdateComponentRequestFilterSensitiveLog: (
|
|
589
|
-
obj: UpdateComponentRequest
|
|
590
|
-
) => any;
|
|
591
|
-
export declare const UpdateComponentResponseFilterSensitiveLog: (
|
|
592
|
-
obj: UpdateComponentResponse
|
|
593
|
-
) => any;
|
|
594
|
-
export declare const UpdateComponentConfigurationRequestFilterSensitiveLog: (
|
|
595
|
-
obj: UpdateComponentConfigurationRequest
|
|
596
|
-
) => any;
|
|
597
|
-
export declare const UpdateComponentConfigurationResponseFilterSensitiveLog: (
|
|
598
|
-
obj: UpdateComponentConfigurationResponse
|
|
599
|
-
) => any;
|
|
600
|
-
export declare const UpdateLogPatternRequestFilterSensitiveLog: (
|
|
601
|
-
obj: UpdateLogPatternRequest
|
|
602
|
-
) => any;
|
|
603
|
-
export declare const UpdateLogPatternResponseFilterSensitiveLog: (
|
|
604
|
-
obj: UpdateLogPatternResponse
|
|
605
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo application-insights"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|