Skip to content

Commit

Permalink
Release v1.44.242 (2023-04-12) (#4795)
Browse files Browse the repository at this point in the history
Release v1.44.242 (2023-04-12)
===

### Service Client Updates
* `service/groundstation`: Updates service API and documentation
* `service/managedblockchain`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Apr 12, 2023
1 parent 41d339d commit 4427ee7
Show file tree
Hide file tree
Showing 12 changed files with 676 additions and 415 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.44.242 (2023-04-12)
===

### Service Client Updates
* `service/groundstation`: Updates service API and documentation
* `service/managedblockchain`: Updates service documentation

Release v1.44.241 (2023-04-11)
===

Expand Down
12 changes: 12 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.241"
const SDKVersion = "1.44.242"
59 changes: 41 additions & 18 deletions models/apis/groundstation/2019-05-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,21 +526,27 @@
"min":1,
"pattern":"^[\\w-]+$"
},
"AgentCpuCoresList":{
"type":"list",
"member":{"shape":"Integer"},
"max":256,
"min":0
},
"AgentDetails":{
"type":"structure",
"required":[
"agentVersion",
"componentVersions",
"instanceId",
"instanceType",
"reservedCpuCores"
"instanceType"
],
"members":{
"agentCpuCores":{"shape":"AgentCpuCoresList"},
"agentVersion":{"shape":"VersionString"},
"componentVersions":{"shape":"ComponentVersionList"},
"instanceId":{"shape":"InstanceId"},
"instanceType":{"shape":"InstanceType"},
"reservedCpuCores":{"shape":"ReservedCpuCoresList"}
"reservedCpuCores":{"shape":"AgentCpuCoresList"}
}
},
"AgentStatus":{
Expand Down Expand Up @@ -664,6 +670,31 @@
"max":20,
"min":1
},
"CapabilityHealth":{
"type":"string",
"enum":[
"UNHEALTHY",
"HEALTHY"
]
},
"CapabilityHealthReason":{
"type":"string",
"enum":[
"NO_REGISTERED_AGENT",
"INVALID_IP_OWNERSHIP",
"NOT_AUTHORIZED_TO_CREATE_SLR",
"UNVERIFIED_IP_OWNERSHIP",
"INITIALIZING_DATAPLANE",
"DATAPLANE_FAILURE",
"HEALTHY"
]
},
"CapabilityHealthReasonList":{
"type":"list",
"member":{"shape":"CapabilityHealthReason"},
"max":500,
"min":0
},
"ComponentStatusData":{
"type":"structure",
"required":[
Expand All @@ -676,7 +707,7 @@
"bytesReceived":{"shape":"Long"},
"bytesSent":{"shape":"Long"},
"capabilityArn":{"shape":"CapabilityArn"},
"componentType":{"shape":"ComponentType"},
"componentType":{"shape":"ComponentTypeString"},
"dataflowId":{"shape":"Uuid"},
"packetsDropped":{"shape":"Long"},
"status":{"shape":"AgentStatus"}
Expand All @@ -686,15 +717,11 @@
"type":"list",
"member":{"shape":"ComponentStatusData"},
"max":20,
"min":1
"min":0
},
"ComponentType":{
"ComponentTypeString":{
"type":"string",
"enum":[
"LAMINAR_FLOW",
"PRISM",
"DIGITIZER"
]
"pattern":"^[a-zA-Z0-9_]{1,64}$"
},
"ComponentVersion":{
"type":"structure",
Expand All @@ -703,7 +730,7 @@
"versions"
],
"members":{
"componentType":{"shape":"ComponentType"},
"componentType":{"shape":"ComponentTypeString"},
"versions":{"shape":"VersionStringList"}
}
},
Expand Down Expand Up @@ -1162,6 +1189,8 @@
"members":{
"awsGroundStationAgentEndpoint":{"shape":"AwsGroundStationAgentEndpoint"},
"endpoint":{"shape":"DataflowEndpoint"},
"healthReasons":{"shape":"CapabilityHealthReasonList"},
"healthStatus":{"shape":"CapabilityHealth"},
"securityDetails":{"shape":"SecurityDetails"}
}
},
Expand Down Expand Up @@ -1861,12 +1890,6 @@
"tags":{"shape":"TagsMap"}
}
},
"ReservedCpuCoresList":{
"type":"list",
"member":{"shape":"Integer"},
"max":256,
"min":1
},
"ResourceLimitExceededException":{
"type":"structure",
"members":{
Expand Down
51 changes: 35 additions & 16 deletions models/apis/groundstation/2019-05-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"DeleteMissionProfile": "<p>Deletes a mission profile.</p>",
"DescribeContact": "<p>Describes an existing contact.</p>",
"DescribeEphemeris": "<p>Describes an existing ephemeris.</p>",
"GetAgentConfiguration": "<p>Gets the latest configuration information for a registered agent.</p>",
"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>",
"GetConfig": "<p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>",
"GetDataflowEndpointGroup": "<p>Returns the dataflow endpoint group.</p>",
"GetMinuteUsage": "<p>Returns the number of minutes used by account.</p>",
Expand All @@ -27,11 +27,11 @@
"ListMissionProfiles": "<p>Returns a list of mission profiles.</p>",
"ListSatellites": "<p>Returns a list of satellites.</p>",
"ListTagsForResource": "<p>Returns a list of tags for a specified resource.</p>",
"RegisterAgent": "<p>Registers a new agent with AWS Groundstation.</p>",
"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>",
"ReserveContact": "<p>Reserves a contact using specified parameters.</p>",
"TagResource": "<p>Assigns a tag to a resource.</p>",
"UntagResource": "<p>Deassigns a resource tag.</p>",
"UpdateAgentStatus": "<p>Update the status of the agent.</p>",
"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>",
"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>",
"UpdateEphemeris": "<p>Updates an existing ephemeris</p>",
"UpdateMissionProfile": "<p>Updates a mission profile.</p> <p>Updating a mission profile will not update the execution parameters for existing future contacts.</p>"
Expand All @@ -45,6 +45,13 @@
"MissionProfileListItem$region": "<p>Region of a mission profile.</p>"
}
},
"AgentCpuCoresList": {
"base": null,
"refs": {
"AgentDetails$agentCpuCores": "<p>List of CPU cores reserved for the agent.</p>",
"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>"
}
},
"AgentDetails": {
"base": "<p>Detailed information about the agent.</p>",
"refs": {
Expand Down Expand Up @@ -159,6 +166,24 @@
"DiscoveryData$capabilityArns": "<p>List of capabilities to associate with agent.</p>"
}
},
"CapabilityHealth": {
"base": null,
"refs": {
"EndpointDetails$healthStatus": "<p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>"
}
},
"CapabilityHealthReason": {
"base": null,
"refs": {
"CapabilityHealthReasonList$member": null
}
},
"CapabilityHealthReasonList": {
"base": null,
"refs": {
"EndpointDetails$healthReasons": "<p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>"
}
},
"ComponentStatusData": {
"base": "<p>Data on the status of agent components.</p>",
"refs": {
Expand All @@ -171,7 +196,7 @@
"UpdateAgentStatusRequest$componentStatuses": "<p>List of component statuses for agent.</p>"
}
},
"ComponentType": {
"ComponentTypeString": {
"base": null,
"refs": {
"ComponentStatusData$componentType": "<p>The Component type.</p>",
Expand Down Expand Up @@ -353,10 +378,10 @@
"DataflowEndpointGroupDurationInSeconds": {
"base": null,
"refs": {
"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>",
"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>",
"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>",
"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>"
"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>",
"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>",
"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>",
"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>"
}
},
"DataflowEndpointGroupIdResponse": {
Expand Down Expand Up @@ -454,7 +479,7 @@
"DiscoveryData": {
"base": "<p>Data for agent discovery.</p>",
"refs": {
"RegisterAgentRequest$discoveryData": "<p>Data for associating and agent with the capabilities it is managing.</p>"
"RegisterAgentRequest$discoveryData": "<p>Data for associating an agent with the capabilities it is managing.</p>"
}
},
"Double": {
Expand Down Expand Up @@ -716,14 +741,14 @@
"Integer": {
"base": null,
"refs": {
"AgentCpuCoresList$member": null,
"ConnectionDetails$mtu": "<p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>",
"GetMinuteUsageResponse$estimatedMinutesRemaining": "<p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>",
"GetMinuteUsageResponse$totalReservedMinuteAllocation": "<p>Total number of reserved minutes allocated, specific to the month being requested.</p>",
"GetMinuteUsageResponse$totalScheduledMinutes": "<p>Total scheduled minutes for an account, specific to the month being requested.</p>",
"GetMinuteUsageResponse$upcomingMinutesScheduled": "<p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>",
"IntegerRange$maximum": "<p>A maximum value.</p>",
"IntegerRange$minimum": "<p>A minimum value.</p>",
"ReservedCpuCoresList$member": null,
"SocketAddress$port": "<p>Port of a socket address.</p>"
}
},
Expand Down Expand Up @@ -987,12 +1012,6 @@
"refs": {
}
},
"ReservedCpuCoresList": {
"base": null,
"refs": {
"AgentDetails$reservedCpuCores": "<p>Number of Cpu cores reserved for agent.</p>"
}
},
"ResourceLimitExceededException": {
"base": "<p>Account limits for this resource have been exceeded.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 4427ee7

Please sign in to comment.