aws-sdk-codepipeline 1.29.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32fe5f72f402157ec35801f641271efd9fd563424b0e3a516a22df700b827b75
4
- data.tar.gz: cd38aaacd9a0d2c2535bd48febe5b8b299ee45e098b9fe0c2373e7a7e39cdb65
3
+ metadata.gz: dd269c9bdfc896fbb3ce634755579c83feada8aad17ae720fd78f4f3c147f130
4
+ data.tar.gz: a019b926178d23a472d3ea07dd5d868d841cc0978474dbaf4b86518669f2e3b3
5
5
  SHA512:
6
- metadata.gz: 04440cdee043bd05fdfda6268445b669276af7bbe6fc139982d2d471415f13555f9b9b3f1c39ebaf7234240d2800e7ee0875be3874d68e573f1b1410983d353c
7
- data.tar.gz: e81dfabbfc943eabb1a24382b6d30c7ecac4cfb3d86175eccb781427bcc44ab99feb1eb3dc9e77e3976db35ede87222ceaad718b275fef0d591a63b9ce6e4362
6
+ metadata.gz: 1e0e29c1d12b5ba70e27fad85f6b4a178c09ceaa6a73f6be42de2b9f164734d13d206b0133705b927cb0882c4c8a435fbd9b31c227f56426065c41239723a631
7
+ data.tar.gz: 50be1d630859fe170a33e51e92fc23283ca11bb1f9cf6e6dc5046855d73fd0c09d723703c286b9028f9ef40b0bfa51f5763eb4c093b674e5c19fdc59eddaa98a
@@ -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-codepipeline/customizations'
45
47
  # @service
46
48
  module Aws::CodePipeline
47
49
 
48
- GEM_VERSION = '1.29.0'
50
+ GEM_VERSION = '1.34.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:
@@ -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/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CodePipeline
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::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CodePipeline
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CodePipeline
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CodePipeline
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -279,8 +283,7 @@ module Aws::CodePipeline
279
283
  #
280
284
  # @option options [Integer] :http_read_timeout (60) The default
281
285
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
286
+ # safely be set per-request on the session.
284
287
  #
285
288
  # @option options [Float] :http_idle_timeout (5) The number of
286
289
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +295,7 @@ module Aws::CodePipeline
292
295
  # request body. This option has no effect unless the request has
293
296
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
297
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
298
+ # request on the session.
296
299
  #
297
300
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
301
  # HTTP debug output will be sent to the `:logger`.
@@ -1211,6 +1214,8 @@ module Aws::CodePipeline
1211
1214
  # * {Types::ListActionExecutionsOutput#action_execution_details #action_execution_details} => Array<Types::ActionExecutionDetail>
1212
1215
  # * {Types::ListActionExecutionsOutput#next_token #next_token} => String
1213
1216
  #
1217
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1218
+ #
1214
1219
  # @example Request syntax with placeholder values
1215
1220
  #
1216
1221
  # resp = client.list_action_executions({
@@ -1285,6 +1290,8 @@ module Aws::CodePipeline
1285
1290
  # * {Types::ListActionTypesOutput#action_types #action_types} => Array<Types::ActionType>
1286
1291
  # * {Types::ListActionTypesOutput#next_token #next_token} => String
1287
1292
  #
1293
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1294
+ #
1288
1295
  # @example Request syntax with placeholder values
1289
1296
  #
1290
1297
  # resp = client.list_action_types({
@@ -1348,6 +1355,8 @@ module Aws::CodePipeline
1348
1355
  # * {Types::ListPipelineExecutionsOutput#pipeline_execution_summaries #pipeline_execution_summaries} => Array<Types::PipelineExecutionSummary>
1349
1356
  # * {Types::ListPipelineExecutionsOutput#next_token #next_token} => String
1350
1357
  #
1358
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1359
+ #
1351
1360
  # @example Request syntax with placeholder values
1352
1361
  #
1353
1362
  # resp = client.list_pipeline_executions({
@@ -1393,6 +1402,8 @@ module Aws::CodePipeline
1393
1402
  # * {Types::ListPipelinesOutput#pipelines #pipelines} => Array<Types::PipelineSummary>
1394
1403
  # * {Types::ListPipelinesOutput#next_token #next_token} => String
1395
1404
  #
1405
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1406
+ #
1396
1407
  # @example Request syntax with placeholder values
1397
1408
  #
1398
1409
  # resp = client.list_pipelines({
@@ -1436,6 +1447,8 @@ module Aws::CodePipeline
1436
1447
  # * {Types::ListTagsForResourceOutput#tags #tags} => Array<Types::Tag>
1437
1448
  # * {Types::ListTagsForResourceOutput#next_token #next_token} => String
1438
1449
  #
1450
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1451
+ #
1439
1452
  # @example Request syntax with placeholder values
1440
1453
  #
1441
1454
  # resp = client.list_tags_for_resource({
@@ -1478,6 +1491,8 @@ module Aws::CodePipeline
1478
1491
  # * {Types::ListWebhooksOutput#webhooks #webhooks} => Array<Types::ListWebhookItem>
1479
1492
  # * {Types::ListWebhooksOutput#next_token #next_token} => String
1480
1493
  #
1494
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1495
+ #
1481
1496
  # @example Request syntax with placeholder values
1482
1497
  #
1483
1498
  # resp = client.list_webhooks({
@@ -2374,7 +2389,7 @@ module Aws::CodePipeline
2374
2389
  params: params,
2375
2390
  config: config)
2376
2391
  context[:gem_name] = 'aws-sdk-codepipeline'
