aws-sdk-finspacedata 1.25.0 → 1.27.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: 40c5aea0f3a4ac4cd47c16ea38fa329f66bdab8011d24509a77845634a033cb1
4
- data.tar.gz: 69ec8d51ecfc83e3798a2d9db4f9d45cf0f087b570bc42a42cfc0cb0f60bda0d
3
+ metadata.gz: 000c67bbac0cebc84051255c8d69bd640c04a5454400378fa5e803c3b2908f73
4
+ data.tar.gz: 670d139e81da0a77891e2a40fec3ebf3b86f706db00ee6e384e5d9f1cc380f34
5
5
  SHA512:
6
- metadata.gz: d79989248928e2da1708d49a3674117d443d576d2700f9f6cfc6b17110ea1dfed9a948f9b012faa67222b0c46673d5318bfc81417fccc24b9a94cdd52bed1ef5
7
- data.tar.gz: 8c835ca4d516d8aea66649d5cd5605ffffd2732e4acb99b571f12bf94acedb31f95595c9c5bee48101e7b69dbbbe4fb00f7d8f20f5d8a278abe39eb925eeaf64
6
+ metadata.gz: 9384726b14acbc3fbe4e955a36ef3863b0ba11f26654c4af65638e4067a4635b6ce2ae8fdd27c79e352744cc8de360477cd9311c81a7da2407d0b80488ac3f03
7
+ data.tar.gz: 93a529f72e34bf4ce20b797e910ddfcd3bdfad98464e09decc007737fd9059c8fd3c1dc840e70ce9fb1320dd3c75d20016cbb1cac7e49e674383aa516486a925
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.26.0 (2023-09-25)
10
+ ------------------
11
+
12
+ * Feature - Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs.
13
+
4
14
  1.25.0 (2023-09-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.27.0
@@ -390,8 +390,8 @@ module Aws::FinSpaceData
390
390
 
391
391
  # @!group API Operations
392
392
 
393
- # Adds a user account to a permission group to grant permissions for
394
- # actions a user can perform in FinSpace.
393
+ # Adds a user to a permission group to grant permissions for actions a
394
+ # user can perform in FinSpace.
395
395
  #
396
396
  # @option params [required, String] :permission_group_id
397
397
  # The unique identifier for the permission group.
@@ -909,7 +909,7 @@ module Aws::FinSpaceData
909
909
  # specified user.
910
910
  #
911
911
  # @option params [required, String] :user_id
912
- # The unique identifier for the user account that you want to disable.
912
+ # The unique identifier for the user that you want to deactivate.
913
913
  #
914
914
  # @option params [String] :client_token
915
915
  # A token that ensures idempotency. This token expires in 10 minutes.
@@ -941,7 +941,7 @@ module Aws::FinSpaceData
941
941
  req.send_request(options)
942
942
  end
943
943
 
944
- # Removes a user account from a permission group.
944
+ # Removes a user from a permission group.
945
945
  #
946
946
  # @option params [required, String] :permission_group_id
947
947
  # The unique identifier for the permission group.
@@ -984,7 +984,7 @@ module Aws::FinSpaceData
984
984
  # API.
985
985
  #
986
986
  # @option params [required, String] :user_id
987
- # The unique identifier for the user account that you want to enable.
987
+ # The unique identifier for the user that you want to activate.
988
988
  #
989
989
  # @option params [String] :client_token
990
990
  # A token that ensures idempotency. This token expires in 10 minutes.
@@ -1266,7 +1266,13 @@ module Aws::FinSpaceData
1266
1266
  req.send_request(options)
1267
1267
  end
1268
1268
 
1269
- # Request programmatic credentials to use with FinSpace SDK.
1269
+ # Request programmatic credentials to use with FinSpace SDK. For more
1270
+ # information, see [Step 2. Access credentials programmatically using
1271
+ # IAM access key id and secret access key][1].
1272
+ #
1273
+ #
1274
+ #
1275
+ # [1]: https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#accessing-credentials
1270
1276
  #
1271
1277
  # @option params [Integer] :duration_in_minutes
1272
1278
  # The time duration in which the credentials remain valid.
@@ -1609,7 +1615,7 @@ module Aws::FinSpaceData
1609
1615
  end
1610
1616
 
1611
1617
  # Lists all the permission groups that are associated with a specific
1612
- # user account.
1618
+ # user.
1613
1619
  #
1614
1620
  # @option params [required, String] :user_id
1615
1621
  # The unique identifier for the user.
@@ -1650,7 +1656,7 @@ module Aws::FinSpaceData
1650
1656
  req.send_request(options)
1651
1657
  end
1652
1658
 
1653
- # Lists all available user accounts in FinSpace.
1659
+ # Lists all available users in FinSpace.
1654
1660
  #
1655
1661
  # @option params [String] :next_token
1656
1662
  # A token that indicates where a results page should begin.
@@ -2033,11 +2039,11 @@ module Aws::FinSpaceData
2033
2039
  req.send_request(options)
2034
2040
  end
2035
2041
 
2036
- # Modifies the details of the specified user account. You cannot update
2037
- # the `userId` for a user.
2042
+ # Modifies the details of the specified user. You cannot update the
2043
+ # `userId` for a user.
2038
2044
  #
2039
2045
  # @option params [required, String] :user_id
2040
- # The unique identifier for the user account to update.
2046
+ # The unique identifier for the user that you want to update.
2041
2047
  #
2042
2048
  # @option params [String] :type
2043
2049
  # The option to indicate the type of user.
@@ -2117,7 +2123,7 @@ module Aws::FinSpaceData
2117
2123
  params: params,
2118
2124
  config: config)
