aws-sdk-finspacedata 1.27.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-finspacedata/client.rb +1 -1
- data/lib/aws-sdk-finspacedata/client_api.rb +31 -0
- data/lib/aws-sdk-finspacedata/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-finspacedata.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c58fafafe78c84d5f349f039d40e861dc02ec50da0e291949a9d171bcd02756
|
4
|
+
data.tar.gz: 3ade173b1409728f65f0132f8804468911c5f559dc1019d7f3d1dccf89d3382b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6398d39633657332722f31df5c1f27954a1f0ec1a1583e02f3f00b71c66acc7f009f684a982187caf503c97f65dbb1f52db4604e1204e8c97107e8dce146665
|
7
|
+
data.tar.gz: 8a4ff62b0a198dca1dae27ae63080433bd29ee8fb15f6064ac5cf8b67f8a3593706e6759e4ca2598d8853f7297b2e6d3018426d145f285cc1aaa25280d603bbe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -2123,7 +2123,7 @@ module Aws::FinSpaceData
|
|
2123
2123
|
params: params,
|
2124
2124
|
config: config)
|
2125
2125
|
context[:gem_name] = 'aws-sdk-finspacedata'
|
2126
|
-
context[:gem_version] = '1.
|
2126
|
+
context[:gem_version] = '1.28.0'
|
2127
2127
|
Seahorse::Client::Request.new(handlers, context)
|
2128
2128
|
end
|
2129
2129
|
|
@@ -707,6 +707,7 @@ module Aws::FinSpaceData
|
|
707
707
|
o.name = "AssociateUserToPermissionGroup"
|
708
708
|
o.http_method = "POST"
|
709
709
|
o.http_request_uri = "/permission-group/{permissionGroupId}/users/{userId}"
|
710
|
+
o.deprecated = true
|
710
711
|
o.input = Shapes::ShapeRef.new(shape: AssociateUserToPermissionGroupRequest)
|
711
712
|
o.output = Shapes::ShapeRef.new(shape: AssociateUserToPermissionGroupResponse)
|
712
713
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -721,6 +722,7 @@ module Aws::FinSpaceData
|
|
721
722
|
o.name = "CreateChangeset"
|
722
723
|
o.http_method = "POST"
|
723
724
|
o.http_request_uri = "/datasets/{datasetId}/changesetsv2"
|
725
|
+
o.deprecated = true
|
724
726
|
o.input = Shapes::ShapeRef.new(shape: CreateChangesetRequest)
|
725
727
|
o.output = Shapes::ShapeRef.new(shape: CreateChangesetResponse)
|
726
728
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -736,6 +738,7 @@ module Aws::FinSpaceData
|
|
736
738
|
o.name = "CreateDataView"
|
737
739
|
o.http_method = "POST"
|
738
740
|
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2"
|
741
|
+
o.deprecated = true
|
739
742
|
o.input = Shapes::ShapeRef.new(shape: CreateDataViewRequest)
|
740
743
|
o.output = Shapes::ShapeRef.new(shape: CreateDataViewResponse)
|
741
744
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -750,6 +753,7 @@ module Aws::FinSpaceData
|
|
750
753
|
o.name = "CreateDataset"
|
751
754
|
o.http_method = "POST"
|
752
755
|
o.http_request_uri = "/datasetsv2"
|
756
|
+
o.deprecated = true
|
753
757
|
o.input = Shapes::ShapeRef.new(shape: CreateDatasetRequest)
|
754
758
|
o.output = Shapes::ShapeRef.new(shape: CreateDatasetResponse)
|
755
759
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -765,6 +769,7 @@ module Aws::FinSpaceData
|
|
765
769
|
o.name = "CreatePermissionGroup"
|
766
770
|
o.http_method = "POST"
|
767
771
|
o.http_request_uri = "/permission-group"
|
772
|
+
o.deprecated = true
|
768
773
|
o.input = Shapes::ShapeRef.new(shape: CreatePermissionGroupRequest)
|
769
774
|
o.output = Shapes::ShapeRef.new(shape: CreatePermissionGroupResponse)
|
770
775
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -779,6 +784,7 @@ module Aws::FinSpaceData
|
|
779
784
|
o.name = "CreateUser"
|
780
785
|
o.http_method = "POST"
|
781
786
|
o.http_request_uri = "/user"
|
787
|
+
o.deprecated = true
|
782
788
|
o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
|
783
789
|
o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
|
784
790
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -793,6 +799,7 @@ module Aws::FinSpaceData
|
|
793
799
|
o.name = "DeleteDataset"
|
794
800
|
o.http_method = "DELETE"
|
795
801
|
o.http_request_uri = "/datasetsv2/{datasetId}"
|
802
|
+
o.deprecated = true
|
796
803
|
o.input = Shapes::ShapeRef.new(shape: DeleteDatasetRequest)
|
797
804
|
o.output = Shapes::ShapeRef.new(shape: DeleteDatasetResponse)
|
798
805
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -808,6 +815,7 @@ module Aws::FinSpaceData
|
|
808
815
|
o.name = "DeletePermissionGroup"
|
809
816
|
o.http_method = "DELETE"
|
810
817
|
o.http_request_uri = "/permission-group/{permissionGroupId}"
|
818
|
+
o.deprecated = true
|
811
819
|
o.input = Shapes::ShapeRef.new(shape: DeletePermissionGroupRequest)
|
812
820
|
o.output = Shapes::ShapeRef.new(shape: DeletePermissionGroupResponse)
|
813
821
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -823,6 +831,7 @@ module Aws::FinSpaceData
|
|
823
831
|
o.name = "DisableUser"
|
824
832
|
o.http_method = "POST"
|
825
833
|
o.http_request_uri = "/user/{userId}/disable"
|
834
|
+
o.deprecated = true
|
826
835
|
o.input = Shapes::ShapeRef.new(shape: DisableUserRequest)
|
827
836
|
o.output = Shapes::ShapeRef.new(shape: DisableUserResponse)
|
828
837
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -837,6 +846,7 @@ module Aws::FinSpaceData
|
|
837
846
|
o.name = "DisassociateUserFromPermissionGroup"
|
838
847
|
o.http_method = "DELETE"
|
839
848
|
o.http_request_uri = "/permission-group/{permissionGroupId}/users/{userId}"
|
849
|
+
o.deprecated = true
|
840
850
|
o.input = Shapes::ShapeRef.new(shape: DisassociateUserFromPermissionGroupRequest)
|
841
851
|
o.output = Shapes::ShapeRef.new(shape: DisassociateUserFromPermissionGroupResponse)
|
842
852
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -851,6 +861,7 @@ module Aws::FinSpaceData
|
|
851
861
|
o.name = "EnableUser"
|
852
862
|
o.http_method = "POST"
|
853
863
|
o.http_request_uri = "/user/{userId}/enable"
|
864
|
+
o.deprecated = true
|
854
865
|
o.input = Shapes::ShapeRef.new(shape: EnableUserRequest)
|
855
866
|
o.output = Shapes::ShapeRef.new(shape: EnableUserResponse)
|
856
867
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -866,6 +877,7 @@ module Aws::FinSpaceData
|
|
866
877
|
o.name = "GetChangeset"
|
867
878
|
o.http_method = "GET"
|
868
879
|
o.http_request_uri = "/datasets/{datasetId}/changesetsv2/{changesetId}"
|
880
|
+
o.deprecated = true
|
869
881
|
o.input = Shapes::ShapeRef.new(shape: GetChangesetRequest)
|
870
882
|
o.output = Shapes::ShapeRef.new(shape: GetChangesetResponse)
|
871
883
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -880,6 +892,7 @@ module Aws::FinSpaceData
|
|
880
892
|
o.name = "GetDataView"
|
881
893
|
o.http_method = "GET"
|
882
894
|
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2/{dataviewId}"
|
895
|
+
o.deprecated = true
|
883
896
|
o.input = Shapes::ShapeRef.new(shape: GetDataViewRequest)
|
884
897
|
o.output = Shapes::ShapeRef.new(shape: GetDataViewResponse)
|
885
898
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -893,6 +906,7 @@ module Aws::FinSpaceData
|
|
893
906
|
o.name = "GetDataset"
|
894
907
|
o.http_method = "GET"
|
895
908
|
o.http_request_uri = "/datasetsv2/{datasetId}"
|
909
|
+
o.deprecated = true
|
896
910
|
o.input = Shapes::ShapeRef.new(shape: GetDatasetRequest)
|
897
911
|
o.output = Shapes::ShapeRef.new(shape: GetDatasetResponse)
|
898
912
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -907,6 +921,7 @@ module Aws::FinSpaceData
|
|
907
921
|
o.name = "GetExternalDataViewAccessDetails"
|
908
922
|
o.http_method = "POST"
|
909
923
|
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2/{dataviewId}/external-access-details"
|
924
|
+
o.deprecated = true
|
910
925
|
o.input = Shapes::ShapeRef.new(shape: GetExternalDataViewAccessDetailsRequest)
|
911
926
|
o.output = Shapes::ShapeRef.new(shape: GetExternalDataViewAccessDetailsResponse)
|
912
927
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -920,6 +935,7 @@ module Aws::FinSpaceData
|
|
920
935
|
o.name = "GetPermissionGroup"
|
921
936
|
o.http_method = "GET"
|
922
937
|
o.http_request_uri = "/permission-group/{permissionGroupId}"
|
938
|
+
o.deprecated = true
|
923
939
|
o.input = Shapes::ShapeRef.new(shape: GetPermissionGroupRequest)
|
924
940
|
o.output = Shapes::ShapeRef.new(shape: GetPermissionGroupResponse)
|
925
941
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -933,6 +949,7 @@ module Aws::FinSpaceData
|
|
933
949
|
o.name = "GetProgrammaticAccessCredentials"
|
934
950
|
o.http_method = "GET"
|
935
951
|
o.http_request_uri = "/credentials/programmatic"
|
952
|
+
o.deprecated = true
|
936
953
|
o.input = Shapes::ShapeRef.new(shape: GetProgrammaticAccessCredentialsRequest)
|
937
954
|
o.output = Shapes::ShapeRef.new(shape: GetProgrammaticAccessCredentialsResponse)
|
938
955
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -945,6 +962,7 @@ module Aws::FinSpaceData
|
|
945
962
|
o.name = "GetUser"
|
946
963
|
o.http_method = "GET"
|
947
964
|
o.http_request_uri = "/user/{userId}"
|
965
|
+
o.deprecated = true
|
948
966
|
o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
|
949
967
|
o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
|
950
968
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -958,6 +976,7 @@ module Aws::FinSpaceData
|
|
958
976
|
o.name = "GetWorkingLocation"
|
959
977
|
o.http_method = "POST"
|
960
978
|
o.http_request_uri = "/workingLocationV1"
|
979
|
+
o.deprecated = true
|
961
980
|
o.input = Shapes::ShapeRef.new(shape: GetWorkingLocationRequest)
|
962
981
|
o.output = Shapes::ShapeRef.new(shape: GetWorkingLocationResponse)
|
963
982
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -970,6 +989,7 @@ module Aws::FinSpaceData
|
|
970
989
|
o.name = "ListChangesets"
|
971
990
|
o.http_method = "GET"
|
972
991
|
o.http_request_uri = "/datasets/{datasetId}/changesetsv2"
|
992
|
+
o.deprecated = true
|
973
993
|
o.input = Shapes::ShapeRef.new(shape: ListChangesetsRequest)
|
974
994
|
o.output = Shapes::ShapeRef.new(shape: ListChangesetsResponse)
|
975
995
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -990,6 +1010,7 @@ module Aws::FinSpaceData
|
|
990
1010
|
o.name = "ListDataViews"
|
991
1011
|
o.http_method = "GET"
|
992
1012
|
o.http_request_uri = "/datasets/{datasetId}/dataviewsv2"
|
1013
|
+
o.deprecated = true
|
993
1014
|
o.input = Shapes::ShapeRef.new(shape: ListDataViewsRequest)
|
994
1015
|
o.output = Shapes::ShapeRef.new(shape: ListDataViewsResponse)
|
995
1016
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -1009,6 +1030,7 @@ module Aws::FinSpaceData
|
|
1009
1030
|
o.name = "ListDatasets"
|
1010
1031
|
o.http_method = "GET"
|
1011
1032
|
o.http_request_uri = "/datasetsv2"
|
1033
|
+
o.deprecated = true
|
1012
1034
|
o.input = Shapes::ShapeRef.new(shape: ListDatasetsRequest)
|
1013
1035
|
o.output = Shapes::ShapeRef.new(shape: ListDatasetsResponse)
|
1014
1036
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1028,6 +1050,7 @@ module Aws::FinSpaceData
|
|
1028
1050
|
o.name = "ListPermissionGroups"
|
1029
1051
|
o.http_method = "GET"
|
1030
1052
|
o.http_request_uri = "/permission-group"
|
1053
|
+
o.deprecated = true
|
1031
1054
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionGroupsRequest)
|
1032
1055
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionGroupsResponse)
|
1033
1056
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1046,6 +1069,7 @@ module Aws::FinSpaceData
|
|
1046
1069
|
o.name = "ListPermissionGroupsByUser"
|
1047
1070
|
o.http_method = "GET"
|
1048
1071
|
o.http_request_uri = "/user/{userId}/permission-groups"
|
1072
|
+
o.deprecated = true
|
1049
1073
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionGroupsByUserRequest)
|
1050
1074
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionGroupsByUserResponse)
|
1051
1075
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1059,6 +1083,7 @@ module Aws::FinSpaceData
|
|
1059
1083
|
o.name = "ListUsers"
|
1060
1084
|
o.http_method = "GET"
|
1061
1085
|
o.http_request_uri = "/user"
|
1086
|
+
o.deprecated = true
|
1062
1087
|
o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
|
1063
1088
|
o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
|
1064
1089
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1077,6 +1102,7 @@ module Aws::FinSpaceData
|
|
1077
1102
|
o.name = "ListUsersByPermissionGroup"
|
1078
1103
|
o.http_method = "GET"
|
1079
1104
|
o.http_request_uri = "/permission-group/{permissionGroupId}/users"
|
1105
|
+
o.deprecated = true
|
1080
1106
|
o.input = Shapes::ShapeRef.new(shape: ListUsersByPermissionGroupRequest)
|
1081
1107
|
o.output = Shapes::ShapeRef.new(shape: ListUsersByPermissionGroupResponse)
|
1082
1108
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1090,6 +1116,7 @@ module Aws::FinSpaceData
|
|
1090
1116
|
o.name = "ResetUserPassword"
|
1091
1117
|
o.http_method = "POST"
|
1092
1118
|
o.http_request_uri = "/user/{userId}/password"
|
1119
|
+
o.deprecated = true
|
1093
1120
|
o.input = Shapes::ShapeRef.new(shape: ResetUserPasswordRequest)
|
1094
1121
|
o.output = Shapes::ShapeRef.new(shape: ResetUserPasswordResponse)
|
1095
1122
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1104,6 +1131,7 @@ module Aws::FinSpaceData
|
|
1104
1131
|
o.name = "UpdateChangeset"
|
1105
1132
|
o.http_method = "PUT"
|
1106
1133
|
o.http_request_uri = "/datasets/{datasetId}/changesetsv2/{changesetId}"
|
1134
|
+
o.deprecated = true
|
1107
1135
|
o.input = Shapes::ShapeRef.new(shape: UpdateChangesetRequest)
|
1108
1136
|
o.output = Shapes::ShapeRef.new(shape: UpdateChangesetResponse)
|
1109
1137
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -1118,6 +1146,7 @@ module Aws::FinSpaceData
|
|
1118
1146
|
o.name = "UpdateDataset"
|
1119
1147
|
o.http_method = "PUT"
|
1120
1148
|
o.http_request_uri = "/datasetsv2/{datasetId}"
|
1149
|
+
o.deprecated = true
|
1121
1150
|
o.input = Shapes::ShapeRef.new(shape: UpdateDatasetRequest)
|
1122
1151
|
o.output = Shapes::ShapeRef.new(shape: UpdateDatasetResponse)
|
1123
1152
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1132,6 +1161,7 @@ module Aws::FinSpaceData
|
|
1132
1161
|
o.name = "UpdatePermissionGroup"
|
1133
1162
|
o.http_method = "PUT"
|
1134
1163
|
o.http_request_uri = "/permission-group/{permissionGroupId}"
|
1164
|
+
o.deprecated = true
|
1135
1165
|
o.input = Shapes::ShapeRef.new(shape: UpdatePermissionGroupRequest)
|
1136
1166
|
o.output = Shapes::ShapeRef.new(shape: UpdatePermissionGroupResponse)
|
1137
1167
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -1146,6 +1176,7 @@ module Aws::FinSpaceData
|
|
1146
1176
|
o.name = "UpdateUser"
|
1147
1177
|
o.http_method = "PUT"
|
1148
1178
|
o.http_request_uri = "/user/{userId}"
|
1179
|
+
o.deprecated = true
|
1149
1180
|
o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
|
1150
1181
|
o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
|
1151
1182
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -32,7 +32,7 @@ module Aws::FinSpaceData
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://finspace-api-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-finspacedata.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-finspacedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.28.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: 2023-
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|