2377
- context[:gem_version] = '1.29.0'
2392
+ context[:gem_version] = '1.34.0'
2378
2393
  Seahorse::Client::Request.new(handlers, context)
2379
2394
  end
2380
2395
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::CodePipeline
9
- # This class provides a resource oriented interface for CodePipeline.
10
- # To create a resource object:
11
- # resource = Aws::CodePipeline::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::CodePipeline::Client.new(region: 'us-west-2')
15
- # resource = Aws::CodePipeline::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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:
@@ -31,6 +33,7 @@ module Aws::CodePipeline
31
33
  :access_key_id,
32
34
  :secret_access_key,
33
35
  :session_token)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -61,6 +64,7 @@ module Aws::CodePipeline
61
64
  class AcknowledgeJobInput < Struct.new(
62
65
  :job_id,
63
66
  :nonce)
67
+ SENSITIVE = []
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -74,6 +78,7 @@ module Aws::CodePipeline
74
78
  #
75
79
  class AcknowledgeJobOutput < Struct.new(
76
80
  :status)
81
+ SENSITIVE = []
77
82
  include Aws::Structure
78
83
  end
79
84
 
@@ -110,6 +115,7 @@ module Aws::CodePipeline
110
115
  :job_id,
111
116
  :nonce,
112
117
  :client_token)
118
+ SENSITIVE = []
113
119
  include Aws::Structure
114
120
  end
115
121
 
@@ -123,6 +129,7 @@ module Aws::CodePipeline
123
129
  #
124
130
  class AcknowledgeThirdPartyJobOutput < Struct.new(
125
131
  :status)
132
+ SENSITIVE = []
126
133
  include Aws::Structure
127
134
  end
128
135
 
@@ -136,6 +143,7 @@ module Aws::CodePipeline
136
143
  #
137
144
  class ActionConfiguration < Struct.new(
138
145
  :configuration)
146
+ SENSITIVE = []
139
147
  include Aws::Structure
140
148
  end
141
149
 
@@ -209,6 +217,7 @@ module Aws::CodePipeline
209
217
  :queryable,
210
218
  :description,
211
219
  :type)
220
+ SENSITIVE = []
212
221
  include Aws::Structure
213
222
  end
214
223
 
@@ -229,6 +238,7 @@ module Aws::CodePipeline
229
238
  class ActionContext < Struct.new(
230
239
  :name,
231
240
  :action_execution_id)
241
+ SENSITIVE = []
232
242
  include Aws::Structure
233
243
  end
234
244
 
@@ -336,6 +346,7 @@ module Aws::CodePipeline
336
346
  :role_arn,
337
347
  :region,
338
348
  :namespace)
349
+ SENSITIVE = []
339
350
  include Aws::Structure
340
351
  end
341
352
 
@@ -394,6 +405,7 @@ module Aws::CodePipeline
394
405
  :external_execution_url,
395
406
  :percent_complete,
396
407
  :error_details)
408
+ SENSITIVE = []
397
409
  include Aws::Structure
398
410
  end
399
411
 
@@ -456,6 +468,7 @@ module Aws::CodePipeline
456
468
  :status,
457
469
  :input,
458
470
  :output)
471
+ SENSITIVE = []
459
472
  include Aws::Structure
460
473
  end
461
474
 
@@ -476,6 +489,7 @@ module Aws::CodePipeline
476
489
  #
477
490
  class ActionExecutionFilter < Struct.new(
478
491
  :pipeline_execution_id)
492
+ SENSITIVE = []
479
493
  include Aws::Structure
480
494
  end
481
495
 
@@ -523,6 +537,7 @@ module Aws::CodePipeline
523
537
  :region,
524
538
  :input_artifacts,
525
539
  :namespace)
540
+ SENSITIVE = []
526
541
  include Aws::Structure
527
542
  end
528
543
 
@@ -550,6 +565,7 @@ module Aws::CodePipeline
550
565
  :output_artifacts,
551
566
  :execution_result,
552
567
  :output_variables)
568
+ SENSITIVE = []
553
569
  include Aws::Structure
554
570
  end
555
571
 
@@ -575,6 +591,7 @@ module Aws::CodePipeline
575
591
  :external_execution_id,
576
592
  :external_execution_summary,
577
593
  :external_execution_url)
594
+ SENSITIVE = []
578
595
  include Aws::Structure
579
596
  end
580
597
 
@@ -616,6 +633,7 @@ module Aws::CodePipeline
616
633
  :revision_id,
617
634
  :revision_change_id,
618
635
  :created)
636
+ SENSITIVE = []
619
637
  include Aws::Structure
620
638
  end
621
639
 
@@ -651,6 +669,7 @@ module Aws::CodePipeline
651
669
  :latest_execution,
652
670
  :entity_url,
653
671
  :revision_url)
672
+ SENSITIVE = []
654
673
  include Aws::Structure
655
674
  end
656
675
 
@@ -686,6 +705,7 @@ module Aws::CodePipeline
686
705
  :action_configuration_properties,
687
706
  :input_artifact_details,
688
707
  :output_artifact_details)
708
+ SENSITIVE = []
689
709
  include Aws::Structure
690
710
  end
691
711
 
@@ -735,6 +755,7 @@ module Aws::CodePipeline
735
755
  :owner,
736
756
  :provider,
737
757
  :version)
758
+ SENSITIVE = []
738
759
  include Aws::Structure
739
760
  end
740
761
 
@@ -790,6 +811,7 @@ module Aws::CodePipeline
790
811
  :entity_url_template,
791
812
  :execution_url_template,
