aws-sdk-signer 1.22.1 → 1.23.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: 804ae10b50f3de1c3aa32f38a6e00d5908b601f69b67107a975038b797c5e311
4
- data.tar.gz: fc54fd28ebb16ff6fb136a7c48298dd5d199d6d89db60a7986f3eb2c563c0237
3
+ metadata.gz: d32c28a46f7842d6d512089f2a97526cccb6bdffb1f009181ec7962fc24a31a4
4
+ data.tar.gz: de4ae6498718c5e3aaa53b268c0981a0f67f069af25553184fa37284974df9e2
5
5
  SHA512:
6
- metadata.gz: e34e20fa124fd4a76db620229eeda49c8ef5f870eb255b1691f6c05cfc4ec599b1b10282ee45a801e34c3a4f59497ef3dbfeb28f050651a1d77b0705e73e8c11
7
- data.tar.gz: 759910c1f7567801fffb2a1db108968deb74d0b03b0a6b3992cab8cbee5ebeffd5abe162a1d203bf839d13615f2a04d0392e3cec48fa1a553344a6982f085305
6
+ metadata.gz: b71e6dc1d9b8d485ce938ad2a101f7d7ff59ff2b22540c457c37aeea5dc5941ec6eded514156901d1ab94efa35190ba0731c44708d0013cf9dd3165a1dc0083d
7
+ data.tar.gz: 461a760a9660f4d0aba80b0a2e8cb66c2b87adf55dc1433ed2a9363c0e9ed000d5e805104e8bd48b388ff29b84b4a132cab45f16349143619fcf3e6265953bca
@@ -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:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-signer/customizations'
46
48
  # @service
47
49
  module Aws::Signer
48
50
 
49
- GEM_VERSION = '1.22.1'
51
+ GEM_VERSION = '1.23.0'
50
52
 
51
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:
@@ -954,7 +956,7 @@ module Aws::Signer
954
956
  params: params,
955
957
  config: config)
956
958
  context[:gem_name] = 'aws-sdk-signer'
957
- context[:gem_version] = '1.22.1'
959
+ context[:gem_version] = '1.23.0'
958
960
  Seahorse::Client::Request.new(handlers, context)
959
961
  end
960
962
 
@@ -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::Signer
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -31,6 +34,7 @@ module Aws::Signer
31
34
  #
32
35
  class BadRequestException < Struct.new(
33
36
  :message)
37
+ SENSITIVE = []
34
38
  include Aws::Structure
35
39
  end
36
40
 
@@ -49,6 +53,7 @@ module Aws::Signer
49
53
  #
50
54
  class CancelSigningProfileRequest < Struct.new(
51
55
  :profile_name)
56
+ SENSITIVE = []
52
57
  include Aws::Structure
53
58
  end
54
59
 
@@ -67,6 +72,7 @@ module Aws::Signer
67
72
  #
68
73
  class DescribeSigningJobRequest < Struct.new(
69
74
  :job_id)
75
+ SENSITIVE = []
70
76
  include Aws::Structure
71
77
  end
72
78
 
@@ -143,6 +149,7 @@ module Aws::Signer
143
149
  :status,
144
150
  :status_reason,
145
151
  :signed_object)
152
+ SENSITIVE = []
146
153
  include Aws::Structure
147
154
  end
148
155
 
@@ -167,6 +174,7 @@ module Aws::Signer
167
174
  #
168
175
  class Destination < Struct.new(
169
176
  :s3)
177
+ SENSITIVE = []
170
178
  include Aws::Structure
171
179
  end
172
180
 
@@ -187,6 +195,7 @@ module Aws::Signer
187
195
  class EncryptionAlgorithmOptions < Struct.new(
188
196
  :allowed_values,
189
197
  :default_value)
198
+ SENSITIVE = []
190
199
  include Aws::Structure
191
200
  end
192
201
 
@@ -205,6 +214,7 @@ module Aws::Signer
205
214
  #
206
215
  class GetSigningPlatformRequest < Struct.new(
207
216
  :platform_id)
217
+ SENSITIVE = []
208
218
  include Aws::Structure
209
219
  end
210
220
 
@@ -252,6 +262,7 @@ module Aws::Signer
252
262
  :signing_configuration,
253
263
  :signing_image_format,
254
264
  :max_size_in_mb)
265
+ SENSITIVE = []
255
266
  include Aws::Structure
256
267
  end
257
268
 
@@ -270,6 +281,7 @@ module Aws::Signer
270
281
  #
271
282
  class GetSigningProfileRequest < Struct.new(
272
283
  :profile_name)
284
+ SENSITIVE = []
273
285
  include Aws::Structure
274
286
  end
275
287
 
@@ -319,6 +331,7 @@ module Aws::Signer
319
331
  :status,
