aws-sdk-amplify 1.19.0 → 1.20.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.
@@ -30,6 +30,9 @@ module Aws::Amplify
30
30
  AutoBranchCreationConfig = Shapes::StructureShape.new(name: 'AutoBranchCreationConfig')
31
31
  AutoBranchCreationPattern = Shapes::StringShape.new(name: 'AutoBranchCreationPattern')
32
32
  AutoBranchCreationPatterns = Shapes::ListShape.new(name: 'AutoBranchCreationPatterns')
33
+ AutoSubDomainCreationPattern = Shapes::StringShape.new(name: 'AutoSubDomainCreationPattern')
34
+ AutoSubDomainCreationPatterns = Shapes::ListShape.new(name: 'AutoSubDomainCreationPatterns')
35
+ AutoSubDomainIAMRole = Shapes::StringShape.new(name: 'AutoSubDomainIAMRole')
33
36
  BackendEnvironment = Shapes::StructureShape.new(name: 'BackendEnvironment')
34
37
  BackendEnvironmentArn = Shapes::StringShape.new(name: 'BackendEnvironmentArn')
35
38
  BackendEnvironments = Shapes::ListShape.new(name: 'BackendEnvironments')
@@ -93,6 +96,7 @@ module Aws::Amplify
93
96
  EnableAutoSubDomain = Shapes::BooleanShape.new(name: 'EnableAutoSubDomain')
94
97
  EnableBasicAuth = Shapes::BooleanShape.new(name: 'EnableBasicAuth')
95
98
  EnableBranchAutoBuild = Shapes::BooleanShape.new(name: 'EnableBranchAutoBuild')
99
+ EnableBranchAutoDeletion = Shapes::BooleanShape.new(name: 'EnableBranchAutoDeletion')
96
100
  EnableNotification = Shapes::BooleanShape.new(name: 'EnableNotification')
97
101
  EnablePullRequestPreview = Shapes::BooleanShape.new(name: 'EnablePullRequestPreview')
98
102
  EndTime = Shapes::TimestampShape.new(name: 'EndTime')
@@ -229,6 +233,7 @@ module Aws::Amplify
229
233
  App.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariables, required: true, location_name: "environmentVariables"))
230
234
  App.add_member(:default_domain, Shapes::ShapeRef.new(shape: DefaultDomain, required: true, location_name: "defaultDomain"))
231
235
  App.add_member(:enable_branch_auto_build, Shapes::ShapeRef.new(shape: EnableBranchAutoBuild, required: true, location_name: "enableBranchAutoBuild"))
236
+ App.add_member(:enable_branch_auto_deletion, Shapes::ShapeRef.new(shape: EnableBranchAutoDeletion, location_name: "enableBranchAutoDeletion"))
232
237
  App.add_member(:enable_basic_auth, Shapes::ShapeRef.new(shape: EnableBasicAuth, required: true, location_name: "enableBasicAuth"))
233
238
  App.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
234
239
  App.add_member(:custom_rules, Shapes::ShapeRef.new(shape: CustomRules, location_name: "customRules"))
@@ -262,6 +267,8 @@ module Aws::Amplify
262
267
 
263
268
  AutoBranchCreationPatterns.member = Shapes::ShapeRef.new(shape: AutoBranchCreationPattern)
264
269
 
270
+ AutoSubDomainCreationPatterns.member = Shapes::ShapeRef.new(shape: AutoSubDomainCreationPattern)
271
+
265
272
  BackendEnvironment.add_member(:backend_environment_arn, Shapes::ShapeRef.new(shape: BackendEnvironmentArn, required: true, location_name: "backendEnvironmentArn"))
266
273
  BackendEnvironment.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "environmentName"))
267
274
  BackendEnvironment.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "stackName"))
@@ -314,6 +321,7 @@ module Aws::Amplify
314
321
  CreateAppRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
315
322
  CreateAppRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environmentVariables"))
316
323
  CreateAppRequest.add_member(:enable_branch_auto_build, Shapes::ShapeRef.new(shape: EnableBranchAutoBuild, location_name: "enableBranchAutoBuild"))
324
+ CreateAppRequest.add_member(:enable_branch_auto_deletion, Shapes::ShapeRef.new(shape: EnableBranchAutoDeletion, location_name: "enableBranchAutoDeletion"))
317
325
  CreateAppRequest.add_member(:enable_basic_auth, Shapes::ShapeRef.new(shape: EnableBasicAuth, location_name: "enableBasicAuth"))
318
326
  CreateAppRequest.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
319
327
  CreateAppRequest.add_member(:custom_rules, Shapes::ShapeRef.new(shape: CustomRules, location_name: "customRules"))
@@ -372,6 +380,8 @@ module Aws::Amplify
372
380
  CreateDomainAssociationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
373
381
  CreateDomainAssociationRequest.add_member(:enable_auto_sub_domain, Shapes::ShapeRef.new(shape: EnableAutoSubDomain, location_name: "enableAutoSubDomain"))
374
382
  CreateDomainAssociationRequest.add_member(:sub_domain_settings, Shapes::ShapeRef.new(shape: SubDomainSettings, required: true, location_name: "subDomainSettings"))
383
+ CreateDomainAssociationRequest.add_member(:auto_sub_domain_creation_patterns, Shapes::ShapeRef.new(shape: AutoSubDomainCreationPatterns, location_name: "autoSubDomainCreationPatterns"))
384
+ CreateDomainAssociationRequest.add_member(:auto_sub_domain_iam_role, Shapes::ShapeRef.new(shape: AutoSubDomainIAMRole, location_name: "autoSubDomainIAMRole"))
375
385
  CreateDomainAssociationRequest.struct_class = Types::CreateDomainAssociationRequest
376
386
 
377
387
  CreateDomainAssociationResult.add_member(:domain_association, Shapes::ShapeRef.new(shape: DomainAssociation, required: true, location_name: "domainAssociation"))
@@ -442,6 +452,8 @@ module Aws::Amplify
442
452
  DomainAssociation.add_member(:domain_association_arn, Shapes::ShapeRef.new(shape: DomainAssociationArn, required: true, location_name: "domainAssociationArn"))
443
453
  DomainAssociation.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
444
454
  DomainAssociation.add_member(:enable_auto_sub_domain, Shapes::ShapeRef.new(shape: EnableAutoSubDomain, required: true, location_name: "enableAutoSubDomain"))
455
+ DomainAssociation.add_member(:auto_sub_domain_creation_patterns, Shapes::ShapeRef.new(shape: AutoSubDomainCreationPatterns, location_name: "autoSubDomainCreationPatterns"))
456
+ DomainAssociation.add_member(:auto_sub_domain_iam_role, Shapes::ShapeRef.new(shape: AutoSubDomainIAMRole, location_name: "autoSubDomainIAMRole"))
445
457
  DomainAssociation.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "domainStatus"))
446
458
  DomainAssociation.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, required: true, location_name: "statusReason"))
447
459
  DomainAssociation.add_member(:certificate_verification_dns_record, Shapes::ShapeRef.new(shape: CertificateVerificationDNSRecord, location_name: "certificateVerificationDNSRecord"))
@@ -559,7 +571,7 @@ module Aws::Amplify
559
571
  ListArtifactsResult.struct_class = Types::ListArtifactsResult
560
572
 
561
573
  ListBackendEnvironmentsRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, required: true, location: "uri", location_name: "appId"))
562
- ListBackendEnvironmentsRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "environmentName"))
574
+ ListBackendEnvironmentsRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location: "querystring", location_name: "environmentName"))
563
575
  ListBackendEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
564
576
  ListBackendEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
565
577
  ListBackendEnvironmentsRequest.struct_class = Types::ListBackendEnvironmentsRequest
@@ -712,6 +724,7 @@ module Aws::Amplify
712
724
  UpdateAppRequest.add_member(:iam_service_role_arn, Shapes::ShapeRef.new(shape: ServiceRoleArn, location_name: "iamServiceRoleArn"))
713
725
  UpdateAppRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environmentVariables"))
714
726
  UpdateAppRequest.add_member(:enable_branch_auto_build, Shapes::ShapeRef.new(shape: EnableAutoBuild, location_name: "enableBranchAutoBuild"))
727
+ UpdateAppRequest.add_member(:enable_branch_auto_deletion, Shapes::ShapeRef.new(shape: EnableBranchAutoDeletion, location_name: "enableBranchAutoDeletion"))
715
728
  UpdateAppRequest.add_member(:enable_basic_auth, Shapes::ShapeRef.new(shape: EnableBasicAuth, location_name: "enableBasicAuth"))
716
729
  UpdateAppRequest.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
717
730
  UpdateAppRequest.add_member(:custom_rules, Shapes::ShapeRef.new(shape: CustomRules, location_name: "customRules"))
@@ -752,6 +765,8 @@ module Aws::Amplify
752
765
  UpdateDomainAssociationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "domainName"))
753
766
  UpdateDomainAssociationRequest.add_member(:enable_auto_sub_domain, Shapes::ShapeRef.new(shape: EnableAutoSubDomain, location_name: "enableAutoSubDomain"))
754
767
  UpdateDomainAssociationRequest.add_member(:sub_domain_settings, Shapes::ShapeRef.new(shape: SubDomainSettings, required: true, location_name: "subDomainSettings"))
768
+ UpdateDomainAssociationRequest.add_member(:auto_sub_domain_creation_patterns, Shapes::ShapeRef.new(shape: AutoSubDomainCreationPatterns, location_name: "autoSubDomainCreationPatterns"))
769
+ UpdateDomainAssociationRequest.add_member(:auto_sub_domain_iam_role, Shapes::ShapeRef.new(shape: AutoSubDomainIAMRole, location_name: "autoSubDomainIAMRole"))
755
770
  UpdateDomainAssociationRequest.struct_class = Types::UpdateDomainAssociationRequest
756
771
 
757
772
  UpdateDomainAssociationResult.add_member(:domain_association, Shapes::ShapeRef.new(shape: DomainAssociation, required: true, location_name: "domainAssociation"))
@@ -10,91 +10,102 @@
10
10
  module Aws::Amplify
11
11
  module Types
12
12
 
13
- # Amplify App represents different branches of a repository for
14
- # building, deploying, and hosting.
13
+ # Represents the different branches of a repository for building,
14
+ # deploying, and hosting an Amplify app.
15
15
  #
16
16
  # @!attribute [rw] app_id
17
- # Unique Id for the Amplify App.
17
+ # The unique ID of the Amplify app.
18
18
  # @return [String]
19
19
  #
20
20
  # @!attribute [rw] app_arn
21
- # ARN for the Amplify App.
21
+ # The Amazon Resource Name (ARN) of the Amplify app.
22
22
  # @return [String]
23
23
  #
24
24
  # @!attribute [rw] name
25
- # Name for the Amplify App.
25
+ # The name for the Amplify app.
26
26
  # @return [String]
27
27
  #
28
28
  # @!attribute [rw] tags
29
- # Tag for Amplify App.
29
+ # The tag for the Amplify app.
30
30
  # @return [Hash<String,String>]
31
31
  #
32
32
  # @!attribute [rw] description
33
- # Description for the Amplify App.
33
+ # The description for the Amplify app.
34
34
  # @return [String]
35
35
  #
36
36
  # @!attribute [rw] repository
37
- # Repository for the Amplify App.
37
+ # The repository for the Amplify app.
38
38
  # @return [String]
39
39
  #
40
40
  # @!attribute [rw] platform
41
- # Platform for the Amplify App.
41
+ # The platform for the Amplify app.
42
42
  # @return [String]
43
43
  #
44
44
  # @!attribute [rw] create_time
45
- # Create date / time for the Amplify App.
45
+ # Creates a date and time for the Amplify app.
46
46
  # @return [Time]
47
47
  #
48
48
  # @!attribute [rw] update_time
49
- # Update date / time for the Amplify App.
49
+ # Updates the date and time for the Amplify app.
50
50
  # @return [Time]
51
51
  #
52
52
  # @!attribute [rw] iam_service_role_arn
53
- # IAM service role ARN for the Amplify App.
53
+ # The AWS Identity and Access Management (IAM) service role for the
54
+ # Amazon Resource Name (ARN) of the Amplify app.
54
55
  # @return [String]
55
56
  #
56
57
  # @!attribute [rw] environment_variables
57
- # Environment Variables for the Amplify App.
58
+ # The environment variables for the Amplify app.
58
59
  # @return [Hash<String,String>]
59
60
  #
60
61
  # @!attribute [rw] default_domain
61
- # Default domain for the Amplify App.
62
+ # The default domain for the Amplify app.
62
63
  # @return [String]
63
64
  #
64
65
  # @!attribute [rw] enable_branch_auto_build
65
- # Enables auto-building of branches for the Amplify App.
66
+ # Enables the auto-building of branches for the Amplify app.
67
+ # @return [Boolean]
68
+ #
69
+ # @!attribute [rw] enable_branch_auto_deletion
70
+ # Automatically disconnects a branch in the Amplify Console when you
71
+ # delete a branch from your Git repository.
66
72
  # @return [Boolean]
67
73
  #
68
74
  # @!attribute [rw] enable_basic_auth
69
- # Enables Basic Authorization for branches for the Amplify App.
75
+ # Enables basic authorization for the Amplify app's branches.
70
76
  # @return [Boolean]
71
77
  #
72
78
  # @!attribute [rw] basic_auth_credentials
73
- # Basic Authorization credentials for branches for the Amplify App.
79
+ # The basic authorization credentials for branches for the Amplify
80
+ # app.
74
81
  # @return [String]
75
82
  #
76
83
  # @!attribute [rw] custom_rules
77
- # Custom redirect / rewrite rules for the Amplify App.
84
+ # Describes the custom redirect and rewrite rules for the Amplify app.
78
85
  # @return [Array<Types::CustomRule>]
79
86
  #
80
87
  # @!attribute [rw] production_branch
81
- # Structure with Production Branch information.
88
+ # Describes the information about a production branch of the Amplify
89
+ # app.
82
90
  # @return [Types::ProductionBranch]
83
91
  #
84
92
  # @!attribute [rw] build_spec
85
- # BuildSpec content for Amplify App.
93
+ # Describes the content of the build specification (build spec) for
94
+ # the Amplify app.
86
95
  # @return [String]
87
96
  #
88
97
  # @!attribute [rw] enable_auto_branch_creation
89
- # Enables automated branch creation for the Amplify App.
98
+ # Enables automated branch creation for the Amplify app.
90
99
  # @return [Boolean]
91
100
  #
92
101
  # @!attribute [rw] auto_branch_creation_patterns
93
- # Automated branch creation glob patterns for the Amplify App.
102
+ # Describes the automated branch creation glob patterns for the
103
+ # Amplify app.
94
104
  # @return [Array<String>]
95
105
  #
96
106
  # @!attribute [rw] auto_branch_creation_config
97
- # Automated branch creation config for the Amplify App.
107
+ # Describes the automated branch creation configuration for the
108
+ # Amplify app.
98
109
  # @return [Types::AutoBranchCreationConfig]
99
110
  #
100
111
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/App AWS API Documentation
@@ -113,6 +124,7 @@ module Aws::Amplify
113
124
  :environment_variables,
114
125
  :default_domain,
115
126
  :enable_branch_auto_build,
127
+ :enable_branch_auto_deletion,
116
128
  :enable_basic_auth,
117
129
  :basic_auth_credentials,
118
130
  :custom_rules,
@@ -121,18 +133,18 @@ module Aws::Amplify
121
133
  :enable_auto_branch_creation,
122
134
  :auto_branch_creation_patterns,
123
135
  :auto_branch_creation_config)
124
- SENSITIVE = []
136
+ SENSITIVE = [:basic_auth_credentials]
125
137
  include Aws::Structure
126
138
  end
127
139
 
128
- # Structure for artifact.
140
+ # Describes an artifact.
129
141
  #
130
142
  # @!attribute [rw] artifact_file_name
131
- # File name for the artifact.
143
+ # The file name for the artifact.
132
144
  # @return [String]
133
145
  #