792
813
  :revision_url_template)
814
+ SENSITIVE = []
793
815
  include Aws::Structure
794
816
  end
795
817
 
@@ -823,6 +845,7 @@ module Aws::CodePipeline
823
845
  class ApprovalResult < Struct.new(
824
846
  :summary,
825
847
  :status)
848
+ SENSITIVE = []
826
849
  include Aws::Structure
827
850
  end
828
851
 
@@ -848,6 +871,7 @@ module Aws::CodePipeline
848
871
  :name,
849
872
  :revision,
850
873
  :location)
874
+ SENSITIVE = []
851
875
  include Aws::Structure
852
876
  end
853
877
 
@@ -867,6 +891,7 @@ module Aws::CodePipeline
867
891
  class ArtifactDetail < Struct.new(
868
892
  :name,
869
893
  :s3location)
894
+ SENSITIVE = []
870
895
  include Aws::Structure
871
896
  end
872
897
 
@@ -893,6 +918,7 @@ module Aws::CodePipeline
893
918
  class ArtifactDetails < Struct.new(
894
919
  :minimum_count,
895
920
  :maximum_count)
921
+ SENSITIVE = []
896
922
  include Aws::Structure
897
923
  end
898
924
 
@@ -911,6 +937,7 @@ module Aws::CodePipeline
911
937
  class ArtifactLocation < Struct.new(
912
938
  :type,
913
939
  :s3_location)
940
+ SENSITIVE = []
914
941
  include Aws::Structure
915
942
  end
916
943
 
@@ -958,6 +985,7 @@ module Aws::CodePipeline
958
985
  :revision_summary,
959
986
  :created,
960
987
  :revision_url)
988
+ SENSITIVE = []
961
989
  include Aws::Structure
962
990
  end
963
991
 
@@ -1005,6 +1033,7 @@ module Aws::CodePipeline
1005
1033
  :type,
1006
1034
  :location,
1007
1035
  :encryption_key)
1036
+ SENSITIVE = []
1008
1037
  include Aws::Structure
1009
1038
  end
1010
1039
 
@@ -1031,6 +1060,7 @@ module Aws::CodePipeline
1031
1060
  class BlockerDeclaration < Struct.new(
1032
1061
  :name,
1033
1062
  :type)
1063
+ SENSITIVE = []
1034
1064
  include Aws::Structure
1035
1065
  end
1036
1066
 
@@ -1043,6 +1073,7 @@ module Aws::CodePipeline
1043
1073
  #
1044
1074
  class ConcurrentModificationException < Struct.new(
1045
1075
  :message)
1076
+ SENSITIVE = []
1046
1077
  include Aws::Structure
1047
1078
  end
1048
1079
 
@@ -1153,6 +1184,7 @@ module Aws::CodePipeline
1153
1184
  :input_artifact_details,
1154
1185
  :output_artifact_details,
1155
1186
  :tags)
1187
+ SENSITIVE = []
1156
1188
  include Aws::Structure
1157
1189
  end
1158
1190
 
@@ -1171,6 +1203,7 @@ module Aws::CodePipeline
1171
1203
  class CreateCustomActionTypeOutput < Struct.new(
1172
1204
  :action_type,
1173
1205
  :tags)
1206
+ SENSITIVE = []
1174
1207
  include Aws::Structure
1175
1208
  end
1176
1209
 
@@ -1264,6 +1297,7 @@ module Aws::CodePipeline
1264
1297
  class CreatePipelineInput < Struct.new(
1265
1298
  :pipeline,
1266
1299
  :tags)
1300
+ SENSITIVE = []
1267
1301
  include Aws::Structure
1268
1302
  end
1269
1303
 
@@ -1283,6 +1317,7 @@ module Aws::CodePipeline
1283
1317
  class CreatePipelineOutput < Struct.new(
1284
1318
  :pipeline,
1285
1319
  :tags)
1320
+ SENSITIVE = []
1286
1321
  include Aws::Structure
1287
1322
  end
1288
1323
 
@@ -1322,6 +1357,7 @@ module Aws::CodePipeline
1322
1357
  :change_identifier,
1323
1358
  :created,
1324
1359
  :revision_summary)
1360
+ SENSITIVE = []
1325
1361
  include Aws::Structure
1326
1362
  end
1327
1363
 
@@ -1357,6 +1393,7 @@ module Aws::CodePipeline
1357
1393
  :category,
1358
1394
  :provider,
1359
1395
  :version)
1396
+ SENSITIVE = []
1360
1397
  include Aws::Structure
1361
1398
  end
1362
1399
 
@@ -1377,6 +1414,7 @@ module Aws::CodePipeline
1377
1414
  #
1378
1415
  class DeletePipelineInput < Struct.new(
1379
1416
  :name)
1417
+ SENSITIVE = []
1380
1418
  include Aws::Structure
1381
1419
  end
1382
1420
 
@@ -1395,6 +1433,7 @@ module Aws::CodePipeline
1395
1433
  #
1396
1434
  class DeleteWebhookInput < Struct.new(
1397
1435
  :name)
1436
+ SENSITIVE = []
1398
1437
  include Aws::Structure
1399
1438
  end
1400
1439
 
@@ -1417,6 +1456,7 @@ module Aws::CodePipeline
1417
1456
  #
1418
1457
  class DeregisterWebhookWithThirdPartyInput < Struct.new(
1419
1458
  :webhook_name)
1459
+ SENSITIVE = []
1420
1460
  include Aws::Structure
1421
1461
  end
1422
1462
 
@@ -1466,6 +1506,7 @@ module Aws::CodePipeline
1466
1506
  :stage_name,
1467
1507
  :transition_type,
1468
1508
  :reason)
1509
+ SENSITIVE = []
1469
1510
  include Aws::Structure
1470
1511
  end
1471
1512
 
@@ -1482,6 +1523,7 @@ module Aws::CodePipeline
1482
1523
  #
1483
1524
  class DuplicatedStopRequestException < Struct.new(
1484
1525
  :message)
1526
+ SENSITIVE = []
1485
1527
  include Aws::Structure
1486
1528
  end
1487
1529
 
@@ -1520,6 +1562,7 @@ module Aws::CodePipeline
1520
1562
  :pipeline_name,
1521
1563
  :stage_name,
1522
1564
  :transition_type)
1565
+ SENSITIVE = []
1523
1566
  include Aws::Structure
1524
1567
  end
1525
1568
 
@@ -1556,6 +1599,7 @@ module Aws::CodePipeline
1556
1599
  class EncryptionKey < Struct.new(
1557
1600
  :id,
1558
1601
  :type)
1602
+ SENSITIVE = []
1559
1603
  include Aws::Structure
1560
1604
  end
1561
1605
 
@@ -1574,6 +1618,7 @@ module Aws::CodePipeline
1574
1618
  class ErrorDetails < Struct.new(
1575
1619
  :code,
1576
1620
  :message)
1621
+ SENSITIVE = []
1577
1622
  include Aws::Structure
1578
1623
  end
1579
1624
 
@@ -1609,6 +1654,7 @@ module Aws::CodePipeline
1609
1654
  :summary,
1610
1655
  :external_execution_id,
1611
1656
  :percent_complete)
1657
+ SENSITIVE = []
1612
1658
  include Aws::Structure
1613
1659
  end
1614
1660
 
@@ -1631,6 +1677,7 @@ module Aws::CodePipeline
1631
1677
  class ExecutionTrigger < Struct.new(
1632
1678
  :trigger_type,
1633
1679
  :trigger_detail)
1680
+ SENSITIVE = []
1634
1681
  include Aws::Structure
1635
1682
  end
1636
1683
 
@@ -1663,6 +1710,7 @@ module Aws::CodePipeline
1663
1710
  :type,
1664
1711
  :message,
1665
1712
  :external_execution_id)
1713
+ SENSITIVE = []
1666
1714
  include Aws::Structure
1667
1715
  end
1668
1716
 
@@ -1683,6 +1731,7 @@ module Aws::CodePipeline
1683
1731
  #
1684
1732
  class GetJobDetailsInput < Struct.new(
1685
1733
  :job_id)
1734
+ SENSITIVE = []
1686
1735
  include Aws::Structure
1687
1736
  end
1688
1737
 
@@ -1701,6 +1750,7 @@ module Aws::CodePipeline
1701
1750
  #
1702
1751
  class GetJobDetailsOutput < Struct.new(
1703
1752
  :job_details)
1753
+ SENSITIVE = []
1704
1754
  include Aws::Structure
1705
1755
  end
1706
1756
 
@@ -1729,6 +1779,7 @@ module Aws::CodePipeline
1729
1779
  class GetPipelineExecutionInput < Struct.new(
1730
1780
  :pipeline_name,
1731
1781
  :pipeline_execution_id)
1782
+ SENSITIVE = []
1732
1783
  include Aws::Structure
1733
1784
  end
1734
1785
 
@@ -1742,6 +1793,7 @@ module Aws::CodePipeline
1742
1793
  #
1743
1794
  class GetPipelineExecutionOutput < Struct.new(
1744
1795
  :pipeline_execution)
1796
+ SENSITIVE = []
1745
1797
  include Aws::Structure
1746
1798
  end
1747
1799
 
@@ -1770,6 +1822,7 @@ module Aws::CodePipeline
1770
1822
  class GetPipelineInput < Struct.new(
1771
1823
  :name,
1772
1824
  :version)
1825
+ SENSITIVE = []
1773
1826
  include Aws::Structure
1774
1827
  end
1775
1828
 
@@ -1790,6 +1843,7 @@ module Aws::CodePipeline
1790
1843
  class GetPipelineOutput < Struct.new(
1791
1844
  :pipeline,
1792
1845
  :metadata)
1846
+ SENSITIVE = []
1793
1847
  include Aws::Structure
1794
1848
  end
1795
1849
 
@@ -1810,6 +1864,7 @@ module Aws::CodePipeline
1810
1864
  #
1811
1865
  class GetPipelineStateInput < Struct.new(
1812
1866
  :name)
1867
+ SENSITIVE = []
1813
1868
  include Aws::Structure
1814
1869
  end
1815
1870
 
@@ -1850,6 +1905,7 @@ module Aws::CodePipeline
1850
1905
  :stage_states,
1851
1906
  :created,
1852
1907
  :updated)
1908
+ SENSITIVE = []
1853
1909
  include Aws::Structure
1854
1910
  end
1855
1911
 
@@ -1878,6 +1934,7 @@ module Aws::CodePipeline
1878
1934
  class GetThirdPartyJobDetailsInput < Struct.new(
1879
1935
  :job_id,
1880
1936
  :client_token)
1937
+ SENSITIVE = []
1881
1938
  include Aws::Structure
1882
1939
  end
1883
1940
 
@@ -1892,6 +1949,7 @@ module Aws::CodePipeline
1892
1949
  #
1893
1950
  class GetThirdPartyJobDetailsOutput < Struct.new(
1894
1951
  :job_details)
