You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
164
+
/// Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.
Copy file name to clipboardExpand all lines: Sources/Services/AWSAppRunner/AppRunnerClientProtocol.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public protocol AppRunnerClientProtocol {
30
30
/// - `InvalidRequestException` : One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
31
31
/// - `ServiceQuotaExceededException` : App Runner can't create this resource. You've reached your account quota for this resource type. For App Runner per-resource quotas, see [App Runner endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.
/// Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
33
+
/// Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.
/// The current state of the App Runner service. These particular values mean the following.
6377
6380
///
6378
-
/// * CREATE_FAILED – The service failed to create. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and retry the call to create the service. The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.
6381
+
/// * CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService.
6379
6382
///
6380
6383
/// * DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.
/// The current state of the App Runner service. These particular values mean the following.
6639
6642
///
6640
-
/// * CREATE_FAILED – The service failed to create. Read the failure events and logs, change any parameters that need to be fixed, and retry the call to create the service. The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.
6643
+
/// * CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService.
6641
6644
///
6642
6645
/// * DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
181
181
///
182
182
/// __Possible Exceptions:__
183
+
/// - `AccessDeniedException` : AppFlow/Requester has invalid or missing permissions.
183
184
/// - `ConflictException` : There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
184
185
/// - `ConnectorAuthenticationException` : An error occurred when authenticating with the connector endpoint.
185
186
/// - `ConnectorServerException` : An error occurred when retrieving data from the connector endpoint.
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
1252
1253
///
1253
1254
/// __Possible Exceptions:__
1255
+
/// - `AccessDeniedException` : AppFlow/Requester has invalid or missing permissions.
1254
1256
/// - `ConflictException` : There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
1255
1257
/// - `ConnectorAuthenticationException` : An error occurred when authenticating with the connector endpoint.
1256
1258
/// - `ConnectorServerException` : An error occurred when retrieving data from the connector endpoint.
Copy file name to clipboardExpand all lines: Sources/Services/AWSAppflow/AppflowClientProtocol.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ public protocol AppflowClientProtocol {
54
54
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
55
55
///
56
56
/// __Possible Exceptions:__
57
+
/// - `AccessDeniedException` : AppFlow/Requester has invalid or missing permissions.
57
58
/// - `ConflictException` : There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
58
59
/// - `ConnectorAuthenticationException` : An error occurred when authenticating with the connector endpoint.
59
60
/// - `ConnectorServerException` : An error occurred when retrieving data from the connector endpoint.
@@ -364,6 +365,7 @@ public protocol AppflowClientProtocol {
364
365
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
365
366
///
366
367
/// __Possible Exceptions:__
368
+
/// - `AccessDeniedException` : AppFlow/Requester has invalid or missing permissions.
367
369
/// - `ConflictException` : There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
368
370
/// - `ConnectorAuthenticationException` : An error occurred when authenticating with the connector endpoint.
369
371
/// - `ConnectorServerException` : An error occurred when retrieving data from the connector endpoint.
0 commit comments