Skip to content

Commit

Permalink
Release v1.49.13 (2023-12-29) (#5129)
Browse files Browse the repository at this point in the history
Release v1.49.13 (2023-12-29)
===

### Service Client Updates
* `service/apprunner`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics
  • Loading branch information
aws-sdk-go-automation committed Dec 29, 2023
1 parent 8d4f0ae commit 38c4aec
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.49.13 (2023-12-29)
===

### Service Client Updates
* `service/apprunner`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

Release v1.49.12 (2023-12-28)
===

Expand Down
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.49.12"
const SDKVersion = "1.49.13"
4 changes: 3 additions & 1 deletion models/apis/apprunner/2020-05-15/api-2.json
Expand Up @@ -1613,7 +1613,9 @@
"GO_1",
"DOTNET_6",
"PHP_81",
"RUBY_31"
"RUBY_31",
"PYTHON_311",
"NODEJS_18"
]
},
"RuntimeEnvironmentSecrets":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/apprunner/2020-05-15/docs-2.json
Expand Up @@ -660,7 +660,7 @@
"IpAddressType": {
"base": null,
"refs": {
"NetworkConfiguration$IpAddressType": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p> <note> <p> Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. </p> </note>"
"NetworkConfiguration$IpAddressType": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p> <note> <p> Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. </p> </note>"
}
},
"IsDefault": {
Expand Down
5 changes: 5 additions & 0 deletions models/apis/location/2020-11-19/api-2.json
Expand Up @@ -1958,6 +1958,11 @@
"type":"structure",
"required":["KeyName"],
"members":{
"ForceDelete":{
"shape":"Boolean",
"location":"querystring",
"locationName":"forceDelete"
},
"KeyName":{
"shape":"ResourceName",
"location":"uri",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/location/2020-11-19/docs-2.json
Expand Up @@ -120,7 +120,7 @@
"ApiKeyRestrictionsAllowResourcesList": {
"base": null,
"refs": {
"ApiKeyRestrictions$AllowResources": "<p>A list of allowed resource ARNs that a API key bearer can perform actions on.</p> <ul> <li> <p>The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.</p> </li> <li> <p>The resources must be in the same <code>partition</code>, <code>region</code>, and <code>account-id</code> as the key that is being created.</p> </li> <li> <p>Other than wildcards, you must include the full ARN, including the <code>arn</code>, <code>partition</code>, <code>service</code>, <code>region</code>, <code>account-id</code> and <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces allowed, even with wildcards. For example, <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li> </ul> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a>.</p>"
"ApiKeyRestrictions$AllowResources": "<p>A list of allowed resource ARNs that a API key bearer can perform actions on.</p> <ul> <li> <p>The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.</p> </li> <li> <p>The resources must be in the same <code>partition</code>, <code>region</code>, and <code>account-id</code> as the key that is being created.</p> </li> <li> <p>Other than wildcards, you must include the full ARN, including the <code>arn</code>, <code>partition</code>, <code>service</code>, <code>region</code>, <code>account-id</code> and <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces allowed, even with wildcards. For example, <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li> </ul> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a>.</p>"
}
},
"Arn": {
Expand Down Expand Up @@ -390,6 +390,7 @@
"CreateKeyRequest$NoExpiry": "<p>Optionally set to <code>true</code> to set no expiration time for the API key. One of <code>NoExpiry</code> or <code>ExpireTime</code> must be set.</p>",
"CreateTrackerRequest$EventBridgeEnabled": "<p>Whether to enable position <code>UPDATE</code> events from this tracker to be sent to EventBridge.</p> <note> <p>You do not need enable this feature to get <code>ENTER</code> and <code>EXIT</code> events for geofences with this tracker. Those events are always sent to EventBridge.</p> </note>",
"CreateTrackerRequest$KmsKeyEnableGeospatialQueries": "<p>Enables <code>GeospatialQueries</code> for a tracker that uses a <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html\">Amazon Web Services KMS customer managed key</a>.</p> <p>This parameter is only used if you are using a KMS customer managed key.</p> <note> <p>If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.</p> <p>You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the <code>KmsKeyEnableGeospatialQueries</code> parameter to true when creating or updating a Tracker.</p> </note>",
"DeleteKeyRequest$ForceDelete": "<p>ForceDelete bypasses an API key's expiry conditions and deletes the key. Set the parameter <code>true</code> to delete the key or to <code>false</code> to not preemptively delete the API key.</p> <p>Valid values: <code>true</code>, or <code>false</code>.</p> <p>Required: No</p> <note> <p>This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.</p> </note>",
"DescribeTrackerResponse$EventBridgeEnabled": "<p>Whether <code>UPDATE</code> events from this tracker in EventBridge are enabled. If set to <code>true</code> these events will be sent to EventBridge.</p>",
"DescribeTrackerResponse$KmsKeyEnableGeospatialQueries": "<p>Enables <code>GeospatialQueries</code> for a tracker that uses a <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html\">Amazon Web Services KMS customer managed key</a>.</p> <p>This parameter is only used if you are using a KMS customer managed key.</p> <note> <p>If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.</p> <p>You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the <code>KmsKeyEnableGeospatialQueries</code> parameter to true when creating or updating a Tracker.</p> </note>",
"Place$Interpolated": "<p> <code>True</code> if the result is interpolated from other known places.</p> <p> <code>False</code> if the Place is a known place.</p> <p>Not returned when the partner does not provide the information.</p> <p>For example, returns <code>False</code> for an address location that is found in the partner data, but returns <code>True</code> if an address does not exist in the partner data and its location is calculated by interpolating between other known addresses. </p>",
Expand Down
11 changes: 10 additions & 1 deletion models/apis/quicksight/2018-04-01/api-2.json
Expand Up @@ -2576,6 +2576,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"UnsupportedUserEditionException"},
{"shape":"InternalFailureException"}
]
},
Expand Down Expand Up @@ -12602,7 +12603,7 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"^arn:aws:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}"
"pattern":"^arn:aws[\\w\\-]*:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}"
},
"LinkEntityArnList":{
"type":"list",
Expand Down Expand Up @@ -18614,6 +18615,7 @@
"members":{
"Name":{"shape":"ResourceName"},
"Description":{"shape":"LimitedString"},
"UserExperienceVersion":{"shape":"TopicUserExperienceVersion"},
"DataSets":{"shape":"Datasets"}
}
},
Expand Down Expand Up @@ -18797,6 +18799,13 @@
"YEAR"
]
},
"TopicUserExperienceVersion":{
"type":"string",
"enum":[
"LEGACY",
"NEW_READER_EXPERIENCE"
]
},
"TotalAggregationComputation":{
"type":"structure",
"required":["ComputationId"],
Expand Down
6 changes: 6 additions & 0 deletions models/apis/quicksight/2018-04-01/docs-2.json
Expand Up @@ -12143,6 +12143,12 @@
"TopicRelativeDateFilter$TimeGranularity": "<p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>"
}
},
"TopicUserExperienceVersion": {
"base": null,
"refs": {
"TopicDetails$UserExperienceVersion": "<p>The user experience version of a topic.</p>"
}
},
"TotalAggregationComputation": {
"base": "<p>The total aggregation computation configuration.</p>",
"refs": {
Expand Down
12 changes: 10 additions & 2 deletions service/apprunner/api.go

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

20 changes: 19 additions & 1 deletion service/locationservice/api.go

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

31 changes: 31 additions & 0 deletions service/quicksight/api.go

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

0 comments on commit 38c4aec

Please sign in to comment.