@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
@@ -1,25 +1,5 @@
1
1
  /**
2
- * <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
3
- * explore your resources using an internet search engine-like experience. Examples of
4
- * resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
5
- * tables. You can search for your resources using resource metadata like names, tags, and
6
- * IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
7
- * the service on, to simplify your cross-Region workloads.</p>
8
- * <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
9
- * 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
10
- * and maintains an index</a> in each Region, with the details of that Region's
11
- * resources.</p>
12
- * <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
13
- * indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
14
- * 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
15
- * in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
16
- * replicates the index information from all local indexes in the other Regions to the
17
- * aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
18
- * information for all Regions in the account where you turned on Resource Explorer. As a result,
19
- * views in the aggregator index Region include resources from all of the indexed Regions in your
20
- * account.</p>
21
- * <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
22
- * service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
2
+ * <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>
23
3
  *
24
4
  * @packageDocumentation
25
5
  */