Skip to content

Commit

Permalink
Updates SDK to v2.1114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 13, 2022
1 parent 6ec235d commit 750203f
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 106 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1114.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Adds support for additional statistics in CloudWatch Metric Streams."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1113.0-->
<!--LATEST=2.1114.0-->
<!--ENTRYINSERT-->

## 2.1114.0
* feature: CloudWatch: Adds support for additional statistics in CloudWatch Metric Streams.
* feature: FSx: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.

## 2.1113.0
* feature: DevOpsGuru: This release adds new APIs DeleteInsight to deletes the insight along with the associated anomalies, events and recommendations.
* feature: EC2: X2idn and X2iedn instances are powered by 3rd generation Intel Xeon Scalable processors with an all-core turbo frequency up to 3.5 GHzAmazon EC2. C6a instances are powered by 3rd generation AMD EPYC processors.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1113.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1114.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
15 changes: 8 additions & 7 deletions apis/fsx-2018-03-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,11 +1913,11 @@
},
"DeploymentType": {
"shape": "OntapDeploymentType",
"documentation": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. <code>MULTI_AZ_1</code> is the supported ONTAP deployment type.</p>"
"documentation": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>"
},
"EndpointIpAddressRange": {
"shape": "IpAddressRange",
"documentation": "<p>Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger.</p> </important>"
"documentation": "<p>(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger.</p> </important>"
},
"FsxAdminPassword": {
"shape": "AdminPassword",
Expand All @@ -1933,7 +1933,7 @@
},
"RouteTableIds": {
"shape": "RouteTableIds",
"documentation": "<p>Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.</p>"
"documentation": "<p>(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.</p>"
},
"ThroughputCapacity": {
"shape": "MegabytesPerSecond",
Expand Down Expand Up @@ -3962,7 +3962,8 @@
"OntapDeploymentType": {
"type": "string",
"enum": [
"MULTI_AZ_1"
"MULTI_AZ_1",
"SINGLE_AZ_1"
]
},
"OntapEndpointIpAddresses": {
Expand All @@ -3984,11 +3985,11 @@
},
"DeploymentType": {
"shape": "OntapDeploymentType",
"documentation": "<p>The ONTAP file system deployment type.</p>"
"documentation": "<p>Specifies the FSx for ONTAP file system deployment type in use in the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>"
},
"EndpointIpAddressRange": {
"shape": "IpAddressRange",
"documentation": "<p>The IP address range in which the endpoints to access your file system are created.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.</p> </important>"
"documentation": "<p>(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.</p> </important>"
},
"Endpoints": {
"shape": "FileSystemEndpoints",
Expand All @@ -4003,7 +4004,7 @@
},
"RouteTableIds": {
"shape": "RouteTableIds",
"documentation": "<p>The VPC route tables in which your file system's endpoints are created.</p>"
"documentation": "<p>(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.</p>"
},
"ThroughputCapacity": {
"shape": "MegabytesPerSecond"
Expand Down
6 changes: 4 additions & 2 deletions apis/fsx-2018-03-01.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"DescribeStorageVirtualMachines": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "StorageVirtualMachines"
},
"DescribeVolumes": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "Volumes"
},
"ListTagsForResource": {
"input_token": "NextToken",
Expand Down
58 changes: 47 additions & 11 deletions apis/monitoring-2010-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,10 @@
"LastUpdateDate": {
"type": "timestamp"
},
"OutputFormat": {}
"OutputFormat": {},
"StatisticsConfigurations": {
"shape": "S4i"
}
}
}
},
Expand Down Expand Up @@ -920,7 +923,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S57"
"shape": "S5d"
}
}
}
Expand Down Expand Up @@ -987,7 +990,7 @@
"shape": "S1t"
},
"Tags": {
"shape": "S57"
"shape": "S5d"
}
}
}
Expand Down Expand Up @@ -1033,7 +1036,7 @@
"RuleState": {},
"RuleDefinition": {},
"Tags": {
"shape": "S57"
"shape": "S5d"
}
}
},
Expand Down Expand Up @@ -1093,7 +1096,7 @@
"shape": "Se"
},
"Tags": {
"shape": "S57"
"shape": "S5d"
},
"ThresholdMetricId": {}
}
Expand Down Expand Up @@ -1192,7 +1195,10 @@
"RoleArn": {},
"OutputFormat": {},
"Tags": {
"shape": "S57"
"shape": "S5d"
},
"StatisticsConfigurations": {
"shape": "S4i"
}
}
},
Expand Down Expand Up @@ -1228,7 +1234,7 @@
],
"members": {
"Names": {
"shape": "S5y"
"shape": "S64"
}
}
},
Expand All @@ -1246,7 +1252,7 @@
],
"members": {
"Names": {
"shape": "S5y"
"shape": "S64"
}
}
},
Expand All @@ -1266,7 +1272,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S57"
"shape": "S5d"
}
}
},
Expand Down Expand Up @@ -1553,7 +1559,37 @@
}
}
},
"S57": {
"S4i": {
"type": "list",
"member": {
"type": "structure",
"required": [
"IncludeMetrics",
"AdditionalStatistics"
],
"members": {
"IncludeMetrics": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Namespace",
"MetricName"
],
"members": {
"Namespace": {},
"MetricName": {}
}
}
},
"AdditionalStatistics": {
"type": "list",
"member": {}
}
}
}
},
"S5d": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1567,7 +1603,7 @@
}
}
},
"S5y": {
"S64": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 750203f

Please sign in to comment.