aws-sdk-marketplacecatalog 1.3.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: a6369e7234bd36ba21591f3c4453dad726b22c2200d8c67744d2ff284f5b61f7
4
- data.tar.gz: 266a50c213ec13775425732982830900e7e4d21902e05f21edb342de423e7ec9
3
+ metadata.gz: ec3a39c4efa1a33238a225f84c54c0d137461f6bf173c80f32707dba09ba3339
4
+ data.tar.gz: b715ad613da56740f6f9a5c8ffdf4bd090fd5b90f6a2d27c6e41a8118f611a29
5
5
  SHA512:
6
- metadata.gz: ce1d358a4b9becf710f098cc848de9cb4dd86bf1b7961b9ae75b9a8b7d2f413c10222c25ec77a8e04643abae65534812a74edc483c2b49be0f11fb59cb5365cc
7
- data.tar.gz: 97ae23e62a29259bd38344d8548b71378e6fe16961b5aeb584cbfdfe6fc596410babe81753cb198640e617e39af139de9d8457812fb9d3aca21571b74102a290
6
+ metadata.gz: 2d922cf39b70c7f056e2844286be0eddc9736ae2cfa4bf8cedb982e386dc0defa3b189638bf1df622535f8066b16a564fb138d1487a87851c60445bf54a9fa8f
7
+ data.tar.gz: e453699052b68f92e065e46495b01b3045270d39c1c26c6c53ec27905b49cfec8909f1e449e329874c9d1bb75cae1f4667b6b90e1f865dd1e314f1624e45386a
@@ -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.3.0'
51
+ GEM_VERSION = '1.8.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::MarketplaceCatalog
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::MarketplaceCatalog
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
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
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::MarketplaceCatalog
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # 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.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::MarketplaceCatalog
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -665,7 +684,7 @@ module Aws::MarketplaceCatalog
665
684
  params: params,
666
685
  config: config)
667
686
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
668
- context[:gem_version] = '1.3.0'
687
+ context[:gem_version] = '1.8.0'
669
688
  Seahorse::Client::Request.new(handlers, context)
670
689
  end
671
690
 
@@ -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:
@@ -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
 
@@ -146,6 +152,7 @@ module Aws::MarketplaceCatalog
146
152
  :end_time,
147
153
  :status,
148
154
  :entity_id_list)
155
+ SENSITIVE = []
149
156
  include Aws::Structure
150
157
  end
151
158
 
@@ -176,6 +183,7 @@ module Aws::MarketplaceCatalog
176
183
  :entity,
177
184
  :details,
178
185
  :error_detail_list)
186
+ SENSITIVE = []
179
187
  include Aws::Structure
180
188
  end
181
189
 
@@ -202,6 +210,7 @@ module Aws::MarketplaceCatalog
202
210
  class DescribeChangeSetRequest < Struct.new(
203
211
  :catalog,
204
212
  :change_set_id)
213
+ SENSITIVE = []
205
214
  include Aws::Structure
206
215
  end
207
216
 
@@ -256,6 +265,7 @@ module Aws::MarketplaceCatalog
256
265
  :status,
257
266
  :failure_description,
258
267
  :change_set)
268
+ SENSITIVE = []
259
269
  include Aws::Structure
260
270
  end
261
271
 
@@ -281,6 +291,7 @@ module Aws::MarketplaceCatalog
281
291
  class DescribeEntityRequest < Struct.new(
282
292
  :catalog,
283
293
  :entity_id)
294
+ SENSITIVE = []
284
295
  include Aws::Structure
285
296
  end
286
297
 
@@ -315,6 +326,7 @@ module Aws::MarketplaceCatalog
315
326
  :entity_arn,
316
327
  :last_modified_date,
317
328
  :details)
329
+ SENSITIVE = []
318
330
  include Aws::Structure
319
331
  end
320
332
 
@@ -343,6 +355,7 @@ module Aws::MarketplaceCatalog
343
355
  class Entity < Struct.new(
344
356
  :type,
345
357
  :identifier)
358
+ SENSITIVE = []
346
359
  include Aws::Structure
347
360
  end
348
361
 
@@ -389,6 +402,7 @@ module Aws::MarketplaceCatalog
389
402
  :entity_arn,
390
403
  :last_modified_date,
391
404
  :visibility)
405
+ SENSITIVE = []
392
406
  include Aws::Structure
393
407
  end
394
408
 
@@ -407,6 +421,7 @@ module Aws::MarketplaceCatalog
407
421
  class ErrorDetail < Struct.new(
408
422
  :error_code,
409
423
  :error_message)