134
146
  # @!attribute [rw] artifact_id
135
- # Unique Id for a artifact.
147
+ # The unique ID for the artifact.
136
148
  # @return [String]
137
149
  #
138
150
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Artifact AWS API Documentation
@@ -144,7 +156,7 @@ module Aws::Amplify
144
156
  include Aws::Structure
145
157
  end
146
158
 
147
- # Structure with auto branch creation config.
159
+ # Describes the automated branch creation configuration.
148
160
  #
149
161
  # @note When making an API call, you may pass AutoBranchCreationConfig
150
162
  # data as a hash:
@@ -164,39 +176,39 @@ module Aws::Amplify
164
176
  # }
165
177
  #
166
178
  # @!attribute [rw] stage
167
- # Stage for the auto created branch.
179
+ # Describes the current stage for the autocreated branch.
168
180
  # @return [String]
169
181
  #
170
182
  # @!attribute [rw] framework
171
- # Framework for the auto created branch.
183
+ # The framework for the autocreated branch.
172
184
  # @return [String]
173
185
  #
174
186
  # @!attribute [rw] enable_auto_build
175
- # Enables auto building for the auto created branch.
187
+ # Enables auto building for the autocreated branch.
176
188
  # @return [Boolean]
177
189
  #
178
190
  # @!attribute [rw] environment_variables
179
- # Environment Variables for the auto created branch.
191
+ # The environment variables for the autocreated branch.
180
192
  # @return [Hash<String,String>]
181
193
  #
182
194
  # @!attribute [rw] basic_auth_credentials
183
- # Basic Authorization credentials for the auto created branch.
195
+ # The basic authorization credentials for the autocreated branch.
184
196
  # @return [String]
185
197
  #
186
198
  # @!attribute [rw] enable_basic_auth
187
- # Enables Basic Auth for the auto created branch.
199
+ # Enables basic authorization for the autocreated branch.
188
200
  # @return [Boolean]
189
201
  #
190
202
  # @!attribute [rw] build_spec
191
- # BuildSpec for the auto created branch.
203
+ # The build specification (build spec) for the autocreated branch.
192
204
  # @return [String]
193
205
  #
194
206
  # @!attribute [rw] enable_pull_request_preview
195
- # Enables Pull Request Preview for auto created branch.
207
+ # Enables pull request preview for the autocreated branch.
196
208
  # @return [Boolean]
197
209
  #
198
210
  # @!attribute [rw] pull_request_environment_name
199
- # The Amplify Environment name for the pull request.
211
+ # The Amplify environment name for the pull request.
200
212
  # @return [String]
201
213
  #
202
214
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/AutoBranchCreationConfig AWS API Documentation
@@ -211,36 +223,37 @@ module Aws::Amplify
211
223
  :build_spec,
212
224
  :enable_pull_request_preview,
213
225
  :pull_request_environment_name)
214
- SENSITIVE = []
226
+ SENSITIVE = [:basic_auth_credentials]
215
227
  include Aws::Structure
216
228
  end
217
229
 
218
- # Backend environment for an Amplify App.
230
+ # Describes the backend environment for an Amplify app.
219
231
  #
220
232
  # @!attribute [rw] backend_environment_arn
221
- # Arn for a backend environment, part of an Amplify App.
233
+ # The Amazon Resource Name (ARN) for a backend environment that is
234
+ # part of an Amplify app.
222
235
  # @return [String]
223
236
  #
224
237
  # @!attribute [rw] environment_name
225
- # Name for a backend environment, part of an Amplify App.
238
+ # The name for a backend environment that is part of an Amplify app.
226
239
  # @return [String]
227
240
  #
228
241
  # @!attribute [rw] stack_name
229
- # CloudFormation stack name of backend environment.
242
+ # The AWS CloudFormation stack name of a backend environment.
230
243
  # @return [String]
231
244
  #
232
245
  # @!attribute [rw] deployment_artifacts
233
- # Name of deployment artifacts.
246
+ # The name of deployment artifacts.
234
247
  # @return [String]
235
248
  #
236
249
  # @!attribute [rw] create_time
237
- # Creation date and time for a backend environment, part of an Amplify
238
- # App.
250
+ # The creation date and time for a backend environment that is part of
251
+ # an Amplify app.
239
252
  # @return [Time]
240
253
  #
241
254
  # @!attribute [rw] update_time
242
- # Last updated date and time for a backend environment, part of an
243
- # Amplify App.
255
+ # The last updated date and time for a backend environment that is
256
+ # part of an Amplify app.
244
257
  # @return [Time]
245
258
  #
246
259
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/BackendEnvironment AWS API Documentation
@@ -256,7 +269,7 @@ module Aws::Amplify
256
269
  include Aws::Structure
257
270
  end
258
271
 
259
- # Exception thrown when a request contains unexpected data.
272
+ # A request contains unexpected data.
260
273
  #
261
274
  # @!attribute [rw] message
262
275
  # @return [String]
@@ -269,100 +282,104 @@ module Aws::Amplify
269
282
  include Aws::Structure
270
283
  end
271
284
 
272
- # Branch for an Amplify App, which maps to a 3rd party repository
285
+ # The branch for an Amplify app, which maps to a third-party repository
273
286
  # branch.
274
287
  #
275
288
  # @!attribute [rw] branch_arn
276
- # ARN for a branch, part of an Amplify App.
289
+ # The Amazon Resource Name (ARN) for a branch that is part of an
290
+ # Amplify app.
277
291
  # @return [String]
278
292
  #
279
293
  # @!attribute [rw] branch_name
280
- # Name for a branch, part of an Amplify App.
294
+ # The name for the branch that is part of an Amplify app.
281
295
  # @return [String]
282
296
  #
283
297
  # @!attribute [rw] description
284
- # Description for a branch, part of an Amplify App.
298
+ # The description for the branch that is part of an Amplify app.
285
299
  # @return [String]
286
300
  #
287
301
  # @!attribute [rw] tags
288
- # Tag for branch for Amplify App.
302
+ # The tag for the branch of an Amplify app.
289
303
  # @return [Hash<String,String>]
290
304
  #
291
305
  # @!attribute [rw] stage
292
- # Stage for a branch, part of an Amplify App.
306
+ # The current stage for the branch that is part of an Amplify app.
293
307
  # @return [String]
294
308
  #
295
309
  # @!attribute [rw] display_name
296
- # Display name for a branch, will use as the default domain prefix.
310
+ # The display name for the branch. This is used as the default domain
311
+ # prefix.
297
312
  # @return [String]
298
313
  #
299
314
  # @!attribute [rw] enable_notification
300
- # Enables notifications for a branch, part of an Amplify App.
315
+ # Enables notifications for a branch that is part of an Amplify app.
301
316
  # @return [Boolean]
302
317
  #
303
318
  # @!attribute [rw] create_time
304
- # Creation date and time for a branch, part of an Amplify App.
319
+ # The creation date and time for a branch that is part of an Amplify
320
+ # app.
305
321
  # @return [Time]
306
322
  #
307
323
  # @!attribute [rw] update_time
308
- # Last updated date and time for a branch, part of an Amplify App.
324
+ # The last updated date and time for a branch that is part of an
325
+ # Amplify app.
309
326
  # @return [Time]
310
327
  #
311
328
  # @!attribute [rw] environment_variables
312
- # Environment Variables specific to a branch, part of an Amplify App.
329
+ # The environment variables specific to a branch of an Amplify app.
313
330
  # @return [Hash<String,String>]
314
331
  #
315
332
  # @!attribute [rw] enable_auto_build
316
- # Enables auto-building on push for a branch, part of an Amplify App.
333
+ # Enables auto-building on push for a branch of an Amplify app.
317
334
  # @return [Boolean]
318
335
  #
319
336
  # @!attribute [rw] custom_domains
320
- # Custom domains for a branch, part of an Amplify App.
337
+ # The custom domains for a branch of an Amplify app.
321
338
  # @return [Array<String>]
322
339
  #
323
340
  # @!attribute [rw] framework
324
- # Framework for a branch, part of an Amplify App.
341
+ # The framework for a branch of an Amplify app.
325
342
  # @return [String]
326
343
  #
327
344
  # @!attribute [rw] active_job_id
328
- # Id of the active job for a branch, part of an Amplify App.
345
+ # The ID of the active job for a branch of an Amplify app.
329
346
  # @return [String]
330
347
  #
331
348
  # @!attribute [rw] total_number_of_jobs
332
- # Total number of Jobs part of an Amplify App.
349
+ # The total number of jobs that are part of an Amplify app.
333
350
  # @return [String]
334
351
  #
335
352
  # @!attribute [rw] enable_basic_auth
336
- # Enables Basic Authorization for a branch, part of an Amplify App.
353
+ # Enables basic authorization for a branch of an Amplify app.
337
354
  # @return [Boolean]
338
355
  #
339
356
  # @!attribute [rw] thumbnail_url
340
- # Thumbnail URL for the branch.
357
+ # The thumbnail URL for the branch of an Amplify app.
341
358
  # @return [String]
342
359
  #
343
360
  # @!attribute [rw] basic_auth_credentials
344
- # Basic Authorization credentials for a branch, part of an Amplify
345
- # App.
361
+ # The basic authorization credentials for a branch of an Amplify app.
346
362
  # @return [String]
347
363
  #
348
364
  # @!attribute [rw] build_spec
349
- # BuildSpec content for branch for Amplify App.
365
+ # The build specification (build spec) content for the branch of an
366
+ # Amplify app.
350
367
  # @return [String]
351
368
  #
352
369
  # @!attribute [rw] ttl
353
- # The content TTL for the website in seconds.
370
+ # The content Time to Live (TTL) for the website in seconds.
354
371
  # @return [String]
355
372
  #
356
373
  # @!attribute [rw] associated_resources
357
- # List of custom resources that are linked to this branch.
374
+ # A list of custom resources that are linked to this branch.
358
375
  # @return [Array<String>]
359
376
  #
360
377
  # @!attribute [rw] enable_pull_request_preview
361
- # Enables Pull Request Preview for this branch.
378
+ # Enables pull request preview for the branch.
362
379
  # @return [Boolean]
363
380
  #
364
381
  # @!attribute [rw] pull_request_environment_name
365
- # The Amplify Environment name for the pull request.
382
+ # The Amplify environment name for the pull request.
366
383
  # @return [String]
367
384
  #
368
385
  # @!attribute [rw] destination_branch
@@ -374,7 +391,8 @@ module Aws::Amplify
374
391
  # @return [String]
375
392
  #
376
393
  # @!attribute [rw] backend_environment_arn
377
- # ARN for a Backend Environment, part of an Amplify App.
394
+ # The Amazon Resource Name (ARN) for a backend environment that is
395
+ # part of an Amplify app.
378
396
  # @return [String]
379
397
  #
380
398
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Branch AWS API Documentation
@@ -406,11 +424,11 @@ module Aws::Amplify
406
424
  :destination_branch,
407
425
  :source_branch,
408
426
  :backend_environment_arn)
409
- SENSITIVE = []
427
+ SENSITIVE = [:basic_auth_credentials]
410
428
  include Aws::Structure
411
429
  end
412
430
 
413
- # Request structure used to create Apps in Amplify.
431
+ # The request structure used to create apps in Amplify.
414
432
  #
415
433
  # @note When making an API call, you may pass CreateAppRequest
416
434
  # data as a hash:
@@ -427,6 +445,7 @@ module Aws::Amplify
427
445
  # "EnvKey" => "EnvValue",
428
446
  # },
429
447
  # enable_branch_auto_build: false,
448
+ # enable_branch_auto_deletion: false,
430
449
  # enable_basic_auth: false,
431
450
  # basic_auth_credentials: "BasicAuthCredentials",
432
451
  # custom_rules: [
@@ -459,76 +478,82 @@ module Aws::Amplify
459
478
  # }
460
479
  #
461
480
  # @!attribute [rw] name
462
- # Name for the Amplify App
481
+ # The name for the Amplify app.
463
482
  # @return [String]
464
483
  #
465
484
  # @!attribute [rw] description
466
- # Description for an Amplify App
485
+ # The description for an Amplify app.
467
486
  # @return [String]
468
487
  #
469
488
  # @!attribute [rw] repository
470
- # Repository for an Amplify App
489
+ # The repository for an Amplify app.
471
490
  # @return [String]
472
491
  #
473
492
  # @!attribute [rw] platform
474
- # Platform / framework for an Amplify App
493
+ # The platform or framework for an Amplify app.
475
494
  # @return [String]
476
495
  #
477
496
  # @!attribute [rw] iam_service_role_arn
478
- # AWS IAM service role for an Amplify App
497
+ # The AWS Identity and Access Management (IAM) service role for an
498
+ # Amplify app.
479
499
  # @return [String]
480
500
  #
481
501
  # @!attribute [rw] oauth_token
482
- # OAuth token for 3rd party source control system for an Amplify App,
483
- # used to create webhook and read-only deploy key. OAuth token is not
484
- # stored.
502
+ # The OAuth token for a third-party source control system for an
503
+ # Amplify app. The OAuth token is used to create a webhook and a
504
+ # read-only deploy key. The OAuth token is not stored.
485
505
  # @return [String]
486
506
  #
487
507
  # @!attribute [rw] access_token
488
- # Personal Access token for 3rd party source control system for an
489
- # Amplify App, used to create webhook and read-only deploy key. Token
490
- # is not stored.
508
+ # The personal access token for a third-party source control system
509
+ # for an Amplify app. The personal access token is used to create a
510
+ # webhook and a read-only deploy key. The token is not stored.
491
511
  # @return [String]
492
512
  #
493
513
  # @!attribute [rw] environment_variables
494
- # Environment variables map for an Amplify App.
514
+ # The environment variables map for an Amplify app.
495
515
  # @return [Hash<String,String>]
496
516
  #
497
517
  # @!attribute [rw] enable_branch_auto_build
498
- # Enable the auto building of branches for an Amplify App.
518
+ # Enables the auto building of branches for an Amplify app.
519
+ # @return [Boolean]
520
+ #
521
+ # @!attribute [rw] enable_branch_auto_deletion
522
+ # Automatically disconnects a branch in the Amplify Console when you
523
+ # delete a branch from your Git repository.
499
524
  # @return [Boolean]
500
525
  #
501
526
  # @!attribute [rw] enable_basic_auth
502
- # Enable Basic Authorization for an Amplify App, this will apply to
503
- # all branches part of this App.
527
+ # Enables basic authorization for an Amplify app. This will apply to
528
+ # all branches that are part of this app.
504
529
  # @return [Boolean]
505
530
  #
506
531
  # @!attribute [rw] basic_auth_credentials
507
- # Credentials for Basic Authorization for an Amplify App.
532
+ # The credentials for basic authorization for an Amplify app.
508
533
  # @return [String]
509
534
  #
510
535
  # @!attribute [rw] custom_rules
511
- # Custom rewrite / redirect rules for an Amplify App.
536
+ # The custom rewrite and redirect rules for an Amplify app.
512
537
  # @return [Array<Types::CustomRule>]
513
538
  #
514
539
  # @!attribute [rw] tags
515
- # Tag for an Amplify App
540
+ # The tag for an Amplify app.
516
541
  # @return [Hash<String,String>]
517
542
  #
518
543
  # @!attribute [rw] build_spec
519
- # BuildSpec for an Amplify App
544
+ # The build specification (build spec) for an Amplify app.
520
545
  # @return [String]
521
546
  #
522
547
  # @!attribute [rw] enable_auto_branch_creation
523
- # Enables automated branch creation for the Amplify App.
548
+ # Enables automated branch creation for the Amplify app.
524
549
  # @return [Boolean]
525
550
  #
526
551
  # @!attribute [rw] auto_branch_creation_patterns
527
- # Automated branch creation glob patterns for the Amplify App.
552
+ # The automated branch creation glob patterns for the Amplify app.
528
553
  # @return [Array<String>]
529
554
  #
530
555
  # @!attribute [rw] auto_branch_creation_config
