aws-sdk-marketplacecatalog 1.11.0 → 1.12.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: d7c5e50791d5ba85bb10f334e89d93d72f51b9560a67db4ca217d48faad02de6
4
- data.tar.gz: bd4a9482dfb9490ed32ebac44818b9bfe3e76800bf5f411432db2b399d1ce61f
3
+ metadata.gz: e3b60901dc2863d03c614db6a308b390ff0094d73c9c925a4a9ca86a064871c8
4
+ data.tar.gz: dc458787cbb91376472f4371333dc777ecddc60cfb4d45b22f210f8dd260072f
5
5
  SHA512:
6
- metadata.gz: 447821963f8beb4a26de5de17702813e1be7965096d937e4e6010eac48991fb05ae968a7a1d02f252d1a8a9a98937cde74b2084817e046c564e652359c48f278
7
- data.tar.gz: 2f5c06f45a0578116752d22d308b576a77846dcb3c008a444f8017ee879f8c4990d689f3555fe1f5cac4f369dfe052b29b64966ca0fb8787a2abf3e316f48e3e
6
+ metadata.gz: ce10defa662f7fde22bd197d9f0eadb6c28e35a821ff9859b814e55faa487ab4c77d530da64858d62cc4f50d2ab67506e2ac8159aada4ce7b8da41717f549fdf
7
+ data.tar.gz: c7da54f8833840471ca34474d359d59d7e17e05519c675055e817aa1a508a7fa5566d16b9971db3dd9da3c4c36d58f3374c2f2e3898904fe7f3db84d78d4e0c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2021-04-30)
5
+ ------------------
6
+
7
+ * Feature - Allows user defined names for Changes in a ChangeSet. Users can use ChangeNames to reference properties in another Change within a ChangeSet. This feature allows users to make changes to an entity when the entity identifier is not yet available while constructing the StartChangeSet request.
8
+
4
9
  1.11.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
48
48
  # @!group service
49
49
  module Aws::MarketplaceCatalog
50
50
 
51
- GEM_VERSION = '1.11.0'
51
+ GEM_VERSION = '1.12.0'
52
52
 
53
53
  end
@@ -413,6 +413,7 @@ module Aws::MarketplaceCatalog
413
413
  # resp.change_set[0].error_detail_list #=> Array
414
414
  # resp.change_set[0].error_detail_list[0].error_code #=> String
415
415
  # resp.change_set[0].error_detail_list[0].error_message #=> String
416
+ # resp.change_set[0].change_name #=> String
416
417
  #
417
418
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/DescribeChangeSet AWS API Documentation
418
419
  #
@@ -505,7 +506,7 @@ module Aws::MarketplaceCatalog
505
506
  # filter_list: [
506
507
  # {
507
508
  # name: "FilterName",
508
- # value_list: ["StringValue"],
509
+ # value_list: ["FilterValueContent"],
509
510
  # },
510
511
  # ],
511
512
  # sort: {
@@ -577,7 +578,7 @@ module Aws::MarketplaceCatalog
577
578
  # filter_list: [
578
579
  # {
579
580
  # name: "FilterName",
580
- # value_list: ["StringValue"],
581
+ # value_list: ["FilterValueContent"],
581
582
  # },
582
583
  # ],
583
584
  # sort: {
@@ -617,12 +618,17 @@ module Aws::MarketplaceCatalog
617
618
  # that is already locked, you will receive a `ResourceInUseException`.
618
619
  #
619
620
  # For example, you cannot start the ChangeSet described in the
620
- # [example][1] below because it contains two changes to execute the same
621
- # change type (`AddRevisions`) against the same entity (`entity-id@1)`.
621
+ # [example][1] later in this topic, because it contains two changes to
622
+ # execute the same change type (`AddRevisions`) against the same entity
623
+ # (`entity-id@1)`.
624
+ #
625
+ # For more information about working with change sets, see [ Working
626
+ # with change sets][2].
622
627
  #
623
628
  #
624
629
  #
625
630
  # [1]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_StartChangeSet.html#API_StartChangeSet_Examples
631
+ # [2]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets
626
632
  #
627
633
  # @option params [required, String] :catalog
628
634
  # The catalog related to the request. Fixed value: `AWSMarketplace`
@@ -654,6 +660,7 @@ module Aws::MarketplaceCatalog
654
660
  # identifier: "Identifier",
655
661
  # },
