aws-sdk-iotthingsgraph 1.21.0 → 1.24.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: 7dc1e2a65a84c9120357290f1a1d7d1cab403cb759276153996d28be050f0d7f
4
- data.tar.gz: 168abf15232e442eb9e28506561fe4470f8731fe005298aa6fc5a3b195d1862c
3
+ metadata.gz: 5df854d82408cf3846d1b309d8126d22e229008ef47cc44c956281a4b2107e48
4
+ data.tar.gz: f3087b1b3e5cc0d060ed14446c439a30c0ae4705ab6e4d8e56ba27815cc2ab21
5
5
  SHA512:
6
- metadata.gz: e1f04f270fbc03ddc3ab2bcecd6809abff258fbe9b3eb184a476a93a5b70b938d1d43c37d8eb6150dd16d3332b268d75d14f1341a6684b3430ff0db78c12d69b
7
- data.tar.gz: 1f871af7c183d9c3cb36eceab00e01d3906b912614facf3033606965d040194cf6d61d823436ddc6fab34736c14b390b32d901615c826a9e471804331fd2281e
6
+ metadata.gz: b926b85f028ec2a774ac256af12fb72dcce88e5917f3a0f484baebc50ea6f28d589b481e0df75d5e581f31a55e556730a500955875ddb1a175989267372aefcf
7
+ data.tar.gz: f4bc694e09aadd30d67f0ff3887a5d2c909ac4a332db8016711975537f7ce243840445d15d620ba3039dccaeaee545691e75d6547d6aeb003e596429ce954aeb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2022-08-31)
5
+ ------------------
6
+
7
+ * Feature - This release deprecates all APIs of the ThingsGraph service
8
+
9
+ 1.23.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.22.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.21.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.24.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::IoTThingsGraph
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
84
 
@@ -608,7 +612,8 @@ module Aws::IoTThingsGraph
608
612
 
609
613
  # Deletes the specified namespace. This action deletes all of the
610
614
  # entities in the namespace. Delete the systems and flows that use
611
- # entities in the namespace before performing this action.
615
+ # entities in the namespace before performing this action. This action
616
+ # takes no request parameters.
612
617
  #
613
618
  # @return [Types::DeleteNamespaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
614
619
  #
@@ -1917,7 +1922,7 @@ module Aws::IoTThingsGraph
1917
1922
  params: params,
1918
1923
  config: config)
1919
1924
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1920
- context[:gem_version] = '1.21.0'
1925
+ context[:gem_version] = '1.24.0'
1921
1926
  Seahorse::Client::Request.new(handlers, context)
1922
1927
  end
1923
1928
 
@@ -633,6 +633,7 @@ module Aws::IoTThingsGraph
633
633
  o.name = "AssociateEntityToThing"
634
634
  o.http_method = "POST"
635
635
  o.http_request_uri = "/"
636
+ o.deprecated = true
636
637
  o.input = Shapes::ShapeRef.new(shape: AssociateEntityToThingRequest)
637
638
  o.output = Shapes::ShapeRef.new(shape: AssociateEntityToThingResponse)
638
639
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -645,6 +646,7 @@ module Aws::IoTThingsGraph
645
646
  o.name = "CreateFlowTemplate"
646
647
  o.http_method = "POST"
647
648
  o.http_request_uri = "/"
649
+ o.deprecated = true
648
650
  o.input = Shapes::ShapeRef.new(shape: CreateFlowTemplateRequest)
649
651
  o.output = Shapes::ShapeRef.new(shape: CreateFlowTemplateResponse)
650
652
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -658,6 +660,7 @@ module Aws::IoTThingsGraph
658
660
  o.name = "CreateSystemInstance"
659
661
  o.http_method = "POST"
660
662
  o.http_request_uri = "/"
663
+ o.deprecated = true
661
664
  o.input = Shapes::ShapeRef.new(shape: CreateSystemInstanceRequest)
662
665
  o.output = Shapes::ShapeRef.new(shape: CreateSystemInstanceResponse)
663
666
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -671,6 +674,7 @@ module Aws::IoTThingsGraph
671
674
  o.name = "CreateSystemTemplate"
672
675
  o.http_method = "POST"
673
676
  o.http_request_uri = "/"
677
+ o.deprecated = true
674
678
  o.input = Shapes::ShapeRef.new(shape: CreateSystemTemplateRequest)
675
679
  o.output = Shapes::ShapeRef.new(shape: CreateSystemTemplateResponse)
676
680
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -683,6 +687,7 @@ module Aws::IoTThingsGraph
683
687
  o.name = "DeleteFlowTemplate"
684
688
  o.http_method = "POST"
685
689
  o.http_request_uri = "/"
