@aws-sdk/client-freetier 3.477.0 → 3.481.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/GetFreeTierUsageCommand.js +18 -40
- package/dist-cjs/endpoint/EndpointParameters.js +6 -1
- package/dist-cjs/pagination/GetFreeTierUsagePaginator.js +2 -24
- package/dist-es/commands/GetFreeTierUsageCommand.js +18 -40
- package/dist-es/endpoint/EndpointParameters.js +5 -0
- package/dist-es/pagination/GetFreeTierUsagePaginator.js +2 -23
- package/dist-types/commands/GetFreeTierUsageCommand.d.ts +7 -22
- package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/pagination/GetFreeTierUsagePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFreeTierUsageCommand.d.ts +15 -28
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/ts3.4/pagination/GetFreeTierUsagePaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class GetFreeTierUsageCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "FreeTierClient";
|
|
28
|
-
const commandName = "GetFreeTierUsageCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSFreeTierService",
|
|
37
|
-
operation: "GetFreeTierUsage",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.se_GetFreeTierUsageCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_json1_0_1.de_GetFreeTierUsageCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class GetFreeTierUsageCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSFreeTierService", "GetFreeTierUsage", {})
|
|
22
|
+
.n("FreeTierClient", "GetFreeTierUsageCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_GetFreeTierUsageCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_GetFreeTierUsageCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.GetFreeTierUsageCommand = GetFreeTierUsageCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -9,3 +9,8 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
|
+
exports.commonParams = {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
};
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateGetFreeTierUsage = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const GetFreeTierUsageCommand_1 = require("../commands/GetFreeTierUsageCommand");
|
|
5
6
|
const FreeTierClient_1 = require("../FreeTierClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new GetFreeTierUsageCommand_1.GetFreeTierUsageCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateGetFreeTierUsage(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof FreeTierClient_1.FreeTierClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected FreeTier | FreeTierClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateGetFreeTierUsage = paginateGetFreeTierUsage;
|
|
7
|
+
exports.paginateGetFreeTierUsage = (0, core_1.createPaginator)(FreeTierClient_1.FreeTierClient, GetFreeTierUsageCommand_1.GetFreeTierUsageCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetFreeTierUsageCommand, se_GetFreeTierUsageCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetFreeTierUsageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "FreeTierClient";
|
|
25
|
-
const commandName = "GetFreeTierUsageCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "AWSFreeTierService",
|
|
34
|
-
operation: "GetFreeTierUsage",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetFreeTierUsageCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetFreeTierUsageCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetFreeTierUsageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSFreeTierService", "GetFreeTierUsage", {})
|
|
19
|
+
.n("FreeTierClient", "GetFreeTierUsageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetFreeTierUsageCommand)
|
|
22
|
+
.de(de_GetFreeTierUsageCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -5,3 +5,8 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
5
5
|
defaultSigningName: "freetier",
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
|
+
export const commonParams = {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
};
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { GetFreeTierUsageCommand, } from "../commands/GetFreeTierUsageCommand";
|
|
2
3
|
import { FreeTierClient } from "../FreeTierClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new GetFreeTierUsageCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateGetFreeTierUsage(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof FreeTierClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected FreeTier | FreeTierClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateGetFreeTierUsage = createPaginator(FreeTierClient, GetFreeTierUsageCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
import { FreeTierClientResolvedConfig
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { FreeTierClientResolvedConfig } from "../FreeTierClient";
|
|
5
4
|
import { GetFreeTierUsageRequest, GetFreeTierUsageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -21,6 +20,10 @@ export interface GetFreeTierUsageCommandInput extends GetFreeTierUsageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFreeTierUsageCommandOutput extends GetFreeTierUsageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFreeTierUsageCommand_base: {
|
|
24
|
+
new (input: GetFreeTierUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetFreeTierUsageCommandInput, GetFreeTierUsageCommandOutput, FreeTierClientResolvedConfig, GetFreeTierUsageCommandInput, GetFreeTierUsageCommandOutput>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all Free Tier usage objects that match your filters.</p>
|
|
@@ -110,23 +113,5 @@ export interface GetFreeTierUsageCommandOutput extends GetFreeTierUsageResponse,
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from FreeTier service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class GetFreeTierUsageCommand extends
|
|
114
|
-
readonly input: GetFreeTierUsageCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: GetFreeTierUsageCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FreeTierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFreeTierUsageCommandInput, GetFreeTierUsageCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class GetFreeTierUsageCommand extends GetFreeTierUsageCommand_base {
|
|
132
117
|
}
|
|
@@ -13,6 +13,20 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
13
13
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
14
14
|
defaultSigningName: string;
|
|
15
15
|
};
|
|
16
|
+
export declare const commonParams: {
|
|
17
|
+
readonly UseFIPS: {
|
|
18
|
+
readonly type: "builtInParams";
|
|
19
|
+
readonly name: "useFipsEndpoint";
|
|
20
|
+
};
|
|
21
|
+
readonly Endpoint: {
|
|
22
|
+
readonly type: "builtInParams";
|
|
23
|
+
readonly name: "endpoint";
|
|
24
|
+
};
|
|
25
|
+
readonly Region: {
|
|
26
|
+
readonly type: "builtInParams";
|
|
27
|
+
readonly name: "region";
|
|
28
|
+
};
|
|
29
|
+
};
|
|
16
30
|
export interface EndpointParameters extends __EndpointParameters {
|
|
17
31
|
Region?: string;
|
|
18
32
|
UseFIPS?: boolean;
|
|
@@ -4,4 +4,4 @@ import { FreeTierPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetFreeTierUsage: (config: FreeTierPaginationConfiguration, input: GetFreeTierUsageCommandInput, ...rest: any[]) => Paginator<GetFreeTierUsageCommandOutput>;
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
FreeTierClientResolvedConfig,
|
|
11
|
-
ServiceInputTypes,
|
|
12
|
-
ServiceOutputTypes,
|
|
13
|
-
} from "../FreeTierClient";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { FreeTierClientResolvedConfig } from "../FreeTierClient";
|
|
14
4
|
import {
|
|
15
5
|
GetFreeTierUsageRequest,
|
|
16
6
|
GetFreeTierUsageResponse,
|
|
@@ -20,19 +10,16 @@ export interface GetFreeTierUsageCommandInput extends GetFreeTierUsageRequest {}
|
|
|
20
10
|
export interface GetFreeTierUsageCommandOutput
|
|
21
11
|
extends GetFreeTierUsageResponse,
|
|
22
12
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
13
|
+
declare const GetFreeTierUsageCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: GetFreeTierUsageCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
GetFreeTierUsageCommandInput,
|
|
18
|
+
GetFreeTierUsageCommandOutput,
|
|
19
|
+
FreeTierClientResolvedConfig,
|
|
20
|
+
GetFreeTierUsageCommandInput,
|
|
21
|
+
GetFreeTierUsageCommandOutput
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class GetFreeTierUsageCommand extends GetFreeTierUsageCommand_base {}
|
|
@@ -24,6 +24,20 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
24
24
|
ClientInputEndpointParameters & {
|
|
25
25
|
defaultSigningName: string;
|
|
26
26
|
};
|
|
27
|
+
export declare const commonParams: {
|
|
28
|
+
readonly UseFIPS: {
|
|
29
|
+
readonly type: "builtInParams";
|
|
30
|
+
readonly name: "useFipsEndpoint";
|
|
31
|
+
};
|
|
32
|
+
readonly Endpoint: {
|
|
33
|
+
readonly type: "builtInParams";
|
|
34
|
+
readonly name: "endpoint";
|
|
35
|
+
};
|
|
36
|
+
readonly Region: {
|
|
37
|
+
readonly type: "builtInParams";
|
|
38
|
+
readonly name: "region";
|
|
39
|
+
};
|
|
40
|
+
};
|
|
27
41
|
export interface EndpointParameters extends __EndpointParameters {
|
|
28
42
|
Region?: string;
|
|
29
43
|
UseFIPS?: boolean;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetFreeTierUsageCommandOutput,
|
|
5
5
|
} from "../commands/GetFreeTierUsageCommand";
|
|
6
6
|
import { FreeTierPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetFreeTierUsage: (
|
|
8
8
|
config: FreeTierPaginationConfiguration,
|
|
9
9
|
input: GetFreeTierUsageCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetFreeTierUsageCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-freetier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Freetier Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.481.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,39 +20,40 @@
|
|
|
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.481.0",
|
|
24
|
+
"@aws-sdk/core": "3.481.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.481.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.1",
|
|
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",
|
|
40
41
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
41
42
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
43
44
|
"@smithy/middleware-serde": "^2.0.15",
|
|
44
45
|
"@smithy/middleware-stack": "^2.0.9",
|
|
45
46
|
"@smithy/node-config-provider": "^2.1.8",
|
|
46
47
|
"@smithy/node-http-handler": "^2.2.1",
|
|
47
48
|
"@smithy/protocol-http": "^3.0.11",
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
49
50
|
"@smithy/types": "^2.7.0",
|
|
50
51
|
"@smithy/url-parser": "^2.0.15",
|
|
51
52
|
"@smithy/util-base64": "^2.0.1",
|
|
52
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
53
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.30",
|
|
56
57
|
"@smithy/util-endpoints": "^1.0.7",
|
|
57
58
|
"@smithy/util-retry": "^2.0.8",
|
|
58
59
|
"@smithy/util-utf8": "^2.0.2",
|