@aws-sdk/client-resource-explorer-2 3.899.0 → 3.904.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 (83) hide show
  1. package/README.md +65 -21
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +475 -0
  4. package/dist-es/ResourceExplorer2.js +16 -0
  5. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +22 -0
  6. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +22 -0
  7. package/dist-es/commands/GetResourceExplorerSetupCommand.js +23 -0
  8. package/dist-es/commands/GetServiceIndexCommand.js +22 -0
  9. package/dist-es/commands/GetServiceViewCommand.js +23 -0
  10. package/dist-es/commands/ListServiceIndexesCommand.js +22 -0
  11. package/dist-es/commands/ListServiceViewsCommand.js +22 -0
  12. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +22 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/endpoint/ruleset.js +1 -1
  15. package/dist-es/models/models_0.js +24 -0
  16. package/dist-es/pagination/GetResourceExplorerSetupPaginator.js +4 -0
  17. package/dist-es/pagination/ListServiceIndexesPaginator.js +4 -0
  18. package/dist-es/pagination/ListServiceViewsPaginator.js +4 -0
  19. package/dist-es/pagination/ListStreamingAccessForServicesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +4 -0
  21. package/dist-es/protocols/Aws_restJson1.js +261 -0
  22. package/dist-types/ResourceExplorer2.d.ts +62 -21
  23. package/dist-types/ResourceExplorer2Client.d.ts +11 -23
  24. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -18
  25. package/dist-types/commands/BatchGetViewCommand.d.ts +4 -9
  26. package/dist-types/commands/CreateIndexCommand.d.ts +6 -67
  27. package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +95 -0
  28. package/dist-types/commands/CreateViewCommand.d.ts +6 -24
  29. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -23
  30. package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +92 -0
  31. package/dist-types/commands/DeleteViewCommand.d.ts +6 -15
  32. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -17
  33. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +5 -12
  34. package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -13
  35. package/dist-types/commands/GetIndexCommand.d.ts +6 -13
  36. package/dist-types/commands/GetManagedViewCommand.d.ts +5 -11
  37. package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +129 -0
  38. package/dist-types/commands/GetServiceIndexCommand.d.ts +88 -0
  39. package/dist-types/commands/GetServiceViewCommand.d.ts +101 -0
  40. package/dist-types/commands/GetViewCommand.d.ts +5 -11
  41. package/dist-types/commands/ListIndexesCommand.d.ts +5 -11
  42. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +5 -13
  43. package/dist-types/commands/ListManagedViewsCommand.d.ts +5 -12
  44. package/dist-types/commands/ListResourcesCommand.d.ts +6 -14
  45. package/dist-types/commands/ListServiceIndexesCommand.d.ts +97 -0
  46. package/dist-types/commands/ListServiceViewsCommand.d.ts +90 -0
  47. package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +90 -0
  48. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -11
  50. package/dist-types/commands/ListViewsCommand.d.ts +5 -19
  51. package/dist-types/commands/SearchCommand.d.ts +6 -24
  52. package/dist-types/commands/TagResourceCommand.d.ts +5 -16
  53. package/dist-types/commands/UntagResourceCommand.d.ts +5 -11
  54. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +7 -75
  55. package/dist-types/commands/UpdateViewCommand.d.ts +5 -11
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/index.d.ts +1 -21
  58. package/dist-types/models/models_0.d.ts +473 -442
  59. package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListServiceViewsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +4 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/ts3.4/ResourceExplorer2.d.ts +141 -0
  66. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +47 -0
  71. package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +50 -0
  74. package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +106 -0
  77. package/dist-types/ts3.4/pagination/GetResourceExplorerSetupPaginator.d.ts +11 -0
  78. package/dist-types/ts3.4/pagination/ListServiceIndexesPaginator.d.ts +11 -0
  79. package/dist-types/ts3.4/pagination/ListServiceViewsPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListStreamingAccessForServicesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -29,10 +29,12 @@ __export(index_exports, {
29
29
  ConflictException: () => ConflictException,
30
30
  CreateIndexCommand: () => CreateIndexCommand,
31
31
  CreateIndexInputFilterSensitiveLog: () => CreateIndexInputFilterSensitiveLog,
32
+ CreateResourceExplorerSetupCommand: () => CreateResourceExplorerSetupCommand,
32
33
  CreateViewCommand: () => CreateViewCommand,
33
34
  CreateViewInputFilterSensitiveLog: () => CreateViewInputFilterSensitiveLog,
34
35
  CreateViewOutputFilterSensitiveLog: () => CreateViewOutputFilterSensitiveLog,
35
36
  DeleteIndexCommand: () => DeleteIndexCommand,
37
+ DeleteResourceExplorerSetupCommand: () => DeleteResourceExplorerSetupCommand,
36
38
  DeleteViewCommand: () => DeleteViewCommand,
37
39
  DisassociateDefaultViewCommand: () => DisassociateDefaultViewCommand,
38
40
  GetAccountLevelServiceConfigurationCommand: () => GetAccountLevelServiceConfigurationCommand,
@@ -41,6 +43,11 @@ __export(index_exports, {
41
43
  GetIndexOutputFilterSensitiveLog: () => GetIndexOutputFilterSensitiveLog,
42
44
  GetManagedViewCommand: () => GetManagedViewCommand,
43
45
  GetManagedViewOutputFilterSensitiveLog: () => GetManagedViewOutputFilterSensitiveLog,
46
+ GetResourceExplorerSetupCommand: () => GetResourceExplorerSetupCommand,
47
+ GetResourceExplorerSetupOutputFilterSensitiveLog: () => GetResourceExplorerSetupOutputFilterSensitiveLog,
48
+ GetServiceIndexCommand: () => GetServiceIndexCommand,
49
+ GetServiceViewCommand: () => GetServiceViewCommand,
50
+ GetServiceViewOutputFilterSensitiveLog: () => GetServiceViewOutputFilterSensitiveLog,
44
51
  GetViewCommand: () => GetViewCommand,
45
52
  GetViewOutputFilterSensitiveLog: () => GetViewOutputFilterSensitiveLog,
46
53
  IndexState: () => IndexState,
@@ -51,11 +58,16 @@ __export(index_exports, {
51
58
  ListManagedViewsCommand: () => ListManagedViewsCommand,
52
59
  ListResourcesCommand: () => ListResourcesCommand,
53
60
  ListResourcesInputFilterSensitiveLog: () => ListResourcesInputFilterSensitiveLog,
61
+ ListServiceIndexesCommand: () => ListServiceIndexesCommand,
62
+ ListServiceViewsCommand: () => ListServiceViewsCommand,
63
+ ListStreamingAccessForServicesCommand: () => ListStreamingAccessForServicesCommand,
54
64
  ListSupportedResourceTypesCommand: () => ListSupportedResourceTypesCommand,
55
65
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
56
66
  ListTagsForResourceOutputFilterSensitiveLog: () => ListTagsForResourceOutputFilterSensitiveLog,
57
67
  ListViewsCommand: () => ListViewsCommand,
58
68
  ManagedViewFilterSensitiveLog: () => ManagedViewFilterSensitiveLog,
69
+ OperationStatus: () => OperationStatus,
70
+ RegionStatusFilterSensitiveLog: () => RegionStatusFilterSensitiveLog,
59
71
  ResourceExplorer2: () => ResourceExplorer2,
60
72
  ResourceExplorer2Client: () => ResourceExplorer2Client,
61
73
  ResourceExplorer2ServiceException: () => ResourceExplorer2ServiceException,
@@ -64,6 +76,7 @@ __export(index_exports, {
64
76
  SearchFilterFilterSensitiveLog: () => SearchFilterFilterSensitiveLog,
65
77
  SearchInputFilterSensitiveLog: () => SearchInputFilterSensitiveLog,
66
78
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
79
+ ServiceViewFilterSensitiveLog: () => ServiceViewFilterSensitiveLog,
67
80
  TagResourceCommand: () => TagResourceCommand,
68
81
  TagResourceInputFilterSensitiveLog: () => TagResourceInputFilterSensitiveLog,
69
82
  ThrottlingException: () => ThrottlingException,
@@ -76,11 +89,16 @@ __export(index_exports, {
76
89
  UpdateViewOutputFilterSensitiveLog: () => UpdateViewOutputFilterSensitiveLog,
77
90
  ValidationException: () => ValidationException,
78
91
  ViewFilterSensitiveLog: () => ViewFilterSensitiveLog,
92
+ ViewStatusFilterSensitiveLog: () => ViewStatusFilterSensitiveLog,
79
93
  __Client: () => import_smithy_client.Client,
94
+ paginateGetResourceExplorerSetup: () => paginateGetResourceExplorerSetup,
80
95
  paginateListIndexes: () => paginateListIndexes,
81
96
  paginateListIndexesForMembers: () => paginateListIndexesForMembers,
82
97
  paginateListManagedViews: () => paginateListManagedViews,
83
98
  paginateListResources: () => paginateListResources,
99
+ paginateListServiceIndexes: () => paginateListServiceIndexes,
100
+ paginateListServiceViews: () => paginateListServiceViews,
101
+ paginateListStreamingAccessForServices: () => paginateListStreamingAccessForServices,
84
102
  paginateListSupportedResourceTypes: () => paginateListSupportedResourceTypes,
85
103
  paginateListViews: () => paginateListViews,
86
104
  paginateSearch: () => paginateSearch
@@ -475,6 +493,12 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
475
493
  this.Value = opts.Value;
476
494
  }
477
495
  };
496
+ var OperationStatus = {
497
+ FAILED: "FAILED",
498
+ IN_PROGRESS: "IN_PROGRESS",
499
+ SKIPPED: "SKIPPED",
500
+ SUCCEEDED: "SUCCEEDED"
501
+ };
478
502
  var SearchFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
479
503
  ...obj
480
504
  }), "SearchFilterFilterSensitiveLog");
@@ -524,6 +548,24 @@ var GetManagedViewOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
524
548
  ...obj,
525
549
  ...obj.ManagedView && { ManagedView: ManagedViewFilterSensitiveLog(obj.ManagedView) }
526
550
  }), "GetManagedViewOutputFilterSensitiveLog");
551
+ var ViewStatusFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
552
+ ...obj,
553
+ ...obj.View && { View: ViewFilterSensitiveLog(obj.View) }
554
+ }), "ViewStatusFilterSensitiveLog");
555
+ var RegionStatusFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
556
+ ...obj
557
+ }), "RegionStatusFilterSensitiveLog");
558
+ var GetResourceExplorerSetupOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
559
+ ...obj
560
+ }), "GetResourceExplorerSetupOutputFilterSensitiveLog");
561
+ var ServiceViewFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
562
+ ...obj,
563
+ ...obj.Filters && { Filters: import_smithy_client.SENSITIVE_STRING }
564
+ }), "ServiceViewFilterSensitiveLog");
565
+ var GetServiceViewOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
566
+ ...obj,
567
+ ...obj.View && { View: ServiceViewFilterSensitiveLog(obj.View) }
568
+ }), "GetServiceViewOutputFilterSensitiveLog");
527
569
  var ListResourcesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
