aws-sdk-marketplacecatalog 1.4.1 → 1.9.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: 78f4915b66f69521dc88ad53b7a99cbed85d8567835d599af39755981dd4159d
4
- data.tar.gz: 19a2ae9c2e67636a455f1e7e75c8fd593a441b6aeb59acf4169b4d4d4b518892
3
+ metadata.gz: 6c45a7f6b4e82660fd8e5f37f34d5d05a7c6705bafaf368e0551400e3ed124d1
4
+ data.tar.gz: 30635267bd3bac927b3602127b384b92ea89e6c1e286ff0b2bf38716aa283b8e
5
5
  SHA512:
6
- metadata.gz: 93bfce51175f42ca4c472d6755de8c32733725426124f0c7f6385e418a324485463ba080802d89646a316d5f30282ad0112221af5ca6533013d64ff03c39cf85
7
- data.tar.gz: 7bda1a004883d1ae30cb2b299057c0126430d92de797e149eff04fb3f36699732ef11142ebce9fc99463ae3f05f9615566b2f60db0bc19be76c0ea3d4914b4f2
6
+ metadata.gz: 1b2dc50712088f6765cbd540710aae381ce6a766d8d14a658735821ddfc1888a2512270ad10f73efa29723f2434ec669a79f35cf3a337ba9a565cb5186fe8010
7
+ data.tar.gz: 86582a5f584c8bd92be89eec0c4ed1ad50536b3ad6b3a32511aa4d7f4753beb4cddddc4871079c0354ddff70f4269a1075074a975079c9b3a27c9b97c050120c
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::MarketplaceCatalog
47
50
 
48
- GEM_VERSION = '1.4.1'
51
+ GEM_VERSION = '1.9.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -83,13 +85,28 @@ module Aws::MarketplaceCatalog
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::MarketplaceCatalog
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -367,6 +384,7 @@ module Aws::MarketplaceCatalog
367
384
  # * {Types::DescribeChangeSetResponse#start_time #start_time} => String
368
385
  # * {Types::DescribeChangeSetResponse#end_time #end_time} => String
369
386
  # * {Types::DescribeChangeSetResponse#status #status} => String
387
+ # * {Types::DescribeChangeSetResponse#failure_code #failure_code} => String
370
388
  # * {Types::DescribeChangeSetResponse#failure_description #failure_description} => String
371
389
  # * {Types::DescribeChangeSetResponse#change_set #change_set} => Array<Types::ChangeSummary>
372
390
  #
@@ -385,6 +403,7 @@ module Aws::MarketplaceCatalog
385
403
  # resp.start_time #=> String
386
404
  # resp.end_time #=> String
387
405
  # resp.status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
406
+ # resp.failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
388
407
  # resp.failure_description #=> String
389
408
  # resp.change_set #=> Array
390
409
  # resp.change_set[0].change_type #=> String
@@ -508,6 +527,7 @@ module Aws::MarketplaceCatalog
508
527
  # resp.change_set_summary_list[0].status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
509
528
  # resp.change_set_summary_list[0].entity_id_list #=> Array
510
529
  # resp.change_set_summary_list[0].entity_id_list[0] #=> String
530
+ # resp.change_set_summary_list[0].failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
511
531
  # resp.next_token #=> String
512
532
  #
513
533
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ListChangeSets AWS API Documentation
@@ -667,7 +687,7 @@ module Aws::MarketplaceCatalog
667
687
  params: params,
668
688
  config: config)
669
689
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
670
- context[:gem_version] = '1.4.1'
690
+ context[:gem_version] = '1.9.0'
671
691
  Seahorse::Client::Request.new(handlers, context)
672
692
  end
673
693
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -36,6 +38,7 @@ module Aws::MarketplaceCatalog
36
38
  EntityType = Shapes::StringShape.new(name: 'EntityType')
37
39
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
38
40
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
41
+ FailureCode = Shapes::StringShape.new(name: 'FailureCode')
39
42
  Filter = Shapes::StructureShape.new(name: 'Filter')
40
43
  FilterList = Shapes::ListShape.new(name: 'FilterList')
41
44
  FilterName = Shapes::StringShape.new(name: 'FilterName')
@@ -92,6 +95,7 @@ module Aws::MarketplaceCatalog
92
95
  ChangeSetSummaryListItem.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
93
96
  ChangeSetSummaryListItem.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
94
97
  ChangeSetSummaryListItem.add_member(:entity_id_list, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "EntityIdList"))
98
+ ChangeSetSummaryListItem.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
95
99
  ChangeSetSummaryListItem.struct_class = Types::ChangeSetSummaryListItem
96
100
 
97
101
  ChangeSummary.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
@@ -110,6 +114,7 @@ module Aws::MarketplaceCatalog
110
114
  DescribeChangeSetResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "StartTime"))
111
115
  DescribeChangeSetResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
112
116
  DescribeChangeSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
