Skip to content

Commit fcb0410

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 0b2685b commit fcb0410

File tree

21 files changed

+267
-93
lines changed

21 files changed

+267
-93
lines changed

apis/connect/2017-08-08/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,8 @@
38443844
"CALLBACK",
38453845
"API",
38463846
"DISCONNECT",
3847-
"MONITOR"
3847+
"MONITOR",
3848+
"EXTERNAL_OUTBOUND"
38483849
]
38493850
},
38503851
"ContactNotFoundException":{

apis/iotwireless/2020-11-22/api-2.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,8 @@
24302430
"ClientRequestToken":{
24312431
"shape":"ClientRequestToken",
24322432
"idempotencyToken":true
2433-
}
2433+
},
2434+
"MulticastGroups":{"shape":"NetworkAnalyzerMulticastGroupList"}
24342435
}
24352436
},
24362437
"CreateNetworkAnalyzerConfigurationResponse":{
@@ -3507,7 +3508,8 @@
35073508
"WirelessGateways":{"shape":"WirelessGatewayList"},
35083509
"Description":{"shape":"Description"},
35093510
"Arn":{"shape":"NetworkAnalyzerConfigurationArn"},
3510-
"Name":{"shape":"NetworkAnalyzerConfigurationName"}
3511+
"Name":{"shape":"NetworkAnalyzerConfigurationName"},
3512+
"MulticastGroups":{"shape":"NetworkAnalyzerMulticastGroupList"}
35113513
}
35123514
},
35133515
"GetPartnerAccountRequest":{
@@ -4997,6 +4999,13 @@
49974999
"type":"string",
49985000
"max":256
49995001
},
5002+
"MulticastFrameInfo":{
5003+
"type":"string",
5004+
"enum":[
5005+
"ENABLED",
5006+
"DISABLED"
5007+
]
5008+
},
50005009
"MulticastGroup":{
50015010
"type":"structure",
50025011
"members":{
@@ -5077,6 +5086,12 @@
50775086
"Name":{"shape":"NetworkAnalyzerConfigurationName"}
50785087
}
50795088
},
5089+
"NetworkAnalyzerMulticastGroupList":{
5090+
"type":"list",
5091+
"member":{"shape":"MulticastGroupId"},
5092+
"max":10,
5093+
"min":0
5094+
},
50805095
"NetworkId":{
50815096
"type":"integer",
50825097
"max":65535,
@@ -6087,7 +6102,8 @@
60876102
"type":"structure",
60886103
"members":{
60896104
"WirelessDeviceFrameInfo":{"shape":"WirelessDeviceFrameInfo"},
6090-
"LogLevel":{"shape":"LogLevel"}
6105+
"LogLevel":{"shape":"LogLevel"},
6106+
"MulticastFrameInfo":{"shape":"MulticastFrameInfo"}
60916107
}
60926108
},
60936109
"TransmissionInterval":{
@@ -6277,7 +6293,9 @@
62776293
"WirelessDevicesToRemove":{"shape":"WirelessDeviceList"},
62786294
"WirelessGatewaysToAdd":{"shape":"WirelessGatewayList"},
62796295
"WirelessGatewaysToRemove":{"shape":"WirelessGatewayList"},
6280-
"Description":{"shape":"Description"}
6296+
"Description":{"shape":"Description"},
6297+
"MulticastGroupsToAdd":{"shape":"NetworkAnalyzerMulticastGroupList"},
6298+
"MulticastGroupsToRemove":{"shape":"NetworkAnalyzerMulticastGroupList"}
62816299
}
62826300
},
62836301
"UpdateNetworkAnalyzerConfigurationResponse":{

apis/iotwireless/2020-11-22/docs-2.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,15 +1325,15 @@
13251325
}
13261326
},
13271327
"FragmentIntervalMS": {
1328-
"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>",
1328+
"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>",
13291329
"refs": {
13301330
"CreateFuotaTaskRequest$FragmentIntervalMS": null,
13311331
"GetFuotaTaskResponse$FragmentIntervalMS": null,
13321332
"UpdateFuotaTaskRequest$FragmentIntervalMS": null
13331333
}
13341334
},
13351335
"FragmentSizeBytes": {
1336-
"base": "<p>The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.</p>",
1336+
"base": "<p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks with multicast groups.</p>",
13371337
"refs": {
13381338
"CreateFuotaTaskRequest$FragmentSizeBytes": null,
13391339
"GetFuotaTaskResponse$FragmentSizeBytes": null,
@@ -1789,13 +1789,13 @@
17891789
"refs": {
17901790
"DownlinkQueueMessage$ReceivedAt": "<p>The time at which Iot Wireless received the downlink message.</p>",
17911791
"GetPositionResponse$Timestamp": "<p>The timestamp at which the device's position was determined.</p>",
1792-
"GetWirelessDeviceStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
1793-
"GetWirelessGatewayStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
1794-
"GetWirelessGatewayTaskResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
1792+
"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>",
1793+
"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>",
1794+
"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>",
17951795
"GetWirelessGatewayTaskResponse$TaskCreatedAt": "<p>The date and time when the task was created.</p>",
17961796
"LoRaWANDeviceMetadata$Timestamp": "<p>The date and time of the metadata.</p>",
1797-
"WirelessDeviceStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>",
1798-
"WirelessGatewayStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>"
1797+
"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>",
1798+
"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>"
17991799
}
18001800
},
18011801
"Identifier": {
@@ -2478,6 +2478,12 @@
24782478
"WirelessDeviceStatistics$MulticastDeviceStatus": "<p>The status of the wireless device in the multicast group.</p>"
24792479
}
24802480
},
2481+
"MulticastFrameInfo": {
2482+
"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>",
2483+
"refs": {
2484+
"TraceContent$MulticastFrameInfo": null
2485+
}
2486+
},
24812487
"MulticastGroup": {
24822488
"base": "<p>A multicast group.</p>",
24832489
"refs": {
@@ -2514,6 +2520,7 @@
25142520
"ListWirelessDevicesRequest$MulticastGroupId": null,
25152521
"MulticastGroup$Id": null,
25162522
"MulticastGroupByFuotaTask$Id": null,
2523+
"NetworkAnalyzerMulticastGroupList$member": null,
25172524
"SendDataToMulticastGroupRequest$Id": null,
25182525
"StartBulkAssociateWirelessDeviceWithMulticastGroupRequest$Id": null,
25192526
"StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest$Id": null,
@@ -2611,6 +2618,15 @@
26112618
"NetworkAnalyzerConfigurationList$member": null
26122619
}
26132620
},
2621+
"NetworkAnalyzerMulticastGroupList": {
2622+
"base": null,
2623+
"refs": {
2624+
"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>",
2625+
"GetNetworkAnalyzerConfigurationResponse$MulticastGroups": "<p>List of multicast group resources that have been added to the network analyzer configuration.</p>",
2626+
"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>",
2627+
"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>"
2628+
}
2629+
},
26142630
"NetworkId": {
26152631
"base": null,
26162632
"refs": {
@@ -3029,7 +3045,7 @@
30293045
}
30303046
},
30313047
"RedundancyPercent": {
3032-
"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>",
3048+
"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>",
30333049
"refs": {
30343050
"CreateFuotaTaskRequest$RedundancyPercent": null,
30353051
"GetFuotaTaskResponse$RedundancyPercent": null,

apis/sagemaker/2017-07-24/api-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12147,7 +12147,13 @@
1214712147
"ml.g5.16xlarge",
1214812148
"ml.g5.12xlarge",
1214912149
"ml.g5.24xlarge",
12150-
"ml.g5.48xlarge"
12150+
"ml.g5.48xlarge",
12151+
"ml.inf1.xlarge",
12152+
"ml.inf1.2xlarge",
12153+
"ml.inf1.6xlarge",
12154+
"ml.inf1.24xlarge",
12155+
"ml.p4d.24xlarge",
12156+
"ml.p4de.24xlarge"
1215112157
]
1215212158
},
1215312159
"Integer":{"type":"integer"},

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.771.0 (2023-05-26)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.770.0 (2023-05-25)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.770.0
1+
1.771.0

