aws-sdk-finspace 1.4.0 → 1.8.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: 8450a254d7c313dcf6471d7b4e649e100336ef11aafa155098ac4d4c5bd5b452
4
- data.tar.gz: cb6af740a52c97ef5e33806cac3926f3078f6e1a22c1e57a32c97b8d449d5e97
3
+ metadata.gz: 8d4862600d7c303f1040398f871bd8c3b0b045657445415d2c8850b3aeb4d510
4
+ data.tar.gz: bfa72f9a222123a73e9b65d2e92e851f3eadf71471aca2334db7a1cec2ea8dba
5
5
  SHA512:
6
- metadata.gz: e4f293325a7f7dc37a539b6f74b04378d4fdc70b7d3519b145a69fb32579251429951fe22ddd76a809ce2264e6e4d8cf18bb251a07dee1c1f690d70ce51bef7b
7
- data.tar.gz: cec4ab52075215e078c4e10207e1f14146dc3b4968df13ab4557250357e29f5ba8078d45c50746205d28258a26d1e5cb604a73b588df33ddd5bfbb96d8396e4f
6
+ metadata.gz: 979b7a8bb3f321f89a98c781e4439fc4c7641aa62e6c62b0690d4ed12c1f1467db658ce9dc1a2d41244bb756e78720108a3c1e9ee22b2032e85f27201afb87aa
7
+ data.tar.gz: 5b5fb4392e91327cc24351632c05aa3ec3ac1aeaf3780c1adfcaf1ee0d1a027f4f5441d5ca840b4aa247cf105acc1a4d9d7ce7feef26a4b7378f99a767c482ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.7.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.6.0 (2021-11-03)
15
+ ------------------
16
+
17
+ * Feature - Adds superuser and data-bundle parameters to CreateEnvironment API
18
+
19
+ 1.5.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.4.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.8.0
@@ -121,7 +121,9 @@ module Aws::Finspace
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -277,6 +279,15 @@ module Aws::Finspace
277
279
  # ** Please note ** When response stubbing is enabled, no HTTP
278
280
  # requests are made, and retries are disabled.
279
281
  #
282
+ # @option options [Boolean] :use_dualstack_endpoint
283
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
284
+ # will be used if available.
285
+ #
286
+ # @option options [Boolean] :use_fips_endpoint
287
+ # When set to `true`, fips compatible endpoints will be used if available.
288
+ # When a `fips` region is used, the region is normalized and this config
289
+ # is set to `true`.
290
+ #
280
291
  # @option options [Boolean] :validate_params (true)
281
292
  # When `true`, request parameters are validated before
282
293
  # sending the request.
@@ -355,6 +366,20 @@ module Aws::Finspace
355
366
  # @option params [Types::FederationParameters] :federation_parameters
356
367
  # Configuration information when authentication mode is FEDERATED.
357
368
  #
369
+ # @option params [Types::SuperuserParameters] :superuser_parameters
370
+ # Configuration information for the superuser.
371
+ #
372
+ # @option params [Array<String>] :data_bundles
373
+ # The list of Amazon Resource Names (ARN) of the data bundles to
374
+ # install. Currently supported data bundle ARNs:
375
+ #
376
+ # * `arn:aws:finspace:$\{Region\}::data-bundle/capital-markets-sample` -
377
+ # Contains sample Capital Markets datasets, categories and controlled
378
+ # vocabularies.
379
+ #
380
+ # * `arn:aws:finspace:$\{Region\}::data-bundle/taq` (default) - Contains
381
+ # trades and quotes data in addition to sample Capital Markets data.
382
+ #
358
383
  # @return [Types::CreateEnvironmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
359
384
  #
360
385
  # * {Types::CreateEnvironmentResponse#environment_id #environment_id} => String
@@ -381,6 +406,12 @@ module Aws::Finspace
381
406
  # "FederationAttributeKey" => "url",
382
407
  # },
383
408
  # },
