@aws-sdk/client-cloudtrail 3.533.0 → 3.535.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.
Files changed (103) hide show
  1. package/dist-types/CloudTrail.d.ts +12 -1
  2. package/dist-types/CloudTrailClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTrailCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTrailCommand.d.ts +2 -1
  12. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeQueryCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeTrailsCommand.d.ts +2 -1
  15. package/dist-types/commands/DisableFederationCommand.d.ts +2 -1
  16. package/dist-types/commands/EnableFederationCommand.d.ts +2 -1
  17. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  18. package/dist-types/commands/GetEventDataStoreCommand.d.ts +2 -1
  19. package/dist-types/commands/GetEventSelectorsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetImportCommand.d.ts +2 -1
  21. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTrailCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTrailStatusCommand.d.ts +2 -1
  26. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListEventDataStoresCommand.d.ts +2 -1
  28. package/dist-types/commands/ListImportFailuresCommand.d.ts +2 -1
  29. package/dist-types/commands/ListImportsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +2 -1
  31. package/dist-types/commands/ListPublicKeysCommand.d.ts +2 -1
  32. package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTrailsCommand.d.ts +2 -1
  35. package/dist-types/commands/LookupEventsCommand.d.ts +2 -1
  36. package/dist-types/commands/PutEventSelectorsCommand.d.ts +2 -1
  37. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +2 -1
  40. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  41. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +2 -1
  42. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +2 -1
  43. package/dist-types/commands/StartImportCommand.d.ts +2 -1
  44. package/dist-types/commands/StartLoggingCommand.d.ts +2 -1
  45. package/dist-types/commands/StartQueryCommand.d.ts +2 -1
  46. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +2 -1
  47. package/dist-types/commands/StopImportCommand.d.ts +2 -1
  48. package/dist-types/commands/StopLoggingCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateTrailCommand.d.ts +2 -1
  52. package/dist-types/models/models_0.d.ts +674 -675
  53. package/dist-types/ts3.4/CloudTrail.d.ts +11 -0
  54. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  55. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +9 -0
  103. package/package.json +40 -40
@@ -113,12 +113,14 @@ export interface CloudTrail {
113
113
  /**
114
114
  * @see {@link DescribeQueryCommand}
115
115
  */
116
+ describeQuery(): Promise<DescribeQueryCommandOutput>;
116
117
  describeQuery(args: DescribeQueryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQueryCommandOutput>;
117
118
  describeQuery(args: DescribeQueryCommandInput, cb: (err: any, data?: DescribeQueryCommandOutput) => void): void;
118
119
  describeQuery(args: DescribeQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQueryCommandOutput) => void): void;
119
120
  /**
120
121
  * @see {@link DescribeTrailsCommand}
121
122
  */
123
+ describeTrails(): Promise<DescribeTrailsCommandOutput>;
122
124
  describeTrails(args: DescribeTrailsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrailsCommandOutput>;
123
125
  describeTrails(args: DescribeTrailsCommandInput, cb: (err: any, data?: DescribeTrailsCommandOutput) => void): void;
124
126
  describeTrails(args: DescribeTrailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrailsCommandOutput) => void): void;
@@ -161,6 +163,7 @@ export interface CloudTrail {
161
163
  /**
162
164
  * @see {@link GetInsightSelectorsCommand}
163
165
  */
166
+ getInsightSelectors(): Promise<GetInsightSelectorsCommandOutput>;
164
167
  getInsightSelectors(args: GetInsightSelectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightSelectorsCommandOutput>;
165
168
  getInsightSelectors(args: GetInsightSelectorsCommandInput, cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void): void;
166
169
  getInsightSelectors(args: GetInsightSelectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void): void;
@@ -191,12 +194,14 @@ export interface CloudTrail {
191
194
  /**
192
195
  * @see {@link ListChannelsCommand}
193
196
  */
197
+ listChannels(): Promise<ListChannelsCommandOutput>;
194
198
  listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
195
199
  listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
196
200
  listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
197
201
  /**
198
202
  * @see {@link ListEventDataStoresCommand}
199
203
  */
204
+ listEventDataStores(): Promise<ListEventDataStoresCommandOutput>;
200
205
  listEventDataStores(args: ListEventDataStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListEventDataStoresCommandOutput>;
201
206
  listEventDataStores(args: ListEventDataStoresCommandInput, cb: (err: any, data?: ListEventDataStoresCommandOutput) => void): void;
202
207
  listEventDataStores(args: ListEventDataStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventDataStoresCommandOutput) => void): void;
@@ -209,6 +214,7 @@ export interface CloudTrail {
209
214
  /**
210
215
  * @see {@link ListImportsCommand}
211
216
  */
217
+ listImports(): Promise<ListImportsCommandOutput>;
212
218
  listImports(args: ListImportsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportsCommandOutput>;
213
219
  listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
214
220
  listImports(args: ListImportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
@@ -221,6 +227,7 @@ export interface CloudTrail {
221
227
  /**
222
228
  * @see {@link ListPublicKeysCommand}
223
229
  */
230
+ listPublicKeys(): Promise<ListPublicKeysCommandOutput>;
224
231
  listPublicKeys(args: ListPublicKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListPublicKeysCommandOutput>;
225
232
  listPublicKeys(args: ListPublicKeysCommandInput, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
226
233
  listPublicKeys(args: ListPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
@@ -239,12 +246,14 @@ export interface CloudTrail {
239
246
  /**
240
247
  * @see {@link ListTrailsCommand}
241
248
  */
249
+ listTrails(): Promise<ListTrailsCommandOutput>;
242
250
  listTrails(args: ListTrailsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrailsCommandOutput>;
243
251
  listTrails(args: ListTrailsCommandInput, cb: (err: any, data?: ListTrailsCommandOutput) => void): void;
244
252
  listTrails(args: ListTrailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrailsCommandOutput) => void): void;
245
253
  /**
246
254
  * @see {@link LookupEventsCommand}
247
255
  */
256
+ lookupEvents(): Promise<LookupEventsCommandOutput>;
248
257
  lookupEvents(args: LookupEventsCommandInput, options?: __HttpHandlerOptions): Promise<LookupEventsCommandOutput>;
249
258
  lookupEvents(args: LookupEventsCommandInput, cb: (err: any, data?: LookupEventsCommandOutput) => void): void;
250
259
  lookupEvents(args: LookupEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LookupEventsCommandOutput) => void): void;
@@ -293,6 +302,7 @@ export interface CloudTrail {
293
302
  /**
294
303
  * @see {@link StartImportCommand}
295
304
  */
305
+ startImport(): Promise<StartImportCommandOutput>;
296
306
  startImport(args: StartImportCommandInput, options?: __HttpHandlerOptions): Promise<StartImportCommandOutput>;
297
307
  startImport(args: StartImportCommandInput, cb: (err: any, data?: StartImportCommandOutput) => void): void;
298
308
  startImport(args: StartImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportCommandOutput) => void): void;
@@ -305,6 +315,7 @@ export interface CloudTrail {
305
315
  /**
306
316
  * @see {@link StartQueryCommand}
307
317
  */
318
+ startQuery(): Promise<StartQueryCommandOutput>;
308
319
  startQuery(args: StartQueryCommandInput, options?: __HttpHandlerOptions): Promise<StartQueryCommandOutput>;
309
320
  startQuery(args: StartQueryCommandInput, cb: (err: any, data?: StartQueryCommandOutput) => void): void;
310
321
  startQuery(args: StartQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQueryCommandOutput) => void): void;
@@ -346,7 +357,6 @@ export interface CloudTrail {
346
357
  updateTrail(args: UpdateTrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrailCommandOutput) => void): void;
347
358
  }
348
359
  /**
349
- * @public
350
360
  * <fullname>CloudTrail</fullname>
351
361
  * <p>This is the CloudTrail API Reference. It provides descriptions of actions, data
352
362
  * types, common parameters, and common errors for CloudTrail.</p>
@@ -363,6 +373,7 @@ export interface CloudTrail {
363
373
  * </note>
364
374
  * <p>See the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">CloudTrail
365
375
  * User Guide</a> for information about the data that is included with each Amazon Web Services API call listed in the log files.</p>
376
+ * @public
366
377
  */
367
378
  export declare class CloudTrail extends CloudTrailClient implements CloudTrail {
368
379
  }
@@ -200,7 +200,6 @@ export type CloudTrailClientResolvedConfigType = __SmithyResolvedConfiguration<_
200
200
  export interface CloudTrailClientResolvedConfig extends CloudTrailClientResolvedConfigType {
201
201
  }
202
202
  /**
203
- * @public
204
203
  * <fullname>CloudTrail</fullname>
205
204
  * <p>This is the CloudTrail API Reference. It provides descriptions of actions, data
206
205
  * types, common parameters, and common errors for CloudTrail.</p>
@@ -217,6 +216,7 @@ export interface CloudTrailClientResolvedConfig extends CloudTrailClientResolved
217
216
  * </note>
218
217
  * <p>See the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">CloudTrail
219
218
  * User Guide</a> for information about the data that is included with each Amazon Web Services API call listed in the log files.</p>
219
+ * @public
220
220
  */
221
221
  export declare class CloudTrailClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudTrailClientResolvedConfig> {
222
222
  /**
@@ -22,10 +22,10 @@ export interface AddTagsCommandOutput extends AddTagsResponse, __MetadataBearer
22
22
  }
23
23
  declare const AddTagsCommand_base: {
24
24
  new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to a trail, event data store, or channel, up to a limit of 50. Overwrites an
30
30
  * existing tag's value when a new value is specified for an existing tag key. Tag key names
31
31
  * must be unique; you cannot have two keys with the same name but different
@@ -149,6 +149,7 @@ declare const AddTagsCommand_base: {
149
149
  * @throws {@link CloudTrailServiceException}
150
150
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
151
151
  *
152
+ * @public
152
153
  */
153
154
  export declare class AddTagsCommand extends AddTagsCommand_base {
154
155
  }
@@ -22,10 +22,10 @@ export interface CancelQueryCommandOutput extends CancelQueryResponse, __Metadat
22
22
  }
23
23
  declare const CancelQueryCommand_base: {
24
24
  new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a query if the query is not in a terminated state, such as
30
30
  * <code>CANCELLED</code>, <code>FAILED</code>, <code>TIMED_OUT</code>, or
31
31
  * <code>FINISHED</code>. You must specify an ARN value for <code>EventDataStore</code>.
@@ -96,6 +96,7 @@ declare const CancelQueryCommand_base: {
96
96
  * @throws {@link CloudTrailServiceException}
97
97
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CancelQueryCommand extends CancelQueryCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
22
22
  }
23
23
  declare const CreateChannelCommand_base: {
24
24
  new (input: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a channel for CloudTrail to ingest events from a partner or external source.
30
30
  * After you create a channel, a CloudTrail Lake event data store can log events
31
31
  * from the partner or source that you specify.</p>
@@ -126,6 +126,7 @@ declare const CreateChannelCommand_base: {
126
126
  * @throws {@link CloudTrailServiceException}
127
127
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface CreateEventDataStoreCommandOutput extends CreateEventDataStoreR
22
22
  }
23
23
  declare const CreateEventDataStoreCommand_base: {
24
24
  new (input: CreateEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new event data store.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -232,6 +232,7 @@ declare const CreateEventDataStoreCommand_base: {
232
232
  * @throws {@link CloudTrailServiceException}
233
233
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
234
234
  *
235
+ * @public
235
236
  */
236
237
  export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {
237
238
  }
@@ -22,10 +22,10 @@ export interface CreateTrailCommandOutput extends CreateTrailResponse, __Metadat
22
22
  }
23
23
  declare const CreateTrailCommand_base: {
24
24
  new (input: CreateTrailCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTrailCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
30
30
  * </p>
31
31
  * @example
@@ -226,6 +226,7 @@ declare const CreateTrailCommand_base: {
226
226
  * @throws {@link CloudTrailServiceException}
227
227
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
228
228
  *
229
+ * @public
229
230
  */
230
231
  export declare class CreateTrailCommand extends CreateTrailCommand_base {
231
232
  }
@@ -22,10 +22,10 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
22
22
  }
23
23
  declare const DeleteChannelCommand_base: {
24
24
  new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteChannelCommand_base: {
64
64
  * @throws {@link CloudTrailServiceException}
65
65
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreR
22
22
  }
23
23
  declare const DeleteEventDataStoreCommand_base: {
24
24
  new (input: DeleteEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an
30
30
  * event data store ARN. After you run <code>DeleteEventDataStore</code>, the event data store
31
31
  * enters a <code>PENDING_DELETION</code> state, and is automatically deleted after a wait
@@ -118,6 +118,7 @@ declare const DeleteEventDataStoreCommand_base: {
118
118
  * @throws {@link CloudTrailServiceException}
119
119
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the resource-based policy attached to the CloudTrail channel.
31
31
  * </p>
@@ -76,6 +76,7 @@ declare const DeleteResourcePolicyCommand_base: {
76
76
  * @throws {@link CloudTrailServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __Metadat
22
22
  }
23
23
  declare const DeleteTrailCommand_base: {
24
24
  new (input: DeleteTrailCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTrailCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a trail. This operation must be called from the Region in which the trail was
30
30
  * created. <code>DeleteTrail</code> cannot be called on the shadow trails (replicated trails
31
31
  * in other Regions) of a trail that is enabled in all Regions.</p>
@@ -125,6 +125,7 @@ declare const DeleteTrailCommand_base: {
125
125
  * @throws {@link CloudTrailServiceException}
126
126
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface DeregisterOrganizationDelegatedAdminCommandOutput extends Dereg
22
22
  }
23
23
  declare const DeregisterOrganizationDelegatedAdminCommand_base: {
24
24
  new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes CloudTrail delegated administrator permissions from a member account in
30
30
  * an organization.</p>
31
31
  * @example
@@ -96,6 +96,7 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
96
96
  * @throws {@link CloudTrailServiceException}
97
97
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __Met
22
22
  }
23
23
  declare const DescribeQueryCommand_base: {
24
24
  new (input: DescribeQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeQueryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns metadata about a query, including query run time in milliseconds, number of
30
30
  * events scanned and matched, and query status. If the query results were delivered to an S3 bucket,
31
31
  * the response also provides the S3 URI and the delivery status.</p>
@@ -98,6 +98,7 @@ declare const DescribeQueryCommand_base: {
98
98
  * @throws {@link CloudTrailServiceException}
99
99
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __M
22
22
  }
23
23
  declare const DescribeTrailsCommand_base: {
24
24
  new (input: DescribeTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeTrailsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves settings for one or more trails associated with the current Region for your
30
30
  * account.</p>
31
31
  * @example
@@ -120,6 +120,7 @@ declare const DescribeTrailsCommand_base: {
120
120
  * @throws {@link CloudTrailServiceException}
121
121
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface DisableFederationCommandOutput extends DisableFederationRespons
22
22
  }
23
23
  declare const DisableFederationCommand_base: {
24
24
  new (input: DisableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Disables Lake query federation on the specified event data store. When you disable federation, CloudTrail disables
31
31
  * the integration with Glue, Lake Formation, and Amazon Athena.
@@ -114,6 +114,7 @@ declare const DisableFederationCommand_base: {
114
114
  * @throws {@link CloudTrailServiceException}
115
115
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class DisableFederationCommand extends DisableFederationCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface EnableFederationCommandOutput extends EnableFederationResponse,
22
22
  }
23
23
  declare const EnableFederationCommand_base: {
24
24
  new (input: EnableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Enables Lake query federation on the specified event data store. Federating an event data store lets you view the metadata associated with the event data store in the Glue
31
31
  * <a href="https://docs.aws.amazon.com/glue/latest/dg/components-overview.html#data-catalog-intro">Data Catalog</a> and run
@@ -128,6 +128,7 @@ declare const EnableFederationCommand_base: {
128
128
  * @throws {@link CloudTrailServiceException}
129
129
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class EnableFederationCommand extends EnableFederationCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
22
22
  }
23
23
  declare const GetChannelCommand_base: {
24
24
  new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns information about a specific channel.
30
30
  * </p>
31
31
  * @example
@@ -111,6 +111,7 @@ declare const GetChannelCommand_base: {
111
111
  * @throws {@link CloudTrailServiceException}
112
112
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class GetChannelCommand extends GetChannelCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface GetEventDataStoreCommandOutput extends GetEventDataStoreRespons
22
22
  }
23
23
  declare const GetEventDataStoreCommand_base: {
24
24
  new (input: GetEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an event data store specified as either an ARN or the ID
30
30
  * portion of the ARN.</p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const GetEventDataStoreCommand_base: {
112
112
  * @throws {@link CloudTrailServiceException}
113
113
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class GetEventDataStoreCommand extends GetEventDataStoreCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface GetEventSelectorsCommandOutput extends GetEventSelectorsRespons
22
22
  }
23
23
  declare const GetEventSelectorsCommand_base: {
24
24
  new (input: GetEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the settings for the event selectors that you configured for your trail. The
30
30
  * information returned for your event selectors includes the following:</p>
31
31
  * <ul>
@@ -171,6 +171,7 @@ declare const GetEventSelectorsCommand_base: {
171
171
  * @throws {@link CloudTrailServiceException}
172
172
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
173
173
  *
174
+ * @public
174
175
  */
175
176
  export declare class GetEventSelectorsCommand extends GetEventSelectorsCommand_base {
176
177
  }
@@ -22,10 +22,10 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
22
22
  }
23
23
  declare const GetImportCommand_base: {
24
24
  new (input: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns information about a specific import. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const GetImportCommand_base: {
87
87
  * @throws {@link CloudTrailServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetImportCommand extends GetImportCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsRes
22
22
  }
23
23
  declare const GetInsightSelectorsCommand_base: {
24
24
  new (input: GetInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetInsightSelectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the settings for the Insights event selectors that you configured for your
30
30
  * trail or event data store. <code>GetInsightSelectors</code> shows if CloudTrail Insights event logging
31
31
  * is enabled on the trail or event data store, and if it is, which Insights types are enabled. If you run
@@ -133,6 +133,7 @@ declare const GetInsightSelectorsCommand_base: {
133
133
  * @throws {@link CloudTrailServiceException}
134
134
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, _
22
22
  }
23
23
  declare const GetQueryResultsCommand_base: {
24
24
  new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets event data results of a query. You must specify the <code>QueryID</code> value
30
30
  * returned by the <code>StartQuery</code> operation.</p>
31
31
  * @example
@@ -108,6 +108,7 @@ declare const GetQueryResultsCommand_base: {
108
108
  * @throws {@link CloudTrailServiceException}
109
109
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
22
22
  }
23
23
  declare const GetResourcePolicyCommand_base: {
24
24
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.
31
31
  * </p>
@@ -79,6 +79,7 @@ declare const GetResourcePolicyCommand_base: {
79
79
  * @throws {@link CloudTrailServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetTrailCommand_base: {
24
24
  new (input: GetTrailCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTrailCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns settings information for a specified trail.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const GetTrailCommand_base: {
113
113
  * @throws {@link CloudTrailServiceException}
114
114
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class GetTrailCommand extends GetTrailCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __M
22
22
  }
23
23
  declare const GetTrailStatusCommand_base: {
24
24
  new (input: GetTrailStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTrailStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a JSON-formatted list of information about the specified trail. Fields include
30
30
  * information on delivery errors, Amazon SNS and Amazon S3 errors, and start
31
31
  * and stop logging times for each trail. This operation returns trail status from a single
@@ -116,6 +116,7 @@ declare const GetTrailStatusCommand_base: {
116
116
  * @throws {@link CloudTrailServiceException}
117
117
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class GetTrailStatusCommand extends GetTrailStatusCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
22
22
  }
23
23
  declare const ListChannelsCommand_base: {
24
24
  new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists the channels in the current account, and their source names.
30
30
  * </p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const ListChannelsCommand_base: {
71
71
  * @throws {@link CloudTrailServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
76
77
  }