Skip to content

Commit e393948

Browse files
Update to latest models
1 parent 03c7ab8 commit e393948

8 files changed

Lines changed: 430 additions & 62 deletions

File tree

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 QueryLoggingConfiguration APIs for Amazon Managed 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": "``auditmanager``",
4+
"description": "With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded."
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": "``dsql``",
4+
"description": "Features: support for customer managed encryption keys"
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": "This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning"
5+
}

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

Lines changed: 302 additions & 10 deletions
Large diffs are not rendered by default.

awscli/botocore/data/auditmanager/2017-07-25/service-2.json

Lines changed: 39 additions & 48 deletions
Large diffs are not rendered by default.

awscli/botocore/data/dsql/2018-05-10/service-2.json

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@
295295
"shape":"DeletionProtectionEnabled",
296296
"documentation":"<p>If enabled, you can't delete your cluster. You must first disable this property before you can delete your cluster.</p>"
297297
},
298+
"kmsEncryptionKey":{
299+
"shape":"KmsEncryptionKey",
300+
"documentation":"<p>The KMS key that encrypts and protects the data on your cluster. You can specify the ARN, ID, or alias of an existing key or have Amazon Web Services create a default key for you.</p>"
301+
},
298302
"tags":{
299303
"shape":"TagMap",
300304
"documentation":"<p>A map of key and value pairs to use to tag your cluster.</p>"
@@ -340,6 +344,10 @@
340344
"shape":"MultiRegionProperties",
341345
"documentation":"<p>The multi-Region cluster configuration details that were set during cluster creation</p>"
342346
},
347+
"encryptionDetails":{
348+
"shape":"EncryptionDetails",
349+
"documentation":"<p>The encryption configuration for the cluster that was specified during the creation process, including the KMS key identifier and encryption state.</p>"
350+
},
343351
"deletionProtectionEnabled":{
344352
"shape":"DeletionProtectionEnabled",
345353
"documentation":"<p>Whether deletion protection is enabled on this cluster.</p>"
@@ -399,6 +407,44 @@
399407
"documentation":"<p>Indicates whether deletion protection is enabled for a cluster.</p>",
400408
"box":true
401409
},
410+
"EncryptionDetails":{
411+
"type":"structure",
412+
"required":[
413+
"encryptionType",
414+
"encryptionStatus"
415+
],
416+
"members":{
417+
"encryptionType":{
418+
"shape":"EncryptionType",
419+
"documentation":"<p>The type of encryption that protects the data on your cluster.</p>"
420+
},
421+
"kmsKeyArn":{
422+
"shape":"KmsKeyArn",
423+
"documentation":"<p>The ARN of the KMS key that encrypts data in the cluster.</p>"
424+
},
425+
"encryptionStatus":{
426+
"shape":"EncryptionStatus",
427+
"documentation":"<p>The status of encryption for the cluster.</p>"
428+
}
429+
},
430+
"documentation":"<p>Configuration details about encryption for the cluster including the KMS key ARN, encryption type, and encryption status.</p>"
431+
},
432+
"EncryptionStatus":{
433+
"type":"string",
434+
"enum":[
435+
"ENABLED",
436+
"UPDATING",
437+
"KMS_KEY_INACCESSIBLE",
438+
"ENABLING"
439+
]
440+
},
441+
"EncryptionType":{
442+
"type":"string",
443+
"enum":[
444+
"AWS_OWNED_KMS_KEY",
445+
"CUSTOMER_MANAGED_KMS_KEY"
446+
]
447+
},
402448
"GetClusterInput":{
403449
"type":"structure",
404450
"required":["identifier"],
@@ -445,7 +491,11 @@
445491
"shape":"MultiRegionProperties",
446492
"documentation":"<p>Returns the current multi-Region cluster configuration, including witness region and linked cluster information.</p>"
447493
},
448-
"tags":{"shape":"TagMap"}
494+
"tags":{"shape":"TagMap"},
495+
"encryptionDetails":{
496+
"shape":"EncryptionDetails",
497+
"documentation":"<p>The current encryption configuration details for the cluster.</p>"
498+
}
449499
},
450500
"documentation":"<p>The output of a cluster.</p>"
451501
},
@@ -493,6 +543,13 @@
493543
"fault":true,
494544
"retryable":{"throttling":false}
495545
},
546+
"KmsEncryptionKey":{
547+
"type":"string",
548+
"max":2048,
549+
"min":1,
550+
"pattern":"[a-zA-Z0-9:/_-]+"
551+
},
552+
"KmsKeyArn":{"type":"string"},
496553
"ListClustersInput":{
497554
"type":"structure",
498555
"members":{
@@ -761,6 +818,10 @@
761818
"shape":"DeletionProtectionEnabled",
762819
"documentation":"<p>Specifies whether to enable deletion protection in your cluster.</p>"
763820
},
821+
"kmsEncryptionKey":{
822+
"shape":"KmsEncryptionKey",
823+
"documentation":"<p>The KMS key that encrypts and protects the data on your cluster. You can specify the ARN, ID, or alias of an existing key or have Amazon Web Services create a default key for you.</p>"
824+
},
764825
"clientToken":{
765826
"shape":"ClientToken",
766827
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect.</p> <p>If you don't specify a client token, the Amazon Web Services SDK automatically generates one.</p>",

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9154,7 +9154,7 @@
91549154
"members":{
91559155
"ResourceArn":{
91569156
"shape":"String128",
9157-
"documentation":"<p>The connection ARN of the source, or the database ARN of the target.</p>"
9157+
"documentation":"<p>The Amazon Resource Name (ARN) of the target table for which to create integration table properties. Currently, this API only supports creating integration table properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for creating integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>"
91589158
},
91599159
"TableName":{
91609160
"shape":"String128",
@@ -14466,7 +14466,7 @@
1446614466
"members":{
1446714467
"ResourceArn":{
1446814468
"shape":"String128",
14469-
"documentation":"<p>The connection ARN of the source, or the database ARN of the target.</p>"
14469+
"documentation":"<p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>"
1447014470
},
1447114471
"TableName":{
1447214472
"shape":"String128",
@@ -14479,7 +14479,7 @@
1447914479
"members":{
1448014480
"ResourceArn":{
1448114481
"shape":"String128",
14482-
"documentation":"<p>The connection ARN of the source, or the database ARN of the target.</p>"
14482+
"documentation":"<p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release. </p>"
1448314483
},
1448414484
"TableName":{
1448514485
"shape":"String128",
@@ -16963,6 +16963,10 @@
1696316963
"FunctionSpec":{
1696416964
"shape":"String128",
1696516965
"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>"
16966+
},
16967+
"ConversionSpec":{
16968+
"shape":"String128",
16969+
"documentation":"<p>Specifies the timestamp format of the source data. Valid values are:</p> <ul> <li> <p> <code>epoch_sec</code> - Unix epoch timestamp in seconds</p> </li> <li> <p> <code>epoch_milli</code> - Unix epoch timestamp in milliseconds</p> </li> <li> <p> <code>iso</code> - ISO 8601 formatted timestamp</p> </li> </ul> <note> <p> Only specify <code>ConversionSpec</code> when using timestamp-based partition functions (year, month, day, or hour). Glue Zero-ETL uses this parameter to correctly transform source data into timestamp format before partitioning. </p> <p> Do not use high-cardinality columns with the <code>identity</code> partition function. High-cardinality columns include: </p> <ul> <li> <p>Primary keys</p> </li> <li> <p>Timestamp fields (such as <code>LastModifiedTimestamp</code>, <code>CreatedDate</code>)</p> </li> <li> <p>System-generated timestamps</p> </li> </ul> <p> Using high-cardinality columns with identity partitioning creates many small partitions, which can significantly degrade ingestion performance. </p> </note>"
1696616970
}
1696716971
},
1696816972
"documentation":"<p>A structure that describes how data is partitioned on the target.</p>"

0 commit comments

Comments
 (0)