Skip to content

Commit

Permalink
Updates SDK to v2.1591.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 2, 2024
1 parent 04c5f14 commit 074aef9
Show file tree
Hide file tree
Showing 19 changed files with 444 additions and 253 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1591.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Glue",
"description": "Adding View related fields to responses of read-only Table APIs."
},
{
"type": "feature",
"category": "RolesAnywhere",
"description": "This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1590.0-->
<!--LATEST=2.1591.0-->
<!--ENTRYINSERT-->

## 2.1591.0
* feature: Glue: Adding View related fields to responses of read-only Table APIs.
* feature: RolesAnywhere: This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.

## 2.1590.0
* bugfix: event listeners: Configures the endpoint path for redirect requests, instead of just the hostname, allowing for proper redirects.
* feature: CloudWatch: This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1590.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1591.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
4 changes: 2 additions & 2 deletions apis/ecs-2014-11-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@
},
"minimumHealthyPercent": {
"shape": "BoxedInteger",
"documentation": "<p>If a service is using the rolling update (<code>ECS</code>) deployment type, the <code>minimumHealthyPercent</code> represents a lower limit on the number of your service's tasks that must remain in the <code>RUNNING</code> state during a deployment, as a percentage of the <code>desiredCount</code> (rounded up to the nearest integer). This parameter enables you to deploy without using additional cluster capacity. For example, if your service has a <code>desiredCount</code> of four tasks and a <code>minimumHealthyPercent</code> of 50%, the service scheduler may stop two existing tasks to free up cluster capacity before starting two new tasks. </p> <p>For services that <i>do not</i> use a load balancer, the following should be noted:</p> <ul> <li> <p>A service is considered healthy if all essential containers within the tasks in the service pass their health checks.</p> </li> <li> <p>If a task has no essential containers with a health check defined, the service scheduler will wait for 40 seconds after a task reaches a <code>RUNNING</code> state before the task is counted towards the minimum healthy percent total.</p> </li> <li> <p>If a task has one or more essential containers with a health check defined, the service scheduler will wait for the task to reach a healthy status before counting it towards the minimum healthy percent total. A task is considered healthy when all essential containers within the task have passed their health checks. The amount of time the service scheduler can wait for is determined by the container health check settings. </p> </li> </ul> <p>For services that <i>do</i> use a load balancer, the following should be noted:</p> <ul> <li> <p>If a task has no essential containers with a health check defined, the service scheduler will wait for the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total.</p> </li> <li> <p>If a task has an essential container with a health check defined, the service scheduler will wait for both the task to reach a healthy status and the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total.</p> </li> </ul> <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is running tasks that use the EC2 launch type, the <b>minimum healthy percent</b> value is set to the default value and is used to define the lower limit on the number of the tasks in the service that remain in the <code>RUNNING</code> state while the container instances are in the <code>DRAINING</code> state. If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate launch type, the minimum healthy percent value is not used, although it is returned when describing your service.</p>"
"documentation": "<p>If a service is using the rolling update (<code>ECS</code>) deployment type, the <code>minimumHealthyPercent</code> represents a lower limit on the number of your service's tasks that must remain in the <code>RUNNING</code> state during a deployment, as a percentage of the <code>desiredCount</code> (rounded up to the nearest integer). This parameter enables you to deploy without using additional cluster capacity. For example, if your service has a <code>desiredCount</code> of four tasks and a <code>minimumHealthyPercent</code> of 50%, the service scheduler may stop two existing tasks to free up cluster capacity before starting two new tasks. </p> <p>For services that <i>do not</i> use a load balancer, the following should be noted:</p> <ul> <li> <p>A service is considered healthy if all essential containers within the tasks in the service pass their health checks.</p> </li> <li> <p>If a task has no essential containers with a health check defined, the service scheduler will wait for 40 seconds after a task reaches a <code>RUNNING</code> state before the task is counted towards the minimum healthy percent total.</p> </li> <li> <p>If a task has one or more essential containers with a health check defined, the service scheduler will wait for the task to reach a healthy status before counting it towards the minimum healthy percent total. A task is considered healthy when all essential containers within the task have passed their health checks. The amount of time the service scheduler can wait for is determined by the container health check settings. </p> </li> </ul> <p>For services that <i>do</i> use a load balancer, the following should be noted:</p> <ul> <li> <p>If a task has no essential containers with a health check defined, the service scheduler will wait for the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total.</p> </li> <li> <p>If a task has an essential container with a health check defined, the service scheduler will wait for both the task to reach a healthy status and the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total.</p> </li> </ul> <p>The default value for a replica service for <code>minimumHealthyPercent</code> is 100%. The default <code>minimumHealthyPercent</code> value for a service using the <code>DAEMON</code> service schedule is 0% for the CLI, the Amazon Web Services SDKs, and the APIs and 50% for the Amazon Web Services Management Console.</p> <p>The minimum number of healthy tasks during a deployment is the <code>desiredCount</code> multiplied by the <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer value.</p> <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is running tasks that use the EC2 launch type, the <b>minimum healthy percent</b> value is set to the default value and is used to define the lower limit on the number of the tasks in the service that remain in the <code>RUNNING</code> state while the container instances are in the <code>DRAINING</code> state. If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate launch type, the minimum healthy percent value is not used, although it is returned when describing your service.</p>"
},
"alarms": {
"shape": "DeploymentAlarms",
Expand Down Expand Up @@ -5643,7 +5643,7 @@
},
"taskDefinition": {
"shape": "String",
"documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full ARN of the task definition to run. If a <code>revision</code> isn't specified, the latest <code>ACTIVE</code> revision is used.</p> <p>When you create a policy for run-task, you can set the resource to be the latest task definition revision, or a specific revision.</p> <p>The full ARN value must match the value that you specified as the <code>Resource</code> of the principal's permissions policy.</p> <p>When you specify the policy resource as the latest task definition version (by setting the <code>Resource</code> in the policy to <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName</code>), then set this value to <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName</code>.</p> <p>When you specify the policy resource as a specific task definition version (by setting the <code>Resource</code> in the policy to <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1</code> or <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*</code>), then set this value to <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources\">Policy Resources for Amazon ECS</a> in the Amazon Elastic Container Service developer Guide.</p>"
"documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full ARN of the task definition to run. If a <code>revision</code> isn't specified, the latest <code>ACTIVE</code> revision is used.</p> <p>The full ARN value must match the value that you specified as the <code>Resource</code> of the principal's permissions policy.</p> <p>When you specify a task definition, you must either specify a specific revision, or all revisions in the ARN.</p> <p>To specify a specific revision, include the revision number in the ARN. For example, to specify revision 2, use <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:2</code>.</p> <p>To specify all revisions, use the wildcard (*) in the ARN. For example, to specify all revisions, use <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources\">Policy Resources for Amazon ECS</a> in the Amazon Elastic Container Service Developer Guide.</p>"
},
"clientToken": {
"shape": "String",
Expand Down
105 changes: 71 additions & 34 deletions apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,7 @@
"type": "structure",
"members": {
"TableVersion": {
"shape": "Spf"
"shape": "Spl"
}
}
}
Expand Down Expand Up @@ -3613,7 +3613,7 @@
"TableVersions": {
"type": "list",
"member": {
"shape": "Spf"
"shape": "Spl"
}
},
"NextToken": {}
Expand Down Expand Up @@ -3644,7 +3644,7 @@
"type": "structure",
"members": {
"TableList": {
"shape": "Spm"
"shape": "Sps"
},
"NextToken": {}
}
Expand Down Expand Up @@ -3728,13 +3728,13 @@
"shape": "S6"
},
"AuditContext": {
"shape": "Spu"
"shape": "Sq0"
},
"SupportedPermissionTypes": {
"shape": "Spx"
"shape": "Sq3"
},
"QuerySessionContext": {
"shape": "Spz"
"shape": "Sq5"
}
}
},
Expand Down Expand Up @@ -3769,10 +3769,10 @@
"TableName": {},
"Expression": {},
"AuditContext": {
"shape": "Spu"
"shape": "Sq0"
},
"SupportedPermissionTypes": {
"shape": "Spx"
"shape": "Sq3"
},
"NextToken": {},
"Segment": {
Expand All @@ -3782,7 +3782,7 @@
"type": "integer"
},
"QuerySessionContext": {
"shape": "Spz"
"shape": "Sq5"
}
}
},
Expand Down Expand Up @@ -3825,10 +3825,10 @@
"DatabaseName": {},
"Name": {},
"AuditContext": {
"shape": "Spu"
"shape": "Sq0"
},
"SupportedPermissionTypes": {
"shape": "Spx"
"shape": "Sq3"
},
"SupportedDialect": {
"type": "structure",
Expand All @@ -3841,7 +3841,7 @@
"shape": "Seg"
},
"QuerySessionContext": {
"shape": "Spz"
"shape": "Sq5"
}
}
},
Expand All @@ -3868,7 +3868,13 @@
}
},
"QueryAuthorizationId": {},
"IsMultiDialectView": {
"type": "boolean"
},
"ResourceArn": {},
"IsProtected": {
"type": "boolean"
},
"Permissions": {
"shape": "Seg"
}
Expand All @@ -3892,7 +3898,7 @@
"type": "structure",
"members": {
"UserDefinedFunction": {
"shape": "Sqi"
"shape": "Sqm"
}
}
}
Expand All @@ -3919,7 +3925,7 @@
"UserDefinedFunctions": {
"type": "list",
"member": {
"shape": "Sqi"
"shape": "Sqm"
}
},
"NextToken": {}
Expand Down Expand Up @@ -4773,7 +4779,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "Stb"
"shape": "Stf"
}
}
},
Expand Down Expand Up @@ -4830,7 +4836,7 @@
"MetadataList": {
"type": "list",
"member": {
"shape": "Stb"
"shape": "Stf"
}
},
"MaxResults": {
Expand Down Expand Up @@ -4908,7 +4914,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "Stb"
"shape": "Stf"
}
}
},
Expand Down Expand Up @@ -4962,7 +4968,7 @@
"Name": {},
"RunId": {},
"NodeIds": {
"shape": "Stw"
"shape": "Su0"
}
}
},
Expand All @@ -4971,7 +4977,7 @@
"members": {
"RunId": {},
"NodeIds": {
"shape": "Stw"
"shape": "Su0"
}
}
}
Expand Down Expand Up @@ -5037,7 +5043,7 @@
"members": {
"NextToken": {},
"TableList": {
"shape": "Spm"
"shape": "Sps"
}
}
}
Expand Down Expand Up @@ -5592,15 +5598,15 @@
"shape": "S6"
},
"ColumnStatisticsList": {
"shape": "Svp"
"shape": "Svt"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Svr"
"shape": "Svv"
}
}
}
Expand All @@ -5618,15 +5624,15 @@
"DatabaseName": {},
"TableName": {},
"ColumnStatisticsList": {
"shape": "Svp"
"shape": "Svt"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Svr"
"shape": "Svv"
}
}
}
Expand Down Expand Up @@ -10507,10 +10513,41 @@
"DatabaseIdentifier": {},
"ConnectionName": {}
}
},
"ViewDefinition": {
"type": "structure",
"members": {
"IsProtected": {
"type": "boolean"
},
"Definer": {},
"SubObjects": {
"type": "list",
"member": {}
},
"Representations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dialect": {},
"DialectVersion": {},
"ViewOriginalText": {},
"ViewExpandedText": {},
"IsStale": {
"type": "boolean"
}
}
}
}
}
},
"IsMultiDialectView": {
"type": "boolean"
}
}
},
"Spf": {
"Spl": {
"type": "structure",
"members": {
"Table": {
Expand All @@ -10519,13 +10556,13 @@
"VersionId": {}
}
},
"Spm": {
"Sps": {
"type": "list",
"member": {
"shape": "Sp9"
}
},
"Spu": {
"Sq0": {
"type": "structure",
"members": {
"AdditionalAuditContext": {},
Expand All @@ -10538,11 +10575,11 @@
}
}
},
"Spx": {
"Sq3": {
"type": "list",
"member": {}
},
"Spz": {
"Sq5": {
"type": "structure",
"members": {
"QueryId": {},
Expand All @@ -10558,7 +10595,7 @@
}
}
},
"Sqi": {
"Sqm": {
"type": "structure",
"members": {
"FunctionName": {},
Expand All @@ -10575,24 +10612,24 @@
"CatalogId": {}
}
},
"Stb": {
"Stf": {
"type": "structure",
"members": {
"MetadataKey": {},
"MetadataValue": {}
}
},
"Stw": {
"Su0": {
"type": "list",
"member": {}
},
"Svp": {
"Svt": {
"type": "list",
"member": {
"shape": "Sjk"
}
},
"Svr": {
"Svv": {
"type": "list",
"member": {
"type": "structure",
Expand Down

0 comments on commit 074aef9

Please sign in to comment.