@aws-sdk/client-s3-control 3.457.0 → 3.458.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/README.md +232 -72
- package/dist-cjs/S3Control.js +40 -0
- package/dist-cjs/commands/AssociateAccessGrantsIdentityCenterCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/DissociateAccessGrantsIdentityCenterCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceForPrefixCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/GetDataAccessCommand.js +59 -0
- package/dist-cjs/commands/ListAccessGrantsCommand.js +58 -0
- package/dist-cjs/commands/ListAccessGrantsInstancesCommand.js +58 -0
- package/dist-cjs/commands/ListAccessGrantsLocationsCommand.js +58 -0
- package/dist-cjs/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/UpdateAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +32 -38
- package/dist-cjs/models/models_1.js +40 -0
- package/dist-cjs/pagination/ListAccessGrantsInstancesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessGrantsLocationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessGrantsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restXml.js +1697 -156
- package/dist-es/S3Control.js +40 -0
- package/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/GetDataAccessCommand.js +55 -0
- package/dist-es/commands/ListAccessGrantsCommand.js +54 -0
- package/dist-es/commands/ListAccessGrantsInstancesCommand.js +54 -0
- package/dist-es/commands/ListAccessGrantsLocationsCommand.js +54 -0
- package/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/UpdateAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +28 -34
- package/dist-es/models/models_1.js +35 -0
- package/dist-es/pagination/ListAccessGrantsInstancesPaginator.js +25 -0
- package/dist-es/pagination/ListAccessGrantsLocationsPaginator.js +25 -0
- package/dist-es/pagination/ListAccessGrantsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restXml.js +1733 -233
- package/dist-types/S3Control.d.ts +140 -0
- package/dist-types/S3ControlClient.d.ts +22 -2
- package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +82 -0
- package/dist-types/commands/CreateAccessGrantCommand.d.ts +118 -0
- package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +93 -0
- package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +111 -0
- package/dist-types/commands/DeleteAccessGrantCommand.d.ts +78 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +5 -4
- package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +81 -0
- package/dist-types/commands/GetAccessGrantCommand.d.ts +93 -0
- package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +82 -0
- package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +85 -0
- package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +81 -0
- package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +84 -0
- package/dist-types/commands/GetDataAccessCommand.d.ts +94 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +5 -4
- package/dist-types/commands/ListAccessGrantsCommand.d.ts +104 -0
- package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +89 -0
- package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +91 -0
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +8 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -10
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +83 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +12 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +12 -8
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +90 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1246 -854
- package/dist-types/models/models_1.d.ts +775 -0
- package/dist-types/pagination/ListAccessGrantsInstancesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessGrantsLocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restXml.d.ts +180 -0
- package/dist-types/ts3.4/S3Control.d.ts +370 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +228 -170
- package/dist-types/ts3.4/models/models_1.d.ts +205 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsInstancesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsLocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +240 -0
- package/package.json +3 -3
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
BucketVersioningStatus,
|
|
4
|
+
JobStatus,
|
|
5
|
+
LifecycleRule,
|
|
6
|
+
MultiRegionAccessPointRoute,
|
|
7
|
+
ObjectLambdaConfiguration,
|
|
8
|
+
PublicAccessBlockConfiguration,
|
|
9
|
+
PutMultiRegionAccessPointPolicyInput,
|
|
10
|
+
ReplicationConfiguration,
|
|
11
|
+
S3Tag,
|
|
12
|
+
StorageLensConfiguration,
|
|
13
|
+
StorageLensGroup,
|
|
14
|
+
StorageLensTag,
|
|
15
|
+
Tag,
|
|
16
|
+
} from "./models_0";
|
|
17
|
+
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
18
|
+
export interface ListStorageLensGroupEntry {
|
|
19
|
+
Name: string | undefined;
|
|
20
|
+
StorageLensGroupArn: string | undefined;
|
|
21
|
+
HomeRegion: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface ListStorageLensGroupsResult {
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
StorageLensGroupList?: ListStorageLensGroupEntry[];
|
|
26
|
+
}
|
|
27
|
+
export interface ListTagsForResourceRequest {
|
|
28
|
+
AccountId?: string;
|
|
29
|
+
ResourceArn: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface ListTagsForResourceResult {
|
|
32
|
+
Tags?: Tag[];
|
|
33
|
+
}
|
|
34
|
+
export interface PutAccessGrantsInstanceResourcePolicyRequest {
|
|
35
|
+
AccountId?: string;
|
|
36
|
+
Policy: string | undefined;
|
|
37
|
+
Organization?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface PutAccessGrantsInstanceResourcePolicyResult {
|
|
40
|
+
Policy?: string;
|
|
41
|
+
Organization?: string;
|
|
42
|
+
CreatedAt?: Date;
|
|
43
|
+
}
|
|
44
|
+
export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
45
|
+
AccountId?: string;
|
|
46
|
+
Name: string | undefined;
|
|
47
|
+
Configuration: ObjectLambdaConfiguration | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface PutAccessPointPolicyRequest {
|
|
50
|
+
AccountId?: string;
|
|
51
|
+
Name: string | undefined;
|
|
52
|
+
Policy: string | undefined;
|
|
53
|
+
}
|
|
54
|
+
export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
55
|
+
AccountId?: string;
|
|
56
|
+
Name: string | undefined;
|
|
57
|
+
Policy: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface LifecycleConfiguration {
|
|
60
|
+
Rules?: LifecycleRule[];
|
|
61
|
+
}
|
|
62
|
+
export interface PutBucketLifecycleConfigurationRequest {
|
|
63
|
+
AccountId?: string;
|
|
64
|
+
Bucket: string | undefined;
|
|
65
|
+
LifecycleConfiguration?: LifecycleConfiguration;
|
|
66
|
+
}
|
|
67
|
+
export interface PutBucketPolicyRequest {
|
|
68
|
+
AccountId?: string;
|
|
69
|
+
Bucket: string | undefined;
|
|
70
|
+
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
71
|
+
Policy: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface PutBucketReplicationRequest {
|
|
74
|
+
AccountId?: string;
|
|
75
|
+
Bucket: string | undefined;
|
|
76
|
+
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface Tagging {
|
|
79
|
+
TagSet: S3Tag[] | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface PutBucketTaggingRequest {
|
|
82
|
+
AccountId?: string;
|
|
83
|
+
Bucket: string | undefined;
|
|
84
|
+
Tagging: Tagging | undefined;
|
|
85
|
+
}
|
|
86
|
+
export declare const MFADelete: {
|
|
87
|
+
readonly Disabled: "Disabled";
|
|
88
|
+
readonly Enabled: "Enabled";
|
|
89
|
+
};
|
|
90
|
+
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
91
|
+
export interface VersioningConfiguration {
|
|
92
|
+
MFADelete?: MFADelete;
|
|
93
|
+
Status?: BucketVersioningStatus;
|
|
94
|
+
}
|
|
95
|
+
export interface PutBucketVersioningRequest {
|
|
96
|
+
AccountId?: string;
|
|
97
|
+
Bucket: string | undefined;
|
|
98
|
+
MFA?: string;
|
|
99
|
+
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface PutJobTaggingRequest {
|
|
102
|
+
AccountId?: string;
|
|
103
|
+
JobId: string | undefined;
|
|
104
|
+
Tags: S3Tag[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface PutJobTaggingResult {}
|
|
107
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
108
|
+
readonly name: "TooManyTagsException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
Message?: string;
|
|
111
|
+
constructor(
|
|
112
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
export interface PutMultiRegionAccessPointPolicyRequest {
|
|
116
|
+
AccountId?: string;
|
|
117
|
+
ClientToken?: string;
|
|
118
|
+
Details: PutMultiRegionAccessPointPolicyInput | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface PutMultiRegionAccessPointPolicyResult {
|
|
121
|
+
RequestTokenARN?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface PutPublicAccessBlockRequest {
|
|
124
|
+
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
125
|
+
AccountId?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface PutStorageLensConfigurationRequest {
|
|
128
|
+
ConfigId: string | undefined;
|
|
129
|
+
AccountId?: string;
|
|
130
|
+
StorageLensConfiguration: StorageLensConfiguration | undefined;
|
|
131
|
+
Tags?: StorageLensTag[];
|
|
132
|
+
}
|
|
133
|
+
export interface PutStorageLensConfigurationTaggingRequest {
|
|
134
|
+
ConfigId: string | undefined;
|
|
135
|
+
AccountId?: string;
|
|
136
|
+
Tags: StorageLensTag[] | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface PutStorageLensConfigurationTaggingResult {}
|
|
139
|
+
export interface SubmitMultiRegionAccessPointRoutesRequest {
|
|
140
|
+
AccountId?: string;
|
|
141
|
+
Mrap: string | undefined;
|
|
142
|
+
RouteUpdates: MultiRegionAccessPointRoute[] | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface SubmitMultiRegionAccessPointRoutesResult {}
|
|
145
|
+
export interface TagResourceRequest {
|
|
146
|
+
AccountId?: string;
|
|
147
|
+
ResourceArn: string | undefined;
|
|
148
|
+
Tags: Tag[] | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface TagResourceResult {}
|
|
151
|
+
export interface UntagResourceRequest {
|
|
152
|
+
AccountId?: string;
|
|
153
|
+
ResourceArn: string | undefined;
|
|
154
|
+
TagKeys: string[] | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface UntagResourceResult {}
|
|
157
|
+
export interface UpdateAccessGrantsLocationRequest {
|
|
158
|
+
AccountId?: string;
|
|
159
|
+
AccessGrantsLocationId: string | undefined;
|
|
160
|
+
IAMRoleArn: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface UpdateAccessGrantsLocationResult {
|
|
163
|
+
CreatedAt?: Date;
|
|
164
|
+
AccessGrantsLocationId?: string;
|
|
165
|
+
AccessGrantsLocationArn?: string;
|
|
166
|
+
LocationScope?: string;
|
|
167
|
+
IAMRoleArn?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface UpdateJobPriorityRequest {
|
|
170
|
+
AccountId?: string;
|
|
171
|
+
JobId: string | undefined;
|
|
172
|
+
Priority: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface UpdateJobPriorityResult {
|
|
175
|
+
JobId: string | undefined;
|
|
176
|
+
Priority: number | undefined;
|
|
177
|
+
}
|
|
178
|
+
export declare class JobStatusException extends __BaseException {
|
|
179
|
+
readonly name: "JobStatusException";
|
|
180
|
+
readonly $fault: "client";
|
|
181
|
+
Message?: string;
|
|
182
|
+
constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
|
|
183
|
+
}
|
|
184
|
+
export declare const RequestedJobStatus: {
|
|
185
|
+
readonly Cancelled: "Cancelled";
|
|
186
|
+
readonly Ready: "Ready";
|
|
187
|
+
};
|
|
188
|
+
export type RequestedJobStatus =
|
|
189
|
+
(typeof RequestedJobStatus)[keyof typeof RequestedJobStatus];
|
|
190
|
+
export interface UpdateJobStatusRequest {
|
|
191
|
+
AccountId?: string;
|
|
192
|
+
JobId: string | undefined;
|
|
193
|
+
RequestedJobStatus: RequestedJobStatus | undefined;
|
|
194
|
+
StatusUpdateReason?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface UpdateJobStatusResult {
|
|
197
|
+
JobId?: string;
|
|
198
|
+
Status?: JobStatus;
|
|
199
|
+
StatusUpdateReason?: string;
|
|
200
|
+
}
|
|
201
|
+
export interface UpdateStorageLensGroupRequest {
|
|
202
|
+
Name: string | undefined;
|
|
203
|
+
AccountId?: string;
|
|
204
|
+
StorageLensGroup: StorageLensGroup | undefined;
|
|
205
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessGrantsInstancesCommandInput,
|
|
4
|
+
ListAccessGrantsInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessGrantsInstancesCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessGrantsInstances(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListAccessGrantsInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessGrantsInstancesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessGrantsLocationsCommandInput,
|
|
4
|
+
ListAccessGrantsLocationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessGrantsLocationsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessGrantsLocations(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListAccessGrantsLocationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessGrantsLocationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessGrantsCommandInput,
|
|
4
|
+
ListAccessGrantsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessGrantsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessGrants(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListAccessGrantsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessGrantsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessGrantsInstancesPaginator";
|
|
3
|
+
export * from "./ListAccessGrantsLocationsPaginator";
|
|
4
|
+
export * from "./ListAccessGrantsPaginator";
|
|
2
5
|
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
3
6
|
export * from "./ListAccessPointsPaginator";
|
|
4
7
|
export * from "./ListJobsPaginator";
|
|
@@ -3,6 +3,22 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@smithy/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateAccessGrantsIdentityCenterCommandInput,
|
|
8
|
+
AssociateAccessGrantsIdentityCenterCommandOutput,
|
|
9
|
+
} from "../commands/AssociateAccessGrantsIdentityCenterCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAccessGrantCommandInput,
|
|
12
|
+
CreateAccessGrantCommandOutput,
|
|
13
|
+
} from "../commands/CreateAccessGrantCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAccessGrantsInstanceCommandInput,
|
|
16
|
+
CreateAccessGrantsInstanceCommandOutput,
|
|
17
|
+
} from "../commands/CreateAccessGrantsInstanceCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAccessGrantsLocationCommandInput,
|
|
20
|
+
CreateAccessGrantsLocationCommandOutput,
|
|
21
|
+
} from "../commands/CreateAccessGrantsLocationCommand";
|
|
6
22
|
import {
|
|
7
23
|
CreateAccessPointCommandInput,
|
|
8
24
|
CreateAccessPointCommandOutput,
|
|
@@ -27,6 +43,22 @@ import {
|
|
|
27
43
|
CreateStorageLensGroupCommandInput,
|
|
28
44
|
CreateStorageLensGroupCommandOutput,
|
|
29
45
|
} from "../commands/CreateStorageLensGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteAccessGrantCommandInput,
|
|
48
|
+
DeleteAccessGrantCommandOutput,
|
|
49
|
+
} from "../commands/DeleteAccessGrantCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteAccessGrantsInstanceCommandInput,
|
|
52
|
+
DeleteAccessGrantsInstanceCommandOutput,
|
|
53
|
+
} from "../commands/DeleteAccessGrantsInstanceCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
56
|
+
DeleteAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
57
|
+
} from "../commands/DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteAccessGrantsLocationCommandInput,
|
|
60
|
+
DeleteAccessGrantsLocationCommandOutput,
|
|
61
|
+
} from "../commands/DeleteAccessGrantsLocationCommand";
|
|
30
62
|
import {
|
|
31
63
|
DeleteAccessPointCommandInput,
|
|
32
64
|
DeleteAccessPointCommandOutput,
|
|
@@ -95,6 +127,30 @@ import {
|
|
|
95
127
|
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
96
128
|
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
97
129
|
} from "../commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DissociateAccessGrantsIdentityCenterCommandInput,
|
|
132
|
+
DissociateAccessGrantsIdentityCenterCommandOutput,
|
|
133
|
+
} from "../commands/DissociateAccessGrantsIdentityCenterCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetAccessGrantCommandInput,
|
|
136
|
+
GetAccessGrantCommandOutput,
|
|
137
|
+
} from "../commands/GetAccessGrantCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetAccessGrantsInstanceCommandInput,
|
|
140
|
+
GetAccessGrantsInstanceCommandOutput,
|
|
141
|
+
} from "../commands/GetAccessGrantsInstanceCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetAccessGrantsInstanceForPrefixCommandInput,
|
|
144
|
+
GetAccessGrantsInstanceForPrefixCommandOutput,
|
|
145
|
+
} from "../commands/GetAccessGrantsInstanceForPrefixCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
148
|
+
GetAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
149
|
+
} from "../commands/GetAccessGrantsInstanceResourcePolicyCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetAccessGrantsLocationCommandInput,
|
|
152
|
+
GetAccessGrantsLocationCommandOutput,
|
|
153
|
+
} from "../commands/GetAccessGrantsLocationCommand";
|
|
98
154
|
import {
|
|
99
155
|
GetAccessPointCommandInput,
|
|
100
156
|
GetAccessPointCommandOutput,
|
|
@@ -147,6 +203,10 @@ import {
|
|
|
147
203
|
GetBucketVersioningCommandInput,
|
|
148
204
|
GetBucketVersioningCommandOutput,
|
|
149
205
|
} from "../commands/GetBucketVersioningCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetDataAccessCommandInput,
|
|
208
|
+
GetDataAccessCommandOutput,
|
|
209
|
+
} from "../commands/GetDataAccessCommand";
|
|
150
210
|
import {
|
|
151
211
|
GetJobTaggingCommandInput,
|
|
152
212
|
GetJobTaggingCommandOutput,
|
|
@@ -183,6 +243,18 @@ import {
|
|
|
183
243
|
GetStorageLensGroupCommandInput,
|
|
184
244
|
GetStorageLensGroupCommandOutput,
|
|
185
245
|
} from "../commands/GetStorageLensGroupCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListAccessGrantsCommandInput,
|
|
248
|
+
ListAccessGrantsCommandOutput,
|
|
249
|
+
} from "../commands/ListAccessGrantsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListAccessGrantsInstancesCommandInput,
|
|
252
|
+
ListAccessGrantsInstancesCommandOutput,
|
|
253
|
+
} from "../commands/ListAccessGrantsInstancesCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListAccessGrantsLocationsCommandInput,
|
|
256
|
+
ListAccessGrantsLocationsCommandOutput,
|
|
257
|
+
} from "../commands/ListAccessGrantsLocationsCommand";
|
|
186
258
|
import {
|
|
187
259
|
ListAccessPointsCommandInput,
|
|
188
260
|
ListAccessPointsCommandOutput,
|
|
@@ -215,6 +287,10 @@ import {
|
|
|
215
287
|
ListTagsForResourceCommandInput,
|
|
216
288
|
ListTagsForResourceCommandOutput,
|
|
217
289
|
} from "../commands/ListTagsForResourceCommand";
|
|
290
|
+
import {
|
|
291
|
+
PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
292
|
+
PutAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
293
|
+
} from "../commands/PutAccessGrantsInstanceResourcePolicyCommand";
|
|
218
294
|
import {
|
|
219
295
|
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
220
296
|
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
@@ -279,6 +355,10 @@ import {
|
|
|
279
355
|
UntagResourceCommandInput,
|
|
280
356
|
UntagResourceCommandOutput,
|
|
281
357
|
} from "../commands/UntagResourceCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateAccessGrantsLocationCommandInput,
|
|
360
|
+
UpdateAccessGrantsLocationCommandOutput,
|
|
361
|
+
} from "../commands/UpdateAccessGrantsLocationCommand";
|
|
282
362
|
import {
|
|
283
363
|
UpdateJobPriorityCommandInput,
|
|
284
364
|
UpdateJobPriorityCommandOutput,
|
|
@@ -291,6 +371,22 @@ import {
|
|
|
291
371
|
UpdateStorageLensGroupCommandInput,
|
|
292
372
|
UpdateStorageLensGroupCommandOutput,
|
|
293
373
|
} from "../commands/UpdateStorageLensGroupCommand";
|
|
374
|
+
export declare const se_AssociateAccessGrantsIdentityCenterCommand: (
|
|
375
|
+
input: AssociateAccessGrantsIdentityCenterCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const se_CreateAccessGrantCommand: (
|
|
379
|
+
input: CreateAccessGrantCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_CreateAccessGrantsInstanceCommand: (
|
|
383
|
+
input: CreateAccessGrantsInstanceCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_CreateAccessGrantsLocationCommand: (
|
|
387
|
+
input: CreateAccessGrantsLocationCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
294
390
|
export declare const se_CreateAccessPointCommand: (
|
|
295
391
|
input: CreateAccessPointCommandInput,
|
|
296
392
|
context: __SerdeContext
|
|
@@ -315,6 +411,22 @@ export declare const se_CreateStorageLensGroupCommand: (
|
|
|
315
411
|
input: CreateStorageLensGroupCommandInput,
|
|
316
412
|
context: __SerdeContext
|
|
317
413
|
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const se_DeleteAccessGrantCommand: (
|
|
415
|
+
input: DeleteAccessGrantCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_DeleteAccessGrantsInstanceCommand: (
|
|
419
|
+
input: DeleteAccessGrantsInstanceCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const se_DeleteAccessGrantsInstanceResourcePolicyCommand: (
|
|
423
|
+
input: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const se_DeleteAccessGrantsLocationCommand: (
|
|
427
|
+
input: DeleteAccessGrantsLocationCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
318
430
|
export declare const se_DeleteAccessPointCommand: (
|
|
319
431
|
input: DeleteAccessPointCommandInput,
|
|
320
432
|
context: __SerdeContext
|
|
@@ -383,6 +495,30 @@ export declare const se_DescribeMultiRegionAccessPointOperationCommand: (
|
|
|
383
495
|
input: DescribeMultiRegionAccessPointOperationCommandInput,
|
|
384
496
|
context: __SerdeContext
|
|
385
497
|
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const se_DissociateAccessGrantsIdentityCenterCommand: (
|
|
499
|
+
input: DissociateAccessGrantsIdentityCenterCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const se_GetAccessGrantCommand: (
|
|
503
|
+
input: GetAccessGrantCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const se_GetAccessGrantsInstanceCommand: (
|
|
507
|
+
input: GetAccessGrantsInstanceCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const se_GetAccessGrantsInstanceForPrefixCommand: (
|
|
511
|
+
input: GetAccessGrantsInstanceForPrefixCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_GetAccessGrantsInstanceResourcePolicyCommand: (
|
|
515
|
+
input: GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_GetAccessGrantsLocationCommand: (
|
|
519
|
+
input: GetAccessGrantsLocationCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
386
522
|
export declare const se_GetAccessPointCommand: (
|
|
387
523
|
input: GetAccessPointCommandInput,
|
|
388
524
|
context: __SerdeContext
|
|
@@ -435,6 +571,10 @@ export declare const se_GetBucketVersioningCommand: (
|
|
|
435
571
|
input: GetBucketVersioningCommandInput,
|
|
436
572
|
context: __SerdeContext
|
|
437
573
|
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_GetDataAccessCommand: (
|
|
575
|
+
input: GetDataAccessCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
438
578
|
export declare const se_GetJobTaggingCommand: (
|
|
439
579
|
input: GetJobTaggingCommandInput,
|
|
440
580
|
context: __SerdeContext
|
|
@@ -471,6 +611,18 @@ export declare const se_GetStorageLensGroupCommand: (
|
|
|
471
611
|
input: GetStorageLensGroupCommandInput,
|
|
472
612
|
context: __SerdeContext
|
|
473
613
|
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const se_ListAccessGrantsCommand: (
|
|
615
|
+
input: ListAccessGrantsCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const se_ListAccessGrantsInstancesCommand: (
|
|
619
|
+
input: ListAccessGrantsInstancesCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_ListAccessGrantsLocationsCommand: (
|
|
623
|
+
input: ListAccessGrantsLocationsCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
474
626
|
export declare const se_ListAccessPointsCommand: (
|
|
475
627
|
input: ListAccessPointsCommandInput,
|
|
476
628
|
context: __SerdeContext
|
|
@@ -503,6 +655,10 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
503
655
|
input: ListTagsForResourceCommandInput,
|
|
504
656
|
context: __SerdeContext
|
|
505
657
|
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const se_PutAccessGrantsInstanceResourcePolicyCommand: (
|
|
659
|
+
input: PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
506
662
|
export declare const se_PutAccessPointConfigurationForObjectLambdaCommand: (
|
|
507
663
|
input: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
508
664
|
context: __SerdeContext
|
|
@@ -567,6 +723,10 @@ export declare const se_UntagResourceCommand: (
|
|
|
567
723
|
input: UntagResourceCommandInput,
|
|
568
724
|
context: __SerdeContext
|
|
569
725
|
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const se_UpdateAccessGrantsLocationCommand: (
|
|
727
|
+
input: UpdateAccessGrantsLocationCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
570
730
|
export declare const se_UpdateJobPriorityCommand: (
|
|
571
731
|
input: UpdateJobPriorityCommandInput,
|
|
572
732
|
context: __SerdeContext
|
|
@@ -579,6 +739,22 @@ export declare const se_UpdateStorageLensGroupCommand: (
|
|
|
579
739
|
input: UpdateStorageLensGroupCommandInput,
|
|
580
740
|
context: __SerdeContext
|
|
581
741
|
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const de_AssociateAccessGrantsIdentityCenterCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<AssociateAccessGrantsIdentityCenterCommandOutput>;
|
|
746
|
+
export declare const de_CreateAccessGrantCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<CreateAccessGrantCommandOutput>;
|
|
750
|
+
export declare const de_CreateAccessGrantsInstanceCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<CreateAccessGrantsInstanceCommandOutput>;
|
|
754
|
+
export declare const de_CreateAccessGrantsLocationCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<CreateAccessGrantsLocationCommandOutput>;
|
|
582
758
|
export declare const de_CreateAccessPointCommand: (
|
|
583
759
|
output: __HttpResponse,
|
|
584
760
|
context: __SerdeContext
|
|
@@ -603,6 +779,22 @@ export declare const de_CreateStorageLensGroupCommand: (
|
|
|
603
779
|
output: __HttpResponse,
|
|
604
780
|
context: __SerdeContext
|
|
605
781
|
) => Promise<CreateStorageLensGroupCommandOutput>;
|
|
782
|
+
export declare const de_DeleteAccessGrantCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<DeleteAccessGrantCommandOutput>;
|
|
786
|
+
export declare const de_DeleteAccessGrantsInstanceCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<DeleteAccessGrantsInstanceCommandOutput>;
|
|
790
|
+
export declare const de_DeleteAccessGrantsInstanceResourcePolicyCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
794
|
+
export declare const de_DeleteAccessGrantsLocationCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<DeleteAccessGrantsLocationCommandOutput>;
|
|
606
798
|
export declare const de_DeleteAccessPointCommand: (
|
|
607
799
|
output: __HttpResponse,
|
|
608
800
|
context: __SerdeContext
|
|
@@ -671,6 +863,30 @@ export declare const de_DescribeMultiRegionAccessPointOperationCommand: (
|
|
|
671
863
|
output: __HttpResponse,
|
|
672
864
|
context: __SerdeContext
|
|
673
865
|
) => Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
|
|
866
|
+
export declare const de_DissociateAccessGrantsIdentityCenterCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
|
|
870
|
+
export declare const de_GetAccessGrantCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<GetAccessGrantCommandOutput>;
|
|
874
|
+
export declare const de_GetAccessGrantsInstanceCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<GetAccessGrantsInstanceCommandOutput>;
|
|
878
|
+
export declare const de_GetAccessGrantsInstanceForPrefixCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<GetAccessGrantsInstanceForPrefixCommandOutput>;
|
|
882
|
+
export declare const de_GetAccessGrantsInstanceResourcePolicyCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
886
|
+
export declare const de_GetAccessGrantsLocationCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<GetAccessGrantsLocationCommandOutput>;
|
|
674
890
|
export declare const de_GetAccessPointCommand: (
|
|
675
891
|
output: __HttpResponse,
|
|
676
892
|
context: __SerdeContext
|
|
@@ -723,6 +939,10 @@ export declare const de_GetBucketVersioningCommand: (
|
|
|
723
939
|
output: __HttpResponse,
|
|
724
940
|
context: __SerdeContext
|
|
725
941
|
) => Promise<GetBucketVersioningCommandOutput>;
|
|
942
|
+
export declare const de_GetDataAccessCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<GetDataAccessCommandOutput>;
|
|
726
946
|
export declare const de_GetJobTaggingCommand: (
|
|
727
947
|
output: __HttpResponse,
|
|
728
948
|
context: __SerdeContext
|
|
@@ -759,6 +979,18 @@ export declare const de_GetStorageLensGroupCommand: (
|
|
|
759
979
|
output: __HttpResponse,
|
|
760
980
|
context: __SerdeContext
|
|
761
981
|
) => Promise<GetStorageLensGroupCommandOutput>;
|
|
982
|
+
export declare const de_ListAccessGrantsCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<ListAccessGrantsCommandOutput>;
|
|
986
|
+
export declare const de_ListAccessGrantsInstancesCommand: (
|
|
987
|
+
output: __HttpResponse,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<ListAccessGrantsInstancesCommandOutput>;
|
|
990
|
+
export declare const de_ListAccessGrantsLocationsCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<ListAccessGrantsLocationsCommandOutput>;
|
|
762
994
|
export declare const de_ListAccessPointsCommand: (
|
|
763
995
|
output: __HttpResponse,
|
|
764
996
|
context: __SerdeContext
|
|
@@ -791,6 +1023,10 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
791
1023
|
output: __HttpResponse,
|
|
792
1024
|
context: __SerdeContext
|
|
793
1025
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1026
|
+
export declare const de_PutAccessGrantsInstanceResourcePolicyCommand: (
|
|
1027
|
+
output: __HttpResponse,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<PutAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
794
1030
|
export declare const de_PutAccessPointConfigurationForObjectLambdaCommand: (
|
|
795
1031
|
output: __HttpResponse,
|
|
796
1032
|
context: __SerdeContext
|
|
@@ -855,6 +1091,10 @@ export declare const de_UntagResourceCommand: (
|
|
|
855
1091
|
output: __HttpResponse,
|
|
856
1092
|
context: __SerdeContext
|
|
857
1093
|
) => Promise<UntagResourceCommandOutput>;
|
|
1094
|
+
export declare const de_UpdateAccessGrantsLocationCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<UpdateAccessGrantsLocationCommandOutput>;
|
|
858
1098
|
export declare const de_UpdateJobPriorityCommand: (
|
|
859
1099
|
output: __HttpResponse,
|
|
860
1100
|
context: __SerdeContext
|
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.458.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",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
+
"@aws-sdk/client-sts": "3.458.0",
|
|
27
27
|
"@aws-sdk/core": "3.451.0",
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.458.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.451.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.451.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.451.0",
|