Skip to content

Commit

Permalink
Release v1.46.0 (2023-10-19) (#5029)
Browse files Browse the repository at this point in the history
Release v1.46.0 (2023-10-19)
===

### Service Client Updates
* `service/ec2`: Updates service API
  * Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/managedblockchain-query`: Updates service API
* `service/neptunedata`: Updates service documentation
* `service/omics`: Updates service API and documentation
* `service/opensearch`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
* `service/secretsmanager`: Updates service documentation
  * Documentation updates for Secrets Manager
* `service/servicecatalog`: Updates service API and documentation
  * Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
* `service/verifiedpermissions`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
  * Documentation updates for WorkSpaces

### SDK Features
* `service/gamesparks`: Deprecate Gamesparks
  * This change removes the gamesparks service, since it is deprecated.
  • Loading branch information
aws-sdk-go-automation committed Oct 19, 2023
1 parent 4089c56 commit 1b5d177
Show file tree
Hide file tree
Showing 43 changed files with 3,191 additions and 713 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,27 @@
Release v1.46.0 (2023-10-19)
===

### Service Client Updates
* `service/ec2`: Updates service API
* Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/managedblockchain-query`: Updates service API
* `service/neptunedata`: Updates service documentation
* `service/omics`: Updates service API and documentation
* `service/opensearch`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
* `service/secretsmanager`: Updates service documentation
* Documentation updates for Secrets Manager
* `service/servicecatalog`: Updates service API and documentation
* Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
* `service/verifiedpermissions`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
* Documentation updates for WorkSpaces

### SDK Features
* `service/gamesparks`: Deprecate Gamesparks
* This change removes the gamesparks service, since it is deprecated.

Release v1.45.28 (2023-10-18)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
@@ -1,6 +1,4 @@
### SDK Features
* `service/gamesparks`: Deprecate Gamesparks
* This change removes the gamesparks service, since it is deprecated.

### SDK Enhancements

Expand Down
50 changes: 40 additions & 10 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.28"
const SDKVersion = "1.46.0"
24 changes: 23 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -27568,7 +27568,29 @@
"r7iz.8xlarge",
"r7iz.12xlarge",
"r7iz.16xlarge",
"r7iz.32xlarge"
"r7iz.32xlarge",
"c7a.medium",
"c7a.large",
"c7a.xlarge",
"c7a.2xlarge",
"c7a.4xlarge",
"c7a.8xlarge",
"c7a.12xlarge",
"c7a.16xlarge",
"c7a.24xlarge",
"c7a.32xlarge",
"c7a.48xlarge",
"c7a.metal-48xl",
"r7a.metal-48xl",
"r7i.large",
"r7i.xlarge",
"r7i.2xlarge",
"r7i.4xlarge",
"r7i.8xlarge",
"r7i.12xlarge",
"r7i.16xlarge",
"r7i.24xlarge",
"r7i.48xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down
44 changes: 22 additions & 22 deletions models/apis/ec2/2016-11-15/endpoint-rule-set-1.json
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 All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,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 @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,18 +212,17 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -236,7 +231,8 @@
},
"name"
]
}
},
"aws-us-gov"
]
}
],
Expand All @@ -256,14 +252,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -277,7 +275,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -297,7 +294,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -308,14 +304,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -326,9 +324,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
3 changes: 2 additions & 1 deletion models/apis/managedblockchain-query/2023-05-04/api-2.json
Expand Up @@ -548,7 +548,8 @@
"enum":[
"ETHEREUM_MAINNET",
"BITCOIN_MAINNET",
"BITCOIN_TESTNET"
"BITCOIN_TESTNET",
"ETHEREUM_SEPOLIA_TESTNET"
]
},
"QueryTokenId":{
Expand Down

0 comments on commit 1b5d177

Please sign in to comment.