aws-sdk-odb 1.8.0 → 1.10.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-odb/client.rb +198 -1
- data/lib/aws-sdk-odb/client_api.rb +119 -0
- data/lib/aws-sdk-odb/types.rb +404 -7
- data/lib/aws-sdk-odb.rb +1 -1
- data/sig/client.rbs +36 -1
- data/sig/types.rbs +89 -1
- metadata +3 -3
data/sig/client.rbs
CHANGED
|
@@ -88,6 +88,17 @@ module Aws
|
|
|
88
88
|
) -> _AcceptMarketplaceRegistrationResponseSuccess
|
|
89
89
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptMarketplaceRegistrationResponseSuccess
|
|
90
90
|
|
|
91
|
+
interface _AssociateIamRoleToResourceResponseSuccess
|
|
92
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateIamRoleToResourceOutput]
|
|
93
|
+
end
|
|
94
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Odb/Client.html#associate_iam_role_to_resource-instance_method
|
|
95
|
+
def associate_iam_role_to_resource: (
|
|
96
|
+
iam_role_arn: ::String,
|
|
97
|
+
aws_integration: ("KmsTde"),
|
|
98
|
+
resource_arn: ::String
|
|
99
|
+
) -> _AssociateIamRoleToResourceResponseSuccess
|
|
100
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateIamRoleToResourceResponseSuccess
|
|
101
|
+
|
|
91
102
|
interface _CreateCloudAutonomousVmClusterResponseSuccess
|
|
92
103
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateCloudAutonomousVmClusterOutput]
|
|
93
104
|
def display_name: () -> ::String
|
|
@@ -239,7 +250,12 @@ module Aws
|
|
|
239
250
|
?client_token: ::String,
|
|
240
251
|
?s3_access: ("ENABLED" | "DISABLED"),
|
|
241
252
|
?zero_etl_access: ("ENABLED" | "DISABLED"),
|
|
253
|
+
?sts_access: ("ENABLED" | "DISABLED"),
|
|
254
|
+
?kms_access: ("ENABLED" | "DISABLED"),
|
|
242
255
|
?s3_policy_document: ::String,
|
|
256
|
+
?sts_policy_document: ::String,
|
|
257
|
+
?kms_policy_document: ::String,
|
|
258
|
+
?cross_region_s3_restore_sources_to_enable: Array[::String],
|
|
243
259
|
?tags: Hash[::String, ::String]
|
|
244
260
|
) -> _CreateOdbNetworkResponseSuccess
|
|
245
261
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOdbNetworkResponseSuccess
|
|
@@ -308,6 +324,17 @@ module Aws
|
|
|
308
324
|
) -> _DeleteOdbPeeringConnectionResponseSuccess
|
|
309
325
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOdbPeeringConnectionResponseSuccess
|
|
310
326
|
|
|
327
|
+
interface _DisassociateIamRoleFromResourceResponseSuccess
|
|
328
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateIamRoleFromResourceOutput]
|
|
329
|
+
end
|
|
330
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Odb/Client.html#disassociate_iam_role_from_resource-instance_method
|
|
331
|
+
def disassociate_iam_role_from_resource: (
|
|
332
|
+
iam_role_arn: ::String,
|
|
333
|
+
aws_integration: ("KmsTde"),
|
|
334
|
+
resource_arn: ::String
|
|
335
|
+
) -> _DisassociateIamRoleFromResourceResponseSuccess
|
|
336
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateIamRoleFromResourceResponseSuccess
|
|
337
|
+
|
|
311
338
|
interface _GetCloudAutonomousVmClusterResponseSuccess
|
|
312
339
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetCloudAutonomousVmClusterOutput]
|
|
313
340
|
def cloud_autonomous_vm_cluster: () -> Types::CloudAutonomousVmCluster
|
|
@@ -376,6 +403,7 @@ module Aws
|
|
|
376
403
|
def status: () -> ("NOT_STARTED" | "PENDING_LINK_GENERATION" | "PENDING_CUSTOMER_ACTION" | "PENDING_INITIALIZATION" | "ACTIVATING" | "ACTIVE_IN_HOME_REGION" | "ACTIVE" | "ACTIVE_LIMITED" | "FAILED" | "PUBLIC_OFFER_UNSUPPORTED" | "SUSPENDED" | "CANCELED")
|
|
377
404
|
def existing_tenancy_activation_link: () -> ::String
|
|
378
405
|
def new_tenancy_activation_link: () -> ::String
|
|
406
|
+
def oci_identity_domain: () -> Types::OciIdentityDomain
|
|
379
407
|
end
|
|
380
408
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Odb/Client.html#get_oci_onboarding_status-instance_method
|
|
381
409
|
def get_oci_onboarding_status: (
|
|
@@ -407,6 +435,7 @@ module Aws
|
|
|
407
435
|
end
|
|
408
436
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Odb/Client.html#initialize_service-instance_method
|
|
409
437
|
def initialize_service: (
|
|
438
|
+
?oci_identity_domain: bool
|
|
410
439
|
) -> _InitializeServiceResponseSuccess
|
|
411
440
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InitializeServiceResponseSuccess
|
|
412
441
|
|
|
@@ -670,7 +699,13 @@ module Aws
|
|
|
670
699
|
?peered_cidrs_to_be_removed: Array[::String],
|
|
671
700
|
?s3_access: ("ENABLED" | "DISABLED"),
|
|
672
701
|
?zero_etl_access: ("ENABLED" | "DISABLED"),
|
|
673
|
-
?
|
|
702
|
+
?sts_access: ("ENABLED" | "DISABLED"),
|
|
703
|
+
?kms_access: ("ENABLED" | "DISABLED"),
|
|
704
|
+
?s3_policy_document: ::String,
|
|
705
|
+
?sts_policy_document: ::String,
|
|
706
|
+
?kms_policy_document: ::String,
|
|
707
|
+
?cross_region_s3_restore_sources_to_enable: Array[::String],
|
|
708
|
+
?cross_region_s3_restore_sources_to_disable: Array[::String]
|
|
674
709
|
) -> _UpdateOdbNetworkResponseSuccess
|
|
675
710
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOdbNetworkResponseSuccess
|
|
676
711
|
|
data/sig/types.rbs
CHANGED
|
@@ -21,6 +21,16 @@ module Aws::Odb
|
|
|
21
21
|
SENSITIVE: []
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
+
class AssociateIamRoleToResourceInput
|
|
25
|
+
attr_accessor iam_role_arn: ::String
|
|
26
|
+
attr_accessor aws_integration: ("KmsTde")
|
|
27
|
+
attr_accessor resource_arn: ::String
|
|
28
|
+
SENSITIVE: []
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class AssociateIamRoleToResourceOutput < Aws::EmptyStructure
|
|
32
|
+
end
|
|
33
|
+
|
|
24
34
|
class AutonomousVirtualMachineSummary
|
|
25
35
|
attr_accessor autonomous_virtual_machine_id: ::String
|
|
26
36
|
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
@@ -42,12 +52,14 @@ module Aws::Odb
|
|
|
42
52
|
attr_accessor cloud_autonomous_vm_cluster_id: ::String
|
|
43
53
|
attr_accessor cloud_autonomous_vm_cluster_arn: ::String
|
|
44
54
|
attr_accessor odb_network_id: ::String
|
|
55
|
+
attr_accessor odb_network_arn: ::String
|
|
45
56
|
attr_accessor oci_resource_anchor_name: ::String
|
|
46
57
|
attr_accessor percent_progress: ::Float
|
|
47
58
|
attr_accessor display_name: ::String
|
|
48
59
|
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
49
60
|
attr_accessor status_reason: ::String
|
|
50
61
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
62
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
51
63
|
attr_accessor autonomous_data_storage_percentage: ::Float
|
|
52
64
|
attr_accessor autonomous_data_storage_size_in_t_bs: ::Float
|
|
53
65
|
attr_accessor available_autonomous_data_storage_size_in_t_bs: ::Float
|
|
@@ -101,12 +113,14 @@ module Aws::Odb
|
|
|
101
113
|
attr_accessor cloud_autonomous_vm_cluster_id: ::String
|
|
102
114
|
attr_accessor cloud_autonomous_vm_cluster_arn: ::String
|
|
103
115
|
attr_accessor odb_network_id: ::String
|
|
116
|
+
attr_accessor odb_network_arn: ::String
|
|
104
117
|
attr_accessor oci_resource_anchor_name: ::String
|
|
105
118
|
attr_accessor percent_progress: ::Float
|
|
106
119
|
attr_accessor display_name: ::String
|
|
107
120
|
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
108
121
|
attr_accessor status_reason: ::String
|
|
109
122
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
123
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
110
124
|
attr_accessor autonomous_data_storage_percentage: ::Float
|
|
111
125
|
attr_accessor autonomous_data_storage_size_in_t_bs: ::Float
|
|
112
126
|
attr_accessor available_autonomous_data_storage_size_in_t_bs: ::Float
|
|
@@ -252,6 +266,7 @@ module Aws::Odb
|
|
|
252
266
|
attr_accessor status_reason: ::String
|
|
253
267
|
attr_accessor cloud_vm_cluster_arn: ::String
|
|
254
268
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
269
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
255
270
|
attr_accessor cluster_name: ::String
|
|
256
271
|
attr_accessor cpu_core_count: ::Integer
|
|
257
272
|
attr_accessor data_collection_options: Types::DataCollectionOptions
|
|
@@ -284,8 +299,10 @@ module Aws::Odb
|
|
|
284
299
|
attr_accessor time_zone: ::String
|
|
285
300
|
attr_accessor vip_ids: ::Array[::String]
|
|
286
301
|
attr_accessor odb_network_id: ::String
|
|
302
|
+
attr_accessor odb_network_arn: ::String
|
|
287
303
|
attr_accessor percent_progress: ::Float
|
|
288
304
|
attr_accessor compute_model: ("ECPU" | "OCPU")
|
|
305
|
+
attr_accessor iam_roles: ::Array[Types::IamRole]
|
|
289
306
|
SENSITIVE: []
|
|
290
307
|
end
|
|
291
308
|
|
|
@@ -296,6 +313,7 @@ module Aws::Odb
|
|
|
296
313
|
attr_accessor status_reason: ::String
|
|
297
314
|
attr_accessor cloud_vm_cluster_arn: ::String
|
|
298
315
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
316
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
299
317
|
attr_accessor cluster_name: ::String
|
|
300
318
|
attr_accessor cpu_core_count: ::Integer
|
|
301
319
|
attr_accessor data_collection_options: Types::DataCollectionOptions
|
|
@@ -328,8 +346,10 @@ module Aws::Odb
|
|
|
328
346
|
attr_accessor time_zone: ::String
|
|
329
347
|
attr_accessor vip_ids: ::Array[::String]
|
|
330
348
|
attr_accessor odb_network_id: ::String
|
|
349
|
+
attr_accessor odb_network_arn: ::String
|
|
331
350
|
attr_accessor percent_progress: ::Float
|
|
332
351
|
attr_accessor compute_model: ("ECPU" | "OCPU")
|
|
352
|
+
attr_accessor iam_roles: ::Array[Types::IamRole]
|
|
333
353
|
SENSITIVE: []
|
|
334
354
|
end
|
|
335
355
|
|
|
@@ -437,7 +457,12 @@ module Aws::Odb
|
|
|
437
457
|
attr_accessor client_token: ::String
|
|
438
458
|
attr_accessor s3_access: ("ENABLED" | "DISABLED")
|
|
439
459
|
attr_accessor zero_etl_access: ("ENABLED" | "DISABLED")
|
|
460
|
+
attr_accessor sts_access: ("ENABLED" | "DISABLED")
|
|
461
|
+
attr_accessor kms_access: ("ENABLED" | "DISABLED")
|
|
440
462
|
attr_accessor s3_policy_document: ::String
|
|
463
|
+
attr_accessor sts_policy_document: ::String
|
|
464
|
+
attr_accessor kms_policy_document: ::String
|
|
465
|
+
attr_accessor cross_region_s3_restore_sources_to_enable: ::Array[::String]
|
|
441
466
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
442
467
|
SENSITIVE: []
|
|
443
468
|
end
|
|
@@ -468,6 +493,13 @@ module Aws::Odb
|
|
|
468
493
|
SENSITIVE: []
|
|
469
494
|
end
|
|
470
495
|
|
|
496
|
+
class CrossRegionS3RestoreSourcesAccess
|
|
497
|
+
attr_accessor region: ::String
|
|
498
|
+
attr_accessor ipv4_addresses: ::Array[::String]
|
|
499
|
+
attr_accessor status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING")
|
|
500
|
+
SENSITIVE: []
|
|
501
|
+
end
|
|
502
|
+
|
|
471
503
|
class CustomerContact
|
|
472
504
|
attr_accessor email: ::String
|
|
473
505
|
SENSITIVE: [:email]
|
|
@@ -679,6 +711,16 @@ module Aws::Odb
|
|
|
679
711
|
class DeleteOdbPeeringConnectionOutput < Aws::EmptyStructure
|
|
680
712
|
end
|
|
681
713
|
|
|
714
|
+
class DisassociateIamRoleFromResourceInput
|
|
715
|
+
attr_accessor iam_role_arn: ::String
|
|
716
|
+
attr_accessor aws_integration: ("KmsTde")
|
|
717
|
+
attr_accessor resource_arn: ::String
|
|
718
|
+
SENSITIVE: []
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
class DisassociateIamRoleFromResourceOutput < Aws::EmptyStructure
|
|
722
|
+
end
|
|
723
|
+
|
|
682
724
|
class ExadataIormConfig
|
|
683
725
|
attr_accessor db_plans: ::Array[Types::DbIormConfig]
|
|
684
726
|
attr_accessor lifecycle_details: ::String
|
|
@@ -757,6 +799,7 @@ module Aws::Odb
|
|
|
757
799
|
attr_accessor status: ("NOT_STARTED" | "PENDING_LINK_GENERATION" | "PENDING_CUSTOMER_ACTION" | "PENDING_INITIALIZATION" | "ACTIVATING" | "ACTIVE_IN_HOME_REGION" | "ACTIVE" | "ACTIVE_LIMITED" | "FAILED" | "PUBLIC_OFFER_UNSUPPORTED" | "SUSPENDED" | "CANCELED")
|
|
758
800
|
attr_accessor existing_tenancy_activation_link: ::String
|
|
759
801
|
attr_accessor new_tenancy_activation_link: ::String
|
|
802
|
+
attr_accessor oci_identity_domain: Types::OciIdentityDomain
|
|
760
803
|
SENSITIVE: []
|
|
761
804
|
end
|
|
762
805
|
|
|
@@ -785,7 +828,17 @@ module Aws::Odb
|
|
|
785
828
|
SENSITIVE: []
|
|
786
829
|
end
|
|
787
830
|
|
|
788
|
-
class
|
|
831
|
+
class IamRole
|
|
832
|
+
attr_accessor iam_role_arn: ::String
|
|
833
|
+
attr_accessor status: ("ASSOCIATING" | "DISASSOCIATING" | "FAILED" | "CONNECTED" | "DISCONNECTED" | "PARTIALLY_CONNECTED" | "UNKNOWN")
|
|
834
|
+
attr_accessor status_reason: ::String
|
|
835
|
+
attr_accessor aws_integration: ("KmsTde")
|
|
836
|
+
SENSITIVE: []
|
|
837
|
+
end
|
|
838
|
+
|
|
839
|
+
class InitializeServiceInput
|
|
840
|
+
attr_accessor oci_identity_domain: bool
|
|
841
|
+
SENSITIVE: []
|
|
789
842
|
end
|
|
790
843
|
|
|
791
844
|
class InitializeServiceOutput < Aws::EmptyStructure
|
|
@@ -797,6 +850,14 @@ module Aws::Odb
|
|
|
797
850
|
SENSITIVE: []
|
|
798
851
|
end
|
|
799
852
|
|
|
853
|
+
class KmsAccess
|
|
854
|
+
attr_accessor status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING")
|
|
855
|
+
attr_accessor ipv4_addresses: ::Array[::String]
|
|
856
|
+
attr_accessor domain_name: ::String
|
|
857
|
+
attr_accessor kms_policy_document: ::String
|
|
858
|
+
SENSITIVE: []
|
|
859
|
+
end
|
|
860
|
+
|
|
800
861
|
class ListAutonomousVirtualMachinesInput
|
|
801
862
|
attr_accessor max_results: ::Integer
|
|
802
863
|
attr_accessor next_token: ::String
|
|
@@ -978,6 +1039,9 @@ module Aws::Odb
|
|
|
978
1039
|
attr_accessor managed_s3_backup_access: Types::ManagedS3BackupAccess
|
|
979
1040
|
attr_accessor zero_etl_access: Types::ZeroEtlAccess
|
|
980
1041
|
attr_accessor s3_access: Types::S3Access
|
|
1042
|
+
attr_accessor sts_access: Types::StsAccess
|
|
1043
|
+
attr_accessor kms_access: Types::KmsAccess
|
|
1044
|
+
attr_accessor cross_region_s3_restore_sources_access: ::Array[Types::CrossRegionS3RestoreSourcesAccess]
|
|
981
1045
|
SENSITIVE: []
|
|
982
1046
|
end
|
|
983
1047
|
|
|
@@ -992,6 +1056,16 @@ module Aws::Odb
|
|
|
992
1056
|
SENSITIVE: []
|
|
993
1057
|
end
|
|
994
1058
|
|
|
1059
|
+
class OciIdentityDomain
|
|
1060
|
+
attr_accessor oci_identity_domain_id: ::String
|
|
1061
|
+
attr_accessor oci_identity_domain_resource_url: ::String
|
|
1062
|
+
attr_accessor oci_identity_domain_url: ::String
|
|
1063
|
+
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
1064
|
+
attr_accessor status_reason: ::String
|
|
1065
|
+
attr_accessor account_setup_cloud_formation_url: ::String
|
|
1066
|
+
SENSITIVE: []
|
|
1067
|
+
end
|
|
1068
|
+
|
|
995
1069
|
class OdbNetwork
|
|
996
1070
|
attr_accessor odb_network_id: ::String
|
|
997
1071
|
attr_accessor display_name: ::String
|
|
@@ -1140,6 +1214,14 @@ module Aws::Odb
|
|
|
1140
1214
|
SENSITIVE: []
|
|
1141
1215
|
end
|
|
1142
1216
|
|
|
1217
|
+
class StsAccess
|
|
1218
|
+
attr_accessor status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING")
|
|
1219
|
+
attr_accessor ipv4_addresses: ::Array[::String]
|
|
1220
|
+
attr_accessor domain_name: ::String
|
|
1221
|
+
attr_accessor sts_policy_document: ::String
|
|
1222
|
+
SENSITIVE: []
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1143
1225
|
class SystemVersionSummary
|
|
1144
1226
|
attr_accessor gi_version: ::String
|
|
1145
1227
|
attr_accessor shape: ::String
|
|
@@ -1192,7 +1274,13 @@ module Aws::Odb
|
|
|
1192
1274
|
attr_accessor peered_cidrs_to_be_removed: ::Array[::String]
|
|
1193
1275
|
attr_accessor s3_access: ("ENABLED" | "DISABLED")
|
|
1194
1276
|
attr_accessor zero_etl_access: ("ENABLED" | "DISABLED")
|
|
1277
|
+
attr_accessor sts_access: ("ENABLED" | "DISABLED")
|
|
1278
|
+
attr_accessor kms_access: ("ENABLED" | "DISABLED")
|
|
1195
1279
|
attr_accessor s3_policy_document: ::String
|
|
1280
|
+
attr_accessor sts_policy_document: ::String
|
|
1281
|
+
attr_accessor kms_policy_document: ::String
|
|
1282
|
+
attr_accessor cross_region_s3_restore_sources_to_enable: ::Array[::String]
|
|
1283
|
+
attr_accessor cross_region_s3_restore_sources_to_disable: ::Array[::String]
|
|
1196
1284
|
SENSITIVE: []
|
|
1197
1285
|
end
|
|
1198
1286
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-odb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|