531
- # Automated branch creation config for the Amplify App.
556
+ # The automated branch creation configuration for the Amplify app.
532
557
  # @return [Types::AutoBranchCreationConfig]
533
558
  #
534
559
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateAppRequest AWS API Documentation
@@ -543,6 +568,7 @@ module Aws::Amplify
543
568
  :access_token,
544
569
  :environment_variables,
545
570
  :enable_branch_auto_build,
571
+ :enable_branch_auto_deletion,
546
572
  :enable_basic_auth,
547
573
  :basic_auth_credentials,
548
574
  :custom_rules,
@@ -551,13 +577,13 @@ module Aws::Amplify
551
577
  :enable_auto_branch_creation,
552
578
  :auto_branch_creation_patterns,
553
579
  :auto_branch_creation_config)
554
- SENSITIVE = []
580
+ SENSITIVE = [:oauth_token, :access_token, :basic_auth_credentials]
555
581
  include Aws::Structure
556
582
  end
557
583
 
558
584
  # @!attribute [rw] app
559
- # Amplify App represents different branches of a repository for
560
- # building, deploying, and hosting.
585
+ # Represents the different branches of a repository for building,
586
+ # deploying, and hosting an Amplify app.
561
587
  # @return [Types::App]
562
588
  #
563
589
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateAppResult AWS API Documentation
@@ -568,7 +594,7 @@ module Aws::Amplify
568
594
  include Aws::Structure
569
595
  end
570
596
 
571
- # Request structure for a backend environment create request.
597
+ # The request structure for the backend environment create request.
572
598
  #
573
599
  # @note When making an API call, you may pass CreateBackendEnvironmentRequest
574
600
  # data as a hash:
@@ -581,19 +607,19 @@ module Aws::Amplify
581
607
  # }
582
608
  #
583
609
  # @!attribute [rw] app_id
584
- # Unique Id for an Amplify App.
610
+ # The unique ID for an Amplify app.
585
611
  # @return [String]
586
612
  #
587
613
  # @!attribute [rw] environment_name
588
- # Name for the backend environment.
614
+ # The name for the backend environment.
589
615
  # @return [String]
590
616
  #
591
617
  # @!attribute [rw] stack_name
592
- # CloudFormation stack name of backend environment.
618
+ # The AWS CloudFormation stack name of a backend environment.
593
619
  # @return [String]
594
620
  #
595
621
  # @!attribute [rw] deployment_artifacts
596
- # Name of deployment artifacts.
622
+ # The name of deployment artifacts.
597
623
  # @return [String]
598
624
  #
599
625
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBackendEnvironmentRequest AWS API Documentation
@@ -607,10 +633,10 @@ module Aws::Amplify
607
633
  include Aws::Structure
608
634
  end
609
635
 
610
- # Result structure for create backend environment.
636
+ # The result structure for the create backend environment request.
611
637
  #
612
638
  # @!attribute [rw] backend_environment
613
- # Backend environment structure for an amplify App.
639
+ # Describes the backend environment for an Amplify app.
614
640
  # @return [Types::BackendEnvironment]
615
641
  #
616
642
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBackendEnvironmentResult AWS API Documentation
@@ -621,7 +647,7 @@ module Aws::Amplify
621
647
  include Aws::Structure
622
648
  end
623
649
 
624
- # Request structure for a branch create request.
650
+ # The request structure for the create branch request.
625
651
  #
626
652
  # @note When making an API call, you may pass CreateBranchRequest
627
653
  # data as a hash:
@@ -651,23 +677,23 @@ module Aws::Amplify
651
677
  # }
652
678
  #
653
679
  # @!attribute [rw] app_id
654
- # Unique Id for an Amplify App.
680
+ # The unique ID for an Amplify app.
655
681
  # @return [String]
656
682
  #
657
683
  # @!attribute [rw] branch_name
658
- # Name for the branch.
684
+ # The name for the branch.
659
685
  # @return [String]
660
686
  #
661
687
  # @!attribute [rw] description
662
- # Description for the branch.
688
+ # The description for the branch.
663
689
  # @return [String]
664
690
  #
665
691
  # @!attribute [rw] stage
666
- # Stage for the branch.
692
+ # Describes the current stage for the branch.
667
693
  # @return [String]
668
694
  #
669
695
  # @!attribute [rw] framework
670
- # Framework for the branch.
696
+ # The framework for the branch.
671
697
  # @return [String]
672
698
  #
673
699
  # @!attribute [rw] enable_notification
@@ -679,43 +705,45 @@ module Aws::Amplify
679
705
  # @return [Boolean]
680
706
  #
681
707
  # @!attribute [rw] environment_variables
682
- # Environment Variables for the branch.
708
+ # The environment variables for the branch.
683
709
  # @return [Hash<String,String>]
684
710
  #
685
711
  # @!attribute [rw] basic_auth_credentials
686
- # Basic Authorization credentials for the branch.
712
+ # The basic authorization credentials for the branch.
687
713
  # @return [String]
688
714
  #
689
715
  # @!attribute [rw] enable_basic_auth
690
- # Enables Basic Auth for the branch.
716
+ # Enables basic authorization for the branch.
691
717
  # @return [Boolean]
692
718
  #
693
719
  # @!attribute [rw] tags
694
- # Tag for the branch.
720
+ # The tag for the branch.
695
721
  # @return [Hash<String,String>]
696
722
  #
697
723
  # @!attribute [rw] build_spec
698
- # BuildSpec for the branch.
724
+ # The build specification (build spec) for the branch.
699
725
  # @return [String]
700
726
  #
701
727
  # @!attribute [rw] ttl
702
- # The content TTL for the website in seconds.
728
+ # The content Time To Live (TTL) for the website in seconds.
703
729
  # @return [String]
704
730
  #
705
731
  # @!attribute [rw] display_name
706
- # Display name for a branch, will use as the default domain prefix.
732
+ # The display name for a branch. This is used as the default domain
733
+ # prefix.
707
734
  # @return [String]
708
735
  #
709
736
  # @!attribute [rw] enable_pull_request_preview
710
- # Enables Pull Request Preview for this branch.
737
+ # Enables pull request preview for this branch.
711
738
  # @return [Boolean]
712
739
  #
713
740
  # @!attribute [rw] pull_request_environment_name
714
- # The Amplify Environment name for the pull request.
741
+ # The Amplify environment name for the pull request.
715
742
  # @return [String]
716
743
  #
717
744
  # @!attribute [rw] backend_environment_arn
718
- # ARN for a Backend Environment, part of an Amplify App.
745
+ # The Amazon Resource Name (ARN) for a backend environment that is
746
+ # part of an Amplify app.
719
747
  # @return [String]
720
748
  #
721
749
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBranchRequest AWS API Documentation
@@ -738,14 +766,15 @@ module Aws::Amplify
738
766
  :enable_pull_request_preview,
739
767
  :pull_request_environment_name,
740
768
  :backend_environment_arn)
741
- SENSITIVE = []
769
+ SENSITIVE = [:basic_auth_credentials]
742
770
  include Aws::Structure
743
771
  end
744
772
 
745
- # Result structure for create branch request.
773
+ # The result structure for create branch request.
746
774
  #
747
775
  # @!attribute [rw] branch
748
- # Branch structure for an Amplify App.
776
+ # Describes the branch for an Amplify app, which maps to a third-party
777
+ # repository branch.
749
778
  # @return [Types::Branch]
750
779
  #
751
780
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBranchResult AWS API Documentation
@@ -756,7 +785,7 @@ module Aws::Amplify
756
785
  include Aws::Structure
757
786
  end
758
787
 
759
- # Request structure for create a new deployment.
788
+ # The request structure for the create a new deployment request.
760
789
  #
761
790
  # @note When making an API call, you may pass CreateDeploymentRequest
762
791
  # data as a hash:
@@ -770,18 +799,19 @@ module Aws::Amplify
770
799
  # }
771
800
  #
772
801
  # @!attribute [rw] app_id
773
- # Unique Id for an Amplify App.
802
+ # The unique ID for an Amplify app.
774
803
  # @return [String]
775
804
  #
776
805
  # @!attribute [rw] branch_name
777
- # Name for the branch, for the Job.
806
+ # The name for the branch, for the job.
778
807
  # @return [String]
779
808
  #
780
809
  # @!attribute [rw] file_map
781
- # Optional file map that contains file name as the key and file
782
- # content md5 hash as the value. If this argument is provided, the
783
- # service will generate different upload url per file. Otherwise, the
784
- # service will only generate a single upload url for the zipped files.
810
+ # An optional file map that contains the file name as the key and the
811
+ # file content md5 hash as the value. If this argument is provided,
812
+ # the service will generate a unique upload URL per file. Otherwise,
813
+ # the service will only generate a single upload URL for the zipped
814
+ # files.
785
815
  # @return [Hash<String,String>]
786
816
  #
787
817
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateDeploymentRequest AWS API Documentation
@@ -794,20 +824,20 @@ module Aws::Amplify
794
824
  include Aws::Structure
795
825
  end
796
826
 
797
- # Result structure for create a new deployment.
827
+ # The result structure for the create a new deployment request.
798
828
  #
799
829
  # @!attribute [rw] job_id
800
- # The jobId for this deployment, will supply to start deployment api.
830
+ # The job ID for this deployment. will supply to start deployment api.
801
831
  # @return [String]
802
832
  #
803
833
  # @!attribute [rw] file_upload_urls
804
- # When the fileMap argument is provided in the request, the
805
- # fileUploadUrls will contain a map of file names to upload url.
834
+ # When the `fileMap` argument is provided in the request,
835
+ # `fileUploadUrls` will contain a map of file names to upload URLs.
806
836
  # @return [Hash<String,String>]
807
837
  #
808
838
  # @!attribute [rw] zip_upload_url
809
- # When the fileMap argument is NOT provided. This zipUploadUrl will be
810
- # returned.
839
+ # When the `fileMap` argument is not provided in the request, this
840
+ # `zipUploadUrl` is returned.
811
841
  # @return [String]
812
842
  #
813
843
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateDeploymentResult AWS API Documentation
@@ -820,7 +850,7 @@ module Aws::Amplify
820
850
  include Aws::Structure
821
851
  end
822
852
 
823
- # Request structure for create Domain Association request.
853
+ # The request structure for the create domain association request.
824
854
  #
825
855
  # @note When making an API call, you may pass CreateDomainAssociationRequest
826
856
  # data as a hash:
@@ -835,40 +865,54 @@ module Aws::Amplify
835
865
  # branch_name: "BranchName", # required
836
866
  # },
837
867
  # ],
868
+ # auto_sub_domain_creation_patterns: ["AutoSubDomainCreationPattern"],
869
+ # auto_sub_domain_iam_role: "AutoSubDomainIAMRole",
838
870
  # }
839
871
  #
840
872
  # @!attribute [rw] app_id
841
- # Unique Id for an Amplify App.
873
+ # The unique ID for an Amplify app.
842
874
  # @return [String]
843
875
  #
844
876
  # @!attribute [rw] domain_name
845
- # Domain name for the Domain Association.
877
+ # The domain name for the domain association.
846
878
  # @return [String]
847
879
  #
848
880
  # @!attribute [rw] enable_auto_sub_domain
849
- # Enables automated creation of Subdomains for branches. (Currently
850
- # not supported)
881
+ # Enables the automated creation of subdomains for branches.
851
882
  # @return [Boolean]
852
883
  #
853
884
  # @!attribute [rw] sub_domain_settings
854
- # Setting structure for the Subdomain.
885
+ # The setting for the subdomain.
855
886
  # @return [Array<Types::SubDomainSetting>]
856
887
  #
888
+ # @!attribute [rw] auto_sub_domain_creation_patterns
889
+ # Sets the branch patterns for automatic subdomain creation.
890
+ # @return [Array<String>]
891
+ #
892
+ # @!attribute [rw] auto_sub_domain_iam_role
893
+ # The required AWS Identity and Access Management (IAM) service role
894
+ # for the Amazon Resource Name (ARN) for automatically creating
895
+ # subdomains.
896
+ # @return [String]
897
+ #
857
898
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateDomainAssociationRequest AWS API Documentation
858
899
  #
859
900
  class CreateDomainAssociationRequest < Struct.new(
860
901
  :app_id,
861
902
  :domain_name,
862
903
  :enable_auto_sub_domain,
863
- :sub_domain_settings)
904
+ :sub_domain_settings,
905
+ :auto_sub_domain_creation_patterns,
906
+ :auto_sub_domain_iam_role)
864
907
  SENSITIVE = []
865
908
  include Aws::Structure
866
909
  end
867
910
 
868
- # Result structure for the create Domain Association request.
911
+ # The result structure for the create domain association request.
869
912
  #
870
913
  # @!attribute [rw] domain_association
871
- # Domain Association structure.
914
+ # Describes the structure of a domain association, which associates a
915
+ # custom domain with an Amplify app.
872
916
  # @return [Types::DomainAssociation]
873
917
  #
874
918
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateDomainAssociationResult AWS API Documentation
@@ -879,7 +923,7 @@ module Aws::Amplify
879
923
  include Aws::Structure
880
924
  end
881
925
 
882
- # Request structure for create webhook request.
926
+ # The request structure for the create webhook request.
883
927
  #
884
928
  # @note When making an API call, you may pass CreateWebhookRequest
885
929
  # data as a hash:
@@ -891,15 +935,15 @@ module Aws::Amplify
891
935
  # }
892
936
  #
893
937
  # @!attribute [rw] app_id
894
- # Unique Id for an Amplify App.
938
+ # The unique ID for an Amplify app.
895
939
  # @return [String]
896
940
  #
897
941
  # @!attribute [rw] branch_name
898
- # Name for a branch, part of an Amplify App.
942
+ # The name for a branch that is part of an Amplify app.
899
943
  # @return [String]
900
944
  #
901
945
  # @!attribute [rw] description
902
- # Description for a webhook.
946
+ # The description for a webhook.
903
947
  # @return [String]
904
948
  #
905
949
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateWebhookRequest AWS API Documentation
@@ -912,10 +956,11 @@ module Aws::Amplify
912
956
  include Aws::Structure
913
957
  end
914
958
 
915
- # Result structure for the create webhook request.
959
+ # The result structure for the create webhook request.
916
960
  #
917
961
  # @!attribute [rw] webhook
918
- # Webhook structure.
962
+ # Describes a webhook that connects repository events to an Amplify
963
+ # app.
919
964
  # @return [Types::Webhook]
920
965
  #
921
966
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateWebhookResult AWS API Documentation
@@ -926,7 +971,7 @@ module Aws::Amplify
926
971
  include Aws::Structure
927
972
  end
928
973
 
929
- # Custom rewrite / redirect rule.
974
+ # Describes a custom rewrite or redirect rule.
930
975
  #
931
976
  # @note When making an API call, you may pass CustomRule
932
977
  # data as a hash:
@@ -951,7 +996,8 @@ module Aws::Amplify
951
996
  # @return [String]
952
997
  #
953
998
  # @!attribute [rw] condition
954
- # The condition for a URL rewrite or redirect rule, e.g. country code.
999
+ # The condition for a URL rewrite or redirect rule, such as a country
1000
+ # code.
955
1001
  # @return [String]
956
1002
  #
957
1003
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CustomRule AWS API Documentation
@@ -965,7 +1011,7 @@ module Aws::Amplify
965
1011
  include Aws::Structure
966
1012
  end
967
1013
 
968
- # Request structure for an Amplify App delete request.
1014
+ # Describes the request structure for the delete app request.
969
1015
  #
970
1016
  # @note When making an API call, you may pass DeleteAppRequest
971
1017
  # data as a hash:
@@ -975,7 +1021,7 @@ module Aws::Amplify
975
1021
  # }
976
1022
  #
977
1023
  # @!attribute [rw] app_id
978
- # Unique Id for an Amplify App.
1024
+ # The unique ID for an Amplify app.
979
1025
  # @return [String]
980
1026
  #
981
1027
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteAppRequest AWS API Documentation
@@ -986,11 +1032,11 @@ module Aws::Amplify
986
1032
  include Aws::Structure
