aws-sdk-codepipeline 1.86.0 → 1.87.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: 6d65207de970da92b8c1f77b34b12200c5aa8e7edac9a73e71fe5b99b7eb29a8
4
- data.tar.gz: 103af5f0d37b8e12a40d98efe9bd0964714be56cd734551264c4f34b1f1bba38
3
+ metadata.gz: d0b6cdfb6a2522e3b4ebcc1eebc7e79df23a757e0a436fc381af711d8bf52df3
4
+ data.tar.gz: 22fe96987fbb9d9e4ab8a102d8d933546a4ce0c7f278579d2875ac47000201fe
5
5
  SHA512:
6
- metadata.gz: 2f9fc205df8226381e0414f2e6de3d9e99c2dbb27e026cd425e71b94426eb4c05a40d1e86a9b66ec00a244970ff545761bd44a392fb39412c19ba5a751e728a4
7
- data.tar.gz: a42bf08c0df6cfd74e4ea408ba2f25a0d2b91deb5a774fc4e8907bb5aceb498e1ce86d677dab1893b3dda3d4226a714c81639295962b1c9311b5b0993a14dcb2
6
+ metadata.gz: 797f0b411dab3852ce8e59667ea0eeb0f673e7a2a491723d0cf3e8b28c42d0ab12d0fcb0d241f18d246f1641cd29e48d61cfaca29474948da4f73f17f1844820
7
+ data.tar.gz: 550579c29e612662aa22260bb5a4ca13fbf81bee791ea40b4ac482c036de242fc92d48e40619f98831eb632222166677922aa15ab2f6f824150faddfcd0e7b10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2024-10-09)
5
+ ------------------
6
+
7
+ * Feature - AWS CodePipeline introduces a Compute category
8
+
4
9
  1.86.0 (2024-10-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -583,7 +583,7 @@ module Aws::CodePipeline
583
583
  # @example Request syntax with placeholder values
584
584
  #
585
585
  # resp = client.create_custom_action_type({
586
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
586
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
587
587
  # provider: "ActionProvider", # required
588
588
  # version: "Version", # required
589
589
  # settings: {
@@ -621,7 +621,7 @@ module Aws::CodePipeline
621
621
  #
622
622
  # @example Response structure
623
623
  #
624
- # resp.action_type.id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
624
+ # resp.action_type.id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
625
625
  # resp.action_type.id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
626
626
  # resp.action_type.id.provider #=> String
627
627
  # resp.action_type.id.version #=> String
@@ -712,7 +712,7 @@ module Aws::CodePipeline
712
712
  # {
713
713
  # name: "ActionName", # required
714
714
  # action_type_id: { # required
715
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
715
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
716
716
  # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
717
717
  # provider: "ActionProvider", # required
718
718
  # version: "Version", # required
@@ -906,7 +906,7 @@ module Aws::CodePipeline
906
906
  # resp.pipeline.stages[0].blockers[0].type #=> String, one of "Schedule"
907
907
  # resp.pipeline.stages[0].actions #=> Array
908
908
  # resp.pipeline.stages[0].actions[0].name #=> String
909
- # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
909
+ # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
910
910
  # resp.pipeline.stages[0].actions[0].action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
911
911
  # resp.pipeline.stages[0].actions[0].action_type_id.provider #=> String
912
912
  # resp.pipeline.stages[0].actions[0].action_type_id.version #=> String
@@ -1046,7 +1046,7 @@ module Aws::CodePipeline
1046
1046
  # @example Request syntax with placeholder values
1047
1047
  #
1048
1048
  # resp = client.delete_custom_action_type({
1049
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1049
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
1050
1050
  # provider: "ActionProvider", # required
1051
1051
  # version: "Version", # required
1052
1052
  # })
@@ -1251,7 +1251,7 @@ module Aws::CodePipeline
1251
1251
  # @example Request syntax with placeholder values
1252
1252
  #
1253
1253
  # resp = client.get_action_type({
1254
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1254
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
1255
1255
  # owner: "ActionTypeOwner", # required
1256
1256
  # provider: "ActionProvider", # required
1257
1257
  # version: "Version", # required
@@ -1268,7 +1268,7 @@ module Aws::CodePipeline
1268
1268
  # resp.action_type.executor.type #=> String, one of "JobWorker", "Lambda"
1269
1269
  # resp.action_type.executor.policy_statements_template #=> String
1270
1270
  # resp.action_type.executor.job_timeout #=> Integer
1271
- # resp.action_type.id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1271
+ # resp.action_type.id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1272
1272
  # resp.action_type.id.owner #=> String
1273
1273
  # resp.action_type.id.provider #=> String
1274
1274
  # resp.action_type.id.version #=> String
@@ -1323,7 +1323,7 @@ module Aws::CodePipeline
1323
1323
  # @example Response structure
1324
1324
  #
1325
1325
  # resp.job_details.id #=> String
1326
- # resp.job_details.data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1326
+ # resp.job_details.data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1327
1327
  # resp.job_details.data.action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
1328
1328
  # resp.job_details.data.action_type_id.provider #=> String
1329
1329
  # resp.job_details.data.action_type_id.version #=> String
@@ -1409,7 +1409,7 @@ module Aws::CodePipeline
1409
1409
  # resp.pipeline.stages[0].blockers[0].type #=> String, one of "Schedule"
1410
1410
  # resp.pipeline.stages[0].actions #=> Array
1411
1411
  # resp.pipeline.stages[0].actions[0].name #=> String
1412
- # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1412
+ # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1413
1413
  # resp.pipeline.stages[0].actions[0].action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
1414
1414
  # resp.pipeline.stages[0].actions[0].action_type_id.provider #=> String
1415
1415
  # resp.pipeline.stages[0].actions[0].action_type_id.version #=> String
@@ -1755,7 +1755,7 @@ module Aws::CodePipeline
1755
1755
  # @example Response structure
1756
1756
  #
1757
1757
  # resp.job_details.id #=> String
1758
- # resp.job_details.data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1758
+ # resp.job_details.data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1759
1759
  # resp.job_details.data.action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
1760
1760
  # resp.job_details.data.action_type_id.provider #=> String
1761
1761
  # resp.job_details.data.action_type_id.version #=> String
@@ -1850,7 +1850,7 @@ module Aws::CodePipeline
1850
1850
  # resp.action_execution_details[0].last_update_time #=> Time
1851
1851
  # resp.action_execution_details[0].updated_by #=> String
1852
1852
  # resp.action_execution_details[0].status #=> String, one of "InProgress", "Abandoned", "Succeeded", "Failed"
1853
- # resp.action_execution_details[0].input.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1853
+ # resp.action_execution_details[0].input.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1854
1854
  # resp.action_execution_details[0].input.action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
1855
1855
  # resp.action_execution_details[0].input.action_type_id.provider #=> String
1856
1856
  # resp.action_execution_details[0].input.action_type_id.version #=> String
@@ -1920,7 +1920,7 @@ module Aws::CodePipeline
1920
1920
  # @example Response structure
1921
1921
  #
1922
1922
  # resp.action_types #=> Array
1923
- # resp.action_types[0].id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
1923
+ # resp.action_types[0].id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
1924
1924
  # resp.action_types[0].id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
1925
1925
  # resp.action_types[0].id.provider #=> String
1926
1926
  # resp.action_types[0].id.version #=> String
@@ -2383,7 +2383,7 @@ module Aws::CodePipeline
2383
2383
  #
2384
2384
  # resp = client.poll_for_jobs({
2385
2385
  # action_type_id: { # required
2386
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
2386
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
2387
2387
  # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
2388
2388
  # provider: "ActionProvider", # required
2389
2389
  # version: "Version", # required
@@ -2398,7 +2398,7 @@ module Aws::CodePipeline
2398
2398
  #
2399
2399
  # resp.jobs #=> Array
2400
2400
  # resp.jobs[0].id #=> String
2401
- # resp.jobs[0].data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
2401
+ # resp.jobs[0].data.action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
2402
2402
  # resp.jobs[0].data.action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
2403
2403
  # resp.jobs[0].data.action_type_id.provider #=> String
2404
2404
  # resp.jobs[0].data.action_type_id.version #=> String
@@ -2462,7 +2462,7 @@ module Aws::CodePipeline
2462
2462
  #
2463
2463
  # resp = client.poll_for_third_party_jobs({
2464
2464
  # action_type_id: { # required
2465
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
2465
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
2466
2466
  # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
2467
2467
  # provider: "ActionProvider", # required
2468
2468
  # version: "Version", # required
@@ -3178,7 +3178,7 @@ module Aws::CodePipeline
3178
3178
  # job_timeout: 1,
3179
3179
  # },
3180
3180
  # id: { # required
3181
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
3181
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
3182
3182
  # owner: "ActionTypeOwner", # required
3183
3183
  # provider: "ActionProvider", # required
3184
3184
  # version: "Version", # required
@@ -3271,7 +3271,7 @@ module Aws::CodePipeline
3271
3271
  # {
3272
3272
  # name: "ActionName", # required
3273
3273
  # action_type_id: { # required
3274
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
3274
+ # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval, Compute
3275
3275
  # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
3276
3276
  # provider: "ActionProvider", # required
3277
3277
  # version: "Version", # required
@@ -3459,7 +3459,7 @@ module Aws::CodePipeline
3459
3459
  # resp.pipeline.stages[0].blockers[0].type #=> String, one of "Schedule"
3460
3460
  # resp.pipeline.stages[0].actions #=> Array
3461
3461
  # resp.pipeline.stages[0].actions[0].name #=> String
3462
- # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval"
3462
+ # resp.pipeline.stages[0].actions[0].action_type_id.category #=> String, one of "Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute"
3463
3463
  # resp.pipeline.stages[0].actions[0].action_type_id.owner #=> String, one of "AWS", "ThirdParty", "Custom"
3464
3464
  # resp.pipeline.stages[0].actions[0].action_type_id.provider #=> String
3465
3465
  # resp.pipeline.stages[0].actions[0].action_type_id.version #=> String
@@ -3588,7 +3588,7 @@ module Aws::CodePipeline
3588
3588
  tracer: tracer
3589
3589
  )
