@aws-sdk/client-detective 3.131.0 → 3.142.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 +34 -0
- package/README.md +7 -5
- package/dist-cjs/Detective.js +60 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +1 -1
- package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +36 -0
- package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +36 -0
- package/dist-cjs/commands/CreateGraphCommand.js +2 -2
- package/dist-cjs/commands/CreateMembersCommand.js +2 -2
- package/dist-cjs/commands/DeleteGraphCommand.js +1 -1
- package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMembershipCommand.js +1 -1
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +1 -1
- package/dist-cjs/commands/GetMembersCommand.js +2 -2
- package/dist-cjs/commands/ListDatasourcePackagesCommand.js +36 -0
- package/dist-cjs/commands/ListGraphsCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RejectInvitationCommand.js +1 -1
- package/dist-cjs/commands/StartMonitoringMemberCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +36 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +214 -217
- package/dist-cjs/pagination/ListDatasourcePackagesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +618 -306
- package/dist-es/Detective.js +60 -0
- package/dist-es/commands/AcceptInvitationCommand.js +2 -2
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +39 -0
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +39 -0
- package/dist-es/commands/CreateGraphCommand.js +3 -3
- package/dist-es/commands/CreateMembersCommand.js +3 -3
- package/dist-es/commands/DeleteGraphCommand.js +2 -2
- package/dist-es/commands/DeleteMembersCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisassociateMembershipCommand.js +2 -2
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/GetMembersCommand.js +3 -3
- package/dist-es/commands/ListDatasourcePackagesCommand.js +39 -0
- package/dist-es/commands/ListGraphsCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RejectInvitationCommand.js +2 -2
- package/dist-es/commands/StartMonitoringMemberCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +39 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +68 -144
- package/dist-es/pagination/ListDatasourcePackagesPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +779 -307
- package/dist-types/Detective.d.ts +47 -12
- package/dist-types/DetectiveClient.d.ts +12 -6
- package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +35 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -5
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -3
- package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +376 -219
- package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/Detective.d.ts +20 -0
- package/dist-types/ts3.4/DetectiveClient.d.ts +6 -2
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +195 -142
- package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +6 -6
|
@@ -4,10 +4,6 @@ export interface AcceptInvitationRequest {
|
|
|
4
4
|
|
|
5
5
|
GraphArn: string | undefined;
|
|
6
6
|
}
|
|
7
|
-
export declare namespace AcceptInvitationRequest {
|
|
8
|
-
|
|
9
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
10
|
-
}
|
|
11
7
|
|
|
12
8
|
export declare class ConflictException extends __BaseException {
|
|
13
9
|
readonly name: "ConflictException";
|
|
@@ -32,12 +28,21 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
32
28
|
|
|
33
29
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
34
30
|
}
|
|
31
|
+
export declare enum ErrorCode {
|
|
32
|
+
InternalError = "INTERNAL_ERROR",
|
|
33
|
+
InvalidGraphArn = "INVALID_GRAPH_ARN",
|
|
34
|
+
InvalidRequestBody = "INVALID_REQUEST_BODY"
|
|
35
|
+
}
|
|
35
36
|
|
|
36
37
|
export declare class ValidationException extends __BaseException {
|
|
37
38
|
readonly name: "ValidationException";
|
|
38
39
|
readonly $fault: "client";
|
|
39
40
|
Message?: string;
|
|
40
41
|
|
|
42
|
+
ErrorCode?: ErrorCode | string;
|
|
43
|
+
|
|
44
|
+
ErrorCodeReason?: string;
|
|
45
|
+
|
|
41
46
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
42
47
|
}
|
|
43
48
|
|
|
@@ -47,10 +52,6 @@ export interface Account {
|
|
|
47
52
|
|
|
48
53
|
EmailAddress: string | undefined;
|
|
49
54
|
}
|
|
50
|
-
export declare namespace Account {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
53
|
-
}
|
|
54
55
|
|
|
55
56
|
export interface Administrator {
|
|
56
57
|
|
|
@@ -60,25 +61,72 @@ export interface Administrator {
|
|
|
60
61
|
|
|
61
62
|
DelegationTime?: Date;
|
|
62
63
|
}
|
|
63
|
-
export
|
|
64
|
+
export interface BatchGetGraphMemberDatasourcesRequest {
|
|
65
|
+
|
|
66
|
+
GraphArn: string | undefined;
|
|
64
67
|
|
|
65
|
-
|
|
68
|
+
AccountIds: string[] | undefined;
|
|
66
69
|
}
|
|
67
|
-
export
|
|
70
|
+
export declare enum DatasourcePackage {
|
|
71
|
+
DETECTIVE_CORE = "DETECTIVE_CORE",
|
|
72
|
+
EKS_AUDIT = "EKS_AUDIT"
|
|
73
|
+
}
|
|
74
|
+
export declare enum DatasourcePackageIngestState {
|
|
75
|
+
DISABLED = "DISABLED",
|
|
76
|
+
STARTED = "STARTED",
|
|
77
|
+
STOPPED = "STOPPED"
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface TimestampForCollection {
|
|
68
81
|
|
|
69
|
-
|
|
82
|
+
Timestamp?: Date;
|
|
70
83
|
}
|
|
71
|
-
|
|
84
|
+
|
|
85
|
+
export interface MembershipDatasources {
|
|
86
|
+
|
|
87
|
+
AccountId?: string;
|
|
72
88
|
|
|
73
|
-
|
|
89
|
+
GraphArn?: string;
|
|
90
|
+
|
|
91
|
+
DatasourcePackageIngestHistory?: Record<string, Record<string, TimestampForCollection>>;
|
|
74
92
|
}
|
|
75
|
-
|
|
93
|
+
|
|
94
|
+
export interface UnprocessedAccount {
|
|
95
|
+
|
|
96
|
+
AccountId?: string;
|
|
97
|
+
|
|
98
|
+
Reason?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface BatchGetGraphMemberDatasourcesResponse {
|
|
101
|
+
|
|
102
|
+
MemberDatasources?: MembershipDatasources[];
|
|
103
|
+
|
|
104
|
+
UnprocessedAccounts?: UnprocessedAccount[];
|
|
105
|
+
}
|
|
106
|
+
export interface BatchGetMembershipDatasourcesRequest {
|
|
107
|
+
|
|
108
|
+
GraphArns: string[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface UnprocessedGraph {
|
|
76
112
|
|
|
77
113
|
GraphArn?: string;
|
|
114
|
+
|
|
115
|
+
Reason?: string;
|
|
78
116
|
}
|
|
79
|
-
export
|
|
117
|
+
export interface BatchGetMembershipDatasourcesResponse {
|
|
80
118
|
|
|
81
|
-
|
|
119
|
+
MembershipDatasources?: MembershipDatasources[];
|
|
120
|
+
|
|
121
|
+
UnprocessedGraphs?: UnprocessedGraph[];
|
|
122
|
+
}
|
|
123
|
+
export interface CreateGraphRequest {
|
|
124
|
+
|
|
125
|
+
Tags?: Record<string, string>;
|
|
126
|
+
}
|
|
127
|
+
export interface CreateGraphResponse {
|
|
128
|
+
|
|
129
|
+
GraphArn?: string;
|
|
82
130
|
}
|
|
83
131
|
|
|
84
132
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -86,6 +134,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
86
134
|
readonly $fault: "client";
|
|
87
135
|
Message?: string;
|
|
88
136
|
|
|
137
|
+
Resources?: string[];
|
|
138
|
+
|
|
89
139
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
90
140
|
}
|
|
91
141
|
export interface CreateMembersRequest {
|
|
@@ -98,10 +148,6 @@ export interface CreateMembersRequest {
|
|
|
98
148
|
|
|
99
149
|
Accounts: Account[] | undefined;
|
|
100
150
|
}
|
|
101
|
-
export declare namespace CreateMembersRequest {
|
|
102
|
-
|
|
103
|
-
const filterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
104
|
-
}
|
|
105
151
|
export declare enum MemberDisabledReason {
|
|
106
152
|
VOLUME_TOO_HIGH = "VOLUME_TOO_HIGH",
|
|
107
153
|
VOLUME_UNKNOWN = "VOLUME_UNKNOWN"
|
|
@@ -118,6 +164,13 @@ export declare enum MemberStatus {
|
|
|
118
164
|
VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS"
|
|
119
165
|
}
|
|
120
166
|
|
|
167
|
+
export interface DatasourcePackageUsageInfo {
|
|
168
|
+
|
|
169
|
+
VolumeUsageInBytes?: number;
|
|
170
|
+
|
|
171
|
+
VolumeUsageUpdateTime?: Date;
|
|
172
|
+
}
|
|
173
|
+
|
|
121
174
|
export interface MemberDetail {
|
|
122
175
|
|
|
123
176
|
AccountId?: string;
|
|
@@ -147,21 +200,10 @@ export interface MemberDetail {
|
|
|
147
200
|
PercentOfGraphUtilizationUpdatedTime?: Date;
|
|
148
201
|
|
|
149
202
|
InvitationType?: InvitationType | string;
|
|
150
|
-
}
|
|
151
|
-
export declare namespace MemberDetail {
|
|
152
|
-
|
|
153
|
-
const filterSensitiveLog: (obj: MemberDetail) => any;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
export interface UnprocessedAccount {
|
|
157
203
|
|
|
158
|
-
|
|
204
|
+
VolumeUsageByDatasourcePackage?: Record<string, DatasourcePackageUsageInfo>;
|
|
159
205
|
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
export declare namespace UnprocessedAccount {
|
|
163
|
-
|
|
164
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
206
|
+
DatasourcePackageIngestStates?: Record<string, DatasourcePackageIngestState | string>;
|
|
165
207
|
}
|
|
166
208
|
export interface CreateMembersResponse {
|
|
167
209
|
|
|
@@ -169,54 +211,30 @@ export interface CreateMembersResponse {
|
|
|
169
211
|
|
|
170
212
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
171
213
|
}
|
|
172
|
-
export declare namespace CreateMembersResponse {
|
|
173
|
-
|
|
174
|
-
const filterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
175
|
-
}
|
|
176
214
|
export interface DeleteGraphRequest {
|
|
177
215
|
|
|
178
216
|
GraphArn: string | undefined;
|
|
179
217
|
}
|
|
180
|
-
export declare namespace DeleteGraphRequest {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: DeleteGraphRequest) => any;
|
|
183
|
-
}
|
|
184
218
|
export interface DeleteMembersRequest {
|
|
185
219
|
|
|
186
220
|
GraphArn: string | undefined;
|
|
187
221
|
|
|
188
222
|
AccountIds: string[] | undefined;
|
|
189
223
|
}
|
|
190
|
-
export declare namespace DeleteMembersRequest {
|
|
191
|
-
|
|
192
|
-
const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
193
|
-
}
|
|
194
224
|
export interface DeleteMembersResponse {
|
|
195
225
|
|
|
196
226
|
AccountIds?: string[];
|
|
197
227
|
|
|
198
228
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
199
229
|
}
|
|
200
|
-
export declare namespace DeleteMembersResponse {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
203
|
-
}
|
|
204
230
|
export interface DescribeOrganizationConfigurationRequest {
|
|
205
231
|
|
|
206
232
|
GraphArn: string | undefined;
|
|
207
233
|
}
|
|
208
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
211
|
-
}
|
|
212
234
|
export interface DescribeOrganizationConfigurationResponse {
|
|
213
235
|
|
|
214
236
|
AutoEnable?: boolean;
|
|
215
237
|
}
|
|
216
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
219
|
-
}
|
|
220
238
|
|
|
221
239
|
export declare class TooManyRequestsException extends __BaseException {
|
|
222
240
|
readonly name: "TooManyRequestsException";
|
|
@@ -229,47 +247,48 @@ export interface DisassociateMembershipRequest {
|
|
|
229
247
|
|
|
230
248
|
GraphArn: string | undefined;
|
|
231
249
|
}
|
|
232
|
-
export declare namespace DisassociateMembershipRequest {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
|
|
235
|
-
}
|
|
236
250
|
export interface EnableOrganizationAdminAccountRequest {
|
|
237
251
|
|
|
238
252
|
AccountId: string | undefined;
|
|
239
253
|
}
|
|
240
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
241
|
-
|
|
242
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
243
|
-
}
|
|
244
254
|
export interface GetMembersRequest {
|
|
245
255
|
|
|
246
256
|
GraphArn: string | undefined;
|
|
247
257
|
|
|
248
258
|
AccountIds: string[] | undefined;
|
|
249
259
|
}
|
|
250
|
-
export declare namespace GetMembersRequest {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
253
|
-
}
|
|
254
260
|
export interface GetMembersResponse {
|
|
255
261
|
|
|
256
262
|
MemberDetails?: MemberDetail[];
|
|
257
263
|
|
|
258
264
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
259
265
|
}
|
|
260
|
-
export
|
|
266
|
+
export interface ListDatasourcePackagesRequest {
|
|
261
267
|
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
export interface ListGraphsRequest {
|
|
268
|
+
GraphArn: string | undefined;
|
|
265
269
|
|
|
266
270
|
NextToken?: string;
|
|
267
271
|
|
|
268
272
|
MaxResults?: number;
|
|
269
273
|
}
|
|
270
|
-
|
|
274
|
+
|
|
275
|
+
export interface DatasourcePackageIngestDetail {
|
|
276
|
+
|
|
277
|
+
DatasourcePackageIngestState?: DatasourcePackageIngestState | string;
|
|
278
|
+
|
|
279
|
+
LastIngestStateChange?: Record<string, TimestampForCollection>;
|
|
280
|
+
}
|
|
281
|
+
export interface ListDatasourcePackagesResponse {
|
|
282
|
+
|
|
283
|
+
DatasourcePackages?: Record<string, DatasourcePackageIngestDetail>;
|
|
284
|
+
|
|
285
|
+
NextToken?: string;
|
|
286
|
+
}
|
|
287
|
+
export interface ListGraphsRequest {
|
|
288
|
+
|
|
289
|
+
NextToken?: string;
|
|
271
290
|
|
|
272
|
-
|
|
291
|
+
MaxResults?: number;
|
|
273
292
|
}
|
|
274
293
|
|
|
275
294
|
export interface Graph {
|
|
@@ -278,40 +297,24 @@ export interface Graph {
|
|
|
278
297
|
|
|
279
298
|
CreatedTime?: Date;
|
|
280
299
|
}
|
|
281
|
-
export declare namespace Graph {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: Graph) => any;
|
|
284
|
-
}
|
|
285
300
|
export interface ListGraphsResponse {
|
|
286
301
|
|
|
287
302
|
GraphList?: Graph[];
|
|
288
303
|
|
|
289
304
|
NextToken?: string;
|
|
290
305
|
}
|
|
291
|
-
export declare namespace ListGraphsResponse {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: ListGraphsResponse) => any;
|
|
294
|
-
}
|
|
295
306
|
export interface ListInvitationsRequest {
|
|
296
307
|
|
|
297
308
|
NextToken?: string;
|
|
298
309
|
|
|
299
310
|
MaxResults?: number;
|
|
300
311
|
}
|
|
301
|
-
export declare namespace ListInvitationsRequest {
|
|
302
|
-
|
|
303
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
304
|
-
}
|
|
305
312
|
export interface ListInvitationsResponse {
|
|
306
313
|
|
|
307
314
|
Invitations?: MemberDetail[];
|
|
308
315
|
|
|
309
316
|
NextToken?: string;
|
|
310
317
|
}
|
|
311
|
-
export declare namespace ListInvitationsResponse {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
314
|
-
}
|
|
315
318
|
export interface ListMembersRequest {
|
|
316
319
|
|
|
317
320
|
GraphArn: string | undefined;
|
|
@@ -320,105 +323,63 @@ export interface ListMembersRequest {
|
|
|
320
323
|
|
|
321
324
|
MaxResults?: number;
|
|
322
325
|
}
|
|
323
|
-
export declare namespace ListMembersRequest {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
326
|
-
}
|
|
327
326
|
export interface ListMembersResponse {
|
|
328
327
|
|
|
329
328
|
MemberDetails?: MemberDetail[];
|
|
330
329
|
|
|
331
330
|
NextToken?: string;
|
|
332
331
|
}
|
|
333
|
-
export declare namespace ListMembersResponse {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
336
|
-
}
|
|
337
332
|
export interface ListOrganizationAdminAccountsRequest {
|
|
338
333
|
|
|
339
334
|
NextToken?: string;
|
|
340
335
|
|
|
341
336
|
MaxResults?: number;
|
|
342
337
|
}
|
|
343
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
346
|
-
}
|
|
347
338
|
export interface ListOrganizationAdminAccountsResponse {
|
|
348
339
|
|
|
349
340
|
Administrators?: Administrator[];
|
|
350
341
|
|
|
351
342
|
NextToken?: string;
|
|
352
343
|
}
|
|
353
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
354
|
-
|
|
355
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
356
|
-
}
|
|
357
344
|
export interface ListTagsForResourceRequest {
|
|
358
345
|
|
|
359
346
|
ResourceArn: string | undefined;
|
|
360
347
|
}
|
|
361
|
-
export declare namespace ListTagsForResourceRequest {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
364
|
-
}
|
|
365
348
|
export interface ListTagsForResourceResponse {
|
|
366
349
|
|
|
367
350
|
Tags?: Record<string, string>;
|
|
368
351
|
}
|
|
369
|
-
export declare namespace ListTagsForResourceResponse {
|
|
370
|
-
|
|
371
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
372
|
-
}
|
|
373
352
|
export interface RejectInvitationRequest {
|
|
374
353
|
|
|
375
354
|
GraphArn: string | undefined;
|
|
376
355
|
}
|
|
377
|
-
export declare namespace RejectInvitationRequest {
|
|
378
|
-
|
|
379
|
-
const filterSensitiveLog: (obj: RejectInvitationRequest) => any;
|
|
380
|
-
}
|
|
381
356
|
export interface StartMonitoringMemberRequest {
|
|
382
357
|
|
|
383
358
|
GraphArn: string | undefined;
|
|
384
359
|
|
|
385
360
|
AccountId: string | undefined;
|
|
386
361
|
}
|
|
387
|
-
export declare namespace StartMonitoringMemberRequest {
|
|
388
|
-
|
|
389
|
-
const filterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
|
|
390
|
-
}
|
|
391
362
|
export interface TagResourceRequest {
|
|
392
363
|
|
|
393
364
|
ResourceArn: string | undefined;
|
|
394
365
|
|
|
395
366
|
Tags: Record<string, string> | undefined;
|
|
396
367
|
}
|
|
397
|
-
export declare namespace TagResourceRequest {
|
|
398
|
-
|
|
399
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
400
|
-
}
|
|
401
368
|
export interface TagResourceResponse {
|
|
402
369
|
}
|
|
403
|
-
export declare namespace TagResourceResponse {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
406
|
-
}
|
|
407
370
|
export interface UntagResourceRequest {
|
|
408
371
|
|
|
409
372
|
ResourceArn: string | undefined;
|
|
410
373
|
|
|
411
374
|
TagKeys: string[] | undefined;
|
|
412
375
|
}
|
|
413
|
-
export declare namespace UntagResourceRequest {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
416
|
-
}
|
|
417
376
|
export interface UntagResourceResponse {
|
|
418
377
|
}
|
|
419
|
-
export
|
|
378
|
+
export interface UpdateDatasourcePackagesRequest {
|
|
420
379
|
|
|
421
|
-
|
|
380
|
+
GraphArn: string | undefined;
|
|
381
|
+
|
|
382
|
+
DatasourcePackages: (DatasourcePackage | string)[] | undefined;
|
|
422
383
|
}
|
|
423
384
|
export interface UpdateOrganizationConfigurationRequest {
|
|
424
385
|
|
|
@@ -426,7 +387,99 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
426
387
|
|
|
427
388
|
AutoEnable?: boolean;
|
|
428
389
|
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
390
|
+
|
|
391
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
392
|
+
|
|
393
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
394
|
+
|
|
395
|
+
export declare const AdministratorFilterSensitiveLog: (obj: Administrator) => any;
|
|
396
|
+
|
|
397
|
+
export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesRequest) => any;
|
|
398
|
+
|
|
399
|
+
export declare const TimestampForCollectionFilterSensitiveLog: (obj: TimestampForCollection) => any;
|
|
400
|
+
|
|
401
|
+
export declare const MembershipDatasourcesFilterSensitiveLog: (obj: MembershipDatasources) => any;
|
|
402
|
+
|
|
403
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
404
|
+
|
|
405
|
+
export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesResponse) => any;
|
|
406
|
+
|
|
407
|
+
export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesRequest) => any;
|
|
408
|
+
|
|
409
|
+
export declare const UnprocessedGraphFilterSensitiveLog: (obj: UnprocessedGraph) => any;
|
|
410
|
+
|
|
411
|
+
export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesResponse) => any;
|
|
412
|
+
|
|
413
|
+
export declare const CreateGraphRequestFilterSensitiveLog: (obj: CreateGraphRequest) => any;
|
|
414
|
+
|
|
415
|
+
export declare const CreateGraphResponseFilterSensitiveLog: (obj: CreateGraphResponse) => any;
|
|
416
|
+
|
|
417
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
418
|
+
|
|
419
|
+
export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (obj: DatasourcePackageUsageInfo) => any;
|
|
420
|
+
|
|
421
|
+
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
422
|
+
|
|
423
|
+
export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
424
|
+
|
|
425
|
+
export declare const DeleteGraphRequestFilterSensitiveLog: (obj: DeleteGraphRequest) => any;
|
|
426
|
+
|
|
427
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
428
|
+
|
|
429
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
430
|
+
|
|
431
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
432
|
+
|
|
433
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
434
|
+
|
|
435
|
+
export declare const DisassociateMembershipRequestFilterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
|
|
436
|
+
|
|
437
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
438
|
+
|
|
439
|
+
export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
440
|
+
|
|
441
|
+
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
442
|
+
|
|
443
|
+
export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (obj: ListDatasourcePackagesRequest) => any;
|
|
444
|
+
|
|
445
|
+
export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (obj: DatasourcePackageIngestDetail) => any;
|
|
446
|
+
|
|
447
|
+
export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (obj: ListDatasourcePackagesResponse) => any;
|
|
448
|
+
|
|
449
|
+
export declare const ListGraphsRequestFilterSensitiveLog: (obj: ListGraphsRequest) => any;
|
|
450
|
+
|
|
451
|
+
export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
|
|
452
|
+
|
|
453
|
+
export declare const ListGraphsResponseFilterSensitiveLog: (obj: ListGraphsResponse) => any;
|
|
454
|
+
|
|
455
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
456
|
+
|
|
457
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
458
|
+
|
|
459
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
460
|
+
|
|
461
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
462
|
+
|
|
463
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
464
|
+
|
|
465
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
466
|
+
|
|
467
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
468
|
+
|
|
469
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
470
|
+
|
|
471
|
+
export declare const RejectInvitationRequestFilterSensitiveLog: (obj: RejectInvitationRequest) => any;
|
|
472
|
+
|
|
473
|
+
export declare const StartMonitoringMemberRequestFilterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
|
|
474
|
+
|
|
475
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
476
|
+
|
|
477
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
478
|
+
|
|
479
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
480
|
+
|
|
481
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
482
|
+
|
|
483
|
+
export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (obj: UpdateDatasourcePackagesRequest) => any;
|
|
484
|
+
|
|
485
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
|
|
3
|
+
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDatasourcePackages(config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...additionalArguments: any): Paginator<ListDatasourcePackagesCommandOutput>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
|
|
4
|
+
import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "../commands/BatchGetGraphMemberDatasourcesCommand";
|
|
5
|
+
import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "../commands/BatchGetMembershipDatasourcesCommand";
|
|
4
6
|
import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
|
|
5
7
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
6
8
|
import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/DeleteGraphCommand";
|
|
@@ -10,6 +12,7 @@ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAc
|
|
|
10
12
|
import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "../commands/DisassociateMembershipCommand";
|
|
11
13
|
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
|
|
12
14
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
|
|
15
|
+
import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
|
|
13
16
|
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
14
17
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
15
18
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
@@ -19,8 +22,11 @@ import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../
|
|
|
19
22
|
import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "../commands/StartMonitoringMemberCommand";
|
|
20
23
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
21
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
|
+
import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "../commands/UpdateDatasourcePackagesCommand";
|
|
22
26
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
23
27
|
export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
export declare const serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (input: BatchGetGraphMemberDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
export declare const serializeAws_restJson1BatchGetMembershipDatasourcesCommand: (input: BatchGetMembershipDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
30
|
export declare const serializeAws_restJson1CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
31
|
export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
32
|
export declare const serializeAws_restJson1DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -30,6 +36,7 @@ export declare const serializeAws_restJson1DisableOrganizationAdminAccountComman
|
|
|
30
36
|
export declare const serializeAws_restJson1DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
37
|
export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
38
|
export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
40
|
export declare const serializeAws_restJson1ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
41
|
export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
42
|
export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -39,8 +46,11 @@ export declare const serializeAws_restJson1RejectInvitationCommand: (input: Reje
|
|
|
39
46
|
export declare const serializeAws_restJson1StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
47
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
48
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
50
|
export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
51
|
export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
|
|
52
|
+
export declare const deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
|
|
53
|
+
export declare const deserializeAws_restJson1BatchGetMembershipDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
|
|
44
54
|
export declare const deserializeAws_restJson1CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
|
|
45
55
|
export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
|
|
46
56
|
export declare const deserializeAws_restJson1DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
|
|
@@ -50,6 +60,7 @@ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountComm
|
|
|
50
60
|
export declare const deserializeAws_restJson1DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
|
|
51
61
|
export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
52
62
|
export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
|
|
63
|
+
export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
|
|
53
64
|
export declare const deserializeAws_restJson1ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
|
|
54
65
|
export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
|
|
55
66
|
export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
@@ -59,4 +70,5 @@ export declare const deserializeAws_restJson1RejectInvitationCommand: (output: _
|
|
|
59
70
|
export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
|
|
60
71
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
61
72
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
|
|
62
74
|
export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-detective",
|
|
3
3
|
"description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|