@aws-sdk/client-s3outposts 3.169.0 → 3.171.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/ts3.4/S3Outposts.d.ts +72 -25
- package/dist-types/ts3.4/S3OutpostsClient.d.ts +128 -77
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSharedEndpointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +4 -4
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/S3OutpostsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +121 -147
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -14
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,147 +1,121 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { S3OutpostsServiceException as __BaseException } from "./S3OutpostsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export interface
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
OutpostId: string | undefined;
|
|
123
|
-
}
|
|
124
|
-
export interface ListSharedEndpointsResult {
|
|
125
|
-
|
|
126
|
-
Endpoints?: Endpoint[];
|
|
127
|
-
|
|
128
|
-
NextToken?: string;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
132
|
-
|
|
133
|
-
export declare const CreateEndpointResultFilterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
134
|
-
|
|
135
|
-
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
136
|
-
|
|
137
|
-
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
138
|
-
|
|
139
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
140
|
-
|
|
141
|
-
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
142
|
-
|
|
143
|
-
export declare const ListEndpointsResultFilterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
144
|
-
|
|
145
|
-
export declare const ListSharedEndpointsRequestFilterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
|
|
146
|
-
|
|
147
|
-
export declare const ListSharedEndpointsResultFilterSensitiveLog: (obj: ListSharedEndpointsResult) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { S3OutpostsServiceException as __BaseException } from "./S3OutpostsServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class ConflictException extends __BaseException {
|
|
12
|
+
readonly name: "ConflictException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message?: string;
|
|
15
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export declare enum EndpointAccessType {
|
|
18
|
+
CUSTOMER_OWNED_IP = "CustomerOwnedIp",
|
|
19
|
+
PRIVATE = "Private",
|
|
20
|
+
}
|
|
21
|
+
export interface CreateEndpointRequest {
|
|
22
|
+
OutpostId: string | undefined;
|
|
23
|
+
SubnetId: string | undefined;
|
|
24
|
+
SecurityGroupId: string | undefined;
|
|
25
|
+
AccessType?: EndpointAccessType | string;
|
|
26
|
+
CustomerOwnedIpv4Pool?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface CreateEndpointResult {
|
|
29
|
+
EndpointArn?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare class InternalServerException extends __BaseException {
|
|
32
|
+
readonly name: "InternalServerException";
|
|
33
|
+
readonly $fault: "server";
|
|
34
|
+
Message?: string;
|
|
35
|
+
constructor(
|
|
36
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
40
|
+
readonly name: "ResourceNotFoundException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
Message?: string;
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export declare class ValidationException extends __BaseException {
|
|
48
|
+
readonly name: "ValidationException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
Message?: string;
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export interface DeleteEndpointRequest {
|
|
56
|
+
EndpointId: string | undefined;
|
|
57
|
+
OutpostId: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface NetworkInterface {
|
|
60
|
+
NetworkInterfaceId?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare enum EndpointStatus {
|
|
63
|
+
AVAILABLE = "Available",
|
|
64
|
+
DELETING = "Deleting",
|
|
65
|
+
PENDING = "Pending",
|
|
66
|
+
}
|
|
67
|
+
export interface Endpoint {
|
|
68
|
+
EndpointArn?: string;
|
|
69
|
+
OutpostsId?: string;
|
|
70
|
+
CidrBlock?: string;
|
|
71
|
+
Status?: EndpointStatus | string;
|
|
72
|
+
CreationTime?: Date;
|
|
73
|
+
NetworkInterfaces?: NetworkInterface[];
|
|
74
|
+
VpcId?: string;
|
|
75
|
+
SubnetId?: string;
|
|
76
|
+
SecurityGroupId?: string;
|
|
77
|
+
AccessType?: EndpointAccessType | string;
|
|
78
|
+
CustomerOwnedIpv4Pool?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface ListEndpointsRequest {
|
|
81
|
+
NextToken?: string;
|
|
82
|
+
MaxResults?: number;
|
|
83
|
+
}
|
|
84
|
+
export interface ListEndpointsResult {
|
|
85
|
+
Endpoints?: Endpoint[];
|
|
86
|
+
NextToken?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface ListSharedEndpointsRequest {
|
|
89
|
+
NextToken?: string;
|
|
90
|
+
MaxResults?: number;
|
|
91
|
+
OutpostId: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface ListSharedEndpointsResult {
|
|
94
|
+
Endpoints?: Endpoint[];
|
|
95
|
+
NextToken?: string;
|
|
96
|
+
}
|
|
97
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (
|
|
98
|
+
obj: CreateEndpointRequest
|
|
99
|
+
) => any;
|
|
100
|
+
export declare const CreateEndpointResultFilterSensitiveLog: (
|
|
101
|
+
obj: CreateEndpointResult
|
|
102
|
+
) => any;
|
|
103
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (
|
|
104
|
+
obj: DeleteEndpointRequest
|
|
105
|
+
) => any;
|
|
106
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
107
|
+
obj: NetworkInterface
|
|
108
|
+
) => any;
|
|
109
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
110
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (
|
|
111
|
+
obj: ListEndpointsRequest
|
|
112
|
+
) => any;
|
|
113
|
+
export declare const ListEndpointsResultFilterSensitiveLog: (
|
|
114
|
+
obj: ListEndpointsResult
|
|
115
|
+
) => any;
|
|
116
|
+
export declare const ListSharedEndpointsRequestFilterSensitiveLog: (
|
|
117
|
+
obj: ListSharedEndpointsRequest
|
|
118
|
+
) => any;
|
|
119
|
+
export declare const ListSharedEndpointsResultFilterSensitiveLog: (
|
|
120
|
+
obj: ListSharedEndpointsResult
|
|
121
|
+
) => any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { S3Outposts } from "../S3Outposts";
|
|
3
|
-
import { S3OutpostsClient } from "../S3OutpostsClient";
|
|
4
|
-
export interface S3OutpostsPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { S3Outposts } from "../S3Outposts";
|
|
3
|
+
import { S3OutpostsClient } from "../S3OutpostsClient";
|
|
4
|
+
export interface S3OutpostsPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: S3Outposts | S3OutpostsClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEndpointsCommandInput,
|
|
4
|
+
ListEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/ListEndpointsCommand";
|
|
6
|
+
import { S3OutpostsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEndpoints(
|
|
8
|
+
config: S3OutpostsPaginationConfiguration,
|
|
9
|
+
input: ListEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEndpointsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSharedEndpointsCommandInput,
|
|
4
|
+
ListSharedEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/ListSharedEndpointsCommand";
|
|
6
|
+
import { S3OutpostsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSharedEndpoints(
|
|
8
|
+
config: S3OutpostsPaginationConfiguration,
|
|
9
|
+
input: ListSharedEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSharedEndpointsCommandOutput>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListEndpointsPaginator";
|
|
3
|
-
export * from "./ListSharedEndpointsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListEndpointsPaginator";
|
|
3
|
+
export * from "./ListSharedEndpointsPaginator";
|
|
@@ -1,14 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateEndpointCommandInput,
|
|
8
|
+
CreateEndpointCommandOutput,
|
|
9
|
+
} from "../commands/CreateEndpointCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteEndpointCommandInput,
|
|
12
|
+
DeleteEndpointCommandOutput,
|
|
13
|
+
} from "../commands/DeleteEndpointCommand";
|
|
14
|
+
import {
|
|
15
|
+
ListEndpointsCommandInput,
|
|
16
|
+
ListEndpointsCommandOutput,
|
|
17
|
+
} from "../commands/ListEndpointsCommand";
|
|
18
|
+
import {
|
|
19
|
+
ListSharedEndpointsCommandInput,
|
|
20
|
+
ListSharedEndpointsCommandOutput,
|
|
21
|
+
} from "../commands/ListSharedEndpointsCommand";
|
|
22
|
+
export declare const serializeAws_restJson1CreateEndpointCommand: (
|
|
23
|
+
input: CreateEndpointCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const serializeAws_restJson1DeleteEndpointCommand: (
|
|
27
|
+
input: DeleteEndpointCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const serializeAws_restJson1ListEndpointsCommand: (
|
|
31
|
+
input: ListEndpointsCommandInput,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const serializeAws_restJson1ListSharedEndpointsCommand: (
|
|
35
|
+
input: ListSharedEndpointsCommandInput,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const deserializeAws_restJson1CreateEndpointCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<CreateEndpointCommandOutput>;
|
|
42
|
+
export declare const deserializeAws_restJson1DeleteEndpointCommand: (
|
|
43
|
+
output: __HttpResponse,
|
|
44
|
+
context: __SerdeContext
|
|
45
|
+
) => Promise<DeleteEndpointCommandOutput>;
|
|
46
|
+
export declare const deserializeAws_restJson1ListEndpointsCommand: (
|
|
47
|
+
output: __HttpResponse,
|
|
48
|
+
context: __SerdeContext
|
|
49
|
+
) => Promise<ListEndpointsCommandOutput>;
|
|
50
|
+
export declare const deserializeAws_restJson1ListSharedEndpointsCommand: (
|
|
51
|
+
output: __HttpResponse,
|
|
52
|
+
context: __SerdeContext
|
|
53
|
+
) => Promise<ListSharedEndpointsCommandOutput>;
|
|
@@ -1,38 +1,65 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
54
|
+
| undefined;
|
|
55
|
+
signingEscapePath?: boolean | undefined;
|
|
56
|
+
systemClockOffset?: number | undefined;
|
|
57
|
+
signingRegion?: string | undefined;
|
|
58
|
+
signerConstructor?:
|
|
59
|
+
| (new (
|
|
60
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
61
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
62
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
63
|
+
| undefined;
|
|
64
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
65
|
+
};
|
|
@@ -1,38 +1,65 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { S3OutpostsClientConfig } from "./S3OutpostsClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: S3OutpostsClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
54
|
+
| undefined;
|
|
55
|
+
signingEscapePath?: boolean | undefined;
|
|
56
|
+
systemClockOffset?: number | undefined;
|
|
57
|
+
signingRegion?: string | undefined;
|
|
58
|
+
signerConstructor?:
|
|
59
|
+
| (new (
|
|
60
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
61
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
62
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
63
|
+
| undefined;
|
|
64
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
65
|
+
};
|