Skip to content

Commit 250002b

Browse files
author
awstools
committed
Updates SDK to v2.1372.0
1 parent fbc5768 commit 250002b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+9672
-2155
lines changed

.changes/2.1372.0.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatch",
5+
"description": "Adds support for filtering by metric names in CloudWatch Metric Streams."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConfigService",
10+
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ECS",
15+
"description": "Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "NetworkFirewall",
20+
"description": "This release adds support for the Suricata REJECT option in midstream exception configurations."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "OpenSearch",
25+
"description": "DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "QuickSight",
30+
"description": "Add support for Topic, Dataset parameters and VPC"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Rekognition",
35+
"description": "This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. [\"DEFAULT\", \"FACE_OCCLUDED\", \"AGE_RANGE\"] instead of [\"ALL\"]), which can reduce response time."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SQS",
40+
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SageMaker",
45+
"description": "We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SecurityHub",
50+
"description": "Add support for Finding History."
51+
}
52+
]

CHANGELOG.md

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

5+
## 2.1372.0
6+
* feature: CloudWatch: Adds support for filtering by metric names in CloudWatch Metric Streams.
7+
* feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
8+
* feature: ECS: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
9+
* feature: NetworkFirewall: This release adds support for the Suricata REJECT option in midstream exception configurations.
10+
* feature: OpenSearch: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
11+
* feature: QuickSight: Add support for Topic, Dataset parameters and VPC
12+
* feature: Rekognition: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
13+
* feature: SQS: This release enables customers to call SQS using AWS JSON-1.0 protocol.
14+
* feature: SageMaker: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
15+
* feature: SecurityHub: Add support for Finding History.
16+
517
## 2.1371.0
618
* feature: AppSync: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
719
* feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7272
To use the SDK in the browser, simply add the following script tag to your
7373
HTML pages:
7474

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1371.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1372.0.min.js"></script>
7676

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

apis/config-2014-11-12.normal.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8224,7 +8224,30 @@
82248224
"AWS::NetworkManager::TransitGatewayRegistration",
82258225
"AWS::CustomerProfiles::Domain",
82268226
"AWS::AutoScaling::WarmPool",
8227-
"AWS::Connect::PhoneNumber"
8227+
"AWS::Connect::PhoneNumber",
8228+
"AWS::AppConfig::DeploymentStrategy",
8229+
"AWS::AppFlow::Flow",
8230+
"AWS::AuditManager::Assessment",
8231+
"AWS::CloudWatch::MetricStream",
8232+
"AWS::DeviceFarm::InstanceProfile",
8233+
"AWS::DeviceFarm::Project",
8234+
"AWS::EC2::EC2Fleet",
8235+
"AWS::EC2::SubnetRouteTableAssociation",
8236+
"AWS::ECR::PullThroughCacheRule",
8237+
"AWS::GroundStation::Config",
8238+
"AWS::ImageBuilder::ImagePipeline",
8239+
"AWS::IoT::FleetMetric",
8240+
"AWS::IoTWireless::ServiceProfile",
8241+
"AWS::NetworkManager::Device",
8242+
"AWS::NetworkManager::GlobalNetwork",
8243+
"AWS::NetworkManager::Link",
8244+
"AWS::NetworkManager::Site",
8245+
"AWS::Panorama::Package",
8246+
"AWS::Pinpoint::App",
8247+
"AWS::Redshift::ScheduledAction",
8248+
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
8249+
"AWS::SageMaker::AppImageConfig",
8250+
"AWS::SageMaker::Image"
82288251
]
82298252
},
82308253
"ResourceTypeList": {

apis/connect-2017-08-08.normal.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
"shape": "ResourceConflictException"
559559
}
560560
],
561-
"documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. An evaluation form must have a unique title within an instance. Question and section identifiers cannot be duplicated within the same evaluation form.</p>",
561+
"documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.</p>",
562562
"idempotent": true
563563
},
564564
"CreateHoursOfOperation": {
@@ -676,9 +676,6 @@
676676
{
677677
"shape": "InvalidRequestException"
678678
},
679-
{
680-
"shape": "InvalidParameterException"
681-
},
682679
{
683680
"shape": "ResourceNotFoundException"
684681
},
@@ -4965,7 +4962,7 @@
49654962
"shape": "ResourceConflictException"
49664963
}
49674964
],
4968-
"documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect instance. An evaluation form must have a unique title within an instance. Question and section identifiers cannot be duplicated within the same evaluation form.</p> <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>",
4965+
"documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form.</p> <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>",
49694966
"idempotent": true
49704967
},
49714968
"UpdateHoursOfOperation": {
@@ -7194,7 +7191,7 @@
71947191
},
71957192
"Title": {
71967193
"shape": "EvaluationFormTitle",
7197-
"documentation": "<p>A unique title of the evaluation form.</p>"
7194+
"documentation": "<p>A title of the evaluation form.</p>"
71987195
},
71997196
"Description": {
72007197
"shape": "EvaluationFormDescription",
@@ -9801,7 +9798,7 @@
98019798
},
98029799
"Title": {
98039800
"shape": "EvaluationFormTitle",
9804-
"documentation": "<p>A unique title of the evaluation form.</p>"
9801+
"documentation": "<p>A title of the evaluation form.</p>"
98059802
},
98069803
"Description": {
98079804
"shape": "EvaluationFormDescription",
@@ -9866,7 +9863,7 @@
98669863
},
98679864
"Title": {
98689865
"shape": "EvaluationFormTitle",
9869-
"documentation": "<p>A unique title of the evaluation form.</p>"
9866+
"documentation": "<p>A title of the evaluation form.</p>"
98709867
},
98719868
"Description": {
98729869
"shape": "EvaluationFormDescription",
@@ -10257,7 +10254,7 @@
1025710254
},
1025810255
"Title": {
1025910256
"shape": "EvaluationFormTitle",
10260-
"documentation": "<p>A unique title of the evaluation form.</p>"
10257+
"documentation": "<p>A title of the evaluation form.</p>"
1026110258
},
1026210259
"CreatedTime": {
1026310260
"shape": "Timestamp",
@@ -10488,7 +10485,7 @@
1048810485
},
1048910486
"EvaluationFormTitle": {
1049010487
"shape": "EvaluationFormTitle",
10491-
"documentation": "<p>A unique title of the evaluation form.</p>"
10488+
"documentation": "<p>A title of the evaluation form.</p>"
1049210489
},
1049310490
"EvaluationFormId": {
1049410491
"shape": "ResourceId",
@@ -13788,7 +13785,7 @@
1378813785
"documentation": "<p>The property label of the automation.</p>"
1378913786
}
1379013787
},
13791-
"documentation": "<p>Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question.</p> <ul> <li> <p>Sentiment scores have a minimum value of -5 and maximum value of 5.</p> </li> <li> <p> Duration labels, such as <code>NON_TALK_TIME</code>, <code>CONTACT_DURATION</code>, <code>AGENT_INTERACTION_DURATION</code>, <code>CUSTOMER_HOLD_TIME</code> have a minimum value of 0 and maximum value of 28800.</p> </li> <li> <p>Percantages have a minimum value of 0 and maximum value of 100. </p> </li> <li> <p> <code>NUMBER_OF_INTERRUPTIONS</code> has a minimum value of 0 and maximum value of 100.</p> </li> </ul>"
13788+
"documentation": "<p>Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question.</p> <ul> <li> <p>Sentiment scores have a minimum value of -5 and maximum value of 5.</p> </li> <li> <p> Duration labels, such as <code>NON_TALK_TIME</code>, <code>CONTACT_DURATION</code>, <code>AGENT_INTERACTION_DURATION</code>, <code>CUSTOMER_HOLD_TIME</code> have a minimum value of 0 and maximum value of 28800.</p> </li> <li> <p>Percentages have a minimum value of 0 and maximum value of 100. </p> </li> <li> <p> <code>NUMBER_OF_INTERRUPTIONS</code> has a minimum value of 0 and maximum value of 1000.</p> </li> </ul>"
1379213789
},
1379313790
"Origin": {
1379413791
"type": "string",
@@ -15958,7 +15955,7 @@
1595815955
},
1595915956
"OptionRefId": {
1596015957
"shape": "ReferenceId",
15961-
"documentation": "<p>The identifier of the answer option tha</p>"
15958+
"documentation": "<p>The identifier of the answer option.</p>"
1596215959
}
1596315960
},
1596415961
"documentation": "<p>Information about the automation option based on a rule category for a single select question.</p>"
@@ -17482,7 +17479,7 @@
1748217479
},
1748317480
"Title": {
1748417481
"shape": "EvaluationFormTitle",
17485-
"documentation": "<p>A unique title of the evaluation form.</p>"
17482+
"documentation": "<p>A title of the evaluation form.</p>"
1748617483
},
1748717484
"Description": {
1748817485
"shape": "EvaluationFormDescription",

apis/ecs-2014-11-13.normal.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
},
6666
{
6767
"shape": "InvalidParameterException"
68+
},
69+
{
70+
"shape": "NamespaceNotFoundException"
6871
}
6972
],
7073
"documentation": "<p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code> cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the <code>CreateCluster</code> action.</p> <note> <p>When you call the <a>CreateCluster</a> API operation, Amazon ECS attempts to create the Amazon ECS service-linked role for your account. This is so that it can manage required resources in other Amazon Web Services services on your behalf. However, if the user that makes the call doesn't have permissions to create the service-linked role, it isn't created. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html\">Using service-linked roles for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p> </note>"
@@ -1441,6 +1444,9 @@
14411444
},
14421445
{
14431446
"shape": "InvalidParameterException"
1447+
},
1448+
{
1449+
"shape": "NamespaceNotFoundException"
14441450
}
14451451
],
14461452
"documentation": "<p>Updates the cluster.</p>"

