@aws-sdk/client-cloudtrail 3.986.0 → 3.988.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/dist-cjs/index.js +79 -3719
- package/dist-cjs/models/CloudTrailServiceException.js +12 -0
- package/dist-cjs/models/errors.js +1295 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2098 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +560 -554
- package/dist-types/schemas/schemas_0.d.ts +85 -78
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +80 -78
- package/package.json +13 -13
|
@@ -1,18 +1,12 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var CloudTrailServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var AccountHasOngoingImportException$: StaticErrorSchema;
|
|
4
6
|
export declare var AccountNotFoundException$: StaticErrorSchema;
|
|
5
7
|
export declare var AccountNotRegisteredException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccountRegisteredException$: StaticErrorSchema;
|
|
7
|
-
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
8
|
-
export declare var AddTagsResponse$: StaticStructureSchema;
|
|
9
|
-
export declare var AdvancedEventSelector$: StaticStructureSchema;
|
|
10
|
-
export declare var AdvancedFieldSelector$: StaticStructureSchema;
|
|
11
|
-
export declare var AggregationConfiguration$: StaticStructureSchema;
|
|
12
|
-
export declare var CancelQueryRequest$: StaticStructureSchema;
|
|
13
|
-
export declare var CancelQueryResponse$: StaticStructureSchema;
|
|
14
9
|
export declare var CannotDelegateManagementAccountException$: StaticErrorSchema;
|
|
15
|
-
export declare var Channel$: StaticStructureSchema;
|
|
16
10
|
export declare var ChannelAlreadyExistsException$: StaticErrorSchema;
|
|
17
11
|
export declare var ChannelARNInvalidException$: StaticErrorSchema;
|
|
18
12
|
export declare var ChannelExistsForEDSException$: StaticErrorSchema;
|
|
@@ -24,6 +18,89 @@ export declare var CloudTrailInvalidClientTokenIdException$: StaticErrorSchema;
|
|
|
24
18
|
export declare var CloudWatchLogsDeliveryUnavailableException$: StaticErrorSchema;
|
|
25
19
|
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
26
20
|
export declare var ConflictException$: StaticErrorSchema;
|
|
21
|
+
export declare var DelegatedAdminAccountLimitExceededException$: StaticErrorSchema;
|
|
22
|
+
export declare var EventDataStoreAlreadyExistsException$: StaticErrorSchema;
|
|
23
|
+
export declare var EventDataStoreARNInvalidException$: StaticErrorSchema;
|
|
24
|
+
export declare var EventDataStoreFederationEnabledException$: StaticErrorSchema;
|
|
25
|
+
export declare var EventDataStoreHasOngoingImportException$: StaticErrorSchema;
|
|
26
|
+
export declare var EventDataStoreMaxLimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var EventDataStoreNotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var EventDataStoreTerminationProtectedException$: StaticErrorSchema;
|
|
29
|
+
export declare var GenerateResponseException$: StaticErrorSchema;
|
|
30
|
+
export declare var ImportNotFoundException$: StaticErrorSchema;
|
|
31
|
+
export declare var InactiveEventDataStoreException$: StaticErrorSchema;
|
|
32
|
+
export declare var InactiveQueryException$: StaticErrorSchema;
|
|
33
|
+
export declare var InsightNotEnabledException$: StaticErrorSchema;
|
|
34
|
+
export declare var InsufficientDependencyServiceAccessPermissionException$: StaticErrorSchema;
|
|
35
|
+
export declare var InsufficientEncryptionPolicyException$: StaticErrorSchema;
|
|
36
|
+
export declare var InsufficientIAMAccessPermissionException$: StaticErrorSchema;
|
|
37
|
+
export declare var InsufficientS3BucketPolicyException$: StaticErrorSchema;
|
|
38
|
+
export declare var InsufficientSnsTopicPolicyException$: StaticErrorSchema;
|
|
39
|
+
export declare var InvalidCloudWatchLogsLogGroupArnException$: StaticErrorSchema;
|
|
40
|
+
export declare var InvalidCloudWatchLogsRoleArnException$: StaticErrorSchema;
|
|
41
|
+
export declare var InvalidDateRangeException$: StaticErrorSchema;
|
|
42
|
+
export declare var InvalidEventCategoryException$: StaticErrorSchema;
|
|
43
|
+
export declare var InvalidEventDataStoreCategoryException$: StaticErrorSchema;
|
|
44
|
+
export declare var InvalidEventDataStoreStatusException$: StaticErrorSchema;
|
|
45
|
+
export declare var InvalidEventSelectorsException$: StaticErrorSchema;
|
|
46
|
+
export declare var InvalidHomeRegionException$: StaticErrorSchema;
|
|
47
|
+
export declare var InvalidImportSourceException$: StaticErrorSchema;
|
|
48
|
+
export declare var InvalidInsightSelectorsException$: StaticErrorSchema;
|
|
49
|
+
export declare var InvalidKmsKeyIdException$: StaticErrorSchema;
|
|
50
|
+
export declare var InvalidLookupAttributesException$: StaticErrorSchema;
|
|
51
|
+
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
52
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
53
|
+
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
54
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
55
|
+
export declare var InvalidQueryStatementException$: StaticErrorSchema;
|
|
56
|
+
export declare var InvalidQueryStatusException$: StaticErrorSchema;
|
|
57
|
+
export declare var InvalidS3BucketNameException$: StaticErrorSchema;
|
|
58
|
+
export declare var InvalidS3PrefixException$: StaticErrorSchema;
|
|
59
|
+
export declare var InvalidSnsTopicNameException$: StaticErrorSchema;
|
|
60
|
+
export declare var InvalidSourceException$: StaticErrorSchema;
|
|
61
|
+
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
62
|
+
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
63
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
64
|
+
export declare var InvalidTrailNameException$: StaticErrorSchema;
|
|
65
|
+
export declare var KmsException$: StaticErrorSchema;
|
|
66
|
+
export declare var KmsKeyDisabledException$: StaticErrorSchema;
|
|
67
|
+
export declare var KmsKeyNotFoundException$: StaticErrorSchema;
|
|
68
|
+
export declare var MaxConcurrentQueriesException$: StaticErrorSchema;
|
|
69
|
+
export declare var MaximumNumberOfTrailsExceededException$: StaticErrorSchema;
|
|
70
|
+
export declare var NoManagementAccountSLRExistsException$: StaticErrorSchema;
|
|
71
|
+
export declare var NotOrganizationManagementAccountException$: StaticErrorSchema;
|
|
72
|
+
export declare var NotOrganizationMasterAccountException$: StaticErrorSchema;
|
|
73
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
74
|
+
export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
|
|
75
|
+
export declare var OrganizationsNotInUseException$: StaticErrorSchema;
|
|
76
|
+
export declare var QueryIdNotFoundException$: StaticErrorSchema;
|
|
77
|
+
export declare var ResourceARNNotValidException$: StaticErrorSchema;
|
|
78
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
79
|
+
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
80
|
+
export declare var ResourcePolicyNotValidException$: StaticErrorSchema;
|
|
81
|
+
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
82
|
+
export declare var S3BucketDoesNotExistException$: StaticErrorSchema;
|
|
83
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
84
|
+
export declare var TagsLimitExceededException$: StaticErrorSchema;
|
|
85
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
86
|
+
export declare var TrailAlreadyExistsException$: StaticErrorSchema;
|
|
87
|
+
export declare var TrailNotFoundException$: StaticErrorSchema;
|
|
88
|
+
export declare var TrailNotProvidedException$: StaticErrorSchema;
|
|
89
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
90
|
+
/**
|
|
91
|
+
* TypeRegistry instances containing modeled errors.
|
|
92
|
+
* @internal
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
96
|
+
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
97
|
+
export declare var AddTagsResponse$: StaticStructureSchema;
|
|
98
|
+
export declare var AdvancedEventSelector$: StaticStructureSchema;
|
|
99
|
+
export declare var AdvancedFieldSelector$: StaticStructureSchema;
|
|
100
|
+
export declare var AggregationConfiguration$: StaticStructureSchema;
|
|
101
|
+
export declare var CancelQueryRequest$: StaticStructureSchema;
|
|
102
|
+
export declare var CancelQueryResponse$: StaticStructureSchema;
|
|
103
|
+
export declare var Channel$: StaticStructureSchema;
|
|
27
104
|
export declare var ContextKeySelector$: StaticStructureSchema;
|
|
28
105
|
export declare var CreateChannelRequest$: StaticStructureSchema;
|
|
29
106
|
export declare var CreateChannelResponse$: StaticStructureSchema;
|
|
@@ -35,7 +112,6 @@ export declare var CreateTrailRequest$: StaticStructureSchema;
|
|
|
35
112
|
export declare var CreateTrailResponse$: StaticStructureSchema;
|
|
36
113
|
export declare var DashboardDetail$: StaticStructureSchema;
|
|
37
114
|
export declare var DataResource$: StaticStructureSchema;
|
|
38
|
-
export declare var DelegatedAdminAccountLimitExceededException$: StaticErrorSchema;
|
|
39
115
|
export declare var DeleteChannelRequest$: StaticStructureSchema;
|
|
40
116
|
export declare var DeleteChannelResponse$: StaticStructureSchema;
|
|
41
117
|
export declare var DeleteDashboardRequest$: StaticStructureSchema;
|
|
@@ -59,17 +135,9 @@ export declare var EnableFederationRequest$: StaticStructureSchema;
|
|
|
59
135
|
export declare var EnableFederationResponse$: StaticStructureSchema;
|
|
60
136
|
export declare var Event$: StaticStructureSchema;
|
|
61
137
|
export declare var EventDataStore$: StaticStructureSchema;
|
|
62
|
-
export declare var EventDataStoreAlreadyExistsException$: StaticErrorSchema;
|
|
63
|
-
export declare var EventDataStoreARNInvalidException$: StaticErrorSchema;
|
|
64
|
-
export declare var EventDataStoreFederationEnabledException$: StaticErrorSchema;
|
|
65
|
-
export declare var EventDataStoreHasOngoingImportException$: StaticErrorSchema;
|
|
66
|
-
export declare var EventDataStoreMaxLimitExceededException$: StaticErrorSchema;
|
|
67
|
-
export declare var EventDataStoreNotFoundException$: StaticErrorSchema;
|
|
68
|
-
export declare var EventDataStoreTerminationProtectedException$: StaticErrorSchema;
|
|
69
138
|
export declare var EventSelector$: StaticStructureSchema;
|
|
70
139
|
export declare var GenerateQueryRequest$: StaticStructureSchema;
|
|
71
140
|
export declare var GenerateQueryResponse$: StaticStructureSchema;
|
|
72
|
-
export declare var GenerateResponseException$: StaticErrorSchema;
|
|
73
141
|
export declare var GetChannelRequest$: StaticStructureSchema;
|
|
74
142
|
export declare var GetChannelResponse$: StaticStructureSchema;
|
|
75
143
|
export declare var GetDashboardRequest$: StaticStructureSchema;
|
|
@@ -93,49 +161,11 @@ export declare var GetTrailResponse$: StaticStructureSchema;
|
|
|
93
161
|
export declare var GetTrailStatusRequest$: StaticStructureSchema;
|
|
94
162
|
export declare var GetTrailStatusResponse$: StaticStructureSchema;
|
|
95
163
|
export declare var ImportFailureListItem$: StaticStructureSchema;
|
|
96
|
-
export declare var ImportNotFoundException$: StaticErrorSchema;
|
|
97
164
|
export declare var ImportsListItem$: StaticStructureSchema;
|
|
98
165
|
export declare var ImportSource$: StaticStructureSchema;
|
|
99
166
|
export declare var ImportStatistics$: StaticStructureSchema;
|
|
100
|
-
export declare var InactiveEventDataStoreException$: StaticErrorSchema;
|
|
101
|
-
export declare var InactiveQueryException$: StaticErrorSchema;
|
|
102
167
|
export declare var IngestionStatus$: StaticStructureSchema;
|
|
103
|
-
export declare var InsightNotEnabledException$: StaticErrorSchema;
|
|
104
168
|
export declare var InsightSelector$: StaticStructureSchema;
|
|
105
|
-
export declare var InsufficientDependencyServiceAccessPermissionException$: StaticErrorSchema;
|
|
106
|
-
export declare var InsufficientEncryptionPolicyException$: StaticErrorSchema;
|
|
107
|
-
export declare var InsufficientIAMAccessPermissionException$: StaticErrorSchema;
|
|
108
|
-
export declare var InsufficientS3BucketPolicyException$: StaticErrorSchema;
|
|
109
|
-
export declare var InsufficientSnsTopicPolicyException$: StaticErrorSchema;
|
|
110
|
-
export declare var InvalidCloudWatchLogsLogGroupArnException$: StaticErrorSchema;
|
|
111
|
-
export declare var InvalidCloudWatchLogsRoleArnException$: StaticErrorSchema;
|
|
112
|
-
export declare var InvalidDateRangeException$: StaticErrorSchema;
|
|
113
|
-
export declare var InvalidEventCategoryException$: StaticErrorSchema;
|
|
114
|
-
export declare var InvalidEventDataStoreCategoryException$: StaticErrorSchema;
|
|
115
|
-
export declare var InvalidEventDataStoreStatusException$: StaticErrorSchema;
|
|
116
|
-
export declare var InvalidEventSelectorsException$: StaticErrorSchema;
|
|
117
|
-
export declare var InvalidHomeRegionException$: StaticErrorSchema;
|
|
118
|
-
export declare var InvalidImportSourceException$: StaticErrorSchema;
|
|
119
|
-
export declare var InvalidInsightSelectorsException$: StaticErrorSchema;
|
|
120
|
-
export declare var InvalidKmsKeyIdException$: StaticErrorSchema;
|
|
121
|
-
export declare var InvalidLookupAttributesException$: StaticErrorSchema;
|
|
122
|
-
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
123
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
124
|
-
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
125
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
126
|
-
export declare var InvalidQueryStatementException$: StaticErrorSchema;
|
|
127
|
-
export declare var InvalidQueryStatusException$: StaticErrorSchema;
|
|
128
|
-
export declare var InvalidS3BucketNameException$: StaticErrorSchema;
|
|
129
|
-
export declare var InvalidS3PrefixException$: StaticErrorSchema;
|
|
130
|
-
export declare var InvalidSnsTopicNameException$: StaticErrorSchema;
|
|
131
|
-
export declare var InvalidSourceException$: StaticErrorSchema;
|
|
132
|
-
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
133
|
-
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
134
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
135
|
-
export declare var InvalidTrailNameException$: StaticErrorSchema;
|
|
136
|
-
export declare var KmsException$: StaticErrorSchema;
|
|
137
|
-
export declare var KmsKeyDisabledException$: StaticErrorSchema;
|
|
138
|
-
export declare var KmsKeyNotFoundException$: StaticErrorSchema;
|
|
139
169
|
export declare var ListChannelsRequest$: StaticStructureSchema;
|
|
140
170
|
export declare var ListChannelsResponse$: StaticStructureSchema;
|
|
141
171
|
export declare var ListDashboardsRequest$: StaticStructureSchema;
|
|
@@ -161,14 +191,6 @@ export declare var ListTrailsResponse$: StaticStructureSchema;
|
|
|
161
191
|
export declare var LookupAttribute$: StaticStructureSchema;
|
|
162
192
|
export declare var LookupEventsRequest$: StaticStructureSchema;
|
|
163
193
|
export declare var LookupEventsResponse$: StaticStructureSchema;
|
|
164
|
-
export declare var MaxConcurrentQueriesException$: StaticErrorSchema;
|
|
165
|
-
export declare var MaximumNumberOfTrailsExceededException$: StaticErrorSchema;
|
|
166
|
-
export declare var NoManagementAccountSLRExistsException$: StaticErrorSchema;
|
|
167
|
-
export declare var NotOrganizationManagementAccountException$: StaticErrorSchema;
|
|
168
|
-
export declare var NotOrganizationMasterAccountException$: StaticErrorSchema;
|
|
169
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
170
|
-
export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
|
|
171
|
-
export declare var OrganizationsNotInUseException$: StaticErrorSchema;
|
|
172
194
|
export declare var PartitionKey$: StaticStructureSchema;
|
|
173
195
|
export declare var PublicKey$: StaticStructureSchema;
|
|
174
196
|
export declare var PutEventConfigurationRequest$: StaticStructureSchema;
|
|
@@ -180,7 +202,6 @@ export declare var PutInsightSelectorsResponse$: StaticStructureSchema;
|
|
|
180
202
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
181
203
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
182
204
|
export declare var Query$: StaticStructureSchema;
|
|
183
|
-
export declare var QueryIdNotFoundException$: StaticErrorSchema;
|
|
184
205
|
export declare var QueryStatistics$: StaticStructureSchema;
|
|
185
206
|
export declare var QueryStatisticsForDescribeQuery$: StaticStructureSchema;
|
|
186
207
|
export declare var RefreshSchedule$: StaticStructureSchema;
|
|
@@ -191,20 +212,13 @@ export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
|
191
212
|
export declare var RemoveTagsResponse$: StaticStructureSchema;
|
|
192
213
|
export declare var RequestWidget$: StaticStructureSchema;
|
|
193
214
|
export declare var Resource$: StaticStructureSchema;
|
|
194
|
-
export declare var ResourceARNNotValidException$: StaticErrorSchema;
|
|
195
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
196
|
-
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
197
|
-
export declare var ResourcePolicyNotValidException$: StaticErrorSchema;
|
|
198
215
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
199
|
-
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
200
216
|
export declare var RestoreEventDataStoreRequest$: StaticStructureSchema;
|
|
201
217
|
export declare var RestoreEventDataStoreResponse$: StaticStructureSchema;
|
|
202
|
-
export declare var S3BucketDoesNotExistException$: StaticErrorSchema;
|
|
203
218
|
export declare var S3ImportSource$: StaticStructureSchema;
|
|
204
219
|
export declare var SearchSampleQueriesRequest$: StaticStructureSchema;
|
|
205
220
|
export declare var SearchSampleQueriesResponse$: StaticStructureSchema;
|
|
206
221
|
export declare var SearchSampleQueriesSearchResult$: StaticStructureSchema;
|
|
207
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
208
222
|
export declare var SourceConfig$: StaticStructureSchema;
|
|
209
223
|
export declare var StartDashboardRefreshRequest$: StaticStructureSchema;
|
|
210
224
|
export declare var StartDashboardRefreshResponse$: StaticStructureSchema;
|
|
@@ -223,14 +237,8 @@ export declare var StopImportResponse$: StaticStructureSchema;
|
|
|
223
237
|
export declare var StopLoggingRequest$: StaticStructureSchema;
|
|
224
238
|
export declare var StopLoggingResponse$: StaticStructureSchema;
|
|
225
239
|
export declare var Tag$: StaticStructureSchema;
|
|
226
|
-
export declare var TagsLimitExceededException$: StaticErrorSchema;
|
|
227
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
228
240
|
export declare var Trail$: StaticStructureSchema;
|
|
229
|
-
export declare var TrailAlreadyExistsException$: StaticErrorSchema;
|
|
230
241
|
export declare var TrailInfo$: StaticStructureSchema;
|
|
231
|
-
export declare var TrailNotFoundException$: StaticErrorSchema;
|
|
232
|
-
export declare var TrailNotProvidedException$: StaticErrorSchema;
|
|
233
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
234
242
|
export declare var UpdateChannelRequest$: StaticStructureSchema;
|
|
235
243
|
export declare var UpdateChannelResponse$: StaticStructureSchema;
|
|
236
244
|
export declare var UpdateDashboardRequest$: StaticStructureSchema;
|
|
@@ -240,7 +248,6 @@ export declare var UpdateEventDataStoreResponse$: StaticStructureSchema;
|
|
|
240
248
|
export declare var UpdateTrailRequest$: StaticStructureSchema;
|
|
241
249
|
export declare var UpdateTrailResponse$: StaticStructureSchema;
|
|
242
250
|
export declare var Widget$: StaticStructureSchema;
|
|
243
|
-
export declare var CloudTrailServiceException$: StaticErrorSchema;
|
|
244
251
|
export declare var AddTags$: StaticOperationSchema;
|
|
245
252
|
export declare var CancelQuery$: StaticOperationSchema;
|
|
246
253
|
export declare var CreateChannel$: StaticOperationSchema;
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var CloudTrailServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccountHasOngoingImportException$: StaticErrorSchema;
|
|
8
10
|
export declare var AccountNotFoundException$: StaticErrorSchema;
|
|
9
11
|
export declare var AccountNotRegisteredException$: StaticErrorSchema;
|
|
10
12
|
export declare var AccountRegisteredException$: StaticErrorSchema;
|
|
11
|
-
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
12
|
-
export declare var AddTagsResponse$: StaticStructureSchema;
|
|
13
|
-
export declare var AdvancedEventSelector$: StaticStructureSchema;
|
|
14
|
-
export declare var AdvancedFieldSelector$: StaticStructureSchema;
|
|
15
|
-
export declare var AggregationConfiguration$: StaticStructureSchema;
|
|
16
|
-
export declare var CancelQueryRequest$: StaticStructureSchema;
|
|
17
|
-
export declare var CancelQueryResponse$: StaticStructureSchema;
|
|
18
13
|
export declare var CannotDelegateManagementAccountException$: StaticErrorSchema;
|
|
19
|
-
export declare var Channel$: StaticStructureSchema;
|
|
20
14
|
export declare var ChannelAlreadyExistsException$: StaticErrorSchema;
|
|
21
15
|
export declare var ChannelARNInvalidException$: StaticErrorSchema;
|
|
22
16
|
export declare var ChannelExistsForEDSException$: StaticErrorSchema;
|
|
@@ -28,6 +22,84 @@ export declare var CloudTrailInvalidClientTokenIdException$: StaticErrorSchema;
|
|
|
28
22
|
export declare var CloudWatchLogsDeliveryUnavailableException$: StaticErrorSchema;
|
|
29
23
|
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
30
24
|
export declare var ConflictException$: StaticErrorSchema;
|
|
25
|
+
export declare var DelegatedAdminAccountLimitExceededException$: StaticErrorSchema;
|
|
26
|
+
export declare var EventDataStoreAlreadyExistsException$: StaticErrorSchema;
|
|
27
|
+
export declare var EventDataStoreARNInvalidException$: StaticErrorSchema;
|
|
28
|
+
export declare var EventDataStoreFederationEnabledException$: StaticErrorSchema;
|
|
29
|
+
export declare var EventDataStoreHasOngoingImportException$: StaticErrorSchema;
|
|
30
|
+
export declare var EventDataStoreMaxLimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var EventDataStoreNotFoundException$: StaticErrorSchema;
|
|
32
|
+
export declare var EventDataStoreTerminationProtectedException$: StaticErrorSchema;
|
|
33
|
+
export declare var GenerateResponseException$: StaticErrorSchema;
|
|
34
|
+
export declare var ImportNotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var InactiveEventDataStoreException$: StaticErrorSchema;
|
|
36
|
+
export declare var InactiveQueryException$: StaticErrorSchema;
|
|
37
|
+
export declare var InsightNotEnabledException$: StaticErrorSchema;
|
|
38
|
+
export declare var InsufficientDependencyServiceAccessPermissionException$: StaticErrorSchema;
|
|
39
|
+
export declare var InsufficientEncryptionPolicyException$: StaticErrorSchema;
|
|
40
|
+
export declare var InsufficientIAMAccessPermissionException$: StaticErrorSchema;
|
|
41
|
+
export declare var InsufficientS3BucketPolicyException$: StaticErrorSchema;
|
|
42
|
+
export declare var InsufficientSnsTopicPolicyException$: StaticErrorSchema;
|
|
43
|
+
export declare var InvalidCloudWatchLogsLogGroupArnException$: StaticErrorSchema;
|
|
44
|
+
export declare var InvalidCloudWatchLogsRoleArnException$: StaticErrorSchema;
|
|
45
|
+
export declare var InvalidDateRangeException$: StaticErrorSchema;
|
|
46
|
+
export declare var InvalidEventCategoryException$: StaticErrorSchema;
|
|
47
|
+
export declare var InvalidEventDataStoreCategoryException$: StaticErrorSchema;
|
|
48
|
+
export declare var InvalidEventDataStoreStatusException$: StaticErrorSchema;
|
|
49
|
+
export declare var InvalidEventSelectorsException$: StaticErrorSchema;
|
|
50
|
+
export declare var InvalidHomeRegionException$: StaticErrorSchema;
|
|
51
|
+
export declare var InvalidImportSourceException$: StaticErrorSchema;
|
|
52
|
+
export declare var InvalidInsightSelectorsException$: StaticErrorSchema;
|
|
53
|
+
export declare var InvalidKmsKeyIdException$: StaticErrorSchema;
|
|
54
|
+
export declare var InvalidLookupAttributesException$: StaticErrorSchema;
|
|
55
|
+
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
56
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
57
|
+
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
58
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
59
|
+
export declare var InvalidQueryStatementException$: StaticErrorSchema;
|
|
60
|
+
export declare var InvalidQueryStatusException$: StaticErrorSchema;
|
|
61
|
+
export declare var InvalidS3BucketNameException$: StaticErrorSchema;
|
|
62
|
+
export declare var InvalidS3PrefixException$: StaticErrorSchema;
|
|
63
|
+
export declare var InvalidSnsTopicNameException$: StaticErrorSchema;
|
|
64
|
+
export declare var InvalidSourceException$: StaticErrorSchema;
|
|
65
|
+
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
66
|
+
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
67
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
68
|
+
export declare var InvalidTrailNameException$: StaticErrorSchema;
|
|
69
|
+
export declare var KmsException$: StaticErrorSchema;
|
|
70
|
+
export declare var KmsKeyDisabledException$: StaticErrorSchema;
|
|
71
|
+
export declare var KmsKeyNotFoundException$: StaticErrorSchema;
|
|
72
|
+
export declare var MaxConcurrentQueriesException$: StaticErrorSchema;
|
|
73
|
+
export declare var MaximumNumberOfTrailsExceededException$: StaticErrorSchema;
|
|
74
|
+
export declare var NoManagementAccountSLRExistsException$: StaticErrorSchema;
|
|
75
|
+
export declare var NotOrganizationManagementAccountException$: StaticErrorSchema;
|
|
76
|
+
export declare var NotOrganizationMasterAccountException$: StaticErrorSchema;
|
|
77
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
78
|
+
export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
|
|
79
|
+
export declare var OrganizationsNotInUseException$: StaticErrorSchema;
|
|
80
|
+
export declare var QueryIdNotFoundException$: StaticErrorSchema;
|
|
81
|
+
export declare var ResourceARNNotValidException$: StaticErrorSchema;
|
|
82
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
83
|
+
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
84
|
+
export declare var ResourcePolicyNotValidException$: StaticErrorSchema;
|
|
85
|
+
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
86
|
+
export declare var S3BucketDoesNotExistException$: StaticErrorSchema;
|
|
87
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
88
|
+
export declare var TagsLimitExceededException$: StaticErrorSchema;
|
|
89
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
90
|
+
export declare var TrailAlreadyExistsException$: StaticErrorSchema;
|
|
91
|
+
export declare var TrailNotFoundException$: StaticErrorSchema;
|
|
92
|
+
export declare var TrailNotProvidedException$: StaticErrorSchema;
|
|
93
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
94
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
95
|
+
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var AddTagsResponse$: StaticStructureSchema;
|
|
97
|
+
export declare var AdvancedEventSelector$: StaticStructureSchema;
|
|
98
|
+
export declare var AdvancedFieldSelector$: StaticStructureSchema;
|
|
99
|
+
export declare var AggregationConfiguration$: StaticStructureSchema;
|
|
100
|
+
export declare var CancelQueryRequest$: StaticStructureSchema;
|
|
101
|
+
export declare var CancelQueryResponse$: StaticStructureSchema;
|
|
102
|
+
export declare var Channel$: StaticStructureSchema;
|
|
31
103
|
export declare var ContextKeySelector$: StaticStructureSchema;
|
|
32
104
|
export declare var CreateChannelRequest$: StaticStructureSchema;
|
|
33
105
|
export declare var CreateChannelResponse$: StaticStructureSchema;
|
|
@@ -39,7 +111,6 @@ export declare var CreateTrailRequest$: StaticStructureSchema;
|
|
|
39
111
|
export declare var CreateTrailResponse$: StaticStructureSchema;
|
|
40
112
|
export declare var DashboardDetail$: StaticStructureSchema;
|
|
41
113
|
export declare var DataResource$: StaticStructureSchema;
|
|
42
|
-
export declare var DelegatedAdminAccountLimitExceededException$: StaticErrorSchema;
|
|
43
114
|
export declare var DeleteChannelRequest$: StaticStructureSchema;
|
|
44
115
|
export declare var DeleteChannelResponse$: StaticStructureSchema;
|
|
45
116
|
export declare var DeleteDashboardRequest$: StaticStructureSchema;
|
|
@@ -63,17 +134,9 @@ export declare var EnableFederationRequest$: StaticStructureSchema;
|
|
|
63
134
|
export declare var EnableFederationResponse$: StaticStructureSchema;
|
|
64
135
|
export declare var Event$: StaticStructureSchema;
|
|
65
136
|
export declare var EventDataStore$: StaticStructureSchema;
|
|
66
|
-
export declare var EventDataStoreAlreadyExistsException$: StaticErrorSchema;
|
|
67
|
-
export declare var EventDataStoreARNInvalidException$: StaticErrorSchema;
|
|
68
|
-
export declare var EventDataStoreFederationEnabledException$: StaticErrorSchema;
|
|
69
|
-
export declare var EventDataStoreHasOngoingImportException$: StaticErrorSchema;
|
|
70
|
-
export declare var EventDataStoreMaxLimitExceededException$: StaticErrorSchema;
|
|
71
|
-
export declare var EventDataStoreNotFoundException$: StaticErrorSchema;
|
|
72
|
-
export declare var EventDataStoreTerminationProtectedException$: StaticErrorSchema;
|
|
73
137
|
export declare var EventSelector$: StaticStructureSchema;
|
|
74
138
|
export declare var GenerateQueryRequest$: StaticStructureSchema;
|
|
75
139
|
export declare var GenerateQueryResponse$: StaticStructureSchema;
|
|
76
|
-
export declare var GenerateResponseException$: StaticErrorSchema;
|
|
77
140
|
export declare var GetChannelRequest$: StaticStructureSchema;
|
|
78
141
|
export declare var GetChannelResponse$: StaticStructureSchema;
|
|
79
142
|
export declare var GetDashboardRequest$: StaticStructureSchema;
|
|
@@ -97,49 +160,11 @@ export declare var GetTrailResponse$: StaticStructureSchema;
|
|
|
97
160
|
export declare var GetTrailStatusRequest$: StaticStructureSchema;
|
|
98
161
|
export declare var GetTrailStatusResponse$: StaticStructureSchema;
|
|
99
162
|
export declare var ImportFailureListItem$: StaticStructureSchema;
|
|
100
|
-
export declare var ImportNotFoundException$: StaticErrorSchema;
|
|
101
163
|
export declare var ImportsListItem$: StaticStructureSchema;
|
|
102
164
|
export declare var ImportSource$: StaticStructureSchema;
|
|
103
165
|
export declare var ImportStatistics$: StaticStructureSchema;
|
|
104
|
-
export declare var InactiveEventDataStoreException$: StaticErrorSchema;
|
|
105
|
-
export declare var InactiveQueryException$: StaticErrorSchema;
|
|
106
166
|
export declare var IngestionStatus$: StaticStructureSchema;
|
|
107
|
-
export declare var InsightNotEnabledException$: StaticErrorSchema;
|
|
108
167
|
export declare var InsightSelector$: StaticStructureSchema;
|
|
109
|
-
export declare var InsufficientDependencyServiceAccessPermissionException$: StaticErrorSchema;
|
|
110
|
-
export declare var InsufficientEncryptionPolicyException$: StaticErrorSchema;
|
|
111
|
-
export declare var InsufficientIAMAccessPermissionException$: StaticErrorSchema;
|
|
112
|
-
export declare var InsufficientS3BucketPolicyException$: StaticErrorSchema;
|
|
113
|
-
export declare var InsufficientSnsTopicPolicyException$: StaticErrorSchema;
|
|
114
|
-
export declare var InvalidCloudWatchLogsLogGroupArnException$: StaticErrorSchema;
|
|
115
|
-
export declare var InvalidCloudWatchLogsRoleArnException$: StaticErrorSchema;
|
|
116
|
-
export declare var InvalidDateRangeException$: StaticErrorSchema;
|
|
117
|
-
export declare var InvalidEventCategoryException$: StaticErrorSchema;
|
|
118
|
-
export declare var InvalidEventDataStoreCategoryException$: StaticErrorSchema;
|
|
119
|
-
export declare var InvalidEventDataStoreStatusException$: StaticErrorSchema;
|
|
120
|
-
export declare var InvalidEventSelectorsException$: StaticErrorSchema;
|
|
121
|
-
export declare var InvalidHomeRegionException$: StaticErrorSchema;
|
|
122
|
-
export declare var InvalidImportSourceException$: StaticErrorSchema;
|
|
123
|
-
export declare var InvalidInsightSelectorsException$: StaticErrorSchema;
|
|
124
|
-
export declare var InvalidKmsKeyIdException$: StaticErrorSchema;
|
|
125
|
-
export declare var InvalidLookupAttributesException$: StaticErrorSchema;
|
|
126
|
-
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
127
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
128
|
-
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
129
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
130
|
-
export declare var InvalidQueryStatementException$: StaticErrorSchema;
|
|
131
|
-
export declare var InvalidQueryStatusException$: StaticErrorSchema;
|
|
132
|
-
export declare var InvalidS3BucketNameException$: StaticErrorSchema;
|
|
133
|
-
export declare var InvalidS3PrefixException$: StaticErrorSchema;
|
|
134
|
-
export declare var InvalidSnsTopicNameException$: StaticErrorSchema;
|
|
135
|
-
export declare var InvalidSourceException$: StaticErrorSchema;
|
|
136
|
-
export declare var InvalidTagParameterException$: StaticErrorSchema;
|
|
137
|
-
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
138
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
139
|
-
export declare var InvalidTrailNameException$: StaticErrorSchema;
|
|
140
|
-
export declare var KmsException$: StaticErrorSchema;
|
|
141
|
-
export declare var KmsKeyDisabledException$: StaticErrorSchema;
|
|
142
|
-
export declare var KmsKeyNotFoundException$: StaticErrorSchema;
|
|
143
168
|
export declare var ListChannelsRequest$: StaticStructureSchema;
|
|
144
169
|
export declare var ListChannelsResponse$: StaticStructureSchema;
|
|
145
170
|
export declare var ListDashboardsRequest$: StaticStructureSchema;
|
|
@@ -165,14 +190,6 @@ export declare var ListTrailsResponse$: StaticStructureSchema;
|
|
|
165
190
|
export declare var LookupAttribute$: StaticStructureSchema;
|
|
166
191
|
export declare var LookupEventsRequest$: StaticStructureSchema;
|
|
167
192
|
export declare var LookupEventsResponse$: StaticStructureSchema;
|
|
168
|
-
export declare var MaxConcurrentQueriesException$: StaticErrorSchema;
|
|
169
|
-
export declare var MaximumNumberOfTrailsExceededException$: StaticErrorSchema;
|
|
170
|
-
export declare var NoManagementAccountSLRExistsException$: StaticErrorSchema;
|
|
171
|
-
export declare var NotOrganizationManagementAccountException$: StaticErrorSchema;
|
|
172
|
-
export declare var NotOrganizationMasterAccountException$: StaticErrorSchema;
|
|
173
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
174
|
-
export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
|
|
175
|
-
export declare var OrganizationsNotInUseException$: StaticErrorSchema;
|
|
176
193
|
export declare var PartitionKey$: StaticStructureSchema;
|
|
177
194
|
export declare var PublicKey$: StaticStructureSchema;
|
|
178
195
|
export declare var PutEventConfigurationRequest$: StaticStructureSchema;
|
|
@@ -184,7 +201,6 @@ export declare var PutInsightSelectorsResponse$: StaticStructureSchema;
|
|
|
184
201
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
185
202
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
186
203
|
export declare var Query$: StaticStructureSchema;
|
|
187
|
-
export declare var QueryIdNotFoundException$: StaticErrorSchema;
|
|
188
204
|
export declare var QueryStatistics$: StaticStructureSchema;
|
|
189
205
|
export declare var QueryStatisticsForDescribeQuery$: StaticStructureSchema;
|
|
190
206
|
export declare var RefreshSchedule$: StaticStructureSchema;
|
|
@@ -195,20 +211,13 @@ export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
|
195
211
|
export declare var RemoveTagsResponse$: StaticStructureSchema;
|
|
196
212
|
export declare var RequestWidget$: StaticStructureSchema;
|
|
197
213
|
export declare var Resource$: StaticStructureSchema;
|
|
198
|
-
export declare var ResourceARNNotValidException$: StaticErrorSchema;
|
|
199
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
200
|
-
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
201
|
-
export declare var ResourcePolicyNotValidException$: StaticErrorSchema;
|
|
202
214
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
203
|
-
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
204
215
|
export declare var RestoreEventDataStoreRequest$: StaticStructureSchema;
|
|
205
216
|
export declare var RestoreEventDataStoreResponse$: StaticStructureSchema;
|
|
206
|
-
export declare var S3BucketDoesNotExistException$: StaticErrorSchema;
|
|
207
217
|
export declare var S3ImportSource$: StaticStructureSchema;
|
|
208
218
|
export declare var SearchSampleQueriesRequest$: StaticStructureSchema;
|
|
209
219
|
export declare var SearchSampleQueriesResponse$: StaticStructureSchema;
|
|
210
220
|
export declare var SearchSampleQueriesSearchResult$: StaticStructureSchema;
|
|
211
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
212
221
|
export declare var SourceConfig$: StaticStructureSchema;
|
|
213
222
|
export declare var StartDashboardRefreshRequest$: StaticStructureSchema;
|
|
214
223
|
export declare var StartDashboardRefreshResponse$: StaticStructureSchema;
|
|
@@ -227,14 +236,8 @@ export declare var StopImportResponse$: StaticStructureSchema;
|
|
|
227
236
|
export declare var StopLoggingRequest$: StaticStructureSchema;
|
|
228
237
|
export declare var StopLoggingResponse$: StaticStructureSchema;
|
|
229
238
|
export declare var Tag$: StaticStructureSchema;
|
|
230
|
-
export declare var TagsLimitExceededException$: StaticErrorSchema;
|
|
231
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
232
239
|
export declare var Trail$: StaticStructureSchema;
|
|
233
|
-
export declare var TrailAlreadyExistsException$: StaticErrorSchema;
|
|
234
240
|
export declare var TrailInfo$: StaticStructureSchema;
|
|
235
|
-
export declare var TrailNotFoundException$: StaticErrorSchema;
|
|
236
|
-
export declare var TrailNotProvidedException$: StaticErrorSchema;
|
|
237
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
238
241
|
export declare var UpdateChannelRequest$: StaticStructureSchema;
|
|
239
242
|
export declare var UpdateChannelResponse$: StaticStructureSchema;
|
|
240
243
|
export declare var UpdateDashboardRequest$: StaticStructureSchema;
|
|
@@ -244,7 +247,6 @@ export declare var UpdateEventDataStoreResponse$: StaticStructureSchema;
|
|
|
244
247
|
export declare var UpdateTrailRequest$: StaticStructureSchema;
|
|
245
248
|
export declare var UpdateTrailResponse$: StaticStructureSchema;
|
|
246
249
|
export declare var Widget$: StaticStructureSchema;
|
|
247
|
-
export declare var CloudTrailServiceException$: StaticErrorSchema;
|
|
248
250
|
export declare var AddTags$: StaticOperationSchema;
|
|
249
251
|
export declare var CancelQuery$: StaticOperationSchema;
|
|
250
252
|
export declare var CreateChannel$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|