424
+ SENSITIVE = []
410
425
  include Aws::Structure
411
426
  end
412
427
 
@@ -461,6 +476,7 @@ module Aws::MarketplaceCatalog
461
476
  class Filter < Struct.new(
462
477
  :name,
463
478
  :value_list)
479
+ SENSITIVE = []
464
480
  include Aws::Structure
465
481
  end
466
482
 
@@ -473,6 +489,7 @@ module Aws::MarketplaceCatalog
473
489
  #
474
490
  class InternalServiceException < Struct.new(
475
491
  :message)
492
+ SENSITIVE = []
476
493
  include Aws::Structure
477
494
  end
478
495
 
@@ -526,6 +543,7 @@ module Aws::MarketplaceCatalog
526
543
  :sort,
527
544
  :max_results,
528
545
  :next_token)
546
+ SENSITIVE = []
529
547
  include Aws::Structure
530
548
  end
531
549
 
@@ -543,6 +561,7 @@ module Aws::MarketplaceCatalog
543
561
  class ListChangeSetsResponse < Struct.new(
544
562
  :change_set_summary_list,
545
563
  :next_token)
564
+ SENSITIVE = []
546
565
  include Aws::Structure
547
566
  end
548
567
 
@@ -602,6 +621,7 @@ module Aws::MarketplaceCatalog
602
621
  :sort,
603
622
  :next_token,
604
623
  :max_results)
624
+ SENSITIVE = []
605
625
  include Aws::Structure
606
626
  end
607
627
 
@@ -619,6 +639,7 @@ module Aws::MarketplaceCatalog
619
639
  class ListEntitiesResponse < Struct.new(
620
640
  :entity_summary_list,
621
641
  :next_token)
642
+ SENSITIVE = []
622
643
  include Aws::Structure
623
644
  end
624
645
 
@@ -631,6 +652,7 @@ module Aws::MarketplaceCatalog
631
652
  #
632
653
  class ResourceInUseException < Struct.new(
633
654
  :message)
655
+ SENSITIVE = []
634
656
  include Aws::Structure
635
657
  end
636
658
 
@@ -643,6 +665,7 @@ module Aws::MarketplaceCatalog
643
665
  #
644
666
  class ResourceNotFoundException < Struct.new(
645
667
  :message)
668
+ SENSITIVE = []
646
669
  include Aws::Structure
647
670
  end
648
671
 
@@ -655,6 +678,7 @@ module Aws::MarketplaceCatalog
655
678
  #
656
679
  class ResourceNotSupportedException < Struct.new(
657
680
  :message)
681
+ SENSITIVE = []
658
682
  include Aws::Structure
659
683
  end
660
684
 
@@ -667,6 +691,7 @@ module Aws::MarketplaceCatalog
667
691
  #
668
692
  class ServiceQuotaExceededException < Struct.new(
669
693
  :message)
694
+ SENSITIVE = []
670
695
  include Aws::Structure
671
696
  end
672
697
 
@@ -698,6 +723,7 @@ module Aws::MarketplaceCatalog
698
723
  class Sort < Struct.new(
699
724
  :sort_by,
700
725
  :sort_order)
726
+ SENSITIVE = []
701
727
  include Aws::Structure
702
728
  end
703
729
 
@@ -744,6 +770,7 @@ module Aws::MarketplaceCatalog
744
770
  :change_set,
745
771
  :change_set_name,
746
772
  :client_request_token)
773
+ SENSITIVE = []
747
774
  include Aws::Structure
748
775
  end
749
776
 
@@ -761,6 +788,7 @@ module Aws::MarketplaceCatalog
761
788
  class StartChangeSetResponse < Struct.new(
762
789
  :change_set_id,
763
790
  :change_set_arn)
791
+ SENSITIVE = []
764
792
  include Aws::Structure
765
793
  end
766
794
 
@@ -773,6 +801,7 @@ module Aws::MarketplaceCatalog
773
801
  #
774
802
  class ThrottlingException < Struct.new(
775
803
  :message)
804
+ SENSITIVE = []
776
805
  include Aws::Structure
777
806
  end
778
807
 
@@ -785,6 +814,7 @@ module Aws::MarketplaceCatalog
785
814
  #
786
815
  class ValidationException < Struct.new(
787
816
  :message)
817
+ SENSITIVE = []
788
818
  include Aws::Structure
789
819
  end
790
820
 
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.3.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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-09-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.71.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.71.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement