@aws-sdk/client-resource-explorer-2 3.297.0 → 3.299.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 (39) hide show
  1. package/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetViewCommand.js +1 -1
  3. package/dist-cjs/commands/CreateIndexCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteIndexCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteViewCommand.js +2 -3
  6. package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
  7. package/dist-cjs/commands/GetDefaultViewCommand.js +2 -3
  8. package/dist-cjs/commands/GetIndexCommand.js +2 -3
  9. package/dist-cjs/commands/GetViewCommand.js +1 -1
  10. package/dist-cjs/commands/ListIndexesCommand.js +2 -3
  11. package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -3
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  13. package/dist-cjs/commands/ListViewsCommand.js +2 -3
  14. package/dist-cjs/commands/SearchCommand.js +1 -1
  15. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  16. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  17. package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -3
  18. package/dist-cjs/models/models_0.js +1 -142
  19. package/dist-es/commands/AssociateDefaultViewCommand.js +2 -3
  20. package/dist-es/commands/BatchGetViewCommand.js +2 -2
  21. package/dist-es/commands/CreateIndexCommand.js +2 -3
  22. package/dist-es/commands/DeleteIndexCommand.js +2 -3
  23. package/dist-es/commands/DeleteViewCommand.js +2 -3
  24. package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -2
  25. package/dist-es/commands/GetDefaultViewCommand.js +2 -3
  26. package/dist-es/commands/GetIndexCommand.js +2 -3
  27. package/dist-es/commands/GetViewCommand.js +2 -2
  28. package/dist-es/commands/ListIndexesCommand.js +2 -3
  29. package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  31. package/dist-es/commands/ListViewsCommand.js +2 -3
  32. package/dist-es/commands/SearchCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -3
  34. package/dist-es/commands/UntagResourceCommand.js +2 -3
  35. package/dist-es/commands/UpdateIndexTypeCommand.js +2 -3
  36. package/dist-es/models/models_0.js +0 -105
  37. package/dist-types/models/models_0.d.ts +0 -140
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -97
  39. package/package.json +11 -10
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetViewInputFilterSensitiveLog, GetViewOutputFilterSensitiveLog, } from "../models/models_0";
4
+ import { GetViewOutputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetViewCommand, serializeAws_restJson1GetViewCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetViewCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -26,7 +26,7 @@ export class GetViewCommand extends $Command {
26
26
  logger,
27
27
  clientName,
28
28
  commandName,
29
- inputFilterSensitiveLog: GetViewInputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
30
  outputFilterSensitiveLog: GetViewOutputFilterSensitiveLog,
31
31
  };
32
32
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListIndexesInputFilterSensitiveLog, ListIndexesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListIndexesCommand, serializeAws_restJson1ListIndexesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListIndexesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListIndexesCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListIndexesInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListIndexesOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSupportedResourceTypesInputFilterSensitiveLog, ListSupportedResourceTypesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSupportedResourceTypesCommand, serializeAws_restJson1ListSupportedResourceTypesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSupportedResourceTypesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListSupportedResourceTypesCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListSupportedResourceTypesInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListSupportedResourceTypesOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListTagsForResourceCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListViewsInputFilterSensitiveLog, ListViewsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListViewsCommand, serializeAws_restJson1ListViewsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListViewsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListViewsCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListViewsInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListViewsOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SearchInputFilterSensitiveLog, SearchOutputFilterSensitiveLog, } from "../models/models_0";
4
+ import { SearchInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SearchCommand, serializeAws_restJson1SearchCommand } from "../protocols/Aws_restJson1";
6
6
  export class SearchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -27,7 +27,7 @@ export class SearchCommand extends $Command {
27
27
  clientName,
28
28
  commandName,
29
29
  inputFilterSensitiveLog: SearchInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: SearchOutputFilterSensitiveLog,
30
+ outputFilterSensitiveLog: (_) => _,
31
31
  };
32
32
  const { requestHandler } = configuration;
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class TagResourceCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class UntagResourceCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateIndexTypeInputFilterSensitiveLog, UpdateIndexTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateIndexTypeCommand, serializeAws_restJson1UpdateIndexTypeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateIndexTypeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class UpdateIndexTypeCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: UpdateIndexTypeInputFilterSensitiveLog,
30
- outputFilterSensitiveLog: UpdateIndexTypeOutputFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -120,27 +120,9 @@ export class ServiceQuotaExceededException extends __BaseException {
120
120
  this.Value = opts.Value;
121
121
  }
122
122
  }
