Skip to content

Commit 36a31f7

Browse files
author
awstools
committed
Updates SDK to v2.1005.0
1 parent a7fa1ac commit 36a31f7

21 files changed

+2440
-589
lines changed

.changes/2.1005.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ELBv2",
5+
"description": "Enable support for ALB IPv6 Target Groups (IP Address Type)"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FraudDetector",
10+
"description": "New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaLive",
15+
"description": "This release adds support for Transport Stream files as an input type to MediaLive encoders."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1004.0-->
2+
<!--LATEST=2.1005.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1005.0
6+
* feature: ELBv2: Enable support for ALB IPv6 Target Groups (IP Address Type)
7+
* feature: FraudDetector: New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage
8+
* feature: MediaLive: This release adds support for Transport Stream files as an input type to MediaLive encoders.
9+
510
## 2.1004.0
611
* feature: EC2: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
712
* feature: LexModelsV2: Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1004.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1005.0.min.js"></script>
3333

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

apis/ec2-2016-11-15.normal.json

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

apis/elasticloadbalancingv2-2015-12-01.min.json

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,16 @@
205205
"TargetType": {},
206206
"Tags": {
207207
"shape": "Sb"
208-
}
208+
},
209+
"IpAddressType": {}
209210
}
210211
},
211212
"output": {
212213
"resultWrapper": "CreateTargetGroupResult",
213214
"type": "structure",
214215
"members": {
215216
"TargetGroups": {
216-
"shape": "S3z"
217+
"shape": "S40"
217218
}
218219
}
219220
}
@@ -292,7 +293,7 @@
292293
"members": {
293294
"TargetGroupArn": {},
294295
"Targets": {
295-
"shape": "S4b"
296+
"shape": "S4c"
296297
}
297298
}
298299
},
@@ -396,7 +397,7 @@
396397
"type": "structure",
397398
"members": {
398399
"Attributes": {
399-
"shape": "S4u"
400+
"shape": "S4v"
400401
}
401402
}
402403
}
@@ -406,7 +407,7 @@
406407
"type": "structure",
407408
"members": {
408409
"LoadBalancerArns": {
409-
"shape": "S41"
410+
"shape": "S42"
410411
},
411412
"Names": {
412413
"type": "list",
@@ -548,7 +549,7 @@
548549
"type": "structure",
549550
"members": {
550551
"Attributes": {
551-
"shape": "S5l"
552+
"shape": "S5m"
552553
}
553554
}
554555
}
@@ -577,7 +578,7 @@
577578
"type": "structure",
578579
"members": {
579580
"TargetGroups": {
580-
"shape": "S3z"
581+
"shape": "S40"
581582
},
582583
"NextMarker": {}
583584
}
@@ -592,7 +593,7 @@
592593
"members": {
593594
"TargetGroupArn": {},
594595
"Targets": {
595-
"shape": "S4b"
596+
"shape": "S4c"
596597
}
597598
}
598599
},
@@ -606,7 +607,7 @@
606607
"type": "structure",
607608
"members": {
608609
"Target": {
609-
"shape": "S4c"
610+
"shape": "S4d"
610611
},
611612
"HealthCheckPort": {},
612613
"TargetHealth": {
@@ -667,7 +668,7 @@
667668
"members": {
668669
"LoadBalancerArn": {},
669670
"Attributes": {
670-
"shape": "S4u"
671+
"shape": "S4v"
671672
}
672673
}
673674
},
@@ -676,7 +677,7 @@
676677
"type": "structure",
677678
"members": {
678679
"Attributes": {
679-
"shape": "S4u"
680+
"shape": "S4v"
680681
}
681682
}
682683
}
@@ -743,7 +744,7 @@
743744
"type": "structure",
744745
"members": {
745746
"TargetGroups": {
746-
"shape": "S3z"
747+
"shape": "S40"
747748
}
748749
}
749750
}
@@ -758,7 +759,7 @@
758759
"members": {
759760
"TargetGroupArn": {},
760761
"Attributes": {
761-
"shape": "S5l"
762+
"shape": "S5m"
762763
}
763764
}
764765
},
@@ -767,7 +768,7 @@
767768
"type": "structure",
768769
"members": {
769770
"Attributes": {
770-
"shape": "S5l"
771+
"shape": "S5m"
771772
}
772773
}
773774
}
@@ -782,7 +783,7 @@
782783
"members": {
783784
"TargetGroupArn": {},
784785
"Targets": {
785-
"shape": "S4b"
786+
"shape": "S4c"
786787
}
787788
}
788789
},
@@ -1296,7 +1297,7 @@
12961297
"GrpcCode": {}
12971298
}
12981299
},
1299-
"S3z": {
1300+
"S40": {
13001301
"type": "list",
13011302
"member": {
13021303
"type": "structure",
@@ -1330,24 +1331,25 @@
13301331
"shape": "S3u"
13311332
},
13321333
"LoadBalancerArns": {
1333-
"shape": "S41"
1334+
"shape": "S42"
13341335
},
13351336
"TargetType": {},
1336-
"ProtocolVersion": {}
1337+
"ProtocolVersion": {},
1338+
"IpAddressType": {}
13371339
}
13381340
}
13391341
},
1340-
"S41": {
1342+
"S42": {
13411343
"type": "list",
13421344
"member": {}
13431345
},
1344-
"S4b": {
1346+
"S4c": {
13451347
"type": "list",
13461348
"member": {
1347-
"shape": "S4c"
1349+
"shape": "S4d"
13481350
}
13491351
},
1350-
"S4c": {
1352+
"S4d": {
13511353
"type": "structure",
13521354
"required": [
13531355
"Id"
@@ -1360,7 +1362,7 @@
13601362
"AvailabilityZone": {}
13611363
}
13621364
},
1363-
"S4u": {
1365+
"S4v": {
13641366
"type": "list",
13651367
"member": {
13661368
"type": "structure",
@@ -1370,7 +1372,7 @@
13701372
}
13711373
}
13721374
},
1373-
"S5l": {
1375+
"S5m": {
13741376
"type": "list",
13751377
"member": {
13761378
"type": "structure",

apis/elasticloadbalancingv2-2015-12-01.normal.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,10 @@
16521652
"Tags": {
16531653
"shape": "TagList",
16541654
"documentation": "<p>The tags to assign to the target group.</p>"
1655+
},
1656+
"IpAddressType": {
1657+
"shape": "TargetGroupIpAddressTypeEnum",
1658+
"documentation": "<p>The type of IP address used for this target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>"
16551659
}
16561660
}
16571661
},
@@ -2477,14 +2481,14 @@
24772481
"members": {
24782482
"HttpCode": {
24792483
"shape": "HttpCode",
2480-
"documentation": "<p>For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").</p> <p>For Network Load Balancers and Gateway Load Balancers, this must be \"200–399\".</p>"
2484+
"documentation": "<p>For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").</p> <p>For Network Load Balancers and Gateway Load Balancers, this must be \"200–399\".</p> <p>Note that when using shorthand syntax, some values such as commas need to be escaped.</p>"
24812485
},
24822486
"GrpcCode": {
24832487
"shape": "GrpcCode",
24842488
"documentation": "<p>You can specify values between 0 and 99. You can specify multiple values (for example, \"0,1\") or a range of values (for example, \"0-5\"). The default value is 12.</p>"
24852489
}
24862490
},
2487-
"documentation": "<p>The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>"
2491+
"documentation": "<p>The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>"
24882492
},
24892493
"Max": {
24902494
"type": "string"
@@ -3371,6 +3375,10 @@
33713375
"ProtocolVersion": {
33723376
"shape": "ProtocolVersion",
33733377
"documentation": "<p>[HTTP/HTTPS protocol] The protocol version. The possible values are <code>GRPC</code>, <code>HTTP1</code>, and <code>HTTP2</code>.</p>"
3378+
},
3379+
"IpAddressType": {
3380+
"shape": "TargetGroupIpAddressTypeEnum",
3381+
"documentation": "<p>The type of IP address used for this target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>"
33743382
}
33753383
},
33763384
"documentation": "<p>Information about a target group.</p>"
@@ -3412,6 +3420,13 @@
34123420
"shape": "TargetGroupAttribute"
34133421
}
34143422
},
3423+
"TargetGroupIpAddressTypeEnum": {
3424+
"type": "string",
3425+
"enum": [
3426+
"ipv4",
3427+
"ipv6"
3428+
]
3429+
},
34153430
"TargetGroupList": {
34163431
"type": "list",
34173432
"member": {

0 commit comments

Comments
 (0)