@aws-sdk/client-appsync 3.496.0 → 3.499.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/index.js +40 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5562,27 +5562,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5562
5562
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5563
5563
|
|
|
5564
5564
|
0 && (module.exports = {
|
|
5565
|
-
AccessDeniedException,
|
|
5566
|
-
ApiCacheStatus,
|
|
5567
|
-
ApiCacheType,
|
|
5568
|
-
ApiCachingBehavior,
|
|
5569
|
-
ApiKeyLimitExceededException,
|
|
5570
|
-
ApiKeyValidityOutOfBoundsException,
|
|
5571
|
-
ApiLimitExceededException,
|
|
5572
|
-
AppSync,
|
|
5573
|
-
AppSyncClient,
|
|
5574
5565
|
AppSyncServiceException,
|
|
5566
|
+
__Client,
|
|
5567
|
+
AppSyncClient,
|
|
5568
|
+
AppSync,
|
|
5569
|
+
$Command,
|
|
5575
5570
|
AssociateApiCommand,
|
|
5576
5571
|
AssociateMergedGraphqlApiCommand,
|
|
5577
5572
|
AssociateSourceGraphqlApiCommand,
|
|
5578
|
-
AssociationStatus,
|
|
5579
|
-
AuthenticationType,
|
|
5580
|
-
AuthorizationType,
|
|
5581
|
-
BadRequestException,
|
|
5582
|
-
BadRequestReason,
|
|
5583
|
-
ConcurrentModificationException,
|
|
5584
|
-
ConflictDetectionType,
|
|
5585
|
-
ConflictHandlerType,
|
|
5586
5573
|
CreateApiCacheCommand,
|
|
5587
5574
|
CreateApiKeyCommand,
|
|
5588
5575
|
CreateDataSourceCommand,
|
|
@@ -5591,9 +5578,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5591
5578
|
CreateGraphqlApiCommand,
|
|
5592
5579
|
CreateResolverCommand,
|
|
5593
5580
|
CreateTypeCommand,
|
|
5594
|
-
DataSourceIntrospectionStatus,
|
|
5595
|
-
DataSourceType,
|
|
5596
|
-
DefaultAction,
|
|
5597
5581
|
DeleteApiCacheCommand,
|
|
5598
5582
|
DeleteApiKeyCommand,
|
|
5599
5583
|
DeleteDataSourceCommand,
|
|
@@ -5607,7 +5591,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5607
5591
|
DisassociateSourceGraphqlApiCommand,
|
|
5608
5592
|
EvaluateCodeCommand,
|
|
5609
5593
|
EvaluateMappingTemplateCommand,
|
|
5610
|
-
FieldLogLevel,
|
|
5611
5594
|
FlushApiCacheCommand,
|
|
5612
5595
|
GetApiAssociationCommand,
|
|
5613
5596
|
GetApiCacheCommand,
|
|
@@ -5621,12 +5604,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5621
5604
|
GetSchemaCreationStatusCommand,
|
|
5622
5605
|
GetSourceApiAssociationCommand,
|
|
5623
5606
|
GetTypeCommand,
|
|
5624
|
-
GraphQLApiIntrospectionConfig,
|
|
5625
|
-
GraphQLApiType,
|
|
5626
|
-
GraphQLApiVisibility,
|
|
5627
|
-
GraphQLSchemaException,
|
|
5628
|
-
InternalFailureException,
|
|
5629
|
-
LimitExceededException,
|
|
5630
5607
|
ListApiKeysCommand,
|
|
5631
5608
|
ListDataSourcesCommand,
|
|
5632
5609
|
ListDomainNamesCommand,
|
|
@@ -5638,21 +5615,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5638
5615
|
ListTagsForResourceCommand,
|
|
5639
5616
|
ListTypesByAssociationCommand,
|
|
5640
5617
|
ListTypesCommand,
|
|
5641
|
-
MergeType,
|
|
5642
|
-
NotFoundException,
|
|
5643
|
-
OutputType,
|
|
5644
|
-
Ownership,
|
|
5645
|
-
RelationalDatabaseSourceType,
|
|
5646
|
-
ResolverKind,
|
|
5647
|
-
RuntimeName,
|
|
5648
|
-
SchemaStatus,
|
|
5649
|
-
SourceApiAssociationStatus,
|
|
5650
5618
|
StartDataSourceIntrospectionCommand,
|
|
5651
5619
|
StartSchemaCreationCommand,
|
|
5652
5620
|
StartSchemaMergeCommand,
|
|
5653
5621
|
TagResourceCommand,
|
|
5654
|
-
TypeDefinitionFormat,
|
|
5655
|
-
UnauthorizedException,
|
|
5656
5622
|
UntagResourceCommand,
|
|
5657
5623
|
UpdateApiCacheCommand,
|
|
5658
5624
|
UpdateApiKeyCommand,
|
|
@@ -5663,6 +5629,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5663
5629
|
UpdateResolverCommand,
|
|
5664
5630
|
UpdateSourceApiAssociationCommand,
|
|
5665
5631
|
UpdateTypeCommand,
|
|
5666
|
-
|
|
5632
|
+
AccessDeniedException,
|
|
5633
|
+
AuthenticationType,
|
|
5634
|
+
AssociationStatus,
|
|
5635
|
+
ApiCachingBehavior,
|
|
5636
|
+
ApiCacheStatus,
|
|
5637
|
+
ApiCacheType,
|
|
5638
|
+
ApiKeyLimitExceededException,
|
|
5639
|
+
ApiKeyValidityOutOfBoundsException,
|
|
5640
|
+
ApiLimitExceededException,
|
|
5641
|
+
RuntimeName,
|
|
5642
|
+
BadRequestReason,
|
|
5643
|
+
BadRequestException,
|
|
5644
|
+
InternalFailureException,
|
|
5645
|
+
NotFoundException,
|
|
5646
|
+
MergeType,
|
|
5647
|
+
SourceApiAssociationStatus,
|
|
5648
|
+
ConcurrentModificationException,
|
|
5649
|
+
LimitExceededException,
|
|
5650
|
+
UnauthorizedException,
|
|
5651
|
+
AuthorizationType,
|
|
5652
|
+
RelationalDatabaseSourceType,
|
|
5653
|
+
DataSourceType,
|
|
5654
|
+
ConflictDetectionType,
|
|
5655
|
+
ConflictHandlerType,
|
|
5656
|
+
GraphQLApiType,
|
|
5657
|
+
GraphQLApiIntrospectionConfig,
|
|
5658
|
+
FieldLogLevel,
|
|
5659
|
+
DefaultAction,
|
|
5660
|
+
GraphQLApiVisibility,
|
|
5661
|
+
ResolverKind,
|
|
5662
|
+
TypeDefinitionFormat,
|
|
5663
|
+
DataSourceIntrospectionStatus,
|
|
5664
|
+
OutputType,
|
|
5665
|
+
GraphQLSchemaException,
|
|
5666
|
+
SchemaStatus,
|
|
5667
|
+
Ownership
|
|
5667
5668
|
});
|
|
5668
5669
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appsync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-appsync",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|