@aws-sdk/client-cloudtrail 3.1087.0 → 3.1089.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 (84) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudTrail.d.ts +210 -287
  3. package/dist-types/ts3.4/CloudTrailClient.d.ts +22 -82
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +3 -8
  20. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +3 -8
  21. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -5
  34. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +3 -8
  37. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
  45. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  68. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  69. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  70. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  71. package/dist-types/ts3.4/models/errors.d.ts +84 -331
  72. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  74. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +1 -4
  77. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  84. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -36,14 +33,8 @@ import {
36
33
  HttpAuthSchemeInputConfig,
37
34
  HttpAuthSchemeResolvedConfig,
38
35
  } from "./auth/httpAuthSchemeProvider";
39
- import {
40
- AddTagsCommandInput,
41
- AddTagsCommandOutput,
42
- } from "./commands/AddTagsCommand";
43
- import {
44
- CancelQueryCommandInput,
45
- CancelQueryCommandOutput,
46
- } from "./commands/CancelQueryCommand";
36
+ import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
37
+ import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
47
38
  import {
48
39
  CreateChannelCommandInput,
49
40
  CreateChannelCommandOutput,
@@ -56,10 +47,7 @@ import {
56
47
  CreateEventDataStoreCommandInput,
57
48
  CreateEventDataStoreCommandOutput,
58
49
  } from "./commands/CreateEventDataStoreCommand";
59
- import {
60
- CreateTrailCommandInput,
61
- CreateTrailCommandOutput,
62
- } from "./commands/CreateTrailCommand";
50
+ import { CreateTrailCommandInput, CreateTrailCommandOutput } from "./commands/CreateTrailCommand";
63
51
  import {
64
52
  DeleteChannelCommandInput,
65
53
  DeleteChannelCommandOutput,
@@ -76,10 +64,7 @@ import {
76
64
  DeleteResourcePolicyCommandInput,
77
65
  DeleteResourcePolicyCommandOutput,
78
66
  } from "./commands/DeleteResourcePolicyCommand";
79
- import {
80
- DeleteTrailCommandInput,
81
- DeleteTrailCommandOutput,
82
- } from "./commands/DeleteTrailCommand";
67
+ import { DeleteTrailCommandInput, DeleteTrailCommandOutput } from "./commands/DeleteTrailCommand";
83
68
  import {
84
69
  DeregisterOrganizationDelegatedAdminCommandInput,
85
70
  DeregisterOrganizationDelegatedAdminCommandOutput,
@@ -104,10 +89,7 @@ import {
104
89
  GenerateQueryCommandInput,
105
90
  GenerateQueryCommandOutput,
106
91
  } from "./commands/GenerateQueryCommand";
107
- import {
108
- GetChannelCommandInput,
109
- GetChannelCommandOutput,
110
- } from "./commands/GetChannelCommand";
92
+ import { GetChannelCommandInput, GetChannelCommandOutput } from "./commands/GetChannelCommand";
111
93
  import {
112
94
  GetDashboardCommandInput,
113
95
  GetDashboardCommandOutput,
@@ -124,10 +106,7 @@ import {
124
106
  GetEventSelectorsCommandInput,
125
107
  GetEventSelectorsCommandOutput,
126
108
  } from "./commands/GetEventSelectorsCommand";
127
- import {
128
- GetImportCommandInput,
129
- GetImportCommandOutput,
130
- } from "./commands/GetImportCommand";
109
+ import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
131
110
  import {
132
111
  GetInsightSelectorsCommandInput,
133
112
  GetInsightSelectorsCommandOutput,
@@ -140,10 +119,7 @@ import {
140
119
  GetResourcePolicyCommandInput,
141
120
  GetResourcePolicyCommandOutput,
142
121
  } from "./commands/GetResourcePolicyCommand";
143
- import {
144
- GetTrailCommandInput,
145
- GetTrailCommandOutput,
146
- } from "./commands/GetTrailCommand";
122
+ import { GetTrailCommandInput, GetTrailCommandOutput } from "./commands/GetTrailCommand";
147
123
  import {
148
124
  GetTrailStatusCommandInput,
149
125
  GetTrailStatusCommandOutput,
@@ -164,10 +140,7 @@ import {
164
140
  ListImportFailuresCommandInput,
165
141
  ListImportFailuresCommandOutput,
166
142
  } from "./commands/ListImportFailuresCommand";
167
- import {
168
- ListImportsCommandInput,
169
- ListImportsCommandOutput,
170
- } from "./commands/ListImportsCommand";
143
+ import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
171
144
  import {
172
145
  ListInsightsDataCommandInput,
173
146
  ListInsightsDataCommandOutput,
@@ -180,18 +153,9 @@ import {
180
153
  ListPublicKeysCommandInput,
181
154
  ListPublicKeysCommandOutput,
182
155
  } from "./commands/ListPublicKeysCommand";
183
- import {
184
- ListQueriesCommandInput,
185
- ListQueriesCommandOutput,
186
- } from "./commands/ListQueriesCommand";
187
- import {
188
- ListTagsCommandInput,
189
- ListTagsCommandOutput,
190
- } from "./commands/ListTagsCommand";
191
- import {
192
- ListTrailsCommandInput,
193
- ListTrailsCommandOutput,
194
- } from "./commands/ListTrailsCommand";
156
+ import { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
157
+ import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
158
+ import { ListTrailsCommandInput, ListTrailsCommandOutput } from "./commands/ListTrailsCommand";
195
159
  import {
196
160
  LookupEventsCommandInput,
197
161
  LookupEventsCommandOutput,
@@ -216,10 +180,7 @@ import {
216
180
  RegisterOrganizationDelegatedAdminCommandInput,
217
181
  RegisterOrganizationDelegatedAdminCommandOutput,
218
182
  } from "./commands/RegisterOrganizationDelegatedAdminCommand";
219
- import {
220
- RemoveTagsCommandInput,
221
- RemoveTagsCommandOutput,
222
- } from "./commands/RemoveTagsCommand";
183
+ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
223
184
  import {
224
185
  RestoreEventDataStoreCommandInput,
225
186
  RestoreEventDataStoreCommandOutput,
@@ -236,30 +197,18 @@ import {
236
197
  StartEventDataStoreIngestionCommandInput,
237
198
  StartEventDataStoreIngestionCommandOutput,
238
199
  } from "./commands/StartEventDataStoreIngestionCommand";
239
- import {
240
- StartImportCommandInput,
241
- StartImportCommandOutput,
242
- } from "./commands/StartImportCommand";
200
+ import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
243
201
  import {
244
202
  StartLoggingCommandInput,
245
203
  StartLoggingCommandOutput,
246
204
  } from "./commands/StartLoggingCommand";
247
- import {
248
- StartQueryCommandInput,
249
- StartQueryCommandOutput,
250
- } from "./commands/StartQueryCommand";
205
+ import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
251
206
  import {
252
207
  StopEventDataStoreIngestionCommandInput,
253
208
  StopEventDataStoreIngestionCommandOutput,
254
209
  } from "./commands/StopEventDataStoreIngestionCommand";
255
- import {
256
- StopImportCommandInput,
257
- StopImportCommandOutput,
258
- } from "./commands/StopImportCommand";
259
- import {
260
- StopLoggingCommandInput,
261
- StopLoggingCommandOutput,
262
- } from "./commands/StopLoggingCommand";
210
+ import { StopImportCommandInput, StopImportCommandOutput } from "./commands/StopImportCommand";
211
+ import { StopLoggingCommandInput, StopLoggingCommandOutput } from "./commands/StopLoggingCommand";
263
212
  import {
264
213
  UpdateChannelCommandInput,
265
214
  UpdateChannelCommandOutput,
@@ -272,10 +221,7 @@ import {
272
221
  UpdateEventDataStoreCommandInput,
273
222
  UpdateEventDataStoreCommandOutput,
274
223
  } from "./commands/UpdateEventDataStoreCommand";
275
- import {
276
- UpdateTrailCommandInput,
277
- UpdateTrailCommandOutput,
278
- } from "./commands/UpdateTrailCommand";
224
+ import { UpdateTrailCommandInput, UpdateTrailCommandOutput } from "./commands/UpdateTrailCommand";
279
225
  import {
280
226
  ClientInputEndpointParameters,
281
227
  ClientResolvedEndpointParameters,
@@ -405,8 +351,7 @@ export type ServiceOutputTypes =
405
351
  | UpdateDashboardCommandOutput
406
352
  | UpdateEventDataStoreCommandOutput
407
353
  | UpdateTrailCommandOutput;
408
- export interface ClientDefaults
409
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
354
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
410
355
  requestHandler?: __HttpHandlerUserInput;
411
356
  sha256?: __ChecksumConstructor | __HashConstructor;
412
357
  urlParser?: __UrlParser;
@@ -431,9 +376,7 @@ export interface ClientDefaults
431
376
  extensions?: RuntimeExtension[];
432
377
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
433
378
  }
434
- export type CloudTrailClientConfigType = Partial<
435
- __SmithyConfiguration<__HttpHandlerOptions>
436
- > &
379
+ export type CloudTrailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
437
380
  ClientDefaults &
438
381
  UserAgentInputConfig &
439
382
  RetryInputConfig &
@@ -454,8 +397,7 @@ export type CloudTrailClientResolvedConfigType =
454
397
  EndpointResolvedConfig<EndpointParameters> &
455
398
  HttpAuthSchemeResolvedConfig &
456
399
  ClientResolvedEndpointParameters;
457
- export interface CloudTrailClientResolvedConfig
458
- extends CloudTrailClientResolvedConfigType {}
400
+ export interface CloudTrailClientResolvedConfig extends CloudTrailClientResolvedConfigType {}
459
401
  export declare class CloudTrailClient extends __Client<
460
402
  __HttpHandlerOptions,
461
403
  ServiceInputTypes,
@@ -463,8 +405,6 @@ export declare class CloudTrailClient extends __Client<
463
405
  CloudTrailClientResolvedConfig
464
406
  > {
465
407
  readonly config: CloudTrailClientResolvedConfig;
466
- constructor(
467
- ...[configuration]: __CheckOptionalClientConfig<CloudTrailClientConfig>
468
- );
408
+ constructor(...[configuration]: __CheckOptionalClientConfig<CloudTrailClientConfig>);
469
409
  destroy(): void;
470
410
  }
@@ -7,17 +7,10 @@ import { CloudTrailHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: CloudTrailHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: CloudTrailHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): CloudTrailHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { CloudTrailClientResolvedConfig } from "../CloudTrailClient";
15
- export interface CloudTrailHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface CloudTrailHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface CloudTrailHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- CloudTrailClientResolvedConfig,
22
- HandlerExecutionContext,
23
- CloudTrailHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface CloudTrailHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ CloudTrailClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ CloudTrailHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultCloudTrailHttpAuthSchemeParametersProvider: (
27
25
  config: CloudTrailClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<CloudTrailHttpAuthSchemeParameters>;
31
- export interface CloudTrailHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<CloudTrailHttpAuthSchemeParameters> {}
29
+ export interface CloudTrailHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CloudTrailHttpAuthSchemeParameters> {}
33
30
  export declare const defaultCloudTrailHttpAuthSchemeProvider: CloudTrailHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: CloudTrailHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: CloudTrailHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./CloudTrailClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  CloudTrailClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AddTagsRequest, AddTagsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AddTagsCommandInput extends AddTagsRequest {}
5
- export interface AddTagsCommandOutput
6
- extends AddTagsResponse,
7
- __MetadataBearer {}
5
+ export interface AddTagsCommandOutput extends AddTagsResponse, __MetadataBearer {}
8
6
  declare const AddTagsCommand_base: {
9
- new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: AddTagsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  AddTagsCommandInput,
11
11
  AddTagsCommandOutput,
12
12
  import("..").CloudTrailClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: AddTagsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  AddTagsCommandInput,
18
20
  AddTagsCommandOutput,
19
21
  import("..").CloudTrailClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CancelQueryCommandInput extends CancelQueryRequest {}
5
- export interface CancelQueryCommandOutput
6
- extends CancelQueryResponse,
7
- __MetadataBearer {}
5
+ export interface CancelQueryCommandOutput extends CancelQueryResponse, __MetadataBearer {}
8
6
  declare const CancelQueryCommand_base: {
9
7
  new (
10
- input: CancelQueryCommandInput
8
+ input: CancelQueryCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CancelQueryCommandInput,
13
11
  CancelQueryCommandOutput,
@@ -16,7 +14,7 @@ declare const CancelQueryCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CancelQueryCommandInput
17
+ input: CancelQueryCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CancelQueryCommandInput,
22
20
  CancelQueryCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelRequest,
4
- CreateChannelResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
8
- export interface CreateChannelCommandOutput
9
- extends CreateChannelResponse,
10
- __MetadataBearer {}
5
+ export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {}
11
6
  declare const CreateChannelCommand_base: {
12
7
  new (
13
- input: CreateChannelCommandInput
8
+ input: CreateChannelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateChannelCommandInput,
16
11
  CreateChannelCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateChannelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateChannelCommandInput
17
+ input: CreateChannelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateChannelCommandInput,
25
20
  CreateChannelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDashboardRequest,
4
- CreateDashboardResponse,
5
- } from "../models/models_0";
2
+ import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
8
- export interface CreateDashboardCommandOutput
9
- extends CreateDashboardResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {}
11
6
  declare const CreateDashboardCommand_base: {
12
7
  new (
13
- input: CreateDashboardCommandInput
8
+ input: CreateDashboardCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDashboardCommandInput,
16
11
  CreateDashboardCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDashboardCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDashboardCommandInput
17
+ input: CreateDashboardCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDashboardCommandInput,
25
20
  CreateDashboardCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEventDataStoreRequest,
4
- CreateEventDataStoreResponse,
5
- } from "../models/models_0";
2
+ import { CreateEventDataStoreRequest, CreateEventDataStoreResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateEventDataStoreCommandInput
8
- extends CreateEventDataStoreRequest {}
4
+ export interface CreateEventDataStoreCommandInput extends CreateEventDataStoreRequest {}
9
5
  export interface CreateEventDataStoreCommandOutput
10
- extends CreateEventDataStoreResponse,
11
- __MetadataBearer {}
6
+ extends CreateEventDataStoreResponse, __MetadataBearer {}
12
7
  declare const CreateEventDataStoreCommand_base: {
13
8
  new (
14
- input: CreateEventDataStoreCommandInput
9
+ input: CreateEventDataStoreCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateEventDataStoreCommandInput,
17
12
  CreateEventDataStoreCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateEventDataStoreCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateEventDataStoreCommandInput
18
+ input: CreateEventDataStoreCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateEventDataStoreCommandInput,
26
21
  CreateEventDataStoreCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateTrailCommandInput extends CreateTrailRequest {}
5
- export interface CreateTrailCommandOutput
6
- extends CreateTrailResponse,
7
- __MetadataBearer {}
5
+ export interface CreateTrailCommandOutput extends CreateTrailResponse, __MetadataBearer {}
8
6
  declare const CreateTrailCommand_base: {
9
7
  new (
10
- input: CreateTrailCommandInput
8
+ input: CreateTrailCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateTrailCommandInput,
13
11
  CreateTrailCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateTrailCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateTrailCommandInput
17
+ input: CreateTrailCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateTrailCommandInput,
22
20
  CreateTrailCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteChannelRequest,
4
- DeleteChannelResponse,
5
- } from "../models/models_0";
2
+ import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
8
- export interface DeleteChannelCommandOutput
9
- extends DeleteChannelResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {}
11
6
  declare const DeleteChannelCommand_base: {
12
7
  new (
13
- input: DeleteChannelCommandInput
8
+ input: DeleteChannelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteChannelCommandInput,
16
11
  DeleteChannelCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteChannelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteChannelCommandInput
17
+ input: DeleteChannelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteChannelCommandInput,
25
20
  DeleteChannelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDashboardRequest,
4
- DeleteDashboardResponse,
5
- } from "../models/models_0";
2
+ import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {}
8
- export interface DeleteDashboardCommandOutput
9
- extends DeleteDashboardResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {}
11
6
  declare const DeleteDashboardCommand_base: {
12
7
  new (
13
- input: DeleteDashboardCommandInput
8
+ input: DeleteDashboardCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteDashboardCommandInput,
16
11
  DeleteDashboardCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteDashboardCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteDashboardCommandInput
17
+ input: DeleteDashboardCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteDashboardCommandInput,
25
20
  DeleteDashboardCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteEventDataStoreRequest,
4
- DeleteEventDataStoreResponse,
5
- } from "../models/models_0";
2
+ import { DeleteEventDataStoreRequest, DeleteEventDataStoreResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteEventDataStoreCommandInput
8
- extends DeleteEventDataStoreRequest {}
4
+ export interface DeleteEventDataStoreCommandInput extends DeleteEventDataStoreRequest {}
9
5
  export interface DeleteEventDataStoreCommandOutput
10
- extends DeleteEventDataStoreResponse,
11
- __MetadataBearer {}
6
+ extends DeleteEventDataStoreResponse, __MetadataBearer {}
12
7
  declare const DeleteEventDataStoreCommand_base: {
13
8
  new (
14
- input: DeleteEventDataStoreCommandInput
9
+ input: DeleteEventDataStoreCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteEventDataStoreCommandInput,
17
12
  DeleteEventDataStoreCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteEventDataStoreCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteEventDataStoreCommandInput
18
+ input: DeleteEventDataStoreCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteEventDataStoreCommandInput,
26
21
  DeleteEventDataStoreCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteResourcePolicyRequest,
4
- DeleteResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteResourcePolicyCommandInput
8
- extends DeleteResourcePolicyRequest {}
4
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
9
5
  export interface DeleteResourcePolicyCommandOutput
10
- extends DeleteResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteResourcePolicyCommand_base: {
13
8
  new (
14
- input: DeleteResourcePolicyCommandInput
9
+ input: DeleteResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteResourcePolicyCommandInput,
17
12
  DeleteResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteResourcePolicyCommandInput
18
+ input: DeleteResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteResourcePolicyCommandInput,
26
21
  DeleteResourcePolicyCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteTrailCommandInput extends DeleteTrailRequest {}
5
- export interface DeleteTrailCommandOutput
6
- extends DeleteTrailResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __MetadataBearer {}
8
6
  declare const DeleteTrailCommand_base: {
9
7
  new (
10
- input: DeleteTrailCommandInput
8
+ input: DeleteTrailCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteTrailCommandInput,
13
11
  DeleteTrailCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteTrailCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteTrailCommandInput
17
+ input: DeleteTrailCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteTrailCommandInput,
22
20
  DeleteTrailCommandOutput,