You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the alias of the agent to invoke.</p>",
1001
1003
"smithy.api#required": {}
1002
1004
}
@@ -6647,6 +6649,15 @@
6647
6649
"smithy.api#documentation": "<p>Configurations for when you choose fixed-size chunking. If you set the <code>chunkingStrategy</code> as <code>NONE</code>, exclude this field.</p>"
"smithy.api#documentation": "<p>The code that's executed in your inline code node. The code can access input data from previous nodes in the flow, perform operations on that data, and produce output that can be used by other nodes in your flow.</p> <p>The code must be valid in the programming <code>language</code> that you specify.</p>",
"smithy.api#documentation": "<p>The programming language used by your inline code node.</p> <p>The code must be valid in the programming <code>language</code> that you specify. Currently, only Python 3 (<code>Python_3</code>) is supported.</p>",
"smithy.api#documentation": "<p>The unique identifier of the knowledge base to query.</p>",
10731
10810
"smithy.api#required": {}
10732
10811
}
@@ -10782,15 +10861,6 @@
10782
10861
"smithy.api#documentation": "<p>Contains configurations for a knowledge base node in a flow. This node takes a query as the input and returns, as the output, the retrieved responses directly (as an array) or a response generated based on the retrieved responses. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html\">Node types in a flow</a> in the Amazon Bedrock User Guide.</p>"
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function to invoke.</p>",
11102
11174
"smithy.api#required": {}
11103
11175
}
@@ -11107,37 +11179,23 @@
11107
11179
"smithy.api#documentation": "<p>Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html\">Node types in a flow</a> in the Amazon Bedrock User Guide.</p>"
"smithy.api#documentation": "<p>The unique identifier of the model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to run inference with.</p>",
Copy file name to clipboardExpand all lines: aws-models/glue.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8785,6 +8785,9 @@
8785
8785
}
8786
8786
}
8787
8787
},
8788
+
"com.amazonaws.glue#ContinuousSync": {
8789
+
"type": "boolean"
8790
+
},
8788
8791
"com.amazonaws.glue#Crawl": {
8789
8792
"type": "structure",
8790
8793
"members": {
@@ -27534,6 +27537,12 @@
27534
27537
"traits": {
27535
27538
"smithy.api#documentation": "<p>\n A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that \n can be used to customize the behavior of the ODB source during data integration operations.\n </p>"
27536
27539
}
27540
+
},
27541
+
"ContinuousSync": {
27542
+
"target": "com.amazonaws.glue#ContinuousSync",
27543
+
"traits": {
27544
+
"smithy.api#documentation": "<p>Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift \n and Amazon S3.</p>"
27545
+
}
27537
27546
}
27538
27547
},
27539
27548
"traits": {
@@ -27658,7 +27667,7 @@
27658
27667
"FunctionSpec": {
27659
27668
"target": "com.amazonaws.glue#String128",
27660
27669
"traits": {
27661
-
"smithy.api#documentation": "<p>Specifies the function used to partition data on the target. The only accepted value for this parameter is `'identity'` (string). \n The `'identity'` function ensures that the data partitioning on the target follows the same scheme as the source. In other words, the partitioning \n structure of the source data is preserved in the target destination.</p>"
27670
+
"smithy.api#documentation": "<p>Specifies the function used to partition data on the target. The accepted values for this parameter are:</p>\n <ul>\n <li>\n <p>\n <code>identity</code> - Uses source values directly without transformation</p>\n </li>\n <li>\n <p>\n <code>year</code> - Extracts the year from timestamp values (e.g., 2023)</p>\n </li>\n <li>\n <p>\n <code>month</code> - Extracts the month from timestamp values (e.g., 2023-01)</p>\n </li>\n <li>\n <p>\n <code>day</code> - Extracts the day from timestamp values (e.g., 2023-01-15)</p>\n </li>\n <li>\n <p>\n <code>hour</code> - Extracts the hour from timestamp values (e.g., 2023-01-15-14)</p>\n </li>\n </ul>"
27662
27671
}
27663
27672
},
27664
27673
"ConversionSpec": {
@@ -32676,6 +32685,9 @@
32676
32685
"smithy.api#documentation": "<p>Selects source tables for the integration using Maxwell filter syntax.</p>"
32677
32686
}
32678
32687
},
32688
+
"IntegrationConfig": {
32689
+
"target": "com.amazonaws.glue#IntegrationConfig"
32690
+
},
32679
32691
"IntegrationName": {
32680
32692
"target": "com.amazonaws.glue#String128",
32681
32693
"traits": {
@@ -32767,6 +32779,9 @@
32767
32779
"traits": {
32768
32780
"smithy.api#documentation": "<p>Selects source tables for the integration using Maxwell filter syntax.</p>"
0 commit comments