aws-sdk-codestarconnections 1.9.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8486287c0fc79a75fd2da9dbfabba498c1427835b00dbf027b869df7546e2e2c
|
4
|
+
data.tar.gz: 0577d2552e390b573713668f3e502870a977ea1ee0a499ee2f789f90c87096a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed2f0ede64b219e07d7f851240b1f5dadd388c6f2fd807834abb232100c1fd01613d35674e0f1bfdd02ae25311799cd6fd986bd9b50c52a33a88442b4d11546e
|
7
|
+
data.tar.gz: 953e6b755b2dd78605d99adc19670a71b5e7dd6fe3cafaa2ae578d29de2352096a8c663ceda02d66d313aad0d03d25e88e9886d5d3b3d8457875266c5f5859a6
|
@@ -365,7 +365,7 @@ module Aws::CodeStarconnections
|
|
365
365
|
# @example Request syntax with placeholder values
|
366
366
|
#
|
367
367
|
# resp = client.create_connection({
|
368
|
-
# provider_type: "Bitbucket", # accepts Bitbucket, GitHubEnterpriseServer
|
368
|
+
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
369
369
|
# connection_name: "ConnectionName", # required
|
370
370
|
# tags: [
|
371
371
|
# {
|
@@ -431,7 +431,7 @@ module Aws::CodeStarconnections
|
|
431
431
|
#
|
432
432
|
# resp = client.create_host({
|
433
433
|
# name: "HostName", # required
|
434
|
-
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHubEnterpriseServer
|
434
|
+
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
435
435
|
# provider_endpoint: "Url", # required
|
436
436
|
# vpc_configuration: {
|
437
437
|
# vpc_id: "VpcId", # required
|
@@ -528,7 +528,7 @@ module Aws::CodeStarconnections
|
|
528
528
|
#
|
529
529
|
# resp.connection.connection_name #=> String
|
530
530
|
# resp.connection.connection_arn #=> String
|
531
|
-
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHubEnterpriseServer"
|
531
|
+
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer"
|
532
532
|
# resp.connection.owner_account_id #=> String
|
533
533
|
# resp.connection.connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
534
534
|
# resp.connection.host_arn #=> String
|
@@ -566,7 +566,7 @@ module Aws::CodeStarconnections
|
|
566
566
|
#
|
567
567
|
# resp.name #=> String
|
568
568
|
# resp.status #=> String
|
569
|
-
# resp.provider_type #=> String, one of "Bitbucket", "GitHubEnterpriseServer"
|
569
|
+
# resp.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer"
|
570
570
|
# resp.provider_endpoint #=> String
|
571
571
|
# resp.vpc_configuration.vpc_id #=> String
|
572
572
|
# resp.vpc_configuration.subnet_ids #=> Array
|
@@ -613,7 +613,7 @@ module Aws::CodeStarconnections
|
|
613
613
|
# @example Request syntax with placeholder values
|
614
614
|
#
|
615
615
|
# resp = client.list_connections({
|
616
|
-
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHubEnterpriseServer
|
616
|
+
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
617
617
|
# host_arn_filter: "HostArn",
|
618
618
|
# max_results: 1,
|
619
619
|
# next_token: "NextToken",
|
@@ -624,7 +624,7 @@ module Aws::CodeStarconnections
|
|
624
624
|
# resp.connections #=> Array
|
625
625
|
# resp.connections[0].connection_name #=> String
|
626
626
|
# resp.connections[0].connection_arn #=> String
|
627
|
-
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHubEnterpriseServer"
|
627
|
+
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer"
|
628
628
|
# resp.connections[0].owner_account_id #=> String
|
629
629
|
# resp.connections[0].connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
630
630
|
# resp.connections[0].host_arn #=> String
|
@@ -669,7 +669,7 @@ module Aws::CodeStarconnections
|
|
669
669
|
# resp.hosts #=> Array
|
670
670
|
# resp.hosts[0].name #=> String
|
671
671
|
# resp.hosts[0].host_arn #=> String
|
672
|
-
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHubEnterpriseServer"
|
672
|
+
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer"
|
673
673
|
# resp.hosts[0].provider_endpoint #=> String
|
674
674
|
# resp.hosts[0].vpc_configuration.vpc_id #=> String
|
675
675
|
# resp.hosts[0].vpc_configuration.subnet_ids #=> Array
|
@@ -794,7 +794,7 @@ module Aws::CodeStarconnections
|
|
794
794
|
params: params,
|
795
795
|
config: config)
|
796
796
|
context[:gem_name] = 'aws-sdk-codestarconnections'
|
797
|
-
context[:gem_version] = '1.
|
797
|
+
context[:gem_version] = '1.10.0'
|
798
798
|
Seahorse::Client::Request.new(handlers, context)
|
799
799
|
end
|
800
800
|
|
@@ -69,7 +69,7 @@ module Aws::CodeStarconnections
|
|
69
69
|
# data as a hash:
|
70
70
|
#
|
71
71
|
# {
|
72
|
-
# provider_type: "Bitbucket", # accepts Bitbucket, GitHubEnterpriseServer
|
72
|
+
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
73
73
|
# connection_name: "ConnectionName", # required
|
74
74
|
# tags: [
|
75
75
|
# {
|
@@ -138,7 +138,7 @@ module Aws::CodeStarconnections
|
|
138
138
|
#
|
139
139
|
# {
|
140
140
|
# name: "HostName", # required
|
141
|
-
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHubEnterpriseServer
|
141
|
+
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
142
142
|
# provider_endpoint: "Url", # required
|
143
143
|
# vpc_configuration: {
|
144
144
|
# vpc_id: "VpcId", # required
|
@@ -404,7 +404,7 @@ module Aws::CodeStarconnections
|
|
404
404
|
# data as a hash:
|
405
405
|
#
|
406
406
|
# {
|
407
|
-
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHubEnterpriseServer
|
407
|
+
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
|
408
408
|
# host_arn_filter: "HostArn",
|
409
409
|
# max_results: 1,
|
410
410
|
# next_token: "NextToken",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codestarconnections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.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: 2020-09-
|
11
|
+
date: 2020-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|