2119
2125
  context[:gem_name] = 'aws-sdk-finspacedata'
2120
- context[:gem_version] = '1.25.0'
2126
+ context[:gem_version] = '1.27.0'
2121
2127
  Seahorse::Client::Request.new(handlers, context)
2122
2128
  end
2123
2129
 
@@ -281,7 +281,7 @@ module Aws::FinSpaceData
281
281
  CreateUserRequest.add_member(:type, Shapes::ShapeRef.new(shape: UserType, required: true, location_name: "type"))
282
282
  CreateUserRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
283
283
  CreateUserRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
284
- CreateUserRequest.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "ApiAccess"))
284
+ CreateUserRequest.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "apiAccess"))
285
285
  CreateUserRequest.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
286
286
  CreateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
287
287
  CreateUserRequest.struct_class = Types::CreateUserRequest
@@ -1051,7 +1051,7 @@ module Aws::FinSpaceData
1051
1051
  end
1052
1052
 
1053
1053
  # @!attribute [rw] user_id
1054
- # The unique identifier for the user account that you want to disable.
1054
+ # The unique identifier for the user that you want to deactivate.
1055
1055
  # @return [String]
1056
1056
  #
1057
1057
  # @!attribute [rw] client_token
@@ -1071,7 +1071,7 @@ module Aws::FinSpaceData
1071
1071
  end
1072
1072
 
1073
1073
  # @!attribute [rw] user_id
1074
- # The unique identifier for the disabled user account.
1074
+ # The unique identifier for the deactivated user.
1075
1075
  # @return [String]
1076
1076
  #
1077
1077
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/DisableUserResponse AWS API Documentation
@@ -1120,7 +1120,7 @@ module Aws::FinSpaceData
1120
1120
  end
1121
1121
 
1122
1122
  # @!attribute [rw] user_id
1123
- # The unique identifier for the user account that you want to enable.
1123
+ # The unique identifier for the user that you want to activate.
1124
1124
  # @return [String]
1125
1125
  #
1126
1126
  # @!attribute [rw] client_token
@@ -1140,7 +1140,7 @@ module Aws::FinSpaceData
1140
1140
  end
1141
1141
 
1142
1142
  # @!attribute [rw] user_id
1143
- # The unique identifier for the enabled user account.
1143
+ # The unique identifier for the active user.
1144
1144
  # @return [String]