409
+ # superuser_parameters: {
410
+ # email_address: "EmailId", # required
411
+ # first_name: "NameString", # required
412
+ # last_name: "NameString", # required
413
+ # },
414
+ # data_bundles: ["DataBundleArn"],
384
415
  # })
385
416
  #
386
417
  # @example Response structure
@@ -693,7 +724,7 @@ module Aws::Finspace
693
724
  params: params,
694
725
  config: config)
695
726
  context[:gem_name] = 'aws-sdk-finspace'
696
- context[:gem_version] = '1.4.0'
727
+ context[:gem_version] = '1.8.0'
697
728
  Seahorse::Client::Request.new(handlers, context)
698
729
  end
699
730
 
@@ -17,9 +17,12 @@ module Aws::Finspace
17
17
  AttributeMap = Shapes::MapShape.new(name: 'AttributeMap')
18
18
  CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
19
19
  CreateEnvironmentResponse = Shapes::StructureShape.new(name: 'CreateEnvironmentResponse')
20
+ DataBundleArn = Shapes::StringShape.new(name: 'DataBundleArn')
21
+ DataBundleArns = Shapes::ListShape.new(name: 'DataBundleArns')
20
22
  DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
21
23
  DeleteEnvironmentResponse = Shapes::StructureShape.new(name: 'DeleteEnvironmentResponse')
22
24
  Description = Shapes::StringShape.new(name: 'Description')
25
+ EmailId = Shapes::StringShape.new(name: 'EmailId')
23
26
  Environment = Shapes::StructureShape.new(name: 'Environment')
24
27
  EnvironmentArn = Shapes::StringShape.new(name: 'EnvironmentArn')
25
28
  EnvironmentList = Shapes::ListShape.new(name: 'EnvironmentList')
@@ -40,12 +43,14 @@ module Aws::Finspace
40
43
  ListEnvironmentsResponse = Shapes::StructureShape.new(name: 'ListEnvironmentsResponse')
41
44
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
42
45
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
46
+ NameString = Shapes::StringShape.new(name: 'NameString')
43
47
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
44
48
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
45
49
  ResultLimit = Shapes::IntegerShape.new(name: 'ResultLimit')
46
50
  SamlMetadataDocument = Shapes::StringShape.new(name: 'SamlMetadataDocument')
47
51
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
48
52
  SmsDomainUrl = Shapes::StringShape.new(name: 'SmsDomainUrl')
53
+ SuperuserParameters = Shapes::StructureShape.new(name: 'SuperuserParameters')
49
54
  TagKey = Shapes::StringShape.new(name: 'TagKey')
50
55
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
51
56
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -73,6 +78,8 @@ module Aws::Finspace
73
78
  CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
74
79
  CreateEnvironmentRequest.add_member(:federation_mode, Shapes::ShapeRef.new(shape: FederationMode, location_name: "federationMode"))
75
80
  CreateEnvironmentRequest.add_member(:federation_parameters, Shapes::ShapeRef.new(shape: FederationParameters, location_name: "federationParameters"))
81
+ CreateEnvironmentRequest.add_member(:superuser_parameters, Shapes::ShapeRef.new(shape: SuperuserParameters, location_name: "superuserParameters"))
82
+ CreateEnvironmentRequest.add_member(:data_bundles, Shapes::ShapeRef.new(shape: DataBundleArns, location_name: "dataBundles"))
76
83
  CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
77
84
 
78
85
  CreateEnvironmentResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: IdType, location_name: "environmentId"))
@@ -80,6 +87,8 @@ module Aws::Finspace
80
87
  CreateEnvironmentResponse.add_member(:environment_url, Shapes::ShapeRef.new(shape: url, location_name: "environmentUrl"))
81
88
  CreateEnvironmentResponse.struct_class = Types::CreateEnvironmentResponse
82
89
 
90
+ DataBundleArns.member = Shapes::ShapeRef.new(shape: DataBundleArn)
91
+
83
92
  DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: IdType, required: true, location: "uri", location_name: "environmentId"))
84
93
  DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
85
94
 