656
662
  # details: "Json", # required
663
+ # change_name: "ChangeName",
657
664
  # },
658
665
  # ],
659
666
  # change_set_name: "ChangeSetName",
@@ -687,7 +694,7 @@ module Aws::MarketplaceCatalog
687
694
  params: params,
688
695
  config: config)
689
696
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
690
- context[:gem_version] = '1.11.0'
697
+ context[:gem_version] = '1.12.0'
691
698
  Seahorse::Client::Request.new(handlers, context)
692
699
  end
693
700
 
@@ -19,6 +19,7 @@ module Aws::MarketplaceCatalog
19
19
  CancelChangeSetResponse = Shapes::StructureShape.new(name: 'CancelChangeSetResponse')
20
20
  Catalog = Shapes::StringShape.new(name: 'Catalog')
21
21
  Change = Shapes::StructureShape.new(name: 'Change')
22
+ ChangeName = Shapes::StringShape.new(name: 'ChangeName')
22
23
  ChangeSetDescription = Shapes::ListShape.new(name: 'ChangeSetDescription')
23
24
  ChangeSetName = Shapes::StringShape.new(name: 'ChangeSetName')
24
25
  ChangeSetSummaryList = Shapes::ListShape.new(name: 'ChangeSetSummaryList')
@@ -33,15 +34,19 @@ module Aws::MarketplaceCatalog
33
34
  DescribeEntityRequest = Shapes::StructureShape.new(name: 'DescribeEntityRequest')
34
35
  DescribeEntityResponse = Shapes::StructureShape.new(name: 'DescribeEntityResponse')
35
36
  Entity = Shapes::StructureShape.new(name: 'Entity')
37
+ EntityNameString = Shapes::StringShape.new(name: 'EntityNameString')
36
38
  EntitySummary = Shapes::StructureShape.new(name: 'EntitySummary')
37
39
  EntitySummaryList = Shapes::ListShape.new(name: 'EntitySummaryList')
38
40
  EntityType = Shapes::StringShape.new(name: 'EntityType')
41
+ ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
39
42
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
40
43
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
44
+ ExceptionMessageContent = Shapes::StringShape.new(name: 'ExceptionMessageContent')
41
45
  FailureCode = Shapes::StringShape.new(name: 'FailureCode')
42
46
  Filter = Shapes::StructureShape.new(name: 'Filter')
43
47
  FilterList = Shapes::ListShape.new(name: 'FilterList')
44
48
  FilterName = Shapes::StringShape.new(name: 'FilterName')
49
+ FilterValueContent = Shapes::StringShape.new(name: 'FilterValueContent')
45
50
  Identifier = Shapes::StringShape.new(name: 'Identifier')
46
51
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
47
52
  Json = Shapes::StringShape.new(name: 'Json')
@@ -63,12 +68,12 @@ module Aws::MarketplaceCatalog
63
68
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
64
69
  StartChangeSetRequest = Shapes::StructureShape.new(name: 'StartChangeSetRequest')
65
70
  StartChangeSetResponse = Shapes::StructureShape.new(name: 'StartChangeSetResponse')
66
- StringValue = Shapes::StringShape.new(name: 'StringValue')
67
71
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
68
72
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
69
73
  ValueList = Shapes::ListShape.new(name: 'ValueList')
74
+ VisibilityValue = Shapes::StringShape.new(name: 'VisibilityValue')
70
75
 
71
- AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
76
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
72
77
  AccessDeniedException.struct_class = Types::AccessDeniedException
73
78
 
74
79
  CancelChangeSetRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location: "querystring", location_name: "catalog"))
@@ -82,6 +87,7 @@ module Aws::MarketplaceCatalog
82
87
  Change.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, required: true, location_name: "ChangeType"))
83
88
  Change.add_member(:entity, Shapes::ShapeRef.new(shape: Entity, required: true, location_name: "Entity"))
84
89
  Change.add_member(:details, Shapes::ShapeRef.new(shape: Json, required: true, location_name: "Details"))
90
+ Change.add_member(:change_name, Shapes::ShapeRef.new(shape: ChangeName, location_name: "ChangeName"))
85
91
  Change.struct_class = Types::Change
86
92
 
87
93
  ChangeSetDescription.member = Shapes::ShapeRef.new(shape: ChangeSummary)