apis/monitoring-2010-08-01.min.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@
793793
},
794794
"OutputFormat": {},
795795
"StatisticsConfigurations": {
796-
"shape": "S4n"
796+
"shape": "S4o"
797797
},
798798
"IncludeLinkedAccountsMetrics": {
799799
"type": "boolean"
@@ -999,7 +999,7 @@
999999
"type": "structure",
10001000
"members": {
10011001
"Tags": {
1002-
"shape": "S5r"
1002+
"shape": "S5s"
10031003
}
10041004
}
10051005
}
@@ -1066,7 +1066,7 @@
10661066
"shape": "S1t"
10671067
},
10681068
"Tags": {
1069-
"shape": "S5r"
1069+
"shape": "S5s"
10701070
},
10711071
"ActionsSuppressor": {},
10721072
"ActionsSuppressorWaitPeriod": {
@@ -1119,7 +1119,7 @@
11191119
"RuleState": {},
11201120
"RuleDefinition": {},
11211121
"Tags": {
1122-
"shape": "S5r"
1122+
"shape": "S5s"
11231123
}
11241124
}
11251125
},
@@ -1148,7 +1148,7 @@
11481148
"TemplateName": {},
11491149
"ResourceARN": {},
11501150
"Tags": {
1151-
"shape": "S5r"
1151+
"shape": "S5s"
11521152
}
11531153
}
11541154
}
@@ -1215,7 +1215,7 @@
12151215
"shape": "Se"
12161216
},
12171217
"Tags": {
1218-
"shape": "S5r"
1218+
"shape": "S5s"
12191219
},
12201220
"ThresholdMetricId": {}
12211221
}
@@ -1314,10 +1314,10 @@
13141314
"RoleArn": {},
13151315
"OutputFormat": {},
13161316
"Tags": {
1317-
"shape": "S5r"
1317+
"shape": "S5s"
13181318
},
13191319
"StatisticsConfigurations": {
1320-
"shape": "S4n"
1320+
"shape": "S4o"
13211321
},
13221322
"IncludeLinkedAccountsMetrics": {
13231323
"type": "boolean"
@@ -1356,7 +1356,7 @@
13561356
],
13571357
"members": {
13581358
"Names": {
1359-
"shape": "S6m"
1359+
"shape": "S6n"
13601360
}
13611361
}
13621362
},
@@ -1374,7 +1374,7 @@
13741374
],
13751375
"members": {
13761376
"Names": {
1377-
"shape": "S6m"
1377+
"shape": "S6n"
13781378
}
13791379
}
13801380
},
@@ -1394,7 +1394,7 @@
13941394
"members": {
13951395
"ResourceARN": {},
13961396
"Tags": {
1397-
"shape": "S5r"
1397+
"shape": "S5s"
13981398
}
13991399
}
14001400
},
@@ -1683,11 +1683,15 @@
16831683
"member": {
16841684
"type": "structure",
16851685
"members": {
1686-
"Namespace": {}
1686+
"Namespace": {},
1687+
"MetricNames": {
1688+
"type": "list",
1689+
"member": {}
1690+
}
16871691
}
16881692
}
16891693
},
1690-
"S4n": {
1694+
"S4o": {
16911695
"type": "list",
16921696
"member": {
16931697
"type": "structure",
@@ -1717,7 +1721,7 @@
17171721
}
17181722
}
17191723
},
1720-
"S5r": {
1724+
"S5s": {
17211725
"type": "list",
17221726
"member": {
17231727
"type": "structure",
@@ -1731,7 +1735,7 @@
17311735
}
17321736
}
17331737
},
1734-
"S6m": {
1738+
"S6n": {
17351739
"type": "list",
17361740
"member": {}
17371741
}

0 commit comments

Comments
 (0)