aws-sdk-codepipeline 1.91.0 → 1.92.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +35 -2
- data/lib/aws-sdk-codepipeline/client_api.rb +1 -0
- data/lib/aws-sdk-codepipeline/types.rb +34 -3
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/sig/client.rbs +6 -0
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c3e62de91196b93541edcfc09a403fbf425e83924ff98f8bf5b1ceb7ea83c85
|
|
4
|
+
data.tar.gz: 1558613a9c4d833ec3f3be2ed02d63f23ecc96fa02b18b71cfa86d422903662f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45f06b1b8a3dfb0009446c7239e0f9781ae1096edff4c0c772acf9ecf43d6c5f5b6e22a08d8da50026011f588cda0d9c93b4f45fb11b199331d3fc771747306b
|
|
7
|
+
data.tar.gz: 189b738f7a694027b42daa1a49687e45c98a7024fe4ea2e9d2076ae2240fb79bb9cb10ab61547c61a250360ff6ad815ede2ed628cd30a3ffcc05b835a9887eb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -760,6 +760,7 @@ module Aws::CodePipeline
|
|
|
760
760
|
# configuration: {
|
|
761
761
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
762
762
|
# },
|
|
763
|
+
# commands: ["Command"],
|
|
763
764
|
# input_artifacts: [
|
|
764
765
|
# {
|
|
765
766
|
# name: "ArtifactName", # required
|
|
@@ -789,6 +790,7 @@ module Aws::CodePipeline
|
|
|
789
790
|
# configuration: {
|
|
790
791
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
791
792
|
# },
|
|
793
|
+
# commands: ["Command"],
|
|
792
794
|
# input_artifacts: [
|
|
793
795
|
# {
|
|
794
796
|
# name: "ArtifactName", # required
|
|
@@ -818,6 +820,7 @@ module Aws::CodePipeline
|
|
|
818
820
|
# configuration: {
|
|
819
821
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
820
822
|
# },
|
|
823
|
+
# commands: ["Command"],
|
|
821
824
|
# input_artifacts: [
|
|
822
825
|
# {
|
|
823
826
|
# name: "ArtifactName", # required
|
|
@@ -942,6 +945,8 @@ module Aws::CodePipeline
|
|
|
942
945
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].rule_type_id.version #=> String
|
|
943
946
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration #=> Hash
|
|
944
947
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
948
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands #=> Array
|
|
949
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands[0] #=> String
|
|
945
950
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts #=> Array
|
|
946
951
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
947
952
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].role_arn #=> String
|
|
@@ -957,6 +962,8 @@ module Aws::CodePipeline
|
|
|
957
962
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].rule_type_id.version #=> String
|
|
958
963
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration #=> Hash
|
|
959
964
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
965
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands #=> Array
|
|
966
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands[0] #=> String
|
|
960
967
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts #=> Array
|
|
961
968
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
962
969
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].role_arn #=> String
|
|
@@ -972,6 +979,8 @@ module Aws::CodePipeline
|
|
|
972
979
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].rule_type_id.version #=> String
|
|
973
980
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration #=> Hash
|
|
974
981
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
982
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands #=> Array
|
|
983
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands[0] #=> String
|
|
975
984
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts #=> Array
|
|
976
985
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
977
986
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].role_arn #=> String
|
|
@@ -1237,6 +1246,8 @@ module Aws::CodePipeline
|
|
|
1237
1246
|
#
|
|
1238
1247
|
# * `Invoke`
|
|
1239
1248
|
#
|
|
1249
|
+
# * `Compute`
|
|
1250
|
+
#
|
|
1240
1251
|
# @option params [required, String] :owner
|
|
1241
1252
|
# The creator of an action type that was created with any supported
|
|
1242
1253
|
# integration model. There are two valid values: `AWS` and `ThirdParty`.
|
|
@@ -1446,6 +1457,8 @@ module Aws::CodePipeline
|
|
|
1446
1457
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].rule_type_id.version #=> String
|
|
1447
1458
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration #=> Hash
|
|
1448
1459
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
1460
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands #=> Array
|
|
1461
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands[0] #=> String
|
|
1449
1462
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts #=> Array
|
|
1450
1463
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
1451
1464
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].role_arn #=> String
|
|
@@ -1461,6 +1474,8 @@ module Aws::CodePipeline
|
|
|
1461
1474
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].rule_type_id.version #=> String
|
|
1462
1475
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration #=> Hash
|
|
1463
1476
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
1477
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands #=> Array
|
|
1478
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands[0] #=> String
|
|
1464
1479
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts #=> Array
|
|
1465
1480
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
1466
1481
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].role_arn #=> String
|
|
@@ -1476,6 +1491,8 @@ module Aws::CodePipeline
|
|
|
1476
1491
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].rule_type_id.version #=> String
|
|
1477
1492
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration #=> Hash
|
|
1478
1493
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
1494
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands #=> Array
|
|
1495
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands[0] #=> String
|
|
1479
1496
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts #=> Array
|
|
1480
1497
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
1481
1498
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].role_arn #=> String
|
|
@@ -2168,7 +2185,14 @@ module Aws::CodePipeline
|
|
|
2168
2185
|
req.send_request(options)
|
|
2169
2186
|
end
|
|
2170
2187
|
|
|
2171
|
-
# Lists the rules for the condition.
|
|
2188
|
+
# Lists the rules for the condition. For more information about
|
|
2189
|
+
# conditions, see [Stage conditions][1]. For more information about
|
|
2190
|
+
# rules, see the [CodePipeline rule reference][2].
|
|
2191
|
+
#
|
|
2192
|
+
#
|
|
2193
|
+
#
|
|
2194
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html
|
|
2195
|
+
# [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html
|
|
2172
2196
|
#
|
|
2173
2197
|
# @option params [String] :rule_owner_filter
|
|
2174
2198
|
# The rule owner to filter on.
|
|
@@ -3334,6 +3358,7 @@ module Aws::CodePipeline
|
|
|
3334
3358
|
# configuration: {
|
|
3335
3359
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
3336
3360
|
# },
|
|
3361
|
+
# commands: ["Command"],
|
|
3337
3362
|
# input_artifacts: [
|
|
3338
3363
|
# {
|
|
3339
3364
|
# name: "ArtifactName", # required
|
|
@@ -3363,6 +3388,7 @@ module Aws::CodePipeline
|
|
|
3363
3388
|
# configuration: {
|
|
3364
3389
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
3365
3390
|
# },
|
|
3391
|
+
# commands: ["Command"],
|
|
3366
3392
|
# input_artifacts: [
|
|
3367
3393
|
# {
|
|
3368
3394
|
# name: "ArtifactName", # required
|
|
@@ -3392,6 +3418,7 @@ module Aws::CodePipeline
|
|
|
3392
3418
|
# configuration: {
|
|
3393
3419
|
# "RuleConfigurationKey" => "RuleConfigurationValue",
|
|
3394
3420
|
# },
|
|
3421
|
+
# commands: ["Command"],
|
|
3395
3422
|
# input_artifacts: [
|
|
3396
3423
|
# {
|
|
3397
3424
|
# name: "ArtifactName", # required
|
|
@@ -3510,6 +3537,8 @@ module Aws::CodePipeline
|
|
|
3510
3537
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].rule_type_id.version #=> String
|
|
3511
3538
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration #=> Hash
|
|
3512
3539
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
3540
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands #=> Array
|
|
3541
|
+
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].commands[0] #=> String
|
|
3513
3542
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts #=> Array
|
|
3514
3543
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
3515
3544
|
# resp.pipeline.stages[0].on_failure.conditions[0].rules[0].role_arn #=> String
|
|
@@ -3525,6 +3554,8 @@ module Aws::CodePipeline
|
|
|
3525
3554
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].rule_type_id.version #=> String
|
|
3526
3555
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration #=> Hash
|
|
3527
3556
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
3557
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands #=> Array
|
|
3558
|
+
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].commands[0] #=> String
|
|
3528
3559
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts #=> Array
|
|
3529
3560
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
3530
3561
|
# resp.pipeline.stages[0].on_success.conditions[0].rules[0].role_arn #=> String
|
|
@@ -3540,6 +3571,8 @@ module Aws::CodePipeline
|
|
|
3540
3571
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].rule_type_id.version #=> String
|
|
3541
3572
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration #=> Hash
|
|
3542
3573
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].configuration["RuleConfigurationKey"] #=> String
|
|
3574
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands #=> Array
|
|
3575
|
+
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].commands[0] #=> String
|
|
3543
3576
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts #=> Array
|
|
3544
3577
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].input_artifacts[0].name #=> String
|
|
3545
3578
|
# resp.pipeline.stages[0].before_entry.conditions[0].rules[0].role_arn #=> String
|
|
@@ -3607,7 +3640,7 @@ module Aws::CodePipeline
|
|
|
3607
3640
|
tracer: tracer
|
|
3608
3641
|
)
|
|
3609
3642
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
|
3610
|
-
context[:gem_version] = '1.
|
|
3643
|
+
context[:gem_version] = '1.92.0'
|
|
3611
3644
|
Seahorse::Client::Request.new(handlers, context)
|
|
3612
3645
|
end
|
|
3613
3646
|
|
|
@@ -1312,6 +1312,7 @@ module Aws::CodePipeline
|
|
|
1312
1312
|
RuleDeclaration.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
|
|
1313
1313
|
RuleDeclaration.add_member(:rule_type_id, Shapes::ShapeRef.new(shape: RuleTypeId, required: true, location_name: "ruleTypeId"))
|
|
1314
1314
|
RuleDeclaration.add_member(:configuration, Shapes::ShapeRef.new(shape: RuleConfigurationMap, location_name: "configuration"))
|
|
1315
|
+
RuleDeclaration.add_member(:commands, Shapes::ShapeRef.new(shape: CommandList, location_name: "commands"))
|
|
1315
1316
|
RuleDeclaration.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: InputArtifactList, location_name: "inputArtifacts"))
|
|
1316
1317
|
RuleDeclaration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
1317
1318
|
RuleDeclaration.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegionName, location_name: "region"))
|
|
@@ -865,6 +865,8 @@ module Aws::CodePipeline
|
|
|
865
865
|
# * Invoke
|
|
866
866
|
#
|
|
867
867
|
# * Approval
|
|
868
|
+
#
|
|
869
|
+
# * Compute
|
|
868
870
|
# @return [String]
|
|
869
871
|
#
|
|
870
872
|
# @!attribute [rw] owner
|
|
@@ -1354,7 +1356,14 @@ module Aws::CodePipeline
|
|
|
1354
1356
|
end
|
|
1355
1357
|
|
|
1356
1358
|
# The condition for the stage. A condition is made up of the rules and
|
|
1357
|
-
# the result for the condition.
|
|
1359
|
+
# the result for the condition. For more information about conditions,
|
|
1360
|
+
# see [Stage conditions][1]. For more information about rules, see the
|
|
1361
|
+
# [CodePipeline rule reference][2].
|
|
1362
|
+
#
|
|
1363
|
+
#
|
|
1364
|
+
#
|
|
1365
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html
|
|
1366
|
+
# [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html
|
|
1358
1367
|
#
|
|
1359
1368
|
# @!attribute [rw] result
|
|
1360
1369
|
# The action to be done when the condition is met. For example,
|
|
@@ -1942,6 +1951,8 @@ module Aws::CodePipeline
|
|
|
1942
1951
|
# * `Approval`
|
|
1943
1952
|
#
|
|
1944
1953
|
# * `Invoke`
|
|
1954
|
+
#
|
|
1955
|
+
# * `Compute`
|
|
1945
1956
|
# @return [String]
|
|
1946
1957
|
#
|
|
1947
1958
|
# @!attribute [rw] owner
|
|
@@ -4371,11 +4382,18 @@ module Aws::CodePipeline
|
|
|
4371
4382
|
# Represents information about the rule to be created for an associated
|
|
4372
4383
|
# condition. An example would be creating a new rule for an entry
|
|
4373
4384
|
# condition, such as a rule that checks for a test result before
|
|
4374
|
-
# allowing the run to enter the deployment stage.
|
|
4385
|
+
# allowing the run to enter the deployment stage. For more information
|
|
4386
|
+
# about conditions, see [Stage conditions][1]. For more information
|
|
4387
|
+
# about rules, see the [CodePipeline rule reference][2].
|
|
4388
|
+
#
|
|
4389
|
+
#
|
|
4390
|
+
#
|
|
4391
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html
|
|
4392
|
+
# [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html
|
|
4375
4393
|
#
|
|
4376
4394
|
# @!attribute [rw] name
|
|
4377
4395
|
# The name of the rule that is created for the condition, such as
|
|
4378
|
-
#
|
|
4396
|
+
# `VariableCheck`.
|
|
4379
4397
|
# @return [String]
|
|
4380
4398
|
#
|
|
4381
4399
|
# @!attribute [rw] rule_type_id
|
|
@@ -4387,6 +4405,18 @@ module Aws::CodePipeline
|
|
|
4387
4405
|
# The action configuration fields for the rule.
|
|
4388
4406
|
# @return [Hash<String,String>]
|
|
4389
4407
|
#
|
|
4408
|
+
# @!attribute [rw] commands
|
|
4409
|
+
# The shell commands to run with your commands rule in CodePipeline.
|
|
4410
|
+
# All commands are supported except multi-line formats. While
|
|
4411
|
+
# CodeBuild logs and permissions are used, you do not need to create
|
|
4412
|
+
# any resources in CodeBuild.
|
|
4413
|
+
#
|
|
4414
|
+
# <note markdown="1"> Using compute time for this action will incur separate charges in
|
|
4415
|
+
# CodeBuild.
|
|
4416
|
+
#
|
|
4417
|
+
# </note>
|
|
4418
|
+
# @return [Array<String>]
|
|
4419
|
+
#
|
|
4390
4420
|
# @!attribute [rw] input_artifacts
|
|
4391
4421
|
# The input artifacts fields for the rule, such as specifying an input
|
|
4392
4422
|
# file for the rule.
|
|
@@ -4410,6 +4440,7 @@ module Aws::CodePipeline
|
|
|
4410
4440
|
:name,
|
|
4411
4441
|
:rule_type_id,
|
|
4412
4442
|
:configuration,
|
|
4443
|
+
:commands,
|
|
4413
4444
|
:input_artifacts,
|
|
4414
4445
|
:role_arn,
|
|
4415
4446
|
:region,
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -226,6 +226,7 @@ module Aws
|
|
|
226
226
|
version: ::String?
|
|
227
227
|
},
|
|
228
228
|
configuration: Hash[::String, ::String]?,
|
|
229
|
+
commands: Array[::String]?,
|
|
229
230
|
input_artifacts: Array[
|
|
230
231
|
{
|
|
231
232
|
name: ::String
|
|
@@ -253,6 +254,7 @@ module Aws
|
|
|
253
254
|
version: ::String?
|
|
254
255
|
},
|
|
255
256
|
configuration: Hash[::String, ::String]?,
|
|
257
|
+
commands: Array[::String]?,
|
|
256
258
|
input_artifacts: Array[
|
|
257
259
|
{
|
|
258
260
|
name: ::String
|
|
@@ -280,6 +282,7 @@ module Aws
|
|
|
280
282
|
version: ::String?
|
|
281
283
|
},
|
|
282
284
|
configuration: Hash[::String, ::String]?,
|
|
285
|
+
commands: Array[::String]?,
|
|
283
286
|
input_artifacts: Array[
|
|
284
287
|
{
|
|
285
288
|
name: ::String
|
|
@@ -993,6 +996,7 @@ module Aws
|
|
|
993
996
|
version: ::String?
|
|
994
997
|
},
|
|
995
998
|
configuration: Hash[::String, ::String]?,
|
|
999
|
+
commands: Array[::String]?,
|
|
996
1000
|
input_artifacts: Array[
|
|
997
1001
|
{
|
|
998
1002
|
name: ::String
|
|
@@ -1020,6 +1024,7 @@ module Aws
|
|
|
1020
1024
|
version: ::String?
|
|
1021
1025
|
},
|
|
1022
1026
|
configuration: Hash[::String, ::String]?,
|
|
1027
|
+
commands: Array[::String]?,
|
|
1023
1028
|
input_artifacts: Array[
|
|
1024
1029
|
{
|
|
1025
1030
|
name: ::String
|
|
@@ -1047,6 +1052,7 @@ module Aws
|
|
|
1047
1052
|
version: ::String?
|
|
1048
1053
|
},
|
|
1049
1054
|
configuration: Hash[::String, ::String]?,
|
|
1055
|
+
commands: Array[::String]?,
|
|
1050
1056
|
input_artifacts: Array[
|
|
1051
1057
|
{
|
|
1052
1058
|
name: ::String
|
data/sig/types.rbs
CHANGED
|
@@ -1114,6 +1114,7 @@ module Aws::CodePipeline
|
|
|
1114
1114
|
attr_accessor name: ::String
|
|
1115
1115
|
attr_accessor rule_type_id: Types::RuleTypeId
|
|
1116
1116
|
attr_accessor configuration: ::Hash[::String, ::String]
|
|
1117
|
+
attr_accessor commands: ::Array[::String]
|
|
1117
1118
|
attr_accessor input_artifacts: ::Array[Types::InputArtifact]
|
|
1118
1119
|
attr_accessor role_arn: ::String
|
|
1119
1120
|
attr_accessor region: ::String
|
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.
|
|
4
|
+
version: 1.92.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: 2024-
|
|
11
|
+
date: 2024-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|