1952
+ SENSITIVE = []
1895
1953
  include Aws::Structure
1896
1954
  end
1897
1955
 
@@ -1920,6 +1978,7 @@ module Aws::CodePipeline
1920
1978
  #
1921
1979
  class InputArtifact < Struct.new(
1922
1980
  :name)
1981
+ SENSITIVE = []
1923
1982
  include Aws::Structure
1924
1983
  end
1925
1984
 
@@ -1944,6 +2003,7 @@ module Aws::CodePipeline
1944
2003
  #
1945
2004
  class InvalidArnException < Struct.new(
1946
2005
  :message)
2006
+ SENSITIVE = []
1947
2007
  include Aws::Structure
1948
2008
  end
1949
2009
 
@@ -2005,6 +2065,7 @@ module Aws::CodePipeline
2005
2065
  #
2006
2066
  class InvalidTagsException < Struct.new(
2007
2067
  :message)
2068
+ SENSITIVE = []
2008
2069
  include Aws::Structure
2009
2070
  end
2010
2071
 
@@ -2047,6 +2108,7 @@ module Aws::CodePipeline
2047
2108
  :data,
2048
2109
  :nonce,
2049
2110
  :account_id)
2111
+ SENSITIVE = []
2050
2112
  include Aws::Structure
2051
2113
  end
2052
2114
 
@@ -2106,6 +2168,7 @@ module Aws::CodePipeline
2106
2168
  :artifact_credentials,
2107
2169
  :continuation_token,
2108
2170
  :encryption_key)
2171
+ SENSITIVE = [:artifact_credentials]
2109
2172
  include Aws::Structure
2110
2173
  end
2111
2174
 
@@ -2130,6 +2193,7 @@ module Aws::CodePipeline
2130
2193
  :id,
2131
2194
  :data,
2132
2195
  :account_id)
2196
+ SENSITIVE = []
2133
2197
  include Aws::Structure
2134
2198
  end
2135
2199
 
@@ -2192,6 +2256,7 @@ module Aws::CodePipeline
2192
2256
  :filter,
2193
2257
  :max_results,
2194
2258
  :next_token)
2259
+ SENSITIVE = []
2195
2260
  include Aws::Structure
2196
2261
  end
2197
2262
 
@@ -2212,6 +2277,7 @@ module Aws::CodePipeline
2212
2277
  class ListActionExecutionsOutput < Struct.new(
2213
2278
  :action_execution_details,
2214
2279
  :next_token)
2280
+ SENSITIVE = []
2215
2281
  include Aws::Structure
2216
2282
  end
2217
2283
 
@@ -2241,6 +2307,7 @@ module Aws::CodePipeline
2241
2307
  class ListActionTypesInput < Struct.new(
2242
2308
  :action_owner_filter,
2243
2309
  :next_token)
2310
+ SENSITIVE = []
2244
2311
  include Aws::Structure
2245
2312
  end
2246
2313
 
@@ -2262,6 +2329,7 @@ module Aws::CodePipeline
2262
2329
  class ListActionTypesOutput < Struct.new(
2263
2330
  :action_types,
2264
2331
  :next_token)
2332
+ SENSITIVE = []
2265
2333
  include Aws::Structure
2266
2334
  end
2267
2335
 
@@ -2301,6 +2369,7 @@ module Aws::CodePipeline
2301
2369
  :pipeline_name,
2302
2370
  :max_results,
2303
2371
  :next_token)
2372
+ SENSITIVE = []
2304
2373
  include Aws::Structure
2305
2374
  end
2306
2375
 
@@ -2321,6 +2390,7 @@ module Aws::CodePipeline
2321
2390
  class ListPipelineExecutionsOutput < Struct.new(
2322
2391
  :pipeline_execution_summaries,
2323
2392
  :next_token)
2393
+ SENSITIVE = []
2324
2394
  include Aws::Structure
2325
2395
  end
2326
2396
 
@@ -2343,6 +2413,7 @@ module Aws::CodePipeline
2343
2413
  #
2344
2414
  class ListPipelinesInput < Struct.new(
2345
2415
  :next_token)
2416
+ SENSITIVE = []
2346
2417
  include Aws::Structure
2347
2418
  end
2348
2419
 
@@ -2363,6 +2434,7 @@ module Aws::CodePipeline
2363
2434
  class ListPipelinesOutput < Struct.new(
2364
2435
  :pipelines,
2365
2436
  :next_token)
2437
+ SENSITIVE = []
2366
2438
  include Aws::Structure
2367
2439
  end
2368
2440
 
@@ -2396,6 +2468,7 @@ module Aws::CodePipeline
2396
2468
  :resource_arn,
2397
2469
  :next_token,
2398
2470
  :max_results)
2471
+ SENSITIVE = []
2399
2472
  include Aws::Structure
2400
2473
  end
2401
2474
 
@@ -2415,6 +2488,7 @@ module Aws::CodePipeline
2415
2488
  class ListTagsForResourceOutput < Struct.new(
2416
2489
  :tags,
2417
2490
  :next_token)
2491
+ SENSITIVE = []
2418
2492
  include Aws::Structure
2419
2493
  end
2420
2494
 
@@ -2465,6 +2539,7 @@ module Aws::CodePipeline
2465
2539
  :last_triggered,
2466
2540
  :arn,
2467
2541
  :tags)
2542
+ SENSITIVE = []
2468
2543
  include Aws::Structure
2469
2544
  end
2470
2545
 
@@ -2492,6 +2567,7 @@ module Aws::CodePipeline
2492
2567
  class ListWebhooksInput < Struct.new(
2493
2568
  :next_token,
2494
2569
  :max_results)