987
1033
  end
988
1034
 
989
- # Result structure for an Amplify App delete request.
1035
+ # The result structure for the delete app request.
990
1036
  #
991
1037
  # @!attribute [rw] app
992
- # Amplify App represents different branches of a repository for
993
- # building, deploying, and hosting.
1038
+ # Represents the different branches of a repository for building,
1039
+ # deploying, and hosting an Amplify app.
994
1040
  # @return [Types::App]
995
1041
  #
996
1042
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteAppResult AWS API Documentation
@@ -1001,7 +1047,7 @@ module Aws::Amplify
1001
1047
  include Aws::Structure
1002
1048
  end
1003
1049
 
1004
- # Request structure for delete backend environment request.
1050
+ # The request structure for the delete backend environment request.
1005
1051
  #
1006
1052
  # @note When making an API call, you may pass DeleteBackendEnvironmentRequest
1007
1053
  # data as a hash:
@@ -1012,11 +1058,11 @@ module Aws::Amplify
1012
1058
  # }
1013
1059
  #
1014
1060
  # @!attribute [rw] app_id
1015
- # Unique Id of an Amplify App.
1061
+ # The unique ID of an Amplify app.
1016
1062
  # @return [String]
1017
1063
  #
1018
1064
  # @!attribute [rw] environment_name
1019
- # Name of a backend environment of an Amplify App.
1065
+ # The name of a backend environment of an Amplify app.
1020
1066
  # @return [String]
1021
1067
  #
1022
1068
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBackendEnvironmentRequest AWS API Documentation
@@ -1028,10 +1074,10 @@ module Aws::Amplify
1028
1074
  include Aws::Structure
1029
1075
  end
1030
1076
 
1031
- # Result structure of a delete backend environment result.
1077
+ # The result structure of the delete backend environment result.
1032
1078
  #
1033
1079
  # @!attribute [rw] backend_environment
1034
- # Backend environment structure for an Amplify App.
1080
+ # Describes the backend environment for an Amplify app.
1035
1081
  # @return [Types::BackendEnvironment]
1036
1082
  #
1037
1083
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBackendEnvironmentResult AWS API Documentation
@@ -1042,7 +1088,7 @@ module Aws::Amplify
1042
1088
  include Aws::Structure
1043
1089
  end
1044
1090
 
1045
- # Request structure for delete branch request.
1091
+ # The request structure for the delete branch request.
1046
1092
  #
1047
1093
  # @note When making an API call, you may pass DeleteBranchRequest
1048
1094
  # data as a hash:
@@ -1053,11 +1099,11 @@ module Aws::Amplify
1053
1099
  # }
1054
1100
  #
1055
1101
  # @!attribute [rw] app_id
1056
- # Unique Id for an Amplify App.
1102
+ # The unique ID for an Amplify app.
1057
1103
  # @return [String]
1058
1104
  #
1059
1105
  # @!attribute [rw] branch_name
1060
- # Name for the branch.
1106
+ # The name for the branch.
1061
1107
  # @return [String]
1062
1108
  #
1063
1109
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBranchRequest AWS API Documentation
@@ -1069,10 +1115,11 @@ module Aws::Amplify
1069
1115
  include Aws::Structure
1070
1116
  end
1071
1117
 
1072
- # Result structure for delete branch request.
1118
+ # The result structure for the delete branch request.
1073
1119
  #
1074
1120
  # @!attribute [rw] branch
1075
- # Branch structure for an Amplify App.
1121
+ # The branch for an Amplify app, which maps to a third-party
1122
+ # repository branch.
1076
1123
  # @return [Types::Branch]
1077
1124
  #
1078
1125
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBranchResult AWS API Documentation
@@ -1083,7 +1130,7 @@ module Aws::Amplify
1083
1130
  include Aws::Structure
1084
1131
  end
1085
1132
 
1086
- # Request structure for the delete Domain Association request.
1133
+ # The request structure for the delete domain association request.
1087
1134
  #
1088
1135
  # @note When making an API call, you may pass DeleteDomainAssociationRequest
1089
1136
  # data as a hash:
@@ -1094,11 +1141,11 @@ module Aws::Amplify
1094
1141
  # }
1095
1142
  #
1096
1143
  # @!attribute [rw] app_id
1097
- # Unique Id for an Amplify App.
1144
+ # The unique id for an Amplify app.
1098
1145
  # @return [String]
1099
1146
  #
1100
1147
  # @!attribute [rw] domain_name
1101
- # Name of the domain.
1148
+ # The name of the domain.
1102
1149
  # @return [String]
1103
1150
  #
1104
1151
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteDomainAssociationRequest AWS API Documentation
@@ -1111,8 +1158,8 @@ module Aws::Amplify
1111
1158
  end
1112
1159
 
1113
1160
  # @!attribute [rw] domain_association
1114
- # Structure for Domain Association, which associates a custom domain
1115
- # with an Amplify App.
1161
+ # Describes a domain association that associates a custom domain with
1162
+ # an Amplify app.
1116
1163
  # @return [Types::DomainAssociation]
1117
1164
  #
1118
1165
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteDomainAssociationResult AWS API Documentation
@@ -1123,7 +1170,7 @@ module Aws::Amplify
1123
1170
  include Aws::Structure
1124
1171
  end
1125
1172
 
1126
- # Request structure for delete job request.
1173
+ # The request structure for the delete job request.
1127
1174
  #
1128
1175
  # @note When making an API call, you may pass DeleteJobRequest
1129
1176
  # data as a hash:
@@ -1135,15 +1182,15 @@ module Aws::Amplify
1135
1182
  # }
1136
1183
  #
1137
1184
  # @!attribute [rw] app_id
1138
- # Unique Id for an Amplify App.
1185
+ # The unique ID for an Amplify app.
1139
1186
  # @return [String]
1140
1187
  #
1141
1188
  # @!attribute [rw] branch_name
1142
- # Name for the branch, for the Job.
1189
+ # The name for the branch, for the job.
1143
1190
  # @return [String]
1144
1191
  #
1145
1192
  # @!attribute [rw] job_id
1146
- # Unique Id for the Job.
1193
+ # The unique ID for the job.
1147
1194
  # @return [String]
1148
1195
  #
1149
1196
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteJobRequest AWS API Documentation
@@ -1156,10 +1203,10 @@ module Aws::Amplify
1156
1203
  include Aws::Structure
1157
1204
  end
1158
1205
 
1159
- # Result structure for the delete job request.
1206
+ # The result structure for the delete job request.
1160
1207
  #
1161
1208
  # @!attribute [rw] job_summary
1162
- # Structure for the summary of a Job.
1209
+ # Describes the summary for an execution job for an Amplify app.
1163
1210
  # @return [Types::JobSummary]
1164
1211
  #
1165
1212
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteJobResult AWS API Documentation
@@ -1170,7 +1217,7 @@ module Aws::Amplify
1170
1217
  include Aws::Structure
1171
1218
  end
1172
1219
 
1173
- # Request structure for the delete webhook request.
1220
+ # The request structure for the delete webhook request.
1174
1221
  #
1175
1222
  # @note When making an API call, you may pass DeleteWebhookRequest
1176
1223
  # data as a hash:
@@ -1180,7 +1227,7 @@ module Aws::Amplify
1180
1227
  # }
1181
1228
  #
1182
1229
  # @!attribute [rw] webhook_id
1183
- # Unique Id for a webhook.
1230
+ # The unique ID for a webhook.
1184
1231
  # @return [String]
1185
1232
  #
1186
1233
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteWebhookRequest AWS API Documentation
@@ -1191,10 +1238,11 @@ module Aws::Amplify
1191
1238
  include Aws::Structure
1192
1239
  end
1193
1240
 
1194
- # Result structure for the delete webhook request.
1241
+ # The result structure for the delete webhook request.
1195
1242
  #
1196
1243
  # @!attribute [rw] webhook
1197
- # Webhook structure.
1244
+ # Describes a webhook that connects repository events to an Amplify
1245
+ # app.
1198
1246
  # @return [Types::Webhook]
1199
1247
  #
1200
1248
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteWebhookResult AWS API Documentation
@@ -1205,8 +1253,7 @@ module Aws::Amplify
1205
1253
  include Aws::Structure
1206
1254
  end
1207
1255
 
1208
- # Exception thrown when an operation fails due to a dependent service
1209
- # throwing an exception.
1256
+ # An operation failed because a dependent service threw an exception.
1210
1257
  #
1211
1258
  # @!attribute [rw] message
1212
1259
  # @return [String]
@@ -1219,36 +1266,45 @@ module Aws::Amplify
1219
1266
  include Aws::Structure
1220
1267
  end
1221
1268
 
1222
- # Structure for Domain Association, which associates a custom domain
1223
- # with an Amplify App.
1269
+ # Describes a domain association that associates a custom domain with an
1270
+ # Amplify app.
1224
1271
  #
1225
1272
  # @!attribute [rw] domain_association_arn
1226
- # ARN for the Domain Association.
1273
+ # The Amazon Resource Name (ARN) for the domain association.
1227
1274
  # @return [String]
1228
1275
  #
1229
1276
  # @!attribute [rw] domain_name
1230
- # Name of the domain.
1277
+ # The name of the domain.
1231
1278
  # @return [String]
1232
1279
  #
1233
1280
  # @!attribute [rw] enable_auto_sub_domain
1234
- # Enables automated creation of Subdomains for branches. (Currently
1235
- # not supported)
1281
+ # Enables the automated creation of subdomains for branches.
1236
1282
  # @return [Boolean]
1237
1283
  #
1284
+ # @!attribute [rw] auto_sub_domain_creation_patterns
1285
+ # Sets branch patterns for automatic subdomain creation.
1286
+ # @return [Array<String>]
1287
+ #
1288
+ # @!attribute [rw] auto_sub_domain_iam_role
1289
+ # The required AWS Identity and Access Management (IAM) service role
1290
+ # for the Amazon Resource Name (ARN) for automatically creating
1291
+ # subdomains.
1292
+ # @return [String]
1293
+ #
1238
1294
  # @!attribute [rw] domain_status
1239
- # Status fo the Domain Association.
1295
+ # The current status of the domain association.
1240
1296
  # @return [String]
1241
1297
  #
1242
1298
  # @!attribute [rw] status_reason
1243
- # Reason for the current status of the Domain Association.
1299
+ # The reason for the current status of the domain association.
1244
1300
  # @return [String]
1245
1301
  #
1246
1302
  # @!attribute [rw] certificate_verification_dns_record
1247
- # DNS Record for certificate verification.
1303
+ # The DNS record for certificate verification.
1248
1304
  # @return [String]
1249
1305
  #
1250
1306
  # @!attribute [rw] sub_domains
1251
- # Subdomains for the Domain Association.
1307
+ # The subdomains for the domain association.
1252
1308
  # @return [Array<Types::SubDomain>]
1253
1309
  #
1254
1310
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DomainAssociation AWS API Documentation
@@ -1257,6 +1313,8 @@ module Aws::Amplify
1257
1313
  :domain_association_arn,
1258
1314
  :domain_name,
1259
1315
  :enable_auto_sub_domain,
1316
+ :auto_sub_domain_creation_patterns,
1317
+ :auto_sub_domain_iam_role,
1260
1318
  :domain_status,
1261
1319
  :status_reason,
1262
1320
  :certificate_verification_dns_record,
@@ -1265,7 +1323,7 @@ module Aws::Amplify
1265
1323
  include Aws::Structure
1266
1324
  end
1267
1325
 
1268
- # Request structure for the generate access logs request.
1326
+ # The request structure for the generate access logs request.
1269
1327
  #
1270
1328
  # @note When making an API call, you may pass GenerateAccessLogsRequest
1271
1329
  # data as a hash:
@@ -1278,19 +1336,21 @@ module Aws::Amplify
1278
1336
  # }
1279
1337
  #
1280
1338
  # @!attribute [rw] start_time
1281
- # The time at which the logs should start, inclusive.
1339
+ # The time at which the logs should start. The time range specified is
1340
+ # inclusive of the start time.
1282
1341
  # @return [Time]
1283
1342
  #
1284
1343
  # @!attribute [rw] end_time
1285
- # The time at which the logs should end, inclusive.
1344
+ # The time at which the logs should end. The time range specified is
1345
+ # inclusive of the end time.
1286
1346
  # @return [Time]
1287
1347
  #
1288
1348
  # @!attribute [rw] domain_name
1289
- # Name of the domain.
1349
+ # The name of the domain.
1290
1350
  # @return [String]
1291
1351
  #
1292
1352
  # @!attribute [rw] app_id
1293
- # Unique Id for an Amplify App.
1353
+ # The unique ID for an Amplify app.
1294
1354
  # @return [String]
1295
1355
  #
1296
1356
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GenerateAccessLogsRequest AWS API Documentation
@@ -1304,10 +1364,10 @@ module Aws::Amplify
1304
1364
  include Aws::Structure
1305
1365
  end
1306
1366
 
1307
- # Result structure for the generate access logs request.
1367
+ # The result structure for the generate access logs request.
1308
1368
  #
1309
1369
  # @!attribute [rw] log_url
1310
- # Pre-signed URL for the requested access logs.
1370
+ # The pre-signed URL for the requested access logs.
1311
1371
  # @return [String]
1312
1372
  #
1313
1373
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GenerateAccessLogsResult AWS API Documentation
@@ -1318,7 +1378,7 @@ module Aws::Amplify
1318
1378
  include Aws::Structure
1319
1379
  end
1320
1380
 
1321
- # Request structure for get App request.
1381
+ # The request structure for the get app request.
1322
1382
  #
1323
1383
  # @note When making an API call, you may pass GetAppRequest
1324
1384
  # data as a hash:
@@ -1328,7 +1388,7 @@ module Aws::Amplify
1328
1388
  # }
1329
1389
  #
1330
1390
  # @!attribute [rw] app_id
1331
- # Unique Id for an Amplify App.
1391
+ # The unique ID for an Amplify app.
1332
1392
  # @return [String]
1333
1393
  #
1334
1394
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetAppRequest AWS API Documentation
@@ -1340,8 +1400,8 @@ module Aws::Amplify
1340
1400
  end
1341
1401
 
1342
1402
  # @!attribute [rw] app
1343
- # Amplify App represents different branches of a repository for
1344
- # building, deploying, and hosting.
1403
+ # Represents the different branches of a repository for building,
1404
+ # deploying, and hosting an Amplify app.
1345
1405
  # @return [Types::App]
1346
1406
  #
1347
1407
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetAppResult AWS API Documentation
@@ -1352,7 +1412,7 @@ module Aws::Amplify
1352
1412
  include Aws::Structure
1353
1413
  end
1354
1414
 
1355
- # Request structure for the get artifact request.
1415
+ # Returns the request structure for the get artifact request.
1356
1416
  #
1357
1417
  # @note When making an API call, you may pass GetArtifactUrlRequest
1358
1418
  # data as a hash:
@@ -1362,7 +1422,7 @@ module Aws::Amplify
1362
1422
  # }
1363
1423
  #
1364
1424
  # @!attribute [rw] artifact_id
1365
- # Unique Id for a artifact.
1425
+ # The unique ID for an artifact.
1366
1426
  # @return [String]
1367
1427
  #
1368
1428
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetArtifactUrlRequest AWS API Documentation
@@ -1373,14 +1433,14 @@ module Aws::Amplify
1373
1433
  include Aws::Structure
1374
1434
  end
1375
1435
 
1376
- # Result structure for the get artifact request.
1436
+ # Returns the result structure for the get artifact request.
1377
1437
  #
1378
1438
  # @!attribute [rw] artifact_id
1379
- # Unique Id for a artifact.
1439
+ # The unique ID for an artifact.
1380
1440
  # @return [String]
1381
1441
  #
1382
1442
  # @!attribute [rw] artifact_url
1383
- # Presigned url for the artifact.
1443
+ # The presigned URL for the artifact.
1384
1444
  # @return [String]
1385
1445
  #
