@aws-sdk/client-cloudtrail 3.650.0 → 3.654.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 (99) hide show
  1. package/dist-types/commands/AddTagsCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelQueryCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateChannelCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateTrailCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteChannelCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteTrailCommand.d.ts +11 -0
  10. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeQueryCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeTrailsCommand.d.ts +11 -0
  13. package/dist-types/commands/DisableFederationCommand.d.ts +11 -0
  14. package/dist-types/commands/EnableFederationCommand.d.ts +11 -0
  15. package/dist-types/commands/GetChannelCommand.d.ts +11 -0
  16. package/dist-types/commands/GetEventDataStoreCommand.d.ts +11 -0
  17. package/dist-types/commands/GetEventSelectorsCommand.d.ts +11 -0
  18. package/dist-types/commands/GetImportCommand.d.ts +11 -0
  19. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +11 -0
  20. package/dist-types/commands/GetQueryResultsCommand.d.ts +11 -0
  21. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  22. package/dist-types/commands/GetTrailCommand.d.ts +11 -0
  23. package/dist-types/commands/GetTrailStatusCommand.d.ts +11 -0
  24. package/dist-types/commands/ListChannelsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListEventDataStoresCommand.d.ts +11 -0
  26. package/dist-types/commands/ListImportFailuresCommand.d.ts +11 -0
  27. package/dist-types/commands/ListImportsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +11 -0
  29. package/dist-types/commands/ListPublicKeysCommand.d.ts +11 -0
  30. package/dist-types/commands/ListQueriesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTagsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListTrailsCommand.d.ts +11 -0
  33. package/dist-types/commands/LookupEventsCommand.d.ts +11 -0
  34. package/dist-types/commands/PutEventSelectorsCommand.d.ts +11 -0
  35. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +11 -0
  36. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  37. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +11 -0
  38. package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
  39. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +11 -0
  40. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +11 -0
  41. package/dist-types/commands/StartImportCommand.d.ts +11 -0
  42. package/dist-types/commands/StartLoggingCommand.d.ts +11 -0
  43. package/dist-types/commands/StartQueryCommand.d.ts +11 -0
  44. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +11 -0
  45. package/dist-types/commands/StopImportCommand.d.ts +11 -0
  46. package/dist-types/commands/StopLoggingCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateChannelCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateTrailCommand.d.ts +11 -0
  50. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +12 -1
  99. package/package.json +35 -35
