aws-sdk-marketplacecatalog 1.4.1 → 1.5.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: 244891b12c4e00588ace94a90e52df229600c346f832dada5f7038efc0c39544
4
+ data.tar.gz: 12e84061559a8e66706b323b399ff22eee18530404264c4e6c7be78358472d25
5
5
  SHA512:
6
- metadata.gz: 93bfce51175f42ca4c472d6755de8c32733725426124f0c7f6385e418a324485463ba080802d89646a316d5f30282ad0112221af5ca6533013d64ff03c39cf85
7
- data.tar.gz: 7bda1a004883d1ae30cb2b299057c0126430d92de797e149eff04fb3f36699732ef11142ebce9fc99463ae3f05f9615566b2f60db0bc19be76c0ea3d4914b4f2
6
+ metadata.gz: 3b4c47f9692d78a5d5f60388025e5335b0712dd3e5f42a6b99d226a99565d0a61b9d4c70f54301c7e9b9e6ffbf363a5f96d72dd9645bda2814afedeab03f3842
7
+ data.tar.gz: fd1c30ffe2d4a0897fe3e231e81b2a9ce55418dc4a392b578d0ec555d27a90e182952267ca02a7f22663b0951c4a344b9f404cd2f867fac15a16053594eaec8d
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
45
47
  # @service
46
48
  module Aws::MarketplaceCatalog
47
49
 
48
- GEM_VERSION = '1.4.1'
50
+ GEM_VERSION = '1.5.0'
49
51
 
50
52
  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:
@@ -667,7 +669,7 @@ module Aws::MarketplaceCatalog
667
669
  params: params,
668
670
  config: config)
669
671
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
670
- context[:gem_version] = '1.4.1'
672
+ context[:gem_version] = '1.5.0'
671
673
  Seahorse::Client::Request.new(handlers, context)
672
674
  end
673
675
 
@@ -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.4.1
4
+ version: 1.5.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-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core