gems/aws-partitions/partitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@
10761076
"ap-southeast-1" : { },
10771077
"ap-southeast-2" : { },
10781078
"ap-southeast-3" : { },
1079+
"ap-southeast-4" : { },
10791080
"ca-central-1" : { },
10801081
"eu-central-1" : { },
10811082
"eu-central-2" : { },
@@ -8526,6 +8527,7 @@
85268527
"ap-southeast-1" : { },
85278528
"ap-southeast-2" : { },
85288529
"ap-southeast-3" : { },
8530+
"ap-southeast-4" : { },
85298531
"ca-central-1" : {
85308532
"variants" : [ {
85318533
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
@@ -13925,6 +13927,7 @@
1392513927
"ap-southeast-1" : { },
1392613928
"ap-southeast-2" : { },
1392713929
"ap-southeast-3" : { },
13930+
"ap-southeast-4" : { },
1392813931
"ca-central-1" : { },
1392913932
"eu-central-1" : { },
1393013933
"eu-central-2" : { },

gems/aws-sdk-connect/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.109.0 (2023-05-26)
5+
------------------
6+
7+
* Feature - Documentation update for a new Initiation Method value in DescribeContact API
8+
49
1.108.0 (2023-05-24)
510
------------------
611

gems/aws-sdk-connect/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.108.0
1+
1.109.0

gems/aws-sdk-connect/lib/aws-sdk-connect.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
# @!group service
5353
module Aws::Connect
5454

55-
GEM_VERSION = '1.108.0'
55+
GEM_VERSION = '1.109.0'
5656

5757
end

0 commit comments

Comments
 (0)