@aws-amplify/graphql-api-construct 1.20.0 → 1.20.1
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/.jsii +88 -88
- package/CHANGELOG.md +4 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +2 -14
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/model-datasource-strategy-types.d.ts +0 -1
- package/lib/model-datasource-strategy-types.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +14 -14
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +10 -10
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/belongs-to.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/package.json +3 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js +1 -1
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +11 -11
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +2 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +14 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/provider.js +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +0 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +20 -20
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +2 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +0 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws-amplify/graphql-validate-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-validate-transformer/package.json +9 -9
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js +1 -1
- package/node_modules/graphql-transformer-common/package.json +3 -2
- package/package.json +23 -23
- package/src/amplify-graphql-api.ts +1 -16
- package/src/model-datasource-strategy-types.ts +0 -4
package/.jsii
CHANGED
@@ -9,24 +9,24 @@
|
|
9
9
|
"@aws-amplify/ai-constructs": "^1.2.4",
|
10
10
|
"@aws-amplify/backend-output-schemas": "^1.0.0",
|
11
11
|
"@aws-amplify/backend-output-storage": "^1.0.0",
|
12
|
-
"@aws-amplify/graphql-auth-transformer": "4.2.
|
13
|
-
"@aws-amplify/graphql-conversation-transformer": "1.1.
|
14
|
-
"@aws-amplify/graphql-default-value-transformer": "3.1.
|
15
|
-
"@aws-amplify/graphql-directives": "2.7.
|
16
|
-
"@aws-amplify/graphql-function-transformer": "3.1.
|
17
|
-
"@aws-amplify/graphql-generation-transformer": "1.2.
|
18
|
-
"@aws-amplify/graphql-http-transformer": "3.0.
|
19
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
20
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.
|
21
|
-
"@aws-amplify/graphql-model-transformer": "3.
|
22
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.
|
23
|
-
"@aws-amplify/graphql-relational-transformer": "3.1.
|
24
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
25
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.
|
26
|
-
"@aws-amplify/graphql-transformer": "2.3.
|
27
|
-
"@aws-amplify/graphql-transformer-core": "3.4.
|
28
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.2.
|
29
|
-
"@aws-amplify/graphql-validate-transformer": "1.1.
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.2.3",
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "1.1.11",
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.1.13",
|
15
|
+
"@aws-amplify/graphql-directives": "2.7.1",
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.1.15",
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "1.2.3",
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.18",
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.18",
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.18",
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.3.0",
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.18",
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.10",
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.18",
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.18",
|
26
|
+
"@aws-amplify/graphql-transformer": "2.3.3",
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.4.3",
|
28
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.2.6",
|
29
|
+
"@aws-amplify/graphql-validate-transformer": "1.1.3",
|
30
30
|
"@aws-amplify/platform-core": "^1.0.0",
|
31
31
|
"@aws-amplify/plugin-types": "^1.0.0",
|
32
32
|
"@aws-crypto/crc32": "5.2.0",
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"graceful-fs": "^4.2.0",
|
113
113
|
"graphql": "^15.5.0",
|
114
114
|
"graphql-mapping-template": "5.0.2",
|
115
|
-
"graphql-transformer-common": "5.1.
|
115
|
+
"graphql-transformer-common": "5.1.3",
|
116
116
|
"hjson": "^3.2.2",
|
117
117
|
"immer": "^9.0.12",
|
118
118
|
"is-buffer": "~1.1.6",
|
@@ -4539,7 +4539,7 @@
|
|
4539
4539
|
},
|
4540
4540
|
"locationInModule": {
|
4541
4541
|
"filename": "src/amplify-graphql-api.ts",
|
4542
|
-
"line":
|
4542
|
+
"line": 144
|
4543
4543
|
},
|
4544
4544
|
"parameters": [
|
4545
4545
|
{
|
@@ -4574,7 +4574,7 @@
|
|
4574
4574
|
"kind": "class",
|
4575
4575
|
"locationInModule": {
|
4576
4576
|
"filename": "src/amplify-graphql-api.ts",
|
4577
|
-
"line":
|
4577
|
+
"line": 85
|
4578
4578
|
},
|
4579
4579
|
"methods": [
|
4580
4580
|
{
|
@@ -4586,7 +4586,7 @@
|
|
4586
4586
|
},
|
4587
4587
|
"locationInModule": {
|
4588
4588
|
"filename": "src/amplify-graphql-api.ts",
|
4589
|
-
"line":
|
4589
|
+
"line": 309
|
4590
4590
|
},
|
4591
4591
|
"name": "addDynamoDbDataSource",
|
4592
4592
|
"parameters": [
|
@@ -4635,7 +4635,7 @@
|
|
4635
4635
|
},
|
4636
4636
|
"locationInModule": {
|
4637
4637
|
"filename": "src/amplify-graphql-api.ts",
|
4638
|
-
"line":
|
4638
|
+
"line": 321
|
4639
4639
|
},
|
4640
4640
|
"name": "addElasticsearchDataSource",
|
4641
4641
|
"parameters": [
|
@@ -4682,7 +4682,7 @@
|
|
4682
4682
|
},
|
4683
4683
|
"locationInModule": {
|
4684
4684
|
"filename": "src/amplify-graphql-api.ts",
|
4685
|
-
"line":
|
4685
|
+
"line": 331
|
4686
4686
|
},
|
4687
4687
|
"name": "addEventBridgeDataSource",
|
4688
4688
|
"parameters": [
|
@@ -4729,7 +4729,7 @@
|
|
4729
4729
|
},
|
4730
4730
|
"locationInModule": {
|
4731
4731
|
"filename": "src/amplify-graphql-api.ts",
|
4732
|
-
"line":
|
4732
|
+
"line": 413
|
4733
4733
|
},
|
4734
4734
|
"name": "addFunction",
|
4735
4735
|
"parameters": [
|
@@ -4764,7 +4764,7 @@
|
|
4764
4764
|
},
|
4765
4765
|
"locationInModule": {
|
4766
4766
|
"filename": "src/amplify-graphql-api.ts",
|
4767
|
-
"line":
|
4767
|
+
"line": 342
|
4768
4768
|
},
|
4769
4769
|
"name": "addHttpDataSource",
|
4770
4770
|
"parameters": [
|
@@ -4812,7 +4812,7 @@
|
|
4812
4812
|
},
|
4813
4813
|
"locationInModule": {
|
4814
4814
|
"filename": "src/amplify-graphql-api.ts",
|
4815
|
-
"line":
|
4815
|
+
"line": 353
|
4816
4816
|
},
|
4817
4817
|
"name": "addLambdaDataSource",
|
4818
4818
|
"parameters": [
|
@@ -4860,7 +4860,7 @@
|
|
4860
4860
|
},
|
4861
4861
|
"locationInModule": {
|
4862
4862
|
"filename": "src/amplify-graphql-api.ts",
|
4863
|
-
"line":
|
4863
|
+
"line": 364
|
4864
4864
|
},
|
4865
4865
|
"name": "addNoneDataSource",
|
4866
4866
|
"parameters": [
|
@@ -4899,7 +4899,7 @@
|
|
4899
4899
|
},
|
4900
4900
|
"locationInModule": {
|
4901
4901
|
"filename": "src/amplify-graphql-api.ts",
|
4902
|
-
"line":
|
4902
|
+
"line": 375
|
4903
4903
|
},
|
4904
4904
|
"name": "addOpenSearchDataSource",
|
4905
4905
|
"parameters": [
|
@@ -4947,7 +4947,7 @@
|
|
4947
4947
|
},
|
4948
4948
|
"locationInModule": {
|
4949
4949
|
"filename": "src/amplify-graphql-api.ts",
|
4950
|
-
"line":
|
4950
|
+
"line": 388
|
4951
4951
|
},
|
4952
4952
|
"name": "addRdsDataSource",
|
4953
4953
|
"parameters": [
|
@@ -5014,7 +5014,7 @@
|
|
5014
5014
|
},
|
5015
5015
|
"locationInModule": {
|
5016
5016
|
"filename": "src/amplify-graphql-api.ts",
|
5017
|
-
"line":
|
5017
|
+
"line": 404
|
5018
5018
|
},
|
5019
5019
|
"name": "addResolver",
|
5020
5020
|
"parameters": [
|
@@ -5055,7 +5055,7 @@
|
|
5055
5055
|
"immutable": true,
|
5056
5056
|
"locationInModule": {
|
5057
5057
|
"filename": "src/amplify-graphql-api.ts",
|
5058
|
-
"line":
|
5058
|
+
"line": 125
|
5059
5059
|
},
|
5060
5060
|
"name": "apiId",
|
5061
5061
|
"type": {
|
@@ -5070,7 +5070,7 @@
|
|
5070
5070
|
"immutable": true,
|
5071
5071
|
"locationInModule": {
|
5072
5072
|
"filename": "src/amplify-graphql-api.ts",
|
5073
|
-
"line":
|
5073
|
+
"line": 105
|
5074
5074
|
},
|
5075
5075
|
"name": "generatedFunctionSlots",
|
5076
5076
|
"type": {
|
@@ -5103,7 +5103,7 @@
|
|
5103
5103
|
"immutable": true,
|
5104
5104
|
"locationInModule": {
|
5105
5105
|
"filename": "src/amplify-graphql-api.ts",
|
5106
|
-
"line":
|
5106
|
+
"line": 110
|
5107
5107
|
},
|
5108
5108
|
"name": "graphqlUrl",
|
5109
5109
|
"type": {
|
@@ -5119,7 +5119,7 @@
|
|
5119
5119
|
"immutable": true,
|
5120
5120
|
"locationInModule": {
|
5121
5121
|
"filename": "src/amplify-graphql-api.ts",
|
5122
|
-
"line":
|
5122
|
+
"line": 115
|
5123
5123
|
},
|
5124
5124
|
"name": "realtimeUrl",
|
5125
5125
|
"type": {
|
@@ -5134,7 +5134,7 @@
|
|
5134
5134
|
"immutable": true,
|
5135
5135
|
"locationInModule": {
|
5136
5136
|
"filename": "src/amplify-graphql-api.ts",
|
5137
|
-
"line":
|
5137
|
+
"line": 89
|
5138
5138
|
},
|
5139
5139
|
"name": "resources",
|
5140
5140
|
"type": {
|
@@ -5149,7 +5149,7 @@
|
|
5149
5149
|
"immutable": true,
|
5150
5150
|
"locationInModule": {
|
5151
5151
|
"filename": "src/amplify-graphql-api.ts",
|
5152
|
-
"line":
|
5152
|
+
"line": 94
|
5153
5153
|
},
|
5154
5154
|
"name": "stack",
|
5155
5155
|
"type": {
|
@@ -5165,7 +5165,7 @@
|
|
5165
5165
|
"immutable": true,
|
5166
5166
|
"locationInModule": {
|
5167
5167
|
"filename": "src/amplify-graphql-api.ts",
|
5168
|
-
"line":
|
5168
|
+
"line": 120
|
5169
5169
|
},
|
5170
5170
|
"name": "apiKey",
|
5171
5171
|
"optional": true,
|
@@ -6428,7 +6428,7 @@
|
|
6428
6428
|
"kind": "interface",
|
6429
6429
|
"locationInModule": {
|
6430
6430
|
"filename": "src/model-datasource-strategy-types.ts",
|
6431
|
-
"line":
|
6431
|
+
"line": 256
|
6432
6432
|
},
|
6433
6433
|
"name": "CustomSqlDataSourceStrategy",
|
6434
6434
|
"properties": [
|
@@ -6441,7 +6441,7 @@
|
|
6441
6441
|
"immutable": true,
|
6442
6442
|
"locationInModule": {
|
6443
6443
|
"filename": "src/model-datasource-strategy-types.ts",
|
6444
|
-
"line":
|
6444
|
+
"line": 261
|
6445
6445
|
},
|
6446
6446
|
"name": "fieldName",
|
6447
6447
|
"type": {
|
@@ -6457,7 +6457,7 @@
|
|
6457
6457
|
"immutable": true,
|
6458
6458
|
"locationInModule": {
|
6459
6459
|
"filename": "src/model-datasource-strategy-types.ts",
|
6460
|
-
"line":
|
6460
|
+
"line": 264
|
6461
6461
|
},
|
6462
6462
|
"name": "strategy",
|
6463
6463
|
"type": {
|
@@ -6473,7 +6473,7 @@
|
|
6473
6473
|
"immutable": true,
|
6474
6474
|
"locationInModule": {
|
6475
6475
|
"filename": "src/model-datasource-strategy-types.ts",
|
6476
|
-
"line":
|
6476
|
+
"line": 258
|
6477
6477
|
},
|
6478
6478
|
"name": "typeName",
|
6479
6479
|
"type": {
|
@@ -7242,26 +7242,26 @@
|
|
7242
7242
|
"datatype": true,
|
7243
7243
|
"docs": {
|
7244
7244
|
"remarks": "Tables can be imported only if they meet the following criteria.\n1. The imported table must have been created with through an Amplify Gen 1 project.\n2. The imported table must be in the same account and region as this construct.\n3. The imported table properties must match the corresponding table properties specified in this construct.\n (AttributeDefinitions, KeySchema, GlobalSecondaryIndexes, BillingModeSummary, ProvisionedThroughput, StreamSpecification, SSEDescription, DeletionProtectionEnabled)\n\nThe imported tables will follow the auth rules defined in this construct.\nThe auth rules of the source Gen 1 project will not apply to the API created by this construct.\nEnsure the correct auth rules have been set to prevent data exposure.",
|
7245
|
-
"stability": "
|
7245
|
+
"stability": "stable",
|
7246
7246
|
"summary": "Use custom resource type 'Custom::ImportedAmplifyDynamoDBTable' to manage an imported table."
|
7247
7247
|
},
|
7248
7248
|
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
7249
7249
|
"kind": "interface",
|
7250
7250
|
"locationInModule": {
|
7251
7251
|
"filename": "src/model-datasource-strategy-types.ts",
|
7252
|
-
"line":
|
7252
|
+
"line": 58
|
7253
7253
|
},
|
7254
7254
|
"name": "ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
7255
7255
|
"properties": [
|
7256
7256
|
{
|
7257
7257
|
"abstract": true,
|
7258
7258
|
"docs": {
|
7259
|
-
"stability": "
|
7259
|
+
"stability": "stable"
|
7260
7260
|
},
|
7261
7261
|
"immutable": true,
|
7262
7262
|
"locationInModule": {
|
7263
7263
|
"filename": "src/model-datasource-strategy-types.ts",
|
7264
|
-
"line":
|
7264
|
+
"line": 59
|
7265
7265
|
},
|
7266
7266
|
"name": "dbType",
|
7267
7267
|
"type": {
|
@@ -7271,12 +7271,12 @@
|
|
7271
7271
|
{
|
7272
7272
|
"abstract": true,
|
7273
7273
|
"docs": {
|
7274
|
-
"stability": "
|
7274
|
+
"stability": "stable"
|
7275
7275
|
},
|
7276
7276
|
"immutable": true,
|
7277
7277
|
"locationInModule": {
|
7278
7278
|
"filename": "src/model-datasource-strategy-types.ts",
|
7279
|
-
"line":
|
7279
|
+
"line": 60
|
7280
7280
|
},
|
7281
7281
|
"name": "provisionStrategy",
|
7282
7282
|
"type": {
|
@@ -7286,12 +7286,12 @@
|
|
7286
7286
|
{
|
7287
7287
|
"abstract": true,
|
7288
7288
|
"docs": {
|
7289
|
-
"stability": "
|
7289
|
+
"stability": "stable"
|
7290
7290
|
},
|
7291
7291
|
"immutable": true,
|
7292
7292
|
"locationInModule": {
|
7293
7293
|
"filename": "src/model-datasource-strategy-types.ts",
|
7294
|
-
"line":
|
7294
|
+
"line": 61
|
7295
7295
|
},
|
7296
7296
|
"name": "tableName",
|
7297
7297
|
"type": {
|
@@ -7969,7 +7969,7 @@
|
|
7969
7969
|
"kind": "interface",
|
7970
7970
|
"locationInModule": {
|
7971
7971
|
"filename": "src/model-datasource-strategy-types.ts",
|
7972
|
-
"line":
|
7972
|
+
"line": 122
|
7973
7973
|
},
|
7974
7974
|
"name": "ProvisionedConcurrencyConfig",
|
7975
7975
|
"properties": [
|
@@ -7983,7 +7983,7 @@
|
|
7983
7983
|
"immutable": true,
|
7984
7984
|
"locationInModule": {
|
7985
7985
|
"filename": "src/model-datasource-strategy-types.ts",
|
7986
|
-
"line":
|
7986
|
+
"line": 124
|
7987
7987
|
},
|
7988
7988
|
"name": "provisionedConcurrentExecutions",
|
7989
7989
|
"type": {
|
@@ -8286,7 +8286,7 @@
|
|
8286
8286
|
"kind": "interface",
|
8287
8287
|
"locationInModule": {
|
8288
8288
|
"filename": "src/model-datasource-strategy-types.ts",
|
8289
|
-
"line":
|
8289
|
+
"line": 67
|
8290
8290
|
},
|
8291
8291
|
"name": "SQLLambdaModelDataSourceStrategy",
|
8292
8292
|
"properties": [
|
@@ -8299,7 +8299,7 @@
|
|
8299
8299
|
"immutable": true,
|
8300
8300
|
"locationInModule": {
|
8301
8301
|
"filename": "src/model-datasource-strategy-types.ts",
|
8302
|
-
"line":
|
8302
|
+
"line": 82
|
8303
8303
|
},
|
8304
8304
|
"name": "dbConnectionConfig",
|
8305
8305
|
"type": {
|
@@ -8327,7 +8327,7 @@
|
|
8327
8327
|
"immutable": true,
|
8328
8328
|
"locationInModule": {
|
8329
8329
|
"filename": "src/model-datasource-strategy-types.ts",
|
8330
|
-
"line":
|
8330
|
+
"line": 77
|
8331
8331
|
},
|
8332
8332
|
"name": "dbType",
|
8333
8333
|
"type": {
|
@@ -8344,7 +8344,7 @@
|
|
8344
8344
|
"immutable": true,
|
8345
8345
|
"locationInModule": {
|
8346
8346
|
"filename": "src/model-datasource-strategy-types.ts",
|
8347
|
-
"line":
|
8347
|
+
"line": 72
|
8348
8348
|
},
|
8349
8349
|
"name": "name",
|
8350
8350
|
"type": {
|
@@ -8361,7 +8361,7 @@
|
|
8361
8361
|
"immutable": true,
|
8362
8362
|
"locationInModule": {
|
8363
8363
|
"filename": "src/model-datasource-strategy-types.ts",
|
8364
|
-
"line":
|
8364
|
+
"line": 93
|
8365
8365
|
},
|
8366
8366
|
"name": "customSqlStatements",
|
8367
8367
|
"optional": true,
|
@@ -8383,7 +8383,7 @@
|
|
8383
8383
|
"immutable": true,
|
8384
8384
|
"locationInModule": {
|
8385
8385
|
"filename": "src/model-datasource-strategy-types.ts",
|
8386
|
-
"line":
|
8386
|
+
"line": 98
|
8387
8387
|
},
|
8388
8388
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
8389
8389
|
"optional": true,
|
@@ -8400,7 +8400,7 @@
|
|
8400
8400
|
"immutable": true,
|
8401
8401
|
"locationInModule": {
|
8402
8402
|
"filename": "src/model-datasource-strategy-types.ts",
|
8403
|
-
"line":
|
8403
|
+
"line": 87
|
8404
8404
|
},
|
8405
8405
|
"name": "vpcConfiguration",
|
8406
8406
|
"optional": true,
|
@@ -8583,7 +8583,7 @@
|
|
8583
8583
|
"kind": "interface",
|
8584
8584
|
"locationInModule": {
|
8585
8585
|
"filename": "src/model-datasource-strategy-types.ts",
|
8586
|
-
"line":
|
8586
|
+
"line": 197
|
8587
8587
|
},
|
8588
8588
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
8589
8589
|
"properties": [
|
@@ -8596,7 +8596,7 @@
|
|
8596
8596
|
"immutable": true,
|
8597
8597
|
"locationInModule": {
|
8598
8598
|
"filename": "src/model-datasource-strategy-types.ts",
|
8599
|
-
"line":
|
8599
|
+
"line": 211
|
8600
8600
|
},
|
8601
8601
|
"name": "databaseName",
|
8602
8602
|
"type": {
|
@@ -8612,7 +8612,7 @@
|
|
8612
8612
|
"immutable": true,
|
8613
8613
|
"locationInModule": {
|
8614
8614
|
"filename": "src/model-datasource-strategy-types.ts",
|
8615
|
-
"line":
|
8615
|
+
"line": 214
|
8616
8616
|
},
|
8617
8617
|
"name": "hostname",
|
8618
8618
|
"type": {
|
@@ -8628,7 +8628,7 @@
|
|
8628
8628
|
"immutable": true,
|
8629
8629
|
"locationInModule": {
|
8630
8630
|
"filename": "src/model-datasource-strategy-types.ts",
|
8631
|
-
"line":
|
8631
|
+
"line": 208
|
8632
8632
|
},
|
8633
8633
|
"name": "port",
|
8634
8634
|
"type": {
|
@@ -8645,7 +8645,7 @@
|
|
8645
8645
|
"immutable": true,
|
8646
8646
|
"locationInModule": {
|
8647
8647
|
"filename": "src/model-datasource-strategy-types.ts",
|
8648
|
-
"line":
|
8648
|
+
"line": 199
|
8649
8649
|
},
|
8650
8650
|
"name": "secretArn",
|
8651
8651
|
"type": {
|
@@ -8662,7 +8662,7 @@
|
|
8662
8662
|
"immutable": true,
|
8663
8663
|
"locationInModule": {
|
8664
8664
|
"filename": "src/model-datasource-strategy-types.ts",
|
8665
|
-
"line":
|
8665
|
+
"line": 205
|
8666
8666
|
},
|
8667
8667
|
"name": "keyArn",
|
8668
8668
|
"optional": true,
|
@@ -8679,7 +8679,7 @@
|
|
8679
8679
|
"immutable": true,
|
8680
8680
|
"locationInModule": {
|
8681
8681
|
"filename": "src/model-datasource-strategy-types.ts",
|
8682
|
-
"line":
|
8682
|
+
"line": 219
|
8683
8683
|
},
|
8684
8684
|
"name": "sslCertConfig",
|
8685
8685
|
"optional": true,
|
@@ -8702,7 +8702,7 @@
|
|
8702
8702
|
"kind": "interface",
|
8703
8703
|
"locationInModule": {
|
8704
8704
|
"filename": "src/model-datasource-strategy-types.ts",
|
8705
|
-
"line":
|
8705
|
+
"line": 227
|
8706
8706
|
},
|
8707
8707
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
8708
8708
|
"properties": [
|
@@ -8715,7 +8715,7 @@
|
|
8715
8715
|
"immutable": true,
|
8716
8716
|
"locationInModule": {
|
8717
8717
|
"filename": "src/model-datasource-strategy-types.ts",
|
8718
|
-
"line":
|
8718
|
+
"line": 243
|
8719
8719
|
},
|
8720
8720
|
"name": "databaseNameSsmPath",
|
8721
8721
|
"type": {
|
@@ -8732,7 +8732,7 @@
|
|
8732
8732
|
"immutable": true,
|
8733
8733
|
"locationInModule": {
|
8734
8734
|
"filename": "src/model-datasource-strategy-types.ts",
|
8735
|
-
"line":
|
8735
|
+
"line": 231
|
8736
8736
|
},
|
8737
8737
|
"name": "hostnameSsmPath",
|
8738
8738
|
"type": {
|
@@ -8748,7 +8748,7 @@
|
|
8748
8748
|
"immutable": true,
|
8749
8749
|
"locationInModule": {
|
8750
8750
|
"filename": "src/model-datasource-strategy-types.ts",
|
8751
|
-
"line":
|
8751
|
+
"line": 240
|
8752
8752
|
},
|
8753
8753
|
"name": "passwordSsmPath",
|
8754
8754
|
"type": {
|
@@ -8764,7 +8764,7 @@
|
|
8764
8764
|
"immutable": true,
|
8765
8765
|
"locationInModule": {
|
8766
8766
|
"filename": "src/model-datasource-strategy-types.ts",
|
8767
|
-
"line":
|
8767
|
+
"line": 234
|
8768
8768
|
},
|
8769
8769
|
"name": "portSsmPath",
|
8770
8770
|
"type": {
|
@@ -8780,7 +8780,7 @@
|
|
8780
8780
|
"immutable": true,
|
8781
8781
|
"locationInModule": {
|
8782
8782
|
"filename": "src/model-datasource-strategy-types.ts",
|
8783
|
-
"line":
|
8783
|
+
"line": 237
|
8784
8784
|
},
|
8785
8785
|
"name": "usernameSsmPath",
|
8786
8786
|
"type": {
|
@@ -8796,7 +8796,7 @@
|
|
8796
8796
|
"immutable": true,
|
8797
8797
|
"locationInModule": {
|
8798
8798
|
"filename": "src/model-datasource-strategy-types.ts",
|
8799
|
-
"line":
|
8799
|
+
"line": 248
|
8800
8800
|
},
|
8801
8801
|
"name": "sslCertConfig",
|
8802
8802
|
"optional": true,
|
@@ -8818,7 +8818,7 @@
|
|
8818
8818
|
"kind": "interface",
|
8819
8819
|
"locationInModule": {
|
8820
8820
|
"filename": "src/model-datasource-strategy-types.ts",
|
8821
|
-
"line":
|
8821
|
+
"line": 176
|
8822
8822
|
},
|
8823
8823
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
8824
8824
|
"properties": [
|
@@ -8832,7 +8832,7 @@
|
|
8832
8832
|
"immutable": true,
|
8833
8833
|
"locationInModule": {
|
8834
8834
|
"filename": "src/model-datasource-strategy-types.ts",
|
8835
|
-
"line":
|
8835
|
+
"line": 183
|
8836
8836
|
},
|
8837
8837
|
"name": "connectionUriSsmPath",
|
8838
8838
|
"type": {
|
@@ -8862,7 +8862,7 @@
|
|
8862
8862
|
"immutable": true,
|
8863
8863
|
"locationInModule": {
|
8864
8864
|
"filename": "src/model-datasource-strategy-types.ts",
|
8865
|
-
"line":
|
8865
|
+
"line": 188
|
8866
8866
|
},
|
8867
8867
|
"name": "sslCertConfig",
|
8868
8868
|
"optional": true,
|
@@ -8885,7 +8885,7 @@
|
|
8885
8885
|
"kind": "interface",
|
8886
8886
|
"locationInModule": {
|
8887
8887
|
"filename": "src/model-datasource-strategy-types.ts",
|
8888
|
-
"line":
|
8888
|
+
"line": 155
|
8889
8889
|
},
|
8890
8890
|
"name": "SslCertConfig",
|
8891
8891
|
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
@@ -8903,7 +8903,7 @@
|
|
8903
8903
|
"kind": "interface",
|
8904
8904
|
"locationInModule": {
|
8905
8905
|
"filename": "src/model-datasource-strategy-types.ts",
|
8906
|
-
"line":
|
8906
|
+
"line": 157
|
8907
8907
|
},
|
8908
8908
|
"name": "SslCertSsmPathConfig",
|
8909
8909
|
"properties": [
|
@@ -8917,7 +8917,7 @@
|
|
8917
8917
|
"immutable": true,
|
8918
8918
|
"locationInModule": {
|
8919
8919
|
"filename": "src/model-datasource-strategy-types.ts",
|
8920
|
-
"line":
|
8920
|
+
"line": 169
|
8921
8921
|
},
|
8922
8922
|
"name": "ssmPath",
|
8923
8923
|
"type": {
|
@@ -8988,7 +8988,7 @@
|
|
8988
8988
|
"kind": "interface",
|
8989
8989
|
"locationInModule": {
|
8990
8990
|
"filename": "src/model-datasource-strategy-types.ts",
|
8991
|
-
"line":
|
8991
|
+
"line": 132
|
8992
8992
|
},
|
8993
8993
|
"name": "SubnetAvailabilityZone",
|
8994
8994
|
"properties": [
|
@@ -9001,7 +9001,7 @@
|
|
9001
9001
|
"immutable": true,
|
9002
9002
|
"locationInModule": {
|
9003
9003
|
"filename": "src/model-datasource-strategy-types.ts",
|
9004
|
-
"line":
|
9004
|
+
"line": 137
|
9005
9005
|
},
|
9006
9006
|
"name": "availabilityZone",
|
9007
9007
|
"type": {
|
@@ -9017,7 +9017,7 @@
|
|
9017
9017
|
"immutable": true,
|
9018
9018
|
"locationInModule": {
|
9019
9019
|
"filename": "src/model-datasource-strategy-types.ts",
|
9020
|
-
"line":
|
9020
|
+
"line": 134
|
9021
9021
|
},
|
9022
9022
|
"name": "subnetId",
|
9023
9023
|
"type": {
|
@@ -9446,7 +9446,7 @@
|
|
9446
9446
|
"kind": "interface",
|
9447
9447
|
"locationInModule": {
|
9448
9448
|
"filename": "src/model-datasource-strategy-types.ts",
|
9449
|
-
"line":
|
9449
|
+
"line": 108
|
9450
9450
|
},
|
9451
9451
|
"name": "VpcConfig",
|
9452
9452
|
"properties": [
|
@@ -9459,7 +9459,7 @@
|
|
9459
9459
|
"immutable": true,
|
9460
9460
|
"locationInModule": {
|
9461
9461
|
"filename": "src/model-datasource-strategy-types.ts",
|
9462
|
-
"line":
|
9462
|
+
"line": 113
|
9463
9463
|
},
|
9464
9464
|
"name": "securityGroupIds",
|
9465
9465
|
"type": {
|
@@ -9480,7 +9480,7 @@
|
|
9480
9480
|
"immutable": true,
|
9481
9481
|
"locationInModule": {
|
9482
9482
|
"filename": "src/model-datasource-strategy-types.ts",
|
9483
|
-
"line":
|
9483
|
+
"line": 116
|
9484
9484
|
},
|
9485
9485
|
"name": "subnetAvailabilityZoneConfig",
|
9486
9486
|
"type": {
|
@@ -9501,7 +9501,7 @@
|
|
9501
9501
|
"immutable": true,
|
9502
9502
|
"locationInModule": {
|
9503
9503
|
"filename": "src/model-datasource-strategy-types.ts",
|
9504
|
-
"line":
|
9504
|
+
"line": 110
|
9505
9505
|
},
|
9506
9506
|
"name": "vpcId",
|
9507
9507
|
"type": {
|
@@ -9512,6 +9512,6 @@
|
|
9512
9512
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
9513
9513
|
}
|
9514
9514
|
},
|
9515
|
-
"version": "1.20.
|
9516
|
-
"fingerprint": "
|
9515
|
+
"version": "1.20.1",
|
9516
|
+
"fingerprint": "+StR3FqEAlc1IFZPMqvjS5CUe5YnkTLZS2rMNf1BHPA="
|
9517
9517
|
}
|
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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
|
+
## [1.20.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.20.0...@aws-amplify/graphql-api-construct@1.20.1) (2025-04-17)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-api-construct
|
9
|
+
|
6
10
|
# [1.20.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.19.1...@aws-amplify/graphql-api-construct@1.20.0) (2025-04-09)
|
7
11
|
|
8
12
|
### Features
|