@aws-sdk/client-appsync 3.131.0 → 3.142.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 (123) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/AppSync.js +15 -0
  4. package/dist-cjs/commands/AssociateApiCommand.js +2 -2
  5. package/dist-cjs/commands/CreateApiCacheCommand.js +2 -2
  6. package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -2
  11. package/dist-cjs/commands/CreateResolverCommand.js +2 -2
  12. package/dist-cjs/commands/CreateTypeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteResolverCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTypeCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateApiCommand.js +2 -2
  22. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +36 -0
  23. package/dist-cjs/commands/FlushApiCacheCommand.js +2 -2
  24. package/dist-cjs/commands/GetApiAssociationCommand.js +2 -2
  25. package/dist-cjs/commands/GetApiCacheCommand.js +2 -2
  26. package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
  27. package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
  28. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  29. package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -2
  30. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -2
  31. package/dist-cjs/commands/GetResolverCommand.js +2 -2
  32. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -2
  33. package/dist-cjs/commands/GetTypeCommand.js +2 -2
  34. package/dist-cjs/commands/ListApiKeysCommand.js +2 -2
  35. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  36. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
  37. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  38. package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -2
  39. package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -2
  40. package/dist-cjs/commands/ListResolversCommand.js +2 -2
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  43. package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -2
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateResolverCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateTypeCommand.js +2 -2
  54. package/dist-cjs/commands/index.js +1 -0
  55. package/dist-cjs/models/models_0.js +524 -766
  56. package/dist-cjs/protocols/Aws_restJson1.js +640 -1356
  57. package/dist-es/AppSync.js +15 -0
  58. package/dist-es/commands/AssociateApiCommand.js +3 -3
  59. package/dist-es/commands/CreateApiCacheCommand.js +3 -3
  60. package/dist-es/commands/CreateApiKeyCommand.js +3 -3
  61. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  62. package/dist-es/commands/CreateDomainNameCommand.js +3 -3
  63. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  64. package/dist-es/commands/CreateGraphqlApiCommand.js +3 -3
  65. package/dist-es/commands/CreateResolverCommand.js +3 -3
  66. package/dist-es/commands/CreateTypeCommand.js +3 -3
  67. package/dist-es/commands/DeleteApiCacheCommand.js +3 -3
  68. package/dist-es/commands/DeleteApiKeyCommand.js +3 -3
  69. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  70. package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
  71. package/dist-es/commands/DeleteFunctionCommand.js +3 -3
  72. package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -3
  73. package/dist-es/commands/DeleteResolverCommand.js +3 -3
  74. package/dist-es/commands/DeleteTypeCommand.js +3 -3
  75. package/dist-es/commands/DisassociateApiCommand.js +3 -3
  76. package/dist-es/commands/EvaluateMappingTemplateCommand.js +39 -0
  77. package/dist-es/commands/FlushApiCacheCommand.js +3 -3
  78. package/dist-es/commands/GetApiAssociationCommand.js +3 -3
  79. package/dist-es/commands/GetApiCacheCommand.js +3 -3
  80. package/dist-es/commands/GetDataSourceCommand.js +3 -3
  81. package/dist-es/commands/GetDomainNameCommand.js +3 -3
  82. package/dist-es/commands/GetFunctionCommand.js +3 -3
  83. package/dist-es/commands/GetGraphqlApiCommand.js +3 -3
  84. package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -3
  85. package/dist-es/commands/GetResolverCommand.js +3 -3
  86. package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -3
  87. package/dist-es/commands/GetTypeCommand.js +3 -3
  88. package/dist-es/commands/ListApiKeysCommand.js +3 -3
  89. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  90. package/dist-es/commands/ListDomainNamesCommand.js +3 -3
  91. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  92. package/dist-es/commands/ListGraphqlApisCommand.js +3 -3
  93. package/dist-es/commands/ListResolversByFunctionCommand.js +3 -3
  94. package/dist-es/commands/ListResolversCommand.js +3 -3
  95. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  96. package/dist-es/commands/ListTypesCommand.js +3 -3
  97. package/dist-es/commands/StartSchemaCreationCommand.js +3 -3
  98. package/dist-es/commands/TagResourceCommand.js +3 -3
  99. package/dist-es/commands/UntagResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateApiCacheCommand.js +3 -3
  101. package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
  102. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  103. package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
  104. package/dist-es/commands/UpdateFunctionCommand.js +3 -3
  105. package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -3
  106. package/dist-es/commands/UpdateResolverCommand.js +3 -3
  107. package/dist-es/commands/UpdateTypeCommand.js +3 -3
  108. package/dist-es/commands/index.js +1 -0
  109. package/dist-es/models/models_0.js +130 -508
  110. package/dist-es/protocols/Aws_restJson1.js +857 -1368
  111. package/dist-types/AppSync.d.ts +13 -0
  112. package/dist-types/AppSyncClient.d.ts +3 -2
  113. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +41 -0
  114. package/dist-types/commands/index.d.ts +1 -0
  115. package/dist-types/models/models_0.d.ts +551 -761
  116. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  117. package/dist-types/ts3.4/AppSync.d.ts +5 -0
  118. package/dist-types/ts3.4/AppSyncClient.d.ts +3 -2
  119. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  121. package/dist-types/ts3.4/models/models_0.d.ts +275 -506
  122. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  123. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
