Skip to content

Commit cc11160

Browse files
author
awstools
committedMar 31, 2023
Updates SDK to v2.1348.0
1 parent c58ec67 commit cc11160

24 files changed

+729
-574
lines changed
 

‎.changes/2.1348.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "InternetMonitor",
5+
"description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SMS",
10+
"description": "Deprecating AWS Server Migration Service."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMakerFeatureStoreRuntime",
15+
"description": "In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data."
16+
}
17+
]

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1347.0-->
2+
<!--LATEST=2.1348.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1348.0
6+
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
7+
* feature: SMS: Deprecating AWS Server Migration Service.
8+
* feature: SageMakerFeatureStoreRuntime: In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data.
9+
510
## 2.1347.0
611
* feature: Athena: Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
712
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.

‎README.md

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

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1347.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1348.0.min.js"></script>
7474

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -31916,7 +31916,7 @@
3191631916
"members": {
3191731917
"CapacityReservationId": {
3191831918
"shape": "CapacityReservationId",
31919-
"documentation": "<p>The ID of the Capacity Reservation.</p>"
31919+
"documentation": "<p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.</p>"
3192031920
},
3192131921
"NextToken": {
3192231922
"shape": "String",
@@ -35367,7 +35367,7 @@
3536735367
},
3536835368
"ElasticInferenceAcceleratorAssociations": {
3536935369
"shape": "ElasticInferenceAcceleratorAssociationList",
35370-
"documentation": "<p> The elastic inference accelerator associated with the instance.</p>",
35370+
"documentation": "<p>The elastic inference accelerator associated with the instance.</p>",
3537135371
"locationName": "elasticInferenceAcceleratorAssociationSet"
3537235372
},
3537335373
"NetworkInterfaces": {
@@ -51910,7 +51910,7 @@
5191051910
},
5191151911
"ElasticInferenceAccelerators": {
5191251912
"shape": "ElasticInferenceAccelerators",
51913-
"documentation": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p>",
51913+
"documentation": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p> <note> <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.</p> </note>",
5191451914
"locationName": "ElasticInferenceAccelerator"
5191551915
},
5191651916
"TagSpecifications": {

‎apis/internetmonitor-2021-06-03.min.json

+41-19
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
},
3737
"MaxCityNetworksToMonitor": {
3838
"type": "integer"
39+
},
40+
"InternetMeasurementsLogDelivery": {
41+
"shape": "Sa"
3942
}
4043
}
4144
},
@@ -114,19 +117,19 @@
114117
"EventArn": {},
115118
"EventId": {},
116119
"StartedAt": {
117-
"shape": "Si"
120+
"shape": "Sm"
118121
},
119122
"EndedAt": {
120-
"shape": "Si"
123+
"shape": "Sm"
121124
},
122125
"CreatedAt": {
123-
"shape": "Si"
126+
"shape": "Sm"
124127
},
125128
"LastUpdatedAt": {
126-
"shape": "Si"
129+
"shape": "Sm"
127130
},
128131
"ImpactedLocations": {
129-
"shape": "Sj"
132+
"shape": "Sn"
130133
},
131134
"Status": {},
132135
"PercentOfTotalTrafficImpacted": {
@@ -173,10 +176,10 @@
173176
},
174177
"Status": {},
175178
"CreatedAt": {
176-
"shape": "Si"
179+
"shape": "Sm"
177180
},
178181
"ModifiedAt": {
179-
"shape": "Si"
182+
"shape": "Sm"
180183
},
181184
"ProcessingStatus": {},
182185
"ProcessingStatusInfo": {},
@@ -185,6 +188,9 @@
185188
},
186189
"MaxCityNetworksToMonitor": {
187190
"type": "integer"
191+
},
192+
"InternetMeasurementsLogDelivery": {
193+
"shape": "Sa"
188194
}
189195
}
190196
}
@@ -206,12 +212,12 @@
206212
"locationName": "MonitorName"
207213
},
208214
"StartTime": {
209-
"shape": "Si",
215+
"shape": "Sm",
210216
"location": "querystring",
211217
"locationName": "StartTime"
212218
},
213219
"EndTime": {
214-
"shape": "Si",
220+
"shape": "Sm",
215221
"location": "querystring",
216222
"locationName": "EndTime"
217223
},
@@ -253,19 +259,19 @@
253259
"EventArn": {},
254260
"EventId": {},
255261
"StartedAt": {
256-
"shape": "Si"
262+
"shape": "Sm"
257263
},
258264
"EndedAt": {
259-
"shape": "Si"
265+
"shape": "Sm"
260266
},
261267
"CreatedAt": {
262-
"shape": "Si"
268+
"shape": "Sm"
263269
},
264270
"LastUpdatedAt": {
265-
"shape": "Si"
271+
"shape": "Sm"
266272
},
267273
"ImpactedLocations": {
268-
"shape": "Sj"
274+
"shape": "Sn"
269275
},
270276
"Status": {},
271277
"PercentOfTotalTrafficImpacted": {
@@ -443,6 +449,9 @@
443449
},
444450
"MaxCityNetworksToMonitor": {
445451
"type": "integer"
452+
},
453+
"InternetMeasurementsLogDelivery": {
454+
"shape": "Sa"
446455
}
447456
}
448457
},
@@ -470,11 +479,24 @@
470479
"key": {},
471480
"value": {}
472481
},
473-
"Si": {
482+
"Sa": {
483+
"type": "structure",
484+
"members": {
485+
"S3Config": {
486+
"type": "structure",
487+
"members": {
488+
"BucketName": {},
489+
"BucketPrefix": {},
490+
"LogDeliveryStatus": {}
491+
}
492+
}
493+
}
494+
},
495+
"Sm": {
474496
"type": "timestamp",
475497
"timestampFormat": "iso8601"
476498
},
477-
"Sj": {
499+
"Sn": {
478500
"type": "list",
479501
"member": {
480502
"type": "structure",
@@ -512,10 +534,10 @@
512534
],
513535
"members": {
514536
"Networks": {
515-
"shape": "Sp"
537+
"shape": "St"
516538
},
517539
"AsPath": {
518-
"shape": "Sp"
540+
"shape": "St"
519541
},
520542
"NetworkEventType": {}
521543
}
@@ -570,7 +592,7 @@
570592
}
571593
}
572594
},
573-
"Sp": {
595+
"St": {
574596
"type": "list",
575597
"member": {
576598
"type": "structure",

0 commit comments

Comments
 (0)