@@ -102,6 +108,7 @@ module Aws::MarketplaceCatalog
102
108
  ChangeSummary.add_member(:entity, Shapes::ShapeRef.new(shape: Entity, location_name: "Entity"))
103
109
  ChangeSummary.add_member(:details, Shapes::ShapeRef.new(shape: Json, location_name: "Details"))
104
110
  ChangeSummary.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
111
+ ChangeSummary.add_member(:change_name, Shapes::ShapeRef.new(shape: ChangeName, location_name: "ChangeName"))
105
112
  ChangeSummary.struct_class = Types::ChangeSummary
106
113
 
107
114
  DescribeChangeSetRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location: "querystring", location_name: "catalog"))
@@ -115,7 +122,7 @@ module Aws::MarketplaceCatalog
115
122
  DescribeChangeSetResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
116
123
  DescribeChangeSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
117
124
  DescribeChangeSetResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
118
- DescribeChangeSetResponse.add_member(:failure_description, Shapes::ShapeRef.new(shape: StringValue, location_name: "FailureDescription"))
125
+ DescribeChangeSetResponse.add_member(:failure_description, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "FailureDescription"))
119
126
  DescribeChangeSetResponse.add_member(:change_set, Shapes::ShapeRef.new(shape: ChangeSetDescription, location_name: "ChangeSet"))
120
127
  DescribeChangeSetResponse.struct_class = Types::DescribeChangeSetResponse
121
128
 
@@ -126,7 +133,7 @@ module Aws::MarketplaceCatalog
126
133
  DescribeEntityResponse.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityType"))
127
134
  DescribeEntityResponse.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "EntityIdentifier"))
128
135
  DescribeEntityResponse.add_member(:entity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EntityArn"))
129
- DescribeEntityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: StringValue, location_name: "LastModifiedDate"))
136
+ DescribeEntityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "LastModifiedDate"))
130
137
  DescribeEntityResponse.add_member(:details, Shapes::ShapeRef.new(shape: Json, location_name: "Details"))
131
138
  DescribeEntityResponse.struct_class = Types::DescribeEntityResponse
132
139
 
@@ -134,18 +141,18 @@ module Aws::MarketplaceCatalog
134
141
  Entity.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "Identifier"))
135
142
  Entity.struct_class = Types::Entity
136
143
 
137
- EntitySummary.add_member(:name, Shapes::ShapeRef.new(shape: StringValue, location_name: "Name"))
144
+ EntitySummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityNameString, location_name: "Name"))
138
145
  EntitySummary.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityType"))
139
146
  EntitySummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EntityId"))
140
147
  EntitySummary.add_member(:entity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EntityArn"))
141
- EntitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: StringValue, location_name: "LastModifiedDate"))
142
- EntitySummary.add_member(:visibility, Shapes::ShapeRef.new(shape: StringValue, location_name: "Visibility"))
148
+ EntitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "LastModifiedDate"))
149
+ EntitySummary.add_member(:visibility, Shapes::ShapeRef.new(shape: VisibilityValue, location_name: "Visibility"))
143
150
  EntitySummary.struct_class = Types::EntitySummary
144
151
 
145
152
  EntitySummaryList.member = Shapes::ShapeRef.new(shape: EntitySummary)
146
153
 
147
- ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: StringValue, location_name: "ErrorCode"))
148
- ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: StringValue, location_name: "ErrorMessage"))
154
+ ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeString, location_name: "ErrorCode"))
155
+ ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "ErrorMessage"))
149
156
  ErrorDetail.struct_class = Types::ErrorDetail
150
157
 
151
158
  ErrorDetailList.member = Shapes::ShapeRef.new(shape: ErrorDetail)
@@ -156,7 +163,7 @@ module Aws::MarketplaceCatalog
156
163
 
157
164
  FilterList.member = Shapes::ShapeRef.new(shape: Filter)
158
165
 
159
- InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
166
+ InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
160
167
  InternalServiceException.struct_class = Types::InternalServiceException
161
168
 
162
169
  ListChangeSetsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
@@ -186,16 +193,16 @@ module Aws::MarketplaceCatalog
186
193
 
187
194
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
188
195
 
189
- ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
196
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
190
197
  ResourceInUseException.struct_class = Types::ResourceInUseException
191
198
 
192
- ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
199
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
193
200
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
194
201
 
195
- ResourceNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
202
+ ResourceNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
196
203
  ResourceNotSupportedException.struct_class = Types::ResourceNotSupportedException