1386
1446
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetArtifactUrlResult AWS API Documentation
@@ -1392,7 +1452,7 @@ module Aws::Amplify
1392
1452
  include Aws::Structure
1393
1453
  end
1394
1454
 
1395
- # Request structure for get backend environment request.
1455
+ # The request structure for the get backend environment request.
1396
1456
  #
1397
1457
  # @note When making an API call, you may pass GetBackendEnvironmentRequest
1398
1458
  # data as a hash:
@@ -1403,11 +1463,11 @@ module Aws::Amplify
1403
1463
  # }
1404
1464
  #
1405
1465
  # @!attribute [rw] app_id
1406
- # Unique Id for an Amplify App.
1466
+ # The unique id for an Amplify app.
1407
1467
  # @return [String]
1408
1468
  #
1409
1469
  # @!attribute [rw] environment_name
1410
- # Name for the backend environment.
1470
+ # The name for the backend environment.
1411
1471
  # @return [String]
1412
1472
  #
1413
1473
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBackendEnvironmentRequest AWS API Documentation
@@ -1419,10 +1479,10 @@ module Aws::Amplify
1419
1479
  include Aws::Structure
1420
1480
  end
1421
1481
 
1422
- # Result structure for get backend environment result.
1482
+ # The result structure for the get backend environment result.
1423
1483
  #
1424
1484
  # @!attribute [rw] backend_environment
1425
- # Backend environment structure for an an Amplify App.
1485
+ # Describes the backend environment for an Amplify app.
1426
1486
  # @return [Types::BackendEnvironment]
1427
1487
  #
1428
1488
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBackendEnvironmentResult AWS API Documentation
@@ -1433,7 +1493,7 @@ module Aws::Amplify
1433
1493
  include Aws::Structure
1434
1494
  end
1435
1495
 
1436
- # Request structure for get branch request.
1496
+ # The request structure for the get branch request.
1437
1497
  #
1438
1498
  # @note When making an API call, you may pass GetBranchRequest
1439
1499
  # data as a hash:
@@ -1444,11 +1504,11 @@ module Aws::Amplify
1444
1504
  # }
1445
1505
  #
1446
1506
  # @!attribute [rw] app_id
1447
- # Unique Id for an Amplify App.
1507
+ # The unique ID for an Amplify app.
1448
1508
  # @return [String]
1449
1509
  #
1450
1510
  # @!attribute [rw] branch_name
1451
- # Name for the branch.
1511
+ # The name for the branch.
1452
1512
  # @return [String]
1453
1513
  #
1454
1514
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBranchRequest AWS API Documentation
@@ -1461,8 +1521,8 @@ module Aws::Amplify
1461
1521
  end
1462
1522
 
1463
1523
  # @!attribute [rw] branch
1464
- # Branch for an Amplify App, which maps to a 3rd party repository
1465
- # branch.
1524
+ # The branch for an Amplify app, which maps to a third-party
1525
+ # repository branch.
1466
1526
  # @return [Types::Branch]
1467
1527
  #
1468
1528
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBranchResult AWS API Documentation
@@ -1473,7 +1533,7 @@ module Aws::Amplify
1473
1533
  include Aws::Structure
1474
1534
  end
1475
1535
 
1476
- # Request structure for the get Domain Association request.
1536
+ # The request structure for the get domain association request.
1477
1537
  #
1478
1538
  # @note When making an API call, you may pass GetDomainAssociationRequest
1479
1539
  # data as a hash:
@@ -1484,11 +1544,11 @@ module Aws::Amplify
1484
1544
  # }
1485
1545
  #
1486
1546
  # @!attribute [rw] app_id
1487
- # Unique Id for an Amplify App.
1547
+ # The unique id for an Amplify app.
1488
1548
  # @return [String]
1489
1549
  #
1490
1550
  # @!attribute [rw] domain_name
1491
- # Name of the domain.
1551
+ # The name of the domain.
1492
1552
  # @return [String]
1493
1553
  #
1494
1554
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetDomainAssociationRequest AWS API Documentation
@@ -1500,10 +1560,11 @@ module Aws::Amplify
1500
1560
  include Aws::Structure
1501
1561
  end
1502
1562
 
1503
- # Result structure for the get Domain Association request.
1563
+ # The result structure for the get domain association request.
1504
1564
  #
1505
1565
  # @!attribute [rw] domain_association
1506
- # Domain Association structure.
1566
+ # Describes the structure of a domain association, which associates a
1567
+ # custom domain with an Amplify app.
1507
1568
  # @return [Types::DomainAssociation]
1508
1569
  #
1509
1570
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetDomainAssociationResult AWS API Documentation
@@ -1514,7 +1575,7 @@ module Aws::Amplify
1514
1575
  include Aws::Structure
1515
1576
  end
1516
1577
 
1517
- # Request structure for get job request.
1578
+ # The request structure for the get job request.
1518
1579
  #
1519
1580
  # @note When making an API call, you may pass GetJobRequest
1520
1581
  # data as a hash:
@@ -1526,15 +1587,15 @@ module Aws::Amplify
1526
1587
  # }
1527
1588
  #
1528
1589
  # @!attribute [rw] app_id
1529
- # Unique Id for an Amplify App.
1590
+ # The unique ID for an Amplify app.
1530
1591
  # @return [String]
1531
1592
  #
1532
1593
  # @!attribute [rw] branch_name
1533
- # Name for the branch, for the Job.
1594
+ # The branch name for the job.
1534
1595
  # @return [String]
1535
1596
  #
1536
1597
  # @!attribute [rw] job_id
1537
- # Unique Id for the Job.
1598
+ # The unique ID for the job.
1538
1599
  # @return [String]
1539
1600
  #
1540
1601
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetJobRequest AWS API Documentation
@@ -1548,7 +1609,7 @@ module Aws::Amplify
1548
1609
  end
1549
1610
 
1550
1611
  # @!attribute [rw] job
1551
- # Structure for an execution job for an Amplify App.
1612
+ # Describes an execution job for an Amplify app.
1552
1613
  # @return [Types::Job]
1553
1614
  #
1554
1615
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetJobResult AWS API Documentation
@@ -1559,7 +1620,7 @@ module Aws::Amplify
1559
1620
  include Aws::Structure
1560
1621
  end
1561
1622
 
1562
- # Request structure for the get webhook request.
1623
+ # The request structure for the get webhook request.
1563
1624
  #
1564
1625
  # @note When making an API call, you may pass GetWebhookRequest
1565
1626
  # data as a hash:
@@ -1569,7 +1630,7 @@ module Aws::Amplify
1569
1630
  # }
1570
1631
  #
1571
1632
  # @!attribute [rw] webhook_id
1572
- # Unique Id for a webhook.
1633
+ # The unique ID for a webhook.
1573
1634
  # @return [String]
1574
1635
  #
1575
1636
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetWebhookRequest AWS API Documentation
@@ -1580,10 +1641,10 @@ module Aws::Amplify
1580
1641
  include Aws::Structure
1581
1642
  end
1582
1643
 
1583
- # Result structure for the get webhook request.
1644
+ # The result structure for the get webhook request.
1584
1645
  #
1585
1646
  # @!attribute [rw] webhook
1586
- # Webhook structure.
1647
+ # Describes the structure of a webhook.
1587
1648
  # @return [Types::Webhook]
1588
1649
  #
1589
1650
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetWebhookResult AWS API Documentation
@@ -1594,8 +1655,7 @@ module Aws::Amplify
1594
1655
  include Aws::Structure
1595
1656
  end
1596
1657
 
1597
- # Exception thrown when the service fails to perform an operation due to
1598
- # an internal issue.
1658
+ # The service failed to perform an operation due to an internal issue.
1599
1659
  #
1600
1660
  # @!attribute [rw] message
1601
1661
  # @return [String]
@@ -1608,14 +1668,14 @@ module Aws::Amplify
1608
1668
  include Aws::Structure
1609
1669
  end
1610
1670
 
1611
- # Structure for an execution job for an Amplify App.
1671
+ # Describes an execution job for an Amplify app.
1612
1672
  #
1613
1673
  # @!attribute [rw] summary
1614
- # Summary for an execution job for an Amplify App.
1674
+ # Describes the summary for an execution job for an Amplify app.
1615
1675
  # @return [Types::JobSummary]
1616
1676
  #
1617
1677
  # @!attribute [rw] steps
1618
- # Execution steps for an execution job, for an Amplify App.
1678
+ # The execution steps for an execution job, for an Amplify app.
1619
1679
  # @return [Array<Types::Step>]
1620
1680
  #
1621
1681
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Job AWS API Documentation
@@ -1627,44 +1687,47 @@ module Aws::Amplify
1627
1687
  include Aws::Structure
1628
1688
  end
1629
1689
 
1630
- # Structure for the summary of a Job.
1690
+ # Describes the summary for an execution job for an Amplify app.
1631
1691
  #
1632
1692
  # @!attribute [rw] job_arn
1633
- # Arn for the Job.
1693
+ # The Amazon Resource Name (ARN) for the job.
1634
1694
  # @return [String]
1635
1695
  #
1636
1696
  # @!attribute [rw] job_id
1637
- # Unique Id for the Job.
1697
+ # The unique ID for the job.
1638
1698
  # @return [String]
1639
1699
  #
1640
1700
  # @!attribute [rw] commit_id
1641
- # Commit Id from 3rd party repository provider for the Job.
1701
+ # The commit ID from a third-party repository provider for the job.
1642
1702
  # @return [String]
1643
1703
  #
1644
1704
  # @!attribute [rw] commit_message
1645
- # Commit message from 3rd party repository provider for the Job.
1705
+ # The commit message from a third-party repository provider for the
1706
+ # job.
1646
1707
  # @return [String]
1647
1708
  #
1648
1709
  # @!attribute [rw] commit_time
1649
- # Commit date / time for the Job.
1710
+ # The commit date and time for the job.
1650
1711
  # @return [Time]
1651
1712
  #
1652
1713
  # @!attribute [rw] start_time
1653
- # Start date / time for the Job.
1714
+ # The start date and time for the job.
1654
1715
  # @return [Time]
1655
1716
  #
1656
1717
  # @!attribute [rw] status
1657
- # Status for the Job.
1718
+ # The current status for the job.
1658
1719
  # @return [String]
1659
1720
  #
1660
1721
  # @!attribute [rw] end_time
1661
- # End date / time for the Job.
1722
+ # The end date and time for the job.
1662
1723
  # @return [Time]
1663
1724
  #
1664
1725
  # @!attribute [rw] job_type
1665
- # Type for the Job. \\n "RELEASE": Manually released from source by
1666
- # using StartJob API. "RETRY": Manually retried by using StartJob
1667
- # API. "WEB\_HOOK": Automatically triggered by WebHooks.
1726
+ # The type for the job. If the value is `RELEASE`, the job was
1727
+ # manually released from its source by using the `StartJob` API. If
1728
+ # the value is `RETRY`, the job was manually retried using the
1729
+ # `StartJob` API. If the value is `WEB_HOOK`, the job was
1730
+ # automatically triggered by webhooks.
1668
1731
  # @return [String]
1669
1732
  #
1670
1733
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/JobSummary AWS API Documentation
@@ -1683,8 +1746,7 @@ module Aws::Amplify
1683
1746
  include Aws::Structure
1684
1747
  end
1685
1748
 
1686
- # Exception thrown when a resource could not be created because of
1687
- # service limits.
1749
+ # A resource could not be created because service quotas were exceeded.
1688
1750
  #
1689
1751
  # @!attribute [rw] message
1690
1752
  # @return [String]
@@ -1697,7 +1759,7 @@ module Aws::Amplify
1697
1759
  include Aws::Structure
1698
1760
  end
1699
1761
 
1700
- # Request structure for an Amplify App list request.
1762
+ # The request structure for the list apps request.
1701
1763
  #
1702
1764
  # @note When making an API call, you may pass ListAppsRequest
1703
1765
  # data as a hash:
@@ -1708,13 +1770,13 @@ module Aws::Amplify
1708
1770
  # }
1709
1771
  #
1710
1772
  # @!attribute [rw] next_token
1711
- # Pagination token. If non-null pagination token is returned in a
1712
- # result, then pass its value in another request to fetch more
1773
+ # A pagination token. If non-null, the pagination token is returned in
1774
+ # a result. Pass its value in another request to retrieve more
1713
1775
  # entries.
1714
1776
  # @return [String]
1715
1777
  #
1716
1778
  # @!attribute [rw] max_results
1717
- # Maximum number of records to list in a single response.
1779
+ # The maximum number of records to list in a single response.
1718
1780
  # @return [Integer]
1719
1781
  #
1720
1782
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListAppsRequest AWS API Documentation
@@ -1726,15 +1788,15 @@ module Aws::Amplify
1726
1788
  include Aws::Structure
1727
1789
  end
1728
1790
 
1729
- # Result structure for an Amplify App list request.
1791
+ # The result structure for an Amplify app list request.
1730
1792
  #
1731
1793
  # @!attribute [rw] apps
1732
- # List of Amplify Apps.
1794
+ # A list of Amplify apps.
1733
1795
  # @return [Array<Types::App>]
1734
1796
  #
1735
1797
  # @!attribute [rw] next_token
1736
- # Pagination token. Set to null to start listing Apps from start. If
1737
- # non-null pagination token is returned in a result, then pass its
1798
+ # A pagination token. Set to null to start listing apps from start. If
1799
+ # non-null, the pagination token is returned in a result. Pass its
1738
1800
  # value in here to list more projects.
1739
1801
  # @return [String]
1740
1802
  #
@@ -1747,7 +1809,7 @@ module Aws::Amplify
1747
1809
  include Aws::Structure
1748
1810
  end
1749
1811
 
1750
- # Request structure for the list artifacts request.
1812
+ # Describes the request structure for the list artifacts request.
1751
1813
  #
1752
1814
  # @note When making an API call, you may pass ListArtifactsRequest
1753
1815
  # data as a hash:
@@ -1761,25 +1823,25 @@ module Aws::Amplify
1761
1823
  # }
1762
1824
  #
1763
1825
  # @!attribute [rw] app_id
1764
- # Unique Id for an Amplify App.
1826
+ # The unique ID for an Amplify app.
1765
1827
  # @return [String]
1766
1828
  #
1767
1829
  # @!attribute [rw] branch_name
1768
- # Name for a branch, part of an Amplify App.
1830
+ # The name of a branch that is part of an Amplify app.
1769
1831
  # @return [String]
1770
1832
  #
1771
1833
  # @!attribute [rw] job_id
1772
- # Unique Id for an Job.
1834
+ # The unique ID for a job.
1773
1835
  # @return [String]
1774
1836
  #
1775
1837
  # @!attribute [rw] next_token
1776
- # Pagination token. Set to null to start listing artifacts from start.
1777
- # If non-null pagination token is returned in a result, then pass its
1778
- # value in here to list more artifacts.
1838
+ # A pagination token. Set to null to start listing artifacts from
1839
+ # start. If a non-null pagination token is returned in a result, pass
1840
+ # its value in here to list more artifacts.
1779
1841
  # @return [String]
1780
1842
  #
1781
1843
  # @!attribute [rw] max_results
1782
- # Maximum number of records to list in a single response.
1844
+ # The maximum number of records to list in a single response.
1783
1845
  # @return [Integer]
1784
1846
  #
1785
1847
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListArtifactsRequest AWS API Documentation
@@ -1794,16 +1856,15 @@ module Aws::Amplify
1794
1856
  include Aws::Structure
1795
1857
  end
1796
1858
 
1797
- # Result structure for the list artifacts request.
1859
+ # The result structure for the list artifacts request.
1798
1860
  #
1799
1861
  # @!attribute [rw] artifacts
1800
- # List of artifacts.
1862
+ # A list of artifacts.
1801
1863
  # @return [Array<Types::Artifact>]
1802
1864
  #
1803
1865
  # @!attribute [rw] next_token
1804
- # Pagination token. If non-null pagination token is returned in a
1805
- # result, then pass its value in another request to fetch more
1806
- # entries.
1866
+ # A pagination token. If a non-null pagination token is returned in a
1867
+ # result, pass its value in another request to retrieve more entries.
1807
1868
  # @return [String]