528
570
  ...obj,
529
571
  ...obj.Filters && { Filters: import_smithy_client.SENSITIVE_STRING }
@@ -592,6 +634,23 @@ var se_CreateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
592
634
  b.m("POST").h(headers).b(body);
593
635
  return b.build();
594
636
  }, "se_CreateIndexCommand");
637
+ var se_CreateResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (input, context) => {
638
+ const b = (0, import_core.requestBuilder)(input, context);
639
+ const headers = {
640
+ "content-type": "application/json"
641
+ };
642
+ b.bp("/CreateResourceExplorerSetup");
643
+ let body;
644
+ body = JSON.stringify(
645
+ (0, import_smithy_client.take)(input, {
646
+ AggregatorRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AggregatorRegions"),
647
+ RegionList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RegionList"),
648
+ ViewName: []
649
+ })
650
+ );
651
+ b.m("POST").h(headers).b(body);
652
+ return b.build();
653
+ }, "se_CreateResourceExplorerSetupCommand");
595
654
  var se_CreateViewCommand = /* @__PURE__ */ __name(async (input, context) => {
596
655
  const b = (0, import_core.requestBuilder)(input, context);
597
656
  const headers = {
@@ -627,6 +686,22 @@ var se_DeleteIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
627
686
  b.m("POST").h(headers).b(body);
628
687
  return b.build();
629
688
  }, "se_DeleteIndexCommand");
689
+ var se_DeleteResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (input, context) => {
690
+ const b = (0, import_core.requestBuilder)(input, context);
691
+ const headers = {
692
+ "content-type": "application/json"
693
+ };
694
+ b.bp("/DeleteResourceExplorerSetup");
695
+ let body;
696
+ body = JSON.stringify(
697
+ (0, import_smithy_client.take)(input, {
698
+ DeleteInAllRegions: [],
699
+ RegionList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RegionList")
700
+ })
701
+ );
702
+ b.m("POST").h(headers).b(body);
703
+ return b.build();
704
+ }, "se_DeleteResourceExplorerSetupCommand");
630
705
  var se_DeleteViewCommand = /* @__PURE__ */ __name(async (input, context) => {
631
706
  const b = (0, import_core.requestBuilder)(input, context);
632
707
  const headers = {
@@ -689,6 +764,46 @@ var se_GetManagedViewCommand = /* @__PURE__ */ __name(async (input, context) =>
689
764
  b.m("POST").h(headers).b(body);
690
765
  return b.build();
691
766
  }, "se_GetManagedViewCommand");
767
+ var se_GetResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (input, context) => {
768
+ const b = (0, import_core.requestBuilder)(input, context);
769
+ const headers = {
770
+ "content-type": "application/json"
771
+ };
772
+ b.bp("/GetResourceExplorerSetup");
773
+ let body;
774
+ body = JSON.stringify(
775
+ (0, import_smithy_client.take)(input, {
776
+ MaxResults: [],
777
+ NextToken: [],
778
+ TaskId: []
779
+ })
780
+ );
781
+ b.m("POST").h(headers).b(body);
782
+ return b.build();
783
+ }, "se_GetResourceExplorerSetupCommand");
784
+ var se_GetServiceIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
785
+ const b = (0, import_core.requestBuilder)(input, context);
786
+ const headers = {};
787
+ b.bp("/GetServiceIndex");
788
+ let body;
789
+ b.m("POST").h(headers).b(body);
790
+ return b.build();
791
+ }, "se_GetServiceIndexCommand");
792
+ var se_GetServiceViewCommand = /* @__PURE__ */ __name(async (input, context) => {
793
+ const b = (0, import_core.requestBuilder)(input, context);
794
+ const headers = {
795
+ "content-type": "application/json"
796
+ };
797
+ b.bp("/GetServiceView");
798
+ let body;
799
+ body = JSON.stringify(
800
+ (0, import_smithy_client.take)(input, {
801
+ ServiceViewArn: []
802
+ })
803
+ );
804
+ b.m("POST").h(headers).b(body);
805
+ return b.build();
806
+ }, "se_GetServiceViewCommand");
692
807
  var se_GetViewCommand = /* @__PURE__ */ __name(async (input, context) => {
693
808
  const b = (0, import_core.requestBuilder)(input, context);
694
809
  const headers = {
@@ -774,6 +889,55 @@ var se_ListResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
774
889
  b.m("POST").h(headers).b(body);
775
890
  return b.build();
776
891
  }, "se_ListResourcesCommand");
892
+ var se_ListServiceIndexesCommand = /* @__PURE__ */ __name(async (input, context) => {
893
+ const b = (0, import_core.requestBuilder)(input, context);
894
+ const headers = {
895
+ "content-type": "application/json"
896
+ };
897
+ b.bp("/ListServiceIndexes");
898
+ let body;
899
+ body = JSON.stringify(
900
+ (0, import_smithy_client.take)(input, {
901
+ MaxResults: [],
902
+ NextToken: [],
903
+ Regions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Regions")
904
+ })
905
+ );
906
+ b.m("POST").h(headers).b(body);
907
+ return b.build();
908
+ }, "se_ListServiceIndexesCommand");
909
+ var se_ListServiceViewsCommand = /* @__PURE__ */ __name(async (input, context) => {
910
+ const b = (0, import_core.requestBuilder)(input, context);
911
+ const headers = {
912
+ "content-type": "application/json"
913
+ };
914
+ b.bp("/ListServiceViews");
915
+ let body;
916
+ body = JSON.stringify(
917
+ (0, import_smithy_client.take)(input, {
918
+ MaxResults: [],
919
+ NextToken: []
920
+ })
921
+ );
922
+ b.m("POST").h(headers).b(body);
923
+ return b.build();
924
+ }, "se_ListServiceViewsCommand");
925
+ var se_ListStreamingAccessForServicesCommand = /* @__PURE__ */ __name(async (input, context) => {
926
+ const b = (0, import_core.requestBuilder)(input, context);
927
+ const headers = {
928
+ "content-type": "application/json"
929
+ };
930
+ b.bp("/ListStreamingAccessForServices");
931
+ let body;
932
+ body = JSON.stringify(
933
+ (0, import_smithy_client.take)(input, {
934
+ MaxResults: [],
935
+ NextToken: []
936
+ })
937
+ );
938
+ b.m("POST").h(headers).b(body);
939
+ return b.build();
940
+ }, "se_ListStreamingAccessForServicesCommand");
777
941
  var se_ListSupportedResourceTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
778
942
  const b = (0, import_core.requestBuilder)(input, context);
779
943
  const headers = {
@@ -939,6 +1103,20 @@ var de_CreateIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
939
1103
  Object.assign(contents, doc);
940
1104
  return contents;
941
1105
  }, "de_CreateIndexCommand");