197
204
 
198
- ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
205
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
199
206
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
200
207
 
201
208
  Sort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
@@ -212,13 +219,13 @@ module Aws::MarketplaceCatalog
212
219
  StartChangeSetResponse.add_member(:change_set_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ChangeSetArn"))
213
220
  StartChangeSetResponse.struct_class = Types::StartChangeSetResponse
214
221
 
215
- ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
222
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
216
223
  ThrottlingException.struct_class = Types::ThrottlingException
217
224
 
218
- ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: StringValue, location_name: "Message"))
225
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
219
226
  ValidationException.struct_class = Types::ValidationException
220
227
 
221
- ValueList.member = Shapes::ShapeRef.new(shape: StringValue)
228
+ ValueList.member = Shapes::ShapeRef.new(shape: FilterValueContent)
222
229
 
223
230
 
224
231
  # @api private
@@ -79,6 +79,7 @@ module Aws::MarketplaceCatalog
79
79
  # identifier: "Identifier",
80
80
  # },
81
81
  # details: "Json", # required
82
+ # change_name: "ChangeName",
82
83
  # }
83
84
  #
84
85
  # @!attribute [rw] change_type
@@ -96,12 +97,17 @@ module Aws::MarketplaceCatalog
96
97
  # requested change.
97
98
  # @return [String]
98
99
  #
100
+ # @!attribute [rw] change_name
101
+ # Optional name for the change.
102
+ # @return [String]
103
+ #
99
104
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/Change AWS API Documentation
100
105
  #
101
106
  class Change < Struct.new(
102
107
  :change_type,
103
108
  :entity,
104
- :details)
109
+ :details,
110
+ :change_name)
105
111
  SENSITIVE = []
106
112
  include Aws::Structure
107
113
  end
@@ -185,13 +191,18 @@ module Aws::MarketplaceCatalog
185
191
  # An array of `ErrorDetail` objects associated with the change.
186
192
  # @return [Array<Types::ErrorDetail>]
187
193
  #
194
+ # @!attribute [rw] change_name
195
+ # Optional name for the change.
196
+ # @return [String]
197
+ #
188
198
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ChangeSummary AWS API Documentation
189
199
  #
190
200
  class ChangeSummary < Struct.new(
191
201
  :change_type,
192
202
  :entity,
193
203
  :details,
194
- :error_detail_list)
204
+ :error_detail_list,
205
+ :change_name)
195
206
  SENSITIVE = []
196
207
  include Aws::Structure
197
208
  end
@@ -347,9 +358,8 @@ module Aws::MarketplaceCatalog
347
358
  include Aws::Structure
348
359
  end
349
360
 
350
- # A product entity contains data that describes your product, its
351
- # supported features, and how it can be used or launched by your
352
- # customer.
361
+ # An entity contains data that describes your product, its supported
362
+ # features, and how it can be used or launched by your customer.
353
363
  #
354
364
  # @note When making an API call, you may pass Entity
355
365
  # data as a hash:
@@ -450,7 +460,7 @@ module Aws::MarketplaceCatalog
450
460
  #
451
461
  # {
452
462
  # name: "FilterName",
453
- # value_list: ["StringValue"],
463
+ # value_list: ["FilterValueContent"],
454
464
  # }
455
465
  #
456
466
  # @!attribute [rw] name
@@ -518,7 +528,7 @@ module Aws::MarketplaceCatalog
518
528
  # filter_list: [
519
529
  # {
520
530
  # name: "FilterName",
521
- # value_list: ["StringValue"],
531
+ # value_list: ["FilterValueContent"],
522
532
  # },
523
533
  # ],
524
534
  # sort: {
@@ -591,7 +601,7 @@ module Aws::MarketplaceCatalog
591
601
  # filter_list: [
592
602
  # {
593
603
  # name: "FilterName",
594
- # value_list: ["StringValue"],
604
+ # value_list: ["FilterValueContent"],
595
605
  # },
596
606
  # ],
597
607
  # sort: {
@@ -757,6 +767,7 @@ module Aws::MarketplaceCatalog
757
767
  # identifier: "Identifier",
758
768
  # },
759
769
  # details: "Json", # required
770
+ # change_name: "ChangeName",
760
771
  # },
761
772
  # ],
762
773
  # change_set_name: "ChangeSetName",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecatalog
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecatalog/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplacecatalog
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplacecatalog/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS Marketplace Catalog