4
+ import { GetResolverRequestFilterSensitiveLog, GetResolverResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetResolverCommand, serializeAws_restJson1GetResolverCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetResolverCommand = (function (_super) {
7
7
  __extends(GetResolverCommand, _super);
@@ -20,8 +20,8 @@ var GetResolverCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetResolverRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetResolverResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetResolverRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetResolverResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
4
+ import { GetSchemaCreationStatusRequestFilterSensitiveLog, GetSchemaCreationStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSchemaCreationStatusCommand, serializeAws_restJson1GetSchemaCreationStatusCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetSchemaCreationStatusCommand = (function (_super) {
7
7
  __extends(GetSchemaCreationStatusCommand, _super);
@@ -20,8 +20,8 @@ var GetSchemaCreationStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetSchemaCreationStatusRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetSchemaCreationStatusResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetSchemaCreationStatusRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSchemaCreationStatusResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
4
+ import { GetTypeRequestFilterSensitiveLog, GetTypeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetTypeCommand, serializeAws_restJson1GetTypeCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetTypeCommand = (function (_super) {
7
7
  __extends(GetTypeCommand, _super);
@@ -20,8 +20,8 @@ var GetTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetTypeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetTypeResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetTypeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTypeResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
4
+ import { ListApiKeysRequestFilterSensitiveLog, ListApiKeysResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListApiKeysCommand, serializeAws_restJson1ListApiKeysCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListApiKeysCommand = (function (_super) {
7
7
  __extends(ListApiKeysCommand, _super);
@@ -20,8 +20,8 @@ var ListApiKeysCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListApiKeysRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListApiKeysResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListApiKeysRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListApiKeysResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
4
+ import { ListDataSourcesRequestFilterSensitiveLog, ListDataSourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDataSourcesCommand, serializeAws_restJson1ListDataSourcesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDataSourcesCommand = (function (_super) {
7
7
  __extends(ListDataSourcesCommand, _super);
@@ -20,8 +20,8 @@ var ListDataSourcesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDataSourcesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDataSourcesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDataSourcesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDataSourcesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
4
+ import { ListDomainNamesRequestFilterSensitiveLog, ListDomainNamesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDomainNamesCommand, serializeAws_restJson1ListDomainNamesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDomainNamesCommand = (function (_super) {
7
7
  __extends(ListDomainNamesCommand, _super);
@@ -20,8 +20,8 @@ var ListDomainNamesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDomainNamesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDomainNamesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDomainNamesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDomainNamesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
4
+ import { ListFunctionsRequestFilterSensitiveLog, ListFunctionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFunctionsCommand = (function (_super) {
7
7
  __extends(ListFunctionsCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
4
+ import { ListGraphqlApisRequestFilterSensitiveLog, ListGraphqlApisResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListGraphqlApisCommand, serializeAws_restJson1ListGraphqlApisCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListGraphqlApisCommand = (function (_super) {
7
7
  __extends(ListGraphqlApisCommand, _super);
@@ -20,8 +20,8 @@ var ListGraphqlApisCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListGraphqlApisRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListGraphqlApisResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListGraphqlApisRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListGraphqlApisResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
4
+ import { ListResolversByFunctionRequestFilterSensitiveLog, ListResolversByFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListResolversByFunctionCommand, serializeAws_restJson1ListResolversByFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListResolversByFunctionCommand = (function (_super) {
7
7
  __extends(ListResolversByFunctionCommand, _super);
@@ -20,8 +20,8 @@ var ListResolversByFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListResolversByFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListResolversByFunctionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListResolversByFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListResolversByFunctionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListResolversRequest, ListResolversResponse } from "../models/models_0";
4
+ import { ListResolversRequestFilterSensitiveLog, ListResolversResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListResolversCommand, serializeAws_restJson1ListResolversCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListResolversCommand = (function (_super) {
7
7
  __extends(ListResolversCommand, _super);
@@ -20,8 +20,8 @@ var ListResolversCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListResolversRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListResolversResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListResolversRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListResolversResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
4
+ import { ListTypesRequestFilterSensitiveLog, ListTypesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTypesCommand, serializeAws_restJson1ListTypesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTypesCommand = (function (_super) {
7
7
  __extends(ListTypesCommand, _super);
@@ -20,8 +20,8 @@ var ListTypesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTypesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTypesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTypesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTypesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
4
+ import { StartSchemaCreationRequestFilterSensitiveLog, StartSchemaCreationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartSchemaCreationCommand, serializeAws_restJson1StartSchemaCreationCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartSchemaCreationCommand = (function (_super) {
7
7
  __extends(StartSchemaCreationCommand, _super);
@@ -20,8 +20,8 @@ var StartSchemaCreationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartSchemaCreationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartSchemaCreationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartSchemaCreationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartSchemaCreationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
4
+ import { UpdateApiCacheRequestFilterSensitiveLog, UpdateApiCacheResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateApiCacheCommand, serializeAws_restJson1UpdateApiCacheCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateApiCacheCommand = (function (_super) {
7
7
  __extends(UpdateApiCacheCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApiCacheCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApiCacheRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApiCacheResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApiCacheRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApiCacheResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
4
+ import { UpdateApiKeyRequestFilterSensitiveLog, UpdateApiKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateApiKeyCommand, serializeAws_restJson1UpdateApiKeyCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateApiKeyCommand = (function (_super) {
7
7
  __extends(UpdateApiKeyCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApiKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApiKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApiKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApiKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApiKeyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
4
+ import { UpdateDataSourceRequestFilterSensitiveLog, UpdateDataSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDataSourceCommand, serializeAws_restJson1UpdateDataSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDataSourceCommand = (function (_super) {
7
7
  __extends(UpdateDataSourceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDataSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDataSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDataSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDataSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDataSourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
4
+ import { UpdateDomainNameRequestFilterSensitiveLog, UpdateDomainNameResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDomainNameCommand, serializeAws_restJson1UpdateDomainNameCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDomainNameCommand = (function (_super) {
7
7
  __extends(UpdateDomainNameCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDomainNameCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDomainNameRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDomainNameResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDomainNameRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDomainNameResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
4
+ import { UpdateFunctionRequestFilterSensitiveLog, UpdateFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateFunctionCommand, serializeAws_restJson1UpdateFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateFunctionCommand = (function (_super) {
7
7
  __extends(UpdateFunctionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFunctionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFunctionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0";
4
+ import { UpdateGraphqlApiRequestFilterSensitiveLog, UpdateGraphqlApiResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateGraphqlApiCommand, serializeAws_restJson1UpdateGraphqlApiCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateGraphqlApiCommand = (function (_super) {
7
7
  __extends(UpdateGraphqlApiCommand, _super);
@@ -20,8 +20,8 @@ var UpdateGraphqlApiCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateGraphqlApiRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateGraphqlApiResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateGraphqlApiRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateGraphqlApiResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0";
4
+ import { UpdateResolverRequestFilterSensitiveLog, UpdateResolverResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateResolverCommand, serializeAws_restJson1UpdateResolverCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateResolverCommand = (function (_super) {
7
7
  __extends(UpdateResolverCommand, _super);
@@ -20,8 +20,8 @@ var UpdateResolverCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateResolverRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateResolverResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateResolverRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateResolverResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
4
+ import { UpdateTypeRequestFilterSensitiveLog, UpdateTypeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateTypeCommand, serializeAws_restJson1UpdateTypeCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateTypeCommand = (function (_super) {
7
7
  __extends(UpdateTypeCommand, _super);
@@ -20,8 +20,8 @@ var UpdateTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateTypeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateTypeResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateTypeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateTypeResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -16,6 +16,7 @@ export * from "./DeleteGraphqlApiCommand";
16
16
  export * from "./DeleteResolverCommand";
17
17
  export * from "./DeleteTypeCommand";
18
18
  export * from "./DisassociateApiCommand";
19
+ export * from "./EvaluateMappingTemplateCommand";
19
20
  export * from "./FlushApiCacheCommand";
20
21
  export * from "./GetApiAssociationCommand";
21
22
  export * from "./GetApiCacheCommand";