1106
+ var de_CreateResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (output, context) => {
1107
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1108
+ return de_CommandError(output, context);
1109
+ }
1110
+ const contents = (0, import_smithy_client.map)({
1111
+ $metadata: deserializeMetadata(output)
1112
+ });
1113
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1114
+ const doc = (0, import_smithy_client.take)(data, {
1115
+ TaskId: import_smithy_client.expectString
1116
+ });
1117
+ Object.assign(contents, doc);
1118
+ return contents;
1119
+ }, "de_CreateResourceExplorerSetupCommand");
942
1120
  var de_CreateViewCommand = /* @__PURE__ */ __name(async (output, context) => {
943
1121
  if (output.statusCode !== 200 && output.statusCode >= 300) {
944
1122
  return de_CommandError(output, context);
@@ -969,6 +1147,20 @@ var de_DeleteIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
969
1147
  Object.assign(contents, doc);
970
1148
  return contents;
971
1149
  }, "de_DeleteIndexCommand");
1150
+ var de_DeleteResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (output, context) => {
1151
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1152
+ return de_CommandError(output, context);
1153
+ }
1154
+ const contents = (0, import_smithy_client.map)({
1155
+ $metadata: deserializeMetadata(output)
1156
+ });
1157
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1158
+ const doc = (0, import_smithy_client.take)(data, {
1159
+ TaskId: import_smithy_client.expectString
1160
+ });
1161
+ Object.assign(contents, doc);
1162
+ return contents;
1163
+ }, "de_DeleteResourceExplorerSetupCommand");
972
1164
  var de_DeleteViewCommand = /* @__PURE__ */ __name(async (output, context) => {
973
1165
  if (output.statusCode !== 200 && output.statusCode >= 300) {
974
1166
  return de_CommandError(output, context);
@@ -1056,6 +1248,50 @@ var de_GetManagedViewCommand = /* @__PURE__ */ __name(async (output, context) =>
1056
1248
  Object.assign(contents, doc);
1057
1249
  return contents;
1058
1250
  }, "de_GetManagedViewCommand");
1251
+ var de_GetResourceExplorerSetupCommand = /* @__PURE__ */ __name(async (output, context) => {
1252
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1253
+ return de_CommandError(output, context);
1254
+ }
1255
+ const contents = (0, import_smithy_client.map)({
1256
+ $metadata: deserializeMetadata(output)
1257
+ });
1258
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1259
+ const doc = (0, import_smithy_client.take)(data, {
1260
+ NextToken: import_smithy_client.expectString,
1261
+ Regions: /* @__PURE__ */ __name((_) => de_RegionStatusList(_, context), "Regions")
1262
+ });
1263
+ Object.assign(contents, doc);
1264
+ return contents;
1265
+ }, "de_GetResourceExplorerSetupCommand");
1266
+ var de_GetServiceIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
1267
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1268
+ return de_CommandError(output, context);
1269
+ }
1270
+ const contents = (0, import_smithy_client.map)({
1271
+ $metadata: deserializeMetadata(output)
1272
+ });
1273
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1274
+ const doc = (0, import_smithy_client.take)(data, {
1275
+ Arn: import_smithy_client.expectString,
1276
+ Type: import_smithy_client.expectString
1277
+ });
1278
+ Object.assign(contents, doc);
1279
+ return contents;
1280
+ }, "de_GetServiceIndexCommand");
1281
+ var de_GetServiceViewCommand = /* @__PURE__ */ __name(async (output, context) => {
1282
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1283
+ return de_CommandError(output, context);
1284
+ }
1285
+ const contents = (0, import_smithy_client.map)({
1286
+ $metadata: deserializeMetadata(output)
1287
+ });
1288
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1289
+ const doc = (0, import_smithy_client.take)(data, {
1290
+ View: import_smithy_client._json
1291
+ });
1292
+ Object.assign(contents, doc);
1293
+ return contents;
1294
+ }, "de_GetServiceViewCommand");
1059
1295
  var de_GetViewCommand = /* @__PURE__ */ __name(async (output, context) => {
1060
1296
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1061
1297
  return de_CommandError(output, context);
@@ -1132,6 +1368,51 @@ var de_ListResourcesCommand = /* @__PURE__ */ __name(async (output, context) =>
1132
1368
  Object.assign(contents, doc);
1133
1369
  return contents;
1134
1370
  }, "de_ListResourcesCommand");
1371
+ var de_ListServiceIndexesCommand = /* @__PURE__ */ __name(async (output, context) => {
1372
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1373
+ return de_CommandError(output, context);
1374
+ }
1375
+ const contents = (0, import_smithy_client.map)({
1376
+ $metadata: deserializeMetadata(output)
1377
+ });
1378
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1379
+ const doc = (0, import_smithy_client.take)(data, {
1380
+ Indexes: import_smithy_client._json,
1381
+ NextToken: import_smithy_client.expectString
1382
+ });
1383
+ Object.assign(contents, doc);
1384
+ return contents;
1385
+ }, "de_ListServiceIndexesCommand");
1386
+ var de_ListServiceViewsCommand = /* @__PURE__ */ __name(async (output, context) => {
1387
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1388
+ return de_CommandError(output, context);
1389
+ }
1390
+ const contents = (0, import_smithy_client.map)({
1391
+ $metadata: deserializeMetadata(output)
1392
+ });
1393
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1394
+ const doc = (0, import_smithy_client.take)(data, {
1395
+ NextToken: import_smithy_client.expectString,
1396
+ ServiceViews: import_smithy_client._json
1397
+ });
1398
+ Object.assign(contents, doc);
1399
+ return contents;
1400
+ }, "de_ListServiceViewsCommand");
1401
+ var de_ListStreamingAccessForServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
1402
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1403
+ return de_CommandError(output, context);
1404
+ }
1405
+ const contents = (0, import_smithy_client.map)({
1406
+ $metadata: deserializeMetadata(output)
1407
+ });
1408
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1409
+ const doc = (0, import_smithy_client.take)(data, {
1410
+ NextToken: import_smithy_client.expectString,
1411
+ StreamingAccessForServices: /* @__PURE__ */ __name((_) => de_StreamingAccessDetailsList(_, context), "StreamingAccessForServices")
1412
+ });
1413
+ Object.assign(contents, doc);
1414
+ return contents;
1415
+ }, "de_ListStreamingAccessForServicesCommand");
1135
1416
  var de_ListSupportedResourceTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
