aws-sdk-codepipeline 1.54.0 → 1.56.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.
@@ -10,10 +10,11 @@
10
10
  module Aws::CodePipeline
11
11
  module Types
12
12
 
13
- # Represents an AWS session credentials object. These credentials are
14
- # temporary credentials that are issued by AWS Secure Token Service
15
- # (STS). They can be used to access input and output artifacts in the S3
16
- # bucket used to store artifact for the pipeline in AWS CodePipeline.
13
+ # Represents an Amazon Web Services session credentials object. These
14
+ # credentials are temporary credentials that are issued by Amazon Web
15
+ # Services Secure Token Service (STS). They can be used to access input
16
+ # and output artifacts in the S3 bucket used to store artifact for the
17
+ # pipeline in CodePipeline.
17
18
  #
18
19
  # @!attribute [rw] access_key_id
19
20
  # The access key for the session.
@@ -39,24 +40,16 @@ module Aws::CodePipeline
39
40
 
40
41
  # Represents the input of an AcknowledgeJob action.
41
42
  #
42
- # @note When making an API call, you may pass AcknowledgeJobInput
43
- # data as a hash:
44
- #
45
- # {
46
- # job_id: "JobId", # required
47
- # nonce: "Nonce", # required
48
- # }
49
- #
50
43
  # @!attribute [rw] job_id
51
44
  # The unique system-generated ID of the job for which you want to
52
45
  # confirm receipt.
53
46
  # @return [String]
54
47
  #
55
48
  # @!attribute [rw] nonce
56
- # A system-generated random number that AWS CodePipeline uses to
57
- # ensure that the job is being worked on by only one job worker. Get
58
- # this number from the response of the PollForJobs request that
59
- # returned this job.
49
+ # A system-generated random number that CodePipeline uses to ensure
50
+ # that the job is being worked on by only one job worker. Get this
51
+ # number from the response of the PollForJobs request that returned
52
+ # this job.
60
53
  # @return [String]
61
54
  #
62
55
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/AcknowledgeJobInput AWS API Documentation
@@ -84,23 +77,14 @@ module Aws::CodePipeline
84
77
 
85
78
  # Represents the input of an AcknowledgeThirdPartyJob action.
86
79
  #
87
- # @note When making an API call, you may pass AcknowledgeThirdPartyJobInput
88
- # data as a hash:
89
- #
90
- # {
91
- # job_id: "ThirdPartyJobId", # required
92
- # nonce: "Nonce", # required
93
- # client_token: "ClientToken", # required
94
- # }
95
- #
96
80
  # @!attribute [rw] job_id
97
81
  # The unique system-generated ID of the job.
98
82
  # @return [String]
99
83
  #
100
84
  # @!attribute [rw] nonce
101
- # A system-generated random number that AWS CodePipeline uses to
102
- # ensure that the job is being worked on by only one job worker. Get
103
- # this number from the response to a GetThirdPartyJobDetails request.
85
+ # A system-generated random number that CodePipeline uses to ensure
86
+ # that the job is being worked on by only one job worker. Get this
87
+ # number from the response to a GetThirdPartyJobDetails request.
104
88
  # @return [String]
105
89
  #
106
90
  # @!attribute [rw] client_token
@@ -149,19 +133,6 @@ module Aws::CodePipeline
149
133
 
150
134
  # Represents information about an action configuration property.
151
135
  #
152
- # @note When making an API call, you may pass ActionConfigurationProperty
153
- # data as a hash:
154
- #
155
- # {
156
- # name: "ActionConfigurationKey", # required
157
- # required: false, # required
158
- # key: false, # required
159
- # secret: false, # required
160
- # queryable: false,
161
- # description: "Description",
162
- # type: "String", # accepts String, Number, Boolean
163
- # }
164
- #
165
136
  # @!attribute [rw] name
166
137
  # The name of the action configuration property.
167
138
  # @return [String]
@@ -244,36 +215,6 @@ module Aws::CodePipeline
244
215
 
245
216
  # Represents information about an action declaration.
246
217
  #
247
- # @note When making an API call, you may pass ActionDeclaration
248
- # data as a hash:
249
- #
250
- # {
251
- # name: "ActionName", # required
252
- # action_type_id: { # required
253
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
254
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
255
- # provider: "ActionProvider", # required
256
- # version: "Version", # required
257
- # },
258
- # run_order: 1,
259
- # configuration: {
260
- # "ActionConfigurationKey" => "ActionConfigurationValue",
261
- # },
262
- # output_artifacts: [
263
- # {
264
- # name: "ArtifactName", # required
265
- # },
266
- # ],
267
- # input_artifacts: [
268
- # {
269
- # name: "ArtifactName", # required
270
- # },
271
- # ],
272
- # role_arn: "RoleArn",
273
- # region: "AWSRegionName",
274
- # namespace: "ActionNamespace",
275
- # }
276
- #
277
218
  # @!attribute [rw] name
278
219
  # The action declaration's name.
279
220
  # @return [String]
@@ -290,11 +231,11 @@ module Aws::CodePipeline
290
231
  # The action's configuration. These are key-value pairs that specify
291
232
  # input values for an action. For more information, see [Action
292
233
  # Structure Requirements in CodePipeline][1]. For the list of
293
- # configuration properties for the AWS CloudFormation action type in
234
+ # configuration properties for the CloudFormation action type in
294
235
  # CodePipeline, see [Configuration Properties Reference][2] in the
295
- # *AWS CloudFormation User Guide*. For template snippets with
296
- # examples, see [Using Parameter Override Functions with CodePipeline
297
- # Pipelines][3] in the *AWS CloudFormation User Guide*.
236
+ # *CloudFormation User Guide*. For template snippets with examples,
237
+ # see [Using Parameter Override Functions with CodePipeline
238
+ # Pipelines][3] in the *CloudFormation User Guide*.
298
239
  #
299
240
  # The values can be represented in either JSON or YAML format. For
300
241
  # example, the JSON configuration item format is as follows:
@@ -326,7 +267,8 @@ module Aws::CodePipeline
326
267
  # @return [String]
327
268
  #
328
269
  # @!attribute [rw] region
329
- # The action declaration's AWS Region, such as us-east-1.
270
+ # The action declaration's Amazon Web Services Region, such as
271
+ # us-east-1.
330
272
  # @return [String]
331
273
  #
332
274
  # @!attribute [rw] namespace
@@ -392,8 +334,8 @@ module Aws::CodePipeline
392
334
  # @return [String]
393
335
  #
394
336
  # @!attribute [rw] external_execution_url
395
- # The URL of a resource external to AWS that is used when running the
396
- # action (for example, an external repository URL).
337
+ # The URL of a resource external to Amazon Web Services that is used
338
+ # when running the action (for example, an external repository URL).
397
339
  # @return [String]
398
340
  #
399
341
  # @!attribute [rw] percent_complete
@@ -401,7 +343,8 @@ module Aws::CodePipeline
401
343
  # @return [Integer]
402
344
  #
403
345
  # @!attribute [rw] error_details
404
- # The details of an error returned by a URL external to AWS.
346
+ # The details of an error returned by a URL external to Amazon Web
347
+ # Services.
405
348
  # @return [Types::ErrorDetails]
406
349
  #
407
350
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionExecution AWS API Documentation
@@ -486,13 +429,6 @@ module Aws::CodePipeline
486
429
 
487
430
  # Filter values for the action execution.
488
431
  #
489
- # @note When making an API call, you may pass ActionExecutionFilter
490
- # data as a hash:
491
- #
492
- # {
493
- # pipeline_execution_id: "PipelineExecutionId",
494
- # }
495
- #
496
432
  # @!attribute [rw] pipeline_execution_id
497
433
  # The pipeline execution ID used to filter action execution history.
498
434
  # @return [String]
@@ -526,7 +462,7 @@ module Aws::CodePipeline
526
462
  # @return [String]
527
463
  #
528
464
  # @!attribute [rw] region
529
- # The AWS Region for the action, such as us-east-1.
465
+ # The Amazon Web Services Region for the action, such as us-east-1.
530
466
  # @return [String]
531
467
  #
532
468
  # @!attribute [rw] input_artifacts
@@ -615,15 +551,6 @@ module Aws::CodePipeline
615
551
 
616
552
  # Represents information about the version (or revision) of an action.
617
553
  #
618
- # @note When making an API call, you may pass ActionRevision
619
- # data as a hash:
620
- #
621
- # {
622
- # revision_id: "Revision", # required
623
- # revision_change_id: "RevisionChangeIdentifier", # required
624
- # created: Time.now, # required
625
- # }
626
- #
627
554
  # @!attribute [rw] revision_id
628
555
  # The system-generated unique ID that identifies the revision number
629
556
  # of the action.
@@ -730,14 +657,6 @@ module Aws::CodePipeline
730
657
  # Information about parameters for artifacts associated with the action
731
658
  # type, such as the minimum and maximum artifacts allowed.
732
659
  #
733
- # @note When making an API call, you may pass ActionTypeArtifactDetails
734
- # data as a hash:
735
- #
736
- # {
737
- # minimum_count: 1, # required
738
- # maximum_count: 1, # required
739
- # }
740
- #
741
660
  # @!attribute [rw] minimum_count
742
661
  # The minimum number of artifacts that can be used with the action
743
662
  # type. For example, you should specify a minimum and maximum of zero
@@ -762,60 +681,6 @@ module Aws::CodePipeline
762
681
  # The parameters for the action type definition that are provided when
763
682
  # the action type is created or updated.
764
683
  #
765
- # @note When making an API call, you may pass ActionTypeDeclaration
766
- # data as a hash:
767
- #
768
- # {
769
- # description: "ActionTypeDescription",
770
- # executor: { # required
771
- # configuration: { # required
772
- # lambda_executor_configuration: {
773
- # lambda_function_arn: "LambdaFunctionArn", # required
774
- # },
775
- # job_worker_executor_configuration: {
776
- # polling_accounts: ["AccountId"],
777
- # polling_service_principals: ["ServicePrincipal"],
778
- # },
779
- # },
780
- # type: "JobWorker", # required, accepts JobWorker, Lambda
781
- # policy_statements_template: "PolicyStatementsTemplate",
782
- # job_timeout: 1,
783
- # },
784
- # id: { # required
785
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
786
- # owner: "ActionTypeOwner", # required
787
- # provider: "ActionProvider", # required
788
- # version: "Version", # required
789
- # },
790
- # input_artifact_details: { # required
791
- # minimum_count: 1, # required
792
- # maximum_count: 1, # required
793
- # },
794
- # output_artifact_details: { # required
795
- # minimum_count: 1, # required
796
- # maximum_count: 1, # required
797
- # },
798
- # permissions: {
799
- # allowed_accounts: ["AllowedAccount"], # required
800
- # },
801
- # properties: [
802
- # {
803
- # name: "ActionConfigurationKey", # required
804
- # optional: false, # required
805
- # key: false, # required
806
- # no_echo: false, # required
807
- # queryable: false,
808
- # description: "PropertyDescription",
809
- # },
810
- # ],
811
- # urls: {
812
- # configuration_url: "Url",
813
- # entity_url_template: "UrlTemplate",
814
- # execution_url_template: "UrlTemplate",
815
- # revision_url_template: "UrlTemplate",
816
- # },
817
- # }
818
- #
819
684
  # @!attribute [rw] description