1808
1869
  #
1809
1870
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListArtifactsResult AWS API Documentation
@@ -1815,7 +1876,7 @@ module Aws::Amplify
1815
1876
  include Aws::Structure
1816
1877
  end
1817
1878
 
1818
- # Request structure for list backend environments request.
1879
+ # The request structure for the list backend environments request.
1819
1880
  #
1820
1881
  # @note When making an API call, you may pass ListBackendEnvironmentsRequest
1821
1882
  # data as a hash:
@@ -1828,21 +1889,22 @@ module Aws::Amplify
1828
1889
  # }
1829
1890
  #
1830
1891
  # @!attribute [rw] app_id
1831
- # Unique Id for an amplify App.
1892
+ # The unique ID for an Amplify app.
1832
1893
  # @return [String]
1833
1894
  #
1834
1895
  # @!attribute [rw] environment_name
1835
- # Name of the backend environment
1896
+ # The name of the backend environment
1836
1897
  # @return [String]
1837
1898
  #
1838
1899
  # @!attribute [rw] next_token
1839
- # Pagination token. Set to null to start listing backen environments
1840
- # from start. If a non-null pagination token is returned in a result,
1841
- # then pass its value in here to list more backend environments.
1900
+ # A pagination token. Set to null to start listing backend
1901
+ # environments from the start. If a non-null pagination token is
1902
+ # returned in a result, pass its value in here to list more backend
1903
+ # environments.
1842
1904
  # @return [String]
1843
1905
  #
1844
1906
  # @!attribute [rw] max_results
1845
- # Maximum number of records to list in a single response.
1907
+ # The maximum number of records to list in a single response.
1846
1908
  # @return [Integer]
1847
1909
  #
1848
1910
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBackendEnvironmentsRequest AWS API Documentation
@@ -1856,16 +1918,15 @@ module Aws::Amplify
1856
1918
  include Aws::Structure
1857
1919
  end
1858
1920
 
1859
- # Result structure for list backend environments result.
1921
+ # The result structure for the list backend environments result.
1860
1922
  #
1861
1923
  # @!attribute [rw] backend_environments
1862
- # List of backend environments for an Amplify App.
1924
+ # The list of backend environments for an Amplify app.
1863
1925
  # @return [Array<Types::BackendEnvironment>]
1864
1926
  #
1865
1927
  # @!attribute [rw] next_token
1866
- # Pagination token. If non-null pagination token is returned in a
1867
- # result, then pass its value in another request to fetch more
1868
- # entries.
1928
+ # A pagination token. If a non-null pagination token is returned in a
1929
+ # result, pass its value in another request to retrieve more entries.
1869
1930
  # @return [String]
1870
1931
  #
1871
1932
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBackendEnvironmentsResult AWS API Documentation
@@ -1877,7 +1938,7 @@ module Aws::Amplify
1877
1938
  include Aws::Structure
1878
1939
  end
1879
1940
 
1880
- # Request structure for list branches request.
1941
+ # The request structure for the list branches request.
1881
1942
  #
1882
1943
  # @note When making an API call, you may pass ListBranchesRequest
1883
1944
  # data as a hash:
@@ -1889,17 +1950,17 @@ module Aws::Amplify
1889
1950
  # }
1890
1951
  #
1891
1952
  # @!attribute [rw] app_id
1892
- # Unique Id for an Amplify App.
1953
+ # The unique ID for an Amplify app.
1893
1954
  # @return [String]
1894
1955
  #
1895
1956
  # @!attribute [rw] next_token
1896
- # Pagination token. Set to null to start listing branches from start.
1897
- # If a non-null pagination token is returned in a result, then pass
1957
+ # A pagination token. Set to null to start listing branches from the
1958
+ # start. If a non-null pagination token is returned in a result, pass
1898
1959
  # its value in here to list more branches.
1899
1960
  # @return [String]
1900
1961
  #
1901
1962
  # @!attribute [rw] max_results
1902
- # Maximum number of records to list in a single response.
1963
+ # The maximum number of records to list in a single response.
1903
1964
  # @return [Integer]
1904
1965
  #
1905
1966
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBranchesRequest AWS API Documentation
@@ -1912,16 +1973,15 @@ module Aws::Amplify
1912
1973
  include Aws::Structure
1913
1974
  end
1914
1975
 
1915
- # Result structure for list branches request.
1976
+ # The result structure for the list branches request.
1916
1977
  #
1917
1978
  # @!attribute [rw] branches
1918
- # List of branches for an Amplify App.
1979
+ # A list of branches for an Amplify app.
1919
1980
  # @return [Array<Types::Branch>]
1920
1981
  #
1921
1982
  # @!attribute [rw] next_token
1922
- # Pagination token. If non-null pagination token is returned in a
1923
- # result, then pass its value in another request to fetch more
1924
- # entries.
1983
+ # A pagination token. If a non-null pagination token is returned in a
1984
+ # result, pass its value in another request to retrieve more entries.
1925
1985
  # @return [String]
1926
1986
  #
1927
1987
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBranchesResult AWS API Documentation
@@ -1933,7 +1993,7 @@ module Aws::Amplify
1933
1993
  include Aws::Structure
1934
1994
  end
1935
1995
 
1936
- # Request structure for the list Domain Associations request.
1996
+ # The request structure for the list domain associations request.
1937
1997
  #
1938
1998
  # @note When making an API call, you may pass ListDomainAssociationsRequest
1939
1999
  # data as a hash:
@@ -1945,17 +2005,17 @@ module Aws::Amplify
1945
2005
  # }
1946
2006
  #
1947
2007
  # @!attribute [rw] app_id
1948
- # Unique Id for an Amplify App.
2008
+ # The unique ID for an Amplify app.
1949
2009
  # @return [String]
1950
2010
  #
1951
2011
  # @!attribute [rw] next_token
1952
- # Pagination token. Set to null to start listing Apps from start. If
1953
- # non-null pagination token is returned in a result, then pass its
1954
- # value in here to list more projects.
2012
+ # A pagination token. Set to null to start listing apps from the
2013
+ # start. If non-null, a pagination token is returned in a result. Pass
2014
+ # its value in here to list more projects.
1955
2015
  # @return [String]
1956
2016
  #
1957
2017
  # @!attribute [rw] max_results
1958
- # Maximum number of records to list in a single response.
2018
+ # The maximum number of records to list in a single response.
1959
2019
  # @return [Integer]
1960
2020
  #
1961
2021
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListDomainAssociationsRequest AWS API Documentation
@@ -1968,16 +2028,15 @@ module Aws::Amplify
1968
2028
  include Aws::Structure
1969
2029
  end
1970
2030
 
1971
- # Result structure for the list Domain Association request.
2031
+ # The result structure for the list domain association request.
1972
2032
  #
1973
2033
  # @!attribute [rw] domain_associations
1974
- # List of Domain Associations.
2034
+ # A list of domain associations.
1975
2035
  # @return [Array<Types::DomainAssociation>]
1976
2036
  #
1977
2037
  # @!attribute [rw] next_token
1978
- # Pagination token. If non-null pagination token is returned in a
1979
- # result, then pass its value in another request to fetch more
1980
- # entries.
2038
+ # A pagination token. If non-null, a pagination token is returned in a
2039
+ # result. Pass its value in another request to retrieve more entries.
1981
2040
  # @return [String]
1982
2041
  #
1983
2042
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListDomainAssociationsResult AWS API Documentation
@@ -1989,7 +2048,7 @@ module Aws::Amplify
1989
2048
  include Aws::Structure
1990
2049
  end
1991
2050
 
1992
- # Request structure for list job request.
2051
+ # The request structure for the list jobs request.
1993
2052
  #
1994
2053
  # @note When making an API call, you may pass ListJobsRequest
1995
2054
  # data as a hash:
@@ -2002,21 +2061,21 @@ module Aws::Amplify
2002
2061
  # }
2003
2062
  #
2004
2063
  # @!attribute [rw] app_id
2005
- # Unique Id for an Amplify App.
2064
+ # The unique ID for an Amplify app.
2006
2065
  # @return [String]
2007
2066
  #
2008
2067
  # @!attribute [rw] branch_name
2009
- # Name for a branch.
2068
+ # The name for a branch.
2010
2069
  # @return [String]
2011
2070
  #
2012
2071
  # @!attribute [rw] next_token
2013
- # Pagination token. Set to null to start listing steps from start. If
2014
- # a non-null pagination token is returned in a result, then pass its
2015
- # value in here to list more steps.
2072
+ # A pagination token. Set to null to start listing steps from the
2073
+ # start. If a non-null pagination token is returned in a result, pass
2074
+ # its value in here to list more steps.
2016
2075
  # @return [String]
2017
2076
  #
2018
2077
  # @!attribute [rw] max_results
2019
- # Maximum number of records to list in a single response.
2078
+ # The maximum number of records to list in a single response.
2020
2079
  # @return [Integer]
2021
2080
  #
2022
2081
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListJobsRequest AWS API Documentation
@@ -2030,15 +2089,15 @@ module Aws::Amplify
2030
2089
  include Aws::Structure
2031
2090
  end
2032
2091
 
2033
- # Maximum number of records to list in a single response.
2092
+ # The maximum number of records to list in a single response.
2034
2093
  #
2035
2094
  # @!attribute [rw] job_summaries
2036
- # Result structure for list job result request.
2095
+ # The result structure for the list job result request.
2037
2096
  # @return [Array<Types::JobSummary>]
2038
2097
  #
2039
2098
  # @!attribute [rw] next_token
2040
- # Pagination token. If non-null pagination token is returned in a
2041
- # result, then pass its value in another request to fetch more
2099
+ # A pagination token. If non-null the pagination token is returned in
2100
+ # a result. Pass its value in another request to retrieve more
2042
2101
  # entries.
2043
2102
  # @return [String]
2044
2103
  #
@@ -2051,7 +2110,7 @@ module Aws::Amplify
2051
2110
  include Aws::Structure
2052
2111
  end
2053
2112
 
2054
- # Request structure used to list tags for resource.
2113
+ # The request structure to use to list tags for a resource.
2055
2114
  #
2056
2115
  # @note When making an API call, you may pass ListTagsForResourceRequest
2057
2116
  # data as a hash:
@@ -2061,7 +2120,7 @@ module Aws::Amplify
2061
2120
  # }
2062
2121
  #
2063
2122
  # @!attribute [rw] resource_arn
2064
- # Resource arn used to list tags.
2123
+ # The Amazon Resource Name (ARN) to use to list tags.
2065
2124
  # @return [String]
2066
2125
  #
2067
2126
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListTagsForResourceRequest AWS API Documentation
@@ -2072,10 +2131,10 @@ module Aws::Amplify
2072
2131
  include Aws::Structure
2073
2132
  end
2074
2133
 
2075
- # Response for list tags.
2134
+ # The response for the list tags for resource request.
2076
2135
  #
2077
2136
  # @!attribute [rw] tags
2078
- # Tags result for response.
2137
+ # A list of tags for the specified The Amazon Resource Name (ARN).
2079
2138
  # @return [Hash<String,String>]
2080
2139
  #
2081
2140
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListTagsForResourceResponse AWS API Documentation
@@ -2086,7 +2145,7 @@ module Aws::Amplify
2086
2145
  include Aws::Structure
2087
2146
  end
2088
2147
 
2089
- # Request structure for the list webhooks request.
2148
+ # The request structure for the list webhooks request.
2090
2149
  #
2091
2150
  # @note When making an API call, you may pass ListWebhooksRequest
2092
2151
  # data as a hash:
@@ -2098,17 +2157,17 @@ module Aws::Amplify
2098
2157
  # }
2099
2158
  #
2100
2159
  # @!attribute [rw] app_id
2101
- # Unique Id for an Amplify App.
2160
+ # The unique ID for an Amplify app.
2102
2161
  # @return [String]
2103
2162
  #
2104
2163
  # @!attribute [rw] next_token
2105
- # Pagination token. Set to null to start listing webhooks from start.
2106
- # If non-null pagination token is returned in a result, then pass its
2107
- # value in here to list more webhooks.
2164
+ # A pagination token. Set to null to start listing webhooks from the
2165
+ # start. If non-null,the pagination token is returned in a result.
2166
+ # Pass its value in here to list more webhooks.
2108
2167
  # @return [String]
2109
2168
  #
2110
2169
  # @!attribute [rw] max_results
2111
- # Maximum number of records to list in a single response.
2170
+ # The maximum number of records to list in a single response.
2112
2171
  # @return [Integer]
2113
2172
  #
2114
2173
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListWebhooksRequest AWS API Documentation
@@ -2121,15 +2180,15 @@ module Aws::Amplify
2121
2180
  include Aws::Structure
2122
2181
  end
2123
2182
 
2124
- # Result structure for the list webhooks request.
2183
+ # The result structure for the list webhooks request.
2125
2184
  #
2126
2185
  # @!attribute [rw] webhooks
2127
- # List of webhooks.
2186
+ # A list of webhooks.
2128
2187
  # @return [Array<Types::Webhook>]
2129
2188
  #
2130
2189
  # @!attribute [rw] next_token
2131
- # Pagination token. If non-null pagination token is returned in a
2132
- # result, then pass its value in another request to fetch more
2190
+ # A pagination token. If non-null, the pagination token is returned in
2191
+ # a result. Pass its value in another request to retrieve more
2133
2192
  # entries.
2134
2193
  # @return [String]
2135
2194
  #
@@ -2142,8 +2201,7 @@ module Aws::Amplify
2142
2201
  include Aws::Structure
2143
2202
  end
2144
2203
 
2145
- # Exception thrown when an entity has not been found during an
2146
- # operation.
2204
+ # An entity was not found during an operation.
2147
2205
  #
2148
2206
  # @!attribute [rw] message
2149
2207
  # @return [String]
@@ -2156,22 +2214,23 @@ module Aws::Amplify
2156
2214
  include Aws::Structure
2157
2215
  end
2158
2216
 
2159
- # Structure with Production Branch information.
2217
+ # Describes the information about a production branch for an Amplify
2218
+ # app.
2160
2219
  #
2161
2220
  # @!attribute [rw] last_deploy_time
2162
- # Last Deploy Time of Production Branch.
2221
+ # The last deploy time of the production branch.
2163
2222
  # @return [Time]
2164
2223
  #
2165
2224
  # @!attribute [rw] status
2166
- # Status of Production Branch.
2225
+ # The status of the production branch.
2167
2226
  # @return [String]
2168
2227
  #
2169
2228
  # @!attribute [rw] thumbnail_url
2170
- # Thumbnail URL for Production Branch.
2229
+ # The thumbnail URL for the production branch.
2171
2230
  # @return [String]
2172
2231
  #
2173
2232
  # @!attribute [rw] branch_name
2174
- # Branch Name for Production Branch.
2233
+ # The branch name for the production branch.
2175
2234
  # @return [String]
2176
2235
  #
2177
2236
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ProductionBranch AWS API Documentation
@@ -2185,7 +2244,7 @@ module Aws::Amplify
2185
2244
  include Aws::Structure
2186
2245
  end
2187
2246
 
2188
- # Exception thrown when an operation fails due to non-existent resource.
2247
+ # An operation failed due to a non-existent resource.
2189
2248
  #
2190
2249
  # @!attribute [rw] code
2191
2250
  # @return [String]
@@ -2202,7 +2261,7 @@ module Aws::Amplify
2202
2261
  include Aws::Structure
2203
2262
  end
2204
2263
 
2205
- # Request structure for start a deployment.
2264
+ # The request structure for the start a deployment request.
2206
2265
  #
2207
2266
  # @note When making an API call, you may pass StartDeploymentRequest
2208
2267
  # data as a hash:
@@ -2215,22 +2274,23 @@ module Aws::Amplify
2215
2274
  # }
2216
2275
  #
2217
2276
  # @!attribute [rw] app_id