3590
3590
  context[:gem_name] = 'aws-sdk-codepipeline'
3591
- context[:gem_version] = '1.86.0'
3591
+ context[:gem_version] = '1.87.0'
3592
3592
  Seahorse::Client::Request.new(handlers, context)
3593
3593
  end
3594
3594
 
@@ -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.86.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -106,7 +106,7 @@ module Aws
106
106
  end
107
107
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodePipeline/Client.html#create_custom_action_type-instance_method
108
108
  def create_custom_action_type: (
109
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
109
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
110
110
  provider: ::String,
111
111
  version: ::String,
112
112
  ?settings: {
@@ -182,7 +182,7 @@ module Aws
182
182
  {
183
183
  name: ::String,
184
184
  action_type_id: {
185
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
185
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
186
186
  owner: ("AWS" | "ThirdParty" | "Custom"),
187
187
  provider: ::String,
188
188
  version: ::String
@@ -351,7 +351,7 @@ module Aws
351
351
 
352
352
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodePipeline/Client.html#delete_custom_action_type-instance_method
353
353
  def delete_custom_action_type: (
354
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
354
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
355
355
  provider: ::String,
356
356
  version: ::String
357
357
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -404,7 +404,7 @@ module Aws
404
404
  end
405
405
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodePipeline/Client.html#get_action_type-instance_method
406
406
  def get_action_type: (
407
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
407
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
408
408
  owner: ::String,
409
409
  provider: ::String,
410
410
  version: ::String
@@ -604,7 +604,7 @@ module Aws
604
604
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodePipeline/Client.html#poll_for_jobs-instance_method
605
605
  def poll_for_jobs: (
606
606
  action_type_id: {
607
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
607
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
608
608
  owner: ("AWS" | "ThirdParty" | "Custom"),
609
609
  provider: ::String,
610
610
  version: ::String
@@ -621,7 +621,7 @@ module Aws
621
621
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodePipeline/Client.html#poll_for_third_party_jobs-instance_method
622
622
  def poll_for_third_party_jobs: (
623
623
  action_type_id: {
624
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
624
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
625
625
  owner: ("AWS" | "ThirdParty" | "Custom"),
626
626
  provider: ::String,
627
627
  version: ::String
@@ -872,7 +872,7 @@ module Aws
872
872
  job_timeout: ::Integer?
873
873
  },
874
874
  id: {
875
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
875
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
876
876
  owner: ::String,
877
877
  provider: ::String,
878
878
  version: ::String
@@ -946,7 +946,7 @@ module Aws
946
946
  {
947
947
  name: ::String,
948
948
  action_type_id: {
949
- category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval"),
949
+ category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute"),
950
950
  owner: ("AWS" | "ThirdParty" | "Custom"),
951
951
  provider: ::String,
952
952
  version: ::String
data/sig/types.rbs CHANGED
@@ -195,7 +195,7 @@ module Aws::CodePipeline
195
195
  end
196
196
 
197
197
  class ActionTypeId
198
- attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval")
198
+ attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute")
199
199
  attr_accessor owner: ("AWS" | "ThirdParty" | "Custom")
200
200
  attr_accessor provider: ::String
201
201
  attr_accessor version: ::String
@@ -203,7 +203,7 @@ module Aws::CodePipeline
203
203
  end
204
204
 
205
205
  class ActionTypeIdentifier
206
- attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval")
206
+ attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute")
207
207
  attr_accessor owner: ::String
208
208
  attr_accessor provider: ::String
209
209
  attr_accessor version: ::String
@@ -346,7 +346,7 @@ module Aws::CodePipeline
346
346
  end
347
347
 
348
348
  class CreateCustomActionTypeInput
349
- attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval")
349
+ attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute")
350
350
  attr_accessor provider: ::String
351
351
  attr_accessor version: ::String
352
352
  attr_accessor settings: Types::ActionTypeSettings
@@ -384,7 +384,7 @@ module Aws::CodePipeline
384
384
  end
385
385
 
386
386
  class DeleteCustomActionTypeInput
387
- attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval")
387
+ attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute")
388
388
  attr_accessor provider: ::String
389
389
  attr_accessor version: ::String
390
390
  SENSITIVE: []
@@ -476,7 +476,7 @@ module Aws::CodePipeline
476
476
  end
477
477
 
478
478
  class GetActionTypeInput
479
- attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval")
479
+ attr_accessor category: ("Source" | "Build" | "Deploy" | "Test" | "Invoke" | "Approval" | "Compute")
480
480
  attr_accessor owner: ::String
481
481
  attr_accessor provider: ::String
482
482
  attr_accessor version: ::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.86.0
4
+ version: 1.87.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-10-03 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core