820
685
  # The description for the action type to be updated.
821
686
  # @return [String]
@@ -875,24 +740,6 @@ module Aws::CodePipeline
875
740
  # The action engine is associated with the model used to create and
876
741
  # update the action, such as the Lambda integration model.
877
742
  #
878
- # @note When making an API call, you may pass ActionTypeExecutor
879
- # data as a hash:
880
- #
881
- # {
882
- # configuration: { # required
883
- # lambda_executor_configuration: {
884
- # lambda_function_arn: "LambdaFunctionArn", # required
885
- # },
886
- # job_worker_executor_configuration: {
887
- # polling_accounts: ["AccountId"],
888
- # polling_service_principals: ["ServicePrincipal"],
889
- # },
890
- # },
891
- # type: "JobWorker", # required, accepts JobWorker, Lambda
892
- # policy_statements_template: "PolicyStatementsTemplate",
893
- # job_timeout: 1,
894
- # }
895
- #
896
743
  # @!attribute [rw] configuration
897
744
  # The action configuration properties for the action type. These
898
745
  # properties are specified in the action definition when the action
@@ -906,8 +753,8 @@ module Aws::CodePipeline
906
753
  #
907
754
  # @!attribute [rw] policy_statements_template
908
755
  # The policy statement that specifies the permissions in the
909
- # CodePipeline customer’s account that are needed to successfully run
910
- # an action.
756
+ # CodePipeline customer account that are needed to successfully run an
757
+ # action.
911
758
  #
912
759
  # To grant permission to another account, specify the account ID as
913
760
  # the Principal, a domain-style identifier defined by the service, for
@@ -938,16 +785,6 @@ module Aws::CodePipeline
938
785
 
939
786
  # Represents information about an action type.
940
787
  #
941
- # @note When making an API call, you may pass ActionTypeId
942
- # data as a hash:
943
- #
944
- # {
945
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
946
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
947
- # provider: "ActionProvider", # required
948
- # version: "Version", # required
949
- # }
950
- #
951
788
  # @!attribute [rw] category
952
789
  # A category defines what kind of action can be taken in the stage,
953
790
  # and constrains the provider type for the action. Valid categories
@@ -981,8 +818,8 @@ module Aws::CodePipeline
981
818
  # @!attribute [rw] provider
982
819
  # The provider of the service being called by the action. Valid
983
820
  # providers are determined by the action category. For example, an
984
- # action in the Deploy category type might have a provider of AWS
985
- # CodeDeploy, which would be specified as CodeDeploy. For more
821
+ # action in the Deploy category type might have a provider of
822
+ # CodeDeploy, which would be specified as `CodeDeploy`. For more
986
823
  # information, see [Valid Action Types and Providers in
987
824
  # CodePipeline][1].
988
825
  #
@@ -1009,16 +846,6 @@ module Aws::CodePipeline
1009
846
  # Specifies the category, owner, provider, and version of the action
1010
847
  # type.
1011
848
  #
1012
- # @note When making an API call, you may pass ActionTypeIdentifier
1013
- # data as a hash:
1014
- #
1015
- # {
1016
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1017
- # owner: "ActionTypeOwner", # required
1018
- # provider: "ActionProvider", # required
1019
- # version: "Version", # required
1020
- # }
1021
- #
1022
849
  # @!attribute [rw] category
1023
850
  # Defines what kind of action can be taken in the stage, one of the
1024
851
  # following:
@@ -1068,16 +895,9 @@ module Aws::CodePipeline
1068
895
 
1069
896
  # Details identifying the users with permissions to use the action type.
1070
897
  #
1071
- # @note When making an API call, you may pass ActionTypePermissions
1072
- # data as a hash:
1073
- #
1074
- # {
1075
- # allowed_accounts: ["AllowedAccount"], # required
1076
- # }
1077
- #
1078
898
  # @!attribute [rw] allowed_accounts
1079
- # A list of AWS account IDs with access to use the action type in
1080
- # their pipelines.
899
+ # A list of Amazon Web Services account IDs with access to use the
900
+ # action type in their pipelines.
1081
901
  # @return [Array<String>]
1082
902
  #
1083
903
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionTypePermissions AWS API Documentation
@@ -1092,18 +912,6 @@ module Aws::CodePipeline
1092
912
  # configuration, such as the description and key name that display for
1093
913
  # the customer using the action type.
1094
914
  #
1095
- # @note When making an API call, you may pass ActionTypeProperty
1096
- # data as a hash:
1097
- #
1098
- # {
1099
- # name: "ActionConfigurationKey", # required
1100
- # optional: false, # required
1101
- # key: false, # required
1102
- # no_echo: false, # required
1103
- # queryable: false,
1104
- # description: "PropertyDescription",
1105
- # }
1106
- #
1107
915
  # @!attribute [rw] name
1108
916
  # The property name that is displayed to users.
1109
917
  # @return [String]
@@ -1147,16 +955,6 @@ module Aws::CodePipeline
1147
955
 
1148
956
  # Returns information about the settings for an action type.
1149
957
  #
1150
- # @note When making an API call, you may pass ActionTypeSettings
1151
- # data as a hash:
1152
- #
1153
- # {
1154
- # third_party_configuration_url: "Url",
1155
- # entity_url_template: "UrlTemplate",
1156
- # execution_url_template: "UrlTemplate",
1157
- # revision_url_template: "UrlTemplate",
1158
- # }
1159
- #
1160
958
  # @!attribute [rw] third_party_configuration_url
1161
959
  # The URL of a sign-up page where users can sign up for an external
1162
960
  # service and perform initial configuration of the action provided by
@@ -1164,24 +962,24 @@ module Aws::CodePipeline
1164
962
  # @return [String]
1165
963
  #
1166
964
  # @!attribute [rw] entity_url_template
1167
- # The URL returned to the AWS CodePipeline console that provides a
1168
- # deep link to the resources of the external system, such as the
1169
- # configuration page for an AWS CodeDeploy deployment group. This link
1170
- # is provided as part of the action display in the pipeline.
965
+ # The URL returned to the CodePipeline console that provides a deep
966
+ # link to the resources of the external system, such as the
967
+ # configuration page for a CodeDeploy deployment group. This link is
968
+ # provided as part of the action display in the pipeline.
1171
969
  # @return [String]
1172
970
  #
1173
971
  # @!attribute [rw] execution_url_template
1174
- # The URL returned to the AWS CodePipeline console that contains a
1175
- # link to the top-level landing page for the external system, such as
1176
- # the console page for AWS CodeDeploy. This link is shown on the
1177
- # pipeline view page in the AWS CodePipeline console and provides a
1178
- # link to the execution entity of the external action.
972
+ # The URL returned to the CodePipeline console that contains a link to
973
+ # the top-level landing page for the external system, such as the
974
+ # console page for CodeDeploy. This link is shown on the pipeline view
975
+ # page in the CodePipeline console and provides a link to the
976
+ # execution entity of the external action.
1179
977
  # @return [String]
1180
978
  #
1181
979
  # @!attribute [rw] revision_url_template
1182
- # The URL returned to the AWS CodePipeline console that contains a
1183
- # link to the page where customers can update or change the
1184
- # configuration of the external action.
980
+ # The URL returned to the CodePipeline console that contains a link to
981
+ # the page where customers can update or change the configuration of
982
+ # the external action.
1185
983
  # @return [String]
1186
984
  #
1187
985
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionTypeSettings AWS API Documentation
@@ -1199,16 +997,6 @@ module Aws::CodePipeline
1199
997
  # as links on the pipeline view, such as an external configuration page
1200
998
  # for the action type.
1201
999
  #
1202
- # @note When making an API call, you may pass ActionTypeUrls
1203
- # data as a hash:
1204
- #
1205
- # {
1206
- # configuration_url: "Url",
1207
- # entity_url_template: "UrlTemplate",
1208
- # execution_url_template: "UrlTemplate",
1209
- # revision_url_template: "UrlTemplate",
1210
- # }
1211
- #
1212
1000
  # @!attribute [rw] configuration_url
1213
1001
  # The URL returned to the CodePipeline console that contains a link to
1214
1002
  # the page where customers can configure the external action.
@@ -1252,14 +1040,6 @@ module Aws::CodePipeline
1252
1040
 
1253
1041
  # Represents information about the result of an approval request.
1254
1042
  #
1255
- # @note When making an API call, you may pass ApprovalResult
1256
- # data as a hash:
1257
- #
1258
- # {
1259
- # summary: "ApprovalSummary", # required
1260
- # status: "Approved", # required, accepts Approved, Rejected
1261
- # }
1262
- #
1263
1043
  # @!attribute [rw] summary
1264
1044
  # The summary of the current status of the approval request.
1265
1045
  # @return [String]
@@ -1278,8 +1058,11 @@ module Aws::CodePipeline
1278
1058
  include Aws::Structure
1279
1059
  end
1280
1060
 
1281
- # Represents information about an artifact that is worked on by actions
1282
- # in the pipeline.
1061
+ # Artifacts are the files that are worked on by actions in the pipeline.
1062
+ # See the action configuration for each action for details about
1063
+ # artifact parameters. For example, the S3 source action artifact is a
1064
+ # file name (or file path), and the files are generally provided as a
1065
+ # ZIP file. Example artifact name: SampleApp\_Windows.zip
1283
1066
  #
1284
1067
  # @!attribute [rw] name
1285
1068
  # The artifact's name.
@@ -1326,14 +1109,6 @@ module Aws::CodePipeline
1326
1109
 
1327
1110
  # Returns information about the details of an artifact.
1328
1111
  #
1329
- # @note When making an API call, you may pass ArtifactDetails
1330
- # data as a hash:
1331
- #
1332
- # {
1333
- # minimum_count: 1, # required
1334
- # maximum_count: 1, # required
1335
- # }
1336
- #
1337
1112
  # @!attribute [rw] minimum_count
1338
1113
  # The minimum number of artifacts allowed for the action type.
1339
1114
  # @return [Integer]
@@ -1388,7 +1163,7 @@ module Aws::CodePipeline
1388
1163
  #
1389
1164
  # @!attribute [rw] revision_summary
1390
1165
  # Summary information about the most recent revision of the artifact.
1391
- # For GitHub and AWS CodeCommit repositories, the commit message. For
1166
+ # For GitHub and CodeCommit repositories, the commit message. For
1392
1167
  # Amazon S3 buckets or actions, the user-provided content of a
1393
1168
  # `codepipeline-artifact-revision-summary` key specified in the object
1394
1169
  # metadata.
@@ -1401,7 +1176,7 @@ module Aws::CodePipeline
1401
1176
  #
1402
1177
  # @!attribute [rw] revision_url
1403
1178
  # The commit ID for the artifact revision. For artifacts stored in
