@aws-sdk/client-marketplace-entitlement-service 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MarketplaceEntitlementService.d.ts +0 -1
- package/dist-types/ts3.4/MarketplaceEntitlementServiceClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/GetEntitlementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MarketplaceEntitlementServiceServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -25
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-entitlement-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-entitlement-service
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-marketplace-entitlement-service
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MarketplaceEntitlementServiceCli
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
GetEntitlementsCommandOutput,
|
|
5
5
|
} from "./commands/GetEntitlementsCommand";
|
|
6
6
|
import { MarketplaceEntitlementServiceClient } from "./MarketplaceEntitlementServiceClient";
|
|
7
|
-
|
|
8
7
|
export declare class MarketplaceEntitlementService extends MarketplaceEntitlementServiceClient {
|
|
9
8
|
getEntitlements(
|
|
10
9
|
args: GetEntitlementsCommandInput,
|
|
@@ -51,47 +51,26 @@ export declare type ServiceOutputTypes = GetEntitlementsCommandOutput;
|
|
|
51
51
|
export interface ClientDefaults
|
|
52
52
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
53
53
|
requestHandler?: __HttpHandler;
|
|
54
|
-
|
|
55
54
|
sha256?: __HashConstructor;
|
|
56
|
-
|
|
57
55
|
urlParser?: __UrlParser;
|
|
58
|
-
|
|
59
56
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
60
|
-
|
|
61
57
|
streamCollector?: __StreamCollector;
|
|
62
|
-
|
|
63
58
|
base64Decoder?: __Decoder;
|
|
64
|
-
|
|
65
59
|
base64Encoder?: __Encoder;
|
|
66
|
-
|
|
67
60
|
utf8Decoder?: __Decoder;
|
|
68
|
-
|
|
69
61
|
utf8Encoder?: __Encoder;
|
|
70
|
-
|
|
71
62
|
runtime?: string;
|
|
72
|
-
|
|
73
63
|
disableHostPrefix?: boolean;
|
|
74
|
-
|
|
75
64
|
maxAttempts?: number | __Provider<number>;
|
|
76
|
-
|
|
77
65
|
retryMode?: string | __Provider<string>;
|
|
78
|
-
|
|
79
66
|
logger?: __Logger;
|
|
80
|
-
|
|
81
67
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
82
|
-
|
|
83
68
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
84
|
-
|
|
85
69
|
serviceId?: string;
|
|
86
|
-
|
|
87
70
|
region?: string | __Provider<string>;
|
|
88
|
-
|
|
89
71
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
90
|
-
|
|
91
72
|
regionInfoProvider?: RegionInfoProvider;
|
|
92
|
-
|
|
93
73
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
94
|
-
|
|
95
74
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
96
75
|
}
|
|
97
76
|
declare type MarketplaceEntitlementServiceClientConfigType = Partial<
|
|
@@ -104,7 +83,6 @@ declare type MarketplaceEntitlementServiceClientConfigType = Partial<
|
|
|
104
83
|
HostHeaderInputConfig &
|
|
105
84
|
AwsAuthInputConfig &
|
|
106
85
|
UserAgentInputConfig;
|
|
107
|
-
|
|
108
86
|
export interface MarketplaceEntitlementServiceClientConfig
|
|
109
87
|
extends MarketplaceEntitlementServiceClientConfigType {}
|
|
110
88
|
declare type MarketplaceEntitlementServiceClientResolvedConfigType =
|
|
@@ -116,10 +94,8 @@ declare type MarketplaceEntitlementServiceClientResolvedConfigType =
|
|
|
116
94
|
HostHeaderResolvedConfig &
|
|
117
95
|
AwsAuthResolvedConfig &
|
|
118
96
|
UserAgentResolvedConfig;
|
|
119
|
-
|
|
120
97
|
export interface MarketplaceEntitlementServiceClientResolvedConfig
|
|
121
98
|
extends MarketplaceEntitlementServiceClientResolvedConfigType {}
|
|
122
|
-
|
|
123
99
|
export declare class MarketplaceEntitlementServiceClient extends __Client<
|
|
124
100
|
__HttpHandlerOptions,
|
|
125
101
|
ServiceInputTypes,
|
|
@@ -128,7 +104,6 @@ export declare class MarketplaceEntitlementServiceClient extends __Client<
|
|
|
128
104
|
> {
|
|
129
105
|
readonly config: MarketplaceEntitlementServiceClientResolvedConfig;
|
|
130
106
|
constructor(configuration: MarketplaceEntitlementServiceClientConfig);
|
|
131
|
-
|
|
132
107
|
destroy(): void;
|
|
133
108
|
}
|
|
134
109
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface GetEntitlementsCommandInput extends GetEntitlementsRequest {}
|
|
|
18
18
|
export interface GetEntitlementsCommandOutput
|
|
19
19
|
extends GetEntitlementsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetEntitlementsCommand extends $Command<
|
|
23
22
|
GetEntitlementsCommandInput,
|
|
24
23
|
GetEntitlementsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetEntitlementsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetEntitlementsCommandInput;
|
|
28
27
|
constructor(input: GetEntitlementsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MarketplaceEntitlementServiceClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MarketplaceEntitlementServiceServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -4,17 +4,12 @@ export declare enum GetEntitlementFilterName {
|
|
|
4
4
|
CUSTOMER_IDENTIFIER = "CUSTOMER_IDENTIFIER",
|
|
5
5
|
DIMENSION = "DIMENSION",
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
export interface GetEntitlementsRequest {
|
|
9
8
|
ProductCode: string | undefined;
|
|
10
|
-
|
|
11
9
|
Filter?: Record<string, string[]>;
|
|
12
|
-
|
|
13
10
|
NextToken?: string;
|
|
14
|
-
|
|
15
11
|
MaxResults?: number;
|
|
16
12
|
}
|
|
17
|
-
|
|
18
13
|
export declare type EntitlementValue =
|
|
19
14
|
| EntitlementValue.BooleanValueMember
|
|
20
15
|
| EntitlementValue.DoubleValueMember
|
|
@@ -29,7 +24,6 @@ export declare namespace EntitlementValue {
|
|
|
29
24
|
StringValue?: never;
|
|
30
25
|
$unknown?: never;
|
|
31
26
|
}
|
|
32
|
-
|
|
33
27
|
interface DoubleValueMember {
|
|
34
28
|
IntegerValue?: never;
|
|
35
29
|
DoubleValue: number;
|
|
@@ -37,7 +31,6 @@ export declare namespace EntitlementValue {
|
|
|
37
31
|
StringValue?: never;
|
|
38
32
|
$unknown?: never;
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
interface BooleanValueMember {
|
|
42
35
|
IntegerValue?: never;
|
|
43
36
|
DoubleValue?: never;
|
|
@@ -45,7 +38,6 @@ export declare namespace EntitlementValue {
|
|
|
45
38
|
StringValue?: never;
|
|
46
39
|
$unknown?: never;
|
|
47
40
|
}
|
|
48
|
-
|
|
49
41
|
interface StringValueMember {
|
|
50
42
|
IntegerValue?: never;
|
|
51
43
|
DoubleValue?: never;
|
|
@@ -69,62 +61,45 @@ export declare namespace EntitlementValue {
|
|
|
69
61
|
}
|
|
70
62
|
const visit: <T>(value: EntitlementValue, visitor: Visitor<T>) => T;
|
|
71
63
|
}
|
|
72
|
-
|
|
73
64
|
export interface Entitlement {
|
|
74
65
|
ProductCode?: string;
|
|
75
|
-
|
|
76
66
|
Dimension?: string;
|
|
77
|
-
|
|
78
67
|
CustomerIdentifier?: string;
|
|
79
|
-
|
|
80
68
|
Value?: EntitlementValue;
|
|
81
|
-
|
|
82
69
|
ExpirationDate?: Date;
|
|
83
70
|
}
|
|
84
|
-
|
|
85
71
|
export interface GetEntitlementsResult {
|
|
86
72
|
Entitlements?: Entitlement[];
|
|
87
|
-
|
|
88
73
|
NextToken?: string;
|
|
89
74
|
}
|
|
90
|
-
|
|
91
75
|
export declare class InternalServiceErrorException extends __BaseException {
|
|
92
76
|
readonly name: "InternalServiceErrorException";
|
|
93
77
|
readonly $fault: "server";
|
|
94
|
-
|
|
95
78
|
constructor(
|
|
96
79
|
opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
|
|
97
80
|
);
|
|
98
81
|
}
|
|
99
|
-
|
|
100
82
|
export declare class InvalidParameterException extends __BaseException {
|
|
101
83
|
readonly name: "InvalidParameterException";
|
|
102
84
|
readonly $fault: "client";
|
|
103
|
-
|
|
104
85
|
constructor(
|
|
105
86
|
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
106
87
|
);
|
|
107
88
|
}
|
|
108
|
-
|
|
109
89
|
export declare class ThrottlingException extends __BaseException {
|
|
110
90
|
readonly name: "ThrottlingException";
|
|
111
91
|
readonly $fault: "client";
|
|
112
|
-
|
|
113
92
|
constructor(
|
|
114
93
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
115
94
|
);
|
|
116
95
|
}
|
|
117
|
-
|
|
118
96
|
export declare const GetEntitlementsRequestFilterSensitiveLog: (
|
|
119
97
|
obj: GetEntitlementsRequest
|
|
120
98
|
) => any;
|
|
121
|
-
|
|
122
99
|
export declare const EntitlementValueFilterSensitiveLog: (
|
|
123
100
|
obj: EntitlementValue
|
|
124
101
|
) => any;
|
|
125
|
-
|
|
126
102
|
export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
|
|
127
|
-
|
|
128
103
|
export declare const GetEntitlementsResultFilterSensitiveLog: (
|
|
129
104
|
obj: GetEntitlementsResult
|
|
130
105
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: MarketplaceEntitlementServiceClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: MarketplaceEntitlementServiceClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: MarketplaceEntitlementServiceClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-entitlement-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Entitlement Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|