aws-sdk-codepipeline 1.97.0 → 1.99.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: 5ab60bf89a751c605afff2366c36ef8b6dc7240990a496b8940d678d12b7f9c3
4
- data.tar.gz: df17f5b8d014ff672fd6e762acd260660c9ccbf4cc3421d8a0bcdd5086adb37d
3
+ metadata.gz: 89609ddbc58ab7df8d84af143fa5afef4f36d62e96c3cbc8e23332038fd6f229
4
+ data.tar.gz: 46ebb08f28710caf3566e0e55c6bbd2413e85ca7ca8d4cd9b4da821a69160d55
5
5
  SHA512:
6
- metadata.gz: e057b0a2457d09ad9339217722807efc6a89aa711ae97f85f7519648a7d71b6c7e12bbb2c91623c22903111a9b603043129c67d689cde207df7b59182b9efe8a
7
- data.tar.gz: 54b52b02ccd81ebfa7b929ebef1897af6f53291a281033a490482168d3a6c525c35885d3970347ea468eaa32a63b51b191211028d3282a378b13b9ad9438f3bb
6
+ metadata.gz: d0272e0fd82c27d3c5fc352c57e36480a28077e51f0c16ea1aeac8cccd8c36f43c32a83300abc52f058fc72e37c629686ac3912d0e493354ec467eb844125ce8
7
+ data.tar.gz: 467faf68117b2259c4fc3344b9f96cdbd0a5b7e1ebe4356abd3f3f7322506ef4a80d564338603631354f87351d58eabc9613aa06e18cca129f2b7051ad8cffc3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.98.0 (2025-05-08)
10
+ ------------------
11
+
12
+ * Feature - Add support for Secrets Manager and Plaintext environment variable types in Commands action
13
+
4
14
  1.97.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.99.0
@@ -200,8 +200,7 @@ module Aws::CodePipeline
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -765,6 +764,7 @@ module Aws::CodePipeline
765
764
  # {
766
765
  # name: "EnvironmentVariableName", # required
767
766
  # value: "EnvironmentVariableValue", # required
767
+ # type: "PLAINTEXT", # accepts PLAINTEXT, SECRETS_MANAGER
768
768
  # },
769
769
  # ],
770
770
  # },
@@ -965,6 +965,7 @@ module Aws::CodePipeline
965
965
  # resp.pipeline.stages[0].actions[0].environment_variables #=> Array
966
966
  # resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
967
967
  # resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
968
+ # resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
968
969
  # resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
969
970
  # resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
970
971
  # resp.pipeline.stages[0].on_failure.conditions #=> Array
@@ -1480,6 +1481,7 @@ module Aws::CodePipeline
1480
1481
  # resp.pipeline.stages[0].actions[0].environment_variables #=> Array
1481
1482
  # resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
1482
1483
  # resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
1484
+ # resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
1483
1485
  # resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
1484
1486
  # resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
1485
1487
  # resp.pipeline.stages[0].on_failure.conditions #=> Array
@@ -3385,6 +3387,7 @@ module Aws::CodePipeline
3385
3387
  # {
3386
3388
  # name: "EnvironmentVariableName", # required
3387
3389
  # value: "EnvironmentVariableValue", # required
3390
+ # type: "PLAINTEXT", # accepts PLAINTEXT, SECRETS_MANAGER
3388
3391
  # },
3389
3392
  # ],
3390
3393
  # },
@@ -3579,6 +3582,7 @@ module Aws::CodePipeline
3579
3582
  # resp.pipeline.stages[0].actions[0].environment_variables #=> Array
3580
3583
  # resp.pipeline.stages[0].actions[0].environment_variables[0].name #=> String
3581
3584
  # resp.pipeline.stages[0].actions[0].environment_variables[0].value #=> String
3585
+ # resp.pipeline.stages[0].actions[0].environment_variables[0].type #=> String, one of "PLAINTEXT", "SECRETS_MANAGER"
3582
3586
  # resp.pipeline.stages[0].on_failure.result #=> String, one of "ROLLBACK", "FAIL", "RETRY", "SKIP"
3583
3587
  # resp.pipeline.stages[0].on_failure.retry_configuration.retry_mode #=> String, one of "FAILED_ACTIONS", "ALL_ACTIONS"
3584
3588
  # resp.pipeline.stages[0].on_failure.conditions #=> Array
@@ -3694,7 +3698,7 @@ module Aws::CodePipeline
3694
3698
  tracer: tracer
3695
3699
  )
3696
3700
  context[:gem_name] = 'aws-sdk-codepipeline'
3697
- context[:gem_version] = '1.97.0'
3701
+ context[:gem_version] = '1.99.0'
3698
3702
  Seahorse::Client::Request.new(handlers, context)
3699
3703
  end
3700
3704
 
@@ -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. You can migrate
3651
- # (update) a polling pipeline to use event-based change detection. For
3652
- # example, for a pipeline with a CodeCommit source, we recommend you
3653
- # migrate (update) your pipeline to use CloudWatch Events. To learn
3654
- # more, see [Migrate polling pipelines to use event-based change
3655
- # detection][1] in the CodePipeline User Guide.
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/update-change-detection.html
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
@@ -54,7 +54,7 @@ module Aws::CodePipeline
54
54
  autoload :EndpointProvider, 'aws-sdk-codepipeline/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codepipeline/endpoints'
56
56
 
57
- GEM_VERSION = '1.97.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
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
@@ -443,6 +443,7 @@ module Aws::CodePipeline
443
443
  class EnvironmentVariable
444
444
  attr_accessor name: ::String
445
445
  attr_accessor value: ::String
446
+ attr_accessor type: ("PLAINTEXT" | "SECRETS_MANAGER")
446
447
  SENSITIVE: []
447
448
  end
448
449
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services