1404
- # GitHub or AWS CodeCommit repositories, the commit ID is linked to a
1179
+ # GitHub or CodeCommit repositories, the commit ID is linked to a
1405
1180
  # commit details page.
1406
1181
  # @return [String]
1407
1182
  #
@@ -1426,18 +1201,6 @@ module Aws::CodePipeline
1426
1201
  #
1427
1202
  # </note>
1428
1203
  #
1429
- # @note When making an API call, you may pass ArtifactStore
1430
- # data as a hash:
1431
- #
1432
- # {
1433
- # type: "S3", # required, accepts S3
1434
- # location: "ArtifactStoreLocation", # required
1435
- # encryption_key: {
1436
- # id: "EncryptionKeyId", # required
1437
- # type: "KMS", # required, accepts KMS
1438
- # },
1439
- # }
1440
- #
1441
1204
  # @!attribute [rw] type
1442
1205
  # The type of the artifact store, such as S3.
1443
1206
  # @return [String]
@@ -1446,14 +1209,15 @@ module Aws::CodePipeline
1446
1209
  # The S3 bucket used for storing the artifacts for a pipeline. You can
1447
1210
  # specify the name of an S3 bucket but not a folder in the bucket. A
1448
1211
  # folder to contain the pipeline artifacts is created for you based on
1449
- # the name of the pipeline. You can use any S3 bucket in the same AWS
1450
- # Region as the pipeline to store your pipeline artifacts.
1212
+ # the name of the pipeline. You can use any S3 bucket in the same
1213
+ # Amazon Web Services Region as the pipeline to store your pipeline
1214
+ # artifacts.
1451
1215
  # @return [String]
1452
1216
  #
1453
1217
  # @!attribute [rw] encryption_key
1454
1218
  # The encryption key used to encrypt the data in the artifact store,
1455
- # such as an AWS Key Management Service (AWS KMS) key. If this is
1456
- # undefined, the default key for Amazon S3 is used.
1219
+ # such as an Amazon Web Services Key Management Service key. If this
1220
+ # is undefined, the default key for Amazon S3 is used.
1457
1221
  # @return [Types::EncryptionKey]
1458
1222
  #
1459
1223
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ArtifactStore AWS API Documentation
@@ -1468,14 +1232,6 @@ module Aws::CodePipeline
1468
1232
 
1469
1233
  # Reserved for future use.
1470
1234
  #
1471
- # @note When making an API call, you may pass BlockerDeclaration
1472
- # data as a hash:
1473
- #
1474
- # {
1475
- # name: "BlockerName", # required
1476
- # type: "Schedule", # required, accepts Schedule
1477
- # }
1478
- #
1479
1235
  # @!attribute [rw] name
1480
1236
  # Reserved for future use.
1481
1237
  # @return [String]
@@ -1522,53 +1278,13 @@ module Aws::CodePipeline
1522
1278
 
1523
1279
  # Represents the input of a CreateCustomActionType operation.
1524
1280
  #
1525
- # @note When making an API call, you may pass CreateCustomActionTypeInput
1526
- # data as a hash:
1527
- #
1528
- # {
1529
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1530
- # provider: "ActionProvider", # required
1531
- # version: "Version", # required
1532
- # settings: {
1533
- # third_party_configuration_url: "Url",
1534
- # entity_url_template: "UrlTemplate",
1535
- # execution_url_template: "UrlTemplate",
1536
- # revision_url_template: "UrlTemplate",
1537
- # },
1538
- # configuration_properties: [
1539
- # {
1540
- # name: "ActionConfigurationKey", # required
1541
- # required: false, # required
1542
- # key: false, # required
1543
- # secret: false, # required
1544
- # queryable: false,
1545
- # description: "Description",
1546
- # type: "String", # accepts String, Number, Boolean
1547
- # },
1548
- # ],
1549
- # input_artifact_details: { # required
1550
- # minimum_count: 1, # required
1551
- # maximum_count: 1, # required
1552
- # },
1553
- # output_artifact_details: { # required
1554
- # minimum_count: 1, # required
1555
- # maximum_count: 1, # required
1556
- # },
1557
- # tags: [
1558
- # {
1559
- # key: "TagKey", # required
1560
- # value: "TagValue", # required
1561
- # },
1562
- # ],
1563
- # }
1564
- #
1565
1281
  # @!attribute [rw] category
1566
1282
  # The category of the custom action, such as a build action or a test
1567
1283
  # action.
1568
1284
  # @return [String]
1569
1285
  #
1570
1286
  # @!attribute [rw] provider
1571
- # The provider of the service used in the custom action, such as AWS
1287
+ # The provider of the service used in the custom action, such as
1572
1288
  # CodeDeploy.
1573
1289
  # @return [String]
1574
1290
  #
@@ -1646,80 +1362,6 @@ module Aws::CodePipeline
1646
1362
 
1647
1363
  # Represents the input of a `CreatePipeline` action.
1648
1364
  #
1649
- # @note When making an API call, you may pass CreatePipelineInput
1650
- # data as a hash:
1651
- #
1652
- # {
1653
- # pipeline: { # required
1654
- # name: "PipelineName", # required
1655
- # role_arn: "RoleArn", # required
1656
- # artifact_store: {
1657
- # type: "S3", # required, accepts S3
1658
- # location: "ArtifactStoreLocation", # required
1659
- # encryption_key: {
1660
- # id: "EncryptionKeyId", # required
1661
- # type: "KMS", # required, accepts KMS
1662
- # },
1663
- # },
1664
- # artifact_stores: {
1665
- # "AWSRegionName" => {
1666
- # type: "S3", # required, accepts S3
1667
- # location: "ArtifactStoreLocation", # required
1668
- # encryption_key: {
1669
- # id: "EncryptionKeyId", # required
1670
- # type: "KMS", # required, accepts KMS
1671
- # },
1672
- # },
1673
- # },
1674
- # stages: [ # required
1675
- # {
1676
- # name: "StageName", # required
1677
- # blockers: [
1678
- # {
1679
- # name: "BlockerName", # required
1680
- # type: "Schedule", # required, accepts Schedule
1681
- # },
1682
- # ],
1683
- # actions: [ # required
1684
- # {
1685
- # name: "ActionName", # required
1686
- # action_type_id: { # required
1687
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1688
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
1689
- # provider: "ActionProvider", # required
1690
- # version: "Version", # required
1691
- # },
1692
- # run_order: 1,
1693
- # configuration: {
1694
- # "ActionConfigurationKey" => "ActionConfigurationValue",
1695
- # },
1696
- # output_artifacts: [
1697
- # {
1698
- # name: "ArtifactName", # required
1699
- # },
1700
- # ],
1701
- # input_artifacts: [
1702
- # {
1703
- # name: "ArtifactName", # required
1704
- # },
1705
- # ],
1706
- # role_arn: "RoleArn",
1707
- # region: "AWSRegionName",
1708
- # namespace: "ActionNamespace",
1709
- # },
1710
- # ],
1711
- # },
1712
- # ],
1713
- # version: 1,
1714
- # },
1715
- # tags: [
1716
- # {
1717
- # key: "TagKey", # required
1718
- # value: "TagValue", # required
1719
- # },
1720
- # ],
1721
- # }
1722
- #
1723
1365
  # @!attribute [rw] pipeline
1724
1366
  # Represents the structure of actions and stages to be performed in
1725
1367
  # the pipeline.
@@ -1760,16 +1402,6 @@ module Aws::CodePipeline
1760
1402
 
1761
1403
  # Represents information about a current revision.
1762
1404
  #
1763
- # @note When making an API call, you may pass CurrentRevision
1764
- # data as a hash:
1765
- #
1766
- # {
1767
- # revision: "Revision", # required
1768
- # change_identifier: "RevisionChangeIdentifier", # required
1769
- # created: Time.now,
1770
- # revision_summary: "RevisionSummary",
1771
- # }
1772
- #
1773
1405
  # @!attribute [rw] revision
1774
1406
  # The revision ID of the current version of an artifact.
1775
1407
  # @return [String]
@@ -1801,22 +1433,13 @@ module Aws::CodePipeline
1801
1433
  # Represents the input of a `DeleteCustomActionType` operation. The
1802
1434
  # custom action will be marked as deleted.
1803
1435
  #
1804
- # @note When making an API call, you may pass DeleteCustomActionTypeInput
1805
- # data as a hash:
1806
- #
1807
- # {
1808
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
1809
- # provider: "ActionProvider", # required
1810
- # version: "Version", # required
1811
- # }
1812
- #
1813
1436
  # @!attribute [rw] category
1814
1437
  # The category of the custom action that you want to delete, such as
1815
1438
  # source or deploy.
1816
1439
  # @return [String]
1817
1440
  #
1818
1441
  # @!attribute [rw] provider
1819
- # The provider of the service used in the custom action, such as AWS
1442
+ # The provider of the service used in the custom action, such as
1820
1443
  # CodeDeploy.
1821
1444
  # @return [String]
1822
1445
  #
@@ -1836,13 +1459,6 @@ module Aws::CodePipeline
1836
1459
 
1837
1460
  # Represents the input of a `DeletePipeline` action.
1838
1461
  #
1839
- # @note When making an API call, you may pass DeletePipelineInput
1840
- # data as a hash:
1841
- #
1842
- # {
1843
- # name: "PipelineName", # required
1844
- # }
1845
- #
1846
1462
  # @!attribute [rw] name
1847
1463
  # The name of the pipeline to be deleted.
1848
1464
  # @return [String]
@@ -1855,13 +1471,6 @@ module Aws::CodePipeline
1855
1471
  include Aws::Structure
1856
1472
  end
1857
1473
 
1858
- # @note When making an API call, you may pass DeleteWebhookInput
1859
- # data as a hash:
1860
- #
1861
- # {
1862
- # name: "WebhookName", # required
1863
- # }
1864
- #
1865
1474
  # @!attribute [rw] name
1866
1475
  # The name of the webhook you want to delete.
1867
1476
  # @return [String]
@@ -1878,13 +1487,6 @@ module Aws::CodePipeline
1878
1487
  #
1879
1488
  class DeleteWebhookOutput < Aws::EmptyStructure; end
1880
1489
 
1881
- # @note When making an API call, you may pass DeregisterWebhookWithThirdPartyInput
1882
- # data as a hash:
1883
- #
1884
- # {
1885
- # webhook_name: "WebhookName",
1886
- # }
1887
- #
1888
1490
  # @!attribute [rw] webhook_name
1889
1491
  # The name of the webhook you want to deregister.
1890
1492
  # @return [String]
@@ -1903,16 +1505,6 @@ module Aws::CodePipeline
1903
1505
 
1904
1506
  # Represents the input of a `DisableStageTransition` action.
1905
1507
  #
1906
- # @note When making an API call, you may pass DisableStageTransitionInput
1907
- # data as a hash:
1908
- #
1909
- # {
1910
- # pipeline_name: "PipelineName", # required
1911
- # stage_name: "StageName", # required
1912
- # transition_type: "Inbound", # required, accepts Inbound, Outbound
1913
- # reason: "DisabledReason", # required
1914
- # }
1915
- #
1916
1508
  # @!attribute [rw] pipeline_name