2218
- # Unique Id for an Amplify App.
2277
+ # The unique ID for an Amplify app.
2219
2278
  # @return [String]
2220
2279
  #
2221
2280
  # @!attribute [rw] branch_name
2222
- # Name for the branch, for the Job.
2281
+ # The name for the branch, for the job.
2223
2282
  # @return [String]
2224
2283
  #
2225
2284
  # @!attribute [rw] job_id
2226
- # The job id for this deployment, generated by create deployment
2285
+ # The job ID for this deployment, generated by the create deployment
2227
2286
  # request.
2228
2287
  # @return [String]
2229
2288
  #
2230
2289
  # @!attribute [rw] source_url
2231
- # The sourceUrl for this deployment, used when calling start
2232
- # deployment without create deployment. SourceUrl can be any HTTP GET
2233
- # url that is public accessible and downloads a single zip.
2290
+ # The source URL for this deployment, used when calling start
2291
+ # deployment without create deployment. The source URL can be any HTTP
2292
+ # GET URL that is publicly accessible and downloads a single .zip
2293
+ # file.
2234
2294
  # @return [String]
2235
2295
  #
2236
2296
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StartDeploymentRequest AWS API Documentation
@@ -2244,10 +2304,10 @@ module Aws::Amplify
2244
2304
  include Aws::Structure
2245
2305
  end
2246
2306
 
2247
- # Result structure for start a deployment.
2307
+ # The result structure for the start a deployment request.
2248
2308
  #
2249
2309
  # @!attribute [rw] job_summary
2250
- # Summary for the Job.
2310
+ # The summary for the job.
2251
2311
  # @return [Types::JobSummary]
2252
2312
  #
2253
2313
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StartDeploymentResult AWS API Documentation
@@ -2258,7 +2318,7 @@ module Aws::Amplify
2258
2318
  include Aws::Structure
2259
2319
  end
2260
2320
 
2261
- # Request structure for Start job request.
2321
+ # The request structure for the start job request.
2262
2322
  #
2263
2323
  # @note When making an API call, you may pass StartJobRequest
2264
2324
  # data as a hash:
@@ -2275,38 +2335,41 @@ module Aws::Amplify
2275
2335
  # }
2276
2336
  #
2277
2337
  # @!attribute [rw] app_id
2278
- # Unique Id for an Amplify App.
2338
+ # The unique ID for an Amplify app.
2279
2339
  # @return [String]
2280
2340
  #
2281
2341
  # @!attribute [rw] branch_name
2282
- # Name for the branch, for the Job.
2342
+ # The branch name for the job.
2283
2343
  # @return [String]
2284
2344
  #
2285
2345
  # @!attribute [rw] job_id
2286
- # Unique Id for an existing job. Required for "RETRY" JobType.
2346
+ # The unique ID for an existing job. This is required if the value of
2347
+ # `jobType` is `RETRY`.
2287
2348
  # @return [String]
2288
2349
  #
2289
2350
  # @!attribute [rw] job_type
2290
- # Type for the Job. Available JobTypes are: \\n "RELEASE": Start a
2291
- # new job with the latest change from the specified branch. Only
2292
- # available for apps that have connected to a repository. "RETRY":
2293
- # Retry an existing job. JobId is required for this type of job.
2351
+ # Describes the type for the job. The job type `RELEASE` starts a new
2352
+ # job with the latest change from the specified branch. This value is
2353
+ # available only for apps that are connected to a repository. The job
2354
+ # type `RETRY` retries an existing job. If the job type value is
2355
+ # `RETRY`, the `jobId` is also required.
2294
2356
  # @return [String]
2295
2357
  #
2296
2358
  # @!attribute [rw] job_reason
2297
- # Descriptive reason for starting this job.
2359
+ # A descriptive reason for starting this job.
2298
2360
  # @return [String]
2299
2361
  #
2300
2362
  # @!attribute [rw] commit_id
2301
- # Commit Id from 3rd party repository provider for the Job.
2363
+ # The commit ID from a third-party repository provider for the job.
2302
2364
  # @return [String]
2303
2365
  #
2304
2366
  # @!attribute [rw] commit_message
2305
- # Commit message from 3rd party repository provider for the Job.
2367
+ # The commit message from a third-party repository provider for the
2368
+ # job.
2306
2369
  # @return [String]
2307
2370
  #
2308
2371
  # @!attribute [rw] commit_time
2309
- # Commit date / time for the Job.
2372
+ # The commit date and time for the job.
2310
2373
  # @return [Time]
2311
2374
  #
2312
2375
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StartJobRequest AWS API Documentation
@@ -2324,10 +2387,10 @@ module Aws::Amplify
2324
2387
  include Aws::Structure
2325
2388
  end
2326
2389
 
2327
- # Result structure for run job request.
2390
+ # The result structure for the run job request.
2328
2391
  #
2329
2392
  # @!attribute [rw] job_summary
2330
- # Summary for the Job.
2393
+ # The summary for the job.
2331
2394
  # @return [Types::JobSummary]
2332
2395
  #
2333
2396
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StartJobResult AWS API Documentation
@@ -2338,52 +2401,51 @@ module Aws::Amplify
2338
2401
  include Aws::Structure
2339
2402
  end
2340
2403
 
2341
- # Structure for an execution step for an execution job, for an Amplify
2342
- # App.
2404
+ # Describes an execution step, for an execution job, for an Amplify app.
2343
2405
  #
2344
2406
  # @!attribute [rw] step_name
2345
- # Name of the execution step.
2407
+ # The name of the execution step.
2346
2408
  # @return [String]
2347
2409
  #
2348
2410
  # @!attribute [rw] start_time
2349
- # Start date/ time of the execution step.
2411
+ # The start date and time of the execution step.
2350
2412
  # @return [Time]
2351
2413
  #
2352
2414
  # @!attribute [rw] status
2353
- # Status of the execution step.
2415
+ # The status of the execution step.
2354
2416
  # @return [String]
2355
2417
  #
2356
2418
  # @!attribute [rw] end_time
2357
- # End date/ time of the execution step.
2419
+ # The end date and time of the execution step.
2358
2420
  # @return [Time]
2359
2421
  #
2360
2422
  # @!attribute [rw] log_url
2361
- # URL to the logs for the execution step.
2423
+ # The URL to the logs for the execution step.
2362
2424
  # @return [String]
2363
2425
  #
2364
2426
  # @!attribute [rw] artifacts_url
2365
- # URL to the artifact for the execution step.
2427
+ # The URL to the artifact for the execution step.
2366
2428
  # @return [String]
2367
2429
  #
2368
2430
  # @!attribute [rw] test_artifacts_url
2369
- # URL to the test artifact for the execution step.
2431
+ # The URL to the test artifact for the execution step.
2370
2432
  # @return [String]
2371
2433
  #
2372
2434
  # @!attribute [rw] test_config_url
2373
- # URL to the test config for the execution step.
2435
+ # The URL to the test configuration for the execution step.
2374
2436
  # @return [String]
2375
2437
  #
2376
2438
  # @!attribute [rw] screenshots
2377
- # List of screenshot URLs for the execution step, if relevant.
2439
+ # The list of screenshot URLs for the execution step, if relevant.
2378
2440
  # @return [Hash<String,String>]
2379
2441
  #
2380
2442
  # @!attribute [rw] status_reason
2381
- # The reason for current step status.
2443
+ # The reason for the current step status.
2382
2444
  # @return [String]
2383
2445
  #
2384
2446
  # @!attribute [rw] context
2385
- # The context for current step, will include build image if step is
2386
- # build.
2447
+ # The context for the current step. Includes a build image if the step
2448
+ # is build.
2387
2449
  # @return [String]
2388
2450
  #
2389
2451
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Step AWS API Documentation
@@ -2404,7 +2466,7 @@ module Aws::Amplify
2404
2466
  include Aws::Structure
2405
2467
  end
2406
2468
 
2407
- # Request structure for stop job request.
2469
+ # The request structure for the stop job request.
2408
2470
  #
2409
2471
  # @note When making an API call, you may pass StopJobRequest
2410
2472
  # data as a hash:
@@ -2416,15 +2478,15 @@ module Aws::Amplify
2416
2478
  # }
2417
2479
  #
2418
2480
  # @!attribute [rw] app_id
2419
- # Unique Id for an Amplify App.
2481
+ # The unique ID for an Amplify app.
2420
2482
  # @return [String]
2421
2483
  #
2422
2484
  # @!attribute [rw] branch_name
2423
- # Name for the branch, for the Job.
2485
+ # The name for the branch, for the job.
2424
2486
  # @return [String]
2425
2487
  #
2426
2488
  # @!attribute [rw] job_id
2427
- # Unique Id for the Job.
2489
+ # The unique id for the job.
2428
2490
  # @return [String]
2429
2491
  #
2430
2492
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StopJobRequest AWS API Documentation
@@ -2437,10 +2499,10 @@ module Aws::Amplify
2437
2499
  include Aws::Structure
2438
2500
  end
2439
2501
 
2440
- # Result structure for the stop job request.
2502
+ # The result structure for the stop job request.
2441
2503
  #
2442
2504
  # @!attribute [rw] job_summary
2443
- # Summary for the Job.
2505
+ # The summary for the job.
2444
2506
  # @return [Types::JobSummary]
2445
2507
  #
2446
2508
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StopJobResult AWS API Documentation
@@ -2451,18 +2513,18 @@ module Aws::Amplify
2451
2513
  include Aws::Structure
2452
2514
  end
2453
2515
 
2454
- # Subdomain for the Domain Association.
2516
+ # The subdomain for the domain association.
2455
2517
  #
2456
2518
  # @!attribute [rw] sub_domain_setting
2457
- # Setting structure for the Subdomain.
2519
+ # Describes the settings for the subdomain.
2458
2520
  # @return [Types::SubDomainSetting]
2459
2521
  #
2460
2522
  # @!attribute [rw] verified
2461
- # Verified status of the Subdomain
2523
+ # The verified status of the subdomain
2462
2524
  # @return [Boolean]
2463
2525
  #
2464
2526
  # @!attribute [rw] dns_record
2465
- # DNS record for the Subdomain.
2527
+ # The DNS record for the subdomain.
2466
2528
  # @return [String]
2467
2529
  #
2468
2530
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/SubDomain AWS API Documentation
@@ -2475,7 +2537,7 @@ module Aws::Amplify
2475
2537
  include Aws::Structure
2476
2538
  end
2477
2539
 
2478
- # Setting for the Subdomain.
2540
+ # Describes the settings for the subdomain.
2479
2541
  #
2480
2542
  # @note When making an API call, you may pass SubDomainSetting
2481
2543
  # data as a hash:
@@ -2486,11 +2548,11 @@ module Aws::Amplify
2486
2548
  # }
2487
2549
  #
2488
2550
  # @!attribute [rw] prefix
2489
- # Prefix setting for the Subdomain.
2551
+ # The prefix setting for the subdomain.
2490
2552
  # @return [String]
2491
2553
  #
2492
2554
  # @!attribute [rw] branch_name
2493
- # Branch name setting for the Subdomain.
2555
+ # The branch name setting for the subdomain.
2494
2556
  # @return [String]
2495
2557
  #
2496
2558
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/SubDomainSetting AWS API Documentation
@@ -2502,7 +2564,7 @@ module Aws::Amplify
2502
2564
  include Aws::Structure
2503
2565
  end
2504
2566
 
2505
- # Request structure used to tag resource.
2567
+ # The request structure to tag a resource with a tag key and value.
2506
2568
  #
2507
2569
  # @note When making an API call, you may pass TagResourceRequest
2508
2570
  # data as a hash:
@@ -2515,11 +2577,11 @@ module Aws::Amplify
2515
2577
  # }
2516
2578
  #
2517
2579
  # @!attribute [rw] resource_arn
2518
- # Resource arn used to tag resource.
2580
+ # The Amazon Resource Name (ARN) to use to tag a resource.
2519
2581
  # @return [String]
2520
2582
  #
2521
2583
  # @!attribute [rw] tags
2522
- # Tags used to tag resource.
2584
+ # The tags used to tag the resource.
2523
2585
  # @return [Hash<String,String>]
2524
2586
  #
2525
2587
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/TagResourceRequest AWS API Documentation
@@ -2531,13 +2593,13 @@ module Aws::Amplify
2531
2593
  include Aws::Structure
2532
2594
  end
2533
2595
 
2534
- # Response for tag resource.
2596
+ # The response for the tag resource request.
2535
2597
  #
2536
2598
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/TagResourceResponse AWS API Documentation
2537
2599
  #
2538
2600
  class TagResourceResponse < Aws::EmptyStructure; end
2539
2601
 
2540
- # Exception thrown when an operation fails due to a lack of access.
2602
+ # An operation failed due to a lack of access.
2541
2603
  #
2542
2604
  # @!attribute [rw] message
2543
2605
  # @return [String]
@@ -2550,7 +2612,7 @@ module Aws::Amplify
2550
2612
  include Aws::Structure
2551
2613
  end
2552
2614
 
2553
- # Request structure used to untag resource.
2615
+ # The request structure for the untag resource request.
2554
2616
  #
2555
2617
  # @note When making an API call, you may pass UntagResourceRequest
2556
2618
  # data as a hash:
@@ -2561,11 +2623,11 @@ module Aws::Amplify
2561
2623
  # }
2562
2624
  #
2563
2625
  # @!attribute [rw] resource_arn
2564
- # Resource arn used to untag resource.
2626
+ # The Amazon Resource Name (ARN) to use to untag a resource.
2565
2627
  # @return [String]
2566
2628
  #
2567
2629
  # @!attribute [rw] tag_keys
2568
- # Tag keys used to untag resource.
2630
+ # The tag keys to use to untag a resource.
2569
2631
  # @return [Array<String>]
2570
2632
  #
2571
2633
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UntagResourceRequest AWS API Documentation
@@ -2577,13 +2639,13 @@ module Aws::Amplify
2577
2639
  include Aws::Structure
2578
2640
  end
2579
2641
 
2580
- # Response for untag resource.
2642
+ # The response for the untag resource request.
2581
2643
  #
2582
2644
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UntagResourceResponse AWS API Documentation
2583
2645
  #
2584
2646
  class UntagResourceResponse < Aws::EmptyStructure; end
2585
2647
 
2586
- # Request structure for update App request.
2648
+ # The request structure for the update app request.
2587
2649
  #
2588
2650
  # @note When making an API call, you may pass UpdateAppRequest
2589
2651
  # data as a hash:
@@ -2598,6 +2660,7 @@ module Aws::Amplify
2598
2660
  # "EnvKey" => "EnvValue",
2599
2661
  # },
2600
2662
  # enable_branch_auto_build: false,
2663
+ # enable_branch_auto_deletion: false,
2601
2664
  # enable_basic_auth: false,
2602
2665
  # basic_auth_credentials: "BasicAuthCredentials",
2603
2666
  # custom_rules: [
@@ -2630,75 +2693,82 @@ module Aws::Amplify
2630
2693
  # }
2631
2694
  #
2632
2695
  # @!attribute [rw] app_id
2633
- # Unique Id for an Amplify App.
2696
+ # The unique ID for an Amplify app.
2634
2697
  # @return [String]
2635
2698
  #
2636
2699
  # @!attribute [rw] name
2637
- # Name for an Amplify App.
2700
+ # The name for an Amplify app.
2638
2701
  # @return [String]
2639
2702
  #
2640
2703
  # @!attribute [rw] description
2641
- # Description for an Amplify App.
2704
+ # The description for an Amplify app.
2642
2705
  # @return [String]
2643
2706
  #
2644
2707
  # @!attribute [rw] platform
2645
- # Platform for an Amplify App.
2708
+ # The platform for an Amplify app.
2646
2709
  # @return [String]
2647
2710
  #
2648
2711
  # @!attribute [rw] iam_service_role_arn
2649
- # IAM service role for an Amplify App.
2712
+ # The AWS Identity and Access Management (IAM) service role for an
2713
+ # Amplify app.
2650
2714
  # @return [String]
2651
2715
  #
