Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit f8b919c

Browse files
author
awstools
committed
Updates SDK to v2.648.0
1 parent 319f325 commit f8b919c

17 files changed

Lines changed: 208 additions & 84 deletions

.changes/2.648.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": "GlobalAccelerator",
5+
"description": "This update adds an event history to the ListByoipCidr API call. This enables you to see the changes that you've made for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP)."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kendra",
10+
"description": "The Amazon Kendra Microsoft SharePoint data source now supports include and exclude regular expressions and change log features. Include and exclude regular expressions enable you to provide a list of regular expressions to match the display URL of SharePoint documents to either include or exclude documents respectively. When you enable the changelog feature it enables Amazon Kendra to use the SharePoint change log to determine which documents to update in the index."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ServiceCatalog",
15+
"description": "Added \"LocalRoleName\" as an acceptable Parameter for Launch type in CreateConstraint and UpdateConstraint APIs"
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.647.0-->
2+
<!--LATEST=2.648.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.648.0
6+
* feature: GlobalAccelerator: This update adds an event history to the ListByoipCidr API call. This enables you to see the changes that you've made for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
7+
* feature: Kendra: The Amazon Kendra Microsoft SharePoint data source now supports include and exclude regular expressions and change log features. Include and exclude regular expressions enable you to provide a list of regular expressions to match the display URL of SharePoint documents to either include or exclude documents respectively. When you enable the changelog feature it enables Amazon Kendra to use the SharePoint change log to determine which documents to update in the index.
8+
* feature: ServiceCatalog: Added "LocalRoleName" as an acceptable Parameter for Launch type in CreateConstraint and UpdateConstraint APIs
9+
510
## 2.647.0
611
* feature: FSx: This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types.
712
* feature: SageMaker: This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.647.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.648.0.min.js"></script>
2929

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

apis/globalaccelerator-2018-08-08.min.json