1917
1509
  # The name of the pipeline in which you want to disable the flow of
1918
1510
  # artifacts from one stage to another.
@@ -1966,15 +1558,6 @@ module Aws::CodePipeline
1966
1558
 
1967
1559
  # Represents the input of an `EnableStageTransition` action.
1968
1560
  #
1969
- # @note When making an API call, you may pass EnableStageTransitionInput
1970
- # data as a hash:
1971
- #
1972
- # {
1973
- # pipeline_name: "PipelineName", # required
1974
- # stage_name: "StageName", # required
1975
- # transition_type: "Inbound", # required, accepts Inbound, Outbound
1976
- # }
1977
- #
1978
1561
  # @!attribute [rw] pipeline_name
1979
1562
  # The name of the pipeline in which you want to enable the flow of
1980
1563
  # artifacts from one stage to another.
@@ -2004,31 +1587,26 @@ module Aws::CodePipeline
2004
1587
  end
2005
1588
 
2006
1589
  # Represents information about the key used to encrypt data in the
2007
- # artifact store, such as an AWS Key Management Service (AWS KMS) key.
2008
- #
2009
- # @note When making an API call, you may pass EncryptionKey
2010
- # data as a hash:
2011
- #
2012
- # {
2013
- # id: "EncryptionKeyId", # required
2014
- # type: "KMS", # required, accepts KMS
2015
- # }
1590
+ # artifact store, such as an Amazon Web Services Key Management Service
1591
+ # (Key Management Service) key.
2016
1592
  #
2017
1593
  # @!attribute [rw] id
2018
- # The ID used to identify the key. For an AWS KMS key, you can use the
2019
- # key ID, the key ARN, or the alias ARN.
1594
+ # The ID used to identify the key. For an Amazon Web Services KMS key,
1595
+ # you can use the key ID, the key ARN, or the alias ARN.
2020
1596
  #
2021
- # <note markdown="1"> Aliases are recognized only in the account that created the customer
2022
- # master key (CMK). For cross-account actions, you can only use the
2023
- # key ID or key ARN to identify the key.
1597
+ # <note markdown="1"> Aliases are recognized only in the account that created the KMS key.
1598
+ # For cross-account actions, you can only use the key ID or key ARN to
1599
+ # identify the key. Cross-account actions involve using the role from
1600
+ # the other account (AccountB), so specifying the key ID will use the
1601
+ # key from the other account (AccountB).
2024
1602
  #
2025
1603
  # </note>
2026
1604
  # @return [String]
2027
1605
  #
2028
1606
  # @!attribute [rw] type
2029
- # The type of encryption key, such as an AWS Key Management Service
2030
- # (AWS KMS) key. When creating or updating a pipeline, the value must
2031
- # be set to 'KMS'.
1607
+ # The type of encryption key, such as an Amazon Web Services KMS key.
1608
+ # When creating or updating a pipeline, the value must be set to
1609
+ # 'KMS'.
2032
1610
  # @return [String]
2033
1611
  #
2034
1612
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/EncryptionKey AWS API Documentation
@@ -2040,7 +1618,7 @@ module Aws::CodePipeline
2040
1618
  include Aws::Structure
2041
1619
  end
2042
1620
 
2043
- # Represents information about an error in AWS CodePipeline.
1621
+ # Represents information about an error in CodePipeline.
2044
1622
  #
2045
1623
  # @!attribute [rw] code
2046
1624
  # The system ID or number code of the error.
@@ -2062,22 +1640,13 @@ module Aws::CodePipeline
2062
1640
  # The details of the actions taken and results produced on an artifact
2063
1641
  # as it passes through stages in the pipeline.
2064
1642
  #
2065
- # @note When making an API call, you may pass ExecutionDetails
2066
- # data as a hash:
2067
- #
2068
- # {
2069
- # summary: "ExecutionSummary",
2070
- # external_execution_id: "ExecutionId",
2071
- # percent_complete: 1,
2072
- # }
2073
- #
2074
1643
  # @!attribute [rw] summary
2075
1644
  # The summary of the current status of the actions.
2076
1645
  # @return [String]
2077
1646
  #
2078
1647
  # @!attribute [rw] external_execution_id
2079
1648
  # The system-generated unique ID of this action used to identify this
2080
- # job worker in any external systems, such as AWS CodeDeploy.
1649
+ # job worker in any external systems, such as CodeDeploy.
2081
1650
  # @return [String]
2082
1651
  #
2083
1652
  # @!attribute [rw] percent_complete
@@ -2122,19 +1691,6 @@ module Aws::CodePipeline
2122
1691
  # model used to create and update the action type. The available
2123
1692
  # executor types are `Lambda` and `JobWorker`.
2124
1693
  #
2125
- # @note When making an API call, you may pass ExecutorConfiguration
2126
- # data as a hash:
2127
- #
2128
- # {
2129
- # lambda_executor_configuration: {
2130
- # lambda_function_arn: "LambdaFunctionArn", # required
2131
- # },
2132
- # job_worker_executor_configuration: {
2133
- # polling_accounts: ["AccountId"],
2134
- # polling_service_principals: ["ServicePrincipal"],
2135
- # },
2136
- # }
2137
- #
2138
1694
  # @!attribute [rw] lambda_executor_configuration
2139
1695
  # Details about the `Lambda` executor of the action type.
2140
1696
  # @return [Types::LambdaExecutorConfiguration]
@@ -2154,15 +1710,6 @@ module Aws::CodePipeline
2154
1710
 
2155
1711
  # Represents information about failure details.
2156
1712
  #
2157
- # @note When making an API call, you may pass FailureDetails
2158
- # data as a hash:
2159
- #
2160
- # {
2161
- # type: "JobFailed", # required, accepts JobFailed, ConfigurationError, PermissionError, RevisionOutOfSync, RevisionUnavailable, SystemUnavailable
2162
- # message: "Message", # required
2163
- # external_execution_id: "ExecutionId",
2164
- # }
2165
- #
2166
1713
  # @!attribute [rw] type
2167
1714
  # The type of the failure.
2168
1715
  # @return [String]
@@ -2185,16 +1732,6 @@ module Aws::CodePipeline
2185
1732
  include Aws::Structure
2186
1733
  end
2187
1734
 
2188
- # @note When making an API call, you may pass GetActionTypeInput
2189
- # data as a hash:
2190
- #
2191
- # {
2192
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
2193
- # owner: "ActionTypeOwner", # required
2194
- # provider: "ActionProvider", # required
2195
- # version: "Version", # required
2196
- # }
2197
- #
2198
1735
  # @!attribute [rw] category
2199
1736
  # Defines what kind of action can be taken in the stage. The following
2200
1737
  # are the valid values:
@@ -2253,13 +1790,6 @@ module Aws::CodePipeline
2253
1790
 
2254
1791
  # Represents the input of a `GetJobDetails` action.
2255
1792
  #
2256
- # @note When making an API call, you may pass GetJobDetailsInput
2257
- # data as a hash:
2258
- #
2259
- # {
2260
- # job_id: "JobId", # required
2261
- # }
2262
- #
2263
1793
  # @!attribute [rw] job_id
2264
1794
  # The unique system-generated ID for the job.
2265
1795
  # @return [String]
@@ -2293,14 +1823,6 @@ module Aws::CodePipeline
2293
1823
 
2294
1824
  # Represents the input of a `GetPipelineExecution` action.
2295
1825
  #
2296
- # @note When making an API call, you may pass GetPipelineExecutionInput
2297
- # data as a hash:
2298
- #
2299
- # {
2300
- # pipeline_name: "PipelineName", # required
2301
- # pipeline_execution_id: "PipelineExecutionId", # required
2302
- # }
2303
- #
2304
1826
  # @!attribute [rw] pipeline_name
2305
1827
  # The name of the pipeline about which you want to get execution
2306
1828
  # details.
@@ -2336,17 +1858,9 @@ module Aws::CodePipeline
2336
1858
 
2337
1859
  # Represents the input of a `GetPipeline` action.
2338
1860
  #
2339
- # @note When making an API call, you may pass GetPipelineInput
2340
- # data as a hash:
2341
- #
2342
- # {
2343
- # name: "PipelineName", # required
2344
- # version: 1,
2345
- # }
2346
- #
2347
1861
  # @!attribute [rw] name
2348
1862
  # The name of the pipeline for which you want to get information.
2349
- # Pipeline names must be unique under an AWS user account.
1863
+ # Pipeline names must be unique in an Amazon Web Services account.
2350
1864
  # @return [String]
2351
1865
  #
2352
1866
  # @!attribute [rw] version
@@ -2386,13 +1900,6 @@ module Aws::CodePipeline
2386
1900
 
2387
1901
  # Represents the input of a `GetPipelineState` action.
2388
1902
  #
2389
- # @note When making an API call, you may pass GetPipelineStateInput
2390
- # data as a hash:
2391
- #
2392
- # {
2393
- # name: "PipelineName", # required
2394
- # }
2395
- #
2396
1903
  # @!attribute [rw] name
2397
1904
  # The name of the pipeline about which you want to get information.
2398
1905
  # @return [String]
@@ -2448,14 +1955,6 @@ module Aws::CodePipeline
2448
1955
 
2449
1956
  # Represents the input of a `GetThirdPartyJobDetails` action.
2450
1957
  #
2451
- # @note When making an API call, you may pass GetThirdPartyJobDetailsInput
2452
- # data as a hash:
2453
- #
2454
- # {
2455
- # job_id: "ThirdPartyJobId", # required
2456
- # client_token: "ClientToken", # required
2457
- # }
2458
- #
2459
1958
  # @!attribute [rw] job_id
2460
1959
  # The unique system-generated ID used for identifying the job.
2461
1960
  # @return [String]
@@ -2493,16 +1992,16 @@ module Aws::CodePipeline
2493
1992
  # Represents information about an artifact to be worked on, such as a
2494
1993
  # test or build artifact.
2495
1994
  #
2496
- # @note When making an API call, you may pass InputArtifact
2497
- # data as a hash:
2498
- #
2499
- # {
2500
- # name: "ArtifactName", # required
2501
- # }
2502
- #
2503
1995
  # @!attribute [rw] name
2504
1996
  # The name of the artifact to be worked on (for example, "My App").
2505
1997
  #
1998
+ # Artifacts are the files that are worked on by actions in the
1999
+ # pipeline. See the action configuration for each action for details
2000
+ # about artifact parameters. For example, the S3 source action input
2001
+ # artifact is a file name (or file path), and the files are generally
2002
+ # provided as a ZIP file. Example artifact name:
2003
+ # SampleApp\_Windows.zip
2004
+ #
2506
2005
  # The input artifact of an action must exactly match the output
2507
2006
  # artifact declared in a preceding action, but the input artifact does
2508
2007
  # not have to be the next action in strict sequence from the action
@@ -2629,13 +2128,14 @@ module Aws::CodePipeline
2629
2128
  # @return [Types::JobData]
2630
2129
  #
2631
2130
  # @!attribute [rw] nonce
2632
- # A system-generated random number that AWS CodePipeline uses to
2633
- # ensure that the job is being worked on by only one job worker. Use
2634
- # this number in an AcknowledgeJob request.
2131
+ # A system-generated random number that CodePipeline uses to ensure
2132
+ # that the job is being worked on by only one job worker. Use this
2133
+ # number in an AcknowledgeJob request.
2635
2134
  # @return [String]
2636
2135
  #
2637
2136
  # @!attribute [rw] account_id
2638
- # The ID of the AWS account to use when performing the job.
2137
+ # The ID of the Amazon Web Services account to use when performing the
2138
+ # job.
2639
2139
  # @return [String]
2640
2140
  #
2641
2141
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/Job AWS API Documentation
@@ -2677,21 +2177,21 @@ module Aws::CodePipeline
2677
2177
  # @return [Array<Types::Artifact>]
2678
2178
  #
2679
2179
  # @!attribute [rw] artifact_credentials
2680
- # Represents an AWS session credentials object. These credentials are
2681
- # temporary credentials that are issued by AWS Secure Token Service
2682
- # (STS). They can be used to access input and output artifacts in the
2683
- # S3 bucket used to store artifacts for the pipeline in AWS
2684
- # CodePipeline.
2180
+ # Represents an Amazon Web Services session credentials object. These
2181
+ # credentials are temporary credentials that are issued by Amazon Web
2182
+ # Services Secure Token Service (STS). They can be used to access
2183
+ # input and output artifacts in the S3 bucket used to store artifacts
2184
+ # for the pipeline in CodePipeline.
2685
2185
  # @return [Types::AWSSessionCredentials]
2686
2186
  #
2687
2187
  # @!attribute [rw] continuation_token
2688
- # A system-generated token, such as a AWS CodeDeploy deployment ID,
2689
- # required by a job to continue the job asynchronously.
2188
+ # A system-generated token, such as a deployment ID, required by a job
2189
+ # to continue the job asynchronously.
2690
2190
  # @return [String]
2691
2191
  #
2692
2192
  # @!attribute [rw] encryption_key
2693
2193
  # Represents information about the key used to encrypt data in the
2694
- # artifact store, such as an AWS Key Management Service (AWS KMS) key.
2194
+ # artifact store, such as an KMS key.
2695
2195
  # @return [Types::EncryptionKey]
2696
2196
  #
2697
2197
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/JobData AWS API Documentation
@@ -2721,7 +2221,7 @@ module Aws::CodePipeline
2721
2221
  # @return [Types::JobData]
2722
2222
  #
2723
2223
  # @!attribute [rw] account_id
2724
- # The AWS account ID associated with the job.
2224
+ # The Amazon Web Services account ID associated with the job.
2725
2225
  # @return [String]
2726
2226
  #
2727
2227
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/JobDetails AWS API Documentation
@@ -2743,14 +2243,6 @@ module Aws::CodePipeline
2743
2243
  # Details about the polling configuration for the `JobWorker` action
2744
2244
  # engine, or executor.
2745
2245
  #
2746
- # @note When making an API call, you may pass JobWorkerExecutorConfiguration
2747
- # data as a hash:
2748
- #
2749
- # {
2750
- # polling_accounts: ["AccountId"],
2751
- # polling_service_principals: ["ServicePrincipal"],
2752
- # }
2753
- #
2754
2246
  # @!attribute [rw] polling_accounts
2755
2247
  # The accounts in which the job worker is configured and might poll
2756
2248
  # for jobs as part of the action execution.
@@ -2773,13 +2265,6 @@ module Aws::CodePipeline
2773
2265
  # Details about the configuration for the `Lambda` action engine, or
2774
2266
  # executor.
2775
2267
  #
2776
- # @note When making an API call, you may pass LambdaExecutorConfiguration
2777
- # data as a hash:
2778
- #
2779
- # {
2780
- # lambda_function_arn: "LambdaFunctionArn", # required
2781
- # }
2782
- #
2783
2268
  # @!attribute [rw] lambda_function_arn
2784
2269
  # The ARN of the Lambda function used by the action engine.
2785
2270
  # @return [String]
@@ -2792,25 +2277,13 @@ module Aws::CodePipeline
2792
2277
  include Aws::Structure
2793
2278
  end
2794
2279
 
2795
- # The number of pipelines associated with the AWS account has exceeded
2796
- # the limit allowed for the account.
2280
+ # The number of pipelines associated with the Amazon Web Services
2281
+ # account has exceeded the limit allowed for the account.
2797
2282
  #
2798
2283
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/LimitExceededException AWS API Documentation
2799
2284
  #
2800
2285
  class LimitExceededException < Aws::EmptyStructure; end
2801
2286
 
2802
- # @note When making an API call, you may pass ListActionExecutionsInput
2803
- # data as a hash:
2804
- #
2805
- # {
2806
- # pipeline_name: "PipelineName", # required
2807
- # filter: {
2808
- # pipeline_execution_id: "PipelineExecutionId",
2809
- # },
2810
- # max_results: 1,
2811
- # next_token: "NextToken",
2812
- # }
2813
- #
2814
2287
  # @!attribute [rw] pipeline_name
2815
2288
  # The name of the pipeline for which you want to list action execution
2816
2289
  # history.
@@ -2872,15 +2345,6 @@ module Aws::CodePipeline
2872
2345
 
2873
2346
  # Represents the input of a `ListActionTypes` action.
2874
2347
  #
2875
- # @note When making an API call, you may pass ListActionTypesInput
2876
- # data as a hash:
2877
- #
2878
- # {
2879
- # action_owner_filter: "AWS", # accepts AWS, ThirdParty, Custom
2880
- # next_token: "NextToken",
2881
- # region_filter: "AWSRegionName",
2882
- # }
2883
- #
2884
2348
  # @!attribute [rw] action_owner_filter
2885
2349
  # Filters the list of action types to those created by a specified
2886
2350
  # entity.
@@ -2930,15 +2394,6 @@ module Aws::CodePipeline
2930
2394
 
2931
2395
  # Represents the input of a `ListPipelineExecutions` action.
2932
2396
  #
2933
- # @note When making an API call, you may pass ListPipelineExecutionsInput
2934
- # data as a hash:
2935
- #
2936
- # {
2937
- # pipeline_name: "PipelineName", # required
2938
- # max_results: 1,
2939
- # next_token: "NextToken",
2940
- # }
2941
- #
2942
2397
  # @!attribute [rw] pipeline_name
2943
2398
  # The name of the pipeline for which you want to get execution summary
2944
2399
  # information.
@@ -2991,14 +2446,6 @@ module Aws::CodePipeline
2991
2446
 
2992
2447
  # Represents the input of a `ListPipelines` action.
2993
2448
  #
2994
- # @note When making an API call, you may pass ListPipelinesInput
2995
- # data as a hash:
2996
- #
2997
- # {
2998
- # next_token: "NextToken",
2999
- # max_results: 1,
3000
- # }
3001
- #
3002
2449
  # @!attribute [rw] next_token
3003
2450
  # An identifier that was returned from the previous list pipelines
3004
2451
  # call. It can be used to return the next set of pipelines in the
@@ -3042,15 +2489,6 @@ module Aws::CodePipeline
3042
2489
  include Aws::Structure
3043
2490
  end
3044
2491
 
3045
- # @note When making an API call, you may pass ListTagsForResourceInput
3046
- # data as a hash:
3047
- #
3048
- # {
3049
- # resource_arn: "ResourceArn", # required
3050
- # next_token: "NextToken",
3051
- # max_results: 1,
3052
- # }
3053
- #
3054
2492
  # @!attribute [rw] resource_arn
3055
2493
  # The Amazon Resource Name (ARN) of the resource to get tags for.
3056
2494
  # @return [String]
@@ -3147,14 +2585,6 @@ module Aws::CodePipeline
3147
2585
  include Aws::Structure
3148
2586
  end
3149
2587
 
3150
- # @note When making an API call, you may pass ListWebhooksInput
3151
- # data as a hash:
3152
- #
3153
- # {
3154
- # next_token: "NextToken",
3155
- # max_results: 1,
3156
- # }
3157
- #
3158
2588
  # @!attribute [rw] next_token
3159
2589
  # The token that was returned from the previous ListWebhooks call,
3160
2590
  # which can be used to return the next set of webhooks in the list.
@@ -3196,7 +2626,7 @@ module Aws::CodePipeline
3196
2626
  end
3197
2627
 
3198
2628
  # The stage has failed in a later run of the pipeline and the
3199
- # pipelineExecutionId associated with the request is out of date.
2629
+ # `pipelineExecutionId` associated with the request is out of date.
3200
2630
  #
3201
2631
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/NotLatestPipelineExecutionException AWS API Documentation
3202
2632
  #
@@ -3204,13 +2634,6 @@ module Aws::CodePipeline
3204
2634
 
3205
2635
  # Represents information about the output of an action.
3206
2636
  #
3207
- # @note When making an API call, you may pass OutputArtifact
3208
- # data as a hash:
3209
- #
3210
- # {
3211
- # name: "ArtifactName", # required
3212
- # }
3213
- #
3214
2637
  # @!attribute [rw] name
3215
2638
  # The name of the output of an artifact, such as "My App".
3216
2639
  #
@@ -3290,78 +2713,12 @@ module Aws::CodePipeline
3290
2713
  # Represents the structure of actions and stages to be performed in the
3291
2714
  # pipeline.
3292
2715
  #
3293
- # @note When making an API call, you may pass PipelineDeclaration
3294
- # data as a hash:
3295
- #
3296
- # {
3297
- # name: "PipelineName", # required
3298
- # role_arn: "RoleArn", # required
3299
- # artifact_store: {
3300
- # type: "S3", # required, accepts S3
3301
- # location: "ArtifactStoreLocation", # required
3302
- # encryption_key: {
3303
- # id: "EncryptionKeyId", # required
3304
- # type: "KMS", # required, accepts KMS
3305
- # },
3306
- # },
3307
- # artifact_stores: {
3308
- # "AWSRegionName" => {
3309
- # type: "S3", # required, accepts S3
3310
- # location: "ArtifactStoreLocation", # required
3311
- # encryption_key: {
3312
- # id: "EncryptionKeyId", # required
3313
- # type: "KMS", # required, accepts KMS
3314
- # },
3315
- # },
3316
- # },
3317
- # stages: [ # required
3318
- # {
3319
- # name: "StageName", # required
3320
- # blockers: [
3321
- # {
3322
- # name: "BlockerName", # required
3323
- # type: "Schedule", # required, accepts Schedule
3324
- # },
3325
- # ],
3326
- # actions: [ # required
3327
- # {
3328
- # name: "ActionName", # required
3329
- # action_type_id: { # required
3330
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
3331
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
3332
- # provider: "ActionProvider", # required
3333
- # version: "Version", # required
3334
- # },
3335
- # run_order: 1,
3336
- # configuration: {
3337
- # "ActionConfigurationKey" => "ActionConfigurationValue",
3338
- # },
3339
- # output_artifacts: [
3340
- # {
3341
- # name: "ArtifactName", # required
3342
- # },
3343
- # ],
3344
- # input_artifacts: [
3345
- # {
3346
- # name: "ArtifactName", # required
3347
- # },
3348
- # ],
3349
- # role_arn: "RoleArn",
3350
- # region: "AWSRegionName",
3351
- # namespace: "ActionNamespace",
3352
- # },
3353
- # ],
3354
- # },
3355
- # ],
3356
- # version: 1,
3357
- # }
3358
- #
3359
2716
  # @!attribute [rw] name
