aws-sdk-codepipeline 1.79.0 → 1.81.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: 2396bdabde0b918838b78899d6dda74ac4716657a72431b973e86eaf6d1d63b5
4
- data.tar.gz: ba530bd5fea36f04d9acde9de98cade73f986dab873cc275a4c46c0d1473b2b7
3
+ metadata.gz: 14ec96ff8b71dc1c844a70233510fabaf1afc69ca17546c632361548b9b3ea7c
4
+ data.tar.gz: 808605be85d9bcf48ab07b02af020a0fbcfc6c62415ad0d3ff9c9f798eb374f9
5
5
  SHA512:
6
- metadata.gz: '0889fd908f1a3e5b3267c00d40d780e1047a703e26f87107f2ab6e536f6dddadcb953e3bb55573db78f40ca5a9de2a48c85dacd390c43cc3809629aef67d5d1f'
7
- data.tar.gz: 257332b8cef4842f0d3a774ae70df96951826f03777b80fecf2366fa604ea966d492784aae06ed7b0a7a019b10d70781e7f8a6ff50bfbf9af1482ad922ea6af5
6
+ metadata.gz: 14ec54a9ab0143b6506b8b2ff8c5dc85c9f59bad9b092e49f8ac5ca96d05192dee46a1770b9424773455ad794f25f2555aa8402e223cfdce7113116f7e64c3c4
7
+ data.tar.gz: 7a9f5f7dca7e8c163d0f7cc7dadb24c3c5afa6360f0ceeb70f975354fbf6dd6a2c9411d12d8c94c742f708acce01e8bacc12f274239278226c31c846ab320604
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.80.0 (2024-09-05)
10
+ ------------------
11
+
12
+ * Feature - Updates to add recent notes to APIs and to replace example S3 bucket names globally.
13
+
4
14
  1.79.0 (2024-09-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -432,6 +432,12 @@ module Aws::CodePipeline
432
432
  # @option options [String] :ssl_ca_store
433
433
  # Sets the X509::Store to verify peer certificate.
434
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
435
441
  # @option options [Float] :ssl_timeout
436
442
  # Sets the SSL timeout in seconds
437
443
  #
@@ -2232,6 +2238,10 @@ module Aws::CodePipeline
2232
2238
  # for this account. The output lists all webhooks and includes the
2233
2239
  # webhook URL and ARN and the configuration for each webhook.
2234
2240
  #
2241
+ # <note markdown="1"> If a secret token was provided, it will be redacted in the response.
2242
+ #
2243
+ # </note>
2244
+ #
2235
2245
  # @option params [String] :next_token
2236
2246
  # The token that was returned from the previous ListWebhooks call, which
2237
2247
  # can be used to return the next set of webhooks in the list.
@@ -2752,6 +2762,19 @@ module Aws::CodePipeline
2752
2762
  # DeregisterWebhookWithThirdParty APIs can be used to automatically
2753
2763
  # configure supported third parties to call the generated webhook URL.
2754
2764
  #
2765
+ # When creating CodePipeline webhooks, do not use your own credentials
2766
+ # or reuse the same secret token across multiple webhooks. For optimal
2767
+ # security, generate a unique secret token for each webhook you create.
2768
+ # The secret token is an arbitrary string that you provide, which GitHub
2769
+ # uses to compute and sign the webhook payloads sent to CodePipeline,
2770
+ # for protecting the integrity and authenticity of the webhook payloads.
2771
+ # Using your own credentials or reusing the same token across multiple
2772
+ # webhooks can lead to security vulnerabilities.
2773
+ #
2774
+ # <note markdown="1"> If a secret token was provided, it will be redacted in the response.
2775
+ #
2776
+ # </note>
2777
+ #
2755
2778
  # @option params [required, Types::WebhookDefinition] :webhook
2756
2779
  # The detail provided in an input file to create the webhook, such as
2757
2780
  # the webhook name, the pipeline name, and the action name. Give the
@@ -3537,7 +3560,7 @@ module Aws::CodePipeline
3537
3560
  tracer: tracer
3538
3561
  )