@@ -144,6 +153,11 @@ module Aws::Finspace
144
153
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
145
154
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
146
155
 
156
+ SuperuserParameters.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailId, required: true, location_name: "emailAddress"))
157
+ SuperuserParameters.add_member(:first_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "firstName"))
158
+ SuperuserParameters.add_member(:last_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "lastName"))
159
+ SuperuserParameters.struct_class = Types::SuperuserParameters
160
+
147
161
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
148
162
 
149
163
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -37,6 +37,12 @@ module Aws::Finspace
37
37
  # "FederationAttributeKey" => "url",
38
38
  # },
39
39
  # },
40
+ # superuser_parameters: {
41
+ # email_address: "EmailId", # required
42
+ # first_name: "NameString", # required
43
+ # last_name: "NameString", # required
44
+ # },
45
+ # data_bundles: ["DataBundleArn"],
40
46
  # }
41
47
  #
42
48
  # @!attribute [rw] name
@@ -69,6 +75,23 @@ module Aws::Finspace
69
75
  # Configuration information when authentication mode is FEDERATED.
70
76
  # @return [Types::FederationParameters]
71
77
  #
78
+ # @!attribute [rw] superuser_parameters
79
+ # Configuration information for the superuser.
80
+ # @return [Types::SuperuserParameters]
81
+ #
82
+ # @!attribute [rw] data_bundles
83
+ # The list of Amazon Resource Names (ARN) of the data bundles to
84
+ # install. Currently supported data bundle ARNs:
85
+ #
86
+ # * `arn:aws:finspace:$\{Region\}::data-bundle/capital-markets-sample`
87
+ # - Contains sample Capital Markets datasets, categories and
88
+ # controlled vocabularies.
89
+ #
90
+ # * `arn:aws:finspace:$\{Region\}::data-bundle/taq` (default) -
91
+ # Contains trades and quotes data in addition to sample Capital
92
+ # Markets data.
93
+ # @return [Array<String>]
94
+ #
72
95
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/CreateEnvironmentRequest AWS API Documentation
73
96
  #
74
97
  class CreateEnvironmentRequest < Struct.new(
@@ -77,7 +100,9 @@ module Aws::Finspace
77
100
  :kms_key_id,
78
101
  :tags,
79
102
  :federation_mode,
80
- :federation_parameters)
103
+ :federation_parameters,
104
+ :superuser_parameters,
105
+ :data_bundles)
81
106
  SENSITIVE = []
82
107
  include Aws::Structure
83
108
  end
@@ -440,6 +465,39 @@ module Aws::Finspace
440
465
  include Aws::Structure
441
466
  end
442
467
 
468
+ # Configuration information for the superuser.
469
+ #
470
+ # @note When making an API call, you may pass SuperuserParameters
471
+ # data as a hash:
472
+ #
473
+ # {
474
+ # email_address: "EmailId", # required
475
+ # first_name: "NameString", # required
476
+ # last_name: "NameString", # required
477
+ # }
478
+ #
479
+ # @!attribute [rw] email_address
480
+ # The email address of the superuser.
481
+ # @return [String]
482
+ #
483
+ # @!attribute [rw] first_name
484
+ # The first name of the superuser.
485
+ # @return [String]
486
+ #
487
+ # @!attribute [rw] last_name
488
+ # The last name of the superuser.
489
+ # @return [String]
490
+ #
491
+ # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/SuperuserParameters AWS API Documentation
492
+ #
493
+ class SuperuserParameters < Struct.new(
494
+ :email_address,
495
+ :first_name,
496
+ :last_name)
497
+ SENSITIVE = [:email_address]
498
+ include Aws::Structure
499
+ end
500
+
443
501
  # @note When making an API call, you may pass TagResourceRequest
444
502
  # data as a hash:
445
503
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-finspace/customizations'
48
48
  # @!group service
49
49
  module Aws::Finspace
50
50
 
51
- GEM_VERSION = '1.4.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-finspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.8.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-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.119.0
22
+ version: 3.122.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.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="