3360
2717
  # The name of the pipeline.
3361
2718
  # @return [String]
3362
2719
  #
3363
2720
  # @!attribute [rw] role_arn
3364
- # The Amazon Resource Name (ARN) for AWS CodePipeline to use to either
2721
+ # The Amazon Resource Name (ARN) for CodePipeline to use to either
3365
2722
  # perform actions with no `actionRoleArn`, or to use to assume roles
3366
2723
  # for actions with an `actionRoleArn`.
3367
2724
  # @return [String]
@@ -3378,9 +2735,9 @@ module Aws::CodePipeline
3378
2735
  # @return [Types::ArtifactStore]
3379
2736
  #
3380
2737
  # @!attribute [rw] artifact_stores
3381
- # A mapping of `artifactStore` objects and their corresponding AWS
3382
- # Regions. There must be an artifact store for the pipeline Region and
3383
- # for each cross-region action in the pipeline.
2738
+ # A mapping of `artifactStore` objects and their corresponding Amazon
2739
+ # Web Services Regions. There must be an artifact store for the
2740
+ # pipeline Region and for each cross-region action in the pipeline.
3384
2741
  #
3385
2742
  # <note markdown="1"> You must include either `artifactStore` or `artifactStores` in your
3386
2743
  # pipeline, but you cannot use both. If you create a cross-region
@@ -3589,12 +2946,27 @@ module Aws::CodePipeline
3589
2946
  # format.
3590
2947
  # @return [Time]
3591
2948
  #
2949
+ # @!attribute [rw] polling_disabled_at
2950
+ # The date and time that polling for source changes (periodic checks)
2951
+ # was stopped for the pipeline, in timestamp format. You can migrate
2952
+ # (update) a polling pipeline to use event-based change detection. For
2953
+ # example, for a pipeline with a CodeCommit source, we recommend you
2954
+ # migrate (update) your pipeline to use CloudWatch Events. To learn
2955
+ # more, see [Migrate polling pipelines to use event-based change
2956
+ # detection][1] in the CodePipeline User Guide.
2957
+ #
2958
+ #
2959
+ #
2960
+ # [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html
2961
+ # @return [Time]
2962
+ #
3592
2963
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineMetadata AWS API Documentation
3593
2964
  #
3594
2965
  class PipelineMetadata < Struct.new(
3595
2966
  :pipeline_arn,
3596
2967
  :created,
3597
- :updated)
2968
+ :updated,
2969
+ :polling_disabled_at)
3598
2970
  SENSITIVE = []
3599
2971
  include Aws::Structure
3600
2972
  end
@@ -3650,22 +3022,6 @@ module Aws::CodePipeline
3650
3022
 
3651
3023
  # Represents the input of a `PollForJobs` action.
3652
3024
  #
3653
- # @note When making an API call, you may pass PollForJobsInput
3654
- # data as a hash:
3655
- #
3656
- # {
3657
- # action_type_id: { # required
3658
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
3659
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
3660
- # provider: "ActionProvider", # required
3661
- # version: "Version", # required
3662
- # },
3663
- # max_batch_size: 1,
3664
- # query_param: {
3665
- # "ActionConfigurationKey" => "ActionConfigurationQueryableValue",
3666
- # },
3667
- # }
3668
- #
3669
3025
  # @!attribute [rw] action_type_id
3670
3026
  # Represents information about an action type.
3671
3027
  # @return [Types::ActionTypeId]
@@ -3708,19 +3064,6 @@ module Aws::CodePipeline
3708
3064
 
3709
3065
  # Represents the input of a `PollForThirdPartyJobs` action.
3710
3066
  #
3711
- # @note When making an API call, you may pass PollForThirdPartyJobsInput
3712
- # data as a hash:
3713
- #
3714
- # {
3715
- # action_type_id: { # required
3716
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
3717
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
3718
- # provider: "ActionProvider", # required
3719
- # version: "Version", # required
3720
- # },
3721
- # max_batch_size: 1,
3722
- # }
3723
- #
3724
3067
  # @!attribute [rw] action_type_id
3725
3068
  # Represents information about an action type.
3726
3069
  # @return [Types::ActionTypeId]
@@ -3754,20 +3097,6 @@ module Aws::CodePipeline
3754
3097
 
3755
3098
  # Represents the input of a `PutActionRevision` action.
3756
3099
  #
3757
- # @note When making an API call, you may pass PutActionRevisionInput
3758
- # data as a hash:
3759
- #
3760
- # {
3761
- # pipeline_name: "PipelineName", # required
3762
- # stage_name: "StageName", # required
3763
- # action_name: "ActionName", # required
3764
- # action_revision: { # required
3765
- # revision_id: "Revision", # required
3766
- # revision_change_id: "RevisionChangeIdentifier", # required
3767
- # created: Time.now, # required
3768
- # },
3769
- # }
3770
- #
3771
3100
  # @!attribute [rw] pipeline_name
3772
3101
  # The name of the pipeline that starts processing the revision to the
3773
3102
  # source.
@@ -3819,20 +3148,6 @@ module Aws::CodePipeline
3819
3148
 
3820
3149
  # Represents the input of a `PutApprovalResult` action.
3821
3150
  #
3822
- # @note When making an API call, you may pass PutApprovalResultInput
3823
- # data as a hash:
3824
- #
3825
- # {
3826
- # pipeline_name: "PipelineName", # required
3827
- # stage_name: "StageName", # required
3828
- # action_name: "ActionName", # required
3829
- # result: { # required
3830
- # summary: "ApprovalSummary", # required
3831
- # status: "Approved", # required, accepts Approved, Rejected
3832
- # },
3833
- # token: "ApprovalToken", # required
3834
- # }
3835
- #
3836
3151
  # @!attribute [rw] pipeline_name
3837
3152
  # The name of the pipeline that contains the action.
3838
3153
  # @return [String]
@@ -3884,18 +3199,6 @@ module Aws::CodePipeline
3884
3199
 
3885
3200
  # Represents the input of a `PutJobFailureResult` action.
3886
3201
  #
3887
- # @note When making an API call, you may pass PutJobFailureResultInput
3888
- # data as a hash:
3889
- #
3890
- # {
3891
- # job_id: "JobId", # required
3892
- # failure_details: { # required
3893
- # type: "JobFailed", # required, accepts JobFailed, ConfigurationError, PermissionError, RevisionOutOfSync, RevisionUnavailable, SystemUnavailable
3894
- # message: "Message", # required
3895
- # external_execution_id: "ExecutionId",
3896
- # },
3897
- # }
3898
- #
3899
3202
  # @!attribute [rw] job_id
3900
3203
  # The unique system-generated ID of the job that failed. This is the
3901
3204
  # same ID returned from `PollForJobs`.
@@ -3916,28 +3219,6 @@ module Aws::CodePipeline
3916
3219
 
3917
3220
  # Represents the input of a `PutJobSuccessResult` action.
3918
3221
  #
3919
- # @note When making an API call, you may pass PutJobSuccessResultInput
3920
- # data as a hash:
3921
- #
3922
- # {
3923
- # job_id: "JobId", # required
3924
- # current_revision: {
3925
- # revision: "Revision", # required
3926
- # change_identifier: "RevisionChangeIdentifier", # required
3927
- # created: Time.now,
3928
- # revision_summary: "RevisionSummary",
3929
- # },
3930
- # continuation_token: "ContinuationToken",
3931
- # execution_details: {
3932
- # summary: "ExecutionSummary",
3933
- # external_execution_id: "ExecutionId",
3934
- # percent_complete: 1,
3935
- # },
3936
- # output_variables: {
3937
- # "OutputVariablesKey" => "OutputVariablesValue",
3938
- # },
3939
- # }
3940
- #
3941
3222
  # @!attribute [rw] job_id
3942
3223
  # The unique system-generated ID of the job that succeeded. This is
3943
3224
  # the same ID returned from `PollForJobs`.
@@ -3949,12 +3230,12 @@ module Aws::CodePipeline
3949
3230
  # @return [Types::CurrentRevision]
3950
3231
  #
3951
3232
  # @!attribute [rw] continuation_token
3952
- # A token generated by a job worker, such as an AWS CodeDeploy
3953
- # deployment ID, that a successful job provides to identify a custom
3954
- # action in progress. Future jobs use this token to identify the
3955
- # running instance of the action. It can be reused to return more
3956
- # information about the progress of the custom action. When the action
3957
- # is complete, no continuation token should be supplied.
3233
+ # A token generated by a job worker, such as a CodeDeploy deployment
3234
+ # ID, that a successful job provides to identify a custom action in
3235
+ # progress. Future jobs use this token to identify the running
3236
+ # instance of the action. It can be reused to return more information
3237
+ # about the progress of the custom action. When the action is
3238
+ # complete, no continuation token should be supplied.
3958
3239
  # @return [String]
3959
3240
  #
3960
3241
  # @!attribute [rw] execution_details
@@ -3983,19 +3264,6 @@ module Aws::CodePipeline
3983
3264
 
3984
3265
  # Represents the input of a `PutThirdPartyJobFailureResult` action.
3985
3266
  #
3986
- # @note When making an API call, you may pass PutThirdPartyJobFailureResultInput
3987
- # data as a hash:
3988
- #
3989
- # {
3990
- # job_id: "ThirdPartyJobId", # required
3991
- # client_token: "ClientToken", # required
3992
- # failure_details: { # required
3993
- # type: "JobFailed", # required, accepts JobFailed, ConfigurationError, PermissionError, RevisionOutOfSync, RevisionUnavailable, SystemUnavailable
3994
- # message: "Message", # required
3995
- # external_execution_id: "ExecutionId",
3996
- # },
3997
- # }
3998
- #
3999
3267
  # @!attribute [rw] job_id
4000
3268
  # The ID of the job that failed. This is the same ID returned from
4001
3269
  # `PollForThirdPartyJobs`.
@@ -4023,26 +3291,6 @@ module Aws::CodePipeline
4023
3291
 
4024
3292
  # Represents the input of a `PutThirdPartyJobSuccessResult` action.
4025
3293
  #
