@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
@@ -2,19 +2,27 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AssociateDefaultViewCommand, } from "./commands/AssociateDefaultViewCommand";
3
3
  import { BatchGetViewCommand, } from "./commands/BatchGetViewCommand";
4
4
  import { CreateIndexCommand } from "./commands/CreateIndexCommand";
5
+ import { CreateResourceExplorerSetupCommand, } from "./commands/CreateResourceExplorerSetupCommand";
5
6
  import { CreateViewCommand } from "./commands/CreateViewCommand";
6
7
  import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
8
+ import { DeleteResourceExplorerSetupCommand, } from "./commands/DeleteResourceExplorerSetupCommand";
7
9
  import { DeleteViewCommand } from "./commands/DeleteViewCommand";
8
10
  import { DisassociateDefaultViewCommand, } from "./commands/DisassociateDefaultViewCommand";
9
11
  import { GetAccountLevelServiceConfigurationCommand, } from "./commands/GetAccountLevelServiceConfigurationCommand";
10
12
  import { GetDefaultViewCommand, } from "./commands/GetDefaultViewCommand";
11
13
  import { GetIndexCommand } from "./commands/GetIndexCommand";
12
14
  import { GetManagedViewCommand, } from "./commands/GetManagedViewCommand";
15
+ import { GetResourceExplorerSetupCommand, } from "./commands/GetResourceExplorerSetupCommand";
16
+ import { GetServiceIndexCommand, } from "./commands/GetServiceIndexCommand";
17
+ import { GetServiceViewCommand, } from "./commands/GetServiceViewCommand";
13
18
  import { GetViewCommand } from "./commands/GetViewCommand";
14
19
  import { ListIndexesCommand } from "./commands/ListIndexesCommand";
15
20
  import { ListIndexesForMembersCommand, } from "./commands/ListIndexesForMembersCommand";
16
21
  import { ListManagedViewsCommand, } from "./commands/ListManagedViewsCommand";
17
22
  import { ListResourcesCommand, } from "./commands/ListResourcesCommand";
23
+ import { ListServiceIndexesCommand, } from "./commands/ListServiceIndexesCommand";
24
+ import { ListServiceViewsCommand, } from "./commands/ListServiceViewsCommand";
25
+ import { ListStreamingAccessForServicesCommand, } from "./commands/ListStreamingAccessForServicesCommand";
18
26
  import { ListSupportedResourceTypesCommand, } from "./commands/ListSupportedResourceTypesCommand";
19
27
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
20
28
  import { ListViewsCommand } from "./commands/ListViewsCommand";
@@ -28,19 +36,27 @@ const commands = {
28
36
  AssociateDefaultViewCommand,
29
37
  BatchGetViewCommand,
30
38
  CreateIndexCommand,
39
+ CreateResourceExplorerSetupCommand,
31
40
  CreateViewCommand,
32
41
  DeleteIndexCommand,
42
+ DeleteResourceExplorerSetupCommand,
33
43
  DeleteViewCommand,
34
44
  DisassociateDefaultViewCommand,
35
45
  GetAccountLevelServiceConfigurationCommand,
36
46
  GetDefaultViewCommand,
37
47
  GetIndexCommand,
38
48
  GetManagedViewCommand,
49
+ GetResourceExplorerSetupCommand,
50
+ GetServiceIndexCommand,
51
+ GetServiceViewCommand,
39
52
  GetViewCommand,
40
53
  ListIndexesCommand,
41
54
  ListIndexesForMembersCommand,
42
55
  ListManagedViewsCommand,
43
56
  ListResourcesCommand,
57
+ ListServiceIndexesCommand,
58
+ ListServiceViewsCommand,
59
+ ListStreamingAccessForServicesCommand,
44
60
  ListSupportedResourceTypesCommand,
45
61
  ListTagsForResourceCommand,
46
62
  ListViewsCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateResourceExplorerSetupCommand, se_CreateResourceExplorerSetupCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateResourceExplorerSetupCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "CreateResourceExplorerSetup", {})
17
+ .n("ResourceExplorer2Client", "CreateResourceExplorerSetupCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateResourceExplorerSetupCommand)
20
+ .de(de_CreateResourceExplorerSetupCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteResourceExplorerSetupCommand, se_DeleteResourceExplorerSetupCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteResourceExplorerSetupCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "DeleteResourceExplorerSetup", {})
17
+ .n("ResourceExplorer2Client", "DeleteResourceExplorerSetupCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteResourceExplorerSetupCommand)
20
+ .de(de_DeleteResourceExplorerSetupCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetResourceExplorerSetupOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_GetResourceExplorerSetupCommand, se_GetResourceExplorerSetupCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetResourceExplorerSetupCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("ResourceExplorer", "GetResourceExplorerSetup", {})
18
+ .n("ResourceExplorer2Client", "GetResourceExplorerSetupCommand")
19
+ .f(void 0, GetResourceExplorerSetupOutputFilterSensitiveLog)
20
+ .ser(se_GetResourceExplorerSetupCommand)
21
+ .de(de_GetResourceExplorerSetupCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetServiceIndexCommand, se_GetServiceIndexCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetServiceIndexCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "GetServiceIndex", {})
17
+ .n("ResourceExplorer2Client", "GetServiceIndexCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetServiceIndexCommand)
20
+ .de(de_GetServiceIndexCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetServiceViewOutputFilterSensitiveLog } from "../models/models_0";
6
+ import { de_GetServiceViewCommand, se_GetServiceViewCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetServiceViewCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("ResourceExplorer", "GetServiceView", {})
18
+ .n("ResourceExplorer2Client", "GetServiceViewCommand")
19
+ .f(void 0, GetServiceViewOutputFilterSensitiveLog)
20
+ .ser(se_GetServiceViewCommand)
21
+ .de(de_GetServiceViewCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListServiceIndexesCommand, se_ListServiceIndexesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListServiceIndexesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "ListServiceIndexes", {})
17
+ .n("ResourceExplorer2Client", "ListServiceIndexesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListServiceIndexesCommand)
20
+ .de(de_ListServiceIndexesCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListServiceViewsCommand, se_ListServiceViewsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListServiceViewsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "ListServiceViews", {})
17
+ .n("ResourceExplorer2Client", "ListServiceViewsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListServiceViewsCommand)
20
+ .de(de_ListServiceViewsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListStreamingAccessForServicesCommand, se_ListStreamingAccessForServicesCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListStreamingAccessForServicesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ResourceExplorer", "ListStreamingAccessForServices", {})
17
+ .n("ResourceExplorer2Client", "ListStreamingAccessForServicesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListStreamingAccessForServicesCommand)
20
+ .de(de_ListStreamingAccessForServicesCommand)
21
+ .build() {
22
+ }
@@ -1,19 +1,27 @@
1
1
  export * from "./AssociateDefaultViewCommand";
2
2
  export * from "./BatchGetViewCommand";
3
3
  export * from "./CreateIndexCommand";
4
+ export * from "./CreateResourceExplorerSetupCommand";
4
5
  export * from "./CreateViewCommand";
5
6
  export * from "./DeleteIndexCommand";
7
+ export * from "./DeleteResourceExplorerSetupCommand";
6
8
  export * from "./DeleteViewCommand";
7
9
  export * from "./DisassociateDefaultViewCommand";
8
10
  export * from "./GetAccountLevelServiceConfigurationCommand";
9
11
  export * from "./GetDefaultViewCommand";
10
12
  export * from "./GetIndexCommand";
11
13
  export * from "./GetManagedViewCommand";
14
+ export * from "./GetResourceExplorerSetupCommand";
15
+ export * from "./GetServiceIndexCommand";
16
+ export * from "./GetServiceViewCommand";
12
17
  export * from "./GetViewCommand";
13
18
  export * from "./ListIndexesCommand";
14
19
  export * from "./ListIndexesForMembersCommand";
15
20
  export * from "./ListManagedViewsCommand";
16
21
  export * from "./ListResourcesCommand";
22
+ export * from "./ListServiceIndexesCommand";
23
+ export * from "./ListServiceViewsCommand";
24
+ export * from "./ListStreamingAccessForServicesCommand";
17
25
  export * from "./ListSupportedResourceTypesCommand";
18
26
  export * from "./ListTagsForResourceCommand";
19
27
  export * from "./ListViewsCommand";
@@ -1,4 +1,4 @@
1
1
  const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
3
3
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://resource-explorer-2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://resource-explorer-2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://resource-explorer-2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://resource-explorer-2.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -133,6 +133,12 @@ export class ServiceQuotaExceededException extends __BaseException {
133
133
  this.Value = opts.Value;
134
134
  }
135
135
  }
136
+ export const OperationStatus = {
137
+ FAILED: "FAILED",
138
+ IN_PROGRESS: "IN_PROGRESS",
139
+ SKIPPED: "SKIPPED",
140
+ SUCCEEDED: "SUCCEEDED",
141
+ };
136
142
  export const SearchFilterFilterSensitiveLog = (obj) => ({
137
143
  ...obj,
138
144
  });
@@ -182,6 +188,24 @@ export const GetManagedViewOutputFilterSensitiveLog = (obj) => ({
182
188
  ...obj,
183
189
  ...(obj.ManagedView && { ManagedView: ManagedViewFilterSensitiveLog(obj.ManagedView) }),
184
190
  });
191
+ export const ViewStatusFilterSensitiveLog = (obj) => ({
192
+ ...obj,
193
+ ...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
194
+ });
195
+ export const RegionStatusFilterSensitiveLog = (obj) => ({
196
+ ...obj,
197
+ });
198
+ export const GetResourceExplorerSetupOutputFilterSensitiveLog = (obj) => ({
199
+ ...obj,
200
+ });
201
+ export const ServiceViewFilterSensitiveLog = (obj) => ({
202
+ ...obj,
203
+ ...(obj.Filters && { Filters: SENSITIVE_STRING }),
204
+ });
205
+ export const GetServiceViewOutputFilterSensitiveLog = (obj) => ({
206
+ ...obj,
207
+ ...(obj.View && { View: ServiceViewFilterSensitiveLog(obj.View) }),
208
+ });
185
209
  export const ListResourcesInputFilterSensitiveLog = (obj) => ({
186
210
  ...obj,
187
211
  ...(obj.Filters && { Filters: SENSITIVE_STRING }),
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { GetResourceExplorerSetupCommand, } from "../commands/GetResourceExplorerSetupCommand";
3
+ import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
4
+ export const paginateGetResourceExplorerSetup = createPaginator(ResourceExplorer2Client, GetResourceExplorerSetupCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListServiceIndexesCommand, } from "../commands/ListServiceIndexesCommand";
3
+ import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
4
+ export const paginateListServiceIndexes = createPaginator(ResourceExplorer2Client, ListServiceIndexesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListServiceViewsCommand, } from "../commands/ListServiceViewsCommand";
3
+ import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
4
+ export const paginateListServiceViews = createPaginator(ResourceExplorer2Client, ListServiceViewsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListStreamingAccessForServicesCommand, } from "../commands/ListStreamingAccessForServicesCommand";
3
+ import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
4
+ export const paginateListStreamingAccessForServices = createPaginator(ResourceExplorer2Client, ListStreamingAccessForServicesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,8 +1,12 @@
1
+ export * from "./GetResourceExplorerSetupPaginator";
1
2
  export * from "./Interfaces";
2
3
  export * from "./ListIndexesForMembersPaginator";
3
4
  export * from "./ListIndexesPaginator";
4
5
  export * from "./ListManagedViewsPaginator";
5
6
  export * from "./ListResourcesPaginator";
7
+ export * from "./ListServiceIndexesPaginator";
8
+ export * from "./ListServiceViewsPaginator";
9
+ export * from "./ListStreamingAccessForServicesPaginator";
6
10
  export * from "./ListSupportedResourceTypesPaginator";
7
11
  export * from "./ListViewsPaginator";
8
12
  export * from "./SearchPaginator";