117
+ DescribeChangeSetResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
113
118
  DescribeChangeSetResponse.add_member(:failure_description, Shapes::ShapeRef.new(shape: StringValue, location_name: "FailureDescription"))
114
119
  DescribeChangeSetResponse.add_member(:change_set, Shapes::ShapeRef.new(shape: ChangeSetDescription, location_name: "ChangeSet"))
115
120
  DescribeChangeSetResponse.struct_class = Types::DescribeChangeSetResponse
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::MarketplaceCatalog
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -43,6 +46,7 @@ module Aws::MarketplaceCatalog
43
46
  class CancelChangeSetRequest < Struct.new(
44
47
  :catalog,
45
48
  :change_set_id)
49
+ SENSITIVE = []
46
50
  include Aws::Structure
47
51
  end
48
52
 
@@ -59,6 +63,7 @@ module Aws::MarketplaceCatalog
59
63
  class CancelChangeSetResponse < Struct.new(
60
64
  :change_set_id,
61
65
  :change_set_arn)
66
+ SENSITIVE = []
62
67
  include Aws::Structure
63
68
  end
64
69
 
@@ -97,6 +102,7 @@ module Aws::MarketplaceCatalog
97
102
  :change_type,
98
103
  :entity,
99
104
  :details)
105
+ SENSITIVE = []
100
106
  include Aws::Structure
101
107
  end
102
108
 
@@ -136,6 +142,14 @@ module Aws::MarketplaceCatalog
136
142
  # contain at least one entity.
137
143
  # @return [Array<String>]
138
144
  #
145
+ # @!attribute [rw] failure_code
146
+ # Returned if the change set is in `FAILED` status. Can be either
147
+ # `CLIENT_ERROR`, which means that there are issues with the request
148
+ # (see the `ErrorDetailList` of `DescribeChangeSet`), or
149
+ # `SERVER_FAULT`, which means that there is a problem in the system,
150
+ # and you should retry your request.
151
+ # @return [String]
152
+ #
139
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ChangeSetSummaryListItem AWS API Documentation
140
154
  #
141
155
  class ChangeSetSummaryListItem < Struct.new(
@@ -145,7 +159,9 @@ module Aws::MarketplaceCatalog
145
159
  :start_time,
146
160
  :end_time,
147
161
  :status,
148
- :entity_id_list)
162
+ :entity_id_list,
163
+ :failure_code)
164
+ SENSITIVE = []
149
165
  include Aws::Structure
150
166
  end
151
167
 
@@ -176,6 +192,7 @@ module Aws::MarketplaceCatalog
176
192
  :entity,
177
193
  :details,
178
194
  :error_detail_list)
195
+ SENSITIVE = []
179
196
  include Aws::Structure
180
197
  end
181
198
 
@@ -202,6 +219,7 @@ module Aws::MarketplaceCatalog
202
219
  class DescribeChangeSetRequest < Struct.new(
203
220
  :catalog,
204
221
  :change_set_id)
222
+ SENSITIVE = []
205
223
  include Aws::Structure
206
224
  end
207
225
 
@@ -236,6 +254,13 @@ module Aws::MarketplaceCatalog
236
254
  # The status of the change request.
237
255
  # @return [String]
238
256
  #
257
+ # @!attribute [rw] failure_code
258
+ # Returned if the change set is in `FAILED` status. Can be either
259
+ # `CLIENT_ERROR`, which means that there are issues with the request
260
+ # (see the `ErrorDetailList`), or `SERVER_FAULT`, which means that
261
+ # there is a problem in the system, and you should retry your request.
262
+ # @return [String]
263
+ #
239
264
  # @!attribute [rw] failure_description
240
265
  # Returned if there is a failure on the change set, but that failure
241
266
  # is not related to any of the changes in the request.
@@ -254,8 +279,10 @@ module Aws::MarketplaceCatalog
254
279
  :start_time,
255
280
  :end_time,
256
281
  :status,
282
+ :failure_code,
257
283
  :failure_description,
258
284
  :change_set)
285
+ SENSITIVE = []
259
286
  include Aws::Structure
260
287
  end
261
288
 
@@ -281,6 +308,7 @@ module Aws::MarketplaceCatalog
281
308
  class DescribeEntityRequest < Struct.new(
282
309
  :catalog,
283
310
  :entity_id)
311
+ SENSITIVE = []
284
312
  include Aws::Structure
285
313
  end
286
314
 
@@ -315,6 +343,7 @@ module Aws::MarketplaceCatalog
315
343
  :entity_arn,
316
344
  :last_modified_date,
317
345
  :details)
346
+ SENSITIVE = []
318
347
  include Aws::Structure
319
348
  end
320
349
 
@@ -343,6 +372,7 @@ module Aws::MarketplaceCatalog
343
372
  class Entity < Struct.new(
344
373
  :type,
345
374
  :identifier)
375
+ SENSITIVE = []
346
376
  include Aws::Structure
347
377
  end
348
378
 
