Skip to content

Commit

Permalink
Updates SDK to v2.1372.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 4, 2023
1 parent fbc5768 commit 250002b
Show file tree
Hide file tree
Showing 43 changed files with 9,672 additions and 2,155 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1372.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Adds support for filtering by metric names in CloudWatch Metric Streams."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023."
},
{
"type": "feature",
"category": "ECS",
"description": "Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster"
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "This release adds support for the Suricata REJECT option in midstream exception configurations."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain"
},
{
"type": "feature",
"category": "QuickSight",
"description": "Add support for Topic, Dataset parameters and VPC"
},
{
"type": "feature",
"category": "Rekognition",
"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."
},
{
"type": "feature",
"category": "SQS",
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Add support for Finding History."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1371.0-->
<!--LATEST=2.1372.0-->
<!--ENTRYINSERT-->

## 2.1372.0
* feature: CloudWatch: Adds support for filtering by metric names in CloudWatch Metric Streams.
* feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
* feature: ECS: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
* feature: NetworkFirewall: This release adds support for the Suricata REJECT option in midstream exception configurations.
* feature: OpenSearch: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
* feature: QuickSight: Add support for Topic, Dataset parameters and VPC
* 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.
* feature: SQS: This release enables customers to call SQS using AWS JSON-1.0 protocol.
* 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.
* feature: SecurityHub: Add support for Finding History.

## 2.1371.0
* 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").
* feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
25 changes: 24 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8224,7 +8224,30 @@
"AWS::NetworkManager::TransitGatewayRegistration",
"AWS::CustomerProfiles::Domain",
"AWS::AutoScaling::WarmPool",
"AWS::Connect::PhoneNumber"
"AWS::Connect::PhoneNumber",
"AWS::AppConfig::DeploymentStrategy",
"AWS::AppFlow::Flow",
"AWS::AuditManager::Assessment",
"AWS::CloudWatch::MetricStream",
"AWS::DeviceFarm::InstanceProfile",
"AWS::DeviceFarm::Project",
"AWS::EC2::EC2Fleet",
"AWS::EC2::SubnetRouteTableAssociation",
"AWS::ECR::PullThroughCacheRule",
"AWS::GroundStation::Config",
"AWS::ImageBuilder::ImagePipeline",
"AWS::IoT::FleetMetric",
"AWS::IoTWireless::ServiceProfile",
"AWS::NetworkManager::Device",
"AWS::NetworkManager::GlobalNetwork",
"AWS::NetworkManager::Link",
"AWS::NetworkManager::Site",
"AWS::Panorama::Package",
"AWS::Pinpoint::App",
"AWS::Redshift::ScheduledAction",
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
"AWS::SageMaker::AppImageConfig",
"AWS::SageMaker::Image"
]
},
"ResourceTypeList": {
Expand Down
23 changes: 10 additions & 13 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"shape": "ResourceConflictException"
}
],
"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>",
"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>",
"idempotent": true
},
"CreateHoursOfOperation": {
Expand Down Expand Up @@ -676,9 +676,6 @@
{
"shape": "InvalidRequestException"
},
{
"shape": "InvalidParameterException"
},
{
"shape": "ResourceNotFoundException"
},
Expand Down Expand Up @@ -4965,7 +4962,7 @@
"shape": "ResourceConflictException"
}
],
"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>",
"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>",
"idempotent": true
},
"UpdateHoursOfOperation": {
Expand Down Expand Up @@ -7194,7 +7191,7 @@
},
"Title": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"Description": {
"shape": "EvaluationFormDescription",
Expand Down Expand Up @@ -9801,7 +9798,7 @@
},
"Title": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"Description": {
"shape": "EvaluationFormDescription",
Expand Down Expand Up @@ -9866,7 +9863,7 @@
},
"Title": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"Description": {
"shape": "EvaluationFormDescription",
Expand Down Expand Up @@ -10257,7 +10254,7 @@
},
"Title": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"CreatedTime": {
"shape": "Timestamp",
Expand Down Expand Up @@ -10488,7 +10485,7 @@
},
"EvaluationFormTitle": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"EvaluationFormId": {
"shape": "ResourceId",
Expand Down Expand Up @@ -13788,7 +13785,7 @@
"documentation": "<p>The property label of the automation.</p>"
}
},
"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>"
"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>"
},
"Origin": {
"type": "string",
Expand Down Expand Up @@ -15958,7 +15955,7 @@
},
"OptionRefId": {
"shape": "ReferenceId",
"documentation": "<p>The identifier of the answer option tha</p>"
"documentation": "<p>The identifier of the answer option.</p>"
}
},
"documentation": "<p>Information about the automation option based on a rule category for a single select question.</p>"
Expand Down Expand Up @@ -17482,7 +17479,7 @@
},
"Title": {
"shape": "EvaluationFormTitle",
"documentation": "<p>A unique title of the evaluation form.</p>"
"documentation": "<p>A title of the evaluation form.</p>"
},
"Description": {
"shape": "EvaluationFormDescription",
Expand Down
6 changes: 6 additions & 0 deletions apis/ecs-2014-11-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
},
{
"shape": "InvalidParameterException"
},
{
"shape": "NamespaceNotFoundException"
}
],
"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>"
Expand Down Expand Up @@ -1441,6 +1444,9 @@
},
{
"shape": "InvalidParameterException"
},
{
"shape": "NamespaceNotFoundException"
}
],
"documentation": "<p>Updates the cluster.</p>"
Expand Down
34 changes: 19 additions & 15 deletions apis/monitoring-2010-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
},
"OutputFormat": {},
"StatisticsConfigurations": {
"shape": "S4n"
"shape": "S4o"
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean"
Expand Down Expand Up @@ -999,7 +999,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S5r"
"shape": "S5s"
}
}
}
Expand Down Expand Up @@ -1066,7 +1066,7 @@
"shape": "S1t"
},
"Tags": {
"shape": "S5r"
"shape": "S5s"
},
"ActionsSuppressor": {},
"ActionsSuppressorWaitPeriod": {
Expand Down Expand Up @@ -1119,7 +1119,7 @@
"RuleState": {},
"RuleDefinition": {},
"Tags": {
"shape": "S5r"
"shape": "S5s"
}
}
},
Expand Down Expand Up @@ -1148,7 +1148,7 @@
"TemplateName": {},
"ResourceARN": {},
"Tags": {
"shape": "S5r"
"shape": "S5s"
}
}
}
Expand Down Expand Up @@ -1215,7 +1215,7 @@
"shape": "Se"
},
"Tags": {
"shape": "S5r"
"shape": "S5s"
},
"ThresholdMetricId": {}
}
Expand Down Expand Up @@ -1314,10 +1314,10 @@
"RoleArn": {},
"OutputFormat": {},
"Tags": {
"shape": "S5r"
"shape": "S5s"
},
"StatisticsConfigurations": {
"shape": "S4n"
"shape": "S4o"
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean"
Expand Down Expand Up @@ -1356,7 +1356,7 @@
],
"members": {
"Names": {
"shape": "S6m"
"shape": "S6n"
}
}
},
Expand All @@ -1374,7 +1374,7 @@
],
"members": {
"Names": {
"shape": "S6m"
"shape": "S6n"
}
}
},
Expand All @@ -1394,7 +1394,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S5r"
"shape": "S5s"
}
}
},
Expand Down Expand Up @@ -1683,11 +1683,15 @@
"member": {
"type": "structure",
"members": {
"Namespace": {}
"Namespace": {},
"MetricNames": {
"type": "list",
"member": {}
}
}
}
},
"S4n": {
"S4o": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -1717,7 +1721,7 @@
}
}
},
"S5r": {
"S5s": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1731,7 +1735,7 @@
}
}
},
"S6m": {
"S6n": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 250002b

Please sign in to comment.