1136
1417
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1137
1418
  return de_CommandError(output, context);
@@ -1406,6 +1687,19 @@ var de_ManagedView = /* @__PURE__ */ __name((output, context) => {
1406
1687
  Version: import_smithy_client.expectString
1407
1688
  });
1408
1689
  }, "de_ManagedView");
1690
+ var de_RegionStatus = /* @__PURE__ */ __name((output, context) => {
1691
+ return (0, import_smithy_client.take)(output, {
1692
+ Index: import_smithy_client._json,
1693
+ Region: import_smithy_client.expectString,
1694
+ View: /* @__PURE__ */ __name((_) => de_ViewStatus(_, context), "View")
1695
+ });
1696
+ }, "de_RegionStatus");
1697
+ var de_RegionStatusList = /* @__PURE__ */ __name((output, context) => {
1698
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
1699
+ return de_RegionStatus(entry, context);
1700
+ });
1701
+ return retVal;
1702
+ }, "de_RegionStatusList");
1409
1703
  var de_Resource = /* @__PURE__ */ __name((output, context) => {
1410
1704
  return (0, import_smithy_client.take)(output, {
1411
1705
  Arn: import_smithy_client.expectString,
@@ -1436,6 +1730,18 @@ var de_ResourcePropertyList = /* @__PURE__ */ __name((output, context) => {
1436
1730
  });
1437
1731
  return retVal;
1438
1732
  }, "de_ResourcePropertyList");
1733
+ var de_StreamingAccessDetails = /* @__PURE__ */ __name((output, context) => {
1734
+ return (0, import_smithy_client.take)(output, {
1735
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
1736
+ ServicePrincipal: import_smithy_client.expectString
1737
+ });
1738
+ }, "de_StreamingAccessDetails");
1739
+ var de_StreamingAccessDetailsList = /* @__PURE__ */ __name((output, context) => {
1740
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
1741
+ return de_StreamingAccessDetails(entry, context);
1742
+ });
1743
+ return retVal;
1744
+ }, "de_StreamingAccessDetailsList");
1439
1745
  var de_View = /* @__PURE__ */ __name((output, context) => {
1440
1746
  return (0, import_smithy_client.take)(output, {
1441
1747
  Filters: import_smithy_client._json,
@@ -1452,6 +1758,13 @@ var de_ViewList = /* @__PURE__ */ __name((output, context) => {
1452
1758
  });
1453
1759
  return retVal;
1454
1760
  }, "de_ViewList");
1761
+ var de_ViewStatus = /* @__PURE__ */ __name((output, context) => {
1762
+ return (0, import_smithy_client.take)(output, {
1763
+ ErrorDetails: import_smithy_client._json,
1764
+ Status: import_smithy_client.expectString,
1765
+ View: /* @__PURE__ */ __name((_) => de_View(_, context), "View")
1766
+ });
1767
+ }, "de_ViewStatus");
1455
1768
  var de_Document = /* @__PURE__ */ __name((output, context) => {
1456
1769
  return output;
1457
1770
  }, "de_Document");
@@ -1505,6 +1818,21 @@ var CreateIndexCommand = class extends import_smithy_client.Command.classBuilder
1505
1818
  }
1506
1819
  };