Lines changed: 45 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Name": {},
4444
"IpAddressType": {},
4545
"IpAddresses": {
46-
"shape": "S8"
46+
"shape": "Sb"
4747
},
4848
"Enabled": {
4949
"type": "boolean"
@@ -52,15 +52,15 @@
5252
"idempotencyToken": true
5353
},
5454
"Tags": {
55-
"shape": "Sc"
55+
"shape": "Sf"
5656
}
5757
}
5858
},
5959
"output": {
6060
"type": "structure",
6161
"members": {
6262
"Accelerator": {
63-
"shape": "Sh"
63+
"shape": "Sk"
6464
}
6565
}
6666
}
@@ -77,7 +77,7 @@
7777
"ListenerArn": {},
7878
"EndpointGroupRegion": {},
7979
"EndpointConfigurations": {
80-
"shape": "Sn"
80+
"shape": "Sp"
8181
},
8282
"TrafficDialPercentage": {
8383
"type": "float"
@@ -102,7 +102,7 @@
102102
"type": "structure",
103103
"members": {
104104
"EndpointGroup": {
105-
"shape": "Sw"
105+
"shape": "Sy"
106106
}
107107
}
108108
}
@@ -119,7 +119,7 @@
119119
"members": {
120120
"AcceleratorArn": {},
121121
"PortRanges": {
122-
"shape": "S11"
122+
"shape": "S13"
123123
},
124124
"Protocol": {},
125125
"ClientAffinity": {},
@@ -132,7 +132,7 @@
132132
"type": "structure",
133133
"members": {
134134
"Listener": {
135-
"shape": "S17"
135+
"shape": "S19"
136136
}
137137
}
138138
}
@@ -203,7 +203,7 @@
203203
"type": "structure",
204204
"members": {
205205
"Accelerator": {
206-
"shape": "Sh"
206+
"shape": "Sk"
207207
}
208208
}
209209
}
@@ -222,7 +222,7 @@
222222
"type": "structure",
223223
"members": {
224224
"AcceleratorAttributes": {
225-
"shape": "S1h"
225+
"shape": "S1j"
226226
}
227227
}
228228
}
@@ -241,7 +241,7 @@
241241
"type": "structure",
242242
"members": {
243243
"EndpointGroup": {
244-
"shape": "Sw"
244+
"shape": "Sy"
245245
}
246246
}
247247
}
@@ -260,7 +260,7 @@
260260
"type": "structure",
261261
"members": {
262262
"Listener": {
263-
"shape": "S17"
263+
"shape": "S19"
264264
}
265265
}
266266
}
@@ -281,7 +281,7 @@
281281
"Accelerators": {
282282
"type": "list",
283283
"member": {
284-
"shape": "Sh"
284+
"shape": "Sk"
285285
}
286286
},
287287
"NextToken": {}
@@ -331,7 +331,7 @@
331331
"EndpointGroups": {
332332
"type": "list",
333333
"member": {
334-
"shape": "Sw"
334+
"shape": "Sy"
335335
}
336336
},
337337
"NextToken": {}
@@ -358,7 +358,7 @@
358358
"Listeners": {
359359
"type": "list",
360360
"member": {
361-
"shape": "S17"
361+
"shape": "S19"
362362
}
363363
},
364364
"NextToken": {}
@@ -379,7 +379,7 @@
379379
"type": "structure",
380380
"members": {
381381
"Tags": {
382-
"shape": "Sc"
382+
"shape": "Sf"
383383
}
384384
}
385385
}
@@ -425,7 +425,7 @@
425425
"members": {
426426
"ResourceArn": {},
427427
"Tags": {
428-
"shape": "Sc"
428+
"shape": "Sf"
429429
}
430430
}
431431
},
@@ -473,7 +473,7 @@
473473
"type": "structure",
474474
"members": {
475475
"Accelerator": {
476-
"shape": "Sh"
476+
"shape": "Sk"
477477
}
478478
}
479479
}
@@ -497,7 +497,7 @@
497497
"type": "structure",
498498
"members": {
499499
"AcceleratorAttributes": {
500-
"shape": "S1h"
500+
"shape": "S1j"
501501
}
502502
}
503503
}
@@ -511,7 +511,7 @@
511511
"members": {
512512
"EndpointGroupArn": {},
513513
"EndpointConfigurations": {
514-
"shape": "Sn"
514+
"shape": "Sp"
515515
},
516516
"TrafficDialPercentage": {
517517
"type": "float"
@@ -533,7 +533,7 @@
533533
"type": "structure",
534534
"members": {
535535
"EndpointGroup": {
536-
"shape": "Sw"
536+
"shape": "Sy"
537537
}
538538
}
539539
}
@@ -547,7 +547,7 @@
547547
"members": {
548548
"ListenerArn": {},
549549
"PortRanges": {
550-
"shape": "S11"
550+
"shape": "S13"
551551
},
552552
"Protocol": {},
553553
"ClientAffinity": {}
@@ -557,7 +557,7 @@
557557
"type": "structure",
558558
"members": {
559559
"Listener": {
560-
"shape": "S17"
560+
"shape": "S19"
561561
}
562562
}
563563
}
@@ -587,14 +587,26 @@
587587
"type": "structure",
588588
"members": {
589589
"Cidr": {},
590-
"State": {}
590+
"State": {},
591+
"Events": {
592+
"type": "list",
593+
"member": {
594+
"type": "structure",
595+
"members": {
596+
"Message": {},
597+
"Timestamp": {
598+
"type": "timestamp"
599+
}
600+
}
601+
}
602+
}
591603
}
592604
},
593-
"S8": {
605+
"Sb": {
594606
"type": "list",
595607
"member": {}
596608
},
597-
"Sc": {
609+
"Sf": {
598610
"type": "list",
599611
"member": {
600612
"type": "structure",
@@ -608,7 +620,7 @@
608620
}
609621
}
610622
},
611-
"Sh": {
623+
"Sk": {
612624
"type": "structure",
613625
"members": {
614626
"AcceleratorArn": {},
@@ -624,7 +636,7 @@
624636
"members": {
625637
"IpFamily": {},
626638
"IpAddresses": {
627-
"shape": "S8"
639+
"shape": "Sb"
628640
}
629641
}
630642
}
@@ -639,7 +651,7 @@
639651
}
640652
}
641653
},
642-
"Sn": {
654+
"Sp": {
643655
"type": "list",
644656
"member": {
645657
"type": "structure",
@@ -654,7 +666,7 @@
654666
}
655667
}
656668
},
657-
"Sw": {
669+
"Sy": {
658670
"type": "structure",
659671
"members": {
660672
"EndpointGroupArn": {},
@@ -692,7 +704,7 @@
692704
}
693705
}
694706
},
695-
"S11": {
707+
"S13": {
696708
"type": "list",
697709
"member": {
698710
"type": "structure",
@@ -706,18 +718,18 @@
706718
}
707719
}
708720
},
709-
"S17": {
721+
"S19": {
710722
"type": "structure",
711723
"members": {
712724
"ListenerArn": {},
713725
"PortRanges": {
714-
"shape": "S11"
726+
"shape": "S13"
715727
},
716728
"Protocol": {},
717729
"ClientAffinity": {}
718730
}
719731
},
720-
"S1h": {
732+
"S1j": {
721733
"type": "structure",
722734
"members": {
723735
"FlowLogsEnabled": {

apis/globalaccelerator-2018-08-08.normal.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"shape": "InternalServiceErrorException"
317317
}
318318
],
319-
"documentation": "<p>Describe an endpoint group.</p>"
319+
"documentation": "<p>Describe an endpoint group. To see an AWS CLI example of describing an endpoint group, scroll down to <b>Example</b>.</p>"
320320
},
321321
"DescribeListener": {
322322
"name": "DescribeListener",
@@ -394,7 +394,7 @@
394394
"shape": "InvalidNextTokenException"
395395
}
396396
],
397-
"documentation": "<p>Lists the IP address ranges that were specified in calls to <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html\">ProvisionByoipCidr</a>.</p> <p>To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to <b>Example</b>.</p>"
397+
"documentation": "<p>Lists the IP address ranges that were specified in calls to <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html\">ProvisionByoipCidr</a>, including the current state and a history of state changes.</p> <p>To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to <b>Example</b>.</p>"
398398
},
399399
"ListEndpointGroups": {
400400
"name": "ListEndpointGroups",
@@ -810,9 +810,33 @@
810810
"State": {
811811
"shape": "ByoipCidrState",
812812
"documentation": "<p>The state of the address pool.</p>"
813+
},
814+
"Events": {
815+
"shape": "ByoipCidrEvents",
816+
"documentation": "<p>A history of status changes for an IP address range that that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>"
813817
}
814818
},
815-
"documentation": "<p>Information about an IP address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).</p> <p>The following describes each BYOIP <code>State</code> that your IP address range can be in.</p> <ul> <li> <p> <b>PENDING_PROVISIONING</b> — You’ve submitted a request to provision an IP address range but it is not yet provisioned with AWS Global Accelerator.</p> </li> <li> <p> <b>READY</b> — The address range is provisioned with AWS Global Accelerator and can be advertised.</p> </li> <li> <p> <b>PENDING_ADVERTISING</b> — You’ve submitted a request for AWS Global Accelerator to advertise an address range but it is not yet being advertised.</p> </li> <li> <p> <b>ADVERTISING</b> — The address range is being advertised by AWS Global Accelerator.</p> </li> <li> <p> <b>PENDING_WITHDRAWING</b> — You’ve submitted a request to withdraw an address range from being advertised but it is still being advertised by AWS Global Accelerator.</p> </li> <li> <p> <b>PENDING_DEPROVISIONING</b> — You’ve submitted a request to deprovision an address range from AWS Global Accelerator but it is still provisioned.</p> </li> <li> <p> <b>DEPROVISIONED</b> — The address range is deprovisioned from AWS Global Accelerator.</p> </li> <li> <p> <b>FAILED_PROVISION </b> — The request to provision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_ADVERTISING</b> — The request for AWS Global Accelerator to advertise the address range was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_WITHDRAW</b> — The request to withdraw the address range from advertising by AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_DEPROVISION </b> — The request to deprovision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> </ul>"
819+
"documentation": "<p>Information about an IP address range that is provisioned for use with your AWS resources through bring your own IP address (BYOIP).</p> <p>The following describes each BYOIP <code>State</code> that your IP address range can be in.</p> <ul> <li> <p> <b>PENDING_PROVISIONING</b> — You’ve submitted a request to provision an IP address range but it is not yet provisioned with AWS Global Accelerator.</p> </li> <li> <p> <b>READY</b> — The address range is provisioned with AWS Global Accelerator and can be advertised.</p> </li> <li> <p> <b>PENDING_ADVERTISING</b> — You’ve submitted a request for AWS Global Accelerator to advertise an address range but it is not yet being advertised.</p> </li> <li> <p> <b>ADVERTISING</b> — The address range is being advertised by AWS Global Accelerator.</p> </li> <li> <p> <b>PENDING_WITHDRAWING</b> — You’ve submitted a request to withdraw an address range from being advertised but it is still being advertised by AWS Global Accelerator.</p> </li> <li> <p> <b>PENDING_DEPROVISIONING</b> — You’ve submitted a request to deprovision an address range from AWS Global Accelerator but it is still provisioned.</p> </li> <li> <p> <b>DEPROVISIONED</b> — The address range is deprovisioned from AWS Global Accelerator.</p> </li> <li> <p> <b>FAILED_PROVISION </b> — The request to provision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_ADVERTISING</b> — The request for AWS Global Accelerator to advertise the address range was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_WITHDRAW</b> — The request to withdraw the address range from advertising by AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> <li> <p> <b>FAILED_DEPROVISION </b> — The request to deprovision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.</p> </li> </ul>"
820+
},
821+
"ByoipCidrEvent": {
822+
"type": "structure",
823+
"members": {
824+
"Message": {
825+
"shape": "GenericString",
826+
"documentation": "<p>A string that contains an <code>Event</code> message describing changes that you make in the status of an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>"
827+
},
828+
"Timestamp": {
829+
"shape": "Timestamp",
830+
"documentation": "<p>A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>"
831+
}
832+
},
833+
"documentation": "<p>A complex type that contains a <code>Message</code> and a <code>Timestamp</code> value for changes that you make in the status an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>"
834+
},
835+
"ByoipCidrEvents": {
836+
"type": "list",
837+
"member": {
838+
"shape": "ByoipCidrEvent"
839+
}
816840
},
817841
"ByoipCidrState": {
818842
"type": "string",
@@ -1159,7 +1183,7 @@
11591183
},
11601184
"ClientIPPreservationEnabled": {
11611185
"shape": "GenericBoolean",
1162-
"documentation": "<p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators. </p> <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-how-it-works-client-ip.html\"> Viewing Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>"
1186+
"documentation": "<p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators. </p> <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html\"> Preserve Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>"
11631187
}
11641188
},
11651189
"documentation": "<p>A complex type for endpoints.</p>"

0 commit comments

Comments
 (0)