@aws-sdk/client-resource-explorer-2 3.303.0 → 3.309.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/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -2
- package/dist-cjs/commands/BatchGetViewCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateViewCommand.js +2 -2
- package/dist-cjs/commands/DeleteIndexCommand.js +2 -2
- package/dist-cjs/commands/DeleteViewCommand.js +2 -2
- package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-cjs/commands/GetDefaultViewCommand.js +2 -2
- package/dist-cjs/commands/GetIndexCommand.js +2 -2
- package/dist-cjs/commands/GetViewCommand.js +2 -2
- package/dist-cjs/commands/ListIndexesCommand.js +2 -2
- package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListViewsCommand.js +2 -2
- package/dist-cjs/commands/SearchCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -2
- package/dist-cjs/commands/UpdateViewCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +291 -293
- package/dist-es/commands/AssociateDefaultViewCommand.js +3 -3
- package/dist-es/commands/BatchGetViewCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateViewCommand.js +3 -3
- package/dist-es/commands/DeleteIndexCommand.js +3 -3
- package/dist-es/commands/DeleteViewCommand.js +3 -3
- package/dist-es/commands/DisassociateDefaultViewCommand.js +3 -3
- package/dist-es/commands/GetDefaultViewCommand.js +3 -3
- package/dist-es/commands/GetIndexCommand.js +3 -3
- package/dist-es/commands/GetViewCommand.js +3 -3
- package/dist-es/commands/ListIndexesCommand.js +3 -3
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListViewsCommand.js +3 -3
- package/dist-es/commands/SearchCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateIndexTypeCommand.js +3 -3
- package/dist-es/commands/UpdateViewCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +252 -254
- package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
- package/package.json +29 -29
|
@@ -35,10 +35,10 @@ class AssociateDefaultViewCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_AssociateDefaultViewCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_AssociateDefaultViewCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.AssociateDefaultViewCommand = AssociateDefaultViewCommand;
|
|
@@ -36,10 +36,10 @@ class BatchGetViewCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_BatchGetViewCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_BatchGetViewCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.BatchGetViewCommand = BatchGetViewCommand;
|
|
@@ -35,10 +35,10 @@ class CreateIndexCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_CreateIndexCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_CreateIndexCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.CreateIndexCommand = CreateIndexCommand;
|
|
@@ -36,10 +36,10 @@ class CreateViewCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateViewCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateViewCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateViewCommand = CreateViewCommand;
|
|
@@ -35,10 +35,10 @@ class DeleteIndexCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_DeleteIndexCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_DeleteIndexCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.DeleteIndexCommand = DeleteIndexCommand;
|
|
@@ -35,10 +35,10 @@ class DeleteViewCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_DeleteViewCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_DeleteViewCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.DeleteViewCommand = DeleteViewCommand;
|
|
@@ -35,10 +35,10 @@ class DisassociateDefaultViewCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_DisassociateDefaultViewCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_DisassociateDefaultViewCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.DisassociateDefaultViewCommand = DisassociateDefaultViewCommand;
|
|
@@ -35,10 +35,10 @@ class GetDefaultViewCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_GetDefaultViewCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_GetDefaultViewCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.GetDefaultViewCommand = GetDefaultViewCommand;
|
|
@@ -35,10 +35,10 @@ class GetIndexCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_GetIndexCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_GetIndexCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.GetIndexCommand = GetIndexCommand;
|
|
@@ -36,10 +36,10 @@ class GetViewCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetViewCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_GetViewCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetViewCommand = GetViewCommand;
|
|
@@ -35,10 +35,10 @@ class ListIndexesCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_ListIndexesCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_ListIndexesCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListIndexesCommand = ListIndexesCommand;
|
|
@@ -35,10 +35,10 @@ class ListSupportedResourceTypesCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_ListSupportedResourceTypesCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_ListSupportedResourceTypesCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListSupportedResourceTypesCommand = ListSupportedResourceTypesCommand;
|
|
@@ -35,10 +35,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -35,10 +35,10 @@ class ListViewsCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_ListViewsCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_ListViewsCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListViewsCommand = ListViewsCommand;
|
|
@@ -36,10 +36,10 @@ class SearchCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_SearchCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_SearchCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.SearchCommand = SearchCommand;
|
|
@@ -35,10 +35,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -35,10 +35,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -35,10 +35,10 @@ class UpdateIndexTypeCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.
|
|
38
|
+
return (0, Aws_restJson1_1.se_UpdateIndexTypeCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_restJson1_1.
|
|
41
|
+
return (0, Aws_restJson1_1.de_UpdateIndexTypeCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.UpdateIndexTypeCommand = UpdateIndexTypeCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateViewCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateViewCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateViewCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateViewCommand = UpdateViewCommand;
|