Skip to content

Commit

Permalink
Updates SDK to v2.1641.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 13, 2024
1 parent 0dfc2d5 commit f23d102
Show file tree
Hide file tree
Showing 26 changed files with 2,279 additions and 373 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1641.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudHSMV2",
"description": "Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode."
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics."
},
{
"type": "feature",
"category": "KMS",
"description": "This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties."
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1640.0-->
<!--LATEST=2.1641.0-->
<!--ENTRYINSERT-->

## 2.1641.0
* feature: CloudHSMV2: Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
* feature: Glue: This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.
* feature: IoTWireless: Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics.
* feature: KMS: This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties.
* feature: MediaPackageV2: This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)

## 2.1640.0
* bugfix: BackupStorage: Deprecate BackupStorage
* feature: AppTest: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1640.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1641.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
45 changes: 26 additions & 19 deletions apis/cloudhsmv2-2017-04-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cloudhsmv2",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "CloudHSM V2",
"serviceFullName": "AWS CloudHSM V2",
"serviceId": "CloudHSM V2",
Expand Down Expand Up @@ -65,14 +68,15 @@
},
"TagList": {
"shape": "S4"
}
},
"Mode": {}
}
},
"output": {
"type": "structure",
"members": {
"Cluster": {
"shape": "Sk"
"shape": "Sl"
}
}
}
Expand All @@ -94,7 +98,7 @@
"type": "structure",
"members": {
"Hsm": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand All @@ -113,7 +117,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "S16"
"shape": "S17"
}
}
}
Expand All @@ -132,7 +136,7 @@
"type": "structure",
"members": {
"Cluster": {
"shape": "Sk"
"shape": "Sl"
}
}
}
Expand Down Expand Up @@ -166,7 +170,7 @@
"type": "integer"
},
"Filters": {
"shape": "S1g"
"shape": "S1h"
},
"SortAscending": {
"type": "boolean"
Expand All @@ -179,7 +183,7 @@
"Backups": {
"type": "list",
"member": {
"shape": "S16"
"shape": "S17"
}
},
"NextToken": {}
Expand All @@ -191,7 +195,7 @@
"type": "structure",
"members": {
"Filters": {
"shape": "S1g"
"shape": "S1h"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -205,7 +209,7 @@
"Clusters": {
"type": "list",
"member": {
"shape": "Sk"
"shape": "Sl"
}
},
"NextToken": {}
Expand Down Expand Up @@ -279,7 +283,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "S16"
"shape": "S17"
}
}
}
Expand All @@ -302,7 +306,7 @@
"type": "structure",
"members": {
"Cluster": {
"shape": "Sk"
"shape": "Sl"
}
}
}
Expand All @@ -321,7 +325,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "S16"
"shape": "S17"
}
}
}
Expand Down Expand Up @@ -388,7 +392,7 @@
"Value": {}
}
},
"Sk": {
"Sl": {
"type": "structure",
"members": {
"BackupPolicy": {},
Expand All @@ -402,7 +406,7 @@
"Hsms": {
"type": "list",
"member": {
"shape": "Sn"
"shape": "So"
}
},
"HsmType": {},
Expand All @@ -429,10 +433,11 @@
},
"TagList": {
"shape": "S4"
}
},
"Mode": {}
}
},
"Sn": {
"So": {
"type": "structure",
"required": [
"HsmId"
Expand All @@ -448,7 +453,7 @@
"StateMessage": {}
}
},
"S16": {
"S17": {
"type": "structure",
"required": [
"BackupId"
Expand All @@ -474,10 +479,12 @@
},
"TagList": {
"shape": "S4"
}
},
"HsmType": {},
"Mode": {}
}
},
"S1g": {
"S1h": {
"type": "map",
"key": {},
"value": {
Expand Down
36 changes: 32 additions & 4 deletions apis/cloudhsmv2-2017-04-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cloudhsmv2",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "CloudHSM V2",
"serviceFullName": "AWS CloudHSM V2",
"serviceId": "CloudHSM V2",
Expand Down Expand Up @@ -551,6 +554,14 @@
"TagList": {
"shape": "TagList",
"documentation": "<p>The list of tags for the backup.</p>"
},
"HsmType": {
"shape": "HsmType",
"documentation": "<p>The HSM type of the cluster that was backed up.</p>"
},
"Mode": {
"shape": "ClusterMode",
"documentation": "<p>The mode of the cluster that was backed up.</p>"
}
},
"documentation": "<p>Contains information about a backup of an AWS CloudHSM cluster. All backup objects contain the <code>BackupId</code>, <code>BackupState</code>, <code>ClusterId</code>, and <code>CreateTimestamp</code> parameters. Backups that were copied into a destination region additionally contain the <code>CopyTimestamp</code>, <code>SourceBackup</code>, <code>SourceCluster</code>, and <code>SourceRegion</code> parameters. A backup that is pending deletion will include the <code>DeleteTimestamp</code> parameter.</p>"
Expand Down Expand Up @@ -616,7 +627,7 @@
},
"Cert": {
"type": "string",
"max": 5000,
"max": 20000,
"pattern": "[a-zA-Z0-9+-/=\\s]*"
},
"Certificates": {
Expand Down Expand Up @@ -707,6 +718,10 @@
"TagList": {
"shape": "TagList",
"documentation": "<p>The list of tags for the cluster.</p>"
},
"Mode": {
"shape": "ClusterMode",
"documentation": "<p>The mode of the cluster.</p>"
}
},
"documentation": "<p>Contains information about an AWS CloudHSM cluster.</p>"
Expand All @@ -715,6 +730,13 @@
"type": "string",
"pattern": "cluster-[2-7a-zA-Z]{11,16}"
},
"ClusterMode": {
"type": "string",
"enum": [
"FIPS",
"NON_FIPS"
]
},
"ClusterState": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -783,7 +805,7 @@
},
"HsmType": {
"shape": "HsmType",
"documentation": "<p>The type of HSM to use in the cluster. Currently the only allowed value is <code>hsm1.medium</code>.</p>"
"documentation": "<p>The type of HSM to use in the cluster. The allowed values are <code>hsm1.medium</code> and <code>hsm2m.medium</code>.</p>"
},
"SourceBackupId": {
"shape": "BackupId",
Expand All @@ -796,6 +818,10 @@
"TagList": {
"shape": "TagList",
"documentation": "<p>Tags to apply to the CloudHSM cluster during creation.</p>"
},
"Mode": {
"shape": "ClusterMode",
"documentation": "<p>The mode to use in the cluster. The allowed values are <code>FIPS</code> and <code>NON_FIPS</code>.</p>"
}
}
},
Expand Down Expand Up @@ -1027,7 +1053,8 @@
},
"value": {
"shape": "Strings"
}
},
"max": 30
},
"Hsm": {
"type": "structure",
Expand Down Expand Up @@ -1086,7 +1113,8 @@
},
"HsmType": {
"type": "string",
"pattern": "(hsm1\\.medium)"
"max": 32,
"pattern": "((p|)hsm[0-9][a-z.]*\\.[a-zA-Z]+)"
},
"Hsms": {
"type": "list",
Expand Down
Loading

0 comments on commit f23d102

Please sign in to comment.