aws-sdk-groundstation 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 634c62557528bd45d82d7478235a375fa89797239c9d9a2e7488e92a6209d4f0
4
- data.tar.gz: f4dd03d7d1368a0fe1ac5a09ce79ad71f6a4d4877f7cc7b4b515d76e25c3d289
3
+ metadata.gz: b620cf76b352b20bf4a9422b61a2fa4312f09ea5b3893d6156802924e5e0f02a
4
+ data.tar.gz: 57d907247a8a4ddd7a48096d703c45e806f0ead0230cb81752e76cd7e94ace5d
5
5
  SHA512:
6
- metadata.gz: 75ba4c9897c4acf88b1181e8c76c5a1532bd3a692dcbba485bb6fadb2c0f61e26a543384f1e0d8d40ed35013d8ae3d2d1c5c80616eb5f295fb94a7682109cbf8
7
- data.tar.gz: f9796f7f89bd50670c7822131a09576e77774f037019d1ac35d48e2ef9e7abc18e15e1eb9de90d0171dd50ff6e5fa83fd58fe173fca3a39df1d1237d65eb73aa
6
+ metadata.gz: b13d58e9e4b90f5b7fc97bb495f4509301beb70dbfcc629d5b4ba19f2a1bc610217676fa78c4906fac1946d9a67ea89fc86a9c88e677058848bb8f8d47947da2
7
+ data.tar.gz: 285dc06b2f6c46bf9f67424beb798248c2c6c8619b945ffdbadfcdaaf16fe313131a41377f91dbaa6a09d52c95cde1f012c8355773becfa6f692374899d53c1c
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-groundstation/customizations'
48
48
  # @!group service
49
49
  module Aws::GroundStation
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
@@ -703,7 +703,7 @@ module Aws::GroundStation
703
703
  # @example Response structure
704
704
  #
705
705
  # resp.contact_id #=> String
706
- # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
706
+ # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "AWS_FAILED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
707
707
  # resp.dataflow_list #=> Array
708
708
  # resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
709
709
  # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.name #=> String
@@ -719,6 +719,7 @@ module Aws::GroundStation
719
719
  # resp.dataflow_list[0].destination.config_id #=> String
720
720
  # resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "antenna-uplink", "dataflow-endpoint", "tracking", "uplink-echo"
721
721
  # resp.dataflow_list[0].destination.dataflow_destination_region #=> String
722
+ # resp.dataflow_list[0].error_message #=> String
722
723
  # resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
723
724
  # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
724
725
  # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
@@ -1080,14 +1081,14 @@ module Aws::GroundStation
1080
1081
  # next_token: "String",
1081
1082
  # satellite_arn: "satelliteArn",
1082
1083
  # start_time: Time.now, # required
1083
- # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
1084
+ # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, AWS_FAILED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
1084
1085
  # })
1085
1086
  #
1086
1087
  # @example Response structure
1087
1088
  #
1088
1089
  # resp.contact_list #=> Array
1089
1090
  # resp.contact_list[0].contact_id #=> String
1090
- # resp.contact_list[0].contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
1091
+ # resp.contact_list[0].contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "AWS_FAILED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
1091
1092
  # resp.contact_list[0].end_time #=> Time
1092
1093
  # resp.contact_list[0].error_message #=> String
1093
1094
  # resp.contact_list[0].ground_station #=> String
@@ -1592,7 +1593,7 @@ module Aws::GroundStation
1592
1593
  params: params,
1593
1594
  config: config)
1594
1595
  context[:gem_name] = 'aws-sdk-groundstation'
1595
- context[:gem_version] = '1.14.0'
1596
+ context[:gem_version] = '1.15.0'
1596
1597
  Seahorse::Client::Request.new(handlers, context)
1597
1598
  end
1598
1599
 
@@ -216,6 +216,7 @@ module Aws::GroundStation
216
216
  CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
217
217
 
218
218
  DataflowDetail.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, location_name: "destination"))
219
+ DataflowDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
219
220
  DataflowDetail.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
220
221
  DataflowDetail.struct_class = Types::DataflowDetail
221
222
 
@@ -640,6 +640,10 @@ module Aws::GroundStation
640
640
  # Dataflow details for the destination side.
641
641
  # @return [Types::Destination]
642
642
  #
643
+ # @!attribute [rw] error_message
644
+ # Error message for a dataflow.
645
+ # @return [String]
646
+ #
643
647
  # @!attribute [rw] source
644
648
  # Dataflow details for the source side.
645
649
  # @return [Types::Source]
@@ -648,6 +652,7 @@ module Aws::GroundStation
648
652
  #
649
653
  class DataflowDetail < Struct.new(
650
654
  :destination,
655
+ :error_message,
651
656
  :source)
652
657
  SENSITIVE = []
653
658
  include Aws::Structure
@@ -1548,7 +1553,7 @@ module Aws::GroundStation
1548
1553
  # next_token: "String",
1549
1554
  # satellite_arn: "satelliteArn",
1550
1555
  # start_time: Time.now, # required
1551
- # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
1556
+ # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, AWS_FAILED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
1552
1557
  # }
1553
1558
  #
1554
1559
  # @!attribute [rw] end_time
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-groundstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core