Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 26, 2023
1 parent 17d7df5 commit 003cba5
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 19 deletions.
17 changes: 17 additions & 0 deletions .changes/3.271.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances."
},
{
"type": "api-change",
"category": "Connect",
"description": "Documentation update for a new Initiation Method value in DescribeContact API"
},
{
"type": "api-change",
"category": "IoTWireless",
"description": "Add Multicast Group support in Network Analyzer Configuration."
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\Connect` - Documentation update for a new Initiation Method value in DescribeContact API
* `Aws\IoTWireless` - Add Multicast Group support in Network Analyzer Configuration.
* `Aws\SageMaker` - Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.

## 3.271.2 - 2023-05-25

* `Aws\ApplicationAutoScaling` - With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
Expand Down
3 changes: 2 additions & 1 deletion src/data/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3844,7 +3844,8 @@
"CALLBACK",
"API",
"DISCONNECT",
"MONITOR"
"MONITOR",
"EXTERNAL_OUTBOUND"
]
},
"ContactNotFoundException":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
Expand Down Expand Up @@ -8526,6 +8527,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -13925,6 +13927,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

26 changes: 22 additions & 4 deletions src/data/iotwireless/2020-11-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,8 @@
"ClientRequestToken":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
},
"MulticastGroups":{"shape":"NetworkAnalyzerMulticastGroupList"}
}
},
"CreateNetworkAnalyzerConfigurationResponse":{
Expand Down Expand Up @@ -3507,7 +3508,8 @@
"WirelessGateways":{"shape":"WirelessGatewayList"},
"Description":{"shape":"Description"},
"Arn":{"shape":"NetworkAnalyzerConfigurationArn"},
"Name":{"shape":"NetworkAnalyzerConfigurationName"}
"Name":{"shape":"NetworkAnalyzerConfigurationName"},
"MulticastGroups":{"shape":"NetworkAnalyzerMulticastGroupList"}
}
},
"GetPartnerAccountRequest":{
Expand Down Expand Up @@ -4997,6 +4999,13 @@
"type":"string",
"max":256
},
"MulticastFrameInfo":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"MulticastGroup":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5077,6 +5086,12 @@
"Name":{"shape":"NetworkAnalyzerConfigurationName"}
}
},
"NetworkAnalyzerMulticastGroupList":{
"type":"list",
"member":{"shape":"MulticastGroupId"},
"max":10,
"min":0
},
"NetworkId":{
"type":"integer",
"max":65535,
Expand Down Expand Up @@ -6087,7 +6102,8 @@
"type":"structure",
"members":{
"WirelessDeviceFrameInfo":{"shape":"WirelessDeviceFrameInfo"},
"LogLevel":{"shape":"LogLevel"}
"LogLevel":{"shape":"LogLevel"},
"MulticastFrameInfo":{"shape":"MulticastFrameInfo"}
}
},
"TransmissionInterval":{
Expand Down Expand Up @@ -6277,7 +6293,9 @@
"WirelessDevicesToRemove":{"shape":"WirelessDeviceList"},
"WirelessGatewaysToAdd":{"shape":"WirelessGatewayList"},
"WirelessGatewaysToRemove":{"shape":"WirelessGatewayList"},
"Description":{"shape":"Description"}
"Description":{"shape":"Description"},
"MulticastGroupsToAdd":{"shape":"NetworkAnalyzerMulticastGroupList"},
"MulticastGroupsToRemove":{"shape":"NetworkAnalyzerMulticastGroupList"}
}
},
"UpdateNetworkAnalyzerConfigurationResponse":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/iotwireless/2020-11-22/api-2.json.php

Large diffs are not rendered by default.

32 changes: 24 additions & 8 deletions src/data/iotwireless/2020-11-22/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,15 +1325,15 @@
}
},
"FragmentIntervalMS": {
"base": "<p>The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second. Note that this interval only controls the timing when the cloud sends the fragments down. The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.</p>",
"base": "<p>The interval for sending fragments in milliseconds, rounded to the nearest second.</p> <note> <p>This interval only determines the timing for when the Cloud sends down the fragments to yor device. There can be a delay for when your device will receive these fragments. This delay depends on the device's class and the communication delay with the cloud.</p> </note>",
"refs": {
"CreateFuotaTaskRequest$FragmentIntervalMS": null,
"GetFuotaTaskResponse$FragmentIntervalMS": null,
"UpdateFuotaTaskRequest$FragmentIntervalMS": null
}
},
"FragmentSizeBytes": {
"base": "<p>The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.</p>",
"base": "<p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks with multicast groups.</p>",
"refs": {
"CreateFuotaTaskRequest$FragmentSizeBytes": null,
"GetFuotaTaskResponse$FragmentSizeBytes": null,
Expand Down Expand Up @@ -1789,13 +1789,13 @@
"refs": {
"DownlinkQueueMessage$ReceivedAt": "<p>The time at which Iot Wireless received the downlink message.</p>",
"GetPositionResponse$Timestamp": "<p>The timestamp at which the device's position was determined.</p>",
"GetWirelessDeviceStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
"GetWirelessGatewayStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
"GetWirelessGatewayTaskResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
"GetWirelessDeviceStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p> <note> <p>This value is only valid for 3 months.</p> </note>",
"GetWirelessGatewayStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p> <note> <p>This value is only valid for 3 months.</p> </note>",
"GetWirelessGatewayTaskResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p> <note> <p>This value is only valid for 3 months.</p> </note>",
"GetWirelessGatewayTaskResponse$TaskCreatedAt": "<p>The date and time when the task was created.</p>",
"LoRaWANDeviceMetadata$Timestamp": "<p>The date and time of the metadata.</p>",
"WirelessDeviceStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
"WirelessGatewayStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>"
"WirelessDeviceStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p> <note> <p>Theis value is only valid for 3 months.</p> </note>",
"WirelessGatewayStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p> <note> <p>This value is only valid for 3 months.</p> </note>"
}
},
"Identifier": {
Expand Down Expand Up @@ -2478,6 +2478,12 @@
"WirelessDeviceStatistics$MulticastDeviceStatus": "<p>The status of the wireless device in the multicast group.</p>"
}
},
"MulticastFrameInfo": {
"base": "<p> <code>FrameInfo</code> of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your LoRaWAN end devices and the network server.</p>",
"refs": {
"TraceContent$MulticastFrameInfo": null
}
},
"MulticastGroup": {
"base": "<p>A multicast group.</p>",
"refs": {
Expand Down Expand Up @@ -2514,6 +2520,7 @@
"ListWirelessDevicesRequest$MulticastGroupId": null,
"MulticastGroup$Id": null,
"MulticastGroupByFuotaTask$Id": null,
"NetworkAnalyzerMulticastGroupList$member": null,
"SendDataToMulticastGroupRequest$Id": null,
"StartBulkAssociateWirelessDeviceWithMulticastGroupRequest$Id": null,
"StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest$Id": null,
Expand Down Expand Up @@ -2611,6 +2618,15 @@
"NetworkAnalyzerConfigurationList$member": null
}
},
"NetworkAnalyzerMulticastGroupList": {
"base": null,
"refs": {
"CreateNetworkAnalyzerConfigurationRequest$MulticastGroups": "<p>Multicast Group resources to add to the network analyzer configruation. Provide the <code>MulticastGroupId</code> of the resource to add in the input array.</p>",
"GetNetworkAnalyzerConfigurationResponse$MulticastGroups": "<p>List of multicast group resources that have been added to the network analyzer configuration.</p>",
"UpdateNetworkAnalyzerConfigurationRequest$MulticastGroupsToAdd": "<p>Multicast group resources to add to the network analyzer configuration. Provide the <code>MulticastGroupId</code> of the resource to add in the input array.</p>",
"UpdateNetworkAnalyzerConfigurationRequest$MulticastGroupsToRemove": "<p>Multicast group resources to remove from the network analyzer configuration. Provide the <code>MulticastGroupId</code> of the resource to remove in the input array.</p>"
}
},
"NetworkId": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3029,7 +3045,7 @@
}
},
"RedundancyPercent": {
"base": "<p>The percentage of added redundant fragments. For example, if firmware file is 100 bytes and fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.</p>",
"base": "<p>The percentage of the added fragments that are redundant. For example, if the size of the firmware image file is 100 bytes and the fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.</p>",
"refs": {
"CreateFuotaTaskRequest$RedundancyPercent": null,
"GetFuotaTaskResponse$RedundancyPercent": null,
Expand Down
2 changes: 1 addition & 1 deletion src/data/iotwireless/2020-11-22/docs-2.json.php

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion src/data/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12147,7 +12147,13 @@
"ml.g5.16xlarge",
"ml.g5.12xlarge",
"ml.g5.24xlarge",
"ml.g5.48xlarge"
"ml.g5.48xlarge",
"ml.inf1.xlarge",
"ml.inf1.2xlarge",
"ml.inf1.6xlarge",
"ml.inf1.24xlarge",
"ml.p4d.24xlarge",
"ml.p4de.24xlarge"
]
},
"Integer":{"type":"integer"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/sagemaker/2017-07-24/api-2.json.php

Large diffs are not rendered by default.

0 comments on commit 003cba5

Please sign in to comment.