aws-sdk-apprunner 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +8 -8
- data/lib/aws-sdk-apprunner/types.rb +10 -15
- data/lib/aws-sdk-apprunner.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71123d355f923e6366bc040b2af8f64e61f8bc66edd6ec6dd5f2dbc0a6bd47b1
|
4
|
+
data.tar.gz: 5ad944beda88e79ea5c5c92ac6e355fa289bb498e531fbe3c5bbf139b9a1cf13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe7d548d36da516d3bfe654ab47b1d5d07d2dc30825a56b9fbc585b4634ce2ab937d8e49fd2b23beec018f90a2155fa439af0473e95ab738809bc09a7a769d29
|
7
|
+
data.tar.gz: 6847a6f3585fe6ff99a0540e4c7411648e9942e4f5f873f52f1b2f54921f4d827a653192bb90d7315a452eef3a3db34974e793691ca43c95c5ebd7c62ca5f0dc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.28.0 (2023-08-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
|
8
|
+
|
4
9
|
1.27.0 (2023-07-11)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -587,9 +587,9 @@ module Aws::AppRunner
|
|
587
587
|
# private repositories from certain third-party providers. You can share
|
588
588
|
# a connection across multiple services.
|
589
589
|
#
|
590
|
-
# A connection resource is needed to access GitHub
|
591
|
-
#
|
592
|
-
# console before you can use the connection.
|
590
|
+
# A connection resource is needed to access GitHub and Bitbucket
|
591
|
+
# repositories. Both require a user interface approval process through
|
592
|
+
# the App Runner console before you can use the connection.
|
593
593
|
#
|
594
594
|
# @option params [required, String] :connection_name
|
595
595
|
# A name for the new connection. It must be unique across all App Runner
|
@@ -611,7 +611,7 @@ module Aws::AppRunner
|
|
611
611
|
#
|
612
612
|
# resp = client.create_connection({
|
613
613
|
# connection_name: "ConnectionName", # required
|
614
|
-
# provider_type: "GITHUB", # required, accepts GITHUB
|
614
|
+
# provider_type: "GITHUB", # required, accepts GITHUB, BITBUCKET
|
615
615
|
# tags: [
|
616
616
|
# {
|
617
617
|
# key: "TagKey",
|
@@ -624,7 +624,7 @@ module Aws::AppRunner
|
|
624
624
|
#
|
625
625
|
# resp.connection.connection_name #=> String
|
626
626
|
# resp.connection.connection_arn #=> String
|
627
|
-
# resp.connection.provider_type #=> String, one of "GITHUB"
|
627
|
+
# resp.connection.provider_type #=> String, one of "GITHUB", "BITBUCKET"
|
628
628
|
# resp.connection.status #=> String, one of "PENDING_HANDSHAKE", "AVAILABLE", "ERROR", "DELETED"
|
629
629
|
# resp.connection.created_at #=> Time
|
630
630
|
#
|
@@ -1129,7 +1129,7 @@ module Aws::AppRunner
|
|
1129
1129
|
#
|
1130
1130
|
# resp.connection.connection_name #=> String
|
1131
1131
|
# resp.connection.connection_arn #=> String
|
1132
|
-
# resp.connection.provider_type #=> String, one of "GITHUB"
|
1132
|
+
# resp.connection.provider_type #=> String, one of "GITHUB", "BITBUCKET"
|
1133
1133
|
# resp.connection.status #=> String, one of "PENDING_HANDSHAKE", "AVAILABLE", "ERROR", "DELETED"
|
1134
1134
|
# resp.connection.created_at #=> Time
|
1135
1135
|
#
|
@@ -1847,7 +1847,7 @@ module Aws::AppRunner
|
|
1847
1847
|
# resp.connection_summary_list #=> Array
|
1848
1848
|
# resp.connection_summary_list[0].connection_name #=> String
|
1849
1849
|
# resp.connection_summary_list[0].connection_arn #=> String
|
1850
|
-
# resp.connection_summary_list[0].provider_type #=> String, one of "GITHUB"
|
1850
|
+
# resp.connection_summary_list[0].provider_type #=> String, one of "GITHUB", "BITBUCKET"
|
1851
1851
|
# resp.connection_summary_list[0].status #=> String, one of "PENDING_HANDSHAKE", "AVAILABLE", "ERROR", "DELETED"
|
1852
1852
|
# resp.connection_summary_list[0].created_at #=> Time
|
1853
1853
|
# resp.next_token #=> String
|
@@ -2735,7 +2735,7 @@ module Aws::AppRunner
|
|
2735
2735
|
params: params,
|
2736
2736
|
config: config)
|
2737
2737
|
context[:gem_name] = 'aws-sdk-apprunner'
|
2738
|
-
context[:gem_version] = '1.
|
2738
|
+
context[:gem_version] = '1.28.0'
|
2739
2739
|
Seahorse::Client::Request.new(handlers, context)
|
2740
2740
|
end
|
2741
2741
|
|
@@ -2326,14 +2326,11 @@ module Aws::AppRunner
|
|
2326
2326
|
# The current state of the App Runner service. These particular values
|
2327
2327
|
# mean the following.
|
2328
2328
|
#
|
2329
|
-
# * `CREATE_FAILED` – The service failed to create.
|
2330
|
-
#
|
2331
|
-
#
|
2332
|
-
#
|
2333
|
-
#
|
2334
|
-
# The failed service isn't usable, and still counts towards your
|
2335
|
-
# service quota. When you're done analyzing the failure, delete the
|
2336
|
-
# service.
|
2329
|
+
# * `CREATE_FAILED` – The service failed to create. The failed service
|
2330
|
+
# isn't usable, and still counts towards your service quota. To
|
2331
|
+
# troubleshoot this failure, read the failure events and logs,
|
2332
|
+
# change any parameters that need to be fixed, and rebuild your
|
2333
|
+
# service using `UpdateService`.
|
2337
2334
|
#
|
2338
2335
|
# * `DELETE_FAILED` – The service failed to delete and can't be
|
2339
2336
|
# successfully recovered. Retry the service deletion call to ensure
|
@@ -2500,13 +2497,11 @@ module Aws::AppRunner
|
|
2500
2497
|
# The current state of the App Runner service. These particular values
|
2501
2498
|
# mean the following.
|
2502
2499
|
#
|
2503
|
-
# * `CREATE_FAILED` – The service failed to create.
|
2504
|
-
#
|
2505
|
-
#
|
2506
|
-
#
|
2507
|
-
#
|
2508
|
-
# service quota. When you're done analyzing the failure, delete the
|
2509
|
-
# service.
|
2500
|
+
# * `CREATE_FAILED` – The service failed to create. The failed service
|
2501
|
+
# isn't usable, and still counts towards your service quota. To
|
2502
|
+
# troubleshoot this failure, read the failure events and logs,
|
2503
|
+
# change any parameters that need to be fixed, and rebuild your
|
2504
|
+
# service using `UpdateService`.
|
2510
2505
|
#
|
2511
2506
|
# * `DELETE_FAILED` – The service failed to delete and can't be
|
2512
2507
|
# successfully recovered. Retry the service deletion call to ensure
|
data/lib/aws-sdk-apprunner.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-apprunner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|