@aws-sdk/client-s3-control 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/S3Control.d.ts +1102 -290
- package/dist-types/ts3.4/S3ControlClient.d.ts +483 -137
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +57 -57
- 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/S3ControlServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2252 -2062
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +689 -173
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +74 -42
- package/dist-types/ts3.4/runtimeConfig.d.ts +75 -43
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -41
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +40 -40
|
@@ -1,137 +1,483 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
import {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
import {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
S3ControlInputConfig,
|
|
17
|
+
S3ControlResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-sdk-s3-control";
|
|
19
|
+
import {
|
|
20
|
+
AwsAuthInputConfig,
|
|
21
|
+
AwsAuthResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-signing";
|
|
23
|
+
import {
|
|
24
|
+
UserAgentInputConfig,
|
|
25
|
+
UserAgentResolvedConfig,
|
|
26
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
27
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
28
|
+
import {
|
|
29
|
+
Client as __Client,
|
|
30
|
+
DefaultsMode,
|
|
31
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
32
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
33
|
+
} from "@aws-sdk/smithy-client";
|
|
34
|
+
import {
|
|
35
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
36
|
+
Credentials as __Credentials,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
RegionInfoProvider,
|
|
45
|
+
StreamCollector as __StreamCollector,
|
|
46
|
+
StreamHasher as __StreamHasher,
|
|
47
|
+
UrlParser as __UrlParser,
|
|
48
|
+
UserAgent as __UserAgent,
|
|
49
|
+
} from "@aws-sdk/types";
|
|
50
|
+
import { Readable } from "stream";
|
|
51
|
+
import {
|
|
52
|
+
CreateAccessPointCommandInput,
|
|
53
|
+
CreateAccessPointCommandOutput,
|
|
54
|
+
} from "./commands/CreateAccessPointCommand";
|
|
55
|
+
import {
|
|
56
|
+
CreateAccessPointForObjectLambdaCommandInput,
|
|
57
|
+
CreateAccessPointForObjectLambdaCommandOutput,
|
|
58
|
+
} from "./commands/CreateAccessPointForObjectLambdaCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateBucketCommandInput,
|
|
61
|
+
CreateBucketCommandOutput,
|
|
62
|
+
} from "./commands/CreateBucketCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateJobCommandInput,
|
|
65
|
+
CreateJobCommandOutput,
|
|
66
|
+
} from "./commands/CreateJobCommand";
|
|
67
|
+
import {
|
|
68
|
+
CreateMultiRegionAccessPointCommandInput,
|
|
69
|
+
CreateMultiRegionAccessPointCommandOutput,
|
|
70
|
+
} from "./commands/CreateMultiRegionAccessPointCommand";
|
|
71
|
+
import {
|
|
72
|
+
DeleteAccessPointCommandInput,
|
|
73
|
+
DeleteAccessPointCommandOutput,
|
|
74
|
+
} from "./commands/DeleteAccessPointCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeleteAccessPointForObjectLambdaCommandInput,
|
|
77
|
+
DeleteAccessPointForObjectLambdaCommandOutput,
|
|
78
|
+
} from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteAccessPointPolicyCommandInput,
|
|
81
|
+
DeleteAccessPointPolicyCommandOutput,
|
|
82
|
+
} from "./commands/DeleteAccessPointPolicyCommand";
|
|
83
|
+
import {
|
|
84
|
+
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
85
|
+
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
86
|
+
} from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
87
|
+
import {
|
|
88
|
+
DeleteBucketCommandInput,
|
|
89
|
+
DeleteBucketCommandOutput,
|
|
90
|
+
} from "./commands/DeleteBucketCommand";
|
|
91
|
+
import {
|
|
92
|
+
DeleteBucketLifecycleConfigurationCommandInput,
|
|
93
|
+
DeleteBucketLifecycleConfigurationCommandOutput,
|
|
94
|
+
} from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeleteBucketPolicyCommandInput,
|
|
97
|
+
DeleteBucketPolicyCommandOutput,
|
|
98
|
+
} from "./commands/DeleteBucketPolicyCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeleteBucketTaggingCommandInput,
|
|
101
|
+
DeleteBucketTaggingCommandOutput,
|
|
102
|
+
} from "./commands/DeleteBucketTaggingCommand";
|
|
103
|
+
import {
|
|
104
|
+
DeleteJobTaggingCommandInput,
|
|
105
|
+
DeleteJobTaggingCommandOutput,
|
|
106
|
+
} from "./commands/DeleteJobTaggingCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeleteMultiRegionAccessPointCommandInput,
|
|
109
|
+
DeleteMultiRegionAccessPointCommandOutput,
|
|
110
|
+
} from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
111
|
+
import {
|
|
112
|
+
DeletePublicAccessBlockCommandInput,
|
|
113
|
+
DeletePublicAccessBlockCommandOutput,
|
|
114
|
+
} from "./commands/DeletePublicAccessBlockCommand";
|
|
115
|
+
import {
|
|
116
|
+
DeleteStorageLensConfigurationCommandInput,
|
|
117
|
+
DeleteStorageLensConfigurationCommandOutput,
|
|
118
|
+
} from "./commands/DeleteStorageLensConfigurationCommand";
|
|
119
|
+
import {
|
|
120
|
+
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
121
|
+
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
122
|
+
} from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
123
|
+
import {
|
|
124
|
+
DescribeJobCommandInput,
|
|
125
|
+
DescribeJobCommandOutput,
|
|
126
|
+
} from "./commands/DescribeJobCommand";
|
|
127
|
+
import {
|
|
128
|
+
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
129
|
+
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
130
|
+
} from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
131
|
+
import {
|
|
132
|
+
GetAccessPointCommandInput,
|
|
133
|
+
GetAccessPointCommandOutput,
|
|
134
|
+
} from "./commands/GetAccessPointCommand";
|
|
135
|
+
import {
|
|
136
|
+
GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
137
|
+
GetAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
138
|
+
} from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetAccessPointForObjectLambdaCommandInput,
|
|
141
|
+
GetAccessPointForObjectLambdaCommandOutput,
|
|
142
|
+
} from "./commands/GetAccessPointForObjectLambdaCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetAccessPointPolicyCommandInput,
|
|
145
|
+
GetAccessPointPolicyCommandOutput,
|
|
146
|
+
} from "./commands/GetAccessPointPolicyCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
149
|
+
GetAccessPointPolicyForObjectLambdaCommandOutput,
|
|
150
|
+
} from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetAccessPointPolicyStatusCommandInput,
|
|
153
|
+
GetAccessPointPolicyStatusCommandOutput,
|
|
154
|
+
} from "./commands/GetAccessPointPolicyStatusCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
157
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
158
|
+
} from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetBucketCommandInput,
|
|
161
|
+
GetBucketCommandOutput,
|
|
162
|
+
} from "./commands/GetBucketCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetBucketLifecycleConfigurationCommandInput,
|
|
165
|
+
GetBucketLifecycleConfigurationCommandOutput,
|
|
166
|
+
} from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetBucketPolicyCommandInput,
|
|
169
|
+
GetBucketPolicyCommandOutput,
|
|
170
|
+
} from "./commands/GetBucketPolicyCommand";
|
|
171
|
+
import {
|
|
172
|
+
GetBucketTaggingCommandInput,
|
|
173
|
+
GetBucketTaggingCommandOutput,
|
|
174
|
+
} from "./commands/GetBucketTaggingCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetJobTaggingCommandInput,
|
|
177
|
+
GetJobTaggingCommandOutput,
|
|
178
|
+
} from "./commands/GetJobTaggingCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetMultiRegionAccessPointCommandInput,
|
|
181
|
+
GetMultiRegionAccessPointCommandOutput,
|
|
182
|
+
} from "./commands/GetMultiRegionAccessPointCommand";
|
|
183
|
+
import {
|
|
184
|
+
GetMultiRegionAccessPointPolicyCommandInput,
|
|
185
|
+
GetMultiRegionAccessPointPolicyCommandOutput,
|
|
186
|
+
} from "./commands/GetMultiRegionAccessPointPolicyCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
189
|
+
GetMultiRegionAccessPointPolicyStatusCommandOutput,
|
|
190
|
+
} from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
|
|
191
|
+
import {
|
|
192
|
+
GetPublicAccessBlockCommandInput,
|
|
193
|
+
GetPublicAccessBlockCommandOutput,
|
|
194
|
+
} from "./commands/GetPublicAccessBlockCommand";
|
|
195
|
+
import {
|
|
196
|
+
GetStorageLensConfigurationCommandInput,
|
|
197
|
+
GetStorageLensConfigurationCommandOutput,
|
|
198
|
+
} from "./commands/GetStorageLensConfigurationCommand";
|
|
199
|
+
import {
|
|
200
|
+
GetStorageLensConfigurationTaggingCommandInput,
|
|
201
|
+
GetStorageLensConfigurationTaggingCommandOutput,
|
|
202
|
+
} from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
203
|
+
import {
|
|
204
|
+
ListAccessPointsCommandInput,
|
|
205
|
+
ListAccessPointsCommandOutput,
|
|
206
|
+
} from "./commands/ListAccessPointsCommand";
|
|
207
|
+
import {
|
|
208
|
+
ListAccessPointsForObjectLambdaCommandInput,
|
|
209
|
+
ListAccessPointsForObjectLambdaCommandOutput,
|
|
210
|
+
} from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
211
|
+
import {
|
|
212
|
+
ListJobsCommandInput,
|
|
213
|
+
ListJobsCommandOutput,
|
|
214
|
+
} from "./commands/ListJobsCommand";
|
|
215
|
+
import {
|
|
216
|
+
ListMultiRegionAccessPointsCommandInput,
|
|
217
|
+
ListMultiRegionAccessPointsCommandOutput,
|
|
218
|
+
} from "./commands/ListMultiRegionAccessPointsCommand";
|
|
219
|
+
import {
|
|
220
|
+
ListRegionalBucketsCommandInput,
|
|
221
|
+
ListRegionalBucketsCommandOutput,
|
|
222
|
+
} from "./commands/ListRegionalBucketsCommand";
|
|
223
|
+
import {
|
|
224
|
+
ListStorageLensConfigurationsCommandInput,
|
|
225
|
+
ListStorageLensConfigurationsCommandOutput,
|
|
226
|
+
} from "./commands/ListStorageLensConfigurationsCommand";
|
|
227
|
+
import {
|
|
228
|
+
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
229
|
+
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
230
|
+
} from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
231
|
+
import {
|
|
232
|
+
PutAccessPointPolicyCommandInput,
|
|
233
|
+
PutAccessPointPolicyCommandOutput,
|
|
234
|
+
} from "./commands/PutAccessPointPolicyCommand";
|
|
235
|
+
import {
|
|
236
|
+
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
237
|
+
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
238
|
+
} from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
239
|
+
import {
|
|
240
|
+
PutBucketLifecycleConfigurationCommandInput,
|
|
241
|
+
PutBucketLifecycleConfigurationCommandOutput,
|
|
242
|
+
} from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
243
|
+
import {
|
|
244
|
+
PutBucketPolicyCommandInput,
|
|
245
|
+
PutBucketPolicyCommandOutput,
|
|
246
|
+
} from "./commands/PutBucketPolicyCommand";
|
|
247
|
+
import {
|
|
248
|
+
PutBucketTaggingCommandInput,
|
|
249
|
+
PutBucketTaggingCommandOutput,
|
|
250
|
+
} from "./commands/PutBucketTaggingCommand";
|
|
251
|
+
import {
|
|
252
|
+
PutJobTaggingCommandInput,
|
|
253
|
+
PutJobTaggingCommandOutput,
|
|
254
|
+
} from "./commands/PutJobTaggingCommand";
|
|
255
|
+
import {
|
|
256
|
+
PutMultiRegionAccessPointPolicyCommandInput,
|
|
257
|
+
PutMultiRegionAccessPointPolicyCommandOutput,
|
|
258
|
+
} from "./commands/PutMultiRegionAccessPointPolicyCommand";
|
|
259
|
+
import {
|
|
260
|
+
PutPublicAccessBlockCommandInput,
|
|
261
|
+
PutPublicAccessBlockCommandOutput,
|
|
262
|
+
} from "./commands/PutPublicAccessBlockCommand";
|
|
263
|
+
import {
|
|
264
|
+
PutStorageLensConfigurationCommandInput,
|
|
265
|
+
PutStorageLensConfigurationCommandOutput,
|
|
266
|
+
} from "./commands/PutStorageLensConfigurationCommand";
|
|
267
|
+
import {
|
|
268
|
+
PutStorageLensConfigurationTaggingCommandInput,
|
|
269
|
+
PutStorageLensConfigurationTaggingCommandOutput,
|
|
270
|
+
} from "./commands/PutStorageLensConfigurationTaggingCommand";
|
|
271
|
+
import {
|
|
272
|
+
UpdateJobPriorityCommandInput,
|
|
273
|
+
UpdateJobPriorityCommandOutput,
|
|
274
|
+
} from "./commands/UpdateJobPriorityCommand";
|
|
275
|
+
import {
|
|
276
|
+
UpdateJobStatusCommandInput,
|
|
277
|
+
UpdateJobStatusCommandOutput,
|
|
278
|
+
} from "./commands/UpdateJobStatusCommand";
|
|
279
|
+
export declare type ServiceInputTypes =
|
|
280
|
+
| CreateAccessPointCommandInput
|
|
281
|
+
| CreateAccessPointForObjectLambdaCommandInput
|
|
282
|
+
| CreateBucketCommandInput
|
|
283
|
+
| CreateJobCommandInput
|
|
284
|
+
| CreateMultiRegionAccessPointCommandInput
|
|
285
|
+
| DeleteAccessPointCommandInput
|
|
286
|
+
| DeleteAccessPointForObjectLambdaCommandInput
|
|
287
|
+
| DeleteAccessPointPolicyCommandInput
|
|
288
|
+
| DeleteAccessPointPolicyForObjectLambdaCommandInput
|
|
289
|
+
| DeleteBucketCommandInput
|
|
290
|
+
| DeleteBucketLifecycleConfigurationCommandInput
|
|
291
|
+
| DeleteBucketPolicyCommandInput
|
|
292
|
+
| DeleteBucketTaggingCommandInput
|
|
293
|
+
| DeleteJobTaggingCommandInput
|
|
294
|
+
| DeleteMultiRegionAccessPointCommandInput
|
|
295
|
+
| DeletePublicAccessBlockCommandInput
|
|
296
|
+
| DeleteStorageLensConfigurationCommandInput
|
|
297
|
+
| DeleteStorageLensConfigurationTaggingCommandInput
|
|
298
|
+
| DescribeJobCommandInput
|
|
299
|
+
| DescribeMultiRegionAccessPointOperationCommandInput
|
|
300
|
+
| GetAccessPointCommandInput
|
|
301
|
+
| GetAccessPointConfigurationForObjectLambdaCommandInput
|
|
302
|
+
| GetAccessPointForObjectLambdaCommandInput
|
|
303
|
+
| GetAccessPointPolicyCommandInput
|
|
304
|
+
| GetAccessPointPolicyForObjectLambdaCommandInput
|
|
305
|
+
| GetAccessPointPolicyStatusCommandInput
|
|
306
|
+
| GetAccessPointPolicyStatusForObjectLambdaCommandInput
|
|
307
|
+
| GetBucketCommandInput
|
|
308
|
+
| GetBucketLifecycleConfigurationCommandInput
|
|
309
|
+
| GetBucketPolicyCommandInput
|
|
310
|
+
| GetBucketTaggingCommandInput
|
|
311
|
+
| GetJobTaggingCommandInput
|
|
312
|
+
| GetMultiRegionAccessPointCommandInput
|
|
313
|
+
| GetMultiRegionAccessPointPolicyCommandInput
|
|
314
|
+
| GetMultiRegionAccessPointPolicyStatusCommandInput
|
|
315
|
+
| GetPublicAccessBlockCommandInput
|
|
316
|
+
| GetStorageLensConfigurationCommandInput
|
|
317
|
+
| GetStorageLensConfigurationTaggingCommandInput
|
|
318
|
+
| ListAccessPointsCommandInput
|
|
319
|
+
| ListAccessPointsForObjectLambdaCommandInput
|
|
320
|
+
| ListJobsCommandInput
|
|
321
|
+
| ListMultiRegionAccessPointsCommandInput
|
|
322
|
+
| ListRegionalBucketsCommandInput
|
|
323
|
+
| ListStorageLensConfigurationsCommandInput
|
|
324
|
+
| PutAccessPointConfigurationForObjectLambdaCommandInput
|
|
325
|
+
| PutAccessPointPolicyCommandInput
|
|
326
|
+
| PutAccessPointPolicyForObjectLambdaCommandInput
|
|
327
|
+
| PutBucketLifecycleConfigurationCommandInput
|
|
328
|
+
| PutBucketPolicyCommandInput
|
|
329
|
+
| PutBucketTaggingCommandInput
|
|
330
|
+
| PutJobTaggingCommandInput
|
|
331
|
+
| PutMultiRegionAccessPointPolicyCommandInput
|
|
332
|
+
| PutPublicAccessBlockCommandInput
|
|
333
|
+
| PutStorageLensConfigurationCommandInput
|
|
334
|
+
| PutStorageLensConfigurationTaggingCommandInput
|
|
335
|
+
| UpdateJobPriorityCommandInput
|
|
336
|
+
| UpdateJobStatusCommandInput;
|
|
337
|
+
export declare type ServiceOutputTypes =
|
|
338
|
+
| CreateAccessPointCommandOutput
|
|
339
|
+
| CreateAccessPointForObjectLambdaCommandOutput
|
|
340
|
+
| CreateBucketCommandOutput
|
|
341
|
+
| CreateJobCommandOutput
|
|
342
|
+
| CreateMultiRegionAccessPointCommandOutput
|
|
343
|
+
| DeleteAccessPointCommandOutput
|
|
344
|
+
| DeleteAccessPointForObjectLambdaCommandOutput
|
|
345
|
+
| DeleteAccessPointPolicyCommandOutput
|
|
346
|
+
| DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
347
|
+
| DeleteBucketCommandOutput
|
|
348
|
+
| DeleteBucketLifecycleConfigurationCommandOutput
|
|
349
|
+
| DeleteBucketPolicyCommandOutput
|
|
350
|
+
| DeleteBucketTaggingCommandOutput
|
|
351
|
+
| DeleteJobTaggingCommandOutput
|
|
352
|
+
| DeleteMultiRegionAccessPointCommandOutput
|
|
353
|
+
| DeletePublicAccessBlockCommandOutput
|
|
354
|
+
| DeleteStorageLensConfigurationCommandOutput
|
|
355
|
+
| DeleteStorageLensConfigurationTaggingCommandOutput
|
|
356
|
+
| DescribeJobCommandOutput
|
|
357
|
+
| DescribeMultiRegionAccessPointOperationCommandOutput
|
|
358
|
+
| GetAccessPointCommandOutput
|
|
359
|
+
| GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
360
|
+
| GetAccessPointForObjectLambdaCommandOutput
|
|
361
|
+
| GetAccessPointPolicyCommandOutput
|
|
362
|
+
| GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
363
|
+
| GetAccessPointPolicyStatusCommandOutput
|
|
364
|
+
| GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
365
|
+
| GetBucketCommandOutput
|
|
366
|
+
| GetBucketLifecycleConfigurationCommandOutput
|
|
367
|
+
| GetBucketPolicyCommandOutput
|
|
368
|
+
| GetBucketTaggingCommandOutput
|
|
369
|
+
| GetJobTaggingCommandOutput
|
|
370
|
+
| GetMultiRegionAccessPointCommandOutput
|
|
371
|
+
| GetMultiRegionAccessPointPolicyCommandOutput
|
|
372
|
+
| GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
373
|
+
| GetPublicAccessBlockCommandOutput
|
|
374
|
+
| GetStorageLensConfigurationCommandOutput
|
|
375
|
+
| GetStorageLensConfigurationTaggingCommandOutput
|
|
376
|
+
| ListAccessPointsCommandOutput
|
|
377
|
+
| ListAccessPointsForObjectLambdaCommandOutput
|
|
378
|
+
| ListJobsCommandOutput
|
|
379
|
+
| ListMultiRegionAccessPointsCommandOutput
|
|
380
|
+
| ListRegionalBucketsCommandOutput
|
|
381
|
+
| ListStorageLensConfigurationsCommandOutput
|
|
382
|
+
| PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
383
|
+
| PutAccessPointPolicyCommandOutput
|
|
384
|
+
| PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
385
|
+
| PutBucketLifecycleConfigurationCommandOutput
|
|
386
|
+
| PutBucketPolicyCommandOutput
|
|
387
|
+
| PutBucketTaggingCommandOutput
|
|
388
|
+
| PutJobTaggingCommandOutput
|
|
389
|
+
| PutMultiRegionAccessPointPolicyCommandOutput
|
|
390
|
+
| PutPublicAccessBlockCommandOutput
|
|
391
|
+
| PutStorageLensConfigurationCommandOutput
|
|
392
|
+
| PutStorageLensConfigurationTaggingCommandOutput
|
|
393
|
+
| UpdateJobPriorityCommandOutput
|
|
394
|
+
| UpdateJobStatusCommandOutput;
|
|
395
|
+
export interface ClientDefaults
|
|
396
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
397
|
+
requestHandler?: __HttpHandler;
|
|
398
|
+
|
|
399
|
+
sha256?: __HashConstructor;
|
|
400
|
+
|
|
401
|
+
urlParser?: __UrlParser;
|
|
402
|
+
|
|
403
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
404
|
+
|
|
405
|
+
streamCollector?: __StreamCollector;
|
|
406
|
+
|
|
407
|
+
base64Decoder?: __Decoder;
|
|
408
|
+
|
|
409
|
+
base64Encoder?: __Encoder;
|
|
410
|
+
|
|
411
|
+
utf8Decoder?: __Decoder;
|
|
412
|
+
|
|
413
|
+
utf8Encoder?: __Encoder;
|
|
414
|
+
|
|
415
|
+
runtime?: string;
|
|
416
|
+
|
|
417
|
+
disableHostPrefix?: boolean;
|
|
418
|
+
|
|
419
|
+
maxAttempts?: number | __Provider<number>;
|
|
420
|
+
|
|
421
|
+
retryMode?: string | __Provider<string>;
|
|
422
|
+
|
|
423
|
+
logger?: __Logger;
|
|
424
|
+
|
|
425
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
426
|
+
|
|
427
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
428
|
+
|
|
429
|
+
serviceId?: string;
|
|
430
|
+
|
|
431
|
+
region?: string | __Provider<string>;
|
|
432
|
+
|
|
433
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
434
|
+
|
|
435
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
436
|
+
|
|
437
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
438
|
+
|
|
439
|
+
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
440
|
+
|
|
441
|
+
md5?: __HashConstructor;
|
|
442
|
+
|
|
443
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
444
|
+
}
|
|
445
|
+
declare type S3ControlClientConfigType = Partial<
|
|
446
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
447
|
+
> &
|
|
448
|
+
ClientDefaults &
|
|
449
|
+
RegionInputConfig &
|
|
450
|
+
EndpointsInputConfig &
|
|
451
|
+
RetryInputConfig &
|
|
452
|
+
HostHeaderInputConfig &
|
|
453
|
+
AwsAuthInputConfig &
|
|
454
|
+
S3ControlInputConfig &
|
|
455
|
+
UserAgentInputConfig;
|
|
456
|
+
|
|
457
|
+
export interface S3ControlClientConfig extends S3ControlClientConfigType {}
|
|
458
|
+
declare type S3ControlClientResolvedConfigType =
|
|
459
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
460
|
+
Required<ClientDefaults> &
|
|
461
|
+
RegionResolvedConfig &
|
|
462
|
+
EndpointsResolvedConfig &
|
|
463
|
+
RetryResolvedConfig &
|
|
464
|
+
HostHeaderResolvedConfig &
|
|
465
|
+
AwsAuthResolvedConfig &
|
|
466
|
+
S3ControlResolvedConfig &
|
|
467
|
+
UserAgentResolvedConfig;
|
|
468
|
+
|
|
469
|
+
export interface S3ControlClientResolvedConfig
|
|
470
|
+
extends S3ControlClientResolvedConfigType {}
|
|
471
|
+
|
|
472
|
+
export declare class S3ControlClient extends __Client<
|
|
473
|
+
__HttpHandlerOptions,
|
|
474
|
+
ServiceInputTypes,
|
|
475
|
+
ServiceOutputTypes,
|
|
476
|
+
S3ControlClientResolvedConfig
|
|
477
|
+
> {
|
|
478
|
+
readonly config: S3ControlClientResolvedConfig;
|
|
479
|
+
constructor(configuration: S3ControlClientConfig);
|
|
480
|
+
|
|
481
|
+
destroy(): void;
|
|
482
|
+
}
|
|
483
|
+
export {};
|