@aws-sdk/client-s3-control 3.254.0 → 3.256.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.
|
@@ -7,7 +7,7 @@ import { S3ControlInputConfig, S3ControlResolvedConfig } from "@aws-sdk/middlewa
|
|
|
7
7
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
8
8
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
9
9
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
12
12
|
import { Readable } from "stream";
|
|
13
13
|
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
|
|
@@ -182,9 +182,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
182
182
|
*/
|
|
183
183
|
md5?: __ChecksumConstructor | __HashConstructor;
|
|
184
184
|
/**
|
|
185
|
-
* The {@link
|
|
185
|
+
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
186
186
|
*/
|
|
187
|
-
defaultsMode?:
|
|
187
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
188
188
|
}
|
|
189
189
|
declare type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & S3ControlInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
190
190
|
/**
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
30
30
|
import {
|
|
31
31
|
Client as __Client,
|
|
32
|
-
DefaultsMode,
|
|
32
|
+
DefaultsMode as __DefaultsMode,
|
|
33
33
|
SmithyConfiguration as __SmithyConfiguration,
|
|
34
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
35
|
} from "@aws-sdk/smithy-client";
|
|
@@ -447,7 +447,7 @@ export interface ClientDefaults
|
|
|
447
447
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
448
448
|
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
449
449
|
md5?: __ChecksumConstructor | __HashConstructor;
|
|
450
|
-
defaultsMode?:
|
|
450
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
451
451
|
}
|
|
452
452
|
declare type S3ControlClientConfigType = Partial<
|
|
453
453
|
__SmithyConfiguration<__HttpHandlerOptions>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.256.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",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.256.0",
|
|
26
26
|
"@aws-sdk/config-resolver": "3.254.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.256.0",
|
|
28
28
|
"@aws-sdk/fetch-http-handler": "3.254.0",
|
|
29
29
|
"@aws-sdk/hash-blob-browser": "3.254.0",
|
|
30
30
|
"@aws-sdk/hash-node": "3.254.0",
|