@aws-sdk/client-s3outposts 3.47.1 → 3.50.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 +35 -0
- package/dist-cjs/endpoints.js +29 -2
- package/dist-es/endpoints.js +29 -2
- package/package.json +39 -33
- package/dist-types/ts3.4/S3Outposts.d.ts +0 -20
- package/dist-types/ts3.4/S3OutpostsClient.d.ts +0 -76
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -3
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -132
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
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.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3outposts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-s3outposts
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-s3outposts
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @aws-sdk/client-s3outposts
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -2,7 +2,29 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
5
|
+
const regionHash = {
|
|
6
|
+
"ca-central-1": {
|
|
7
|
+
variants: [],
|
|
8
|
+
},
|
|
9
|
+
"us-east-1": {
|
|
10
|
+
variants: [],
|
|
11
|
+
},
|
|
12
|
+
"us-east-2": {
|
|
13
|
+
variants: [],
|
|
14
|
+
},
|
|
15
|
+
"us-gov-east-1": {
|
|
16
|
+
variants: [],
|
|
17
|
+
},
|
|
18
|
+
"us-gov-west-1": {
|
|
19
|
+
variants: [],
|
|
20
|
+
},
|
|
21
|
+
"us-west-1": {
|
|
22
|
+
variants: [],
|
|
23
|
+
},
|
|
24
|
+
"us-west-2": {
|
|
25
|
+
variants: [],
|
|
26
|
+
},
|
|
27
|
+
};
|
|
6
28
|
const partitionHash = {
|
|
7
29
|
aws: {
|
|
8
30
|
regions: [
|
|
@@ -22,6 +44,11 @@ const partitionHash = {
|
|
|
22
44
|
"eu-west-1",
|
|
23
45
|
"eu-west-2",
|
|
24
46
|
"eu-west-3",
|
|
47
|
+
"fips-ca-central-1",
|
|
48
|
+
"fips-us-east-1",
|
|
49
|
+
"fips-us-east-2",
|
|
50
|
+
"fips-us-west-1",
|
|
51
|
+
"fips-us-west-2",
|
|
25
52
|
"me-south-1",
|
|
26
53
|
"sa-east-1",
|
|
27
54
|
"us-east-1",
|
|
@@ -100,7 +127,7 @@ const partitionHash = {
|
|
|
100
127
|
],
|
|
101
128
|
},
|
|
102
129
|
"aws-us-gov": {
|
|
103
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
130
|
+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
104
131
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
105
132
|
variants: [
|
|
106
133
|
{
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
-
var regionHash = {
|
|
3
|
+
var regionHash = {
|
|
4
|
+
"ca-central-1": {
|
|
5
|
+
variants: [],
|
|
6
|
+
},
|
|
7
|
+
"us-east-1": {
|
|
8
|
+
variants: [],
|
|
9
|
+
},
|
|
10
|
+
"us-east-2": {
|
|
11
|
+
variants: [],
|
|
12
|
+
},
|
|
13
|
+
"us-gov-east-1": {
|
|
14
|
+
variants: [],
|
|
15
|
+
},
|
|
16
|
+
"us-gov-west-1": {
|
|
17
|
+
variants: [],
|
|
18
|
+
},
|
|
19
|
+
"us-west-1": {
|
|
20
|
+
variants: [],
|
|
21
|
+
},
|
|
22
|
+
"us-west-2": {
|
|
23
|
+
variants: [],
|
|
24
|
+
},
|
|
25
|
+
};
|
|
4
26
|
var partitionHash = {
|
|
5
27
|
aws: {
|
|
6
28
|
regions: [
|
|
@@ -20,6 +42,11 @@ var partitionHash = {
|
|
|
20
42
|
"eu-west-1",
|
|
21
43
|
"eu-west-2",
|
|
22
44
|
"eu-west-3",
|
|
45
|
+
"fips-ca-central-1",
|
|
46
|
+
"fips-us-east-1",
|
|
47
|
+
"fips-us-east-2",
|
|
48
|
+
"fips-us-west-1",
|
|
49
|
+
"fips-us-west-2",
|
|
23
50
|
"me-south-1",
|
|
24
51
|
"sa-east-1",
|
|
25
52
|
"us-east-1",
|
|
@@ -98,7 +125,7 @@ var partitionHash = {
|
|
|
98
125
|
],
|
|
99
126
|
},
|
|
100
127
|
"aws-us-gov": {
|
|
101
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
128
|
+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
102
129
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
103
130
|
variants: [
|
|
104
131
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.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",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
3
|
-
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
4
|
-
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
|
|
5
|
-
import { S3OutpostsClient } from "./S3OutpostsClient";
|
|
6
|
-
|
|
7
|
-
export declare class S3Outposts extends S3OutpostsClient {
|
|
8
|
-
|
|
9
|
-
createEndpoint(args: CreateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointCommandOutput>;
|
|
10
|
-
createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
|
|
11
|
-
createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
|
|
12
|
-
|
|
13
|
-
deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
|
|
14
|
-
deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
|
|
15
|
-
deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
|
|
16
|
-
|
|
17
|
-
listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
|
|
18
|
-
listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
|
|
19
|
-
listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
|
|
20
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
10
|
-
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
11
|
-
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
|
|
12
|
-
export declare type ServiceInputTypes = CreateEndpointCommandInput | DeleteEndpointCommandInput | ListEndpointsCommandInput;
|
|
13
|
-
export declare type ServiceOutputTypes = CreateEndpointCommandOutput | DeleteEndpointCommandOutput | ListEndpointsCommandOutput;
|
|
14
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
15
|
-
|
|
16
|
-
requestHandler?: __HttpHandler;
|
|
17
|
-
|
|
18
|
-
sha256?: __HashConstructor;
|
|
19
|
-
|
|
20
|
-
urlParser?: __UrlParser;
|
|
21
|
-
|
|
22
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
23
|
-
|
|
24
|
-
streamCollector?: __StreamCollector;
|
|
25
|
-
|
|
26
|
-
base64Decoder?: __Decoder;
|
|
27
|
-
|
|
28
|
-
base64Encoder?: __Encoder;
|
|
29
|
-
|
|
30
|
-
utf8Decoder?: __Decoder;
|
|
31
|
-
|
|
32
|
-
utf8Encoder?: __Encoder;
|
|
33
|
-
|
|
34
|
-
runtime?: string;
|
|
35
|
-
|
|
36
|
-
disableHostPrefix?: boolean;
|
|
37
|
-
|
|
38
|
-
maxAttempts?: number | __Provider<number>;
|
|
39
|
-
|
|
40
|
-
retryMode?: string | __Provider<string>;
|
|
41
|
-
|
|
42
|
-
logger?: __Logger;
|
|
43
|
-
|
|
44
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
45
|
-
|
|
46
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
47
|
-
|
|
48
|
-
serviceId?: string;
|
|
49
|
-
|
|
50
|
-
region?: string | __Provider<string>;
|
|
51
|
-
|
|
52
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
53
|
-
|
|
54
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
55
|
-
|
|
56
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
57
|
-
|
|
58
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
59
|
-
}
|
|
60
|
-
declare type S3OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
61
|
-
|
|
62
|
-
export interface S3OutpostsClientConfig extends S3OutpostsClientConfigType {
|
|
63
|
-
}
|
|
64
|
-
declare type S3OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
65
|
-
|
|
66
|
-
export interface S3OutpostsClientResolvedConfig extends S3OutpostsClientResolvedConfigType {
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export declare class S3OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3OutpostsClientResolvedConfig> {
|
|
70
|
-
|
|
71
|
-
readonly config: S3OutpostsClientResolvedConfig;
|
|
72
|
-
constructor(configuration: S3OutpostsClientConfig);
|
|
73
|
-
|
|
74
|
-
destroy(): void;
|
|
75
|
-
}
|
|
76
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateEndpointRequest, CreateEndpointResult } from "../models/models_0";
|
|
4
|
-
import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
|
|
5
|
-
export interface CreateEndpointCommandInput extends CreateEndpointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateEndpointCommandOutput extends CreateEndpointResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, S3OutpostsClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateEndpointCommandInput;
|
|
12
|
-
constructor(input: CreateEndpointCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DeleteEndpointRequest } from "../models/models_0";
|
|
4
|
-
import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
|
|
5
|
-
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteEndpointCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, S3OutpostsClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteEndpointCommandInput;
|
|
12
|
-
constructor(input: DeleteEndpointCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListEndpointsRequest, ListEndpointsResult } from "../models/models_0";
|
|
4
|
-
import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
|
|
5
|
-
export interface ListEndpointsCommandInput extends ListEndpointsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListEndpointsCommandOutput extends ListEndpointsResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListEndpointsCommand extends $Command<ListEndpointsCommandInput, ListEndpointsCommandOutput, S3OutpostsClientResolvedConfig> {
|
|
11
|
-
readonly input: ListEndpointsCommandInput;
|
|
12
|
-
constructor(input: ListEndpointsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
4
|
-
name: "AccessDeniedException";
|
|
5
|
-
$fault: "client";
|
|
6
|
-
Message?: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
10
|
-
name: "ConflictException";
|
|
11
|
-
$fault: "client";
|
|
12
|
-
Message?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare enum EndpointAccessType {
|
|
15
|
-
CUSTOMER_OWNED_IP = "CustomerOwnedIp",
|
|
16
|
-
PRIVATE = "Private"
|
|
17
|
-
}
|
|
18
|
-
export interface CreateEndpointRequest {
|
|
19
|
-
|
|
20
|
-
OutpostId: string | undefined;
|
|
21
|
-
|
|
22
|
-
SubnetId: string | undefined;
|
|
23
|
-
|
|
24
|
-
SecurityGroupId: string | undefined;
|
|
25
|
-
|
|
26
|
-
AccessType?: EndpointAccessType | string;
|
|
27
|
-
|
|
28
|
-
CustomerOwnedIpv4Pool?: string;
|
|
29
|
-
}
|
|
30
|
-
export declare namespace CreateEndpointRequest {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
33
|
-
}
|
|
34
|
-
export interface CreateEndpointResult {
|
|
35
|
-
|
|
36
|
-
EndpointArn?: string;
|
|
37
|
-
}
|
|
38
|
-
export declare namespace CreateEndpointResult {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
44
|
-
name: "InternalServerException";
|
|
45
|
-
$fault: "server";
|
|
46
|
-
Message?: string;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
50
|
-
name: "ResourceNotFoundException";
|
|
51
|
-
$fault: "client";
|
|
52
|
-
Message?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
56
|
-
name: "ValidationException";
|
|
57
|
-
$fault: "client";
|
|
58
|
-
Message?: string;
|
|
59
|
-
}
|
|
60
|
-
export interface DeleteEndpointRequest {
|
|
61
|
-
|
|
62
|
-
EndpointId: string | undefined;
|
|
63
|
-
|
|
64
|
-
OutpostId: string | undefined;
|
|
65
|
-
}
|
|
66
|
-
export declare namespace DeleteEndpointRequest {
|
|
67
|
-
|
|
68
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export interface NetworkInterface {
|
|
72
|
-
|
|
73
|
-
NetworkInterfaceId?: string;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace NetworkInterface {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
78
|
-
}
|
|
79
|
-
export declare enum EndpointStatus {
|
|
80
|
-
AVAILABLE = "Available",
|
|
81
|
-
DELETING = "Deleting",
|
|
82
|
-
PENDING = "Pending"
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export interface Endpoint {
|
|
86
|
-
|
|
87
|
-
EndpointArn?: string;
|
|
88
|
-
|
|
89
|
-
OutpostsId?: string;
|
|
90
|
-
|
|
91
|
-
CidrBlock?: string;
|
|
92
|
-
|
|
93
|
-
Status?: EndpointStatus | string;
|
|
94
|
-
|
|
95
|
-
CreationTime?: Date;
|
|
96
|
-
|
|
97
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
98
|
-
|
|
99
|
-
VpcId?: string;
|
|
100
|
-
|
|
101
|
-
SubnetId?: string;
|
|
102
|
-
|
|
103
|
-
SecurityGroupId?: string;
|
|
104
|
-
|
|
105
|
-
AccessType?: EndpointAccessType | string;
|
|
106
|
-
|
|
107
|
-
CustomerOwnedIpv4Pool?: string;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace Endpoint {
|
|
110
|
-
|
|
111
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
112
|
-
}
|
|
113
|
-
export interface ListEndpointsRequest {
|
|
114
|
-
|
|
115
|
-
NextToken?: string;
|
|
116
|
-
|
|
117
|
-
MaxResults?: number;
|
|
118
|
-
}
|
|
119
|
-
export declare namespace ListEndpointsRequest {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
122
|
-
}
|
|
123
|
-
export interface ListEndpointsResult {
|
|
124
|
-
|
|
125
|
-
Endpoints?: Endpoint[];
|
|
126
|
-
|
|
127
|
-
NextToken?: string;
|
|
128
|
-
}
|
|
129
|
-
export declare namespace ListEndpointsResult {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
132
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { S3Outposts } from "../S3Outposts";
|
|
3
|
-
import { S3OutpostsClient } from "../S3OutpostsClient";
|
|
4
|
-
export interface S3OutpostsPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: S3Outposts | S3OutpostsClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
|
|
3
|
-
import { S3OutpostsPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListEndpoints(config: S3OutpostsPaginationConfiguration, input: ListEndpointsCommandInput, ...additionalArguments: any): Paginator<ListEndpointsCommandOutput>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
4
|
-
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
5
|
-
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
|
|
6
|
-
export declare const serializeAws_restJson1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
7
|
-
export declare const serializeAws_restJson1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
8
|
-
export declare const serializeAws_restJson1ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
9
|
-
export declare const deserializeAws_restJson1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
|
|
10
|
-
export declare const deserializeAws_restJson1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
|
|
11
|
-
export declare const deserializeAws_restJson1ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|