@aws-amplify/graphql-api-construct 1.16.1-ai-next.1 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +159 -86
- package/API.md +11 -1
- package/CHANGELOG.md +5 -5
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +14 -2
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/model-datasource-strategy-types.d.ts +21 -1
- package/lib/model-datasource-strategy-types.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +14 -13
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +5 -5
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/assistant-streaming-mutation-resolver-fn.template.js +0 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +10 -10
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +10 -10
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +9 -8
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +6 -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 +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 +1 -1
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-generation-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +9 -8
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -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/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +7 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
- 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/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +12 -3
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
- 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 +4 -2
- 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/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +6 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/import-table.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/import-table.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/import-table.js +205 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/import-table.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +13 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +47 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +18 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +1848 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +11 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +13 -9
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -2
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -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 +6 -0
- 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/lib/has-many/has-many-directive-ddb-references-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js +7 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-many/has-many-directive-ddb-references-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js +7 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/has-one/has-one-directive-ddb-references-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +9 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -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 -8
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +9 -8
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +1 -5
- package/node_modules/@aws-amplify/graphql-transformer/package.json +18 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +3 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js +9 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/model-datasource-strategy-utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +11 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/model-datasource/types.d.ts +6 -1
- 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 +3 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/model-datasource/types.ts +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-transformer-common/CHANGELOG.md +1 -1
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/package.json +3 -2
- package/package.json +21 -21
- package/src/amplify-graphql-api.ts +16 -1
- package/src/model-datasource-strategy-types.ts +25 -0
- package/src/types.ts +1 -1
package/.jsii
CHANGED
@@ -9,23 +9,23 @@
|
|
9
9
|
"@aws-amplify/ai-constructs": "0.8.0",
|
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.1.6
|
13
|
-
"@aws-amplify/graphql-conversation-transformer": "0.
|
14
|
-
"@aws-amplify/graphql-default-value-transformer": "3.1.3
|
15
|
-
"@aws-amplify/graphql-directives": "2.
|
16
|
-
"@aws-amplify/graphql-function-transformer": "3.1.5
|
17
|
-
"@aws-amplify/graphql-generation-transformer": "0.2.6
|
18
|
-
"@aws-amplify/graphql-http-transformer": "3.0.8
|
19
|
-
"@aws-amplify/graphql-index-transformer": "3.0.8
|
20
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.8
|
21
|
-
"@aws-amplify/graphql-model-transformer": "3.
|
22
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.8
|
23
|
-
"@aws-amplify/graphql-relational-transformer": "3.
|
24
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.8
|
25
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.8
|
26
|
-
"@aws-amplify/graphql-transformer": "2.1.6
|
27
|
-
"@aws-amplify/graphql-transformer-core": "3.
|
28
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.1.6",
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "0.6.0",
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.1.3",
|
15
|
+
"@aws-amplify/graphql-directives": "2.5.0",
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.1.5",
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "0.2.6",
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.8",
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.8",
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.8",
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.1.0",
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.8",
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.0",
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.8",
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.8",
|
26
|
+
"@aws-amplify/graphql-transformer": "2.1.6",
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
28
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.2.0",
|
29
29
|
"@aws-amplify/platform-core": "^1.0.0",
|
30
30
|
"@aws-amplify/plugin-types": "^1.0.0",
|
31
31
|
"@aws-crypto/crc32": "5.2.0",
|
@@ -109,7 +109,7 @@
|
|
109
109
|
"graceful-fs": "^4.2.0",
|
110
110
|
"graphql": "^15.5.0",
|
111
111
|
"graphql-mapping-template": "5.0.1",
|
112
|
-
"graphql-transformer-common": "5.1.1
|
112
|
+
"graphql-transformer-common": "5.1.1",
|
113
113
|
"hjson": "^3.2.2",
|
114
114
|
"immer": "^9.0.12",
|
115
115
|
"is-buffer": "~1.1.6",
|
@@ -4169,7 +4169,7 @@
|
|
4169
4169
|
"kind": "interface",
|
4170
4170
|
"locationInModule": {
|
4171
4171
|
"filename": "src/model-datasource-strategy-types.ts",
|
4172
|
-
"line":
|
4172
|
+
"line": 39
|
4173
4173
|
},
|
4174
4174
|
"name": "AmplifyDynamoDbModelDataSourceStrategy",
|
4175
4175
|
"properties": [
|
@@ -4181,7 +4181,7 @@
|
|
4181
4181
|
"immutable": true,
|
4182
4182
|
"locationInModule": {
|
4183
4183
|
"filename": "src/model-datasource-strategy-types.ts",
|
4184
|
-
"line":
|
4184
|
+
"line": 40
|
4185
4185
|
},
|
4186
4186
|
"name": "dbType",
|
4187
4187
|
"type": {
|
@@ -4196,7 +4196,7 @@
|
|
4196
4196
|
"immutable": true,
|
4197
4197
|
"locationInModule": {
|
4198
4198
|
"filename": "src/model-datasource-strategy-types.ts",
|
4199
|
-
"line":
|
4199
|
+
"line": 41
|
4200
4200
|
},
|
4201
4201
|
"name": "provisionStrategy",
|
4202
4202
|
"type": {
|
@@ -4443,7 +4443,7 @@
|
|
4443
4443
|
},
|
4444
4444
|
"locationInModule": {
|
4445
4445
|
"filename": "src/amplify-graphql-api.ts",
|
4446
|
-
"line":
|
4446
|
+
"line": 144
|
4447
4447
|
},
|
4448
4448
|
"parameters": [
|
4449
4449
|
{
|
@@ -4478,7 +4478,7 @@
|
|
4478
4478
|
"kind": "class",
|
4479
4479
|
"locationInModule": {
|
4480
4480
|
"filename": "src/amplify-graphql-api.ts",
|
4481
|
-
"line":
|
4481
|
+
"line": 85
|
4482
4482
|
},
|
4483
4483
|
"methods": [
|
4484
4484
|
{
|
@@ -4490,7 +4490,7 @@
|
|
4490
4490
|
},
|
4491
4491
|
"locationInModule": {
|
4492
4492
|
"filename": "src/amplify-graphql-api.ts",
|
4493
|
-
"line":
|
4493
|
+
"line": 314
|
4494
4494
|
},
|
4495
4495
|
"name": "addDynamoDbDataSource",
|
4496
4496
|
"parameters": [
|
@@ -4539,7 +4539,7 @@
|
|
4539
4539
|
},
|
4540
4540
|
"locationInModule": {
|
4541
4541
|
"filename": "src/amplify-graphql-api.ts",
|
4542
|
-
"line":
|
4542
|
+
"line": 326
|
4543
4543
|
},
|
4544
4544
|
"name": "addElasticsearchDataSource",
|
4545
4545
|
"parameters": [
|
@@ -4586,7 +4586,7 @@
|
|
4586
4586
|
},
|
4587
4587
|
"locationInModule": {
|
4588
4588
|
"filename": "src/amplify-graphql-api.ts",
|
4589
|
-
"line":
|
4589
|
+
"line": 336
|
4590
4590
|
},
|
4591
4591
|
"name": "addEventBridgeDataSource",
|
4592
4592
|
"parameters": [
|
@@ -4633,7 +4633,7 @@
|
|
4633
4633
|
},
|
4634
4634
|
"locationInModule": {
|
4635
4635
|
"filename": "src/amplify-graphql-api.ts",
|
4636
|
-
"line":
|
4636
|
+
"line": 418
|
4637
4637
|
},
|
4638
4638
|
"name": "addFunction",
|
4639
4639
|
"parameters": [
|
@@ -4668,7 +4668,7 @@
|
|
4668
4668
|
},
|
4669
4669
|
"locationInModule": {
|
4670
4670
|
"filename": "src/amplify-graphql-api.ts",
|
4671
|
-
"line":
|
4671
|
+
"line": 347
|
4672
4672
|
},
|
4673
4673
|
"name": "addHttpDataSource",
|
4674
4674
|
"parameters": [
|
@@ -4716,7 +4716,7 @@
|
|
4716
4716
|
},
|
4717
4717
|
"locationInModule": {
|
4718
4718
|
"filename": "src/amplify-graphql-api.ts",
|
4719
|
-
"line":
|
4719
|
+
"line": 358
|
4720
4720
|
},
|
4721
4721
|
"name": "addLambdaDataSource",
|
4722
4722
|
"parameters": [
|
@@ -4764,7 +4764,7 @@
|
|
4764
4764
|
},
|
4765
4765
|
"locationInModule": {
|
4766
4766
|
"filename": "src/amplify-graphql-api.ts",
|
4767
|
-
"line":
|
4767
|
+
"line": 369
|
4768
4768
|
},
|
4769
4769
|
"name": "addNoneDataSource",
|
4770
4770
|
"parameters": [
|
@@ -4803,7 +4803,7 @@
|
|
4803
4803
|
},
|
4804
4804
|
"locationInModule": {
|
4805
4805
|
"filename": "src/amplify-graphql-api.ts",
|
4806
|
-
"line":
|
4806
|
+
"line": 380
|
4807
4807
|
},
|
4808
4808
|
"name": "addOpenSearchDataSource",
|
4809
4809
|
"parameters": [
|
@@ -4851,7 +4851,7 @@
|
|
4851
4851
|
},
|
4852
4852
|
"locationInModule": {
|
4853
4853
|
"filename": "src/amplify-graphql-api.ts",
|
4854
|
-
"line":
|
4854
|
+
"line": 393
|
4855
4855
|
},
|
4856
4856
|
"name": "addRdsDataSource",
|
4857
4857
|
"parameters": [
|
@@ -4918,7 +4918,7 @@
|
|
4918
4918
|
},
|
4919
4919
|
"locationInModule": {
|
4920
4920
|
"filename": "src/amplify-graphql-api.ts",
|
4921
|
-
"line":
|
4921
|
+
"line": 409
|
4922
4922
|
},
|
4923
4923
|
"name": "addResolver",
|
4924
4924
|
"parameters": [
|
@@ -4959,7 +4959,7 @@
|
|
4959
4959
|
"immutable": true,
|
4960
4960
|
"locationInModule": {
|
4961
4961
|
"filename": "src/amplify-graphql-api.ts",
|
4962
|
-
"line":
|
4962
|
+
"line": 125
|
4963
4963
|
},
|
4964
4964
|
"name": "apiId",
|
4965
4965
|
"type": {
|
@@ -4974,7 +4974,7 @@
|
|
4974
4974
|
"immutable": true,
|
4975
4975
|
"locationInModule": {
|
4976
4976
|
"filename": "src/amplify-graphql-api.ts",
|
4977
|
-
"line":
|
4977
|
+
"line": 105
|
4978
4978
|
},
|
4979
4979
|
"name": "generatedFunctionSlots",
|
4980
4980
|
"type": {
|
@@ -5007,7 +5007,7 @@
|
|
5007
5007
|
"immutable": true,
|
5008
5008
|
"locationInModule": {
|
5009
5009
|
"filename": "src/amplify-graphql-api.ts",
|
5010
|
-
"line":
|
5010
|
+
"line": 110
|
5011
5011
|
},
|
5012
5012
|
"name": "graphqlUrl",
|
5013
5013
|
"type": {
|
@@ -5023,7 +5023,7 @@
|
|
5023
5023
|
"immutable": true,
|
5024
5024
|
"locationInModule": {
|
5025
5025
|
"filename": "src/amplify-graphql-api.ts",
|
5026
|
-
"line":
|
5026
|
+
"line": 115
|
5027
5027
|
},
|
5028
5028
|
"name": "realtimeUrl",
|
5029
5029
|
"type": {
|
@@ -5038,7 +5038,7 @@
|
|
5038
5038
|
"immutable": true,
|
5039
5039
|
"locationInModule": {
|
5040
5040
|
"filename": "src/amplify-graphql-api.ts",
|
5041
|
-
"line":
|
5041
|
+
"line": 89
|
5042
5042
|
},
|
5043
5043
|
"name": "resources",
|
5044
5044
|
"type": {
|
@@ -5053,7 +5053,7 @@
|
|
5053
5053
|
"immutable": true,
|
5054
5054
|
"locationInModule": {
|
5055
5055
|
"filename": "src/amplify-graphql-api.ts",
|
5056
|
-
"line":
|
5056
|
+
"line": 94
|
5057
5057
|
},
|
5058
5058
|
"name": "stack",
|
5059
5059
|
"type": {
|
@@ -5069,7 +5069,7 @@
|
|
5069
5069
|
"immutable": true,
|
5070
5070
|
"locationInModule": {
|
5071
5071
|
"filename": "src/amplify-graphql-api.ts",
|
5072
|
-
"line":
|
5072
|
+
"line": 120
|
5073
5073
|
},
|
5074
5074
|
"name": "apiKey",
|
5075
5075
|
"optional": true,
|
@@ -5484,7 +5484,7 @@
|
|
5484
5484
|
{
|
5485
5485
|
"abstract": true,
|
5486
5486
|
"docs": {
|
5487
|
-
"remarks": "If no
|
5487
|
+
"remarks": "If no outputStorageStrategy is provided a default strategy will be used.",
|
5488
5488
|
"stability": "stable",
|
5489
5489
|
"summary": "Strategy to store construct outputs."
|
5490
5490
|
},
|
@@ -5853,6 +5853,9 @@
|
|
5853
5853
|
{
|
5854
5854
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5855
5855
|
},
|
5856
|
+
{
|
5857
|
+
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5858
|
+
},
|
5856
5859
|
{
|
5857
5860
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5858
5861
|
}
|
@@ -5905,6 +5908,9 @@
|
|
5905
5908
|
{
|
5906
5909
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
5907
5910
|
},
|
5911
|
+
{
|
5912
|
+
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
5913
|
+
},
|
5908
5914
|
{
|
5909
5915
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
5910
5916
|
}
|
@@ -6300,7 +6306,7 @@
|
|
6300
6306
|
"kind": "interface",
|
6301
6307
|
"locationInModule": {
|
6302
6308
|
"filename": "src/model-datasource-strategy-types.ts",
|
6303
|
-
"line":
|
6309
|
+
"line": 260
|
6304
6310
|
},
|
6305
6311
|
"name": "CustomSqlDataSourceStrategy",
|
6306
6312
|
"properties": [
|
@@ -6313,7 +6319,7 @@
|
|
6313
6319
|
"immutable": true,
|
6314
6320
|
"locationInModule": {
|
6315
6321
|
"filename": "src/model-datasource-strategy-types.ts",
|
6316
|
-
"line":
|
6322
|
+
"line": 265
|
6317
6323
|
},
|
6318
6324
|
"name": "fieldName",
|
6319
6325
|
"type": {
|
@@ -6329,7 +6335,7 @@
|
|
6329
6335
|
"immutable": true,
|
6330
6336
|
"locationInModule": {
|
6331
6337
|
"filename": "src/model-datasource-strategy-types.ts",
|
6332
|
-
"line":
|
6338
|
+
"line": 268
|
6333
6339
|
},
|
6334
6340
|
"name": "strategy",
|
6335
6341
|
"type": {
|
@@ -6345,7 +6351,7 @@
|
|
6345
6351
|
"immutable": true,
|
6346
6352
|
"locationInModule": {
|
6347
6353
|
"filename": "src/model-datasource-strategy-types.ts",
|
6348
|
-
"line":
|
6354
|
+
"line": 262
|
6349
6355
|
},
|
6350
6356
|
"name": "typeName",
|
6351
6357
|
"type": {
|
@@ -6448,7 +6454,7 @@
|
|
6448
6454
|
"kind": "interface",
|
6449
6455
|
"locationInModule": {
|
6450
6456
|
"filename": "src/model-datasource-strategy-types.ts",
|
6451
|
-
"line":
|
6457
|
+
"line": 31
|
6452
6458
|
},
|
6453
6459
|
"name": "DefaultDynamoDbModelDataSourceStrategy",
|
6454
6460
|
"properties": [
|
@@ -6460,7 +6466,7 @@
|
|
6460
6466
|
"immutable": true,
|
6461
6467
|
"locationInModule": {
|
6462
6468
|
"filename": "src/model-datasource-strategy-types.ts",
|
6463
|
-
"line":
|
6469
|
+
"line": 32
|
6464
6470
|
},
|
6465
6471
|
"name": "dbType",
|
6466
6472
|
"type": {
|
@@ -6475,7 +6481,7 @@
|
|
6475
6481
|
"immutable": true,
|
6476
6482
|
"locationInModule": {
|
6477
6483
|
"filename": "src/model-datasource-strategy-types.ts",
|
6478
|
-
"line":
|
6484
|
+
"line": 33
|
6479
6485
|
},
|
6480
6486
|
"name": "provisionStrategy",
|
6481
6487
|
"type": {
|
@@ -6773,6 +6779,9 @@
|
|
6773
6779
|
{
|
6774
6780
|
"fqn": "@aws-amplify/graphql-api-construct.AmplifyDynamoDbModelDataSourceStrategy"
|
6775
6781
|
},
|
6782
|
+
{
|
6783
|
+
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
6784
|
+
},
|
6776
6785
|
{
|
6777
6786
|
"fqn": "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategy"
|
6778
6787
|
}
|
@@ -7054,6 +7063,70 @@
|
|
7054
7063
|
],
|
7055
7064
|
"symbolId": "src/types:IdentityPoolAuthorizationConfig"
|
7056
7065
|
},
|
7066
|
+
"@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy": {
|
7067
|
+
"assembly": "@aws-amplify/graphql-api-construct",
|
7068
|
+
"datatype": true,
|
7069
|
+
"docs": {
|
7070
|
+
"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.",
|
7071
|
+
"stability": "experimental",
|
7072
|
+
"summary": "Use custom resource type 'Custom::ImportedAmplifyDynamoDBTable' to manage an imported table."
|
7073
|
+
},
|
7074
|
+
"fqn": "@aws-amplify/graphql-api-construct.ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
7075
|
+
"kind": "interface",
|
7076
|
+
"locationInModule": {
|
7077
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
7078
|
+
"line": 62
|
7079
|
+
},
|
7080
|
+
"name": "ImportedAmplifyDynamoDbModelDataSourceStrategy",
|
7081
|
+
"properties": [
|
7082
|
+
{
|
7083
|
+
"abstract": true,
|
7084
|
+
"docs": {
|
7085
|
+
"stability": "experimental"
|
7086
|
+
},
|
7087
|
+
"immutable": true,
|
7088
|
+
"locationInModule": {
|
7089
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
7090
|
+
"line": 63
|
7091
|
+
},
|
7092
|
+
"name": "dbType",
|
7093
|
+
"type": {
|
7094
|
+
"primitive": "string"
|
7095
|
+
}
|
7096
|
+
},
|
7097
|
+
{
|
7098
|
+
"abstract": true,
|
7099
|
+
"docs": {
|
7100
|
+
"stability": "experimental"
|
7101
|
+
},
|
7102
|
+
"immutable": true,
|
7103
|
+
"locationInModule": {
|
7104
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
7105
|
+
"line": 64
|
7106
|
+
},
|
7107
|
+
"name": "provisionStrategy",
|
7108
|
+
"type": {
|
7109
|
+
"primitive": "string"
|
7110
|
+
}
|
7111
|
+
},
|
7112
|
+
{
|
7113
|
+
"abstract": true,
|
7114
|
+
"docs": {
|
7115
|
+
"stability": "experimental"
|
7116
|
+
},
|
7117
|
+
"immutable": true,
|
7118
|
+
"locationInModule": {
|
7119
|
+
"filename": "src/model-datasource-strategy-types.ts",
|
7120
|
+
"line": 65
|
7121
|
+
},
|
7122
|
+
"name": "tableName",
|
7123
|
+
"type": {
|
7124
|
+
"primitive": "string"
|
7125
|
+
}
|
7126
|
+
}
|
7127
|
+
],
|
7128
|
+
"symbolId": "src/model-datasource-strategy-types:ImportedAmplifyDynamoDbModelDataSourceStrategy"
|
7129
|
+
},
|
7057
7130
|
"@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig": {
|
7058
7131
|
"assembly": "@aws-amplify/graphql-api-construct",
|
7059
7132
|
"datatype": true,
|
@@ -7593,7 +7666,7 @@
|
|
7593
7666
|
"kind": "interface",
|
7594
7667
|
"locationInModule": {
|
7595
7668
|
"filename": "src/model-datasource-strategy-types.ts",
|
7596
|
-
"line":
|
7669
|
+
"line": 126
|
7597
7670
|
},
|
7598
7671
|
"name": "ProvisionedConcurrencyConfig",
|
7599
7672
|
"properties": [
|
@@ -7607,7 +7680,7 @@
|
|
7607
7680
|
"immutable": true,
|
7608
7681
|
"locationInModule": {
|
7609
7682
|
"filename": "src/model-datasource-strategy-types.ts",
|
7610
|
-
"line":
|
7683
|
+
"line": 128
|
7611
7684
|
},
|
7612
7685
|
"name": "provisionedConcurrentExecutions",
|
7613
7686
|
"type": {
|
@@ -7732,7 +7805,7 @@
|
|
7732
7805
|
"kind": "interface",
|
7733
7806
|
"locationInModule": {
|
7734
7807
|
"filename": "src/model-datasource-strategy-types.ts",
|
7735
|
-
"line":
|
7808
|
+
"line": 71
|
7736
7809
|
},
|
7737
7810
|
"name": "SQLLambdaModelDataSourceStrategy",
|
7738
7811
|
"properties": [
|
@@ -7745,7 +7818,7 @@
|
|
7745
7818
|
"immutable": true,
|
7746
7819
|
"locationInModule": {
|
7747
7820
|
"filename": "src/model-datasource-strategy-types.ts",
|
7748
|
-
"line":
|
7821
|
+
"line": 86
|
7749
7822
|
},
|
7750
7823
|
"name": "dbConnectionConfig",
|
7751
7824
|
"type": {
|
@@ -7773,7 +7846,7 @@
|
|
7773
7846
|
"immutable": true,
|
7774
7847
|
"locationInModule": {
|
7775
7848
|
"filename": "src/model-datasource-strategy-types.ts",
|
7776
|
-
"line":
|
7849
|
+
"line": 81
|
7777
7850
|
},
|
7778
7851
|
"name": "dbType",
|
7779
7852
|
"type": {
|
@@ -7790,7 +7863,7 @@
|
|
7790
7863
|
"immutable": true,
|
7791
7864
|
"locationInModule": {
|
7792
7865
|
"filename": "src/model-datasource-strategy-types.ts",
|
7793
|
-
"line":
|
7866
|
+
"line": 76
|
7794
7867
|
},
|
7795
7868
|
"name": "name",
|
7796
7869
|
"type": {
|
@@ -7807,7 +7880,7 @@
|
|
7807
7880
|
"immutable": true,
|
7808
7881
|
"locationInModule": {
|
7809
7882
|
"filename": "src/model-datasource-strategy-types.ts",
|
7810
|
-
"line":
|
7883
|
+
"line": 97
|
7811
7884
|
},
|
7812
7885
|
"name": "customSqlStatements",
|
7813
7886
|
"optional": true,
|
@@ -7829,7 +7902,7 @@
|
|
7829
7902
|
"immutable": true,
|
7830
7903
|
"locationInModule": {
|
7831
7904
|
"filename": "src/model-datasource-strategy-types.ts",
|
7832
|
-
"line":
|
7905
|
+
"line": 102
|
7833
7906
|
},
|
7834
7907
|
"name": "sqlLambdaProvisionedConcurrencyConfig",
|
7835
7908
|
"optional": true,
|
@@ -7846,7 +7919,7 @@
|
|
7846
7919
|
"immutable": true,
|
7847
7920
|
"locationInModule": {
|
7848
7921
|
"filename": "src/model-datasource-strategy-types.ts",
|
7849
|
-
"line":
|
7922
|
+
"line": 91
|
7850
7923
|
},
|
7851
7924
|
"name": "vpcConfiguration",
|
7852
7925
|
"optional": true,
|
@@ -8029,7 +8102,7 @@
|
|
8029
8102
|
"kind": "interface",
|
8030
8103
|
"locationInModule": {
|
8031
8104
|
"filename": "src/model-datasource-strategy-types.ts",
|
8032
|
-
"line":
|
8105
|
+
"line": 201
|
8033
8106
|
},
|
8034
8107
|
"name": "SqlModelDataSourceSecretsManagerDbConnectionConfig",
|
8035
8108
|
"properties": [
|
@@ -8042,7 +8115,7 @@
|
|
8042
8115
|
"immutable": true,
|
8043
8116
|
"locationInModule": {
|
8044
8117
|
"filename": "src/model-datasource-strategy-types.ts",
|
8045
|
-
"line":
|
8118
|
+
"line": 215
|
8046
8119
|
},
|
8047
8120
|
"name": "databaseName",
|
8048
8121
|
"type": {
|
@@ -8058,7 +8131,7 @@
|
|
8058
8131
|
"immutable": true,
|
8059
8132
|
"locationInModule": {
|
8060
8133
|
"filename": "src/model-datasource-strategy-types.ts",
|
8061
|
-
"line":
|
8134
|
+
"line": 218
|
8062
8135
|
},
|
8063
8136
|
"name": "hostname",
|
8064
8137
|
"type": {
|
@@ -8074,7 +8147,7 @@
|
|
8074
8147
|
"immutable": true,
|
8075
8148
|
"locationInModule": {
|
8076
8149
|
"filename": "src/model-datasource-strategy-types.ts",
|
8077
|
-
"line":
|
8150
|
+
"line": 212
|
8078
8151
|
},
|
8079
8152
|
"name": "port",
|
8080
8153
|
"type": {
|
@@ -8091,7 +8164,7 @@
|
|
8091
8164
|
"immutable": true,
|
8092
8165
|
"locationInModule": {
|
8093
8166
|
"filename": "src/model-datasource-strategy-types.ts",
|
8094
|
-
"line":
|
8167
|
+
"line": 203
|
8095
8168
|
},
|
8096
8169
|
"name": "secretArn",
|
8097
8170
|
"type": {
|
@@ -8108,7 +8181,7 @@
|
|
8108
8181
|
"immutable": true,
|
8109
8182
|
"locationInModule": {
|
8110
8183
|
"filename": "src/model-datasource-strategy-types.ts",
|
8111
|
-
"line":
|
8184
|
+
"line": 209
|
8112
8185
|
},
|
8113
8186
|
"name": "keyArn",
|
8114
8187
|
"optional": true,
|
@@ -8125,7 +8198,7 @@
|
|
8125
8198
|
"immutable": true,
|
8126
8199
|
"locationInModule": {
|
8127
8200
|
"filename": "src/model-datasource-strategy-types.ts",
|
8128
|
-
"line":
|
8201
|
+
"line": 223
|
8129
8202
|
},
|
8130
8203
|
"name": "sslCertConfig",
|
8131
8204
|
"optional": true,
|
@@ -8148,7 +8221,7 @@
|
|
8148
8221
|
"kind": "interface",
|
8149
8222
|
"locationInModule": {
|
8150
8223
|
"filename": "src/model-datasource-strategy-types.ts",
|
8151
|
-
"line":
|
8224
|
+
"line": 231
|
8152
8225
|
},
|
8153
8226
|
"name": "SqlModelDataSourceSsmDbConnectionConfig",
|
8154
8227
|
"properties": [
|
@@ -8161,7 +8234,7 @@
|
|
8161
8234
|
"immutable": true,
|
8162
8235
|
"locationInModule": {
|
8163
8236
|
"filename": "src/model-datasource-strategy-types.ts",
|
8164
|
-
"line":
|
8237
|
+
"line": 247
|
8165
8238
|
},
|
8166
8239
|
"name": "databaseNameSsmPath",
|
8167
8240
|
"type": {
|
@@ -8178,7 +8251,7 @@
|
|
8178
8251
|
"immutable": true,
|
8179
8252
|
"locationInModule": {
|
8180
8253
|
"filename": "src/model-datasource-strategy-types.ts",
|
8181
|
-
"line":
|
8254
|
+
"line": 235
|
8182
8255
|
},
|
8183
8256
|
"name": "hostnameSsmPath",
|
8184
8257
|
"type": {
|
@@ -8194,7 +8267,7 @@
|
|
8194
8267
|
"immutable": true,
|
8195
8268
|
"locationInModule": {
|
8196
8269
|
"filename": "src/model-datasource-strategy-types.ts",
|
8197
|
-
"line":
|
8270
|
+
"line": 244
|
8198
8271
|
},
|
8199
8272
|
"name": "passwordSsmPath",
|
8200
8273
|
"type": {
|
@@ -8210,7 +8283,7 @@
|
|
8210
8283
|
"immutable": true,
|
8211
8284
|
"locationInModule": {
|
8212
8285
|
"filename": "src/model-datasource-strategy-types.ts",
|
8213
|
-
"line":
|
8286
|
+
"line": 238
|
8214
8287
|
},
|
8215
8288
|
"name": "portSsmPath",
|
8216
8289
|
"type": {
|
@@ -8226,7 +8299,7 @@
|
|
8226
8299
|
"immutable": true,
|
8227
8300
|
"locationInModule": {
|
8228
8301
|
"filename": "src/model-datasource-strategy-types.ts",
|
8229
|
-
"line":
|
8302
|
+
"line": 241
|
8230
8303
|
},
|
8231
8304
|
"name": "usernameSsmPath",
|
8232
8305
|
"type": {
|
@@ -8242,7 +8315,7 @@
|
|
8242
8315
|
"immutable": true,
|
8243
8316
|
"locationInModule": {
|
8244
8317
|
"filename": "src/model-datasource-strategy-types.ts",
|
8245
|
-
"line":
|
8318
|
+
"line": 252
|
8246
8319
|
},
|
8247
8320
|
"name": "sslCertConfig",
|
8248
8321
|
"optional": true,
|
@@ -8264,7 +8337,7 @@
|
|
8264
8337
|
"kind": "interface",
|
8265
8338
|
"locationInModule": {
|
8266
8339
|
"filename": "src/model-datasource-strategy-types.ts",
|
8267
|
-
"line":
|
8340
|
+
"line": 180
|
8268
8341
|
},
|
8269
8342
|
"name": "SqlModelDataSourceSsmDbConnectionStringConfig",
|
8270
8343
|
"properties": [
|
@@ -8278,7 +8351,7 @@
|
|
8278
8351
|
"immutable": true,
|
8279
8352
|
"locationInModule": {
|
8280
8353
|
"filename": "src/model-datasource-strategy-types.ts",
|
8281
|
-
"line":
|
8354
|
+
"line": 187
|
8282
8355
|
},
|
8283
8356
|
"name": "connectionUriSsmPath",
|
8284
8357
|
"type": {
|
@@ -8308,7 +8381,7 @@
|
|
8308
8381
|
"immutable": true,
|
8309
8382
|
"locationInModule": {
|
8310
8383
|
"filename": "src/model-datasource-strategy-types.ts",
|
8311
|
-
"line":
|
8384
|
+
"line": 192
|
8312
8385
|
},
|
8313
8386
|
"name": "sslCertConfig",
|
8314
8387
|
"optional": true,
|
@@ -8331,7 +8404,7 @@
|
|
8331
8404
|
"kind": "interface",
|
8332
8405
|
"locationInModule": {
|
8333
8406
|
"filename": "src/model-datasource-strategy-types.ts",
|
8334
|
-
"line":
|
8407
|
+
"line": 159
|
8335
8408
|
},
|
8336
8409
|
"name": "SslCertConfig",
|
8337
8410
|
"symbolId": "src/model-datasource-strategy-types:SslCertConfig"
|
@@ -8349,7 +8422,7 @@
|
|
8349
8422
|
"kind": "interface",
|
8350
8423
|
"locationInModule": {
|
8351
8424
|
"filename": "src/model-datasource-strategy-types.ts",
|
8352
|
-
"line":
|
8425
|
+
"line": 161
|
8353
8426
|
},
|
8354
8427
|
"name": "SslCertSsmPathConfig",
|
8355
8428
|
"properties": [
|
@@ -8363,7 +8436,7 @@
|
|
8363
8436
|
"immutable": true,
|
8364
8437
|
"locationInModule": {
|
8365
8438
|
"filename": "src/model-datasource-strategy-types.ts",
|
8366
|
-
"line":
|
8439
|
+
"line": 173
|
8367
8440
|
},
|
8368
8441
|
"name": "ssmPath",
|
8369
8442
|
"type": {
|
@@ -8434,7 +8507,7 @@
|
|
8434
8507
|
"kind": "interface",
|
8435
8508
|
"locationInModule": {
|
8436
8509
|
"filename": "src/model-datasource-strategy-types.ts",
|
8437
|
-
"line":
|
8510
|
+
"line": 136
|
8438
8511
|
},
|
8439
8512
|
"name": "SubnetAvailabilityZone",
|
8440
8513
|
"properties": [
|
@@ -8447,7 +8520,7 @@
|
|
8447
8520
|
"immutable": true,
|
8448
8521
|
"locationInModule": {
|
8449
8522
|
"filename": "src/model-datasource-strategy-types.ts",
|
8450
|
-
"line":
|
8523
|
+
"line": 141
|
8451
8524
|
},
|
8452
8525
|
"name": "availabilityZone",
|
8453
8526
|
"type": {
|
@@ -8463,7 +8536,7 @@
|
|
8463
8536
|
"immutable": true,
|
8464
8537
|
"locationInModule": {
|
8465
8538
|
"filename": "src/model-datasource-strategy-types.ts",
|
8466
|
-
"line":
|
8539
|
+
"line": 138
|
8467
8540
|
},
|
8468
8541
|
"name": "subnetId",
|
8469
8542
|
"type": {
|
@@ -8892,7 +8965,7 @@
|
|
8892
8965
|
"kind": "interface",
|
8893
8966
|
"locationInModule": {
|
8894
8967
|
"filename": "src/model-datasource-strategy-types.ts",
|
8895
|
-
"line":
|
8968
|
+
"line": 112
|
8896
8969
|
},
|
8897
8970
|
"name": "VpcConfig",
|
8898
8971
|
"properties": [
|
@@ -8905,7 +8978,7 @@
|
|
8905
8978
|
"immutable": true,
|
8906
8979
|
"locationInModule": {
|
8907
8980
|
"filename": "src/model-datasource-strategy-types.ts",
|
8908
|
-
"line":
|
8981
|
+
"line": 117
|
8909
8982
|
},
|
8910
8983
|
"name": "securityGroupIds",
|
8911
8984
|
"type": {
|
@@ -8926,7 +8999,7 @@
|
|
8926
8999
|
"immutable": true,
|
8927
9000
|
"locationInModule": {
|
8928
9001
|
"filename": "src/model-datasource-strategy-types.ts",
|
8929
|
-
"line":
|
9002
|
+
"line": 120
|
8930
9003
|
},
|
8931
9004
|
"name": "subnetAvailabilityZoneConfig",
|
8932
9005
|
"type": {
|
@@ -8947,7 +9020,7 @@
|
|
8947
9020
|
"immutable": true,
|
8948
9021
|
"locationInModule": {
|
8949
9022
|
"filename": "src/model-datasource-strategy-types.ts",
|
8950
|
-
"line":
|
9023
|
+
"line": 114
|
8951
9024
|
},
|
8952
9025
|
"name": "vpcId",
|
8953
9026
|
"type": {
|
@@ -8958,6 +9031,6 @@
|
|
8958
9031
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
8959
9032
|
}
|
8960
9033
|
},
|
8961
|
-
"version": "1.
|
8962
|
-
"fingerprint": "
|
9034
|
+
"version": "1.17.0",
|
9035
|
+
"fingerprint": "0ejr9BEQir1BFZjmpTJaywPg0Y9bAdc0FnIMkamI7FU="
|
8963
9036
|
}
|