Skip to content

Commit 862a5ef

Browse files
Update to latest models
1 parent a79d162 commit 862a5ef

File tree

7 files changed

+2771
-2548
lines changed

7 files changed

+2771
-2548
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``amp``",
4+
"description": "Add Resource-based Policy APIs for Amazon Prometheus"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agent``",
4+
"description": "This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``glue``",
4+
"description": "AWS Glue Zero ETL now supports On-demand snapshot load"
5+
}

awscli/botocore/data/amp/2020-08-01/service-2.json

Lines changed: 628 additions & 459 deletions
Large diffs are not rendered by default.

awscli/botocore/data/bedrock-agent/2023-06-05/service-2.json

Lines changed: 2114 additions & 2087 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

awscli/botocore/data/glue/2017-03-31/service-2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8254,6 +8254,7 @@
82548254
"max":20,
82558255
"min":1
82568256
},
8257+
"ContinuousSync":{"type":"boolean"},
82578258
"Crawl":{
82588259
"type":"structure",
82598260
"members":{
@@ -17643,6 +17644,10 @@
1764317644
"SourceProperties":{
1764417645
"shape":"IntegrationSourcePropertiesMap",
1764517646
"documentation":"<p> A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations. </p>"
17647+
},
17648+
"ContinuousSync":{
17649+
"shape":"ContinuousSync",
17650+
"documentation":"<p>Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift and Amazon S3.</p>"
1764617651
}
1764717652
},
1764817653
"documentation":"<p>Properties associated with the integration.</p>"
@@ -17725,7 +17730,7 @@
1772517730
},
1772617731
"FunctionSpec":{
1772717732
"shape":"String128",
17728-
"documentation":"<p>Specifies the function used to partition data on the target. The only accepted value for this parameter is `'identity'` (string). The `'identity'` function ensures that the data partitioning on the target follows the same scheme as the source. In other words, the partitioning structure of the source data is preserved in the target destination.</p>"
17733+
"documentation":"<p>Specifies the function used to partition data on the target. The accepted values for this parameter are:</p> <ul> <li> <p> <code>identity</code> - Uses source values directly without transformation</p> </li> <li> <p> <code>year</code> - Extracts the year from timestamp values (e.g., 2023)</p> </li> <li> <p> <code>month</code> - Extracts the month from timestamp values (e.g., 2023-01)</p> </li> <li> <p> <code>day</code> - Extracts the day from timestamp values (e.g., 2023-01-15)</p> </li> <li> <p> <code>hour</code> - Extracts the hour from timestamp values (e.g., 2023-01-15-14)</p> </li> </ul>"
1772917734
},
1773017735
"ConversionSpec":{
1773117736
"shape":"String128",
@@ -20297,6 +20302,7 @@
2029720302
"shape":"String2048",
2029820303
"documentation":"<p>Selects source tables for the integration using Maxwell filter syntax.</p>"
2029920304
},
20305+
"IntegrationConfig":{"shape":"IntegrationConfig"},
2030020306
"IntegrationName":{
2030120307
"shape":"String128",
2030220308
"documentation":"<p>A unique name for an integration in Glue.</p>"
@@ -20361,7 +20367,8 @@
2036120367
"DataFilter":{
2036220368
"shape":"String2048",
2036320369
"documentation":"<p>Selects source tables for the integration using Maxwell filter syntax.</p>"
20364-
}
20370+
},
20371+
"IntegrationConfig":{"shape":"IntegrationConfig"}
2036520372
}
2036620373
},
2036720374
"MongoDBTarget":{

0 commit comments

Comments
 (0)