4026
- # @note When making an API call, you may pass PutThirdPartyJobSuccessResultInput
4027
- # data as a hash:
4028
- #
4029
- # {
4030
- # job_id: "ThirdPartyJobId", # required
4031
- # client_token: "ClientToken", # required
4032
- # current_revision: {
4033
- # revision: "Revision", # required
4034
- # change_identifier: "RevisionChangeIdentifier", # required
4035
- # created: Time.now,
4036
- # revision_summary: "RevisionSummary",
4037
- # },
4038
- # continuation_token: "ContinuationToken",
4039
- # execution_details: {
4040
- # summary: "ExecutionSummary",
4041
- # external_execution_id: "ExecutionId",
4042
- # percent_complete: 1,
4043
- # },
4044
- # }
4045
- #
4046
3294
  # @!attribute [rw] job_id
4047
3295
  # The ID of the job that successfully completed. This is the same ID
4048
3296
  # returned from `PollForThirdPartyJobs`.
@@ -4059,12 +3307,12 @@ module Aws::CodePipeline
4059
3307
  # @return [Types::CurrentRevision]
4060
3308
  #
4061
3309
  # @!attribute [rw] continuation_token
4062
- # A token generated by a job worker, such as an AWS CodeDeploy
4063
- # deployment ID, that a successful job provides to identify a partner
4064
- # action in progress. Future jobs use this token to identify the
4065
- # running instance of the action. It can be reused to return more
4066
- # information about the progress of the partner action. When the
4067
- # action is complete, no continuation token should be supplied.
3310
+ # A token generated by a job worker, such as a CodeDeploy deployment
3311
+ # ID, that a successful job provides to identify a partner action in
3312
+ # progress. Future jobs use this token to identify the running
3313
+ # instance of the action. It can be reused to return more information
3314
+ # about the progress of the partner action. When the action is
3315
+ # complete, no continuation token should be supplied.
4068
3316
  # @return [String]
4069
3317
  #
4070
3318
  # @!attribute [rw] execution_details
@@ -4084,34 +3332,6 @@ module Aws::CodePipeline
4084
3332
  include Aws::Structure
4085
3333
  end
4086
3334
 
4087
- # @note When making an API call, you may pass PutWebhookInput
4088
- # data as a hash:
4089
- #
4090
- # {
4091
- # webhook: { # required
4092
- # name: "WebhookName", # required
4093
- # target_pipeline: "PipelineName", # required
4094
- # target_action: "ActionName", # required
4095
- # filters: [ # required
4096
- # {
4097
- # json_path: "JsonPath", # required
4098
- # match_equals: "MatchEquals",
4099
- # },
4100
- # ],
4101
- # authentication: "GITHUB_HMAC", # required, accepts GITHUB_HMAC, IP, UNAUTHENTICATED
4102
- # authentication_configuration: { # required
4103
- # allowed_ip_range: "WebhookAuthConfigurationAllowedIPRange",
4104
- # secret_token: "WebhookAuthConfigurationSecretToken",
4105
- # },
4106
- # },
4107
- # tags: [
4108
- # {
4109
- # key: "TagKey", # required
4110
- # value: "TagValue", # required
4111
- # },
4112
- # ],
4113
- # }
4114
- #
4115
3335
  # @!attribute [rw] webhook
4116
3336
  # The detail provided in an input file to create the webhook, such as
4117
3337
  # the webhook name, the pipeline name, and the action name. Give the
@@ -4146,13 +3366,6 @@ module Aws::CodePipeline
4146
3366
  include Aws::Structure
4147
3367
  end
4148
3368
 
4149
- # @note When making an API call, you may pass RegisterWebhookWithThirdPartyInput
4150
- # data as a hash:
4151
- #
4152
- # {
4153
- # webhook_name: "WebhookName",
4154
- # }
4155
- #
4156
3369
  # @!attribute [rw] webhook_name
4157
3370
  # The name of an existing webhook created with PutWebhook to register
4158
3371
  # with a supported third party.
@@ -4191,16 +3404,6 @@ module Aws::CodePipeline
4191
3404
 
4192
3405
  # Represents the input of a `RetryStageExecution` action.
4193
3406
  #
4194
- # @note When making an API call, you may pass RetryStageExecutionInput
4195
- # data as a hash:
4196
- #
4197
- # {
4198
- # pipeline_name: "PipelineName", # required
4199
- # stage_name: "StageName", # required
4200
- # pipeline_execution_id: "PipelineExecutionId", # required
4201
- # retry_mode: "FAILED_ACTIONS", # required, accepts FAILED_ACTIONS
4202
- # }
4203
- #
4204
3407
  # @!attribute [rw] pipeline_name
4205
3408
  # The name of the pipeline that contains the failed stage.
4206
3409
  # @return [String]
@@ -4299,7 +3502,7 @@ module Aws::CodePipeline
4299
3502
  #
4300
3503
  # @!attribute [rw] revision_summary
4301
3504
  # Summary information about the most recent revision of the artifact.
4302
- # For GitHub and AWS CodeCommit repositories, the commit message. For
3505
+ # For GitHub and CodeCommit repositories, the commit message. For
4303
3506
  # Amazon S3 buckets or actions, the user-provided content of a
4304
3507
  # `codepipeline-artifact-revision-summary` key specified in the object
4305
3508
  # metadata.
@@ -4307,7 +3510,7 @@ module Aws::CodePipeline
4307
3510
  #
4308
3511
  # @!attribute [rw] revision_url
4309
3512
  # The commit ID for the artifact revision. For artifacts stored in
4310
- # GitHub or AWS CodeCommit repositories, the commit ID is linked to a
3513
+ # GitHub or CodeCommit repositories, the commit ID is linked to a
4311
3514
  # commit details page.
4312
3515
  # @return [String]
4313
3516
  #
@@ -4338,47 +3541,6 @@ module Aws::CodePipeline
4338
3541
 
4339
3542
  # Represents information about a stage and its definition.
4340
3543
  #
4341
- # @note When making an API call, you may pass StageDeclaration
4342
- # data as a hash:
4343
- #
4344
- # {
4345
- # name: "StageName", # required
4346
- # blockers: [
4347
- # {
4348
- # name: "BlockerName", # required
4349
- # type: "Schedule", # required, accepts Schedule
4350
- # },
4351
- # ],
4352
- # actions: [ # required
4353
- # {
4354
- # name: "ActionName", # required
4355
- # action_type_id: { # required
4356
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
4357
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
4358
- # provider: "ActionProvider", # required
4359
- # version: "Version", # required
4360
- # },
4361
- # run_order: 1,
4362
- # configuration: {
4363
- # "ActionConfigurationKey" => "ActionConfigurationValue",
4364
- # },
4365
- # output_artifacts: [
4366
- # {
4367
- # name: "ArtifactName", # required
4368
- # },
4369
- # ],
4370
- # input_artifacts: [
4371
- # {
4372
- # name: "ArtifactName", # required
4373
- # },
4374
- # ],
4375
- # role_arn: "RoleArn",
4376
- # region: "AWSRegionName",
4377
- # namespace: "ActionNamespace",
4378
- # },
4379
- # ],
4380
- # }
4381
- #
4382
3544
  # @!attribute [rw] name
4383
3545
  # The name of the stage.
4384
3546
  # @return [String]
@@ -4478,14 +3640,6 @@ module Aws::CodePipeline
4478
3640
 
4479
3641
  # Represents the input of a `StartPipelineExecution` action.
4480
3642
  #
4481
- # @note When making an API call, you may pass StartPipelineExecutionInput
4482
- # data as a hash:
4483
- #
4484
- # {
4485
- # name: "PipelineName", # required
4486
- # client_request_token: "ClientRequestToken",
4487
- # }
4488
- #
4489
3643
  # @!attribute [rw] name
4490
3644
  # The name of the pipeline to start.
4491
3645
  # @return [String]
@@ -4536,16 +3690,6 @@ module Aws::CodePipeline
4536
3690
  include Aws::Structure
4537
3691
  end
4538
3692
 
4539
- # @note When making an API call, you may pass StopPipelineExecutionInput
4540
- # data as a hash:
4541
- #
4542
- # {
4543
- # pipeline_name: "PipelineName", # required
4544
- # pipeline_execution_id: "PipelineExecutionId", # required
4545
- # abandon: false,
4546
- # reason: "StopPipelineExecutionReason",
4547
- # }
4548
- #
4549
3693
  # @!attribute [rw] pipeline_name
4550
3694
  # The name of the pipeline to stop.
4551
3695
  # @return [String]
@@ -4596,14 +3740,6 @@ module Aws::CodePipeline
4596
3740
 
4597
3741
  # A tag is a key-value pair that is used to manage the resource.
4598
3742
  #
4599
- # @note When making an API call, you may pass Tag
4600
- # data as a hash:
4601
- #
4602
- # {
4603
- # key: "TagKey", # required
4604
- # value: "TagValue", # required
4605
- # }
4606
- #
4607
3743
  # @!attribute [rw] key
4608
3744
  # The tag's key.
4609
3745
  # @return [String]
@@ -4621,19 +3757,6 @@ module Aws::CodePipeline
4621
3757
  include Aws::Structure
4622
3758
  end
4623
3759
 
4624
- # @note When making an API call, you may pass TagResourceInput
4625
- # data as a hash:
4626
- #
4627
- # {
4628
- # resource_arn: "ResourceArn", # required
4629
- # tags: [ # required
4630
- # {
4631
- # key: "TagKey", # required
4632
- # value: "TagValue", # required
4633
- # },
4634
- # ],
4635
- # }
4636
- #
4637
3760
  # @!attribute [rw] resource_arn
4638
3761
  # The Amazon Resource Name (ARN) of the resource you want to add tags
4639
3762
  # to.
@@ -4656,7 +3779,7 @@ module Aws::CodePipeline
4656
3779
  #
4657
3780
  class TagResourceOutput < Aws::EmptyStructure; end
4658
3781
 
4659
- # A response to a `PollForThirdPartyJobs` request returned by AWS
3782
+ # A response to a `PollForThirdPartyJobs` request returned by
4660
3783
  # CodePipeline when there is a job to be worked on by a partner action.
4661
3784
  #
4662
3785
  # @!attribute [rw] client_id
@@ -4666,7 +3789,7 @@ module Aws::CodePipeline
4666
3789
  # @return [String]
4667
3790
  #
4668
3791
  # @!attribute [rw] job_id
4669
- # The identifier used to identify the job in AWS CodePipeline.
3792
+ # The identifier used to identify the job in CodePipeline.
4670
3793
  # @return [String]
4671
3794
  #
4672
3795
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ThirdPartyJob AWS API Documentation
@@ -4712,22 +3835,23 @@ module Aws::CodePipeline
4712
3835
  # @return [Array<Types::Artifact>]
4713
3836
  #
4714
3837
  # @!attribute [rw] artifact_credentials
4715
- # Represents an AWS session credentials object. These credentials are
4716
- # temporary credentials that are issued by AWS Secure Token Service
4717
- # (STS). They can be used to access input and output artifacts in the
4718
- # S3 bucket used to store artifact for the pipeline in AWS
4719
- # CodePipeline.
3838
+ # Represents an Amazon Web Services session credentials object. These
3839
+ # credentials are temporary credentials that are issued by Amazon Web
3840
+ # Services Secure Token Service (STS). They can be used to access
3841
+ # input and output artifacts in the S3 bucket used to store artifact
3842
+ # for the pipeline in CodePipeline.
4720
3843
  # @return [Types::AWSSessionCredentials]