1145
1145
  #
1146
1146
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/EnableUserResponse AWS API Documentation
@@ -1498,7 +1498,7 @@ module Aws::FinSpaceData
1498
1498
  class GetExternalDataViewAccessDetailsResponse < Struct.new(
1499
1499
  :credentials,
1500
1500
  :s3_location)
1501
- SENSITIVE = []
1501
+ SENSITIVE = [:credentials]
1502
1502
  include Aws::Structure
1503
1503
  end
1504
1504
 
@@ -1560,7 +1560,7 @@ module Aws::FinSpaceData
1560
1560
  class GetProgrammaticAccessCredentialsResponse < Struct.new(
1561
1561
  :credentials,
1562
1562
  :duration_in_minutes)
1563
- SENSITIVE = []
1563
+ SENSITIVE = [:credentials]
1564
1564
  include Aws::Structure
1565
1565
  end
1566
1566
 
@@ -1577,17 +1577,17 @@ module Aws::FinSpaceData
1577
1577
  end
1578
1578
 
1579
1579
  # @!attribute [rw] user_id
1580
- # The unique identifier for the user account that is retrieved.
1580
+ # The unique identifier for the user that is retrieved.
1581
1581
  # @return [String]
1582
1582
  #
1583
1583
  # @!attribute [rw] status
1584
- # The current status of the user account.
1584
+ # The current status of the user.
1585
1585
  #
1586
- # * `CREATING` – The user account creation is in progress.
1586
+ # * `CREATING` – The creation is in progress.
1587
1587
  #
1588
- # * `ENABLED` – The user account is created and is currently active.
1588
+ # * `ENABLED` – The user is created and is currently active.
1589
1589
  #
1590
- # * `DISABLED` – The user account is currently inactive.
1590
+ # * `DISABLED` – The user is currently inactive.
1591
1591
  # @return [String]
1592
1592
  #
1593
1593
  # @!attribute [rw] first_name
@@ -1636,22 +1636,22 @@ module Aws::FinSpaceData
1636
1636
  # @return [String]
1637
1637
  #
1638
1638
  # @!attribute [rw] create_time
1639
- # The timestamp at which the user account was created in FinSpace. The
1640
- # value is determined as epoch time in milliseconds.
1639
+ # The timestamp at which the user was created in FinSpace. The value
1640
+ # is determined as epoch time in milliseconds.
1641
1641
  # @return [Integer]
1642
1642
  #
1643
1643
  # @!attribute [rw] last_enabled_time
1644
- # Describes the last time the user account was enabled. The value is
1644
+ # Describes the last time the user was activated. The value is
1645
1645
  # determined as epoch time in milliseconds.
1646
1646
  # @return [Integer]
1647
1647
  #
1648
1648
  # @!attribute [rw] last_disabled_time
1649
- # Describes the last time the user account was disabled. The value is
1649
+ # Describes the last time the user was deactivated. The value is
1650
1650
  # determined as epoch time in milliseconds.
1651
1651
  # @return [Integer]
1652
1652
  #
1653
1653
  # @!attribute [rw] last_modified_time
1654
- # Describes the last time the user account was updated. The value is
1654
+ # Describes the last time the user details were updated. The value is
1655
1655
  # determined as epoch time in milliseconds.
1656
1656
  # @return [Integer]
1657
1657
  #
@@ -2004,7 +2004,7 @@ module Aws::FinSpaceData
2004
2004
  end
2005
2005
 
2006
2006
  # @!attribute [rw] users
2007
- # A list of all the user accounts.
2007
+ # A list of all the users.
2008
2008
  # @return [Array<Types::User>]
2009
2009
  #
2010
2010
  # @!attribute [rw] next_token
@@ -2075,12 +2075,12 @@ module Aws::FinSpaceData
2075
2075
  # @return [Integer]
2076
2076
  #
2077
2077
  # @!attribute [rw] membership_status
