@aws-sdk/client-devops-guru 3.476.0 → 3.478.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/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -23
- package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +2 -23
- package/dist-cjs/pagination/GetCostEstimationPaginator.js +2 -23
- package/dist-cjs/pagination/GetResourceCollectionPaginator.js +2 -23
- package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +2 -24
- package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +2 -23
- package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecommendationsPaginator.js +2 -23
- package/dist-cjs/pagination/SearchInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +143 -369
- package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -22
- package/dist-es/pagination/DescribeResourceCollectionHealthPaginator.js +2 -22
- package/dist-es/pagination/GetCostEstimationPaginator.js +2 -22
- package/dist-es/pagination/GetResourceCollectionPaginator.js +2 -22
- package/dist-es/pagination/ListAnomaliesForInsightPaginator.js +2 -23
- package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListEventsPaginator.js +2 -23
- package/dist-es/pagination/ListInsightsPaginator.js +2 -23
- package/dist-es/pagination/ListMonitoredResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListNotificationChannelsPaginator.js +2 -22
- package/dist-es/pagination/ListOrganizationInsightsPaginator.js +2 -23
- package/dist-es/pagination/ListRecommendationsPaginator.js +2 -22
- package/dist-es/pagination/SearchInsightsPaginator.js +2 -23
- package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +144 -370
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrganizationResourceCollectionHealth: (config: DevOpsGuruPaginationConfiguration, input: DescribeOrganizationResourceCollectionHealthCommandInput, ...rest: any[]) => Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeResourceCollectionHealth: (config: DevOpsGuruPaginationConfiguration, input: DescribeResourceCollectionHealthCommandInput, ...rest: any[]) => Paginator<DescribeResourceCollectionHealthCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCostEstimation: (config: DevOpsGuruPaginationConfiguration, input: GetCostEstimationCommandInput, ...rest: any[]) => Paginator<GetCostEstimationCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetResourceCollection: (config: DevOpsGuruPaginationConfiguration, input: GetResourceCollectionCommandInput, ...rest: any[]) => Paginator<GetResourceCollectionCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomaliesForInsight: (config: DevOpsGuruPaginationConfiguration, input: ListAnomaliesForInsightCommandInput, ...rest: any[]) => Paginator<ListAnomaliesForInsightCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomalousLogGroups: (config: DevOpsGuruPaginationConfiguration, input: ListAnomalousLogGroupsCommandInput, ...rest: any[]) => Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEvents: (config: DevOpsGuruPaginationConfiguration, input: ListEventsCommandInput, ...rest: any[]) => Paginator<ListEventsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInsights: (config: DevOpsGuruPaginationConfiguration, input: ListInsightsCommandInput, ...rest: any[]) => Paginator<ListInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMonitoredResources: (config: DevOpsGuruPaginationConfiguration, input: ListMonitoredResourcesCommandInput, ...rest: any[]) => Paginator<ListMonitoredResourcesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotificationChannels: (config: DevOpsGuruPaginationConfiguration, input: ListNotificationChannelsCommandInput, ...rest: any[]) => Paginator<ListNotificationChannelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListOrganizationInsights: (config: DevOpsGuruPaginationConfiguration, input: ListOrganizationInsightsCommandInput, ...rest: any[]) => Paginator<ListOrganizationInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRecommendations: (config: DevOpsGuruPaginationConfiguration, input: ListRecommendationsCommandInput, ...rest: any[]) => Paginator<ListRecommendationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchInsights: (config: DevOpsGuruPaginationConfiguration, input: SearchInsightsCommandInput, ...rest: any[]) => Paginator<SearchInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchOrganizationInsights: (config: DevOpsGuruPaginationConfiguration, input: SearchOrganizationInsightsCommandInput, ...rest: any[]) => Paginator<SearchOrganizationInsightsCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrganizationResourceCollectionHealth: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeResourceCollectionHealthCommandOutput,
|
|
5
5
|
} from "../commands/DescribeResourceCollectionHealthCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeResourceCollectionHealth: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: DescribeResourceCollectionHealthCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeResourceCollectionHealthCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCostEstimationCommandOutput,
|
|
5
5
|
} from "../commands/GetCostEstimationCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCostEstimation: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: GetCostEstimationCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCostEstimationCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetResourceCollectionCommandOutput,
|
|
5
5
|
} from "../commands/GetResourceCollectionCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetResourceCollection: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: GetResourceCollectionCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetResourceCollectionCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAnomaliesForInsightCommandOutput,
|
|
5
5
|
} from "../commands/ListAnomaliesForInsightCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomaliesForInsight: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListAnomaliesForInsightCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAnomaliesForInsightCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAnomalousLogGroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListAnomalousLogGroupsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomalousLogGroups: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListAnomalousLogGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListEventsCommandOutput,
|
|
5
5
|
} from "../commands/ListEventsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEvents: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListEventsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEventsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInsightsCommandOutput,
|
|
5
5
|
} from "../commands/ListInsightsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInsights: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListInsightsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInsightsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMonitoredResourcesCommandOutput,
|
|
5
5
|
} from "../commands/ListMonitoredResourcesCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMonitoredResources: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListMonitoredResourcesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMonitoredResourcesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListNotificationChannelsCommandOutput,
|
|
5
5
|
} from "../commands/ListNotificationChannelsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotificationChannels: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListNotificationChannelsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListNotificationChannelsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListOrganizationInsightsCommandOutput,
|
|
5
5
|
} from "../commands/ListOrganizationInsightsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListOrganizationInsights: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListOrganizationInsightsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListOrganizationInsightsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListRecommendationsCommandOutput,
|
|
5
5
|
} from "../commands/ListRecommendationsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRecommendations: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: ListRecommendationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRecommendationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
SearchInsightsCommandOutput,
|
|
5
5
|
} from "../commands/SearchInsightsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchInsights: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: SearchInsightsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchInsightsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
SearchOrganizationInsightsCommandOutput,
|
|
5
5
|
} from "../commands/SearchOrganizationInsightsCommand";
|
|
6
6
|
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchOrganizationInsights: (
|
|
8
8
|
config: DevOpsGuruPaginationConfiguration,
|
|
9
9
|
input: SearchOrganizationInsightsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchOrganizationInsightsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.478.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",
|
|
@@ -20,20 +20,21 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|