@aws-sdk/client-resource-explorer-2 3.306.0 → 3.310.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-cjs/commands/AssociateDefaultViewCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetViewCommand.js +2 -2
  3. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  4. package/dist-cjs/commands/CreateViewCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteIndexCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteViewCommand.js +2 -2
  7. package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
  8. package/dist-cjs/commands/GetDefaultViewCommand.js +2 -2
  9. package/dist-cjs/commands/GetIndexCommand.js +2 -2
  10. package/dist-cjs/commands/GetViewCommand.js +2 -2
  11. package/dist-cjs/commands/ListIndexesCommand.js +2 -2
  12. package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -2
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-cjs/commands/ListViewsCommand.js +2 -2
  15. package/dist-cjs/commands/SearchCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateViewCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +291 -293
  21. package/dist-es/commands/AssociateDefaultViewCommand.js +3 -3
  22. package/dist-es/commands/BatchGetViewCommand.js +3 -3
  23. package/dist-es/commands/CreateIndexCommand.js +3 -3
  24. package/dist-es/commands/CreateViewCommand.js +3 -3
  25. package/dist-es/commands/DeleteIndexCommand.js +3 -3
  26. package/dist-es/commands/DeleteViewCommand.js +3 -3
  27. package/dist-es/commands/DisassociateDefaultViewCommand.js +3 -3
  28. package/dist-es/commands/GetDefaultViewCommand.js +3 -3
  29. package/dist-es/commands/GetIndexCommand.js +3 -3
  30. package/dist-es/commands/GetViewCommand.js +3 -3
  31. package/dist-es/commands/ListIndexesCommand.js +3 -3
  32. package/dist-es/commands/ListSupportedResourceTypesCommand.js +3 -3
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  34. package/dist-es/commands/ListViewsCommand.js +3 -3
  35. package/dist-es/commands/SearchCommand.js +3 -3
  36. package/dist-es/commands/TagResourceCommand.js +3 -3
  37. package/dist-es/commands/UntagResourceCommand.js +3 -3
  38. package/dist-es/commands/UpdateIndexTypeCommand.js +3 -3
  39. package/dist-es/commands/UpdateViewCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +252 -254
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. package/package.json +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1AssociateDefaultViewCommand, serializeAws_restJson1AssociateDefaultViewCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateDefaultViewCommand, se_AssociateDefaultViewCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociateDefaultViewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class AssociateDefaultViewCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1AssociateDefaultViewCommand(input, context);
35
+ return se_AssociateDefaultViewCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1AssociateDefaultViewCommand(output, context);
38
+ return de_AssociateDefaultViewCommand(output, context);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchGetViewOutputFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1BatchGetViewCommand, serializeAws_restJson1BatchGetViewCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_BatchGetViewCommand, se_BatchGetViewCommand } from "../protocols/Aws_restJson1";
6
6
  export class BatchGetViewCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -33,9 +33,9 @@ export class BatchGetViewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchGetViewCommand(input, context);
