@aws-sdk/client-resource-explorer-2 3.651.1 → 3.654.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 (43) hide show
  1. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetViewCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateViewCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteIndexCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteViewCommand.d.ts +11 -0
  7. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +11 -0
  8. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +11 -0
  9. package/dist-types/commands/GetDefaultViewCommand.d.ts +11 -0
  10. package/dist-types/commands/GetIndexCommand.d.ts +11 -0
  11. package/dist-types/commands/GetViewCommand.d.ts +11 -0
  12. package/dist-types/commands/ListIndexesCommand.d.ts +11 -0
  13. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +11 -0
  14. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/ListViewsCommand.d.ts +11 -0
  17. package/dist-types/commands/SearchCommand.d.ts +11 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateViewCommand.d.ts +11 -0
  22. package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetViewCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/SearchCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +12 -1
  43. package/package.json +35 -35
@@ -84,4 +84,15 @@ declare const AssociateDefaultViewCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: AssociateDefaultViewInput;
91
+ output: AssociateDefaultViewOutput;
92
+ };
93
+ sdk: {
94
+ input: AssociateDefaultViewCommandInput;
95
+ output: AssociateDefaultViewCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -100,4 +100,15 @@ declare const BatchGetViewCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: BatchGetViewInput;
107
+ output: BatchGetViewOutput;
108
+ };
109
+ sdk: {
110
+ input: BatchGetViewCommandInput;
111
+ output: BatchGetViewCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -138,4 +138,15 @@ declare const CreateIndexCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class CreateIndexCommand extends CreateIndexCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: CreateIndexInput;
145
+ output: CreateIndexOutput;
146
+ };
147
+ sdk: {
148
+ input: CreateIndexCommandInput;
149
+ output: CreateIndexCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -122,4 +122,15 @@ declare const CreateViewCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class CreateViewCommand extends CreateViewCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: CreateViewInput;
129
+ output: CreateViewOutput;
130
+ };
131
+ sdk: {
132
+ input: CreateViewCommandInput;
133
+ output: CreateViewCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -91,4 +91,15 @@ declare const DeleteIndexCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DeleteIndexInput;
98
+ output: DeleteIndexOutput;
99
+ };
100
+ sdk: {
101
+ input: DeleteIndexCommandInput;
102
+ output: DeleteIndexCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -84,4 +84,15 @@ declare const DeleteViewCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteViewCommand extends DeleteViewCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteViewInput;
91
+ output: DeleteViewOutput;
92
+ };
93
+ sdk: {
94
+ input: DeleteViewCommandInput;
95
+ output: DeleteViewCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -78,4 +78,15 @@ declare const DisassociateDefaultViewCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: {};
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DisassociateDefaultViewCommandInput;
89
+ output: DisassociateDefaultViewCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -78,4 +78,15 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: {};
85
+ output: GetAccountLevelServiceConfigurationOutput;
86
+ };
87
+ sdk: {
88
+ input: GetAccountLevelServiceConfigurationCommandInput;
89
+ output: GetAccountLevelServiceConfigurationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -77,4 +77,15 @@ declare const GetDefaultViewCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: {};
84
+ output: GetDefaultViewOutput;
85
+ };
86
+ sdk: {
87
+ input: GetDefaultViewCommandInput;
88
+ output: GetDefaultViewCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -90,4 +90,15 @@ declare const GetIndexCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetIndexCommand extends GetIndexCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: {};
97
+ output: GetIndexOutput;
98
+ };
99
+ sdk: {
100
+ input: GetIndexCommandInput;
101
+ output: GetIndexCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -97,4 +97,15 @@ declare const GetViewCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetViewCommand extends GetViewCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetViewInput;
104
+ output: GetViewOutput;
105
+ };
106
+ sdk: {
107
+ input: GetViewCommandInput;
108
+ output: GetViewCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -87,4 +87,15 @@ declare const ListIndexesCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListIndexesCommand extends ListIndexesCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListIndexesInput;
94
+ output: ListIndexesOutput;
95
+ };
96
+ sdk: {
97
+ input: ListIndexesCommandInput;
98
+ output: ListIndexesCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -89,4 +89,15 @@ declare const ListIndexesForMembersCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListIndexesForMembersInput;
96
+ output: ListIndexesForMembersOutput;
97
+ };
98
+ sdk: {
99
+ input: ListIndexesForMembersCommandInput;
100
+ output: ListIndexesForMembersCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -81,4 +81,15 @@ declare const ListSupportedResourceTypesCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListSupportedResourceTypesInput;
88
+ output: ListSupportedResourceTypesOutput;
89
+ };
90
+ sdk: {
91
+ input: ListSupportedResourceTypesCommandInput;
92
+ output: ListSupportedResourceTypesCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -83,4 +83,15 @@ declare const ListTagsForResourceCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListTagsForResourceInput;
90
+ output: ListTagsForResourceOutput;
91
+ };
92
+ sdk: {
93
+ input: ListTagsForResourceCommandInput;
94
+ output: ListTagsForResourceCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -87,4 +87,15 @@ declare const ListViewsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListViewsCommand extends ListViewsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListViewsInput;
94
+ output: ListViewsOutput;
95
+ };
96
+ sdk: {
97
+ input: ListViewsCommandInput;
98
+ output: ListViewsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -118,4 +118,15 @@ declare const SearchCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class SearchCommand extends SearchCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: SearchInput;
125
+ output: SearchOutput;
126
+ };
127
+ sdk: {
128
+ input: SearchCommandInput;
129
+ output: SearchCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -87,4 +87,15 @@ declare const TagResourceCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class TagResourceCommand extends TagResourceCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: TagResourceInput;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: TagResourceCommandInput;
98
+ output: TagResourceCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -82,4 +82,15 @@ declare const UntagResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UntagResourceInput;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: UntagResourceCommandInput;
93
+ output: UntagResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -150,4 +150,15 @@ declare const UpdateIndexTypeCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: UpdateIndexTypeInput;
157
+ output: UpdateIndexTypeOutput;
158
+ };
159
+ sdk: {
160
+ input: UpdateIndexTypeCommandInput;
161
+ output: UpdateIndexTypeCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -102,4 +102,15 @@ declare const UpdateViewCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class UpdateViewCommand extends UpdateViewCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: UpdateViewInput;
109
+ output: UpdateViewOutput;
110
+ };
111
+ sdk: {
112
+ input: UpdateViewCommandInput;
113
+ output: UpdateViewCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -37,4 +37,15 @@ declare const AssociateDefaultViewCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {}
40
+ export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateDefaultViewInput;
44
+ output: AssociateDefaultViewOutput;
45
+ };
46
+ sdk: {
47
+ input: AssociateDefaultViewCommandInput;
48
+ output: AssociateDefaultViewCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const BatchGetViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class BatchGetViewCommand extends BatchGetViewCommand_base {}
36
+ export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: BatchGetViewInput;
40
+ output: BatchGetViewOutput;
41
+ };
42
+ sdk: {
43
+ input: BatchGetViewCommandInput;
44
+ output: BatchGetViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateIndexCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateIndexCommand extends CreateIndexCommand_base {}
36
+ export declare class CreateIndexCommand extends CreateIndexCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateIndexInput;
40
+ output: CreateIndexOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateIndexCommandInput;
44
+ output: CreateIndexCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateViewCommand extends CreateViewCommand_base {}
36
+ export declare class CreateViewCommand extends CreateViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateViewInput;
40
+ output: CreateViewOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateViewCommandInput;
44
+ output: CreateViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteIndexCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteIndexCommand extends DeleteIndexCommand_base {}
36
+ export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteIndexInput;
40
+ output: DeleteIndexOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteIndexCommandInput;
44
+ output: DeleteIndexCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteViewCommand extends DeleteViewCommand_base {}
36
+ export declare class DeleteViewCommand extends DeleteViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteViewInput;
40
+ output: DeleteViewOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteViewCommandInput;
44
+ output: DeleteViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DisassociateDefaultViewCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {}
34
+ export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: {};
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisassociateDefaultViewCommandInput;
42
+ output: DisassociateDefaultViewCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {}
36
+ export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetAccountLevelServiceConfigurationOutput;
41
+ };
42
+ sdk: {
43
+ input: GetAccountLevelServiceConfigurationCommandInput;
44
+ output: GetAccountLevelServiceConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDefaultViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {}
36
+ export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetDefaultViewOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDefaultViewCommandInput;
44
+ output: GetDefaultViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetIndexCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetIndexCommand extends GetIndexCommand_base {}
36
+ export declare class GetIndexCommand extends GetIndexCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetIndexOutput;
41
+ };
42
+ sdk: {
43
+ input: GetIndexCommandInput;
44
+ output: GetIndexCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetViewCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetViewCommand extends GetViewCommand_base {}
30
+ export declare class GetViewCommand extends GetViewCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetViewInput;
34
+ output: GetViewOutput;
35
+ };
36
+ sdk: {
37
+ input: GetViewCommandInput;
38
+ output: GetViewCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const ListIndexesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListIndexesCommand extends ListIndexesCommand_base {}
36
+ export declare class ListIndexesCommand extends ListIndexesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListIndexesInput;
40
+ output: ListIndexesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListIndexesCommandInput;
44
+ output: ListIndexesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListIndexesForMembersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {}
40
+ export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIndexesForMembersInput;
44
+ output: ListIndexesForMembersOutput;
45
+ };
46
+ sdk: {
47
+ input: ListIndexesForMembersCommandInput;
48
+ output: ListIndexesForMembersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSupportedResourceTypesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {}
40
+ export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSupportedResourceTypesInput;
44
+ output: ListSupportedResourceTypesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListSupportedResourceTypesCommandInput;
48
+ output: ListSupportedResourceTypesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListViewsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListViewsCommand extends ListViewsCommand_base {}
36
+ export declare class ListViewsCommand extends ListViewsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListViewsInput;
40
+ output: ListViewsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListViewsCommandInput;
44
+ output: ListViewsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const SearchCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class SearchCommand extends SearchCommand_base {}
30
+ export declare class SearchCommand extends SearchCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: SearchInput;
34
+ output: SearchOutput;
35
+ };
36
+ sdk: {
37
+ input: SearchCommandInput;
38
+ output: SearchCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateIndexTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {}
39
+ export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateIndexTypeInput;
43
+ output: UpdateIndexTypeOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateIndexTypeCommandInput;
47
+ output: UpdateIndexTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateViewCommand extends UpdateViewCommand_base {}
36
+ export declare class UpdateViewCommand extends UpdateViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateViewInput;
40
+ output: UpdateViewOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateViewCommandInput;
44
+ output: UpdateViewCommandOutput;
45
+ };
46
+ };
47
+ }
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.651.1",
4
+ "version": "3.654.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"