2652
2716
  # @!attribute [rw] environment_variables
2653
- # Environment Variables for an Amplify App.
2717
+ # The environment variables for an Amplify app.
2654
2718
  # @return [Hash<String,String>]
2655
2719
  #
2656
2720
  # @!attribute [rw] enable_branch_auto_build
2657
- # Enables branch auto-building for an Amplify App.
2721
+ # Enables branch auto-building for an Amplify app.
2722
+ # @return [Boolean]
2723
+ #
2724
+ # @!attribute [rw] enable_branch_auto_deletion
2725
+ # Automatically disconnects a branch in the Amplify Console when you
2726
+ # delete a branch from your Git repository.
2658
2727
  # @return [Boolean]
2659
2728
  #
2660
2729
  # @!attribute [rw] enable_basic_auth
2661
- # Enables Basic Authorization for an Amplify App.
2730
+ # Enables basic authorization for an Amplify app.
2662
2731
  # @return [Boolean]
2663
2732
  #
2664
2733
  # @!attribute [rw] basic_auth_credentials
2665
- # Basic Authorization credentials for an Amplify App.
2734
+ # The basic authorization credentials for an Amplify app.
2666
2735
  # @return [String]
2667
2736
  #
2668
2737
  # @!attribute [rw] custom_rules
2669
- # Custom redirect / rewrite rules for an Amplify App.
2738
+ # The custom redirect and rewrite rules for an Amplify app.
2670
2739
  # @return [Array<Types::CustomRule>]
2671
2740
  #
2672
2741
  # @!attribute [rw] build_spec
2673
- # BuildSpec for an Amplify App.
2742
+ # The build specification (build spec) for an Amplify app.
2674
2743
  # @return [String]
2675
2744
  #
2676
2745
  # @!attribute [rw] enable_auto_branch_creation
2677
- # Enables automated branch creation for the Amplify App.
2746
+ # Enables automated branch creation for the Amplify app.
2678
2747
  # @return [Boolean]
2679
2748
  #
2680
2749
  # @!attribute [rw] auto_branch_creation_patterns
2681
- # Automated branch creation glob patterns for the Amplify App.
2750
+ # Describes the automated branch creation glob patterns for the
2751
+ # Amplify app.
2682
2752
  # @return [Array<String>]
2683
2753
  #
2684
2754
  # @!attribute [rw] auto_branch_creation_config
2685
- # Automated branch creation branchConfig for the Amplify App.
2755
+ # The automated branch creation configuration for the Amplify app.
2686
2756
  # @return [Types::AutoBranchCreationConfig]
2687
2757
  #
2688
2758
  # @!attribute [rw] repository
2689
- # Repository for an Amplify App
2759
+ # The name of the repository for an Amplify app
2690
2760
  # @return [String]
2691
2761
  #
2692
2762
  # @!attribute [rw] oauth_token
2693
- # OAuth token for 3rd party source control system for an Amplify App,
2694
- # used to create webhook and read-only deploy key. OAuth token is not
2695
- # stored.
2763
+ # The OAuth token for a third-party source control system for an
2764
+ # Amplify app. The token is used to create a webhook and a read-only
2765
+ # deploy key. The OAuth token is not stored.
2696
2766
  # @return [String]
2697
2767
  #
2698
2768
  # @!attribute [rw] access_token
2699
- # Personal Access token for 3rd party source control system for an
2700
- # Amplify App, used to create webhook and read-only deploy key. Token
2701
- # is not stored.
2769
+ # The personal access token for a third-party source control system
2770
+ # for an Amplify app. The token is used to create webhook and a
2771
+ # read-only deploy key. The token is not stored.
2702
2772
  # @return [String]
2703
2773
  #
2704
2774
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateAppRequest AWS API Documentation
@@ -2711,6 +2781,7 @@ module Aws::Amplify
2711
2781
  :iam_service_role_arn,
2712
2782
  :environment_variables,
2713
2783
  :enable_branch_auto_build,
2784
+ :enable_branch_auto_deletion,
2714
2785
  :enable_basic_auth,
2715
2786
  :basic_auth_credentials,
2716
2787
  :custom_rules,
@@ -2721,14 +2792,14 @@ module Aws::Amplify
2721
2792
  :repository,
2722
2793
  :oauth_token,
2723
2794
  :access_token)
2724
- SENSITIVE = []
2795
+ SENSITIVE = [:basic_auth_credentials, :oauth_token, :access_token]
2725
2796
  include Aws::Structure
2726
2797
  end
2727
2798
 
2728
- # Result structure for an Amplify App update request.
2799
+ # The result structure for an Amplify app update request.
2729
2800
  #
2730
2801
  # @!attribute [rw] app
2731
- # App structure for the updated App.
2802
+ # Represents the updated Amplify app.
2732
2803
  # @return [Types::App]
2733
2804
  #
2734
2805
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateAppResult AWS API Documentation
@@ -2739,7 +2810,7 @@ module Aws::Amplify
2739
2810
  include Aws::Structure
2740
2811
  end
2741
2812
 
2742
- # Request structure for update branch request.
2813
+ # The request structure for the update branch request.
2743
2814
  #
2744
2815
  # @note When making an API call, you may pass UpdateBranchRequest
2745
2816
  # data as a hash:
@@ -2766,23 +2837,23 @@ module Aws::Amplify
2766
2837
  # }
2767
2838
  #
2768
2839
  # @!attribute [rw] app_id
2769
- # Unique Id for an Amplify App.
2840
+ # The unique ID for an Amplify app.
2770
2841
  # @return [String]
2771
2842
  #
2772
2843
  # @!attribute [rw] branch_name
2773
- # Name for the branch.
2844
+ # The name for the branch.
2774
2845
  # @return [String]
2775
2846
  #
2776
2847
  # @!attribute [rw] description
2777
- # Description for the branch.
2848
+ # The description for the branch.
2778
2849
  # @return [String]
2779
2850
  #
2780
2851
  # @!attribute [rw] framework
2781
- # Framework for the branch.
2852
+ # The framework for the branch.
2782
2853
  # @return [String]
2783
2854
  #
2784
2855
  # @!attribute [rw] stage
2785
- # Stage for the branch.
2856
+ # Describes the current stage for the branch.
2786
2857
  # @return [String]
2787
2858
  #
2788
2859
  # @!attribute [rw] enable_notification
@@ -2794,39 +2865,41 @@ module Aws::Amplify
2794
2865
  # @return [Boolean]
2795
2866
  #
2796
2867
  # @!attribute [rw] environment_variables
2797
- # Environment Variables for the branch.
2868
+ # The environment variables for the branch.
2798
2869
  # @return [Hash<String,String>]
2799
2870
  #
2800
2871
  # @!attribute [rw] basic_auth_credentials
2801
- # Basic Authorization credentials for the branch.
2872
+ # The basic authorization credentials for the branch.
2802
2873
  # @return [String]
2803
2874
  #
2804
2875
  # @!attribute [rw] enable_basic_auth
2805
- # Enables Basic Auth for the branch.
2876
+ # Enables basic authorization for the branch.
2806
2877
  # @return [Boolean]
2807
2878
  #
2808
2879
  # @!attribute [rw] build_spec
2809
- # BuildSpec for the branch.
2880
+ # The build specification (build spec) for the branch.
2810
2881
  # @return [String]
2811
2882
  #
2812
2883
  # @!attribute [rw] ttl
2813
- # The content TTL for the website in seconds.
2884
+ # The content Time to Live (TTL) for the website in seconds.
2814
2885
  # @return [String]
2815
2886
  #
2816
2887
  # @!attribute [rw] display_name
2817
- # Display name for a branch, will use as the default domain prefix.
2888
+ # The display name for a branch. This is used as the default domain
2889
+ # prefix.
2818
2890
  # @return [String]
2819
2891
  #
2820
2892
  # @!attribute [rw] enable_pull_request_preview
2821
- # Enables Pull Request Preview for this branch.
2893
+ # Enables pull request preview for this branch.
2822
2894
  # @return [Boolean]
2823
2895
  #
2824
2896
  # @!attribute [rw] pull_request_environment_name
2825
- # The Amplify Environment name for the pull request.
2897
+ # The Amplify environment name for the pull request.
2826
2898
  # @return [String]
2827
2899
  #
2828
2900
  # @!attribute [rw] backend_environment_arn
2829
- # ARN for a Backend Environment, part of an Amplify App.
2901
+ # The Amazon Resource Name (ARN) for a backend environment that is
2902
+ # part of an Amplify app.
2830
2903
  # @return [String]
2831
2904
  #
2832
2905
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateBranchRequest AWS API Documentation
@@ -2848,14 +2921,15 @@ module Aws::Amplify
2848
2921
  :enable_pull_request_preview,
2849
2922
  :pull_request_environment_name,
2850
2923
  :backend_environment_arn)
2851
- SENSITIVE = []
2924
+ SENSITIVE = [:basic_auth_credentials]
2852
2925
  include Aws::Structure
2853
2926
  end
2854
2927
 
2855
- # Result structure for update branch request.
2928
+ # The result structure for the update branch request.
2856
2929
  #
2857
2930
  # @!attribute [rw] branch
2858
- # Branch structure for an Amplify App.
2931
+ # The branch for an Amplify app, which maps to a third-party
2932
+ # repository branch.
2859
2933
  # @return [Types::Branch]
2860
2934
  #
2861
2935
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateBranchResult AWS API Documentation
@@ -2866,7 +2940,7 @@ module Aws::Amplify
2866
2940
  include Aws::Structure
2867
2941
  end
2868
2942
 
2869
- # Request structure for update Domain Association request.
2943
+ # The request structure for the update domain association request.
2870
2944
  #
2871
2945
  # @note When making an API call, you may pass UpdateDomainAssociationRequest
2872
2946
  # data as a hash:
@@ -2881,40 +2955,54 @@ module Aws::Amplify
2881
2955
  # branch_name: "BranchName", # required
2882
2956
  # },
2883
2957
  # ],
2958
+ # auto_sub_domain_creation_patterns: ["AutoSubDomainCreationPattern"],
2959
+ # auto_sub_domain_iam_role: "AutoSubDomainIAMRole",
2884
2960
  # }
2885
2961
  #
2886
2962
  # @!attribute [rw] app_id
2887
- # Unique Id for an Amplify App.
2963
+ # The unique ID for an Amplify app.
2888
2964
  # @return [String]
2889
2965
  #
2890
2966
  # @!attribute [rw] domain_name
2891
- # Name of the domain.
2967
+ # The name of the domain.
2892
2968
  # @return [String]
2893
2969
  #
2894
2970
  # @!attribute [rw] enable_auto_sub_domain
2895
- # Enables automated creation of Subdomains for branches. (Currently
2896
- # not supported)
2971
+ # Enables the automated creation of subdomains for branches.
2897
2972
  # @return [Boolean]
2898
2973
  #
2899
2974
  # @!attribute [rw] sub_domain_settings
2900
- # Setting structure for the Subdomain.
2975
+ # Describes the settings for the subdomain.
2901
2976
  # @return [Array<Types::SubDomainSetting>]
2902
2977
  #
2978
+ # @!attribute [rw] auto_sub_domain_creation_patterns
2979
+ # Sets the branch patterns for automatic subdomain creation.
2980
+ # @return [Array<String>]
2981
+ #
2982
+ # @!attribute [rw] auto_sub_domain_iam_role
2983
+ # The required AWS Identity and Access Management (IAM) service role
2984
+ # for the Amazon Resource Name (ARN) for automatically creating
2985
+ # subdomains.
2986
+ # @return [String]
2987
+ #
2903
2988
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateDomainAssociationRequest AWS API Documentation
2904
2989
  #
2905
2990
  class UpdateDomainAssociationRequest < Struct.new(
2906
2991
  :app_id,
2907
2992
  :domain_name,
2908
2993
  :enable_auto_sub_domain,
2909
- :sub_domain_settings)
2994
+ :sub_domain_settings,
2995
+ :auto_sub_domain_creation_patterns,
2996
+ :auto_sub_domain_iam_role)
2910
2997
  SENSITIVE = []
2911
2998
  include Aws::Structure
2912
2999
  end
2913
3000
 
2914
- # Result structure for the update Domain Association request.
3001
+ # The result structure for the update domain association request.
2915
3002
  #
2916
3003
  # @!attribute [rw] domain_association
2917
- # Domain Association structure.
3004
+ # Describes a domain association, which associates a custom domain
3005
+ # with an Amplify app.
2918
3006
  # @return [Types::DomainAssociation]
2919
3007
  #
2920
3008
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateDomainAssociationResult AWS API Documentation
@@ -2925,7 +3013,7 @@ module Aws::Amplify
2925
3013
  include Aws::Structure
2926
3014
  end
2927
3015
 
2928
- # Request structure for update webhook request.
3016
+ # The request structure for the update webhook request.
2929
3017
  #
2930
3018
  # @note When making an API call, you may pass UpdateWebhookRequest
2931
3019
  # data as a hash:
@@ -2937,15 +3025,15 @@ module Aws::Amplify
2937
3025
  # }
2938
3026
  #
2939
3027
  # @!attribute [rw] webhook_id
2940
- # Unique Id for a webhook.
3028
+ # The unique ID for a webhook.
2941
3029
  # @return [String]
2942
3030
  #
2943
3031
  # @!attribute [rw] branch_name
2944
- # Name for a branch, part of an Amplify App.
3032
+ # The name for a branch that is part of an Amplify app.
2945
3033
  # @return [String]
2946
3034
  #
2947
3035
  # @!attribute [rw] description
2948
- # Description for a webhook.
3036
+ # The description for a webhook.
2949
3037
  # @return [String]
2950
3038
  #
2951
3039
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateWebhookRequest AWS API Documentation
@@ -2958,10 +3046,11 @@ module Aws::Amplify
2958
3046
  include Aws::Structure
2959
3047
  end
2960
3048
 
2961
- # Result structure for the update webhook request.
3049
+ # The result structure for the update webhook request.
2962
3050
  #
2963
3051
  # @!attribute [rw] webhook
2964
- # Webhook structure.
3052
+ # Describes a webhook that connects repository events to an Amplify
3053
+ # app.
2965
3054
  # @return [Types::Webhook]
2966
3055
  #
2967
3056
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateWebhookResult AWS API Documentation
@@ -2972,34 +3061,34 @@ module Aws::Amplify
2972
3061
  include Aws::Structure
2973
3062
  end
2974
3063
 
2975
- # Structure for webhook, which associates a webhook with an Amplify App.
3064
+ # Describes a webhook that connects repository events to an Amplify app.
2976
3065
  #
2977
3066
  # @!attribute [rw] webhook_arn
2978
- # ARN for the webhook.
3067
+ # The Amazon Resource Name (ARN) for the webhook.
2979
3068
  # @return [String]
2980
3069
  #
2981
3070
  # @!attribute [rw] webhook_id
2982
- # Id of the webhook.
3071
+ # The ID of the webhook.
2983
3072
  # @return [String]
2984
3073
  #
2985
3074
  # @!attribute [rw] webhook_url
2986
- # Url of the webhook.
3075
+ # The URL of the webhook.
2987
3076
  # @return [String]
2988
3077
  #
2989
3078
  # @!attribute [rw] branch_name
2990
- # Name for a branch, part of an Amplify App.
3079
+ # The name for a branch that is part of an Amplify app.
2991
3080
  # @return [String]
2992
3081
  #
2993
3082
  # @!attribute [rw] description
2994
- # Description for a webhook.
3083
+ # The description for a webhook.
2995
3084
  # @return [String]
2996
3085
  #
2997
3086
  # @!attribute [rw] create_time
2998
- # Create date / time for a webhook.
3087
+ # The create date and time for a webhook.
2999
3088
  # @return [Time]
3000
3089
  #
3001
3090
  # @!attribute [rw] update_time
3002
- # Update date / time for a webhook.
3091
+ # Updates the date and time for a webhook.
3003
3092
  # @return [Time]
3004
3093
  #
3005
3094
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Webhook AWS API Documentation