320
332
  :arn,
321
333
  :tags)
334
+ SENSITIVE = []
322
335
  include Aws::Structure
323
336
  end
324
337
 
@@ -337,6 +350,7 @@ module Aws::Signer
337
350
  class HashAlgorithmOptions < Struct.new(
338
351
  :allowed_values,
339
352
  :default_value)
353
+ SENSITIVE = []
340
354
  include Aws::Structure
341
355
  end
342
356
 
@@ -349,6 +363,7 @@ module Aws::Signer
349
363
  #
350
364
  class InternalServiceErrorException < Struct.new(
351
365
  :message)
366
+ SENSITIVE = []
352
367
  include Aws::Structure
353
368
  end
354
369
 
@@ -399,6 +414,7 @@ module Aws::Signer
399
414
  :requested_by,
400
415
  :max_results,
401
416
  :next_token)
417
+ SENSITIVE = []
402
418
  include Aws::Structure
403
419
  end
404
420
 
@@ -415,6 +431,7 @@ module Aws::Signer
415
431
  class ListSigningJobsResponse < Struct.new(
416
432
  :jobs,
417
433
  :next_token)
434
+ SENSITIVE = []
418
435
  include Aws::Structure
419
436
  end
420
437
 
@@ -460,6 +477,7 @@ module Aws::Signer
460
477
  :target,
461
478
  :max_results,
462
479
  :next_token)
480
+ SENSITIVE = []
463
481
  include Aws::Structure
464
482
  end
465
483
 
@@ -476,6 +494,7 @@ module Aws::Signer
476
494
  class ListSigningPlatformsResponse < Struct.new(
477
495
  :platforms,
478
496
  :next_token)
497
+ SENSITIVE = []
479
498
  include Aws::Structure
480
499
  end
481
500
 
@@ -510,6 +529,7 @@ module Aws::Signer
510
529
  :include_canceled,
511
530
  :max_results,
512
531
  :next_token)
532
+ SENSITIVE = []
513
533
  include Aws::Structure
514
534
  end
515
535
 
@@ -528,6 +548,7 @@ module Aws::Signer
528
548
  class ListSigningProfilesResponse < Struct.new(
529
549
  :profiles,
530
550
  :next_token)
551
+ SENSITIVE = []
531
552
  include Aws::Structure
532
553
  end
533
554
 
@@ -546,6 +567,7 @@ module Aws::Signer
546
567
  #
547
568
  class ListTagsForResourceRequest < Struct.new(
548
569
  :resource_arn)
570
+ SENSITIVE = []
549
571
  include Aws::Structure
550
572
  end
551
573
 
@@ -557,6 +579,7 @@ module Aws::Signer
557
579
  #
558
580
  class ListTagsForResourceResponse < Struct.new(
559
581
  :tags)
582
+ SENSITIVE = []
560
583
  include Aws::Structure
561
584
  end
562
585
 
@@ -569,6 +592,7 @@ module Aws::Signer
569
592
  #
570
593
  class NotFoundException < Struct.new(
571
594
  :message)
595
+ SENSITIVE = []
572
596
  include Aws::Structure
573
597
  end
574
598
 
@@ -634,6 +658,7 @@ module Aws::Signer
634
658
  :overrides,
635
659
  :signing_parameters,
636
660
  :tags)
661
+ SENSITIVE = []
637
662
  include Aws::Structure
638
663
  end
639
664
 
@@ -645,6 +670,7 @@ module Aws::Signer
645
670
  #
646
671
  class PutSigningProfileResponse < Struct.new(
647
672
  :arn)
673
+ SENSITIVE = []
648
674
  include Aws::Structure
649
675
  end
650
676
 
@@ -657,6 +683,7 @@ module Aws::Signer
657
683
  #
658
684
  class ResourceNotFoundException < Struct.new(
659
685
  :message)
686
+ SENSITIVE = []
660
687
  include Aws::Structure
661
688
  end
662
689
 
@@ -685,6 +712,7 @@ module Aws::Signer
685
712
  class S3Destination < Struct.new(
686
713
  :bucket_name,
687
714
  :prefix)
715
+ SENSITIVE = []
688
716
  include Aws::Structure
689
717
  end
690
718
 
@@ -705,6 +733,7 @@ module Aws::Signer
705
733
  class S3SignedObject < Struct.new(
706
734
  :bucket_name,
707
735
  :key)
736
+ SENSITIVE = []
708
737
  include Aws::Structure
709
738
  end
710
739
 
@@ -737,6 +766,7 @@ module Aws::Signer
737
766
  :bucket_name,
738
767
  :key,
739
768
  :version)
769
+ SENSITIVE = []
740
770
  include Aws::Structure
741
771
  end
742
772
 
@@ -751,6 +781,7 @@ module Aws::Signer
751
781
  #
752
782
  class SignedObject < Struct.new(
753
783
  :s3)
784
+ SENSITIVE = []
754
785
  include Aws::Structure
755
786
  end
756
787
 
@@ -771,6 +802,7 @@ module Aws::Signer
771
802
  class SigningConfiguration < Struct.new(
772
803
  :encryption_algorithm_options,
773
804
  :hash_algorithm_options)
805
+ SENSITIVE = []
774
806
  include Aws::Structure
775
807
  end
776
808
 
@@ -800,6 +832,7 @@ module Aws::Signer
800
832
  class SigningConfigurationOverrides < Struct.new(
801
833
  :encryption_algorithm,
802
834
  :hash_algorithm)
835
+ SENSITIVE = []
803
836
  include Aws::Structure
804
837
  end
805
838
 
@@ -818,6 +851,7 @@ module Aws::Signer
818
851
  class SigningImageFormat < Struct.new(
819
852
  :supported_formats,
820
853
  :default_format)
854
+ SENSITIVE = []
821
855
  include Aws::Structure
822
856
  end
823
857
 
@@ -859,6 +893,7 @@ module Aws::Signer
859
893
  :signing_material,
860
894
  :created_at,
861
895
  :status)
896
+ SENSITIVE = []
862
897
  include Aws::Structure
863
898
  end
864
899
 
@@ -880,6 +915,7 @@ module Aws::Signer
880
915
  #
881
916
  class SigningMaterial < Struct.new(
882
917
  :certificate_arn)
918
+ SENSITIVE = []
883
919
  include Aws::Structure
884
920
  end
885
921
 
@@ -932,6 +968,7 @@ module Aws::Signer
932
968
  :signing_configuration,
933
969
  :signing_image_format,
934
970
  :max_size_in_mb)
971
+ SENSITIVE = []
935
972
  include Aws::Structure
936
973
  end
937
974
 
@@ -968,6 +1005,7 @@ module Aws::Signer
968
1005
  class SigningPlatformOverrides < Struct.new(
969
1006
  :signing_configuration,
970
1007
  :signing_image_format)
1008
+ SENSITIVE = []
971
1009
  include Aws::Structure
972
1010
  end
973
1011
 
@@ -1013,6 +1051,7 @@ module Aws::Signer
1013
1051
  :status,
1014
1052
  :arn,
1015
1053
  :tags)
1054
+ SENSITIVE = []
1016
1055
  include Aws::Structure
1017
1056
  end
1018
1057
 
@@ -1038,6 +1077,7 @@ module Aws::Signer
1038
1077
  #
1039
1078
  class Source < Struct.new(
1040
1079
  :s3)
1080
+ SENSITIVE = []
1041
1081
  include Aws::Structure
1042
1082
  end
1043
1083
 
@@ -1092,6 +1132,7 @@ module Aws::Signer
1092
1132
  :destination,
1093
1133
  :profile_name,
1094
1134
  :client_request_token)
1135
+ SENSITIVE = []
1095
1136
  include Aws::Structure
1096
1137
  end
1097
1138
 
@@ -1103,6 +1144,7 @@ module Aws::Signer
1103
1144
  #
1104
1145
  class StartSigningJobResponse < Struct.new(
1105
1146
  :job_id)
1147
+ SENSITIVE = []
1106
1148
  include Aws::Structure
1107
1149
  end
1108
1150
 
@@ -1129,6 +1171,7 @@ module Aws::Signer
1129
1171
  class TagResourceRequest < Struct.new(
1130
1172
  :resource_arn,
1131
1173
  :tags)
1174
+ SENSITIVE = []
1132
1175
  include Aws::Structure
1133
1176
  end
1134
1177
 
@@ -1145,6 +1188,7 @@ module Aws::Signer
1145
1188
  #
1146
1189
  class ThrottlingException < Struct.new(
1147
1190
  :message)
1191
+ SENSITIVE = []
1148
1192
  include Aws::Structure
1149
1193
  end
1150
1194
 
@@ -1169,6 +1213,7 @@ module Aws::Signer
1169
1213
  class UntagResourceRequest < Struct.new(
1170
1214
  :resource_arn,
1171
1215
  :tag_keys)
1216
+ SENSITIVE = []
1172
1217
  include Aws::Structure
1173
1218
  end
1174
1219
 
@@ -1185,6 +1230,7 @@ module Aws::Signer
1185
1230
  #
1186
1231
  class ValidationException < Struct.new(
1187
1232
  :message)
1233
+ SENSITIVE = []
1188
1234
  include Aws::Structure
1189
1235
  end
1190
1236
 
@@ -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:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-signer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.1
4
+ version: 1.23.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