1507
1820
 
1821
+ // src/commands/CreateResourceExplorerSetupCommand.ts
1822
+
1823
+
1824
+
1825
+ var CreateResourceExplorerSetupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1826
+ return [
1827
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1828
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1829
+ ];
1830
+ }).s("ResourceExplorer", "CreateResourceExplorerSetup", {}).n("ResourceExplorer2Client", "CreateResourceExplorerSetupCommand").f(void 0, void 0).ser(se_CreateResourceExplorerSetupCommand).de(de_CreateResourceExplorerSetupCommand).build() {
1831
+ static {
1832
+ __name(this, "CreateResourceExplorerSetupCommand");
1833
+ }
1834
+ };
1835
+
1508
1836
  // src/commands/CreateViewCommand.ts
1509
1837
 
1510
1838
 
@@ -1535,6 +1863,21 @@ var DeleteIndexCommand = class extends import_smithy_client.Command.classBuilder
1535
1863
  }
1536
1864
  };
1537
1865
 
1866
+ // src/commands/DeleteResourceExplorerSetupCommand.ts
1867
+
1868
+
1869
+
1870
+ var DeleteResourceExplorerSetupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1871
+ return [
1872
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1873
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1874
+ ];
1875
+ }).s("ResourceExplorer", "DeleteResourceExplorerSetup", {}).n("ResourceExplorer2Client", "DeleteResourceExplorerSetupCommand").f(void 0, void 0).ser(se_DeleteResourceExplorerSetupCommand).de(de_DeleteResourceExplorerSetupCommand).build() {
1876
+ static {
1877
+ __name(this, "DeleteResourceExplorerSetupCommand");
1878
+ }
1879
+ };
1880
+
1538
1881
  // src/commands/DeleteViewCommand.ts
