@aws-sdk/client-cloudtrail 3.651.1 → 3.658.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
@@ -153,4 +153,15 @@ declare const AddTagsCommand_base: {
153
153
  * @public
154
154
  */
155
155
  export declare class AddTagsCommand extends AddTagsCommand_base {
156
+ /** @internal type navigation helper, not in runtime. */
157
+ protected static __types: {
158
+ api: {
159
+ input: AddTagsRequest;
160
+ output: {};
161
+ };
162
+ sdk: {
163
+ input: AddTagsCommandInput;
164
+ output: AddTagsCommandOutput;
165
+ };
166
+ };
156
167
  }
@@ -100,4 +100,15 @@ declare const CancelQueryCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class CancelQueryCommand extends CancelQueryCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: CancelQueryRequest;
107
+ output: CancelQueryResponse;
108
+ };
109
+ sdk: {
110
+ input: CancelQueryCommandInput;
111
+ output: CancelQueryCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -130,4 +130,15 @@ declare const CreateChannelCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: CreateChannelRequest;
137
+ output: CreateChannelResponse;
138
+ };
139
+ sdk: {
140
+ input: CreateChannelCommandInput;
141
+ output: CreateChannelCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -236,4 +236,15 @@ declare const CreateEventDataStoreCommand_base: {
236
236
  * @public
237
237
  */
238
238
  export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {
239
+ /** @internal type navigation helper, not in runtime. */
240
+ protected static __types: {
241
+ api: {
242
+ input: CreateEventDataStoreRequest;
243
+ output: CreateEventDataStoreResponse;
244
+ };
245
+ sdk: {
246
+ input: CreateEventDataStoreCommandInput;
247
+ output: CreateEventDataStoreCommandOutput;
248
+ };
249
+ };
239
250
  }
@@ -230,4 +230,15 @@ declare const CreateTrailCommand_base: {
230
230
  * @public
231
231
  */
232
232
  export declare class CreateTrailCommand extends CreateTrailCommand_base {
233
+ /** @internal type navigation helper, not in runtime. */
234
+ protected static __types: {
235
+ api: {
236
+ input: CreateTrailRequest;
237
+ output: CreateTrailResponse;
238
+ };
239
+ sdk: {
240
+ input: CreateTrailCommandInput;
241
+ output: CreateTrailCommandOutput;
242
+ };
243
+ };
233
244
  }
@@ -68,4 +68,15 @@ declare const DeleteChannelCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteChannelRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteChannelCommandInput;
79
+ output: DeleteChannelCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -122,4 +122,15 @@ declare const DeleteEventDataStoreCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: DeleteEventDataStoreRequest;
129
+ output: {};
130
+ };
131
+ sdk: {
132
+ input: DeleteEventDataStoreCommandInput;
133
+ output: DeleteEventDataStoreCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -80,4 +80,15 @@ declare const DeleteResourcePolicyCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteResourcePolicyRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeleteResourcePolicyCommandInput;
91
+ output: DeleteResourcePolicyCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -129,4 +129,15 @@ declare const DeleteTrailCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: DeleteTrailRequest;
136
+ output: {};
137
+ };
138
+ sdk: {
139
+ input: DeleteTrailCommandInput;
140
+ output: DeleteTrailCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -100,4 +100,15 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DeregisterOrganizationDelegatedAdminRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: DeregisterOrganizationDelegatedAdminCommandInput;
111
+ output: DeregisterOrganizationDelegatedAdminCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -102,4 +102,15 @@ declare const DescribeQueryCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DescribeQueryRequest;
109
+ output: DescribeQueryResponse;
110
+ };
111
+ sdk: {
112
+ input: DescribeQueryCommandInput;
113
+ output: DescribeQueryCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -124,4 +124,15 @@ declare const DescribeTrailsCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: DescribeTrailsRequest;
131
+ output: DescribeTrailsResponse;
132
+ };
133
+ sdk: {
134
+ input: DescribeTrailsCommandInput;
135
+ output: DescribeTrailsCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -118,4 +118,15 @@ declare const DisableFederationCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class DisableFederationCommand extends DisableFederationCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: DisableFederationRequest;
125
+ output: DisableFederationResponse;
126
+ };
127
+ sdk: {
128
+ input: DisableFederationCommandInput;
129
+ output: DisableFederationCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -132,4 +132,15 @@ declare const EnableFederationCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class EnableFederationCommand extends EnableFederationCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: EnableFederationRequest;
139
+ output: EnableFederationResponse;
140
+ };
141
+ sdk: {
142
+ input: EnableFederationCommandInput;
143
+ output: EnableFederationCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -115,4 +115,15 @@ declare const GetChannelCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetChannelCommand extends GetChannelCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetChannelRequest;
122
+ output: GetChannelResponse;
123
+ };
124
+ sdk: {
125
+ input: GetChannelCommandInput;
126
+ output: GetChannelCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -122,4 +122,15 @@ declare const GetEventDataStoreCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class GetEventDataStoreCommand extends GetEventDataStoreCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: GetEventDataStoreRequest;
129
+ output: GetEventDataStoreResponse;
130
+ };
131
+ sdk: {
132
+ input: GetEventDataStoreCommandInput;
133
+ output: GetEventDataStoreCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -175,4 +175,15 @@ declare const GetEventSelectorsCommand_base: {
175
175
  * @public
176
176
  */
177
177
  export declare class GetEventSelectorsCommand extends GetEventSelectorsCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: GetEventSelectorsRequest;
182
+ output: GetEventSelectorsResponse;
183
+ };
184
+ sdk: {
185
+ input: GetEventSelectorsCommandInput;
186
+ output: GetEventSelectorsCommandOutput;
187
+ };
188
+ };
178
189
  }
@@ -91,4 +91,15 @@ declare const GetImportCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetImportCommand extends GetImportCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetImportRequest;
98
+ output: GetImportResponse;
99
+ };
100
+ sdk: {
101
+ input: GetImportCommandInput;
102
+ output: GetImportCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -137,4 +137,15 @@ declare const GetInsightSelectorsCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: GetInsightSelectorsRequest;
144
+ output: GetInsightSelectorsResponse;
145
+ };
146
+ sdk: {
147
+ input: GetInsightSelectorsCommandInput;
148
+ output: GetInsightSelectorsCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -112,4 +112,15 @@ declare const GetQueryResultsCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: GetQueryResultsRequest;
119
+ output: GetQueryResultsResponse;
120
+ };
121
+ sdk: {
122
+ input: GetQueryResultsCommandInput;
123
+ output: GetQueryResultsCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -83,4 +83,15 @@ declare const GetResourcePolicyCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetResourcePolicyRequest;
90
+ output: GetResourcePolicyResponse;
91
+ };
92
+ sdk: {
93
+ input: GetResourcePolicyCommandInput;
94
+ output: GetResourcePolicyCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -117,4 +117,15 @@ declare const GetTrailCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class GetTrailCommand extends GetTrailCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: GetTrailRequest;
124
+ output: GetTrailResponse;
125
+ };
126
+ sdk: {
127
+ input: GetTrailCommandInput;
128
+ output: GetTrailCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -120,4 +120,15 @@ declare const GetTrailStatusCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class GetTrailStatusCommand extends GetTrailStatusCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: GetTrailStatusRequest;
127
+ output: GetTrailStatusResponse;
128
+ };
129
+ sdk: {
130
+ input: GetTrailStatusCommandInput;
131
+ output: GetTrailStatusCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -75,4 +75,15 @@ declare const ListChannelsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListChannelsRequest;
82
+ output: ListChannelsResponse;
83
+ };
84
+ sdk: {
85
+ input: ListChannelsCommandInput;
86
+ output: ListChannelsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -115,4 +115,15 @@ declare const ListEventDataStoresCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class ListEventDataStoresCommand extends ListEventDataStoresCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: ListEventDataStoresRequest;
122
+ output: ListEventDataStoresResponse;
123
+ };
124
+ sdk: {
125
+ input: ListEventDataStoresCommandInput;
126
+ output: ListEventDataStoresCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -81,4 +81,15 @@ declare const ListImportFailuresCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListImportFailuresCommand extends ListImportFailuresCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListImportFailuresRequest;
88
+ output: ListImportFailuresResponse;
89
+ };
90
+ sdk: {
91
+ input: ListImportFailuresCommandInput;
92
+ output: ListImportFailuresCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -89,4 +89,15 @@ declare const ListImportsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListImportsCommand extends ListImportsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListImportsRequest;
96
+ output: ListImportsResponse;
97
+ };
98
+ sdk: {
99
+ input: ListImportsCommandInput;
100
+ output: ListImportsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -101,4 +101,15 @@ declare const ListInsightsMetricDataCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListInsightsMetricDataCommand extends ListInsightsMetricDataCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListInsightsMetricDataRequest;
108
+ output: ListInsightsMetricDataResponse;
109
+ };
110
+ sdk: {
111
+ input: ListInsightsMetricDataCommandInput;
112
+ output: ListInsightsMetricDataCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -88,4 +88,15 @@ declare const ListPublicKeysCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListPublicKeysRequest;
95
+ output: ListPublicKeysResponse;
96
+ };
97
+ sdk: {
98
+ input: ListPublicKeysCommandInput;
99
+ output: ListPublicKeysCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -113,4 +113,15 @@ declare const ListQueriesCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class ListQueriesCommand extends ListQueriesCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: ListQueriesRequest;
120
+ output: ListQueriesResponse;
121
+ };
122
+ sdk: {
123
+ input: ListQueriesCommandInput;
124
+ output: ListQueriesCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -138,4 +138,15 @@ declare const ListTagsCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class ListTagsCommand extends ListTagsCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: ListTagsRequest;
145
+ output: ListTagsResponse;
146
+ };
147
+ sdk: {
148
+ input: ListTagsCommandInput;
149
+ output: ListTagsCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -70,4 +70,15 @@ declare const ListTrailsCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTrailsCommand extends ListTrailsCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTrailsRequest;
77
+ output: ListTrailsResponse;
78
+ };
79
+ sdk: {
80
+ input: ListTrailsCommandInput;
81
+ output: ListTrailsCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -161,4 +161,15 @@ declare const LookupEventsCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class LookupEventsCommand extends LookupEventsCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: LookupEventsRequest;
168
+ output: LookupEventsResponse;
169
+ };
170
+ sdk: {
171
+ input: LookupEventsCommandInput;
172
+ output: LookupEventsCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -289,4 +289,15 @@ declare const PutEventSelectorsCommand_base: {
289
289
  * @public
290
290
  */
291
291
  export declare class PutEventSelectorsCommand extends PutEventSelectorsCommand_base {
292
+ /** @internal type navigation helper, not in runtime. */
293
+ protected static __types: {
294
+ api: {
295
+ input: PutEventSelectorsRequest;
296
+ output: PutEventSelectorsResponse;
297
+ };
298
+ sdk: {
299
+ input: PutEventSelectorsCommandInput;
300
+ output: PutEventSelectorsCommandOutput;
301
+ };
302
+ };
292
303
  }
@@ -179,4 +179,15 @@ declare const PutInsightSelectorsCommand_base: {
179
179
  * @public
180
180
  */
181
181
  export declare class PutInsightSelectorsCommand extends PutInsightSelectorsCommand_base {
182
+ /** @internal type navigation helper, not in runtime. */
183
+ protected static __types: {
184
+ api: {
185
+ input: PutInsightSelectorsRequest;
186
+ output: PutInsightSelectorsResponse;
187
+ };
188
+ sdk: {
189
+ input: PutInsightSelectorsCommandInput;
190
+ output: PutInsightSelectorsCommandOutput;
191
+ };
192
+ };
182
193
  }
@@ -104,4 +104,15 @@ declare const PutResourcePolicyCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: PutResourcePolicyRequest;
111
+ output: PutResourcePolicyResponse;
112
+ };
113
+ sdk: {
114
+ input: PutResourcePolicyCommandInput;
115
+ output: PutResourcePolicyCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -108,4 +108,15 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: RegisterOrganizationDelegatedAdminRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: RegisterOrganizationDelegatedAdminCommandInput;
119
+ output: RegisterOrganizationDelegatedAdminCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -137,4 +137,15 @@ declare const RemoveTagsCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: RemoveTagsRequest;
144
+ output: {};
145
+ };
146
+ sdk: {
147
+ input: RemoveTagsCommandInput;
148
+ output: RemoveTagsCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -145,4 +145,15 @@ declare const RestoreEventDataStoreCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class RestoreEventDataStoreCommand extends RestoreEventDataStoreCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: RestoreEventDataStoreRequest;
152
+ output: RestoreEventDataStoreResponse;
153
+ };
154
+ sdk: {
155
+ input: RestoreEventDataStoreCommandInput;
156
+ output: RestoreEventDataStoreCommandOutput;
157
+ };
158
+ };
148
159
  }