2078
- # Indicates the status of the user account within a permission group.
2078
+ # Indicates the status of the user within a permission group.
2079
2079
  #
2080
- # * `ADDITION_IN_PROGRESS` – The user account is currently being added
2081
- # to the permission group.
2080
+ # * `ADDITION_IN_PROGRESS` – The user is currently being added to the
2081
+ # permission group.
2082
2082
  #
2083
- # * `ADDITION_SUCCESS` – The user account is successfully added to the
2083
+ # * `ADDITION_SUCCESS` – The user is successfully added to the
2084
2084
  # permission group.
2085
2085
  #
2086
2086
  # * `REMOVAL_IN_PROGRESS` – The user is currently being removed from
@@ -2101,7 +2101,7 @@ module Aws::FinSpaceData
2101
2101
  include Aws::Structure
2102
2102
  end
2103
2103
 
2104
- # The structure of a permission group associated with a user account.
2104
+ # The structure of a permission group associated with a user.
2105
2105
  #
2106
2106
  # @!attribute [rw] permission_group_id
2107
2107
  # The unique identifier for the permission group.
@@ -2112,12 +2112,12 @@ module Aws::FinSpaceData
2112
2112
  # @return [String]
2113
2113
  #
2114
2114
  # @!attribute [rw] membership_status
2115
- # Indicates the status of the user account within a permission group.
2115
+ # Indicates the status of the user within a permission group.
2116
2116
  #
2117
- # * `ADDITION_IN_PROGRESS` – The user account is currently being added
2118
- # to the permission group.
2117
+ # * `ADDITION_IN_PROGRESS` – The user is currently being added to the
2118
+ # permission group.
2119
2119
  #
2120
- # * `ADDITION_SUCCESS` – The user account is successfully added to the
2120
+ # * `ADDITION_SUCCESS` – The user is successfully added to the
2121
2121
  # permission group.
2122
2122
  #
2123
2123
  # * `REMOVAL_IN_PROGRESS` – The user is currently being removed from
@@ -2188,8 +2188,8 @@ module Aws::FinSpaceData
2188
2188
  # @return [String]
2189
2189
  #
2190
2190
  # @!attribute [rw] temporary_password
2191
- # A randomly generated temporary password for the requested user
2192
- # account. This password expires in 7 days.
2191
+ # A randomly generated temporary password for the requested user. This
2192
+ # password expires in 7 days.
2193
2193
  # @return [String]
2194
2194
  #
2195
2195
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/ResetUserPasswordResponse AWS API Documentation
@@ -2562,7 +2562,7 @@ module Aws::FinSpaceData
2562
2562
  end
2563
2563
 
2564
2564
  # @!attribute [rw] user_id
2565
- # The unique identifier for the user account to update.
2565
+ # The unique identifier for the user that you want to update.
2566
2566
  # @return [String]
2567
2567
  #
2568
2568
  # @!attribute [rw] type
@@ -2623,7 +2623,7 @@ module Aws::FinSpaceData
2623
2623
  end
2624
2624
 
2625
2625
  # @!attribute [rw] user_id
2626
- # The unique identifier of the updated user account.
2626
+ # The unique identifier of the updated user.
2627
2627
  # @return [String]
2628
2628
  #
2629
2629
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/UpdateUserResponse AWS API Documentation
@@ -2634,20 +2634,20 @@ module Aws::FinSpaceData
2634
2634
  include Aws::Structure
2635
2635
  end
2636
2636
 
2637
- # The details of the user account.
2637
+ # The details of the user.
2638
2638
  #
2639
2639
  # @!attribute [rw] user_id
2640
2640
  # The unique identifier for the user.
2641
2641
  # @return [String]
2642
2642
  #
2643
2643
  # @!attribute [rw] status
2644
- # The current status of the user account.
2644
+ # The current status of the user.
2645
2645
  #
2646
- # * `CREATING` – The user account creation is in progress.
2646
+ # * `CREATING` – The user creation is in progress.
2647
2647
  #