1539
1882
 
1540
1883
 
@@ -1625,6 +1968,51 @@ var GetManagedViewCommand = class extends import_smithy_client.Command.classBuil
1625
1968
  }
1626
1969
  };
1627
1970
 
1971
+ // src/commands/GetResourceExplorerSetupCommand.ts
1972
+
1973
+
1974
+
1975
+ var GetResourceExplorerSetupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1976
+ return [
1977
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1978
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1979
+ ];
1980
+ }).s("ResourceExplorer", "GetResourceExplorerSetup", {}).n("ResourceExplorer2Client", "GetResourceExplorerSetupCommand").f(void 0, GetResourceExplorerSetupOutputFilterSensitiveLog).ser(se_GetResourceExplorerSetupCommand).de(de_GetResourceExplorerSetupCommand).build() {
1981
+ static {
1982
+ __name(this, "GetResourceExplorerSetupCommand");
1983
+ }
1984
+ };
1985
+
1986
+ // src/commands/GetServiceIndexCommand.ts
1987
+
1988
+
1989
+
1990
+ var GetServiceIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1991
+ return [
1992
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1993
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1994
+ ];
1995
+ }).s("ResourceExplorer", "GetServiceIndex", {}).n("ResourceExplorer2Client", "GetServiceIndexCommand").f(void 0, void 0).ser(se_GetServiceIndexCommand).de(de_GetServiceIndexCommand).build() {
1996
+ static {
1997
+ __name(this, "GetServiceIndexCommand");
1998
+ }
1999
+ };
2000
+
2001
+ // src/commands/GetServiceViewCommand.ts
2002
+
2003
+
2004
+
2005
+ var GetServiceViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2006
+ return [
2007
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2008
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2009
+ ];
2010
+ }).s("ResourceExplorer", "GetServiceView", {}).n("ResourceExplorer2Client", "GetServiceViewCommand").f(void 0, GetServiceViewOutputFilterSensitiveLog).ser(se_GetServiceViewCommand).de(de_GetServiceViewCommand).build() {
2011
+ static {
2012
+ __name(this, "GetServiceViewCommand");
2013
+ }
2014
+ };
2015
+
1628
2016
  // src/commands/GetViewCommand.ts