@@ -389,6 +419,7 @@ module Aws::MarketplaceCatalog
389
419
  :entity_arn,
390
420
  :last_modified_date,
391
421
  :visibility)
422
+ SENSITIVE = []
392
423
  include Aws::Structure
393
424
  end
394
425
 
@@ -407,6 +438,7 @@ module Aws::MarketplaceCatalog
407
438
  class ErrorDetail < Struct.new(
408
439
  :error_code,
409
440
  :error_message)
441
+ SENSITIVE = []
410
442
  include Aws::Structure
411
443
  end
412
444
 
@@ -461,6 +493,7 @@ module Aws::MarketplaceCatalog
461
493
  class Filter < Struct.new(
462
494
  :name,
463
495
  :value_list)
496
+ SENSITIVE = []
464
497
  include Aws::Structure
465
498
  end
466
499
 
@@ -473,6 +506,7 @@ module Aws::MarketplaceCatalog
473
506
  #
474
507
  class InternalServiceException < Struct.new(
475
508
  :message)
509
+ SENSITIVE = []
476
510
  include Aws::Structure
477
511
  end
478
512
 
@@ -526,6 +560,7 @@ module Aws::MarketplaceCatalog
526
560
  :sort,
527
561
  :max_results,
528
562
  :next_token)
563
+ SENSITIVE = []
529
564
  include Aws::Structure
530
565
  end
531
566
 
@@ -543,6 +578,7 @@ module Aws::MarketplaceCatalog
543
578
  class ListChangeSetsResponse < Struct.new(
544
579
  :change_set_summary_list,
545
580
  :next_token)
581
+ SENSITIVE = []
546
582
  include Aws::Structure
547
583
  end
548
584
 
@@ -602,6 +638,7 @@ module Aws::MarketplaceCatalog
602
638
  :sort,
603
639
  :next_token,
604
640
  :max_results)
641
+ SENSITIVE = []
605
642
  include Aws::Structure
606
643
  end
607
644
 
@@ -619,6 +656,7 @@ module Aws::MarketplaceCatalog
619
656
  class ListEntitiesResponse < Struct.new(
620
657
  :entity_summary_list,
621
658
  :next_token)
659
+ SENSITIVE = []
622
660
  include Aws::Structure
623
661
  end
624
662
 
@@ -631,6 +669,7 @@ module Aws::MarketplaceCatalog
631
669
  #
632
670
  class ResourceInUseException < Struct.new(
633
671
  :message)
672
+ SENSITIVE = []
634
673
  include Aws::Structure
635
674
  end
636
675
 
@@ -643,6 +682,7 @@ module Aws::MarketplaceCatalog
643
682
  #
644
683
  class ResourceNotFoundException < Struct.new(
645
684
  :message)
685
+ SENSITIVE = []
646
686
  include Aws::Structure
647
687
  end
648
688
 
@@ -655,6 +695,7 @@ module Aws::MarketplaceCatalog
655
695
  #
656
696
  class ResourceNotSupportedException < Struct.new(
657
697
  :message)
698
+ SENSITIVE = []
658
699
  include Aws::Structure
659
700
  end
660
701
 
@@ -667,6 +708,7 @@ module Aws::MarketplaceCatalog
667
708
  #
668
709
  class ServiceQuotaExceededException < Struct.new(
669
710
  :message)
711
+ SENSITIVE = []
670
712
  include Aws::Structure
671
713
  end
672
714
 
@@ -698,6 +740,7 @@ module Aws::MarketplaceCatalog
698
740
  class Sort < Struct.new(
699
741
  :sort_by,
700
742
  :sort_order)
743
+ SENSITIVE = []
701
744
  include Aws::Structure
702
745
  end
703
746
 
@@ -744,6 +787,7 @@ module Aws::MarketplaceCatalog
744
787
  :change_set,
745
788
  :change_set_name,
746
789
  :client_request_token)
790
+ SENSITIVE = []
747
791
  include Aws::Structure
748
792
  end
749
793
 
@@ -761,6 +805,7 @@ module Aws::MarketplaceCatalog
761
805
  class StartChangeSetResponse < Struct.new(
762
806
  :change_set_id,
763
807
  :change_set_arn)
808
+ SENSITIVE = []
764
809
  include Aws::Structure
765
810
  end
766
811
 
@@ -773,6 +818,7 @@ module Aws::MarketplaceCatalog
773
818
  #
774
819
  class ThrottlingException < Struct.new(
775
820
  :message)
821
+ SENSITIVE = []
776
822
  include Aws::Structure
777
823
  end
778
824
 
@@ -785,6 +831,7 @@ module Aws::MarketplaceCatalog
785
831
  #
786
832
  class ValidationException < Struct.new(
787
833
  :message)
834
+ SENSITIVE = []
788
835
  include Aws::Structure
789
836
  end
790
837
 
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.4.1
4
+ version: 1.9.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-10-06 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.99.0
22
+ version: 3.109.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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement