@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
@@ -22,10 +22,10 @@ export interface ListEventDataStoresCommandOutput extends ListEventDataStoresRes
22
22
  }
23
23
  declare const ListEventDataStoresCommand_base: {
24
24
  new (input: ListEventDataStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventDataStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about all event data stores in the account, in the current
30
30
  * Region.</p>
31
31
  * @example
@@ -111,6 +111,7 @@ declare const ListEventDataStoresCommand_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 ListEventDataStoresCommand extends ListEventDataStoresCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface ListImportFailuresCommandOutput extends ListImportFailuresRespo
22
22
  }
23
23
  declare const ListImportFailuresCommand_base: {
24
24
  new (input: ListImportFailuresCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImportFailuresCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of failures for the specified import. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListImportFailuresCommand_base: {
77
77
  * @throws {@link CloudTrailServiceException}
78
78
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListImportFailuresCommand extends ListImportFailuresCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
22
22
  }
23
23
  declare const ListImportsCommand_base: {
24
24
  new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns information on all imports, or a select set of imports by
30
30
  * <code>ImportStatus</code> or <code>Destination</code>. </p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const ListImportsCommand_base: {
85
85
  * @throws {@link CloudTrailServiceException}
86
86
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListImportsCommand extends ListImportsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListInsightsMetricDataCommandOutput extends ListInsightsMetricD
22
22
  }
23
23
  declare const ListInsightsMetricDataCommand_base: {
24
24
  new (input: ListInsightsMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInsightsMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns Insights metrics data for trails that have enabled Insights. The request must include the <code>EventSource</code>,
30
30
  * <code>EventName</code>, and <code>InsightType</code> parameters.</p>
31
31
  * <p>If the <code>InsightType</code> is set to <code>ApiErrorRateInsight</code>, the request must also include the <code>ErrorCode</code> parameter.</p>
@@ -97,6 +97,7 @@ declare const ListInsightsMetricDataCommand_base: {
97
97
  * @throws {@link CloudTrailServiceException}
98
98
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListInsightsMetricDataCommand extends ListInsightsMetricDataCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __M
22
22
  }
23
23
  declare const ListPublicKeysCommand_base: {
24
24
  new (input: ListPublicKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns all public keys whose private keys were used to sign the digest files within the
30
30
  * specified time range. The public key is needed to validate digest files that were signed
31
31
  * with its corresponding private key.</p>
@@ -84,6 +84,7 @@ declare const ListPublicKeysCommand_base: {
84
84
  * @throws {@link CloudTrailServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListQueriesCommandOutput extends ListQueriesResponse, __Metadat
22
22
  }
23
23
  declare const ListQueriesCommand_base: {
24
24
  new (input: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of queries and query statuses for the past seven days. You must specify
30
30
  * an ARN value for <code>EventDataStore</code>. Optionally, to shorten the list of results,
31
31
  * you can specify a time range, formatted as timestamps, by adding <code>StartTime</code> and
@@ -109,6 +109,7 @@ declare const ListQueriesCommand_base: {
109
109
  * @throws {@link CloudTrailServiceException}
110
110
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class ListQueriesCommand extends ListQueriesCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListTagsCommand_base: {
24
24
  new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified trails, event data stores, or channels in the current Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -134,6 +134,7 @@ declare const ListTagsCommand_base: {
134
134
  * @throws {@link CloudTrailServiceException}
135
135
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class ListTagsCommand extends ListTagsCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataB
22
22
  }
23
23
  declare const ListTrailsCommand_base: {
24
24
  new (input: ListTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTrailsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists trails that are in the current account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const ListTrailsCommand_base: {
66
66
  * @throws {@link CloudTrailServiceException}
67
67
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class ListTrailsCommand extends ListTrailsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface LookupEventsCommandOutput extends LookupEventsResponse, __Metad
22
22
  }
23
23
  declare const LookupEventsCommand_base: {
24
24
  new (input: LookupEventsCommandInput): import("@smithy/smithy-client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [LookupEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Looks up <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html#cloudtrail-concepts-management-events">management events</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html#cloudtrail-concepts-insights-events">CloudTrail Insights events</a> that are captured by CloudTrail.
30
30
  * You can look up events that occurred in a Region within the last 90 days.</p>
31
31
  * <note>
@@ -157,6 +157,7 @@ declare const LookupEventsCommand_base: {
157
157
  * @throws {@link CloudTrailServiceException}
158
158
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
159
159
  *
160
+ * @public
160
161
  */
161
162
  export declare class LookupEventsCommand extends LookupEventsCommand_base {
162
163
  }
@@ -22,10 +22,10 @@ export interface PutEventSelectorsCommandOutput extends PutEventSelectorsRespons
22
22
  }
23
23
  declare const PutEventSelectorsCommand_base: {
24
24
  new (input: PutEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configures an event selector or advanced event selectors for your trail. Use event
30
30
  * selectors or advanced event selectors to specify management and data event settings for
31
31
  * your trail. If you want your trail to log Insights events, be sure the event selector
@@ -285,6 +285,7 @@ declare const PutEventSelectorsCommand_base: {
285
285
  * @throws {@link CloudTrailServiceException}
286
286
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
287
287
  *
288
+ * @public
288
289
  */
289
290
  export declare class PutEventSelectorsCommand extends PutEventSelectorsCommand_base {
290
291
  }
@@ -22,10 +22,10 @@ export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsRes
22
22
  }
23
23
  declare const PutInsightSelectorsCommand_base: {
24
24
  new (input: PutInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lets you enable Insights event logging by specifying the Insights selectors that you
30
30
  * want to enable on an existing trail or event data store. You also use <code>PutInsightSelectors</code> to turn
31
31
  * off Insights event logging, by passing an empty list of Insights types. The valid Insights
@@ -175,6 +175,7 @@ declare const PutInsightSelectorsCommand_base: {
175
175
  * @throws {@link CloudTrailServiceException}
176
176
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
177
177
  *
178
+ * @public
178
179
  */
179
180
  export declare class PutInsightSelectorsCommand extends PutInsightSelectorsCommand_base {
180
181
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Attaches a resource-based permission policy to a CloudTrail channel that is used for an integration with an event source outside of Amazon Web Services. For more information about resource-based policies, see
31
31
  * <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/security_iam_resource-based-policy-examples.html">CloudTrail resource-based policy examples</a>
@@ -100,6 +100,7 @@ declare const PutResourcePolicyCommand_base: {
100
100
  * @throws {@link CloudTrailServiceException}
101
101
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface RegisterOrganizationDelegatedAdminCommandOutput extends Registe
22
22
  }
23
23
  declare const RegisterOrganizationDelegatedAdminCommand_base: {
24
24
  new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers an organization’s member account as the CloudTrail <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-delegated-administrator.html">delegated administrator</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
104
104
  * @throws {@link CloudTrailServiceException}
105
105
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataB
22
22
  }
23
23
  declare const RemoveTagsCommand_base: {
24
24
  new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from a trail, event data store, or channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -133,6 +133,7 @@ declare const RemoveTagsCommand_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 RemoveTagsCommand extends RemoveTagsCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStor
22
22
  }
23
23
  declare const RestoreEventDataStoreCommand_base: {
24
24
  new (input: RestoreEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RestoreEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Restores a deleted event data store specified by <code>EventDataStore</code>, which
30
30
  * accepts an event data store ARN. You can only restore a deleted event data store within the
31
31
  * seven-day wait period after deletion. Restoring an event data store can take several
@@ -141,6 +141,7 @@ declare const RestoreEventDataStoreCommand_base: {
141
141
  * @throws {@link CloudTrailServiceException}
142
142
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class RestoreEventDataStoreCommand extends RestoreEventDataStoreCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface StartEventDataStoreIngestionCommandOutput extends StartEventDat
22
22
  }
23
23
  declare const StartEventDataStoreIngestionCommand_base: {
24
24
  new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store <code>Status</code> must be <code>STOPPED_INGESTION</code>
30
30
  * and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, or <code>ConfigurationItem</code>.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const StartEventDataStoreIngestionCommand_base: {
89
89
  * @throws {@link CloudTrailServiceException}
90
90
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
22
22
  }
23
23
  declare const StartImportCommand_base: {
24
24
  new (input: StartImportCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartImportCommandInput]): import("@smithy/smithy-client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Starts an import of logged trail events from a source S3 bucket to a destination event
30
30
  * data store. By default, CloudTrail only imports events contained in the S3 bucket's
31
31
  * <code>CloudTrail</code> prefix and the prefixes inside the <code>CloudTrail</code> prefix, and does not check prefixes for other Amazon Web Services
@@ -137,6 +137,7 @@ declare const StartImportCommand_base: {
137
137
  * @throws {@link CloudTrailServiceException}
138
138
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class StartImportCommand extends StartImportCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface StartLoggingCommandOutput extends StartLoggingResponse, __Metad
22
22
  }
23
23
  declare const StartLoggingCommand_base: {
24
24
  new (input: StartLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the recording of Amazon Web Services API calls and log file delivery for a trail.
30
30
  * For a trail that is enabled in all Regions, this operation must be called from the Region
31
31
  * in which the trail was created. This operation cannot be called on the shadow trails
@@ -126,6 +126,7 @@ declare const StartLoggingCommand_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 StartLoggingCommand extends StartLoggingCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataB
22
22
  }
23
23
  declare const StartQueryCommand_base: {
24
24
  new (input: StartQueryCommandInput): import("@smithy/smithy-client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartQueryCommandInput]): import("@smithy/smithy-client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a CloudTrail Lake query. Use the <code>QueryStatement</code>
30
30
  * parameter to provide your SQL query, enclosed in single quotation marks. Use the optional
31
31
  * <code>DeliveryS3Uri</code> parameter to deliver the query results to an S3
@@ -112,6 +112,7 @@ declare const StartQueryCommand_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 StartQueryCommand extends StartQueryCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface StopEventDataStoreIngestionCommandOutput extends StopEventDataS
22
22
  }
23
23
  declare const StopEventDataStoreIngestionCommand_base: {
24
24
  new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store <code>Status</code> must be <code>ENABLED</code>
30
30
  * and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, or <code>ConfigurationItem</code>.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const StopEventDataStoreIngestionCommand_base: {
89
89
  * @throws {@link CloudTrailServiceException}
90
90
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class StopEventDataStoreIngestionCommand extends StopEventDataStoreIngestionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface StopImportCommandOutput extends StopImportResponse, __MetadataB
22
22
  }
23
23
  declare const StopImportCommand_base: {
24
24
  new (input: StopImportCommandInput): import("@smithy/smithy-client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopImportCommandInput): import("@smithy/smithy-client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Stops a specified 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 StopImportCommand_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 StopImportCommand extends StopImportCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface StopLoggingCommandOutput extends StopLoggingResponse, __Metadat
22
22
  }
23
23
  declare const StopLoggingCommand_base: {
24
24
  new (input: StopLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Suspends the recording of Amazon Web Services API calls and log file delivery for the
30
30
  * specified trail. Under most circumstances, there is no need to use this action. You can
31
31
  * update a trail without stopping it first. This action is the only way to stop recording.
@@ -129,6 +129,7 @@ declare const StopLoggingCommand_base: {
129
129
  * @throws {@link CloudTrailServiceException}
130
130
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class StopLoggingCommand extends StopLoggingCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
22
22
  }
23
23
  declare const UpdateChannelCommand_base: {
24
24
  new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a channel specified by a required channel ARN or UUID.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const UpdateChannelCommand_base: {
103
103
  * @throws {@link CloudTrailServiceException}
104
104
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreR
22
22
  }
23
23
  declare const UpdateEventDataStoreCommand_base: {
24
24
  new (input: UpdateEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an event data store. The required <code>EventDataStore</code> value is an ARN or
30
30
  * the ID portion of the ARN. Other parameters are optional, but at least one optional
31
31
  * parameter must be specified, or CloudTrail throws an error.
@@ -243,6 +243,7 @@ declare const UpdateEventDataStoreCommand_base: {
243
243
  * @throws {@link CloudTrailServiceException}
244
244
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
245
245
  *
246
+ * @public
246
247
  */
247
248
  export declare class UpdateEventDataStoreCommand extends UpdateEventDataStoreCommand_base {
248
249
  }
@@ -22,10 +22,10 @@ export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __Metadat
22
22
  }
23
23
  declare const UpdateTrailCommand_base: {
24
24
  new (input: UpdateTrailCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTrailCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates trail settings that control what events you are logging, and how to handle log
30
30
  * files. Changes to a trail do not require stopping the CloudTrail service. Use this
31
31
  * action to designate an existing bucket for log delivery. If the existing bucket has
@@ -258,6 +258,7 @@ declare const UpdateTrailCommand_base: {
258
258
  * @throws {@link CloudTrailServiceException}
259
259
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
260
260
  *
261
+ * @public
261
262
  */
262
263
  export declare class UpdateTrailCommand extends UpdateTrailCommand_base {
263
264
  }