Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 6, 2023
1 parent 447c224 commit 20edacf
Show file tree
Hide file tree
Showing 24 changed files with 673 additions and 157 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ce-91563.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ce``",
"description": "This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-codebuild-25162.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``codebuild``",
"description": "AWS CodeBuild now supports AWS Lambda compute."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-31821.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-docdb-83094.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``docdb``",
"description": "Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-endpointrules-59413.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iam-6986.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iam``",
"description": "Add partitional endpoint for iso-e."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mwaa-81115.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mwaa``",
"description": "This release adds support for Apache Airflow version 2.7.2. This version release includes support for deferrable operators and triggers."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-polly-80154.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``polly``",
"description": "Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-route53-25234.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``route53``",
"description": "Add partitional endpoints for iso-e and iso-f."
}
40 changes: 20 additions & 20 deletions botocore/data/ce/2017-10-25/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -235,7 +233,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -270,7 +267,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -281,14 +277,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -302,14 +300,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -318,11 +314,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -333,14 +329,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -354,7 +352,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -374,7 +371,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -385,14 +381,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -403,9 +401,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
54 changes: 42 additions & 12 deletions botocore/data/ce/2017-10-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the Amazon EC2 instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the Amazon EC2 reservations that Amazon Web Services recommends that you purchase.</p>"
},
"EC2ResourceDetails":{
"type":"structure",
Expand Down Expand Up @@ -1779,7 +1779,7 @@
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.</p>"
},
"ElastiCacheInstanceDetails":{
"type":"structure",
Expand Down Expand Up @@ -1809,7 +1809,7 @@
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the Amazon ElastiCache instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the Amazon ElastiCache reservations that Amazon Web Services recommends that you purchase.</p>"
},
"Entity":{"type":"string"},
"ErrorMessage":{"type":"string"},
Expand Down Expand Up @@ -2968,26 +2968,30 @@
"members":{
"EC2InstanceDetails":{
"shape":"EC2InstanceDetails",
"documentation":"<p>The Amazon EC2 instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.</p>"
},
"RDSInstanceDetails":{
"shape":"RDSInstanceDetails",
"documentation":"<p>The Amazon RDS instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>The Amazon RDS reservations that Amazon Web Services recommends that you purchase.</p>"
},
"RedshiftInstanceDetails":{
"shape":"RedshiftInstanceDetails",
"documentation":"<p>The Amazon Redshift instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.</p>"
},
"ElastiCacheInstanceDetails":{
"shape":"ElastiCacheInstanceDetails",
"documentation":"<p>The ElastiCache instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>The ElastiCache reservations that Amazon Web Services recommends that you purchase.</p>"
},
"ESInstanceDetails":{
"shape":"ESInstanceDetails",
"documentation":"<p>The Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.</p>"
},
"MemoryDBInstanceDetails":{
"shape":"MemoryDBInstanceDetails",
"documentation":"<p>The MemoryDB reservations that Amazon Web Services recommends that you purchase.</p>"
}
},
"documentation":"<p>Details about the instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the reservations that Amazon Web Services recommends that you purchase.</p>"
},
"InvalidNextTokenException":{
"type":"structure",
Expand Down Expand Up @@ -3162,6 +3166,32 @@
"type":"integer",
"min":1
},
"MemoryDBInstanceDetails":{
"type":"structure",
"members":{
"Family":{
"shape":"GenericString",
"documentation":"<p>The instance family of the recommended reservation.</p>"
},
"NodeType":{
"shape":"GenericString",
"documentation":"<p>The node type of the recommended reservation.</p>"
},
"Region":{
"shape":"GenericString",
"documentation":"<p>The Amazon Web Services Region of the recommended reservation.</p>"
},
"CurrentGeneration":{
"shape":"GenericBoolean",
"documentation":"<p>Determines whether the recommendation is for a current generation instance.</p>"
},
"SizeFlexEligible":{
"shape":"GenericBoolean",
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the MemoryDB reservations that Amazon Web Services recommends that you purchase.</p>"
},
"Metric":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -3393,7 +3423,7 @@
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the Amazon RDS instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the Amazon RDS reservations that Amazon Web Services recommends that you purchase.</p>"
},
"RICostForUnusedHours":{"type":"string"},
"RealizedSavings":{"type":"string"},
Expand Down Expand Up @@ -3583,7 +3613,7 @@
"documentation":"<p>Determines whether the recommended reservation is size flexible.</p>"
}
},
"documentation":"<p>Details about the Amazon Redshift instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the Amazon Redshift reservations that Amazon Web Services recommends that you purchase.</p>"
},
"RequestChangedException":{
"type":"structure",
Expand Down Expand Up @@ -3730,7 +3760,7 @@
},
"InstanceDetails":{
"shape":"InstanceDetails",
"documentation":"<p>Details about the instances that Amazon Web Services recommends that you purchase.</p>"
"documentation":"<p>Details about the reservations that Amazon Web Services recommends that you purchase.</p>"
},
"RecommendedNumberOfInstancesToPurchase":{
"shape":"GenericString",
Expand Down
Loading

0 comments on commit 20edacf

Please sign in to comment.