Skip to content

Commit

Permalink
Updates SDK to v2.1575.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 11, 2024
1 parent 6da8c89 commit 4500ccc
Show file tree
Hide file tree
Showing 17 changed files with 341 additions and 124 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1575.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CodeStarconnections",
"description": "Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes."
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags."
}
]
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.1574.0-->
<!--LATEST=2.1575.0-->
<!--ENTRYINSERT-->

## 2.1575.0
* feature: CodeStarconnections: Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes.
* feature: MediaPackageV2: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.

## 2.1574.0
* feature: Batch: This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
* feature: CloudTrail: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
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.1574.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1575.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
48 changes: 27 additions & 21 deletions apis/codestar-connections-2019-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
"RepositoryLinkId": {},
"ResourceName": {},
"RoleArn": {},
"SyncType": {}
"SyncType": {},
"PublishDeploymentStatus": {},
"TriggerResourceUpdateOn": {}
}
},
"output": {
Expand All @@ -128,7 +130,7 @@
],
"members": {
"SyncConfiguration": {
"shape": "S11"
"shape": "S13"
}
}
}
Expand Down Expand Up @@ -209,7 +211,7 @@
"type": "structure",
"members": {
"Connection": {
"shape": "S1c"
"shape": "S1e"
}
}
}
Expand Down Expand Up @@ -334,13 +336,13 @@
],
"members": {
"DesiredState": {
"shape": "S1w"
"shape": "S1y"
},
"LatestSuccessfulSync": {
"shape": "S1z"
"shape": "S21"
},
"LatestSync": {
"shape": "S1z"
"shape": "S21"
}
}
}
Expand Down Expand Up @@ -374,7 +376,7 @@
"LatestBlockers": {
"type": "list",
"member": {
"shape": "S28"
"shape": "S2a"
}
}
}
Expand All @@ -401,7 +403,7 @@
],
"members": {
"SyncConfiguration": {
"shape": "S11"
"shape": "S13"
}
}
}
Expand All @@ -424,7 +426,7 @@
"Connections": {
"type": "list",
"member": {
"shape": "S1c"
"shape": "S1e"
}
},
"NextToken": {}
Expand Down Expand Up @@ -556,7 +558,7 @@
"SyncConfigurations": {
"type": "list",
"member": {
"shape": "S11"
"shape": "S13"
}
},
"NextToken": {}
Expand Down Expand Up @@ -690,7 +692,7 @@
"ResourceName": {},
"ParentResourceName": {},
"SyncBlocker": {
"shape": "S28"
"shape": "S2a"
}
}
}
Expand All @@ -708,7 +710,9 @@
"RepositoryLinkId": {},
"ResourceName": {},
"RoleArn": {},
"SyncType": {}
"SyncType": {},
"PublishDeploymentStatus": {},
"TriggerResourceUpdateOn": {}
}
},
"output": {
Expand All @@ -718,7 +722,7 @@
],
"members": {
"SyncConfiguration": {
"shape": "S11"
"shape": "S13"
}
}
}
Expand Down Expand Up @@ -779,7 +783,7 @@
"RepositoryName": {}
}
},
"S11": {
"S13": {
"type": "structure",
"required": [
"Branch",
Expand All @@ -800,10 +804,12 @@
"RepositoryName": {},
"ResourceName": {},
"RoleArn": {},
"SyncType": {}
"SyncType": {},
"PublishDeploymentStatus": {},
"TriggerResourceUpdateOn": {}
}
},
"S1c": {
"S1e": {
"type": "structure",
"members": {
"ConnectionName": {},
Expand All @@ -814,7 +820,7 @@
"HostArn": {}
}
},
"S1w": {
"S1y": {
"type": "structure",
"required": [
"Branch",
Expand All @@ -833,7 +839,7 @@
"Sha": {}
}
},
"S1z": {
"S21": {
"type": "structure",
"required": [
"Events",
Expand Down Expand Up @@ -864,19 +870,19 @@
}
},
"InitialRevision": {
"shape": "S1w"
"shape": "S1y"
},
"StartedAt": {
"type": "timestamp"
},
"Status": {},
"TargetRevision": {
"shape": "S1w"
"shape": "S1y"
},
"Target": {}
}
},
"S28": {
"S2a": {
"type": "structure",
"required": [
"Id",
Expand Down
38 changes: 38 additions & 0 deletions apis/codestar-connections-2019-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,14 @@
"SyncType": {
"shape": "SyncConfigurationType",
"documentation": "<p>The type of sync configuration.</p>"
},
"PublishDeploymentStatus": {
"shape": "PublishDeploymentStatus",
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
},
"TriggerResourceUpdateOn": {
"shape": "TriggerResourceUpdateOn",
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
}
},
Expand Down Expand Up @@ -1632,6 +1640,13 @@
"GitLabSelfManaged"
]
},
"PublishDeploymentStatus": {
"type": "string",
"enum": [
"ENABLED",
"DISABLED"
]
},
"RepositoryLinkArn": {
"type": "string",
"pattern": "^arn:aws(?:-[a-z]+)*:codestar-connections:[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
Expand Down Expand Up @@ -2106,6 +2121,14 @@
"SyncType": {
"shape": "SyncConfigurationType",
"documentation": "<p>The type of sync for a specific sync configuration.</p>"
},
"PublishDeploymentStatus": {
"shape": "PublishDeploymentStatus",
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
},
"TriggerResourceUpdateOn": {
"shape": "TriggerResourceUpdateOn",
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
},
"documentation": "<p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>"
Expand Down Expand Up @@ -2201,6 +2224,13 @@
"min": 1,
"pattern": "[\\s\\S]*"
},
"TriggerResourceUpdateOn": {
"type": "string",
"enum": [
"ANY_CHANGE",
"FILE_CHANGE"
]
},
"Type": {
"type": "string"
},
Expand Down Expand Up @@ -2359,6 +2389,14 @@
"SyncType": {
"shape": "SyncConfigurationType",
"documentation": "<p>The sync type for the sync configuration to be updated.</p>"
},
"PublishDeploymentStatus": {
"shape": "PublishDeploymentStatus",
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
},
"TriggerResourceUpdateOn": {
"shape": "TriggerResourceUpdateOn",
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions apis/elasticache-2015-02-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"shape": "InvalidParameterCombinationException"
}
],
"documentation": "<p>Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.</p> <p>This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore.</p> <p>A Redis (cluster mode disabled) replication group is a collection of clusters, where one of the clusters is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.</p> <p>A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. </p> <p>The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.Creating.html\">Creating a Subnet Group</a>. For versions below 5.0.6, the limit is 250 per cluster.</p> <p>To request a limit increase, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">Amazon Service Limits</a> and choose the limit type <b>Nodes per cluster per instance type</b>. </p> <p>When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' scaling. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html\">Scaling ElastiCache for Redis Clusters</a> in the <i>ElastiCache User Guide</i>.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
"documentation": "<p>Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.</p> <p>This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore.</p> <p>A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.</p> <p>A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. </p> <p>The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.Creating.html\">Creating a Subnet Group</a>. For versions below 5.0.6, the limit is 250 per cluster.</p> <p>To request a limit increase, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">Amazon Service Limits</a> and choose the limit type <b>Nodes per cluster per instance type</b>. </p> <p>When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' scaling. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html\">Scaling ElastiCache for Redis Clusters</a> in the <i>ElastiCache User Guide</i>.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"CreateServerlessCache": {
"name": "CreateServerlessCache",
Expand Down Expand Up @@ -3899,7 +3899,7 @@
},
"PreferredMaintenanceWindow": {
"shape": "String",
"documentation": "<p>Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are:</p> <p>Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.</p> <p>Valid values for <code>ddd</code> are:</p> <ul> <li> <p> <code>sun</code> </p> </li> <li> <p> <code>mon</code> </p> </li> <li> <p> <code>tue</code> </p> </li> <li> <p> <code>wed</code> </p> </li> <li> <p> <code>thu</code> </p> </li> <li> <p> <code>fri</code> </p> </li> <li> <p> <code>sat</code> </p> </li> </ul> <p>Example: <code>sun:23:00-mon:01:30</code> </p>"
"documentation": "<p>Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.</p> <p>Valid values for <code>ddd</code> are:</p> <ul> <li> <p> <code>sun</code> </p> </li> <li> <p> <code>mon</code> </p> </li> <li> <p> <code>tue</code> </p> </li> <li> <p> <code>wed</code> </p> </li> <li> <p> <code>thu</code> </p> </li> <li> <p> <code>fri</code> </p> </li> <li> <p> <code>sat</code> </p> </li> </ul> <p>Example: <code>sun:23:00-mon:01:30</code> </p>"
},
"Port": {
"shape": "IntegerOptional",
Expand Down Expand Up @@ -5200,7 +5200,7 @@
"documentation": "<p>The port number that the cache engine is listening on.</p>"
}
},
"documentation": "<p>Represents the information required for client programs to connect to a cache node.</p>"
"documentation": "<p>Represents the information required for client programs to connect to a cache node. This value is read-only.</p>"
},
"EngineDefaults": {
"type": "structure",
Expand Down Expand Up @@ -6243,7 +6243,7 @@
},
"ReaderEndpoint": {
"shape": "Endpoint",
"documentation": "<p>The endpoint of the replica nodes in this node group (shard).</p>"
"documentation": "<p>The endpoint of the replica nodes in this node group (shard). This value is read-only.</p>"
},
"Slots": {
"shape": "String",
Expand Down Expand Up @@ -7397,7 +7397,7 @@
},
"SubnetIds": {
"shape": "SubnetIdsList",
"documentation": "<p>If no subnet IDs are given and your VPC is in SFO, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.</p>"
"documentation": "<p>If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.</p>"
},
"SnapshotRetentionLimit": {
"shape": "IntegerOptional",
Expand Down
Loading

0 comments on commit 4500ccc

Please sign in to comment.