690
+ o.deprecated = true
686
691
  o.input = Shapes::ShapeRef.new(shape: DeleteFlowTemplateRequest)
687
692
  o.output = Shapes::ShapeRef.new(shape: DeleteFlowTemplateResponse)
688
693
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -695,6 +700,7 @@ module Aws::IoTThingsGraph
695
700
  o.name = "DeleteNamespace"
696
701
  o.http_method = "POST"
697
702
  o.http_request_uri = "/"
703
+ o.deprecated = true
698
704
  o.input = Shapes::ShapeRef.new(shape: DeleteNamespaceRequest)
699
705
  o.output = Shapes::ShapeRef.new(shape: DeleteNamespaceResponse)
700
706
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
@@ -705,6 +711,7 @@ module Aws::IoTThingsGraph
705
711
  o.name = "DeleteSystemInstance"
706
712
  o.http_method = "POST"
707
713
  o.http_request_uri = "/"
714
+ o.deprecated = true
708
715
  o.input = Shapes::ShapeRef.new(shape: DeleteSystemInstanceRequest)
709
716
  o.output = Shapes::ShapeRef.new(shape: DeleteSystemInstanceResponse)
710
717
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -717,6 +724,7 @@ module Aws::IoTThingsGraph
717
724
  o.name = "DeleteSystemTemplate"
718
725
  o.http_method = "POST"
719
726
  o.http_request_uri = "/"
727
+ o.deprecated = true
720
728
  o.input = Shapes::ShapeRef.new(shape: DeleteSystemTemplateRequest)
721
729
  o.output = Shapes::ShapeRef.new(shape: DeleteSystemTemplateResponse)
722
730
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -729,6 +737,7 @@ module Aws::IoTThingsGraph
729
737
  o.name = "DeploySystemInstance"
730
738
  o.http_method = "POST"
731
739
  o.http_request_uri = "/"
740
+ o.deprecated = true
732
741
  o.input = Shapes::ShapeRef.new(shape: DeploySystemInstanceRequest)
733
742
  o.output = Shapes::ShapeRef.new(shape: DeploySystemInstanceResponse)
734
743
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -742,6 +751,7 @@ module Aws::IoTThingsGraph
742
751
  o.name = "DeprecateFlowTemplate"
743
752
  o.http_method = "POST"
744
753
  o.http_request_uri = "/"
754
+ o.deprecated = true
745
755
  o.input = Shapes::ShapeRef.new(shape: DeprecateFlowTemplateRequest)
746
756
  o.output = Shapes::ShapeRef.new(shape: DeprecateFlowTemplateResponse)
747
757
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -754,6 +764,7 @@ module Aws::IoTThingsGraph
754
764
  o.name = "DeprecateSystemTemplate"
755
765
  o.http_method = "POST"
756
766
  o.http_request_uri = "/"
767
+ o.deprecated = true
757
768
  o.input = Shapes::ShapeRef.new(shape: DeprecateSystemTemplateRequest)
758
769
  o.output = Shapes::ShapeRef.new(shape: DeprecateSystemTemplateResponse)
759
770
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -766,6 +777,7 @@ module Aws::IoTThingsGraph
766
777
  o.name = "DescribeNamespace"
767
778
  o.http_method = "POST"
768
779
  o.http_request_uri = "/"
780
+ o.deprecated = true
769
781
  o.input = Shapes::ShapeRef.new(shape: DescribeNamespaceRequest)
770
782
  o.output = Shapes::ShapeRef.new(shape: DescribeNamespaceResponse)
771
783
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -778,6 +790,7 @@ module Aws::IoTThingsGraph
778
790
  o.name = "DissociateEntityFromThing"
779
791
  o.http_method = "POST"
780
792
  o.http_request_uri = "/"
793
+ o.deprecated = true
781
794
  o.input = Shapes::ShapeRef.new(shape: DissociateEntityFromThingRequest)
782
795
  o.output = Shapes::ShapeRef.new(shape: DissociateEntityFromThingResponse)
783
796
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -790,6 +803,7 @@ module Aws::IoTThingsGraph
790
803
  o.name = "GetEntities"
791
804
  o.http_method = "POST"
792
805
  o.http_request_uri = "/"
806
+ o.deprecated = true
793
807
  o.input = Shapes::ShapeRef.new(shape: GetEntitiesRequest)
794
808
  o.output = Shapes::ShapeRef.new(shape: GetEntitiesResponse)
795
809
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -802,6 +816,7 @@ module Aws::IoTThingsGraph
802
816
  o.name = "GetFlowTemplate"
803
817
  o.http_method = "POST"
804
818
  o.http_request_uri = "/"
819
+ o.deprecated = true
805
820
  o.input = Shapes::ShapeRef.new(shape: GetFlowTemplateRequest)
806
821
  o.output = Shapes::ShapeRef.new(shape: GetFlowTemplateResponse)
807
822
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -814,6 +829,7 @@ module Aws::IoTThingsGraph
814
829
  o.name = "GetFlowTemplateRevisions"
815
830
  o.http_method = "POST"
816
831
  o.http_request_uri = "/"
832
+ o.deprecated = true
817
833
  o.input = Shapes::ShapeRef.new(shape: GetFlowTemplateRevisionsRequest)
818
834
  o.output = Shapes::ShapeRef.new(shape: GetFlowTemplateRevisionsResponse)
819
835
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -832,6 +848,7 @@ module Aws::IoTThingsGraph
832
848
  o.name = "GetNamespaceDeletionStatus"
833
849
  o.http_method = "POST"
834
850
  o.http_request_uri = "/"
851
+ o.deprecated = true
835
852
  o.input = Shapes::ShapeRef.new(shape: GetNamespaceDeletionStatusRequest)
836
853
  o.output = Shapes::ShapeRef.new(shape: GetNamespaceDeletionStatusResponse)
837
854
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -843,6 +860,7 @@ module Aws::IoTThingsGraph
843
860
  o.name = "GetSystemInstance"
844
861
  o.http_method = "POST"
845
862
  o.http_request_uri = "/"
863
+ o.deprecated = true
846
864
  o.input = Shapes::ShapeRef.new(shape: GetSystemInstanceRequest)
847
865
  o.output = Shapes::ShapeRef.new(shape: GetSystemInstanceResponse)
848
866
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -855,6 +873,7 @@ module Aws::IoTThingsGraph
855
873
  o.name = "GetSystemTemplate"
856
874
  o.http_method = "POST"
857
875
  o.http_request_uri = "/"
876
+ o.deprecated = true
858
877
  o.input = Shapes::ShapeRef.new(shape: GetSystemTemplateRequest)
859
878
  o.output = Shapes::ShapeRef.new(shape: GetSystemTemplateResponse)
860
879
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -867,6 +886,7 @@ module Aws::IoTThingsGraph
867
886
  o.name = "GetSystemTemplateRevisions"
868
887
  o.http_method = "POST"
869
888
  o.http_request_uri = "/"
889
+ o.deprecated = true
870
890
  o.input = Shapes::ShapeRef.new(shape: GetSystemTemplateRevisionsRequest)
871
891
  o.output = Shapes::ShapeRef.new(shape: GetSystemTemplateRevisionsResponse)
872
892
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -885,6 +905,7 @@ module Aws::IoTThingsGraph
885
905
  o.name = "GetUploadStatus"
886
906
  o.http_method = "POST"
887
907
  o.http_request_uri = "/"
908
+ o.deprecated = true
888
909
  o.input = Shapes::ShapeRef.new(shape: GetUploadStatusRequest)
889
910
  o.output = Shapes::ShapeRef.new(shape: GetUploadStatusResponse)
890
911
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -897,6 +918,7 @@ module Aws::IoTThingsGraph
897
918
  o.name = "ListFlowExecutionMessages"
898
919
  o.http_method = "POST"
899
920
  o.http_request_uri = "/"
921
+ o.deprecated = true
900
922
  o.input = Shapes::ShapeRef.new(shape: ListFlowExecutionMessagesRequest)
901
923
  o.output = Shapes::ShapeRef.new(shape: ListFlowExecutionMessagesResponse)
902
924
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -915,6 +937,7 @@ module Aws::IoTThingsGraph
915
937
  o.name = "ListTagsForResource"
916
938
  o.http_method = "POST"
917
939
  o.http_request_uri = "/"
940
+ o.deprecated = true
918
941
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
919
942
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
920
943
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -933,6 +956,7 @@ module Aws::IoTThingsGraph
933
956
  o.name = "SearchEntities"
934
957
  o.http_method = "POST"
935
958
  o.http_request_uri = "/"
959
+ o.deprecated = true
936
960
  o.input = Shapes::ShapeRef.new(shape: SearchEntitiesRequest)
937
961
  o.output = Shapes::ShapeRef.new(shape: SearchEntitiesResponse)
938
962
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -950,6 +974,7 @@ module Aws::IoTThingsGraph
950
974
  o.name = "SearchFlowExecutions"
951
975
  o.http_method = "POST"
952
976
  o.http_request_uri = "/"
977
+ o.deprecated = true
953
978
  o.input = Shapes::ShapeRef.new(shape: SearchFlowExecutionsRequest)
954
979
  o.output = Shapes::ShapeRef.new(shape: SearchFlowExecutionsResponse)
955
980
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -968,6 +993,7 @@ module Aws::IoTThingsGraph
968
993
  o.name = "SearchFlowTemplates"
969
994
  o.http_method = "POST"
970
995
  o.http_request_uri = "/"
996
+ o.deprecated = true
971
997
  o.input = Shapes::ShapeRef.new(shape: SearchFlowTemplatesRequest)
972
998
  o.output = Shapes::ShapeRef.new(shape: SearchFlowTemplatesResponse)
973
999
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -985,6 +1011,7 @@ module Aws::IoTThingsGraph
985
1011
  o.name = "SearchSystemInstances"
986
1012
  o.http_method = "POST"
987
1013
  o.http_request_uri = "/"
1014
+ o.deprecated = true
988
1015
  o.input = Shapes::ShapeRef.new(shape: SearchSystemInstancesRequest)
989
1016
  o.output = Shapes::ShapeRef.new(shape: SearchSystemInstancesResponse)
990
1017
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1002,6 +1029,7 @@ module Aws::IoTThingsGraph
1002
1029
  o.name = "SearchSystemTemplates"
1003
1030
  o.http_method = "POST"
1004
1031
  o.http_request_uri = "/"
1032
+ o.deprecated = true
1005
1033
  o.input = Shapes::ShapeRef.new(shape: SearchSystemTemplatesRequest)
1006
1034
  o.output = Shapes::ShapeRef.new(shape: SearchSystemTemplatesResponse)
1007
1035
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1019,6 +1047,7 @@ module Aws::IoTThingsGraph
1019
1047
  o.name = "SearchThings"
1020
1048
  o.http_method = "POST"
1021
1049
  o.http_request_uri = "/"
1050
+ o.deprecated = true
1022
1051
  o.input = Shapes::ShapeRef.new(shape: SearchThingsRequest)
1023
1052
  o.output = Shapes::ShapeRef.new(shape: SearchThingsResponse)
1024
1053
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1037,6 +1066,7 @@ module Aws::IoTThingsGraph
1037
1066
  o.name = "TagResource"
1038
1067
  o.http_method = "POST"
1039
1068
  o.http_request_uri = "/"
1069
+ o.deprecated = true
1040
1070
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1041
1071
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1042
1072
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1049,6 +1079,7 @@ module Aws::IoTThingsGraph
1049
1079
  o.name = "UndeploySystemInstance"
1050
1080
  o.http_method = "POST"
1051
1081
  o.http_request_uri = "/"
1082
+ o.deprecated = true
1052
1083
  o.input = Shapes::ShapeRef.new(shape: UndeploySystemInstanceRequest)
1053
1084
  o.output = Shapes::ShapeRef.new(shape: UndeploySystemInstanceResponse)
1054
1085
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1062,6 +1093,7 @@ module Aws::IoTThingsGraph
1062
1093
  o.name = "UntagResource"
1063
1094
  o.http_method = "POST"
1064
1095
  o.http_request_uri = "/"
1096
+ o.deprecated = true
1065
1097
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1066
1098
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1067
1099
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1074,6 +1106,7 @@ module Aws::IoTThingsGraph
1074
1106
  o.name = "UpdateFlowTemplate"
1075
1107
  o.http_method = "POST"
1076
1108
  o.http_request_uri = "/"
1109
+ o.deprecated = true
1077
1110
  o.input = Shapes::ShapeRef.new(shape: UpdateFlowTemplateRequest)
1078
1111
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowTemplateResponse)
1079
1112
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1086,6 +1119,7 @@ module Aws::IoTThingsGraph
1086
1119
  o.name = "UpdateSystemTemplate"
1087
1120
  o.http_method = "POST"
1088
1121
  o.http_request_uri = "/"
1122
+ o.deprecated = true
1089
1123
  o.input = Shapes::ShapeRef.new(shape: UpdateSystemTemplateRequest)
1090
1124
  o.output = Shapes::ShapeRef.new(shape: UpdateSystemTemplateResponse)
1091
1125
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -1098,6 +1132,7 @@ module Aws::IoTThingsGraph
1098
1132
  o.name = "UploadEntityDefinitions"
1099
1133
  o.http_method = "POST"
1100
1134
  o.http_request_uri = "/"
1135
+ o.deprecated = true
1101
1136
  o.input = Shapes::ShapeRef.new(shape: UploadEntityDefinitionsRequest)
1102
1137
  o.output = Shapes::ShapeRef.new(shape: UploadEntityDefinitionsResponse)
1103
1138
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTThingsGraph
50
50
 
51
- GEM_VERSION = '1.21.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.24.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement