Skip to content

Commit 4427ee7

Browse files
Release v1.44.242 (2023-04-12) (#4795)
Release v1.44.242 (2023-04-12) === ### Service Client Updates * `service/groundstation`: Updates service API and documentation * `service/managedblockchain`: Updates service documentation
1 parent 41d339d commit 4427ee7

File tree

12 files changed

+676
-415
lines changed

12 files changed

+676
-415
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.242 (2023-04-12)
2+
===
3+
4+
### Service Client Updates
5+
* `service/groundstation`: Updates service API and documentation
6+
* `service/managedblockchain`: Updates service documentation
7+
18
Release v1.44.241 (2023-04-11)
29
===
310

aws/endpoints/defaults.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.241"
8+
const SDKVersion = "1.44.242"

models/apis/groundstation/2019-05-23/api-2.json

+41-18
Original file line numberDiff line numberDiff line change
@@ -526,21 +526,27 @@
526526
"min":1,
527527
"pattern":"^[\\w-]+$"
528528
},
529+
"AgentCpuCoresList":{
530+
"type":"list",
531+
"member":{"shape":"Integer"},
532+
"max":256,
533+
"min":0
534+
},
529535
"AgentDetails":{
530536
"type":"structure",
531537
"required":[
532538
"agentVersion",
533539
"componentVersions",
534540
"instanceId",
535-
"instanceType",
536-
"reservedCpuCores"
541+
"instanceType"
537542
],
538543
"members":{
544+
"agentCpuCores":{"shape":"AgentCpuCoresList"},
539545
"agentVersion":{"shape":"VersionString"},
540546
"componentVersions":{"shape":"ComponentVersionList"},
541547
"instanceId":{"shape":"InstanceId"},
542548
"instanceType":{"shape":"InstanceType"},
543-
"reservedCpuCores":{"shape":"ReservedCpuCoresList"}
549+
"reservedCpuCores":{"shape":"AgentCpuCoresList"}
544550
}
545551
},
546552
"AgentStatus":{
@@ -664,6 +670,31 @@
664670
"max":20,
665671
"min":1
666672
},
673+
"CapabilityHealth":{
674+
"type":"string",
675+
"enum":[
676+
"UNHEALTHY",
677+
"HEALTHY"
678+
]
679+
},
680+
"CapabilityHealthReason":{
681+
"type":"string",
682+
"enum":[
683+
"NO_REGISTERED_AGENT",
684+
"INVALID_IP_OWNERSHIP",
685+
"NOT_AUTHORIZED_TO_CREATE_SLR",
686+
"UNVERIFIED_IP_OWNERSHIP",
687+
"INITIALIZING_DATAPLANE",
688+
"DATAPLANE_FAILURE",
689+
"HEALTHY"
690+
]
691+
},
692+
"CapabilityHealthReasonList":{
693+
"type":"list",
694+
"member":{"shape":"CapabilityHealthReason"},
695+
"max":500,
696+
"min":0
697+
},
667698
"ComponentStatusData":{
668699
"type":"structure",
669700
"required":[
@@ -676,7 +707,7 @@
676707
"bytesReceived":{"shape":"Long"},
677708
"bytesSent":{"shape":"Long"},
678709
"capabilityArn":{"shape":"CapabilityArn"},
679-
"componentType":{"shape":"ComponentType"},
710+
"componentType":{"shape":"ComponentTypeString"},
680711
"dataflowId":{"shape":"Uuid"},
681712
"packetsDropped":{"shape":"Long"},
682713
"status":{"shape":"AgentStatus"}
@@ -686,15 +717,11 @@
686717
"type":"list",
687718
"member":{"shape":"ComponentStatusData"},
688719
"max":20,
689-
"min":1
720+
"min":0
690721
},
691-
"ComponentType":{
722+
"ComponentTypeString":{
692723
"type":"string",
693-
"enum":[
694-
"LAMINAR_FLOW",
695-
"PRISM",
696-
"DIGITIZER"
697-
]
724+
"pattern":"^[a-zA-Z0-9_]{1,64}$"
698725
},
699726
"ComponentVersion":{
700727
"type":"structure",
@@ -703,7 +730,7 @@
703730
"versions"
704731
],
705732
"members":{
706-
"componentType":{"shape":"ComponentType"},
733+
"componentType":{"shape":"ComponentTypeString"},
707734
"versions":{"shape":"VersionStringList"}
708735
}
709736
},
@@ -1162,6 +1189,8 @@
11621189
"members":{
11631190
"awsGroundStationAgentEndpoint":{"shape":"AwsGroundStationAgentEndpoint"},
11641191
"endpoint":{"shape":"DataflowEndpoint"},
1192+
"healthReasons":{"shape":"CapabilityHealthReasonList"},
1193+
"healthStatus":{"shape":"CapabilityHealth"},
11651194
"securityDetails":{"shape":"SecurityDetails"}
11661195
}
11671196
},
@@ -1861,12 +1890,6 @@
18611890
"tags":{"shape":"TagsMap"}
18621891
}
18631892
},
1864-
"ReservedCpuCoresList":{
1865-
"type":"list",
1866-
"member":{"shape":"Integer"},
1867-
"max":256,
1868-
"min":1
1869-
},
18701893
"ResourceLimitExceededException":{
18711894
"type":"structure",
18721895
"members":{

models/apis/groundstation/2019-05-23/docs-2.json

+35-16
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"DeleteMissionProfile": "<p>Deletes a mission profile.</p>",
1414
"DescribeContact": "<p>Describes an existing contact.</p>",
1515
"DescribeEphemeris": "<p>Describes an existing ephemeris.</p>",
16-
"GetAgentConfiguration": "<p>Gets the latest configuration information for a registered agent.</p>",
16+
"GetAgentConfiguration": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets the latest configuration information for a registered agent.</p>",
1717
"GetConfig": "<p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>",
1818
"GetDataflowEndpointGroup": "<p>Returns the dataflow endpoint group.</p>",
1919
"GetMinuteUsage": "<p>Returns the number of minutes used by account.</p>",
@@ -27,11 +27,11 @@
2727
"ListMissionProfiles": "<p>Returns a list of mission profiles.</p>",
2828
"ListSatellites": "<p>Returns a list of satellites.</p>",
2929
"ListTagsForResource": "<p>Returns a list of tags for a specified resource.</p>",
30-
"RegisterAgent": "<p>Registers a new agent with AWS Groundstation.</p>",
30+
"RegisterAgent": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p> Registers a new agent with AWS Ground Station. </p>",
3131
"ReserveContact": "<p>Reserves a contact using specified parameters.</p>",
3232
"TagResource": "<p>Assigns a tag to a resource.</p>",
3333
"UntagResource": "<p>Deassigns a resource tag.</p>",
34-
"UpdateAgentStatus": "<p>Update the status of the agent.</p>",
34+
"UpdateAgentStatus": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Update the status of the agent.</p>",
3535
"UpdateConfig": "<p>Updates the <code>Config</code> used when scheduling contacts.</p> <p>Updating a <code>Config</code> will not update the execution parameters for existing future contacts scheduled with this <code>Config</code>.</p>",
3636
"UpdateEphemeris": "<p>Updates an existing ephemeris</p>",
3737
"UpdateMissionProfile": "<p>Updates a mission profile.</p> <p>Updating a mission profile will not update the execution parameters for existing future contacts.</p>"
@@ -45,6 +45,13 @@
4545
"MissionProfileListItem$region": "<p>Region of a mission profile.</p>"
4646
}
4747
},
48+
"AgentCpuCoresList": {
49+
"base": null,
50+
"refs": {
51+
"AgentDetails$agentCpuCores": "<p>List of CPU cores reserved for the agent.</p>",
52+
"AgentDetails$reservedCpuCores": "<note> <p>This field should not be used. Use agentCpuCores instead.</p> </note> <p>List of CPU cores reserved for processes other than the agent running on the EC2 instance.</p>"
53+
}
54+
},
4855
"AgentDetails": {
4956
"base": "<p>Detailed information about the agent.</p>",
5057
"refs": {
@@ -159,6 +166,24 @@
159166
"DiscoveryData$capabilityArns": "<p>List of capabilities to associate with agent.</p>"
160167
}
161168
},
169+
"CapabilityHealth": {
170+
"base": null,
171+
"refs": {
172+
"EndpointDetails$healthStatus": "<p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>"
173+
}
174+
},
175+
"CapabilityHealthReason": {
176+
"base": null,
177+
"refs": {
178+
"CapabilityHealthReasonList$member": null
179+
}
180+
},
181+
"CapabilityHealthReasonList": {
182+
"base": null,
183+
"refs": {
184+
"EndpointDetails$healthReasons": "<p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>"
185+
}
186+
},
162187
"ComponentStatusData": {
163188
"base": "<p>Data on the status of agent components.</p>",
164189
"refs": {
@@ -171,7 +196,7 @@
171196
"UpdateAgentStatusRequest$componentStatuses": "<p>List of component statuses for agent.</p>"
172197
}
173198
},
174-
"ComponentType": {
199+
"ComponentTypeString": {
175200
"base": null,
176201
"refs": {
177202
"ComponentStatusData$componentType": "<p>The Component type.</p>",
@@ -353,10 +378,10 @@
353378
"DataflowEndpointGroupDurationInSeconds": {
354379
"base": null,
355380
"refs": {
356-
"CreateDataflowEndpointGroupRequest$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends for the contact to remain in a <code>POSTPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>POSTPASS</code> state.</p>",
357-
"CreateDataflowEndpointGroupRequest$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, prior to contact start for the contact to remain in a <code>PREPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>PREPASS</code> state.</p>",
358-
"GetDataflowEndpointGroupResponse$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends for the contact to remain in a <code>POSTPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>POSTPASS</code> state.</p>",
359-
"GetDataflowEndpointGroupResponse$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, prior to contact start for the contact to remain in a <code>PREPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>PREPASS</code> state.</p>"
381+
"CreateDataflowEndpointGroupRequest$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>",
382+
"CreateDataflowEndpointGroupRequest$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>",
383+
"GetDataflowEndpointGroupResponse$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>",
384+
"GetDataflowEndpointGroupResponse$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>"
360385
}
361386
},
362387
"DataflowEndpointGroupIdResponse": {
@@ -454,7 +479,7 @@
454479
"DiscoveryData": {
455480
"base": "<p>Data for agent discovery.</p>",
456481
"refs": {
457-
"RegisterAgentRequest$discoveryData": "<p>Data for associating and agent with the capabilities it is managing.</p>"
482+
"RegisterAgentRequest$discoveryData": "<p>Data for associating an agent with the capabilities it is managing.</p>"
458483
}
459484
},
460485
"Double": {
@@ -716,14 +741,14 @@
716741
"Integer": {
717742
"base": null,
718743
"refs": {
744+
"AgentCpuCoresList$member": null,
719745
"ConnectionDetails$mtu": "<p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>",
720746
"GetMinuteUsageResponse$estimatedMinutesRemaining": "<p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>",
721747
"GetMinuteUsageResponse$totalReservedMinuteAllocation": "<p>Total number of reserved minutes allocated, specific to the month being requested.</p>",
722748
"GetMinuteUsageResponse$totalScheduledMinutes": "<p>Total scheduled minutes for an account, specific to the month being requested.</p>",
723749
"GetMinuteUsageResponse$upcomingMinutesScheduled": "<p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>",
724750
"IntegerRange$maximum": "<p>A maximum value.</p>",
725751
"IntegerRange$minimum": "<p>A minimum value.</p>",
726-
"ReservedCpuCoresList$member": null,
727752
"SocketAddress$port": "<p>Port of a socket address.</p>"
728753
}
729754
},
@@ -987,12 +1012,6 @@
9871012
"refs": {
9881013
}
9891014
},
990-
"ReservedCpuCoresList": {
991-
"base": null,
992-
"refs": {
993-
"AgentDetails$reservedCpuCores": "<p>Number of Cpu cores reserved for agent.</p>"
994-
}
995-
},
9961015
"ResourceLimitExceededException": {
9971016
"base": "<p>Account limits for this resource have been exceeded.</p>",
9981017
"refs": {

0 commit comments

Comments
 (0)