4721
3844
  #
4722
3845
  # @!attribute [rw] continuation_token
4723
- # A system-generated token, such as a AWS CodeDeploy deployment ID,
4724
- # that a job requires to continue the job asynchronously.
3846
+ # A system-generated token, such as a CodeDeploy deployment ID, that a
3847
+ # job requires to continue the job asynchronously.
4725
3848
  # @return [String]
4726
3849
  #
4727
3850
  # @!attribute [rw] encryption_key
4728
3851
  # The encryption key used to encrypt and decrypt data in the artifact
4729
- # store for the pipeline, such as an AWS Key Management Service (AWS
4730
- # KMS) key. This is optional and might not be present.
3852
+ # store for the pipeline, such as an Amazon Web Services Key
3853
+ # Management Service (Amazon Web Services KMS) key. This is optional
3854
+ # and might not be present.
4731
3855
  # @return [Types::EncryptionKey]
4732
3856
  #
4733
3857
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ThirdPartyJobData AWS API Documentation
@@ -4749,7 +3873,7 @@ module Aws::CodePipeline
4749
3873
  # request.
4750
3874
  #
4751
3875
  # @!attribute [rw] id
4752
- # The identifier used to identify the job details in AWS CodePipeline.
3876
+ # The identifier used to identify the job details in CodePipeline.
4753
3877
  # @return [String]
4754
3878
  #
4755
3879
  # @!attribute [rw] data
@@ -4757,9 +3881,9 @@ module Aws::CodePipeline
4757
3881
  # @return [Types::ThirdPartyJobData]
4758
3882
  #
4759
3883
  # @!attribute [rw] nonce
4760
- # A system-generated random number that AWS CodePipeline uses to
4761
- # ensure that the job is being worked on by only one job worker. Use
4762
- # this number in an AcknowledgeThirdPartyJob request.
3884
+ # A system-generated random number that CodePipeline uses to ensure
3885
+ # that the job is being worked on by only one job worker. Use this
3886
+ # number in an AcknowledgeThirdPartyJob request.
4763
3887
  # @return [String]
4764
3888
  #
4765
3889
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ThirdPartyJobDetails AWS API Documentation
@@ -4817,14 +3941,6 @@ module Aws::CodePipeline
4817
3941
  include Aws::Structure
4818
3942
  end
4819
3943
 
4820
- # @note When making an API call, you may pass UntagResourceInput
4821
- # data as a hash:
4822
- #
4823
- # {
4824
- # resource_arn: "ResourceArn", # required
4825
- # tag_keys: ["TagKey"], # required
4826
- # }
4827
- #
4828
3944
  # @!attribute [rw] resource_arn
4829
3945
  # The Amazon Resource Name (ARN) of the resource to remove tags from.
4830
3946
  # @return [String]
@@ -4846,62 +3962,6 @@ module Aws::CodePipeline
4846
3962
  #
4847
3963
  class UntagResourceOutput < Aws::EmptyStructure; end
4848
3964
 
4849
- # @note When making an API call, you may pass UpdateActionTypeInput
4850
- # data as a hash:
4851
- #
4852
- # {
4853
- # action_type: { # required
4854
- # description: "ActionTypeDescription",
4855
- # executor: { # required
4856
- # configuration: { # required
4857
- # lambda_executor_configuration: {
4858
- # lambda_function_arn: "LambdaFunctionArn", # required
4859
- # },
4860
- # job_worker_executor_configuration: {
4861
- # polling_accounts: ["AccountId"],
4862
- # polling_service_principals: ["ServicePrincipal"],
4863
- # },
4864
- # },
4865
- # type: "JobWorker", # required, accepts JobWorker, Lambda
4866
- # policy_statements_template: "PolicyStatementsTemplate",
4867
- # job_timeout: 1,
4868
- # },
4869
- # id: { # required
4870
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
4871
- # owner: "ActionTypeOwner", # required
4872
- # provider: "ActionProvider", # required
4873
- # version: "Version", # required
4874
- # },
4875
- # input_artifact_details: { # required
4876
- # minimum_count: 1, # required
4877
- # maximum_count: 1, # required
4878
- # },
4879
- # output_artifact_details: { # required
4880
- # minimum_count: 1, # required
4881
- # maximum_count: 1, # required
4882
- # },
4883
- # permissions: {
4884
- # allowed_accounts: ["AllowedAccount"], # required
4885
- # },
4886
- # properties: [
4887
- # {
4888
- # name: "ActionConfigurationKey", # required
4889
- # optional: false, # required
4890
- # key: false, # required
4891
- # no_echo: false, # required
4892
- # queryable: false,
4893
- # description: "PropertyDescription",
4894
- # },
4895
- # ],
4896
- # urls: {
4897
- # configuration_url: "Url",
4898
- # entity_url_template: "UrlTemplate",
4899
- # execution_url_template: "UrlTemplate",
4900
- # revision_url_template: "UrlTemplate",
4901
- # },
4902
- # },
4903
- # }
4904
- #
4905
3965
  # @!attribute [rw] action_type
4906
3966
  # The action type definition for the action type to be updated.
4907
3967
  # @return [Types::ActionTypeDeclaration]
@@ -4916,74 +3976,6 @@ module Aws::CodePipeline
4916
3976
 
4917
3977
  # Represents the input of an `UpdatePipeline` action.
4918
3978
  #
4919
- # @note When making an API call, you may pass UpdatePipelineInput
4920
- # data as a hash:
4921
- #
4922
- # {
4923
- # pipeline: { # required
4924
- # name: "PipelineName", # required
4925
- # role_arn: "RoleArn", # required
4926
- # artifact_store: {
4927
- # type: "S3", # required, accepts S3
4928
- # location: "ArtifactStoreLocation", # required
4929
- # encryption_key: {
4930
- # id: "EncryptionKeyId", # required
4931
- # type: "KMS", # required, accepts KMS
4932
- # },
4933
- # },
4934
- # artifact_stores: {
4935
- # "AWSRegionName" => {
4936
- # type: "S3", # required, accepts S3
4937
- # location: "ArtifactStoreLocation", # required
4938
- # encryption_key: {
4939
- # id: "EncryptionKeyId", # required
4940
- # type: "KMS", # required, accepts KMS
4941
- # },
4942
- # },
4943
- # },
4944
- # stages: [ # required
4945
- # {
4946
- # name: "StageName", # required
4947
- # blockers: [
4948
- # {
4949
- # name: "BlockerName", # required
4950
- # type: "Schedule", # required, accepts Schedule
4951
- # },
4952
- # ],
4953
- # actions: [ # required
4954
- # {
4955
- # name: "ActionName", # required
4956
- # action_type_id: { # required
4957
- # category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
4958
- # owner: "AWS", # required, accepts AWS, ThirdParty, Custom
4959
- # provider: "ActionProvider", # required
4960
- # version: "Version", # required
4961
- # },
4962
- # run_order: 1,
4963
- # configuration: {
4964
- # "ActionConfigurationKey" => "ActionConfigurationValue",
4965
- # },
4966
- # output_artifacts: [
4967
- # {
4968
- # name: "ArtifactName", # required
4969
- # },
4970
- # ],
4971
- # input_artifacts: [
4972
- # {
4973
- # name: "ArtifactName", # required
4974
- # },
4975
- # ],
4976
- # role_arn: "RoleArn",
4977
- # region: "AWSRegionName",
4978
- # namespace: "ActionNamespace",
4979
- # },
4980
- # ],
4981
- # },
4982
- # ],
4983
- # version: 1,
4984
- # },
4985
- # }
4986
- #
4987
3979
  # @!attribute [rw] pipeline
4988
3980
  # The name of the pipeline to be updated.
4989
3981
  # @return [Types::PipelineDeclaration]
@@ -5018,14 +4010,6 @@ module Aws::CodePipeline
5018
4010
 
5019
4011
  # The authentication applied to incoming webhook trigger requests.
5020
4012
  #
5021
- # @note When making an API call, you may pass WebhookAuthConfiguration
5022
- # data as a hash:
5023
- #
5024
- # {
5025
- # allowed_ip_range: "WebhookAuthConfigurationAllowedIPRange",
5026
- # secret_token: "WebhookAuthConfigurationSecretToken",
5027
- # }
5028
- #
5029
4013
  # @!attribute [rw] allowed_ip_range
5030
4014
  # The property used to configure acceptance of webhooks in an IP
5031
4015
  # address range. For IP, only the `AllowedIPRange` property must be
@@ -5048,26 +4032,6 @@ module Aws::CodePipeline
5048
4032
 
5049
4033
  # Represents information about a webhook and its definition.
5050
4034
  #
5051
- # @note When making an API call, you may pass WebhookDefinition
5052
- # data as a hash:
5053
- #
5054
- # {
5055
- # name: "WebhookName", # required
5056
- # target_pipeline: "PipelineName", # required
5057
- # target_action: "ActionName", # required
5058
- # filters: [ # required
5059
- # {
5060
- # json_path: "JsonPath", # required
5061
- # match_equals: "MatchEquals",
5062
- # },
5063
- # ],
5064
- # authentication: "GITHUB_HMAC", # required, accepts GITHUB_HMAC, IP, UNAUTHENTICATED
5065
- # authentication_configuration: { # required
5066
- # allowed_ip_range: "WebhookAuthConfigurationAllowedIPRange",
5067
- # secret_token: "WebhookAuthConfigurationSecretToken",
5068
- # },
5069
- # }
5070
- #
5071
4035
  # @!attribute [rw] name
5072
4036
  # The name of the webhook.
5073
4037
  # @return [String]
@@ -5132,14 +4096,6 @@ module Aws::CodePipeline
5132
4096
  # The event criteria that specify when a webhook notification is sent to
5133
4097
  # your URL.
5134
4098
  #
5135
- # @note When making an API call, you may pass WebhookFilterRule
5136
- # data as a hash:
5137
- #
5138
- # {
5139
- # json_path: "JsonPath", # required
5140
- # match_equals: "MatchEquals",
5141
- # }
5142
- #
5143
4099
  # @!attribute [rw] json_path
5144
4100
  # A JsonPath expression that is applied to the body/payload of the
5145
4101
  # webhook. The value selected by the JsonPath expression must match
@@ -5160,8 +4116,8 @@ module Aws::CodePipeline
5160
4116
  # configuration key with curly brackets. For example, if the value
5161
4117
  # supplied here is "refs/heads/\\\{Branch\\}" and the target action
5162
4118
  # has an action configuration property called "Branch" with a value
5163
- # of "master", the `MatchEquals` value is evaluated as
5164
- # "refs/heads/master". For a list of action configuration properties
4119
+ # of "main", the `MatchEquals` value is evaluated as
4120
+ # "refs/heads/main". For a list of action configuration properties
5165
4121
  # for built-in action types, see [Pipeline Structure Reference Action
5166
4122
  # Requirements][1].
5167
4123
  #