3539
3562
  context[:gem_name] = 'aws-sdk-codepipeline'
3540
- context[:gem_version] = '1.79.0'
3563
+ context[:gem_version] = '1.81.0'
3541
3564
  Seahorse::Client::Request.new(handlers, context)
3542
3565
  end
3543
3566
 
@@ -4671,14 +4671,8 @@ module Aws::CodePipeline
4671
4671
  #
4672
4672
  # @!attribute [rw] category
4673
4673
  # A category defines what kind of rule can be run in the stage, and
4674
- # constrains the provider type for the rule. Valid categories are
4675
- # limited to one of the following values.
4676
- #
4677
- # * INVOKE
4678
- #
4679
- # * Approval
4680
- #
4681
- # * Rule
4674
+ # constrains the provider type for the rule. The valid category is
4675
+ # `Rule`.
4682
4676
  # @return [String]
4683
4677
  #
4684
4678
  # @!attribute [rw] owner
@@ -4687,10 +4681,7 @@ module Aws::CodePipeline
4687
4681
  # @return [String]
4688
4682
  #
4689
4683
  # @!attribute [rw] provider
4690
- # The provider of the service being called by the rule. Valid
4691
- # providers are determined by the rulecategory. For example, a managed
4692
- # rule in the Rule category type has an owner of AWS, which would be
4693
- # specified as `AWS`.
4684
+ # The rule provider, such as the `DeploymentWindow` rule.
4694
4685
  # @return [String]
4695
4686
  #
4696
4687
  # @!attribute [rw] version
@@ -5504,6 +5495,19 @@ module Aws::CodePipeline
5504
5495
  # @!attribute [rw] secret_token
5505
5496
  # The property used to configure GitHub authentication. For
5506
5497
  # GITHUB\_HMAC, only the `SecretToken` property must be set.
5498
+ #
5499
+ # When creating CodePipeline webhooks, do not use your own credentials
5500
+ # or reuse the same secret token across multiple webhooks. For optimal
5501
+ # security, generate a unique secret token for each webhook you
5502
+ # create. The secret token is an arbitrary string that you provide,
5503
+ # which GitHub uses to compute and sign the webhook payloads sent to
5504
+ # CodePipeline, for protecting the integrity and authenticity of the
5505
+ # webhook payloads. Using your own credentials or reusing the same
5506
+ # token across multiple webhooks can lead to security vulnerabilities.
5507
+ #
5508
+ # <note markdown="1"> If a secret token was provided, it will be redacted in the response.
5509
+ #
5510
+ # </note>
5507
5511
  # @return [String]
5508
5512
  #
5509
5513
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/WebhookAuthConfiguration AWS API Documentation
@@ -5540,6 +5544,19 @@ module Aws::CodePipeline
5540
5544
  # @!attribute [rw] authentication
5541
5545
  # Supported options are GITHUB\_HMAC, IP, and UNAUTHENTICATED.
5542
5546
  #
5547
+ # When creating CodePipeline webhooks, do not use your own credentials
5548
+ # or reuse the same secret token across multiple webhooks. For optimal
5549
+ # security, generate a unique secret token for each webhook you
5550
+ # create. The secret token is an arbitrary string that you provide,
5551
+ # which GitHub uses to compute and sign the webhook payloads sent to
5552
+ # CodePipeline, for protecting the integrity and authenticity of the
5553
+ # webhook payloads. Using your own credentials or reusing the same
5554
+ # token across multiple webhooks can lead to security vulnerabilities.
5555
+ #
5556
+ # <note markdown="1"> If a secret token was provided, it will be redacted in the response.
5557
+ #
5558
+ # </note>
5559
+ #
5543
5560
  # * For information about the authentication scheme implemented by
5544
5561
  # GITHUB\_HMAC, see [Securing your webhooks][1] on the GitHub
5545
5562
  # Developer website.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
52
52
  # @!group service
53
53
  module Aws::CodePipeline
54
54
 
55
- GEM_VERSION = '1.79.0'
55
+ GEM_VERSION = '1.81.0'
56
56
 
57
57
  end
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.79.0
4
+ version: 1.81.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-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core