1629
2017
 
1630
2018
 
@@ -1700,6 +2088,51 @@ var ListResourcesCommand = class extends import_smithy_client.Command.classBuild
1700
2088
  }
1701
2089
  };
1702
2090
 
2091
+ // src/commands/ListServiceIndexesCommand.ts
2092
+
2093
+
2094
+
2095
+ var ListServiceIndexesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2096
+ return [
2097
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2098
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2099
+ ];
2100
+ }).s("ResourceExplorer", "ListServiceIndexes", {}).n("ResourceExplorer2Client", "ListServiceIndexesCommand").f(void 0, void 0).ser(se_ListServiceIndexesCommand).de(de_ListServiceIndexesCommand).build() {
2101
+ static {
2102
+ __name(this, "ListServiceIndexesCommand");
2103
+ }
2104
+ };
2105
+
2106
+ // src/commands/ListServiceViewsCommand.ts
2107
+
2108
+
2109
+
2110
+ var ListServiceViewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2111
+ return [
2112
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2113
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2114
+ ];
2115
+ }).s("ResourceExplorer", "ListServiceViews", {}).n("ResourceExplorer2Client", "ListServiceViewsCommand").f(void 0, void 0).ser(se_ListServiceViewsCommand).de(de_ListServiceViewsCommand).build() {
2116
+ static {
2117
+ __name(this, "ListServiceViewsCommand");
2118
+ }
2119
+ };
2120
+
2121
+ // src/commands/ListStreamingAccessForServicesCommand.ts
2122
+
2123
+
2124
+
2125
+ var ListStreamingAccessForServicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2126
+ return [
2127
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2128
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2129
+ ];
2130
+ }).s("ResourceExplorer", "ListStreamingAccessForServices", {}).n("ResourceExplorer2Client", "ListStreamingAccessForServicesCommand").f(void 0, void 0).ser(se_ListStreamingAccessForServicesCommand).de(de_ListStreamingAccessForServicesCommand).build() {
2131
+ static {
2132
+ __name(this, "ListStreamingAccessForServicesCommand");
2133
+ }
2134
+ };
2135
+
1703
2136
  // src/commands/ListSupportedResourceTypesCommand.ts
1704
2137
 
1705
2138
 