@@ -93,4 +93,15 @@ declare const StartEventDataStoreIngestionCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: StartEventDataStoreIngestionRequest;
100
+ output: {};
101
+ };
102
+ sdk: {
103
+ input: StartEventDataStoreIngestionCommandInput;
104
+ output: StartEventDataStoreIngestionCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -141,4 +141,15 @@ declare const StartImportCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class StartImportCommand extends StartImportCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: StartImportRequest;
148
+ output: StartImportResponse;
149
+ };
150
+ sdk: {
151
+ input: StartImportCommandInput;
152
+ output: StartImportCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -130,4 +130,15 @@ declare const StartLoggingCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class StartLoggingCommand extends StartLoggingCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: StartLoggingRequest;
137
+ output: {};
138
+ };
139
+ sdk: {
140
+ input: StartLoggingCommandInput;
141
+ output: StartLoggingCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -116,4 +116,15 @@ declare const StartQueryCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class StartQueryCommand extends StartQueryCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: StartQueryRequest;
123
+ output: StartQueryResponse;
124
+ };
125
+ sdk: {
126
+ input: StartQueryCommandInput;
127
+ output: StartQueryCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -93,4 +93,15 @@ declare const StopEventDataStoreIngestionCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class StopEventDataStoreIngestionCommand extends StopEventDataStoreIngestionCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: StopEventDataStoreIngestionRequest;
100
+ output: {};
101
+ };
102
+ sdk: {
103
+ input: StopEventDataStoreIngestionCommandInput;
104
+ output: StopEventDataStoreIngestionCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -91,4 +91,15 @@ declare const StopImportCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class StopImportCommand extends StopImportCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: StopImportRequest;
98
+ output: StopImportResponse;
99
+ };
100
+ sdk: {
101
+ input: StopImportCommandInput;
102
+ output: StopImportCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -133,4 +133,15 @@ declare const StopLoggingCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class StopLoggingCommand extends StopLoggingCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: StopLoggingRequest;
140
+ output: {};
141
+ };
142
+ sdk: {
143
+ input: StopLoggingCommandInput;
144
+ output: StopLoggingCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -107,4 +107,15 @@ declare const UpdateChannelCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: UpdateChannelRequest;
114
+ output: UpdateChannelResponse;
115
+ };
116
+ sdk: {
117
+ input: UpdateChannelCommandInput;
118
+ output: UpdateChannelCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -247,4 +247,15 @@ declare const UpdateEventDataStoreCommand_base: {
247
247
  * @public
248
248
  */
249
249
  export declare class UpdateEventDataStoreCommand extends UpdateEventDataStoreCommand_base {
250
+ /** @internal type navigation helper, not in runtime. */
251
+ protected static __types: {
252
+ api: {
253
+ input: UpdateEventDataStoreRequest;
254
+ output: UpdateEventDataStoreResponse;
255
+ };
256
+ sdk: {
257
+ input: UpdateEventDataStoreCommandInput;
258
+ output: UpdateEventDataStoreCommandOutput;
259
+ };
260
+ };
250
261
  }
@@ -262,4 +262,15 @@ declare const UpdateTrailCommand_base: {
262
262
  * @public
263
263
  */
264
264
  export declare class UpdateTrailCommand extends UpdateTrailCommand_base {
265
+ /** @internal type navigation helper, not in runtime. */
266
+ protected static __types: {
267
+ api: {
268
+ input: UpdateTrailRequest;
269
+ output: UpdateTrailResponse;
270
+ };
271
+ sdk: {
272
+ input: UpdateTrailCommandInput;
273
+ output: UpdateTrailCommandOutput;
274
+ };
275
+ };
265
276
  }
@@ -29,4 +29,15 @@ declare const AddTagsCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class AddTagsCommand extends AddTagsCommand_base {}
32
+ export declare class AddTagsCommand extends AddTagsCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: AddTagsRequest;
36
+ output: {};
37
+ };
38
+ sdk: {
39
+ input: AddTagsCommandInput;
40
+ output: AddTagsCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -33,4 +33,15 @@ declare const CancelQueryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelQueryCommand extends CancelQueryCommand_base {}
36
+ export declare class CancelQueryCommand extends CancelQueryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelQueryRequest;
40
+ output: CancelQueryResponse;
41
+ };
42
+ sdk: {
43
+ input: CancelQueryCommandInput;
44
+ output: CancelQueryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateChannelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateChannelCommand extends CreateChannelCommand_base {}
39
+ export declare class CreateChannelCommand extends CreateChannelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateChannelRequest;
43
+ output: CreateChannelResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateChannelCommandInput;
47
+ output: CreateChannelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateEventDataStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {}
40
+ export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateEventDataStoreRequest;
44
+ output: CreateEventDataStoreResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateEventDataStoreCommandInput;
48
+ output: CreateEventDataStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateTrailCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateTrailCommand extends CreateTrailCommand_base {}
36
+ export declare class CreateTrailCommand extends CreateTrailCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateTrailRequest;
40
+ output: CreateTrailResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateTrailCommandInput;
44
+ output: CreateTrailCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteChannelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteChannelCommand extends DeleteChannelCommand_base {}
39
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteChannelRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteChannelCommandInput;
47
+ output: DeleteChannelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteEventDataStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {}
40
+ export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEventDataStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteEventDataStoreCommandInput;
48
+ output: DeleteEventDataStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteTrailCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteTrailCommand extends DeleteTrailCommand_base {}
36
+ export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteTrailRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteTrailCommandInput;
44
+ output: DeleteTrailCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {}
40
+ export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeregisterOrganizationDelegatedAdminRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeregisterOrganizationDelegatedAdminCommandInput;
48
+ output: DeregisterOrganizationDelegatedAdminCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeQueryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeQueryCommand extends DescribeQueryCommand_base {}
39
+ export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeQueryRequest;
43
+ output: DescribeQueryResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeQueryCommandInput;
47
+ output: DescribeQueryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeTrailsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {}
39
+ export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeTrailsRequest;
43
+ output: DescribeTrailsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeTrailsCommandInput;
47
+ output: DescribeTrailsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DisableFederationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisableFederationCommand extends DisableFederationCommand_base {}
40
+ export declare class DisableFederationCommand extends DisableFederationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisableFederationRequest;
44
+ output: DisableFederationResponse;
45
+ };
46
+ sdk: {
47
+ input: DisableFederationCommandInput;
48
+ output: DisableFederationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const EnableFederationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class EnableFederationCommand extends EnableFederationCommand_base {}
39
+ export declare class EnableFederationCommand extends EnableFederationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: EnableFederationRequest;
43
+ output: EnableFederationResponse;
44
+ };
45
+ sdk: {
46
+ input: EnableFederationCommandInput;
47
+ output: EnableFederationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetChannelCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetChannelCommand extends GetChannelCommand_base {}
36
+ export declare class GetChannelCommand extends GetChannelCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetChannelRequest;
40
+ output: GetChannelResponse;
41
+ };
42
+ sdk: {
43
+ input: GetChannelCommandInput;
44
+ output: GetChannelCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetEventDataStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEventDataStoreCommand extends GetEventDataStoreCommand_base {}
40
+ export declare class GetEventDataStoreCommand extends GetEventDataStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEventDataStoreRequest;
44
+ output: GetEventDataStoreResponse;
45
+ };
46
+ sdk: {
47
+ input: GetEventDataStoreCommandInput;
48
+ output: GetEventDataStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEventSelectorsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEventSelectorsCommand extends GetEventSelectorsCommand_base {}
40
+ export declare class GetEventSelectorsCommand extends GetEventSelectorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEventSelectorsRequest;
44
+ output: GetEventSelectorsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetEventSelectorsCommandInput;
48
+ output: GetEventSelectorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetImportCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetImportCommand extends GetImportCommand_base {}
36
+ export declare class GetImportCommand extends GetImportCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetImportRequest;
40
+ output: GetImportResponse;
41
+ };
42
+ sdk: {
43
+ input: GetImportCommandInput;
44
+ output: GetImportCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetInsightSelectorsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base {}
40
+ export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetInsightSelectorsRequest;
44
+ output: GetInsightSelectorsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetInsightSelectorsCommandInput;
48
+ output: GetInsightSelectorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetQueryResultsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {}
39
+ export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetQueryResultsRequest;
43
+ output: GetQueryResultsResponse;
44
+ };
45
+ sdk: {
46
+ input: GetQueryResultsCommandInput;
47
+ output: GetQueryResultsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetTrailCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetTrailCommand extends GetTrailCommand_base {}
36
+ export declare class GetTrailCommand extends GetTrailCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetTrailRequest;
40
+ output: GetTrailResponse;
41
+ };
42
+ sdk: {
43
+ input: GetTrailCommandInput;
44
+ output: GetTrailCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetTrailStatusCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetTrailStatusCommand extends GetTrailStatusCommand_base {}
39
+ export declare class GetTrailStatusCommand extends GetTrailStatusCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetTrailStatusRequest;
43
+ output: GetTrailStatusResponse;
44
+ };
45
+ sdk: {
46
+ input: GetTrailStatusCommandInput;
47
+ output: GetTrailStatusCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListChannelsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListChannelsCommand extends ListChannelsCommand_base {}
36
+ export declare class ListChannelsCommand extends ListChannelsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListChannelsRequest;
40
+ output: ListChannelsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListChannelsCommandInput;
44
+ output: ListChannelsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListEventDataStoresCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEventDataStoresCommand extends ListEventDataStoresCommand_base {}
40
+ export declare class ListEventDataStoresCommand extends ListEventDataStoresCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEventDataStoresRequest;
44
+ output: ListEventDataStoresResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEventDataStoresCommandInput;
48
+ output: ListEventDataStoresCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListImportFailuresCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListImportFailuresCommand extends ListImportFailuresCommand_base {}
40
+ export declare class ListImportFailuresCommand extends ListImportFailuresCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListImportFailuresRequest;
44
+ output: ListImportFailuresResponse;
45
+ };
46
+ sdk: {
47
+ input: ListImportFailuresCommandInput;
48
+ output: ListImportFailuresCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListImportsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListImportsCommand extends ListImportsCommand_base {}
36
+ export declare class ListImportsCommand extends ListImportsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListImportsRequest;
40
+ output: ListImportsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListImportsCommandInput;
44
+ output: ListImportsCommandOutput;
45
+ };
46
+ };
47
+ }