@aws-sdk/client-resource-explorer-2 3.775.0 → 3.777.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 (25) hide show
  1. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +1 -0
  2. package/dist-types/commands/BatchGetViewCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateIndexCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateViewCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteIndexCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteViewCommand.d.ts +1 -0
  7. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +1 -0
  8. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +1 -0
  9. package/dist-types/commands/GetDefaultViewCommand.d.ts +1 -0
  10. package/dist-types/commands/GetIndexCommand.d.ts +2 -1
  11. package/dist-types/commands/GetManagedViewCommand.d.ts +1 -0
  12. package/dist-types/commands/GetViewCommand.d.ts +1 -0
  13. package/dist-types/commands/ListIndexesCommand.d.ts +1 -0
  14. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +1 -0
  15. package/dist-types/commands/ListManagedViewsCommand.d.ts +1 -0
  16. package/dist-types/commands/ListResourcesCommand.d.ts +1 -0
  17. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +1 -0
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  19. package/dist-types/commands/ListViewsCommand.d.ts +1 -0
  20. package/dist-types/commands/SearchCommand.d.ts +1 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  23. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +1 -0
  24. package/dist-types/commands/UpdateViewCommand.d.ts +1 -0
  25. package/package.json +2 -2
@@ -81,6 +81,7 @@ declare const AssociateDefaultViewCommand_base: {
81
81
  * @throws {@link ResourceExplorer2ServiceException}
82
82
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
@@ -97,6 +97,7 @@ declare const BatchGetViewCommand_base: {
97
97
  * @throws {@link ResourceExplorer2ServiceException}
98
98
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
@@ -135,6 +135,7 @@ declare const CreateIndexCommand_base: {
135
135
  * @throws {@link ResourceExplorer2ServiceException}
136
136
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class CreateIndexCommand extends CreateIndexCommand_base {
@@ -119,6 +119,7 @@ declare const CreateViewCommand_base: {
119
119
  * @throws {@link ResourceExplorer2ServiceException}
120
120
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class CreateViewCommand extends CreateViewCommand_base {
@@ -88,6 +88,7 @@ declare const DeleteIndexCommand_base: {
88
88
  * @throws {@link ResourceExplorer2ServiceException}
89
89
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
@@ -81,6 +81,7 @@ declare const DeleteViewCommand_base: {
81
81
  * @throws {@link ResourceExplorer2ServiceException}
82
82
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeleteViewCommand extends DeleteViewCommand_base {
@@ -75,6 +75,7 @@ declare const DisassociateDefaultViewCommand_base: {
75
75
  * @throws {@link ResourceExplorer2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
@@ -74,6 +74,7 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
74
74
  * @throws {@link ResourceExplorer2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
@@ -74,6 +74,7 @@ declare const GetDefaultViewCommand_base: {
74
74
  * @throws {@link ResourceExplorer2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
@@ -24,7 +24,7 @@ export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer
24
24
  declare const GetIndexCommand_base: {
25
25
  new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [GetIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked
@@ -87,6 +87,7 @@ declare const GetIndexCommand_base: {
87
87
  * @throws {@link ResourceExplorer2ServiceException}
88
88
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetIndexCommand extends GetIndexCommand_base {
@@ -95,6 +95,7 @@ declare const GetManagedViewCommand_base: {
95
95
  * @throws {@link ResourceExplorer2ServiceException}
96
96
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetManagedViewCommand extends GetManagedViewCommand_base {
@@ -94,6 +94,7 @@ declare const GetViewCommand_base: {
94
94
  * @throws {@link ResourceExplorer2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class GetViewCommand extends GetViewCommand_base {
@@ -84,6 +84,7 @@ declare const ListIndexesCommand_base: {
84
84
  * @throws {@link ResourceExplorer2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListIndexesCommand extends ListIndexesCommand_base {
@@ -86,6 +86,7 @@ declare const ListIndexesForMembersCommand_base: {
86
86
  * @throws {@link ResourceExplorer2ServiceException}
87
87
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
@@ -81,6 +81,7 @@ declare const ListManagedViewsCommand_base: {
81
81
  * @throws {@link ResourceExplorer2ServiceException}
82
82
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListManagedViewsCommand extends ListManagedViewsCommand_base {
@@ -103,6 +103,7 @@ declare const ListResourcesCommand_base: {
103
103
  * @throws {@link ResourceExplorer2ServiceException}
104
104
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class ListResourcesCommand extends ListResourcesCommand_base {
@@ -78,6 +78,7 @@ declare const ListSupportedResourceTypesCommand_base: {
78
78
  * @throws {@link ResourceExplorer2ServiceException}
79
79
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
@@ -80,6 +80,7 @@ declare const ListTagsForResourceCommand_base: {
80
80
  * @throws {@link ResourceExplorer2ServiceException}
81
81
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -84,6 +84,7 @@ declare const ListViewsCommand_base: {
84
84
  * @throws {@link ResourceExplorer2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListViewsCommand extends ListViewsCommand_base {
@@ -115,6 +115,7 @@ declare const SearchCommand_base: {
115
115
  * @throws {@link ResourceExplorer2ServiceException}
116
116
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class SearchCommand extends SearchCommand_base {
@@ -84,6 +84,7 @@ declare const TagResourceCommand_base: {
84
84
  * @throws {@link ResourceExplorer2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -79,6 +79,7 @@ declare const UntagResourceCommand_base: {
79
79
  * @throws {@link ResourceExplorer2ServiceException}
80
80
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -147,6 +147,7 @@ declare const UpdateIndexTypeCommand_base: {
147
147
  * @throws {@link ResourceExplorer2ServiceException}
148
148
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
@@ -99,6 +99,7 @@ declare const UpdateViewCommand_base: {
99
99
  * @throws {@link ResourceExplorer2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class UpdateViewCommand extends UpdateViewCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-resource-explorer-2",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",