@aws-sdk/client-appsync 3.495.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +42 -39
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -5560,28 +5560,16 @@ var AppSync = _AppSync;
5560
5560
  // src/index.ts
5561
5561
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5562
5562
  // Annotate the CommonJS export names for ESM import in node:
5563
+
5563
5564
  0 && (module.exports = {
5564
- AccessDeniedException,
5565
- ApiCacheStatus,
5566
- ApiCacheType,
5567
- ApiCachingBehavior,
5568
- ApiKeyLimitExceededException,
5569
- ApiKeyValidityOutOfBoundsException,
5570
- ApiLimitExceededException,
5571
- AppSync,
5572
- AppSyncClient,
5573
5565
  AppSyncServiceException,
5566
+ __Client,
5567
+ AppSyncClient,
5568
+ AppSync,
5569
+ $Command,
5574
5570
  AssociateApiCommand,
5575
5571
  AssociateMergedGraphqlApiCommand,
5576
5572
  AssociateSourceGraphqlApiCommand,
5577
- AssociationStatus,
5578
- AuthenticationType,
5579
- AuthorizationType,
5580
- BadRequestException,
5581
- BadRequestReason,
5582
- ConcurrentModificationException,
5583
- ConflictDetectionType,
5584
- ConflictHandlerType,
5585
5573
  CreateApiCacheCommand,
5586
5574
  CreateApiKeyCommand,
5587
5575
  CreateDataSourceCommand,
@@ -5590,9 +5578,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5590
5578
  CreateGraphqlApiCommand,
5591
5579
  CreateResolverCommand,
5592
5580
  CreateTypeCommand,
5593
- DataSourceIntrospectionStatus,
5594
- DataSourceType,
5595
- DefaultAction,
5596
5581
  DeleteApiCacheCommand,
5597
5582
  DeleteApiKeyCommand,
5598
5583
  DeleteDataSourceCommand,
@@ -5606,7 +5591,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5606
5591
  DisassociateSourceGraphqlApiCommand,
5607
5592
  EvaluateCodeCommand,
5608
5593
  EvaluateMappingTemplateCommand,
5609
- FieldLogLevel,
5610
5594
  FlushApiCacheCommand,
5611
5595
  GetApiAssociationCommand,
5612
5596
  GetApiCacheCommand,
@@ -5620,12 +5604,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5620
5604
  GetSchemaCreationStatusCommand,
5621
5605
  GetSourceApiAssociationCommand,
5622
5606
  GetTypeCommand,
5623
- GraphQLApiIntrospectionConfig,
5624
- GraphQLApiType,
5625
- GraphQLApiVisibility,
5626
- GraphQLSchemaException,
5627
- InternalFailureException,
5628
- LimitExceededException,
5629
5607
  ListApiKeysCommand,
5630
5608
  ListDataSourcesCommand,
5631
5609
  ListDomainNamesCommand,
@@ -5637,21 +5615,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5637
5615
  ListTagsForResourceCommand,
5638
5616
  ListTypesByAssociationCommand,
5639
5617
  ListTypesCommand,
5640
- MergeType,
5641
- NotFoundException,
5642
- OutputType,
5643
- Ownership,
5644
- RelationalDatabaseSourceType,
5645
- ResolverKind,
5646
- RuntimeName,
5647
- SchemaStatus,
5648
- SourceApiAssociationStatus,
5649
5618
  StartDataSourceIntrospectionCommand,
5650
5619
  StartSchemaCreationCommand,
5651
5620
  StartSchemaMergeCommand,
5652
5621
  TagResourceCommand,
5653
- TypeDefinitionFormat,
5654
- UnauthorizedException,
5655
5622
  UntagResourceCommand,
5656
5623
  UpdateApiCacheCommand,
5657
5624
  UpdateApiKeyCommand,
@@ -5662,5 +5629,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5662
5629
  UpdateResolverCommand,
5663
5630
  UpdateSourceApiAssociationCommand,
5664
5631
  UpdateTypeCommand,
5665
- __Client
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
5666
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.495.0",
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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-stream": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-stream": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",