Skip to content

Commit

Permalink
Merging v1.2.33 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 13, 2024
2 parents a8d7673 + dd3a4bc commit 5d6b248
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 21 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.33] - 06/13/2024

### Features
* (**cloudhsmv2**) Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
* (**glue**) This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.
* (**iotwireless**) Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics.
* (**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.
* (**mediapackagev2**) This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)

## [1.2.32] - 06/12/2024

### Features
Expand Down
57 changes: 54 additions & 3 deletions codegen/sdk/aws-models/cloudhsm-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@
"traits": {
"smithy.api#documentation": "<p>The list of tags for the backup.</p>"
}
},
"HsmType": {
"target": "com.amazonaws.cloudhsmv2#HsmType",
"traits": {
"smithy.api#documentation": "<p>The HSM type of the cluster that was backed up.</p>"
}
},
"Mode": {
"target": "com.amazonaws.cloudhsmv2#ClusterMode",
"traits": {
"smithy.api#documentation": "<p>The mode of the cluster that was backed up.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1232,7 +1244,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 5000
"max": 20000
},
"smithy.api#pattern": "^[a-zA-Z0-9+-/=\\s]*$"
}
Expand Down Expand Up @@ -1439,6 +1451,12 @@
"traits": {
"smithy.api#documentation": "<p>The list of tags for the cluster.</p>"
}
},
"Mode": {
"target": "com.amazonaws.cloudhsmv2#ClusterMode",
"traits": {
"smithy.api#documentation": "<p>The mode of the cluster.</p>"
}
}
},
"traits": {
Expand All @@ -1451,6 +1469,23 @@
"smithy.api#pattern": "^cluster-[2-7a-zA-Z]{11,16}$"
}
},
"com.amazonaws.cloudhsmv2#ClusterMode": {
"type": "enum",
"members": {
"FIPS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FIPS"
}
},
"NON_FIPS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NON_FIPS"
}
}
}
},
"com.amazonaws.cloudhsmv2#ClusterState": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -1643,7 +1678,7 @@
"HsmType": {
"target": "com.amazonaws.cloudhsmv2#HsmType",
"traits": {
"smithy.api#documentation": "<p>The type of HSM to use in the cluster. Currently the only allowed value is\n <code>hsm1.medium</code>.</p>",
"smithy.api#documentation": "<p>The type of HSM to use in the cluster. The allowed values are\n <code>hsm1.medium</code> and <code>hsm2m.medium</code>.</p>",
"smithy.api#required": {}
}
},
Expand All @@ -1665,6 +1700,12 @@
"traits": {
"smithy.api#documentation": "<p>Tags to apply to the CloudHSM cluster during creation.</p>"
}
},
"Mode": {
"target": "com.amazonaws.cloudhsmv2#ClusterMode",
"traits": {
"smithy.api#documentation": "<p>The mode to use in the cluster. The allowed values are\n <code>FIPS</code> and <code>NON_FIPS</code>.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2186,6 +2227,12 @@
},
"value": {
"target": "com.amazonaws.cloudhsmv2#Strings"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 30
}
}
},
"com.amazonaws.cloudhsmv2#Hsm": {
Expand Down Expand Up @@ -2289,7 +2336,11 @@
"com.amazonaws.cloudhsmv2#HsmType": {
"type": "string",
"traits": {
"smithy.api#pattern": "^(hsm1\\.medium)$"
"smithy.api#length": {
"min": 0,
"max": 32
},
"smithy.api#pattern": "^((p|)hsm[0-9][a-z.]*\\.[a-zA-Z]+)$"
}
},
"com.amazonaws.cloudhsmv2#Hsms": {
Expand Down
25 changes: 24 additions & 1 deletion codegen/sdk/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -10639,6 +10639,23 @@
"target": "com.amazonaws.glue#GenericString"
}
},
"com.amazonaws.glue#DQCompositeRuleEvaluationMethod": {
"type": "enum",
"members": {
"COLUMN": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "COLUMN"
}
},
"ROW": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ROW"
}
}
}
},
"com.amazonaws.glue#DQDLAliases": {
"type": "map",
"key": {
Expand Down Expand Up @@ -10874,6 +10891,12 @@
"traits": {
"smithy.api#documentation": "<p>Prefix for Amazon S3 to store results.</p>"
}
},
"CompositeRuleEvaluationMethod": {
"target": "com.amazonaws.glue#DQCompositeRuleEvaluationMethod",
"traits": {
"smithy.api#documentation": "<p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -16713,7 +16736,7 @@
"RulesetNames": {
"target": "com.amazonaws.glue#RulesetNames",
"traits": {
"smithy.api#documentation": "<p>A list of ruleset names for the run.</p>"
"smithy.api#documentation": "<p>A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.</p>"
}
},
"ResultIds": {
Expand Down
12 changes: 12 additions & 0 deletions codegen/sdk/aws-models/iot-wireless.json
Original file line number Diff line number Diff line change
Expand Up @@ -10165,6 +10165,18 @@
"smithy.api#enumValue": "DeviceSNR"
}
},
"DeviceRoamingRSSI": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DeviceRoamingRSSI"
}
},
"DeviceRoamingSNR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DeviceRoamingSNR"
}
},
"DeviceUplinkCount": {
"target": "smithy.api#Unit",
"traits": {
Expand Down
Loading

0 comments on commit 5d6b248

Please sign in to comment.