Skip to content

Commit 4500ccc

Browse files
author
awstools
committed
Updates SDK to v2.1575.0
1 parent 6da8c89 commit 4500ccc

17 files changed

+341
-124
lines changed

.changes/2.1575.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeStarconnections",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaPackageV2",
10+
"description": "This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1574.0-->
2+
<!--LATEST=2.1575.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1575.0
6+
* 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.
7+
* feature: MediaPackageV2: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
8+
59
## 2.1574.0
610
* 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.
711
* feature: CloudTrail: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1574.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1575.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/codestar-connections-2019-12-01.min.json

+27-21
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
"RepositoryLinkId": {},
119119
"ResourceName": {},
120120
"RoleArn": {},
121-
"SyncType": {}
121+
"SyncType": {},
122+
"PublishDeploymentStatus": {},
123+
"TriggerResourceUpdateOn": {}
122124
}
123125
},
124126
"output": {
@@ -128,7 +130,7 @@
128130
],
129131
"members": {
130132
"SyncConfiguration": {
131-
"shape": "S11"
133+
"shape": "S13"
132134
}
133135
}
134136
}
@@ -209,7 +211,7 @@
209211
"type": "structure",
210212
"members": {
211213
"Connection": {
212-
"shape": "S1c"
214+
"shape": "S1e"
213215
}
214216
}
215217
}
@@ -334,13 +336,13 @@
334336
],
335337
"members": {
336338
"DesiredState": {
337-
"shape": "S1w"
339+
"shape": "S1y"
338340
},
339341
"LatestSuccessfulSync": {
340-
"shape": "S1z"
342+
"shape": "S21"
341343
},
342344
"LatestSync": {
343-
"shape": "S1z"
345+
"shape": "S21"
344346
}
345347
}
346348
}
@@ -374,7 +376,7 @@
374376
"LatestBlockers": {
375377
"type": "list",
376378
"member": {
377-
"shape": "S28"
379+
"shape": "S2a"
378380
}
379381
}
380382
}
@@ -401,7 +403,7 @@
401403
],
402404
"members": {
403405
"SyncConfiguration": {
404-
"shape": "S11"
406+
"shape": "S13"
405407
}
406408
}
407409
}
@@ -424,7 +426,7 @@
424426
"Connections": {
425427
"type": "list",
426428
"member": {
427-
"shape": "S1c"
429+
"shape": "S1e"
428430
}
429431
},
430432
"NextToken": {}
@@ -556,7 +558,7 @@
556558
"SyncConfigurations": {
557559
"type": "list",
558560
"member": {
559-
"shape": "S11"
561+
"shape": "S13"
560562
}
561563
},
562564
"NextToken": {}
@@ -690,7 +692,7 @@
690692
"ResourceName": {},
691693
"ParentResourceName": {},
692694
"SyncBlocker": {
693-
"shape": "S28"
695+
"shape": "S2a"
694696
}
695697
}
696698
}
@@ -708,7 +710,9 @@
708710
"RepositoryLinkId": {},
709711
"ResourceName": {},
710712
"RoleArn": {},
711-
"SyncType": {}
713+
"SyncType": {},
714+
"PublishDeploymentStatus": {},
715+
"TriggerResourceUpdateOn": {}
712716
}
713717
},
714718
"output": {
@@ -718,7 +722,7 @@
718722
],
719723
"members": {
720724
"SyncConfiguration": {
721-
"shape": "S11"
725+
"shape": "S13"
722726
}
723727
}
724728
}
@@ -779,7 +783,7 @@
779783
"RepositoryName": {}
780784
}
781785
},
782-
"S11": {
786+
"S13": {
783787
"type": "structure",
784788
"required": [
785789
"Branch",
@@ -800,10 +804,12 @@
800804
"RepositoryName": {},
801805
"ResourceName": {},
802806
"RoleArn": {},
803-
"SyncType": {}
807+
"SyncType": {},
808+
"PublishDeploymentStatus": {},
809+
"TriggerResourceUpdateOn": {}
804810
}
805811
},
806-
"S1c": {
812+
"S1e": {
807813
"type": "structure",
808814
"members": {
809815
"ConnectionName": {},
@@ -814,7 +820,7 @@
814820
"HostArn": {}
815821
}
816822
},
817-
"S1w": {
823+
"S1y": {
818824
"type": "structure",
819825
"required": [
820826
"Branch",
@@ -833,7 +839,7 @@
833839
"Sha": {}
834840
}
835841
},
836-
"S1z": {
842+
"S21": {
837843
"type": "structure",
838844
"required": [
839845
"Events",
@@ -864,19 +870,19 @@
864870
}
865871
},
866872
"InitialRevision": {
867-
"shape": "S1w"
873+
"shape": "S1y"
868874
},
869875
"StartedAt": {
870876
"type": "timestamp"
871877
},
872878
"Status": {},
873879
"TargetRevision": {
874-
"shape": "S1w"
880+
"shape": "S1y"
875881
},
876882
"Target": {}
877883
}
878884
},
879-
"S28": {
885+
"S2a": {
880886
"type": "structure",
881887
"required": [
882888
"Id",

apis/codestar-connections-2019-12-01.normal.json

+38
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,14 @@
10241024
"SyncType": {
10251025
"shape": "SyncConfigurationType",
10261026
"documentation": "<p>The type of sync configuration.</p>"
1027+
},
1028+
"PublishDeploymentStatus": {
1029+
"shape": "PublishDeploymentStatus",
1030+
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
1031+
},
1032+
"TriggerResourceUpdateOn": {
1033+
"shape": "TriggerResourceUpdateOn",
1034+
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
10271035
}
10281036
}
10291037
},
@@ -1632,6 +1640,13 @@
16321640
"GitLabSelfManaged"
16331641
]
16341642
},
1643+
"PublishDeploymentStatus": {
1644+
"type": "string",
1645+
"enum": [
1646+
"ENABLED",
1647+
"DISABLED"
1648+
]
1649+
},
16351650
"RepositoryLinkArn": {
16361651
"type": "string",
16371652
"pattern": "^arn:aws(?:-[a-z]+)*:codestar-connections:[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
@@ -2106,6 +2121,14 @@
21062121
"SyncType": {
21072122
"shape": "SyncConfigurationType",
21082123
"documentation": "<p>The type of sync for a specific sync configuration.</p>"
2124+
},
2125+
"PublishDeploymentStatus": {
2126+
"shape": "PublishDeploymentStatus",
2127+
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
2128+
},
2129+
"TriggerResourceUpdateOn": {
2130+
"shape": "TriggerResourceUpdateOn",
2131+
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
21092132
}
21102133
},
21112134
"documentation": "<p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>"
@@ -2201,6 +2224,13 @@
22012224
"min": 1,
22022225
"pattern": "[\\s\\S]*"
22032226
},
2227+
"TriggerResourceUpdateOn": {
2228+
"type": "string",
2229+
"enum": [
2230+
"ANY_CHANGE",
2231+
"FILE_CHANGE"
2232+
]
2233+
},
22042234
"Type": {
22052235
"type": "string"
22062236
},
@@ -2359,6 +2389,14 @@
23592389
"SyncType": {
23602390
"shape": "SyncConfigurationType",
23612391
"documentation": "<p>The sync type for the sync configuration to be updated.</p>"
2392+
},
2393+
"PublishDeploymentStatus": {
2394+
"shape": "PublishDeploymentStatus",
2395+
"documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
2396+
},
2397+
"TriggerResourceUpdateOn": {
2398+
"shape": "TriggerResourceUpdateOn",
2399+
"documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
23622400
}
23632401
}
23642402
},