36
+ return se_BatchGetViewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchGetViewCommand(output, context);
39
+ return de_BatchGetViewCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class CreateIndexCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1CreateIndexCommand(input, context);
35
+ return se_CreateIndexCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1CreateIndexCommand(output, context);
38
+ return de_CreateIndexCommand(output, context);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateViewInputFilterSensitiveLog, CreateViewOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateViewCommand, serializeAws_restJson1CreateViewCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateViewCommand, se_CreateViewCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateViewCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -33,9 +33,9 @@ export class CreateViewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateViewCommand(input, context);
36
+ return se_CreateViewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateViewCommand(output, context);
39
+ return de_CreateViewCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteIndexCommand, serializeAws_restJson1DeleteIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class DeleteIndexCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1DeleteIndexCommand(input, context);
35
+ return se_DeleteIndexCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1DeleteIndexCommand(output, context);
38
+ return de_DeleteIndexCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteViewCommand, serializeAws_restJson1DeleteViewCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteViewCommand, se_DeleteViewCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteViewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class DeleteViewCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1DeleteViewCommand(input, context);
35
+ return se_DeleteViewCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1DeleteViewCommand(output, context);
38
+ return de_DeleteViewCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociateDefaultViewCommand, serializeAws_restJson1DisassociateDefaultViewCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateDefaultViewCommand, se_DisassociateDefaultViewCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateDefaultViewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class DisassociateDefaultViewCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1DisassociateDefaultViewCommand(input, context);
35
+ return se_DisassociateDefaultViewCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1DisassociateDefaultViewCommand(output, context);
38
+ return de_DisassociateDefaultViewCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetDefaultViewCommand, serializeAws_restJson1GetDefaultViewCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDefaultViewCommand, se_GetDefaultViewCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDefaultViewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class GetDefaultViewCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1GetDefaultViewCommand(input, context);
35
+ return se_GetDefaultViewCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1GetDefaultViewCommand(output, context);
38
+ return de_GetDefaultViewCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetIndexCommand, serializeAws_restJson1GetIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetIndexCommand, se_GetIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class GetIndexCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1GetIndexCommand(input, context);
35
+ return se_GetIndexCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1GetIndexCommand(output, context);
38
+ return de_GetIndexCommand(output, context);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetViewOutputFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetViewCommand, serializeAws_restJson1GetViewCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetViewCommand, se_GetViewCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetViewCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -33,9 +33,9 @@ export class GetViewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetViewCommand(input, context);
36
+ return se_GetViewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetViewCommand(output, context);
39
+ return de_GetViewCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIndexesCommand, serializeAws_restJson1ListIndexesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIndexesCommand, se_ListIndexesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIndexesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListIndexesCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListIndexesCommand(input, context);
35
+ return se_ListIndexesCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListIndexesCommand(output, context);
38
+ return de_ListIndexesCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListSupportedResourceTypesCommand, serializeAws_restJson1ListSupportedResourceTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSupportedResourceTypesCommand, se_ListSupportedResourceTypesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSupportedResourceTypesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListSupportedResourceTypesCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListSupportedResourceTypesCommand(input, context);
35
+ return se_ListSupportedResourceTypesCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListSupportedResourceTypesCommand(output, context);
38
+ return de_ListSupportedResourceTypesCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListTagsForResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
35
+ return se_ListTagsForResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
38
+ return de_ListTagsForResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListViewsCommand, serializeAws_restJson1ListViewsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListViewsCommand, se_ListViewsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListViewsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListViewsCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListViewsCommand(input, context);
35
+ return se_ListViewsCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListViewsCommand(output, context);
38
+ return de_ListViewsCommand(output, context);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SearchInputFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1SearchCommand, serializeAws_restJson1SearchCommand } from "../protocols/Aws_restJson1";
5
+ import { de_SearchCommand, se_SearchCommand } from "../protocols/Aws_restJson1";
6
6
  export class SearchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -33,9 +33,9 @@ export class SearchCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1SearchCommand(input, context);
36
+ return se_SearchCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1SearchCommand(output, context);
39
+ return de_SearchCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class TagResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1TagResourceCommand(input, context);
35
+ return se_TagResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1TagResourceCommand(output, context);
38
+ return de_TagResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class UntagResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1UntagResourceCommand(input, context);
35
+ return se_UntagResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1UntagResourceCommand(output, context);
38
+ return de_UntagResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateIndexTypeCommand, serializeAws_restJson1UpdateIndexTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateIndexTypeCommand, se_UpdateIndexTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateIndexTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class UpdateIndexTypeCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1UpdateIndexTypeCommand(input, context);
35
+ return se_UpdateIndexTypeCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1UpdateIndexTypeCommand(output, context);
38
+ return de_UpdateIndexTypeCommand(output, context);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateViewInputFilterSensitiveLog, UpdateViewOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateViewCommand, serializeAws_restJson1UpdateViewCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateViewCommand, se_UpdateViewCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateViewCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -33,9 +33,9 @@ export class UpdateViewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateViewCommand(input, context);
36
+ return se_UpdateViewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateViewCommand(output, context);
39
+ return de_UpdateViewCommand(output, context);
40
40
  }
41
41
  }