@@ -1825,19 +2258,27 @@ var commands = {
1825
2258
  AssociateDefaultViewCommand,
1826
2259
  BatchGetViewCommand,
1827
2260
  CreateIndexCommand,
2261
+ CreateResourceExplorerSetupCommand,
1828
2262
  CreateViewCommand,
1829
2263
  DeleteIndexCommand,
2264
+ DeleteResourceExplorerSetupCommand,
1830
2265
  DeleteViewCommand,
1831
2266
  DisassociateDefaultViewCommand,
1832
2267
  GetAccountLevelServiceConfigurationCommand,
1833
2268
  GetDefaultViewCommand,
1834
2269
  GetIndexCommand,
1835
2270
  GetManagedViewCommand,
2271
+ GetResourceExplorerSetupCommand,
2272
+ GetServiceIndexCommand,
2273
+ GetServiceViewCommand,
1836
2274
  GetViewCommand,
1837
2275
  ListIndexesCommand,
1838
2276
  ListIndexesForMembersCommand,
1839
2277
  ListManagedViewsCommand,
1840
2278
  ListResourcesCommand,
2279
+ ListServiceIndexesCommand,
2280
+ ListServiceViewsCommand,
2281
+ ListStreamingAccessForServicesCommand,
1841
2282
  ListSupportedResourceTypesCommand,
1842
2283
  ListTagsForResourceCommand,
1843
2284
  ListViewsCommand,
@@ -1854,6 +2295,10 @@ var ResourceExplorer2 = class extends ResourceExplorer2Client {
1854
2295
  };
1855
2296
  (0, import_smithy_client.createAggregatedClient)(commands, ResourceExplorer2);
1856
2297
 
2298
+ // src/pagination/GetResourceExplorerSetupPaginator.ts
2299
+
2300
+ var paginateGetResourceExplorerSetup = (0, import_core.createPaginator)(ResourceExplorer2Client, GetResourceExplorerSetupCommand, "NextToken", "NextToken", "MaxResults");
2301
+
1857
2302
  // src/pagination/ListIndexesForMembersPaginator.ts
1858
2303
 
1859
2304
  var paginateListIndexesForMembers = (0, import_core.createPaginator)(ResourceExplorer2Client, ListIndexesForMembersCommand, "NextToken", "NextToken", "MaxResults");
@@ -1870,6 +2315,18 @@ var paginateListManagedViews = (0, import_core.createPaginator)(ResourceExplorer
1870
2315
 
1871
2316
  var paginateListResources = (0, import_core.createPaginator)(ResourceExplorer2Client, ListResourcesCommand, "NextToken", "NextToken", "MaxResults");
1872
2317
 
2318
+ // src/pagination/ListServiceIndexesPaginator.ts
2319
+
2320
+ var paginateListServiceIndexes = (0, import_core.createPaginator)(ResourceExplorer2Client, ListServiceIndexesCommand, "NextToken", "NextToken", "MaxResults");
2321
+
2322
+ // src/pagination/ListServiceViewsPaginator.ts
2323
+
2324
+ var paginateListServiceViews = (0, import_core.createPaginator)(ResourceExplorer2Client, ListServiceViewsCommand, "NextToken", "NextToken", "MaxResults");
2325
+
2326
+ // src/pagination/ListStreamingAccessForServicesPaginator.ts
2327
+
2328
+ var paginateListStreamingAccessForServices = (0, import_core.createPaginator)(ResourceExplorer2Client, ListStreamingAccessForServicesCommand, "NextToken", "NextToken", "MaxResults");
2329
+
1873
2330
  // src/pagination/ListSupportedResourceTypesPaginator.ts
1874
2331
 
1875
2332
  var paginateListSupportedResourceTypes = (0, import_core.createPaginator)(ResourceExplorer2Client, ListSupportedResourceTypesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1892,19 +2349,27 @@ var paginateSearch = (0, import_core.createPaginator)(ResourceExplorer2Client, S
1892
2349
  AssociateDefaultViewCommand,
1893
2350
  BatchGetViewCommand,
1894
2351
  CreateIndexCommand,
2352
+ CreateResourceExplorerSetupCommand,
1895
2353
  CreateViewCommand,
1896
2354
  DeleteIndexCommand,
2355
+ DeleteResourceExplorerSetupCommand,
1897
2356
  DeleteViewCommand,
1898
2357
  DisassociateDefaultViewCommand,
1899
2358
  GetAccountLevelServiceConfigurationCommand,
1900
2359
  GetDefaultViewCommand,
1901
2360
  GetIndexCommand,
1902
2361
  GetManagedViewCommand,
2362
+ GetResourceExplorerSetupCommand,
2363
+ GetServiceIndexCommand,
2364
+ GetServiceViewCommand,
1903
2365
  GetViewCommand,
1904
2366
  ListIndexesCommand,
1905
2367
  ListIndexesForMembersCommand,
1906
2368
  ListManagedViewsCommand,
1907
2369
  ListResourcesCommand,
2370
+ ListServiceIndexesCommand,
2371
+ ListServiceViewsCommand,
2372
+ ListStreamingAccessForServicesCommand,
1908
2373
  ListSupportedResourceTypesCommand,
1909
2374
  ListTagsForResourceCommand,
1910
2375
  ListViewsCommand,
@@ -1913,10 +2378,14 @@ var paginateSearch = (0, import_core.createPaginator)(ResourceExplorer2Client, S
1913
2378
  UntagResourceCommand,
1914
2379
  UpdateIndexTypeCommand,
1915
2380
  UpdateViewCommand,
2381
+ paginateGetResourceExplorerSetup,
1916
2382
  paginateListIndexesForMembers,
1917
2383
  paginateListIndexes,
1918
2384
  paginateListManagedViews,
1919
2385
  paginateListResources,
2386
+ paginateListServiceIndexes,
2387
+ paginateListServiceViews,
2388
+ paginateListStreamingAccessForServices,
1920
2389
  paginateListSupportedResourceTypes,
1921
2390
  paginateListViews,
1922
2391
  paginateSearch,
@@ -1931,6 +2400,7 @@ var paginateSearch = (0, import_core.createPaginator)(ResourceExplorer2Client, S
1931
2400
  IndexState,
1932
2401
  IndexType,
1933
2402
  ServiceQuotaExceededException,
2403
+ OperationStatus,
1934
2404
  SearchFilterFilterSensitiveLog,
1935
2405
  ViewFilterSensitiveLog,
1936
2406
  BatchGetViewOutputFilterSensitiveLog,
@@ -1943,6 +2413,11 @@ var paginateSearch = (0, import_core.createPaginator)(ResourceExplorer2Client, S
1943
2413
  GetIndexOutputFilterSensitiveLog,
1944
2414
  ManagedViewFilterSensitiveLog,
1945
2415
  GetManagedViewOutputFilterSensitiveLog,
2416
+ ViewStatusFilterSensitiveLog,
2417
+ RegionStatusFilterSensitiveLog,
2418
+ GetResourceExplorerSetupOutputFilterSensitiveLog,
2419
+ ServiceViewFilterSensitiveLog,
2420
+ GetServiceViewOutputFilterSensitiveLog,
1946
2421
  ListResourcesInputFilterSensitiveLog,
1947
2422
  ListTagsForResourceOutputFilterSensitiveLog,
1948
2423
  SearchInputFilterSensitiveLog,