2648
- # * `ENABLED` – The user account is created and is currently active.
2648
+ # * `ENABLED` – The user is created and is currently active.
2649
2649
  #
2650
- # * `DISABLED` – The user account is currently inactive.
2650
+ # * `DISABLED` – The user is currently inactive.
2651
2651
  # @return [String]
2652
2652
  #
2653
2653
  # @!attribute [rw] first_name
@@ -2692,22 +2692,22 @@ module Aws::FinSpaceData
2692
2692
  # @return [String]
2693
2693
  #
2694
2694
  # @!attribute [rw] create_time
2695
- # The timestamp at which the user account was created in FinSpace. The
2696
- # value is determined as epoch time in milliseconds.
2695
+ # The timestamp at which the user was created in FinSpace. The value
2696
+ # is determined as epoch time in milliseconds.
2697
2697
  # @return [Integer]
2698
2698
  #
2699
2699
  # @!attribute [rw] last_enabled_time
2700
- # Describes the last time the user account was enabled. The value is
2700
+ # Describes the last time the user was activated. The value is
2701
2701
  # determined as epoch time in milliseconds.
2702
2702
  # @return [Integer]
2703
2703
  #
2704
2704
  # @!attribute [rw] last_disabled_time
2705
- # Describes the last time the user account was disabled. The value is
2705
+ # Describes the last time the user was deactivated. The value is
2706
2706
  # determined as epoch time in milliseconds.
2707
2707
  # @return [Integer]
2708
2708
  #
2709
2709
  # @!attribute [rw] last_modified_time
2710
- # Describes the last time the user account was updated. The value is
2710
+ # Describes the last time the user was updated. The value is
2711
2711
  # determined as epoch time in milliseconds.
2712
2712
  # @return [Integer]
2713
2713
  #
@@ -2736,20 +2736,20 @@ module Aws::FinSpaceData
2736
2736
  include Aws::Structure
2737
2737
  end
2738
2738
 
2739
- # The structure of a user account associated with a permission group.
2739
+ # The structure of a user associated with a permission group.
2740
2740
  #
2741
2741
  # @!attribute [rw] user_id
2742
2742
  # The unique identifier for the user.
2743
2743
  # @return [String]
2744
2744
  #
2745
2745
  # @!attribute [rw] status
2746
- # The current status of the user account.
2746
+ # The current status of the user.
2747
2747
  #
2748
- # * `CREATING` – The user account creation is in progress.
2748
+ # * `CREATING` – The user creation is in progress.
2749
2749
  #
2750
- # * `ENABLED` – The user account is created and is currently active.
2750
+ # * `ENABLED` – The user is created and is currently active.
2751
2751
  #
2752
- # * `DISABLED` – The user account is currently inactive.
2752
+ # * `DISABLED` – The user is currently inactive.
2753
2753
  # @return [String]
2754
2754
  #
2755
2755
  # @!attribute [rw] first_name
@@ -2790,12 +2790,12 @@ module Aws::FinSpaceData
2790
2790
  # @return [String]
2791
2791
  #
2792
2792
  # @!attribute [rw] membership_status
2793
- # Indicates the status of the user account within a permission group.
2793
+ # Indicates the status of the user within a permission group.
2794
2794
  #
2795
- # * `ADDITION_IN_PROGRESS` – The user account is currently being added
2796
- # to the permission group.
2795
+ # * `ADDITION_IN_PROGRESS` – The user is currently being added to the
2796
+ # permission group.
2797
2797
  #
2798
- # * `ADDITION_SUCCESS` – The user account is successfully added to the
2798
+ # * `ADDITION_SUCCESS` – The user is successfully added to the
2799
2799
  # permission group.
2800
2800
  #
2801
2801
  # * `REMOVAL_IN_PROGRESS` – The user is currently being removed from
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-finspacedata/customizations'
52
52
  # @!group service
53
53
  module Aws::FinSpaceData
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
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.25.0
4
+ version: 1.27.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-09-19 00:00:00.000000000 Z
11
+ date: 2023-09-27 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement