@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.
- package/README.md +65 -21
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +475 -0
- package/dist-es/ResourceExplorer2.js +16 -0
- package/dist-es/commands/CreateResourceExplorerSetupCommand.js +22 -0
- package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +22 -0
- package/dist-es/commands/GetResourceExplorerSetupCommand.js +23 -0
- package/dist-es/commands/GetServiceIndexCommand.js +22 -0
- package/dist-es/commands/GetServiceViewCommand.js +23 -0
- package/dist-es/commands/ListServiceIndexesCommand.js +22 -0
- package/dist-es/commands/ListServiceViewsCommand.js +22 -0
- package/dist-es/commands/ListStreamingAccessForServicesCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/pagination/GetResourceExplorerSetupPaginator.js +4 -0
- package/dist-es/pagination/ListServiceIndexesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceViewsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamingAccessForServicesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +261 -0
- package/dist-types/ResourceExplorer2.d.ts +62 -21
- package/dist-types/ResourceExplorer2Client.d.ts +11 -23
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -18
- package/dist-types/commands/BatchGetViewCommand.d.ts +4 -9
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -67
- package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +95 -0
- package/dist-types/commands/CreateViewCommand.d.ts +6 -24
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -23
- package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +92 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +6 -15
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -17
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +5 -12
- package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -13
- package/dist-types/commands/GetIndexCommand.d.ts +6 -13
- package/dist-types/commands/GetManagedViewCommand.d.ts +5 -11
- package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +129 -0
- package/dist-types/commands/GetServiceIndexCommand.d.ts +88 -0
- package/dist-types/commands/GetServiceViewCommand.d.ts +101 -0
- package/dist-types/commands/GetViewCommand.d.ts +5 -11
- package/dist-types/commands/ListIndexesCommand.d.ts +5 -11
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +5 -13
- package/dist-types/commands/ListManagedViewsCommand.d.ts +5 -12
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -14
- package/dist-types/commands/ListServiceIndexesCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceViewsCommand.d.ts +90 -0
- package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +90 -0
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -11
- package/dist-types/commands/ListViewsCommand.d.ts +5 -19
- package/dist-types/commands/SearchCommand.d.ts +6 -24
- package/dist-types/commands/TagResourceCommand.d.ts +5 -16
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -11
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +7 -75
- package/dist-types/commands/UpdateViewCommand.d.ts +5 -11
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/index.d.ts +1 -21
- package/dist-types/models/models_0.d.ts +473 -442
- package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/ResourceExplorer2.d.ts +141 -0
- package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -0
- package/dist-types/ts3.4/pagination/GetResourceExplorerSetupPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceIndexesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamingAccessForServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +38 -38
|
@@ -44,6 +44,21 @@ export const se_CreateIndexCommand = async (input, context) => {
|
|
|
44
44
|
b.m("POST").h(headers).b(body);
|
|
45
45
|
return b.build();
|
|
46
46
|
};
|
|
47
|
+
export const se_CreateResourceExplorerSetupCommand = async (input, context) => {
|
|
48
|
+
const b = rb(input, context);
|
|
49
|
+
const headers = {
|
|
50
|
+
"content-type": "application/json",
|
|
51
|
+
};
|
|
52
|
+
b.bp("/CreateResourceExplorerSetup");
|
|
53
|
+
let body;
|
|
54
|
+
body = JSON.stringify(take(input, {
|
|
55
|
+
AggregatorRegions: (_) => _json(_),
|
|
56
|
+
RegionList: (_) => _json(_),
|
|
57
|
+
ViewName: [],
|
|
58
|
+
}));
|
|
59
|
+
b.m("POST").h(headers).b(body);
|
|
60
|
+
return b.build();
|
|
61
|
+
};
|
|
47
62
|
export const se_CreateViewCommand = async (input, context) => {
|
|
48
63
|
const b = rb(input, context);
|
|
49
64
|
const headers = {
|
|
@@ -75,6 +90,20 @@ export const se_DeleteIndexCommand = async (input, context) => {
|
|
|
75
90
|
b.m("POST").h(headers).b(body);
|
|
76
91
|
return b.build();
|
|
77
92
|
};
|
|
93
|
+
export const se_DeleteResourceExplorerSetupCommand = async (input, context) => {
|
|
94
|
+
const b = rb(input, context);
|
|
95
|
+
const headers = {
|
|
96
|
+
"content-type": "application/json",
|
|
97
|
+
};
|
|
98
|
+
b.bp("/DeleteResourceExplorerSetup");
|
|
99
|
+
let body;
|
|
100
|
+
body = JSON.stringify(take(input, {
|
|
101
|
+
DeleteInAllRegions: [],
|
|
102
|
+
RegionList: (_) => _json(_),
|
|
103
|
+
}));
|
|
104
|
+
b.m("POST").h(headers).b(body);
|
|
105
|
+
return b.build();
|
|
106
|
+
};
|
|
78
107
|
export const se_DeleteViewCommand = async (input, context) => {
|
|
79
108
|
const b = rb(input, context);
|
|
80
109
|
const headers = {
|
|
@@ -133,6 +162,42 @@ export const se_GetManagedViewCommand = async (input, context) => {
|
|
|
133
162
|
b.m("POST").h(headers).b(body);
|
|
134
163
|
return b.build();
|
|
135
164
|
};
|
|
165
|
+
export const se_GetResourceExplorerSetupCommand = async (input, context) => {
|
|
166
|
+
const b = rb(input, context);
|
|
167
|
+
const headers = {
|
|
168
|
+
"content-type": "application/json",
|
|
169
|
+
};
|
|
170
|
+
b.bp("/GetResourceExplorerSetup");
|
|
171
|
+
let body;
|
|
172
|
+
body = JSON.stringify(take(input, {
|
|
173
|
+
MaxResults: [],
|
|
174
|
+
NextToken: [],
|
|
175
|
+
TaskId: [],
|
|
176
|
+
}));
|
|
177
|
+
b.m("POST").h(headers).b(body);
|
|
178
|
+
return b.build();
|
|
179
|
+
};
|
|
180
|
+
export const se_GetServiceIndexCommand = async (input, context) => {
|
|
181
|
+
const b = rb(input, context);
|
|
182
|
+
const headers = {};
|
|
183
|
+
b.bp("/GetServiceIndex");
|
|
184
|
+
let body;
|
|
185
|
+
b.m("POST").h(headers).b(body);
|
|
186
|
+
return b.build();
|
|
187
|
+
};
|
|
188
|
+
export const se_GetServiceViewCommand = async (input, context) => {
|
|
189
|
+
const b = rb(input, context);
|
|
190
|
+
const headers = {
|
|
191
|
+
"content-type": "application/json",
|
|
192
|
+
};
|
|
193
|
+
b.bp("/GetServiceView");
|
|
194
|
+
let body;
|
|
195
|
+
body = JSON.stringify(take(input, {
|
|
196
|
+
ServiceViewArn: [],
|
|
197
|
+
}));
|
|
198
|
+
b.m("POST").h(headers).b(body);
|
|
199
|
+
return b.build();
|
|
200
|
+
};
|
|
136
201
|
export const se_GetViewCommand = async (input, context) => {
|
|
137
202
|
const b = rb(input, context);
|
|
138
203
|
const headers = {
|
|
@@ -208,6 +273,49 @@ export const se_ListResourcesCommand = async (input, context) => {
|
|
|
208
273
|
b.m("POST").h(headers).b(body);
|
|
209
274
|
return b.build();
|
|
210
275
|
};
|
|
276
|
+
export const se_ListServiceIndexesCommand = async (input, context) => {
|
|
277
|
+
const b = rb(input, context);
|
|
278
|
+
const headers = {
|
|
279
|
+
"content-type": "application/json",
|
|
280
|
+
};
|
|
281
|
+
b.bp("/ListServiceIndexes");
|
|
282
|
+
let body;
|
|
283
|
+
body = JSON.stringify(take(input, {
|
|
284
|
+
MaxResults: [],
|
|
285
|
+
NextToken: [],
|
|
286
|
+
Regions: (_) => _json(_),
|
|
287
|
+
}));
|
|
288
|
+
b.m("POST").h(headers).b(body);
|
|
289
|
+
return b.build();
|
|
290
|
+
};
|
|
291
|
+
export const se_ListServiceViewsCommand = async (input, context) => {
|
|
292
|
+
const b = rb(input, context);
|
|
293
|
+
const headers = {
|
|
294
|
+
"content-type": "application/json",
|
|
295
|
+
};
|
|
296
|
+
b.bp("/ListServiceViews");
|
|
297
|
+
let body;
|
|
298
|
+
body = JSON.stringify(take(input, {
|
|
299
|
+
MaxResults: [],
|
|
300
|
+
NextToken: [],
|
|
301
|
+
}));
|
|
302
|
+
b.m("POST").h(headers).b(body);
|
|
303
|
+
return b.build();
|
|
304
|
+
};
|
|
305
|
+
export const se_ListStreamingAccessForServicesCommand = async (input, context) => {
|
|
306
|
+
const b = rb(input, context);
|
|
307
|
+
const headers = {
|
|
308
|
+
"content-type": "application/json",
|
|
309
|
+
};
|
|
310
|
+
b.bp("/ListStreamingAccessForServices");
|
|
311
|
+
let body;
|
|
312
|
+
body = JSON.stringify(take(input, {
|
|
313
|
+
MaxResults: [],
|
|
314
|
+
NextToken: [],
|
|
315
|
+
}));
|
|
316
|
+
b.m("POST").h(headers).b(body);
|
|
317
|
+
return b.build();
|
|
318
|
+
};
|
|
211
319
|
export const se_ListSupportedResourceTypesCommand = async (input, context) => {
|
|
212
320
|
const b = rb(input, context);
|
|
213
321
|
const headers = {
|
|
@@ -361,6 +469,20 @@ export const de_CreateIndexCommand = async (output, context) => {
|
|
|
361
469
|
Object.assign(contents, doc);
|
|
362
470
|
return contents;
|
|
363
471
|
};
|
|
472
|
+
export const de_CreateResourceExplorerSetupCommand = async (output, context) => {
|
|
473
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
474
|
+
return de_CommandError(output, context);
|
|
475
|
+
}
|
|
476
|
+
const contents = map({
|
|
477
|
+
$metadata: deserializeMetadata(output),
|
|
478
|
+
});
|
|
479
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
480
|
+
const doc = take(data, {
|
|
481
|
+
TaskId: __expectString,
|
|
482
|
+
});
|
|
483
|
+
Object.assign(contents, doc);
|
|
484
|
+
return contents;
|
|
485
|
+
};
|
|
364
486
|
export const de_CreateViewCommand = async (output, context) => {
|
|
365
487
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
366
488
|
return de_CommandError(output, context);
|
|
@@ -391,6 +513,20 @@ export const de_DeleteIndexCommand = async (output, context) => {
|
|
|
391
513
|
Object.assign(contents, doc);
|
|
392
514
|
return contents;
|
|
393
515
|
};
|
|
516
|
+
export const de_DeleteResourceExplorerSetupCommand = async (output, context) => {
|
|
517
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
518
|
+
return de_CommandError(output, context);
|
|
519
|
+
}
|
|
520
|
+
const contents = map({
|
|
521
|
+
$metadata: deserializeMetadata(output),
|
|
522
|
+
});
|
|
523
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
524
|
+
const doc = take(data, {
|
|
525
|
+
TaskId: __expectString,
|
|
526
|
+
});
|
|
527
|
+
Object.assign(contents, doc);
|
|
528
|
+
return contents;
|
|
529
|
+
};
|
|
394
530
|
export const de_DeleteViewCommand = async (output, context) => {
|
|
395
531
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
396
532
|
return de_CommandError(output, context);
|
|
@@ -478,6 +614,50 @@ export const de_GetManagedViewCommand = async (output, context) => {
|
|
|
478
614
|
Object.assign(contents, doc);
|
|
479
615
|
return contents;
|
|
480
616
|
};
|
|
617
|
+
export const de_GetResourceExplorerSetupCommand = async (output, context) => {
|
|
618
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
619
|
+
return de_CommandError(output, context);
|
|
620
|
+
}
|
|
621
|
+
const contents = map({
|
|
622
|
+
$metadata: deserializeMetadata(output),
|
|
623
|
+
});
|
|
624
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
625
|
+
const doc = take(data, {
|
|
626
|
+
NextToken: __expectString,
|
|
627
|
+
Regions: (_) => de_RegionStatusList(_, context),
|
|
628
|
+
});
|
|
629
|
+
Object.assign(contents, doc);
|
|
630
|
+
return contents;
|
|
631
|
+
};
|
|
632
|
+
export const de_GetServiceIndexCommand = async (output, context) => {
|
|
633
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
634
|
+
return de_CommandError(output, context);
|
|
635
|
+
}
|
|
636
|
+
const contents = map({
|
|
637
|
+
$metadata: deserializeMetadata(output),
|
|
638
|
+
});
|
|
639
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
640
|
+
const doc = take(data, {
|
|
641
|
+
Arn: __expectString,
|
|
642
|
+
Type: __expectString,
|
|
643
|
+
});
|
|
644
|
+
Object.assign(contents, doc);
|
|
645
|
+
return contents;
|
|
646
|
+
};
|
|
647
|
+
export const de_GetServiceViewCommand = async (output, context) => {
|
|
648
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
649
|
+
return de_CommandError(output, context);
|
|
650
|
+
}
|
|
651
|
+
const contents = map({
|
|
652
|
+
$metadata: deserializeMetadata(output),
|
|
653
|
+
});
|
|
654
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
655
|
+
const doc = take(data, {
|
|
656
|
+
View: _json,
|
|
657
|
+
});
|
|
658
|
+
Object.assign(contents, doc);
|
|
659
|
+
return contents;
|
|
660
|
+
};
|
|
481
661
|
export const de_GetViewCommand = async (output, context) => {
|
|
482
662
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
483
663
|
return de_CommandError(output, context);
|
|
@@ -554,6 +734,51 @@ export const de_ListResourcesCommand = async (output, context) => {
|
|
|
554
734
|
Object.assign(contents, doc);
|
|
555
735
|
return contents;
|
|
556
736
|
};
|
|
737
|
+
export const de_ListServiceIndexesCommand = async (output, context) => {
|
|
738
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
739
|
+
return de_CommandError(output, context);
|
|
740
|
+
}
|
|
741
|
+
const contents = map({
|
|
742
|
+
$metadata: deserializeMetadata(output),
|
|
743
|
+
});
|
|
744
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
745
|
+
const doc = take(data, {
|
|
746
|
+
Indexes: _json,
|
|
747
|
+
NextToken: __expectString,
|
|
748
|
+
});
|
|
749
|
+
Object.assign(contents, doc);
|
|
750
|
+
return contents;
|
|
751
|
+
};
|
|
752
|
+
export const de_ListServiceViewsCommand = async (output, context) => {
|
|
753
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
754
|
+
return de_CommandError(output, context);
|
|
755
|
+
}
|
|
756
|
+
const contents = map({
|
|
757
|
+
$metadata: deserializeMetadata(output),
|
|
758
|
+
});
|
|
759
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
760
|
+
const doc = take(data, {
|
|
761
|
+
NextToken: __expectString,
|
|
762
|
+
ServiceViews: _json,
|
|
763
|
+
});
|
|
764
|
+
Object.assign(contents, doc);
|
|
765
|
+
return contents;
|
|
766
|
+
};
|
|
767
|
+
export const de_ListStreamingAccessForServicesCommand = async (output, context) => {
|
|
768
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
769
|
+
return de_CommandError(output, context);
|
|
770
|
+
}
|
|
771
|
+
const contents = map({
|
|
772
|
+
$metadata: deserializeMetadata(output),
|
|
773
|
+
});
|
|
774
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
775
|
+
const doc = take(data, {
|
|
776
|
+
NextToken: __expectString,
|
|
777
|
+
StreamingAccessForServices: (_) => de_StreamingAccessDetailsList(_, context),
|
|
778
|
+
});
|
|
779
|
+
Object.assign(contents, doc);
|
|
780
|
+
return contents;
|
|
781
|
+
};
|
|
557
782
|
export const de_ListSupportedResourceTypesCommand = async (output, context) => {
|
|
558
783
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
559
784
|
return de_CommandError(output, context);
|
|
@@ -828,6 +1053,21 @@ const de_ManagedView = (output, context) => {
|
|
|
828
1053
|
Version: __expectString,
|
|
829
1054
|
});
|
|
830
1055
|
};
|
|
1056
|
+
const de_RegionStatus = (output, context) => {
|
|
1057
|
+
return take(output, {
|
|
1058
|
+
Index: _json,
|
|
1059
|
+
Region: __expectString,
|
|
1060
|
+
View: (_) => de_ViewStatus(_, context),
|
|
1061
|
+
});
|
|
1062
|
+
};
|
|
1063
|
+
const de_RegionStatusList = (output, context) => {
|
|
1064
|
+
const retVal = (output || [])
|
|
1065
|
+
.filter((e) => e != null)
|
|
1066
|
+
.map((entry) => {
|
|
1067
|
+
return de_RegionStatus(entry, context);
|
|
1068
|
+
});
|
|
1069
|
+
return retVal;
|
|
1070
|
+
};
|
|
831
1071
|
const de_Resource = (output, context) => {
|
|
832
1072
|
return take(output, {
|
|
833
1073
|
Arn: __expectString,
|
|
@@ -862,6 +1102,20 @@ const de_ResourcePropertyList = (output, context) => {
|
|
|
862
1102
|
});
|
|
863
1103
|
return retVal;
|
|
864
1104
|
};
|
|
1105
|
+
const de_StreamingAccessDetails = (output, context) => {
|
|
1106
|
+
return take(output, {
|
|
1107
|
+
CreatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1108
|
+
ServicePrincipal: __expectString,
|
|
1109
|
+
});
|
|
1110
|
+
};
|
|
1111
|
+
const de_StreamingAccessDetailsList = (output, context) => {
|
|
1112
|
+
const retVal = (output || [])
|
|
1113
|
+
.filter((e) => e != null)
|
|
1114
|
+
.map((entry) => {
|
|
1115
|
+
return de_StreamingAccessDetails(entry, context);
|
|
1116
|
+
});
|
|
1117
|
+
return retVal;
|
|
1118
|
+
};
|
|
865
1119
|
const de_View = (output, context) => {
|
|
866
1120
|
return take(output, {
|
|
867
1121
|
Filters: _json,
|
|
@@ -880,6 +1134,13 @@ const de_ViewList = (output, context) => {
|
|
|
880
1134
|
});
|
|
881
1135
|
return retVal;
|
|
882
1136
|
};
|
|
1137
|
+
const de_ViewStatus = (output, context) => {
|
|
1138
|
+
return take(output, {
|
|
1139
|
+
ErrorDetails: _json,
|
|
1140
|
+
Status: __expectString,
|
|
1141
|
+
View: (_) => de_View(_, context),
|
|
1142
|
+
});
|
|
1143
|
+
};
|
|
883
1144
|
const de_Document = (output, context) => {
|
|
884
1145
|
return output;
|
|
885
1146
|
};
|
|
@@ -2,19 +2,27 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "./commands/AssociateDefaultViewCommand";
|
|
3
3
|
import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "./commands/BatchGetViewCommand";
|
|
4
4
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
5
|
+
import { CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput } from "./commands/CreateResourceExplorerSetupCommand";
|
|
5
6
|
import { CreateViewCommandInput, CreateViewCommandOutput } from "./commands/CreateViewCommand";
|
|
6
7
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
8
|
+
import { DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput } from "./commands/DeleteResourceExplorerSetupCommand";
|
|
7
9
|
import { DeleteViewCommandInput, DeleteViewCommandOutput } from "./commands/DeleteViewCommand";
|
|
8
10
|
import { DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput } from "./commands/DisassociateDefaultViewCommand";
|
|
9
11
|
import { GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput } from "./commands/GetAccountLevelServiceConfigurationCommand";
|
|
10
12
|
import { GetDefaultViewCommandInput, GetDefaultViewCommandOutput } from "./commands/GetDefaultViewCommand";
|
|
11
13
|
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
12
14
|
import { GetManagedViewCommandInput, GetManagedViewCommandOutput } from "./commands/GetManagedViewCommand";
|
|
15
|
+
import { GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput } from "./commands/GetResourceExplorerSetupCommand";
|
|
16
|
+
import { GetServiceIndexCommandInput, GetServiceIndexCommandOutput } from "./commands/GetServiceIndexCommand";
|
|
17
|
+
import { GetServiceViewCommandInput, GetServiceViewCommandOutput } from "./commands/GetServiceViewCommand";
|
|
13
18
|
import { GetViewCommandInput, GetViewCommandOutput } from "./commands/GetViewCommand";
|
|
14
19
|
import { ListIndexesCommandInput, ListIndexesCommandOutput } from "./commands/ListIndexesCommand";
|
|
15
20
|
import { ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput } from "./commands/ListIndexesForMembersCommand";
|
|
16
21
|
import { ListManagedViewsCommandInput, ListManagedViewsCommandOutput } from "./commands/ListManagedViewsCommand";
|
|
17
22
|
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
|
|
23
|
+
import { ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput } from "./commands/ListServiceIndexesCommand";
|
|
24
|
+
import { ListServiceViewsCommandInput, ListServiceViewsCommandOutput } from "./commands/ListServiceViewsCommand";
|
|
25
|
+
import { ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput } from "./commands/ListStreamingAccessForServicesCommand";
|
|
18
26
|
import { ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput } from "./commands/ListSupportedResourceTypesCommand";
|
|
19
27
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
20
28
|
import { ListViewsCommandInput, ListViewsCommandOutput } from "./commands/ListViewsCommand";
|
|
@@ -45,6 +53,12 @@ export interface ResourceExplorer2 {
|
|
|
45
53
|
createIndex(args: CreateIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreateIndexCommandOutput>;
|
|
46
54
|
createIndex(args: CreateIndexCommandInput, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
|
|
47
55
|
createIndex(args: CreateIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
|
|
56
|
+
/**
|
|
57
|
+
* @see {@link CreateResourceExplorerSetupCommand}
|
|
58
|
+
*/
|
|
59
|
+
createResourceExplorerSetup(args: CreateResourceExplorerSetupCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceExplorerSetupCommandOutput>;
|
|
60
|
+
createResourceExplorerSetup(args: CreateResourceExplorerSetupCommandInput, cb: (err: any, data?: CreateResourceExplorerSetupCommandOutput) => void): void;
|
|
61
|
+
createResourceExplorerSetup(args: CreateResourceExplorerSetupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceExplorerSetupCommandOutput) => void): void;
|
|
48
62
|
/**
|
|
49
63
|
* @see {@link CreateViewCommand}
|
|
50
64
|
*/
|
|
@@ -57,6 +71,13 @@ export interface ResourceExplorer2 {
|
|
|
57
71
|
deleteIndex(args: DeleteIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexCommandOutput>;
|
|
58
72
|
deleteIndex(args: DeleteIndexCommandInput, cb: (err: any, data?: DeleteIndexCommandOutput) => void): void;
|
|
59
73
|
deleteIndex(args: DeleteIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIndexCommandOutput) => void): void;
|
|
74
|
+
/**
|
|
75
|
+
* @see {@link DeleteResourceExplorerSetupCommand}
|
|
76
|
+
*/
|
|
77
|
+
deleteResourceExplorerSetup(): Promise<DeleteResourceExplorerSetupCommandOutput>;
|
|
78
|
+
deleteResourceExplorerSetup(args: DeleteResourceExplorerSetupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceExplorerSetupCommandOutput>;
|
|
79
|
+
deleteResourceExplorerSetup(args: DeleteResourceExplorerSetupCommandInput, cb: (err: any, data?: DeleteResourceExplorerSetupCommandOutput) => void): void;
|
|
80
|
+
deleteResourceExplorerSetup(args: DeleteResourceExplorerSetupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceExplorerSetupCommandOutput) => void): void;
|
|
60
81
|
/**
|
|
61
82
|
* @see {@link DeleteViewCommand}
|
|
62
83
|
*/
|
|
@@ -97,6 +118,25 @@ export interface ResourceExplorer2 {
|
|
|
97
118
|
getManagedView(args: GetManagedViewCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedViewCommandOutput>;
|
|
98
119
|
getManagedView(args: GetManagedViewCommandInput, cb: (err: any, data?: GetManagedViewCommandOutput) => void): void;
|
|
99
120
|
getManagedView(args: GetManagedViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedViewCommandOutput) => void): void;
|
|
121
|
+
/**
|
|
122
|
+
* @see {@link GetResourceExplorerSetupCommand}
|
|
123
|
+
*/
|
|
124
|
+
getResourceExplorerSetup(args: GetResourceExplorerSetupCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceExplorerSetupCommandOutput>;
|
|
125
|
+
getResourceExplorerSetup(args: GetResourceExplorerSetupCommandInput, cb: (err: any, data?: GetResourceExplorerSetupCommandOutput) => void): void;
|
|
126
|
+
getResourceExplorerSetup(args: GetResourceExplorerSetupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceExplorerSetupCommandOutput) => void): void;
|
|
127
|
+
/**
|
|
128
|
+
* @see {@link GetServiceIndexCommand}
|
|
129
|
+
*/
|
|
130
|
+
getServiceIndex(): Promise<GetServiceIndexCommandOutput>;
|
|
131
|
+
getServiceIndex(args: GetServiceIndexCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceIndexCommandOutput>;
|
|
132
|
+
getServiceIndex(args: GetServiceIndexCommandInput, cb: (err: any, data?: GetServiceIndexCommandOutput) => void): void;
|
|
133
|
+
getServiceIndex(args: GetServiceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceIndexCommandOutput) => void): void;
|
|
134
|
+
/**
|
|
135
|
+
* @see {@link GetServiceViewCommand}
|
|
136
|
+
*/
|
|
137
|
+
getServiceView(args: GetServiceViewCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceViewCommandOutput>;
|
|
138
|
+
getServiceView(args: GetServiceViewCommandInput, cb: (err: any, data?: GetServiceViewCommandOutput) => void): void;
|
|
139
|
+
getServiceView(args: GetServiceViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceViewCommandOutput) => void): void;
|
|
100
140
|
/**
|
|
101
141
|
* @see {@link GetViewCommand}
|
|
102
142
|
*/
|
|
@@ -130,6 +170,27 @@ export interface ResourceExplorer2 {
|
|
|
130
170
|
listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
|
|
131
171
|
listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
132
172
|
listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
173
|
+
/**
|
|
174
|
+
* @see {@link ListServiceIndexesCommand}
|
|
175
|
+
*/
|
|
176
|
+
listServiceIndexes(): Promise<ListServiceIndexesCommandOutput>;
|
|
177
|
+
listServiceIndexes(args: ListServiceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceIndexesCommandOutput>;
|
|
178
|
+
listServiceIndexes(args: ListServiceIndexesCommandInput, cb: (err: any, data?: ListServiceIndexesCommandOutput) => void): void;
|
|
179
|
+
listServiceIndexes(args: ListServiceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceIndexesCommandOutput) => void): void;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link ListServiceViewsCommand}
|
|
182
|
+
*/
|
|
183
|
+
listServiceViews(): Promise<ListServiceViewsCommandOutput>;
|
|
184
|
+
listServiceViews(args: ListServiceViewsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceViewsCommandOutput>;
|
|
185
|
+
listServiceViews(args: ListServiceViewsCommandInput, cb: (err: any, data?: ListServiceViewsCommandOutput) => void): void;
|
|
186
|
+
listServiceViews(args: ListServiceViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceViewsCommandOutput) => void): void;
|
|
187
|
+
/**
|
|
188
|
+
* @see {@link ListStreamingAccessForServicesCommand}
|
|
189
|
+
*/
|
|
190
|
+
listStreamingAccessForServices(): Promise<ListStreamingAccessForServicesCommandOutput>;
|
|
191
|
+
listStreamingAccessForServices(args: ListStreamingAccessForServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamingAccessForServicesCommandOutput>;
|
|
192
|
+
listStreamingAccessForServices(args: ListStreamingAccessForServicesCommandInput, cb: (err: any, data?: ListStreamingAccessForServicesCommandOutput) => void): void;
|
|
193
|
+
listStreamingAccessForServices(args: ListStreamingAccessForServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamingAccessForServicesCommandOutput) => void): void;
|
|
133
194
|
/**
|
|
134
195
|
* @see {@link ListSupportedResourceTypesCommand}
|
|
135
196
|
*/
|
|
@@ -182,27 +243,7 @@ export interface ResourceExplorer2 {
|
|
|
182
243
|
updateView(args: UpdateViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateViewCommandOutput) => void): void;
|
|
183
244
|
}
|
|
184
245
|
/**
|
|
185
|
-
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
|
|
186
|
-
* explore your resources using an internet search engine-like experience. Examples of
|
|
187
|
-
* resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
|
|
188
|
-
* tables. You can search for your resources using resource metadata like names, tags, and
|
|
189
|
-
* IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
|
|
190
|
-
* the service on, to simplify your cross-Region workloads.</p>
|
|
191
|
-
* <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
|
|
192
|
-
* you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates
|
|
193
|
-
* and maintains an index</a> in each Region, with the details of that Region's
|
|
194
|
-
* resources.</p>
|
|
195
|
-
* <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
|
|
196
|
-
* indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
|
|
197
|
-
* contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index
|
|
198
|
-
* in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
|
|
199
|
-
* replicates the index information from all local indexes in the other Regions to the
|
|
200
|
-
* aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
|
|
201
|
-
* information for all Regions in the account where you turned on Resource Explorer. As a result,
|
|
202
|
-
* views in the aggregator index Region include resources from all of the indexed Regions in your
|
|
203
|
-
* account.</p>
|
|
204
|
-
* <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
|
|
205
|
-
* service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
246
|
+
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can explore your resources using an internet search engine-like experience. Examples of resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB tables. You can search for your resources using resource metadata like names, tags, and IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn the service on, to simplify your cross-Region workloads.</p> <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates and maintains an index</a> in each Region, with the details of that Region's resources.</p> <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index in a Region to become the aggregator index for the account</a>, Resource Explorer automatically replicates the index information from all local indexes in the other Regions to the aggregator index. Therefore, the Region with the aggregator index has a copy of all resource information for all Regions in the account where you turned on Resource Explorer. As a result, views in the aggregator index Region include resources from all of the indexed Regions in your account.</p> <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
206
247
|
* @public
|
|
207
248
|
*/
|
|
208
249
|
export declare class ResourceExplorer2 extends ResourceExplorer2Client implements ResourceExplorer2 {
|
|
@@ -10,19 +10,27 @@ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/
|
|
|
10
10
|
import { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "./commands/AssociateDefaultViewCommand";
|
|
11
11
|
import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "./commands/BatchGetViewCommand";
|
|
12
12
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
13
|
+
import { CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput } from "./commands/CreateResourceExplorerSetupCommand";
|
|
13
14
|
import { CreateViewCommandInput, CreateViewCommandOutput } from "./commands/CreateViewCommand";
|
|
14
15
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
16
|
+
import { DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput } from "./commands/DeleteResourceExplorerSetupCommand";
|
|
15
17
|
import { DeleteViewCommandInput, DeleteViewCommandOutput } from "./commands/DeleteViewCommand";
|
|
16
18
|
import { DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput } from "./commands/DisassociateDefaultViewCommand";
|
|
17
19
|
import { GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput } from "./commands/GetAccountLevelServiceConfigurationCommand";
|
|
18
20
|
import { GetDefaultViewCommandInput, GetDefaultViewCommandOutput } from "./commands/GetDefaultViewCommand";
|
|
19
21
|
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
20
22
|
import { GetManagedViewCommandInput, GetManagedViewCommandOutput } from "./commands/GetManagedViewCommand";
|
|
23
|
+
import { GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput } from "./commands/GetResourceExplorerSetupCommand";
|
|
24
|
+
import { GetServiceIndexCommandInput, GetServiceIndexCommandOutput } from "./commands/GetServiceIndexCommand";
|
|
25
|
+
import { GetServiceViewCommandInput, GetServiceViewCommandOutput } from "./commands/GetServiceViewCommand";
|
|
21
26
|
import { GetViewCommandInput, GetViewCommandOutput } from "./commands/GetViewCommand";
|
|
22
27
|
import { ListIndexesCommandInput, ListIndexesCommandOutput } from "./commands/ListIndexesCommand";
|
|
23
28
|
import { ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput } from "./commands/ListIndexesForMembersCommand";
|
|
24
29
|
import { ListManagedViewsCommandInput, ListManagedViewsCommandOutput } from "./commands/ListManagedViewsCommand";
|
|
25
30
|
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
|
|
31
|
+
import { ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput } from "./commands/ListServiceIndexesCommand";
|
|
32
|
+
import { ListServiceViewsCommandInput, ListServiceViewsCommandOutput } from "./commands/ListServiceViewsCommand";
|
|
33
|
+
import { ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput } from "./commands/ListStreamingAccessForServicesCommand";
|
|
26
34
|
import { ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput } from "./commands/ListSupportedResourceTypesCommand";
|
|
27
35
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
28
36
|
import { ListViewsCommandInput, ListViewsCommandOutput } from "./commands/ListViewsCommand";
|
|
@@ -37,11 +45,11 @@ export { __Client };
|
|
|
37
45
|
/**
|
|
38
46
|
* @public
|
|
39
47
|
*/
|
|
40
|
-
export type ServiceInputTypes = AssociateDefaultViewCommandInput | BatchGetViewCommandInput | CreateIndexCommandInput | CreateViewCommandInput | DeleteIndexCommandInput | DeleteViewCommandInput | DisassociateDefaultViewCommandInput | GetAccountLevelServiceConfigurationCommandInput | GetDefaultViewCommandInput | GetIndexCommandInput | GetManagedViewCommandInput | GetViewCommandInput | ListIndexesCommandInput | ListIndexesForMembersCommandInput | ListManagedViewsCommandInput | ListResourcesCommandInput | ListSupportedResourceTypesCommandInput | ListTagsForResourceCommandInput | ListViewsCommandInput | SearchCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIndexTypeCommandInput | UpdateViewCommandInput;
|
|
48
|
+
export type ServiceInputTypes = AssociateDefaultViewCommandInput | BatchGetViewCommandInput | CreateIndexCommandInput | CreateResourceExplorerSetupCommandInput | CreateViewCommandInput | DeleteIndexCommandInput | DeleteResourceExplorerSetupCommandInput | DeleteViewCommandInput | DisassociateDefaultViewCommandInput | GetAccountLevelServiceConfigurationCommandInput | GetDefaultViewCommandInput | GetIndexCommandInput | GetManagedViewCommandInput | GetResourceExplorerSetupCommandInput | GetServiceIndexCommandInput | GetServiceViewCommandInput | GetViewCommandInput | ListIndexesCommandInput | ListIndexesForMembersCommandInput | ListManagedViewsCommandInput | ListResourcesCommandInput | ListServiceIndexesCommandInput | ListServiceViewsCommandInput | ListStreamingAccessForServicesCommandInput | ListSupportedResourceTypesCommandInput | ListTagsForResourceCommandInput | ListViewsCommandInput | SearchCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIndexTypeCommandInput | UpdateViewCommandInput;
|
|
41
49
|
/**
|
|
42
50
|
* @public
|
|
43
51
|
*/
|
|
44
|
-
export type ServiceOutputTypes = AssociateDefaultViewCommandOutput | BatchGetViewCommandOutput | CreateIndexCommandOutput | CreateViewCommandOutput | DeleteIndexCommandOutput | DeleteViewCommandOutput | DisassociateDefaultViewCommandOutput | GetAccountLevelServiceConfigurationCommandOutput | GetDefaultViewCommandOutput | GetIndexCommandOutput | GetManagedViewCommandOutput | GetViewCommandOutput | ListIndexesCommandOutput | ListIndexesForMembersCommandOutput | ListManagedViewsCommandOutput | ListResourcesCommandOutput | ListSupportedResourceTypesCommandOutput | ListTagsForResourceCommandOutput | ListViewsCommandOutput | SearchCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIndexTypeCommandOutput | UpdateViewCommandOutput;
|
|
52
|
+
export type ServiceOutputTypes = AssociateDefaultViewCommandOutput | BatchGetViewCommandOutput | CreateIndexCommandOutput | CreateResourceExplorerSetupCommandOutput | CreateViewCommandOutput | DeleteIndexCommandOutput | DeleteResourceExplorerSetupCommandOutput | DeleteViewCommandOutput | DisassociateDefaultViewCommandOutput | GetAccountLevelServiceConfigurationCommandOutput | GetDefaultViewCommandOutput | GetIndexCommandOutput | GetManagedViewCommandOutput | GetResourceExplorerSetupCommandOutput | GetServiceIndexCommandOutput | GetServiceViewCommandOutput | GetViewCommandOutput | ListIndexesCommandOutput | ListIndexesForMembersCommandOutput | ListManagedViewsCommandOutput | ListResourcesCommandOutput | ListServiceIndexesCommandOutput | ListServiceViewsCommandOutput | ListStreamingAccessForServicesCommandOutput | ListSupportedResourceTypesCommandOutput | ListTagsForResourceCommandOutput | ListViewsCommandOutput | SearchCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIndexTypeCommandOutput | UpdateViewCommandOutput;
|
|
45
53
|
/**
|
|
46
54
|
* @public
|
|
47
55
|
*/
|
|
@@ -193,27 +201,7 @@ export type ResourceExplorer2ClientResolvedConfigType = __SmithyResolvedConfigur
|
|
|
193
201
|
export interface ResourceExplorer2ClientResolvedConfig extends ResourceExplorer2ClientResolvedConfigType {
|
|
194
202
|
}
|
|
195
203
|
/**
|
|
196
|
-
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
|
|
197
|
-
* explore your resources using an internet search engine-like experience. Examples of
|
|
198
|
-
* resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
|
|
199
|
-
* tables. You can search for your resources using resource metadata like names, tags, and
|
|
200
|
-
* IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
|
|
201
|
-
* the service on, to simplify your cross-Region workloads.</p>
|
|
202
|
-
* <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
|
|
203
|
-
* you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates
|
|
204
|
-
* and maintains an index</a> in each Region, with the details of that Region's
|
|
205
|
-
* resources.</p>
|
|
206
|
-
* <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
|
|
207
|
-
* indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
|
|
208
|
-
* contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index
|
|
209
|
-
* in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
|
|
210
|
-
* replicates the index information from all local indexes in the other Regions to the
|
|
211
|
-
* aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
|
|
212
|
-
* information for all Regions in the account where you turned on Resource Explorer. As a result,
|
|
213
|
-
* views in the aggregator index Region include resources from all of the indexed Regions in your
|
|
214
|
-
* account.</p>
|
|
215
|
-
* <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
|
|
216
|
-
* service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
204
|
+
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can explore your resources using an internet search engine-like experience. Examples of resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB tables. You can search for your resources using resource metadata like names, tags, and IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn the service on, to simplify your cross-Region workloads.</p> <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates and maintains an index</a> in each Region, with the details of that Region's resources.</p> <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index in a Region to become the aggregator index for the account</a>, Resource Explorer automatically replicates the index information from all local indexes in the other Regions to the aggregator index. Therefore, the Region with the aggregator index has a copy of all resource information for all Regions in the account where you turned on Resource Explorer. As a result, views in the aggregator index Region include resources from all of the indexed Regions in your account.</p> <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
217
205
|
* @public
|
|
218
206
|
*/
|
|
219
207
|
export declare class ResourceExplorer2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResourceExplorer2ClientResolvedConfig> {
|
|
@@ -27,13 +27,7 @@ declare const AssociateDefaultViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Sets the specified view as the default for the Amazon Web Services Region in which you call this
|
|
31
|
-
* operation. When a user performs a <a>Search</a> that doesn't explicitly
|
|
32
|
-
* specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for
|
|
33
|
-
* searches performed in this Amazon Web Services Region.</p>
|
|
34
|
-
* <p>If an Amazon Web Services Region doesn't have a default view
|
|
35
|
-
* configured, then users must explicitly specify a view with every <code>Search</code>
|
|
36
|
-
* operation performed in that Region.</p>
|
|
30
|
+
* <p>Sets the specified view as the default for the Amazon Web Services Region in which you call this operation. When a user performs a <a>Search</a> that doesn't explicitly specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for searches performed in this Amazon Web Services Region.</p> <p>If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every <code>Search</code> operation performed in that Region.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -60,25 +54,19 @@ declare const AssociateDefaultViewCommand_base: {
|
|
|
60
54
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
61
55
|
*
|
|
62
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
64
|
-
* permissions.</p>
|
|
57
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
65
58
|
*
|
|
66
59
|
* @throws {@link InternalServerException} (server fault)
|
|
67
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
68
|
-
* later.</p>
|
|
60
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
69
61
|
*
|
|
70
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
|
|
72
|
-
* identity the resource, and try again.</p>
|
|
63
|
+
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.</p>
|
|
73
64
|
*
|
|
74
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
76
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
77
|
-
* Resource Explorer</a>.</p>
|
|
66
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
78
67
|
*
|
|
79
68
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
81
|
-
* for the operation, and try again.</p>
|
|
69
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
82
70
|
*
|
|
83
71
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
84
72
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -77,24 +77,19 @@ declare const BatchGetViewCommand_base: {
|
|
|
77
77
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
81
|
-
* permissions.</p>
|
|
80
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link InternalServerException} (server fault)
|
|
84
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
85
|
-
* later.</p>
|
|
83
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
86
84
|
*
|
|
87
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
89
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
90
|
-
* Resource Explorer</a>.</p>
|
|
86
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
91
87
|
*
|
|
92
88
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
89
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
94
90
|
*
|
|
95
91
|
* @throws {@link ValidationException} (client fault)
|
|
96
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
97
|
-
* for the operation, and try again.</p>
|
|
92
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
98
93
|
*
|
|
99
94
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
100
95
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|