2570
+ SENSITIVE = []
2495
2571
  include Aws::Structure
2496
2572
  end
2497
2573
 
@@ -2511,6 +2587,7 @@ module Aws::CodePipeline
2511
2587
  class ListWebhooksOutput < Struct.new(
2512
2588
  :webhooks,
2513
2589
  :next_token)
2590
+ SENSITIVE = []
2514
2591
  include Aws::Structure
2515
2592
  end
2516
2593
 
@@ -2547,6 +2624,7 @@ module Aws::CodePipeline
2547
2624
  #
2548
2625
  class OutputArtifact < Struct.new(
2549
2626
  :name)
2627
+ SENSITIVE = []
2550
2628
  include Aws::Structure
2551
2629
  end
2552
2630
 
@@ -2559,6 +2637,7 @@ module Aws::CodePipeline
2559
2637
  #
2560
2638
  class OutputVariablesSizeExceededException < Struct.new(
2561
2639
  :message)
2640
+ SENSITIVE = []
2562
2641
  include Aws::Structure
2563
2642
  end
2564
2643
 
@@ -2600,6 +2679,7 @@ module Aws::CodePipeline
2600
2679
  :action,
2601
2680
  :pipeline_arn,
2602
2681
  :pipeline_execution_id)
2682
+ SENSITIVE = []
2603
2683
  include Aws::Structure
2604
2684
  end
2605
2685
 
@@ -2724,6 +2804,7 @@ module Aws::CodePipeline
2724
2804
  :artifact_stores,
2725
2805
  :stages,
2726
2806
  :version)
2807
+ SENSITIVE = []
2727
2808
  include Aws::Structure
2728
2809
  end
2729
2810
 
@@ -2783,6 +2864,7 @@ module Aws::CodePipeline
2783
2864
  :pipeline_execution_id,
2784
2865
  :status,
2785
2866
  :artifact_revisions)
2867
+ SENSITIVE = []
2786
2868
  include Aws::Structure
2787
2869
  end
2788
2870
 
@@ -2803,6 +2885,7 @@ module Aws::CodePipeline
2803
2885
  #
2804
2886
  class PipelineExecutionNotStoppableException < Struct.new(
2805
2887
  :message)
2888
+ SENSITIVE = []
2806
2889
  include Aws::Structure
2807
2890
  end
2808
2891
 
@@ -2874,6 +2957,7 @@ module Aws::CodePipeline
2874
2957
  :source_revisions,
2875
2958
  :trigger,
2876
2959
  :stop_trigger)
2960
+ SENSITIVE = []
2877
2961
  include Aws::Structure
2878
2962
  end
2879
2963
 
@@ -2898,6 +2982,7 @@ module Aws::CodePipeline
2898
2982
  :pipeline_arn,
2899
2983
  :created,
2900
2984
  :updated)
2985
+ SENSITIVE = []
2901
2986
  include Aws::Structure
2902
2987
  end
2903
2988
 
@@ -2939,6 +3024,7 @@ module Aws::CodePipeline
2939
3024
  :version,
2940
3025
  :created,
2941
3026
  :updated)
3027
+ SENSITIVE = []
2942
3028
  include Aws::Structure
2943
3029
  end
2944
3030
 
@@ -2989,6 +3075,7 @@ module Aws::CodePipeline
2989
3075
  :action_type_id,
2990
3076
  :max_batch_size,
2991
3077
  :query_param)
3078
+ SENSITIVE = []
2992
3079
  include Aws::Structure
2993
3080
  end
2994
3081
 
@@ -3002,6 +3089,7 @@ module Aws::CodePipeline
3002
3089
  #
3003
3090
  class PollForJobsOutput < Struct.new(
3004
3091
  :jobs)
3092
+ SENSITIVE = []
3005
3093
  include Aws::Structure
3006
3094
  end
3007
3095
 
@@ -3033,6 +3121,7 @@ module Aws::CodePipeline
3033
3121
  class PollForThirdPartyJobsInput < Struct.new(
3034
3122
  :action_type_id,
3035
3123
  :max_batch_size)
3124
+ SENSITIVE = []
3036
3125
  include Aws::Structure
3037
3126
  end
3038
3127
 
@@ -3046,6 +3135,7 @@ module Aws::CodePipeline
3046
3135
  #
3047
3136
  class PollForThirdPartyJobsOutput < Struct.new(
3048
3137
  :jobs)
3138
+ SENSITIVE = []
3049
3139
  include Aws::Structure
3050
3140
  end
3051
3141
 
@@ -3090,6 +3180,7 @@ module Aws::CodePipeline
3090
3180
  :stage_name,
3091
3181
  :action_name,
3092
3182
  :action_revision)
3183
+ SENSITIVE = []
3093
3184
  include Aws::Structure
3094
3185
  end
3095
3186
 
@@ -3109,6 +3200,7 @@ module Aws::CodePipeline
3109
3200
  class PutActionRevisionOutput < Struct.new(
3110
3201
  :new_revision,
3111
3202
  :pipeline_execution_id)
3203
+ SENSITIVE = []
3112
3204
  include Aws::Structure
3113
3205
  end
3114
3206
 
@@ -3159,6 +3251,7 @@ module Aws::CodePipeline
3159
3251
  :action_name,
3160
3252
  :result,
3161
3253
  :token)
3254
+ SENSITIVE = []
3162
3255
  include Aws::Structure
3163
3256
  end
3164
3257
 
@@ -3172,6 +3265,7 @@ module Aws::CodePipeline
3172
3265
  #
3173
3266
  class PutApprovalResultOutput < Struct.new(
3174
3267
  :approved_at)
3268
+ SENSITIVE = []
3175
3269
  include Aws::Structure
3176
3270
  end
3177
3271
 
@@ -3203,6 +3297,7 @@ module Aws::CodePipeline
3203
3297
  class PutJobFailureResultInput < Struct.new(
3204
3298
  :job_id,
3205
3299
  :failure_details)
3300
+ SENSITIVE = []
3206
3301
  include Aws::Structure
3207
3302
  end
3208
3303
 
@@ -3269,6 +3364,7 @@ module Aws::CodePipeline
3269
3364
  :continuation_token,
3270
3365
  :execution_details,
3271
3366
  :output_variables)
3367
+ SENSITIVE = []
3272
3368
  include Aws::Structure
3273
3369
  end
3274
3370
 
@@ -3308,6 +3404,7 @@ module Aws::CodePipeline
3308
3404
  :job_id,
3309
3405
  :client_token,
3310
3406
  :failure_details)
3407
+ SENSITIVE = []
3311
3408
  include Aws::Structure
3312
3409
  end
3313
3410
 
@@ -3370,6 +3467,7 @@ module Aws::CodePipeline
3370
3467
  :current_revision,
3371
3468
  :continuation_token,
3372
3469
  :execution_details)
3470
+ SENSITIVE = []
3373
3471
  include Aws::Structure
3374
3472
  end
3375
3473
 
@@ -3418,6 +3516,7 @@ module Aws::CodePipeline
3418
3516
  class PutWebhookInput < Struct.new(
3419
3517
  :webhook,
3420
3518
  :tags)
3519
+ SENSITIVE = []
3421
3520
  include Aws::Structure
3422
3521
  end
3423
3522
 
@@ -3430,6 +3529,7 @@ module Aws::CodePipeline
3430
3529
  #
3431
3530
  class PutWebhookOutput < Struct.new(
3432
3531
  :webhook)
3532
+ SENSITIVE = []
3433
3533
  include Aws::Structure
3434
3534
  end
3435
3535
 
@@ -3449,6 +3549,7 @@ module Aws::CodePipeline
3449
3549
  #
3450
3550
  class RegisterWebhookWithThirdPartyInput < Struct.new(
3451
3551
  :webhook_name)
3552
+ SENSITIVE = []
3452
3553
  include Aws::Structure
3453
3554
  end
3454
3555
 
@@ -3500,6 +3601,7 @@ module Aws::CodePipeline
3500
3601
  :stage_name,
3501
3602
  :pipeline_execution_id,
3502
3603
  :retry_mode)
3604
+ SENSITIVE = []
3503
3605
  include Aws::Structure
3504
3606
  end
3505
3607
 
@@ -3513,6 +3615,7 @@ module Aws::CodePipeline
3513
3615
  #
3514
3616
  class RetryStageExecutionOutput < Struct.new(
3515
3617
  :pipeline_execution_id)
3618
+ SENSITIVE = []
3516
3619
  include Aws::Structure
3517
3620
  end
3518
3621
 
@@ -3532,6 +3635,7 @@ module Aws::CodePipeline
3532
3635
  class S3ArtifactLocation < Struct.new(
3533
3636
  :bucket_name,
3534
3637
  :object_key)
3638
+ SENSITIVE = []
3535
3639
  include Aws::Structure
3536
3640
  end
3537
3641
 
@@ -3550,6 +3654,7 @@ module Aws::CodePipeline
3550
3654
  class S3Location < Struct.new(
3551
3655
  :bucket,
3552
3656
  :key)
3657
+ SENSITIVE = []
3553
3658
  include Aws::Structure
3554
3659
  end
3555
3660
 
@@ -3587,6 +3692,7 @@ module Aws::CodePipeline
3587
3692
  :revision_id,
3588
3693
  :revision_summary,
3589
3694
  :revision_url)
3695
+ SENSITIVE = []
3590
3696
  include Aws::Structure
3591
3697
  end
3592
3698
 
@@ -3600,6 +3706,7 @@ module Aws::CodePipeline
3600
3706
  #
3601
3707
  class StageContext < Struct.new(
3602
3708
  :name)
3709
+ SENSITIVE = []
3603
3710
  include Aws::Structure
3604
3711
  end
3605
3712
 
@@ -3664,6 +3771,7 @@ module Aws::CodePipeline
3664
3771
  :name,
3665
3772
  :blockers,
3666
3773
  :actions)
3774
+ SENSITIVE = []
3667
3775
  include Aws::Structure
3668
3776
  end
3669
3777
 
@@ -3683,6 +3791,7 @@ module Aws::CodePipeline
3683
3791
  class StageExecution < Struct.new(
3684
3792
  :pipeline_execution_id,
3685
3793
  :status)
3794
+ SENSITIVE = []
3686
3795
  include Aws::Structure
3687
3796
  end
3688
3797
 
@@ -3727,6 +3836,7 @@ module Aws::CodePipeline
3727
3836
  :inbound_transition_state,
3728
3837
  :action_states,
3729
3838
  :latest_execution)
3839
+ SENSITIVE = []
3730
3840
  include Aws::Structure
3731
3841
  end
3732
3842
 
@@ -3757,6 +3867,7 @@ module Aws::CodePipeline
3757
3867
  class StartPipelineExecutionInput < Struct.new(
3758
3868
  :name,
3759
3869
  :client_request_token)
3870
+ SENSITIVE = []
3760
3871
  include Aws::Structure
3761
3872
  end
3762
3873
 
@@ -3771,6 +3882,7 @@ module Aws::CodePipeline
3771
3882
  #
3772
3883
  class StartPipelineExecutionOutput < Struct.new(
3773
3884
  :pipeline_execution_id)
3885
+ SENSITIVE = []
3774
3886
  include Aws::Structure
3775
3887
  end
3776
3888
 
@@ -3784,6 +3896,7 @@ module Aws::CodePipeline
3784
3896
  #
3785
3897
  class StopExecutionTrigger < Struct.new(
3786
3898
  :reason)
3899
+ SENSITIVE = []
3787
3900
  include Aws::Structure
3788
3901
  end
3789
3902
 
@@ -3828,6 +3941,7 @@ module Aws::CodePipeline
3828
3941
  :pipeline_execution_id,
3829
3942
  :abandon,
3830
3943
  :reason)
3944
+ SENSITIVE = []
3831
3945
  include Aws::Structure
3832
3946
  end
3833
3947
 
@@ -3840,6 +3954,7 @@ module Aws::CodePipeline
3840
3954
  #
3841
3955
  class StopPipelineExecutionOutput < Struct.new(
3842
3956
  :pipeline_execution_id)
3957
+ SENSITIVE = []
3843
3958
  include Aws::Structure
3844
3959
  end
3845
3960
 
@@ -3866,6 +3981,7 @@ module Aws::CodePipeline
3866
3981
  class Tag < Struct.new(
3867
3982
  :key,
3868
3983
  :value)
3984
+ SENSITIVE = []
3869
3985
  include Aws::Structure
3870
3986
  end
3871
3987
 
@@ -3896,6 +4012,7 @@ module Aws::CodePipeline
3896
4012
  class TagResourceInput < Struct.new(
3897
4013
  :resource_arn,
3898
4014
  :tags)
4015
+ SENSITIVE = []
3899
4016
  include Aws::Structure
3900
4017
  end
3901
4018
 
@@ -3921,6 +4038,7 @@ module Aws::CodePipeline
3921
4038
  class ThirdPartyJob < Struct.new(
3922
4039
  :client_id,
3923
4040
  :job_id)
4041
+ SENSITIVE = []
3924
4042
  include Aws::Structure
3925
4043
  end
3926
4044
 
@@ -3987,6 +4105,7 @@ module Aws::CodePipeline
3987
4105
  :artifact_credentials,
3988
4106
  :continuation_token,
3989
4107
  :encryption_key)
4108
+ SENSITIVE = [:artifact_credentials]
3990
4109
  include Aws::Structure
3991
4110
  end
3992
4111
 
@@ -4013,6 +4132,7 @@ module Aws::CodePipeline
4013
4132
  :id,
4014
4133
  :data,
4015
4134
  :nonce)
4135
+ SENSITIVE = []
4016
4136
  include Aws::Structure
4017
4137
  end
4018
4138
 
@@ -4025,6 +4145,7 @@ module Aws::CodePipeline
4025
4145
  #
4026
4146
  class TooManyTagsException < Struct.new(
4027
4147
  :message)
4148
+ SENSITIVE = []
4028
4149
  include Aws::Structure
4029
4150
  end
4030
4151
 
@@ -4056,6 +4177,7 @@ module Aws::CodePipeline
4056
4177
  :last_changed_by,
4057
4178
  :last_changed_at,
4058
4179
  :disabled_reason)
4180
+ SENSITIVE = []
4059
4181
  include Aws::Structure
4060
4182
  end
4061
4183
 
@@ -4080,6 +4202,7 @@ module Aws::CodePipeline
4080
4202
  class UntagResourceInput < Struct.new(
4081
4203
  :resource_arn,
4082
4204
  :tag_keys)
4205
+ SENSITIVE = []
4083
4206
  include Aws::Structure
4084
4207
  end
4085
4208
 
@@ -4165,6 +4288,7 @@ module Aws::CodePipeline
4165
4288
  #
4166
4289
  class UpdatePipelineInput < Struct.new(
4167
4290
  :pipeline)
4291
+ SENSITIVE = []
4168
4292
  include Aws::Structure
4169
4293
  end
4170
4294
 
@@ -4178,6 +4302,7 @@ module Aws::CodePipeline
4178
4302
  #
4179
4303
  class UpdatePipelineOutput < Struct.new(
4180
4304
  :pipeline)
4305
+ SENSITIVE = []
4181
4306
  include Aws::Structure
4182
4307
  end
4183
4308
 
@@ -4213,6 +4338,7 @@ module Aws::CodePipeline
4213
4338
  class WebhookAuthConfiguration < Struct.new(
4214
4339
  :allowed_ip_range,
4215
4340
  :secret_token)
4341
+ SENSITIVE = []
4216
4342
  include Aws::Structure
4217
4343
  end
4218
4344
 
@@ -4295,6 +4421,7 @@ module Aws::CodePipeline
4295
4421
  :filters,
4296
4422
  :authentication,
4297
4423
  :authentication_configuration)
4424
+ SENSITIVE = []
4298
4425
  include Aws::Structure
4299
4426
  end
4300
4427
 
@@ -4344,6 +4471,7 @@ module Aws::CodePipeline
4344
4471
  class WebhookFilterRule < Struct.new(
4345
4472
  :json_path,
4346
4473
  :match_equals)
4474
+ SENSITIVE = []
4347
4475
  include Aws::Structure
4348
4476
  end
4349
4477
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.34.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-03-16 00:00:00.000000000 Z
11
+ date: 2020-07-02 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.99.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.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - CodePipeline