aws-sdk-codepipeline 1.97.0 → 1.98.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 +6 -1
- data/lib/aws-sdk-codepipeline/client_api.rb +2 -0
- data/lib/aws-sdk-codepipeline/types.rb +26 -8
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6332cc1e19bc8accb3a7c1ffd5c0442ae6271e6361c9a6893d7d133fa5f84922
|
4
|
+
data.tar.gz: f637dd1f8cc6cbb439168f18ef07b9368aa40b1796a972923b23c0e47da8a7e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd9894a771be1f6a91aa43f398f2e4d0d09dcfd6bb4c202c5fe1f8afe1bd67c4de237e915006edc7f777869713a6abc5b1bd293ef5c83ee85f240e21009307cb
|
7
|
+
data.tar.gz: 573874e46a515ed878b83be79e1377ccc2eba81635dfb61d3e38263fffde528cf6c33ec80f0d3a910b47cfe0764666be2265f81bda471f745e77dd513bc6686c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|
@@ -765,6 +765,7 @@ module Aws::CodePipeline
|
|
765
765
|
# {
|
766
766
|
# name: "EnvironmentVariableName", # required
|
767
767
|
# value: "EnvironmentVariableValue", # required
|
768
|
+
# type: "PLAINTEXT", # accepts PLAINTEXT, SECRETS_MANAGER
|
768
769
|
# },
|
769
770
|
# ],
|
770
771
|
# },
|
@@ -965,6 +966,7 @@ module Aws::CodePipeline
|
|
965
966
|
# resp.pipeline.stages[0].actions[0].environment_variables #=> Array
|
966
967
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
|
967
968
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
|
969
|
+
# resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
|
968
970
|
# resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
|
969
971
|
# resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
|
970
972
|
# resp.pipeline.stages[0].on_failure.conditions #=> Array
|
@@ -1480,6 +1482,7 @@ module Aws::CodePipeline
|
|
1480
1482
|
# resp.pipeline.stages[0].actions[0].environment_variables #=> Array
|
1481
1483
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
|
1482
1484
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
|
1485
|
+
# resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
|
1483
1486
|
# resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
|
1484
1487
|
# resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
|
1485
1488
|
# resp.pipeline.stages[0].on_failure.conditions #=> Array
|
@@ -3385,6 +3388,7 @@ module Aws::CodePipeline
|
|
3385
3388
|
# {
|
3386
3389
|
# name: "EnvironmentVariableName", # required
|
3387
3390
|
# value: "EnvironmentVariableValue", # required
|
3391
|
+
# type: "PLAINTEXT", # accepts PLAINTEXT, SECRETS_MANAGER
|
3388
3392
|
# },
|
3389
3393
|
# ],
|
3390
3394
|
# },
|
@@ -3579,6 +3583,7 @@ module Aws::CodePipeline
|
|
3579
3583
|
# resp.pipeline.stages[0].actions[0].environment_variables #=> Array
|
3580
3584
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
|
3581
3585
|
# resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
|
3586
|
+
# resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
|
3582
3587
|
# resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
|
3583
3588
|
# resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
|
3584
3589
|
# resp.pipeline.stages[0].on_failure.conditions #=> Array
|
@@ -3694,7 +3699,7 @@ module Aws::CodePipeline
|
|
3694
3699
|
tracer: tracer
|
3695
3700
|
)
|
3696
3701
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
3697
|
-
context[:gem_version] = '1.
|
3702
|
+
context[:gem_version] = '1.98.0'
|
3698
3703
|
Seahorse::Client::Request.new(handlers, context)
|
3699
3704
|
end
|
3700
3705
|
|
@@ -136,6 +136,7 @@ module Aws::CodePipeline
|
|
136
136
|
EnvironmentVariable = Shapes::StructureShape.new(name: 'EnvironmentVariable')
|
137
137
|
EnvironmentVariableList = Shapes::ListShape.new(name: 'EnvironmentVariableList')
|
138
138
|
EnvironmentVariableName = Shapes::StringShape.new(name: 'EnvironmentVariableName')
|
139
|
+
EnvironmentVariableType = Shapes::StringShape.new(name: 'EnvironmentVariableType')
|
139
140
|
EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
|
140
141
|
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
141
142
|
ExecutionDetails = Shapes::StructureShape.new(name: 'ExecutionDetails')
|
@@ -789,6 +790,7 @@ module Aws::CodePipeline
|
|
789
790
|
|
790
791
|
EnvironmentVariable.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentVariableName, required: true, location_name: "name"))
|
791
792
|
EnvironmentVariable.add_member(:value, Shapes::ShapeRef.new(shape: EnvironmentVariableValue, required: true, location_name: "value"))
|
793
|
+
EnvironmentVariable.add_member(:type, Shapes::ShapeRef.new(shape: EnvironmentVariableType, location_name: "type"))
|
792
794
|
EnvironmentVariable.struct_class = Types::EnvironmentVariable
|
793
795
|
|
794
796
|
EnvironmentVariableList.member = Shapes::ShapeRef.new(shape: EnvironmentVariable)
|
@@ -1819,11 +1819,19 @@ module Aws::CodePipeline
|
|
1819
1819
|
# The environment variable value in the key-value pair.
|
1820
1820
|
# @return [String]
|
1821
1821
|
#
|
1822
|
+
# @!attribute [rw] type
|
1823
|
+
# Specifies the type of use for the environment variable value. The
|
1824
|
+
# value can be either `PLAINTEXT` or `SECRETS_MANAGER`. If the value
|
1825
|
+
# is `SECRETS_MANAGER`, provide the Secrets reference in the
|
1826
|
+
# EnvironmentVariable value.
|
1827
|
+
# @return [String]
|
1828
|
+
#
|
1822
1829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/EnvironmentVariable AWS API Documentation
|
1823
1830
|
#
|
1824
1831
|
class EnvironmentVariable < Struct.new(
|
1825
1832
|
:name,
|
1826
|
-
:value
|
1833
|
+
:value,
|
1834
|
+
:type)
|
1827
1835
|
SENSITIVE = []
|
1828
1836
|
include Aws::Structure
|
1829
1837
|
end
|
@@ -3647,16 +3655,26 @@ module Aws::CodePipeline
|
|
3647
3655
|
#
|
3648
3656
|
# @!attribute [rw] polling_disabled_at
|
3649
3657
|
# The date and time that polling for source changes (periodic checks)
|
3650
|
-
# was stopped for the pipeline, in timestamp format.
|
3651
|
-
#
|
3652
|
-
#
|
3653
|
-
#
|
3654
|
-
#
|
3655
|
-
#
|
3658
|
+
# was stopped for the pipeline, in timestamp format.
|
3659
|
+
#
|
3660
|
+
# Pipelines that are inactive for longer than 30 days will have
|
3661
|
+
# polling disabled for the pipeline. For more information, see
|
3662
|
+
# [pollingDisabledAt][1] in the pipeline structure reference. For the
|
3663
|
+
# steps to migrate your pipeline from polling to event-based change
|
3664
|
+
# detection, see [Migrate polling pipelines to use event-based change
|
3665
|
+
# detection][2].
|
3666
|
+
#
|
3667
|
+
# You can migrate (update) a polling pipeline to use event-based
|
3668
|
+
# change detection. For example, for a pipeline with a CodeCommit
|
3669
|
+
# source, we recommend you migrate (update) your pipeline to use
|
3670
|
+
# CloudWatch Events. To learn more, see [Migrate polling pipelines to
|
3671
|
+
# use event-based change detection][2] in the *CodePipeline User
|
3672
|
+
# Guide*.
|
3656
3673
|
#
|
3657
3674
|
#
|
3658
3675
|
#
|
3659
|
-
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/
|
3676
|
+
# [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#metadata.pollingDisabledAt
|
3677
|
+
# [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html
|
3660
3678
|
# @return [Time]
|
3661
3679
|
#
|
3662
3680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineMetadata AWS API Documentation
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -211,7 +211,8 @@ module Aws
|
|
211
211
|
environment_variables: Array[
|
212
212
|
{
|
213
213
|
name: ::String,
|
214
|
-
value: ::String
|
214
|
+
value: ::String,
|
215
|
+
type: ("PLAINTEXT" | "SECRETS_MANAGER")?
|
215
216
|
},
|
216
217
|
]?
|
217
218
|
},
|
@@ -987,7 +988,8 @@ module Aws
|
|
987
988
|
environment_variables: Array[
|
988
989
|
{
|
989
990
|
name: ::String,
|
990
|
-
value: ::String
|
991
|
+
value: ::String,
|
992
|
+
type: ("PLAINTEXT" | "SECRETS_MANAGER")?
|
991
993
|
},
|
992
994
|
]?
|
993
995
|
},
|
data/sig/types.rbs
CHANGED