@aws-sdk/client-appsync 3.696.0 → 3.699.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 +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -612,6 +612,7 @@ var RelationalDatabaseSourceType = {
|
|
|
612
612
|
RDS_HTTP_ENDPOINT: "RDS_HTTP_ENDPOINT"
|
|
613
613
|
};
|
|
614
614
|
var DataSourceType = {
|
|
615
|
+
AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME",
|
|
615
616
|
AMAZON_DYNAMODB: "AMAZON_DYNAMODB",
|
|
616
617
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
617
618
|
AMAZON_EVENTBRIDGE: "AMAZON_EVENTBRIDGE",
|
|
@@ -227,6 +227,7 @@ export const RelationalDatabaseSourceType = {
|
|
|
227
227
|
RDS_HTTP_ENDPOINT: "RDS_HTTP_ENDPOINT",
|
|
228
228
|
};
|
|
229
229
|
export const DataSourceType = {
|
|
230
|
+
AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME",
|
|
230
231
|
AMAZON_DYNAMODB: "AMAZON_DYNAMODB",
|
|
231
232
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
232
233
|
AMAZON_EVENTBRIDGE: "AMAZON_EVENTBRIDGE",
|
|
@@ -38,7 +38,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
38
38
|
* apiId: "STRING_VALUE", // required
|
|
39
39
|
* name: "STRING_VALUE", // required
|
|
40
40
|
* description: "STRING_VALUE",
|
|
41
|
-
* type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE", // required
|
|
41
|
+
* type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME", // required
|
|
42
42
|
* serviceRoleArn: "STRING_VALUE",
|
|
43
43
|
* dynamodbConfig: { // DynamodbDataSourceConfig
|
|
44
44
|
* tableName: "STRING_VALUE", // required
|
|
@@ -94,7 +94,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
94
94
|
* // dataSourceArn: "STRING_VALUE",
|
|
95
95
|
* // name: "STRING_VALUE",
|
|
96
96
|
* // description: "STRING_VALUE",
|
|
97
|
-
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE",
|
|
97
|
+
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME",
|
|
98
98
|
* // serviceRoleArn: "STRING_VALUE",
|
|
99
99
|
* // dynamodbConfig: { // DynamodbDataSourceConfig
|
|
100
100
|
* // tableName: "STRING_VALUE", // required
|
|
@@ -45,7 +45,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
45
45
|
* // dataSourceArn: "STRING_VALUE",
|
|
46
46
|
* // name: "STRING_VALUE",
|
|
47
47
|
* // description: "STRING_VALUE",
|
|
48
|
-
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE",
|
|
48
|
+
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME",
|
|
49
49
|
* // serviceRoleArn: "STRING_VALUE",
|
|
50
50
|
* // dynamodbConfig: { // DynamodbDataSourceConfig
|
|
51
51
|
* // tableName: "STRING_VALUE", // required
|
|
@@ -47,7 +47,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
47
47
|
* // dataSourceArn: "STRING_VALUE",
|
|
48
48
|
* // name: "STRING_VALUE",
|
|
49
49
|
* // description: "STRING_VALUE",
|
|
50
|
-
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE",
|
|
50
|
+
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME",
|
|
51
51
|
* // serviceRoleArn: "STRING_VALUE",
|
|
52
52
|
* // dynamodbConfig: { // DynamodbDataSourceConfig
|
|
53
53
|
* // tableName: "STRING_VALUE", // required
|
|
@@ -38,7 +38,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
38
38
|
* apiId: "STRING_VALUE", // required
|
|
39
39
|
* name: "STRING_VALUE", // required
|
|
40
40
|
* description: "STRING_VALUE",
|
|
41
|
-
* type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE", // required
|
|
41
|
+
* type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME", // required
|
|
42
42
|
* serviceRoleArn: "STRING_VALUE",
|
|
43
43
|
* dynamodbConfig: { // DynamodbDataSourceConfig
|
|
44
44
|
* tableName: "STRING_VALUE", // required
|
|
@@ -94,7 +94,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
94
94
|
* // dataSourceArn: "STRING_VALUE",
|
|
95
95
|
* // name: "STRING_VALUE",
|
|
96
96
|
* // description: "STRING_VALUE",
|
|
97
|
-
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE",
|
|
97
|
+
* // type: "AWS_LAMBDA" || "AMAZON_DYNAMODB" || "AMAZON_ELASTICSEARCH" || "NONE" || "HTTP" || "RELATIONAL_DATABASE" || "AMAZON_OPENSEARCH_SERVICE" || "AMAZON_EVENTBRIDGE" || "AMAZON_BEDROCK_RUNTIME",
|
|
98
98
|
* // serviceRoleArn: "STRING_VALUE",
|
|
99
99
|
* // dynamodbConfig: { // DynamodbDataSourceConfig
|
|
100
100
|
* // tableName: "STRING_VALUE", // required
|
|
@@ -1785,6 +1785,7 @@ export interface RelationalDatabaseDataSourceConfig {
|
|
|
1785
1785
|
* @enum
|
|
1786
1786
|
*/
|
|
1787
1787
|
export declare const DataSourceType: {
|
|
1788
|
+
readonly AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME";
|
|
1788
1789
|
readonly AMAZON_DYNAMODB: "AMAZON_DYNAMODB";
|
|
1789
1790
|
readonly AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH";
|
|
1790
1791
|
readonly AMAZON_EVENTBRIDGE: "AMAZON_EVENTBRIDGE";
|
|
@@ -432,6 +432,7 @@ export interface RelationalDatabaseDataSourceConfig {
|
|
|
432
432
|
rdsHttpEndpointConfig?: RdsHttpEndpointConfig | undefined;
|
|
433
433
|
}
|
|
434
434
|
export declare const DataSourceType: {
|
|
435
|
+
readonly AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME";
|
|
435
436
|
readonly AMAZON_DYNAMODB: "AMAZON_DYNAMODB";
|
|
436
437
|
readonly AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH";
|
|
437
438
|
readonly AMAZON_EVENTBRIDGE: "AMAZON_EVENTBRIDGE";
|
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.699.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|