Skip to content

Commit

Permalink
Release v1.45.25 (2023-10-12) (#5019)
Browse files Browse the repository at this point in the history
Release v1.45.25 (2023-10-12)
===

### Service Client Updates
* `service/auditmanager`: Updates service API
* `service/autoscaling`: Updates service API, documentation, paginators, and examples
  * Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
* `service/config`: Updates service API and documentation
* `service/controltower`: Updates service API and documentation
* `service/customer-profiles`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/glue`: Updates service API and documentation
  * Extending version control support to GitLab and Bitbucket from AWSGlue
* `service/inspector2`: Updates service API and documentation
* `service/ivs-realtime`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
  * Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
* `service/location`: Updates service API
* `service/machinelearning`: Updates service API
  * This release marks Password field as sensitive
* `service/pricing`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for adding a dedicated log volume to open-source RDS instances.
* `service/rekognition`: Updates service API and documentation
  * Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
* `service/textract`: Updates service API, documentation, and paginators
* `service/transcribe`: Updates service API
* `service/workspaces`: Updates service documentation
  * Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.
  • Loading branch information
aws-sdk-go-automation committed Oct 12, 2023
1 parent 592707c commit 0f30069
Show file tree
Hide file tree
Showing 77 changed files with 11,375 additions and 2,543 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Release v1.45.25 (2023-10-12)
===

### Service Client Updates
* `service/auditmanager`: Updates service API
* `service/autoscaling`: Updates service API, documentation, paginators, and examples
* Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
* `service/config`: Updates service API and documentation
* `service/controltower`: Updates service API and documentation
* `service/customer-profiles`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/glue`: Updates service API and documentation
* Extending version control support to GitLab and Bitbucket from AWSGlue
* `service/inspector2`: Updates service API and documentation
* `service/ivs-realtime`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
* Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
* `service/location`: Updates service API
* `service/machinelearning`: Updates service API
* This release marks Password field as sensitive
* `service/pricing`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for adding a dedicated log volume to open-source RDS instances.
* `service/rekognition`: Updates service API and documentation
* Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
* `service/textract`: Updates service API, documentation, and paginators
* `service/transcribe`: Updates service API
* `service/workspaces`: Updates service documentation
* Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.

Release v1.45.24 (2023-10-06)
===

Expand Down
14 changes: 12 additions & 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.24"
const SDKVersion = "1.45.25"
2 changes: 2 additions & 0 deletions models/apis/auditmanager/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@
"AWSAccounts":{
"type":"list",
"member":{"shape":"AWSAccount"},
"max":200,
"min":1,
"sensitive":true
},
"AWSService":{
Expand Down
12 changes: 9 additions & 3 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,12 @@
},
"exception":true
},
"AnyPrintableAsciiStringMaxLen4000":{
"type":"string",
"max":4000,
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007e]+"
},
"AsciiStringMaxLen255":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -2402,7 +2408,7 @@
"LifecycleTransition":{"shape":"LifecycleTransition"},
"NotificationTargetARN":{"shape":"NotificationTargetResourceName"},
"RoleARN":{"shape":"XmlStringMaxLen255"},
"NotificationMetadata":{"shape":"XmlStringMaxLen1023"},
"NotificationMetadata":{"shape":"AnyPrintableAsciiStringMaxLen4000"},
"HeartbeatTimeout":{"shape":"HeartbeatTimeout"},
"GlobalTimeout":{"shape":"GlobalTimeout"},
"DefaultResult":{"shape":"LifecycleActionResult"}
Expand All @@ -2422,7 +2428,7 @@
"members":{
"LifecycleHookName":{"shape":"AsciiStringMaxLen255"},
"LifecycleTransition":{"shape":"LifecycleTransition"},
"NotificationMetadata":{"shape":"XmlStringMaxLen1023"},
"NotificationMetadata":{"shape":"AnyPrintableAsciiStringMaxLen4000"},
"HeartbeatTimeout":{"shape":"HeartbeatTimeout"},
"DefaultResult":{"shape":"LifecycleActionResult"},
"NotificationTargetARN":{"shape":"NotificationTargetResourceName"},
Expand Down Expand Up @@ -2942,7 +2948,7 @@
"LifecycleTransition":{"shape":"LifecycleTransition"},
"RoleARN":{"shape":"XmlStringMaxLen255"},
"NotificationTargetARN":{"shape":"NotificationTargetResourceName"},
"NotificationMetadata":{"shape":"XmlStringMaxLen1023"},
"NotificationMetadata":{"shape":"AnyPrintableAsciiStringMaxLen4000"},
"HeartbeatTimeout":{"shape":"HeartbeatTimeout"},
"DefaultResult":{"shape":"LifecycleActionResult"}
}
Expand Down
11 changes: 8 additions & 3 deletions models/apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@
"refs": {
}
},
"AnyPrintableAsciiStringMaxLen4000": {
"base": null,
"refs": {
"LifecycleHook$NotificationMetadata": "<p>Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>",
"LifecycleHookSpecification$NotificationMetadata": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>",
"PutLifecycleHookType$NotificationMetadata": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>"
}
},
"AsciiStringMaxLen255": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2401,14 +2409,11 @@
"refs": {
"Activity$Cause": "<p>The reason the activity began.</p>",
"InstanceRefresh$StatusReason": "<p>The explanation for the specific status assigned to this operation.</p>",
"LifecycleHook$NotificationMetadata": "<p>Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>",
"LifecycleHookSpecification$NotificationMetadata": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>",
"MetricDataQuery$Expression": "<p>The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the <code>Id</code> of the other metrics to refer to those metrics, and can also use the <code>Id</code> of other expressions to use the result of those expressions. </p> <p>Conditional: Within each <code>MetricDataQuery</code> object, you must specify either <code>Expression</code> or <code>MetricStat</code>, but not both.</p>",
"PredefinedMetricSpecification$ResourceLabel": "<p>A label that uniquely identifies a specific Application Load Balancer target group from which to determine the average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.</p> <p>You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:</p> <p> <code>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</code>.</p> <p>Where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul> <p>To find the ARN for an Application Load Balancer, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html\">DescribeTargetGroups</a> API operation.</p>",
"PredictiveScalingPredefinedLoadMetric$ResourceLabel": "<p>A label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.</p> <p>You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:</p> <p> <code>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</code>.</p> <p>Where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul> <p>To find the ARN for an Application Load Balancer, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html\">DescribeTargetGroups</a> API operation.</p>",
"PredictiveScalingPredefinedMetricPair$ResourceLabel": "<p>A label that uniquely identifies a specific Application Load Balancer target group from which to determine the total and average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.</p> <p>You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:</p> <p> <code>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</code>.</p> <p>Where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul> <p>To find the ARN for an Application Load Balancer, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html\">DescribeTargetGroups</a> API operation.</p>",
"PredictiveScalingPredefinedScalingMetric$ResourceLabel": "<p>A label that uniquely identifies a specific Application Load Balancer target group from which to determine the average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.</p> <p>You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:</p> <p> <code>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</code>.</p> <p>Where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul> <p>To find the ARN for an Application Load Balancer, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html\">DescribeTargetGroups</a> API operation.</p>",
"PutLifecycleHookType$NotificationMetadata": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>",
"RollbackDetails$RollbackReason": "<p>The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was initiated).</p>"
}
},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/autoscaling/2011-01-01/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"input": {
"AutoScalingGroupName": "my-asg",
"DesiredCapacity": 4,
"DesiredCapacityTypes": "units",
"DesiredCapacityType": "units",
"MaxSize": 100,
"MinSize": 0,
"MixedInstancesPolicy": {
Expand Down
15 changes: 15 additions & 0 deletions models/apis/autoscaling/2011-01-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,27 @@
"output_token": "NextToken",
"result_key": "AutoScalingInstances"
},
"DescribeInstanceRefreshes": {
"input_token": "NextToken",
"limit_key": "MaxRecords",
"output_token": "NextToken"
},
"DescribeLaunchConfigurations": {
"input_token": "NextToken",
"limit_key": "MaxRecords",
"output_token": "NextToken",
"result_key": "LaunchConfigurations"
},
"DescribeLoadBalancerTargetGroups": {
"input_token": "NextToken",
"limit_key": "MaxRecords",
"output_token": "NextToken"
},
"DescribeLoadBalancers": {
"input_token": "NextToken",
"limit_key": "MaxRecords",
"output_token": "NextToken"
},
"DescribeNotificationConfigurations": {
"input_token": "NextToken",
"limit_key": "MaxRecords",
Expand Down
21 changes: 20 additions & 1 deletion models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5020,7 +5020,26 @@
"AWS::Pinpoint::EmailChannel",
"AWS::S3::AccessPoint",
"AWS::NetworkManager::CustomerGatewayAssociation",
"AWS::NetworkManager::LinkAssociation"
"AWS::NetworkManager::LinkAssociation",
"AWS::IoTWireless::MulticastGroup",
"AWS::Personalize::DatasetGroup",
"AWS::IoTTwinMaker::ComponentType",
"AWS::CodeBuild::ReportGroup",
"AWS::SageMaker::FeatureGroup",
"AWS::MSK::BatchScramSecret",
"AWS::AppStream::Stack",
"AWS::IoT::JobTemplate",
"AWS::IoTWireless::FuotaTask",
"AWS::IoT::ProvisioningTemplate",
"AWS::InspectorV2::Filter",
"AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
"AWS::ServiceDiscovery::Instance",
"AWS::Transfer::Certificate",
"AWS::MediaConnect::FlowSource",
"AWS::APS::RuleGroupsNamespace",
"AWS::CodeGuruProfiler::ProfilingGroup",
"AWS::Route53Resolver::ResolverQueryLoggingConfig",
"AWS::Batch::SchedulingPolicy"
]
},
"ResourceTypeList":{
Expand Down

0 comments on commit 0f30069

Please sign in to comment.