aws-sdk-qbusiness 1.20.0 → 1.21.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-qbusiness/async_client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client_api.rb +2 -0
- data/lib/aws-sdk-qbusiness/types.rb +6 -0
- data/lib/aws-sdk-qbusiness.rb +1 -1
- data/sig/types.rbs +1 -0
- 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: b7fb7f52fc4495e85e58acc852423b98a75627f3b1c8b47e8985e9a12246a0a1
|
4
|
+
data.tar.gz: 0cf839c74d029111a6ff02e354e94de2c82071ee2048c29bd2dbb473440d1289
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 514f08c3ea55aa2484bde1066fb95543f9713fd5c01adb32028d4d6d51514a6d56d8799a3d955939c78371db67c08d2beb2b646747fec5dd6f0998dd7eed2251
|
7
|
+
data.tar.gz: 37056bcb559563722623858225ca53ea504ee5c53cfc200f82310c403ebc338ff96094b9ab1311899038fadb071548286778bf8311c0ba1a88303fcc3d42d998
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -34,6 +34,7 @@ module Aws::QBusiness
|
|
34
34
|
ActionReviewPayloadField = Shapes::StructureShape.new(name: 'ActionReviewPayloadField')
|
35
35
|
ActionReviewPayloadFieldAllowedValue = Shapes::StructureShape.new(name: 'ActionReviewPayloadFieldAllowedValue')
|
36
36
|
ActionReviewPayloadFieldAllowedValues = Shapes::ListShape.new(name: 'ActionReviewPayloadFieldAllowedValues')
|
37
|
+
ActionReviewPayloadFieldArrayItemJsonSchema = Shapes::DocumentShape.new(name: 'ActionReviewPayloadFieldArrayItemJsonSchema', document: true)
|
37
38
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
38
39
|
Application = Shapes::StructureShape.new(name: 'Application')
|
39
40
|
ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
|
@@ -498,6 +499,7 @@ module Aws::QBusiness
|
|
498
499
|
ActionReviewPayloadField.add_member(:value, Shapes::ShapeRef.new(shape: ActionPayloadFieldValue, location_name: "value"))
|
499
500
|
ActionReviewPayloadField.add_member(:allowed_values, Shapes::ShapeRef.new(shape: ActionReviewPayloadFieldAllowedValues, location_name: "allowedValues"))
|
500
501
|
ActionReviewPayloadField.add_member(:allowed_format, Shapes::ShapeRef.new(shape: String, location_name: "allowedFormat"))
|
502
|
+
ActionReviewPayloadField.add_member(:array_item_json_schema, Shapes::ShapeRef.new(shape: ActionReviewPayloadFieldArrayItemJsonSchema, location_name: "arrayItemJsonSchema"))
|
501
503
|
ActionReviewPayloadField.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
502
504
|
ActionReviewPayloadField.struct_class = Types::ActionReviewPayloadField
|
503
505
|
|
@@ -304,6 +304,11 @@ module Aws::QBusiness
|
|
304
304
|
# allowed format.
|
305
305
|
# @return [String]
|
306
306
|
#
|
307
|
+
# @!attribute [rw] array_item_json_schema
|
308
|
+
# Use to create a custom form with array fields (fields with nested
|
309
|
+
# objects inside an array).
|
310
|
+
# @return [Hash,Array,String,Numeric,Boolean]
|
311
|
+
#
|
307
312
|
# @!attribute [rw] required
|
308
313
|
# Information about whether the field is required.
|
309
314
|
# @return [Boolean]
|
@@ -318,6 +323,7 @@ module Aws::QBusiness
|
|
318
323
|
:value,
|
319
324
|
:allowed_values,
|
320
325
|
:allowed_format,
|
326
|
+
:array_item_json_schema,
|
321
327
|
:required)
|
322
328
|
SENSITIVE = []
|
323
329
|
include Aws::Structure
|
data/lib/aws-sdk-qbusiness.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -87,6 +87,7 @@ module Aws::QBusiness
|
|
87
87
|
attr_accessor value: untyped
|
88
88
|
attr_accessor allowed_values: ::Array[Types::ActionReviewPayloadFieldAllowedValue]
|
89
89
|
attr_accessor allowed_format: ::String
|
90
|
+
attr_accessor array_item_json_schema: untyped
|
90
91
|
attr_accessor required: bool
|
91
92
|
SENSITIVE: []
|
92
93
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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: 2024-10-
|
11
|
+
date: 2024-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|