@aws-sdk/client-appsync 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/AppSync.js +209 -202
- package/dist-es/AppSyncClient.js +28 -22
- package/dist-es/commands/AssociateApiCommand.js +28 -21
- package/dist-es/commands/CreateApiCacheCommand.js +28 -21
- package/dist-es/commands/CreateApiKeyCommand.js +28 -21
- package/dist-es/commands/CreateDataSourceCommand.js +28 -21
- package/dist-es/commands/CreateDomainNameCommand.js +28 -21
- package/dist-es/commands/CreateFunctionCommand.js +28 -21
- package/dist-es/commands/CreateGraphqlApiCommand.js +28 -21
- package/dist-es/commands/CreateResolverCommand.js +28 -21
- package/dist-es/commands/CreateTypeCommand.js +28 -21
- package/dist-es/commands/DeleteApiCacheCommand.js +28 -21
- package/dist-es/commands/DeleteApiKeyCommand.js +28 -21
- package/dist-es/commands/DeleteDataSourceCommand.js +28 -21
- package/dist-es/commands/DeleteDomainNameCommand.js +28 -21
- package/dist-es/commands/DeleteFunctionCommand.js +28 -21
- package/dist-es/commands/DeleteGraphqlApiCommand.js +28 -21
- package/dist-es/commands/DeleteResolverCommand.js +28 -21
- package/dist-es/commands/DeleteTypeCommand.js +28 -21
- package/dist-es/commands/DisassociateApiCommand.js +28 -21
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +28 -21
- package/dist-es/commands/FlushApiCacheCommand.js +28 -21
- package/dist-es/commands/GetApiAssociationCommand.js +28 -21
- package/dist-es/commands/GetApiCacheCommand.js +28 -21
- package/dist-es/commands/GetDataSourceCommand.js +28 -21
- package/dist-es/commands/GetDomainNameCommand.js +28 -21
- package/dist-es/commands/GetFunctionCommand.js +28 -21
- package/dist-es/commands/GetGraphqlApiCommand.js +28 -21
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +28 -21
- package/dist-es/commands/GetResolverCommand.js +28 -21
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +28 -21
- package/dist-es/commands/GetTypeCommand.js +28 -21
- package/dist-es/commands/ListApiKeysCommand.js +28 -21
- package/dist-es/commands/ListDataSourcesCommand.js +28 -21
- package/dist-es/commands/ListDomainNamesCommand.js +28 -21
- package/dist-es/commands/ListFunctionsCommand.js +28 -21
- package/dist-es/commands/ListGraphqlApisCommand.js +28 -21
- package/dist-es/commands/ListResolversByFunctionCommand.js +28 -21
- package/dist-es/commands/ListResolversCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTypesCommand.js +28 -21
- package/dist-es/commands/StartSchemaCreationCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateApiCacheCommand.js +28 -21
- package/dist-es/commands/UpdateApiKeyCommand.js +28 -21
- package/dist-es/commands/UpdateDataSourceCommand.js +28 -21
- package/dist-es/commands/UpdateDomainNameCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionCommand.js +28 -21
- package/dist-es/commands/UpdateGraphqlApiCommand.js +28 -21
- package/dist-es/commands/UpdateResolverCommand.js +28 -21
- package/dist-es/commands/UpdateTypeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/AppSyncServiceException.js +10 -5
- package/dist-es/models/models_0.js +252 -511
- package/dist-es/protocols/Aws_restJson1.js +5049 -3617
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-appsync
|
|
@@ -4120,10 +4120,10 @@ const deserializeAws_restJson1UserPoolConfig = (output, context) => {
|
|
|
4120
4120
|
};
|
|
4121
4121
|
};
|
|
4122
4122
|
const deserializeMetadata = (output) => {
|
|
4123
|
-
var _a;
|
|
4123
|
+
var _a, _b;
|
|
4124
4124
|
return ({
|
|
4125
4125
|
httpStatusCode: output.statusCode,
|
|
4126
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
4126
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
4127
4127
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
4128
4128
|
cfId: output.headers["x-amz-cf-id"],
|
|
4129
4129
|
});
|