apis/elasticache-2015-02-02.normal.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
"shape": "InvalidParameterCombinationException"
525525
}
526526
],
527-
"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>"
527+
"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>"
528528
},
529529
"CreateServerlessCache": {
530530
"name": "CreateServerlessCache",
@@ -3899,7 +3899,7 @@
38993899
},
39003900
"PreferredMaintenanceWindow": {
39013901
"shape": "String",
3902-
"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>"
3902+
"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>"
39033903
},
39043904
"Port": {
39053905
"shape": "IntegerOptional",
@@ -5200,7 +5200,7 @@
52005200
"documentation": "<p>The port number that the cache engine is listening on.</p>"
52015201
}
52025202
},
5203-
"documentation": "<p>Represents the information required for client programs to connect to a cache node.</p>"
5203+
"documentation": "<p>Represents the information required for client programs to connect to a cache node. This value is read-only.</p>"
52045204
},
52055205
"EngineDefaults": {
52065206
"type": "structure",
@@ -6243,7 +6243,7 @@
62436243
},
62446244
"ReaderEndpoint": {
62456245
"shape": "Endpoint",
6246-
"documentation": "<p>The endpoint of the replica nodes in this node group (shard).</p>"
6246+
"documentation": "<p>The endpoint of the replica nodes in this node group (shard). This value is read-only.</p>"
62476247
},
62486248
"Slots": {
62496249
"shape": "String",
@@ -7397,7 +7397,7 @@
73977397
},
73987398
"SubnetIds": {
73997399
"shape": "SubnetIdsList",
7400-
"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>"
7400+
"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>"
74017401
},
74027402
"SnapshotRetentionLimit": {
74037403
"shape": "IntegerOptional",

0 commit comments

Comments
 (0)