123
- export const AssociateDefaultViewInputFilterSensitiveLog = (obj) => ({
124
- ...obj,
125
- });
126
- export const AssociateDefaultViewOutputFilterSensitiveLog = (obj) => ({
127
- ...obj,
128
- });
129
- export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
130
- ...obj,
131
- });
132
- export const BatchGetViewInputFilterSensitiveLog = (obj) => ({
133
- ...obj,
134
- });
135
- export const BatchGetViewErrorFilterSensitiveLog = (obj) => ({
136
- ...obj,
137
- });
138
123
  export const SearchFilterFilterSensitiveLog = (obj) => ({
139
124
  ...obj,
140
125
  });
141
- export const IncludedPropertyFilterSensitiveLog = (obj) => ({
142
- ...obj,
143
- });
144
126
  export const ViewFilterSensitiveLog = (obj) => ({
145
127
  ...obj,
146
128
  ...(obj.Filters && { Filters: SENSITIVE_STRING }),
@@ -149,33 +131,6 @@ export const BatchGetViewOutputFilterSensitiveLog = (obj) => ({
149
131
  ...obj,
150
132
  ...(obj.Views && { Views: obj.Views.map((item) => ViewFilterSensitiveLog(item)) }),
151
133
  });
152
- export const CreateIndexInputFilterSensitiveLog = (obj) => ({
153
- ...obj,
154
- });
155
- export const CreateIndexOutputFilterSensitiveLog = (obj) => ({
156
- ...obj,
157
- });
158
- export const DeleteIndexInputFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- export const DeleteIndexOutputFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- });
164
- export const ListIndexesInputFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- export const IndexFilterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- export const ListIndexesOutputFilterSensitiveLog = (obj) => ({
171
- ...obj,
172
- });
173
- export const UpdateIndexTypeInputFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- });
176
- export const UpdateIndexTypeOutputFilterSensitiveLog = (obj) => ({
177
- ...obj,
178
- });
179
134
  export const CreateViewInputFilterSensitiveLog = (obj) => ({
180
135
  ...obj,
181
136
  ...(obj.Filters && { Filters: SENSITIVE_STRING }),
@@ -184,25 +139,10 @@ export const CreateViewOutputFilterSensitiveLog = (obj) => ({
184
139
  ...obj,
185
140
  ...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
186
141
  });
187
- export const DeleteViewInputFilterSensitiveLog = (obj) => ({
188
- ...obj,
189
- });
190
- export const DeleteViewOutputFilterSensitiveLog = (obj) => ({
191
- ...obj,
192
- });
193
- export const GetViewInputFilterSensitiveLog = (obj) => ({
194
- ...obj,
195
- });
196
142
  export const GetViewOutputFilterSensitiveLog = (obj) => ({
197
143
  ...obj,
198
144
  ...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
199
145
  });
200
- export const ListViewsInputFilterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- export const ListViewsOutputFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
146
  export const UpdateViewInputFilterSensitiveLog = (obj) => ({
207
147
  ...obj,
208
148
  ...(obj.Filters && { Filters: SENSITIVE_STRING }),
@@ -211,52 +151,7 @@ export const UpdateViewOutputFilterSensitiveLog = (obj) => ({
211
151
  ...obj,
212
152
  ...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
213
153
  });
214
- export const GetDefaultViewOutputFilterSensitiveLog = (obj) => ({
215
- ...obj,
216
- });
217
- export const GetIndexOutputFilterSensitiveLog = (obj) => ({
218
- ...obj,
219
- });
220
- export const ListSupportedResourceTypesInputFilterSensitiveLog = (obj) => ({
221
- ...obj,
222
- });
223
- export const SupportedResourceTypeFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- export const ListSupportedResourceTypesOutputFilterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- export const ResourcePropertyFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- export const ResourceFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- export const ResourceCountFilterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
154
  export const SearchInputFilterSensitiveLog = (obj) => ({
245
155
  ...obj,
246
156
  ...(obj.QueryString && { QueryString: SENSITIVE_STRING }),
247
157
  });
248
- export const SearchOutputFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const TagResourceInputFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const TagResourceOutputFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const UntagResourceInputFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
@@ -1030,34 +1030,10 @@ export interface UntagResourceInput {
1030
1030
  */
1031
1031
  export interface UntagResourceOutput {
1032
1032
  }
1033
- /**
1034
- * @internal
1035
- */
1036
- export declare const AssociateDefaultViewInputFilterSensitiveLog: (obj: AssociateDefaultViewInput) => any;
1037
- /**
1038
- * @internal
1039
- */
1040
- export declare const AssociateDefaultViewOutputFilterSensitiveLog: (obj: AssociateDefaultViewOutput) => any;
1041
- /**
1042
- * @internal
1043
- */
1044
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1045
- /**
1046
- * @internal
1047
- */
1048
- export declare const BatchGetViewInputFilterSensitiveLog: (obj: BatchGetViewInput) => any;
1049
- /**
1050
- * @internal
1051
- */
1052
- export declare const BatchGetViewErrorFilterSensitiveLog: (obj: BatchGetViewError) => any;
1053
1033
  /**
1054
1034
  * @internal
1055
1035
  */
1056
1036
  export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
1057
- /**
1058
- * @internal
1059
- */
1060
- export declare const IncludedPropertyFilterSensitiveLog: (obj: IncludedProperty) => any;
1061
1037
  /**
1062
1038
  * @internal
1063
1039
  */
@@ -1066,42 +1042,6 @@ export declare const ViewFilterSensitiveLog: (obj: View) => any;
1066
1042
  * @internal
1067
1043
  */
1068
1044
  export declare const BatchGetViewOutputFilterSensitiveLog: (obj: BatchGetViewOutput) => any;
1069
- /**
1070
- * @internal
1071
- */
1072
- export declare const CreateIndexInputFilterSensitiveLog: (obj: CreateIndexInput) => any;
1073
- /**
1074
- * @internal
1075
- */
1076
- export declare const CreateIndexOutputFilterSensitiveLog: (obj: CreateIndexOutput) => any;
1077
- /**
1078
- * @internal
1079
- */
1080
- export declare const DeleteIndexInputFilterSensitiveLog: (obj: DeleteIndexInput) => any;
1081
- /**
1082
- * @internal
1083
- */
1084
- export declare const DeleteIndexOutputFilterSensitiveLog: (obj: DeleteIndexOutput) => any;
1085
- /**
1086
- * @internal
1087
- */
1088
- export declare const ListIndexesInputFilterSensitiveLog: (obj: ListIndexesInput) => any;
1089
- /**
1090
- * @internal
1091
- */
1092
- export declare const IndexFilterSensitiveLog: (obj: Index) => any;
1093
- /**
1094
- * @internal
1095
- */
1096
- export declare const ListIndexesOutputFilterSensitiveLog: (obj: ListIndexesOutput) => any;
1097
- /**
1098
- * @internal
1099
- */
1100
- export declare const UpdateIndexTypeInputFilterSensitiveLog: (obj: UpdateIndexTypeInput) => any;
1101
- /**
1102
- * @internal
1103
- */
1104
- export declare const UpdateIndexTypeOutputFilterSensitiveLog: (obj: UpdateIndexTypeOutput) => any;
1105
1045
  /**
1106
1046
  * @internal
1107
1047
  */
@@ -1110,30 +1050,10 @@ export declare const CreateViewInputFilterSensitiveLog: (obj: CreateViewInput) =
1110
1050
  * @internal
1111
1051
  */
1112
1052
  export declare const CreateViewOutputFilterSensitiveLog: (obj: CreateViewOutput) => any;
1113
- /**
1114
- * @internal
1115
- */
1116
- export declare const DeleteViewInputFilterSensitiveLog: (obj: DeleteViewInput) => any;
1117
- /**
1118
- * @internal
1119
- */
1120
- export declare const DeleteViewOutputFilterSensitiveLog: (obj: DeleteViewOutput) => any;
1121
- /**
1122
- * @internal
1123
- */
1124
- export declare const GetViewInputFilterSensitiveLog: (obj: GetViewInput) => any;
1125
1053
  /**
1126
1054
  * @internal
1127
1055
  */
1128
1056
  export declare const GetViewOutputFilterSensitiveLog: (obj: GetViewOutput) => any;
1129
- /**
1130
- * @internal
1131
- */
1132
- export declare const ListViewsInputFilterSensitiveLog: (obj: ListViewsInput) => any;
1133
- /**
1134
- * @internal
1135
- */
1136
- export declare const ListViewsOutputFilterSensitiveLog: (obj: ListViewsOutput) => any;
1137
1057
  /**
1138
1058
  * @internal
1139
1059
  */
@@ -1142,67 +1062,7 @@ export declare const UpdateViewInputFilterSensitiveLog: (obj: UpdateViewInput) =
1142
1062
  * @internal
1143
1063
  */
1144
1064
  export declare const UpdateViewOutputFilterSensitiveLog: (obj: UpdateViewOutput) => any;
1145
- /**
1146
- * @internal
1147
- */
1148
- export declare const GetDefaultViewOutputFilterSensitiveLog: (obj: GetDefaultViewOutput) => any;
1149
- /**
1150
- * @internal
1151
- */
1152
- export declare const GetIndexOutputFilterSensitiveLog: (obj: GetIndexOutput) => any;
1153
- /**
1154
- * @internal
1155
- */
1156
- export declare const ListSupportedResourceTypesInputFilterSensitiveLog: (obj: ListSupportedResourceTypesInput) => any;
1157
- /**
1158
- * @internal
1159
- */
1160
- export declare const SupportedResourceTypeFilterSensitiveLog: (obj: SupportedResourceType) => any;
1161
- /**
1162
- * @internal
1163
- */
1164
- export declare const ListSupportedResourceTypesOutputFilterSensitiveLog: (obj: ListSupportedResourceTypesOutput) => any;
1165
- /**
1166
- * @internal
1167
- */
1168
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1169
- /**
1170
- * @internal
1171
- */
1172
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1173
- /**
1174
- * @internal
1175
- */
1176
- export declare const ResourcePropertyFilterSensitiveLog: (obj: ResourceProperty) => any;
1177
- /**
1178
- * @internal
1179
- */
1180
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
1181
- /**
1182
- * @internal
1183
- */
1184
- export declare const ResourceCountFilterSensitiveLog: (obj: ResourceCount) => any;
1185
1065
  /**
1186
1066
  * @internal
1187
1067
  */
1188
1068
  export declare const SearchInputFilterSensitiveLog: (obj: SearchInput) => any;
1189
- /**
1190
- * @internal
1191
- */
1192
- export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
1193
- /**
1194
- * @internal
1195
- */
1196
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1197
- /**
1198
- * @internal
1199
- */
1200
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
1201
- /**
1202
- * @internal
1203
- */
1204
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1205
- /**
1206
- * @internal
1207
- */
1208
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
@@ -264,121 +264,24 @@ export interface UntagResourceInput {
264
264
  tagKeys: string[] | undefined;
265
265
  }
266
266
  export interface UntagResourceOutput {}
267
- export declare const AssociateDefaultViewInputFilterSensitiveLog: (
268
- obj: AssociateDefaultViewInput
269
- ) => any;
270
- export declare const AssociateDefaultViewOutputFilterSensitiveLog: (
271
- obj: AssociateDefaultViewOutput
272
- ) => any;
273
- export declare const ValidationExceptionFieldFilterSensitiveLog: (
274
- obj: ValidationExceptionField
275
- ) => any;
276
- export declare const BatchGetViewInputFilterSensitiveLog: (
277
- obj: BatchGetViewInput
278
- ) => any;
279
- export declare const BatchGetViewErrorFilterSensitiveLog: (
280
- obj: BatchGetViewError
281
- ) => any;
282
267
  export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
283
- export declare const IncludedPropertyFilterSensitiveLog: (
284
- obj: IncludedProperty
285
- ) => any;
286
268
  export declare const ViewFilterSensitiveLog: (obj: View) => any;
287
269
  export declare const BatchGetViewOutputFilterSensitiveLog: (
288
270
  obj: BatchGetViewOutput
289
271
  ) => any;
290
- export declare const CreateIndexInputFilterSensitiveLog: (
291
- obj: CreateIndexInput
292
- ) => any;
293
- export declare const CreateIndexOutputFilterSensitiveLog: (
294
- obj: CreateIndexOutput
295
- ) => any;
296
- export declare const DeleteIndexInputFilterSensitiveLog: (
297
- obj: DeleteIndexInput
298
- ) => any;
299
- export declare const DeleteIndexOutputFilterSensitiveLog: (
300
- obj: DeleteIndexOutput
301
- ) => any;
302
- export declare const ListIndexesInputFilterSensitiveLog: (
303
- obj: ListIndexesInput
304
- ) => any;
305
- export declare const IndexFilterSensitiveLog: (obj: Index) => any;
306
- export declare const ListIndexesOutputFilterSensitiveLog: (
307
- obj: ListIndexesOutput
308
- ) => any;
309
- export declare const UpdateIndexTypeInputFilterSensitiveLog: (
310
- obj: UpdateIndexTypeInput
311
- ) => any;
312
- export declare const UpdateIndexTypeOutputFilterSensitiveLog: (
313
- obj: UpdateIndexTypeOutput
314
- ) => any;
315
272
  export declare const CreateViewInputFilterSensitiveLog: (
316
273
  obj: CreateViewInput
317
274
  ) => any;
318
275
  export declare const CreateViewOutputFilterSensitiveLog: (
319
276
  obj: CreateViewOutput
320
277
  ) => any;
321
- export declare const DeleteViewInputFilterSensitiveLog: (
322
- obj: DeleteViewInput
323
- ) => any;
324
- export declare const DeleteViewOutputFilterSensitiveLog: (
325
- obj: DeleteViewOutput
326
- ) => any;
327
- export declare const GetViewInputFilterSensitiveLog: (obj: GetViewInput) => any;
328
278
  export declare const GetViewOutputFilterSensitiveLog: (
329
279
  obj: GetViewOutput
330
280
  ) => any;
331
- export declare const ListViewsInputFilterSensitiveLog: (
332
- obj: ListViewsInput
333
- ) => any;
334
- export declare const ListViewsOutputFilterSensitiveLog: (
335
- obj: ListViewsOutput
336
- ) => any;
337
281
  export declare const UpdateViewInputFilterSensitiveLog: (
338
282
  obj: UpdateViewInput
339
283
  ) => any;
340
284
  export declare const UpdateViewOutputFilterSensitiveLog: (
341
285
  obj: UpdateViewOutput
342
286
  ) => any;
343
- export declare const GetDefaultViewOutputFilterSensitiveLog: (
344
- obj: GetDefaultViewOutput
345
- ) => any;
346
- export declare const GetIndexOutputFilterSensitiveLog: (
347
- obj: GetIndexOutput
348
- ) => any;
349
- export declare const ListSupportedResourceTypesInputFilterSensitiveLog: (
350
- obj: ListSupportedResourceTypesInput
351
- ) => any;
352
- export declare const SupportedResourceTypeFilterSensitiveLog: (
353
- obj: SupportedResourceType
354
- ) => any;
355
- export declare const ListSupportedResourceTypesOutputFilterSensitiveLog: (
356
- obj: ListSupportedResourceTypesOutput
357
- ) => any;
358
- export declare const ListTagsForResourceInputFilterSensitiveLog: (
359
- obj: ListTagsForResourceInput
360
- ) => any;
361
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (
362
- obj: ListTagsForResourceOutput
363
- ) => any;
364
- export declare const ResourcePropertyFilterSensitiveLog: (
365
- obj: ResourceProperty
366
- ) => any;
367
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
368
- export declare const ResourceCountFilterSensitiveLog: (
369
- obj: ResourceCount
370
- ) => any;
371
287
  export declare const SearchInputFilterSensitiveLog: (obj: SearchInput) => any;
372
- export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
373
- export declare const TagResourceInputFilterSensitiveLog: (
374
- obj: TagResourceInput
375
- ) => any;
376
- export declare const TagResourceOutputFilterSensitiveLog: (
377
- obj: TagResourceOutput
378
- ) => any;
379
- export declare const UntagResourceInputFilterSensitiveLog: (
380
- obj: UntagResourceInput
381
- ) => any;
382
- export declare const UntagResourceOutputFilterSensitiveLog: (
383
- obj: UntagResourceOutput
384
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.299.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo resource-explorer-2"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,22 +21,22 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
- "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.299.0",
25
+ "@aws-sdk/config-resolver": "3.299.0",
26
+ "@aws-sdk/credential-provider-node": "3.299.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",
29
30
  "@aws-sdk/middleware-content-length": "3.296.0",
30
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
31
32
  "@aws-sdk/middleware-host-header": "3.296.0",
32
33
  "@aws-sdk/middleware-logger": "3.296.0",
33
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
35
  "@aws-sdk/middleware-retry": "3.296.0",
35
36
  "@aws-sdk/middleware-serde": "3.296.0",
36
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
37
38
  "@aws-sdk/middleware-stack": "3.296.0",
38
- "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
39
40
  "@aws-sdk/node-config-provider": "3.296.0",
40
41
  "@aws-sdk/node-http-handler": "3.296.0",
41
42
  "@aws-sdk/protocol-http": "3.296.0",
@@ -46,11 +47,11 @@
46
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
48
  "@aws-sdk/util-body-length-node": "3.295.0",
48
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
51
  "@aws-sdk/util-endpoints": "3.296.0",
51
52
  "@aws-sdk/util-retry": "3.296.0",
52
- "@aws-sdk/util-user-agent-browser": "3.296.0",
53
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.299.0",
54
55
  "@aws-sdk/util-utf8": "3.295.0",
55
56
  "tslib": "^2.5.0",
56
57
  "uuid": "^8.3.2"