aws-sdk-iotthingsgraph 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70a608f4ce107f6492123e10100e3ccc5ab6146d9ae6b18786a96b1f3cfdc49c
4
- data.tar.gz: 50e01fb35beefcbebb3a1db4a18eccab039d8f1ca3433c161e0334491a70f579
3
+ metadata.gz: 5df854d82408cf3846d1b309d8126d22e229008ef47cc44c956281a4b2107e48
4
+ data.tar.gz: f3087b1b3e5cc0d060ed14446c439a30c0ae4705ab6e4d8e56ba27815cc2ab21
5
5
  SHA512:
6
- metadata.gz: 70ad01e61f159937ecff6df5372107662e9852c40b59de437a0375dd9ed240e8a57b149f0f66b450917bc7cfea9236c773258be31aa570789122138afcda31b8
7
- data.tar.gz: fc30bf33499772a2111032032affeef4455b280bd4258b817ec507c6f095e2312d43aa453ed8ce9469863439b3f26c2ea9f82d45cd698e1616bcc1e0d8a29a68
6
+ metadata.gz: b926b85f028ec2a774ac256af12fb72dcce88e5917f3a0f484baebc50ea6f28d589b481e0df75d5e581f31a55e556730a500955875ddb1a175989267372aefcf
7
+ data.tar.gz: f4bc694e09aadd30d67f0ff3887a5d2c909ac4a332db8016711975537f7ce243840445d15d620ba3039dccaeaee545691e75d6547d6aeb003e596429ce954aeb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.23.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -612,7 +612,8 @@ module Aws::IoTThingsGraph
612
612
 
613
613
  # Deletes the specified namespace. This action deletes all of the
614
614
  # entities in the namespace. Delete the systems and flows that use
615
- # entities in the namespace before performing this action.
615
+ # entities in the namespace before performing this action. This action
616
+ # takes no request parameters.
616
617
  #
617
618
  # @return [Types::DeleteNamespaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
618
619
  #
@@ -1921,7 +1922,7 @@ module Aws::IoTThingsGraph
1921
1922
  params: params,
1922
1923
  config: config)
1923
1924
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1924
- context[:gem_version] = '1.23.0'
1925
+ context[:gem_version] = '1.24.0'
1925
1926
  Seahorse::Client::Request.new(handlers, context)
1926
1927
  end
1927
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.23.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.23.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: 2022-02-24 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