aws-sdk-codestarconnections 1.38.0 → 1.39.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-codestarconnections/client.rb +21 -21
- data/lib/aws-sdk-codestarconnections.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: a841a95ff4ac71fcdd81257d7b36c8b916d34aa520a385c0e1270509c853d53a
|
|
4
|
+
data.tar.gz: 8e87653f062e4fc6e440dfec8394ca84fc2255c8b177efab46a03d2f1fae8227
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b009135ab01b69f157eb53ec5bfe6708ab4eceae367ba8e155a645db16af4060ef3f860d6d89c41f9b00e24361cec4b10c248a57df0a428f3294933534ee3eb
|
|
7
|
+
data.tar.gz: 16092a4f1f5716147b12e929fb0f30553aaa5831d88c07f8ab63a714d91079b3ed658c44dfc6357783f28a05284dab2bdaf1bf6e54cd3203d06406312d926a2b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
|
@@ -425,7 +425,7 @@ module Aws::CodeStarconnections
|
|
|
425
425
|
# @example Request syntax with placeholder values
|
|
426
426
|
#
|
|
427
427
|
# resp = client.create_connection({
|
|
428
|
-
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab
|
|
428
|
+
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
|
429
429
|
# connection_name: "ConnectionName", # required
|
|
430
430
|
# tags: [
|
|
431
431
|
# {
|
|
@@ -494,7 +494,7 @@ module Aws::CodeStarconnections
|
|
|
494
494
|
#
|
|
495
495
|
# resp = client.create_host({
|
|
496
496
|
# name: "HostName", # required
|
|
497
|
-
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab
|
|
497
|
+
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
|
498
498
|
# provider_endpoint: "Url", # required
|
|
499
499
|
# vpc_configuration: {
|
|
500
500
|
# vpc_id: "VpcId", # required
|
|
@@ -572,7 +572,7 @@ module Aws::CodeStarconnections
|
|
|
572
572
|
# resp.repository_link_info.connection_arn #=> String
|
|
573
573
|
# resp.repository_link_info.encryption_key_arn #=> String
|
|
574
574
|
# resp.repository_link_info.owner_id #=> String
|
|
575
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
575
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
576
576
|
# resp.repository_link_info.repository_link_arn #=> String
|
|
577
577
|
# resp.repository_link_info.repository_link_id #=> String
|
|
578
578
|
# resp.repository_link_info.repository_name #=> String
|
|
@@ -637,7 +637,7 @@ module Aws::CodeStarconnections
|
|
|
637
637
|
# resp.sync_configuration.branch #=> String
|
|
638
638
|
# resp.sync_configuration.config_file #=> String
|
|
639
639
|
# resp.sync_configuration.owner_id #=> String
|
|
640
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
640
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
641
641
|
# resp.sync_configuration.repository_link_id #=> String
|
|
642
642
|
# resp.sync_configuration.repository_name #=> String
|
|
643
643
|
# resp.sync_configuration.resource_name #=> String
|
|
@@ -778,7 +778,7 @@ module Aws::CodeStarconnections
|
|
|
778
778
|
#
|
|
779
779
|
# resp.connection.connection_name #=> String
|
|
780
780
|
# resp.connection.connection_arn #=> String
|
|
781
|
-
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
781
|
+
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
782
782
|
# resp.connection.owner_account_id #=> String
|
|
783
783
|
# resp.connection.connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
|
784
784
|
# resp.connection.host_arn #=> String
|
|
@@ -816,7 +816,7 @@ module Aws::CodeStarconnections
|
|
|
816
816
|
#
|
|
817
817
|
# resp.name #=> String
|
|
818
818
|
# resp.status #=> String
|
|
819
|
-
# resp.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
819
|
+
# resp.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
820
820
|
# resp.provider_endpoint #=> String
|
|
821
821
|
# resp.vpc_configuration.vpc_id #=> String
|
|
822
822
|
# resp.vpc_configuration.subnet_ids #=> Array
|
|
@@ -856,7 +856,7 @@ module Aws::CodeStarconnections
|
|
|
856
856
|
# resp.repository_link_info.connection_arn #=> String
|
|
857
857
|
# resp.repository_link_info.encryption_key_arn #=> String
|
|
858
858
|
# resp.repository_link_info.owner_id #=> String
|
|
859
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
859
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
860
860
|
# resp.repository_link_info.repository_link_arn #=> String
|
|
861
861
|
# resp.repository_link_info.repository_link_id #=> String
|
|
862
862
|
# resp.repository_link_info.repository_name #=> String
|
|
@@ -944,7 +944,7 @@ module Aws::CodeStarconnections
|
|
|
944
944
|
# resp.desired_state.directory #=> String
|
|
945
945
|
# resp.desired_state.owner_id #=> String
|
|
946
946
|
# resp.desired_state.repository_name #=> String
|
|
947
|
-
# resp.desired_state.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
947
|
+
# resp.desired_state.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
948
948
|
# resp.desired_state.sha #=> String
|
|
949
949
|
# resp.latest_successful_sync.events #=> Array
|
|
950
950
|
# resp.latest_successful_sync.events[0].event #=> String
|
|
@@ -955,7 +955,7 @@ module Aws::CodeStarconnections
|
|
|
955
955
|
# resp.latest_successful_sync.initial_revision.directory #=> String
|
|
956
956
|
# resp.latest_successful_sync.initial_revision.owner_id #=> String
|
|
957
957
|
# resp.latest_successful_sync.initial_revision.repository_name #=> String
|
|
958
|
-
# resp.latest_successful_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
958
|
+
# resp.latest_successful_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
959
959
|
# resp.latest_successful_sync.initial_revision.sha #=> String
|
|
960
960
|
# resp.latest_successful_sync.started_at #=> Time
|
|
961
961
|
# resp.latest_successful_sync.status #=> String, one of "FAILED", "INITIATED", "IN_PROGRESS", "SUCCEEDED"
|
|
@@ -963,7 +963,7 @@ module Aws::CodeStarconnections
|
|
|
963
963
|
# resp.latest_successful_sync.target_revision.directory #=> String
|
|
964
964
|
# resp.latest_successful_sync.target_revision.owner_id #=> String
|
|
965
965
|
# resp.latest_successful_sync.target_revision.repository_name #=> String
|
|
966
|
-
# resp.latest_successful_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
966
|
+
# resp.latest_successful_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
967
967
|
# resp.latest_successful_sync.target_revision.sha #=> String
|
|
968
968
|
# resp.latest_successful_sync.target #=> String
|
|
969
969
|
# resp.latest_sync.events #=> Array
|
|
@@ -975,7 +975,7 @@ module Aws::CodeStarconnections
|
|
|
975
975
|
# resp.latest_sync.initial_revision.directory #=> String
|
|
976
976
|
# resp.latest_sync.initial_revision.owner_id #=> String
|
|
977
977
|
# resp.latest_sync.initial_revision.repository_name #=> String
|
|
978
|
-
# resp.latest_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
978
|
+
# resp.latest_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
979
979
|
# resp.latest_sync.initial_revision.sha #=> String
|
|
980
980
|
# resp.latest_sync.started_at #=> Time
|
|
981
981
|
# resp.latest_sync.status #=> String, one of "FAILED", "INITIATED", "IN_PROGRESS", "SUCCEEDED"
|
|
@@ -983,7 +983,7 @@ module Aws::CodeStarconnections
|
|
|
983
983
|
# resp.latest_sync.target_revision.directory #=> String
|
|
984
984
|
# resp.latest_sync.target_revision.owner_id #=> String
|
|
985
985
|
# resp.latest_sync.target_revision.repository_name #=> String
|
|
986
|
-
# resp.latest_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
986
|
+
# resp.latest_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
987
987
|
# resp.latest_sync.target_revision.sha #=> String
|
|
988
988
|
# resp.latest_sync.target #=> String
|
|
989
989
|
#
|
|
@@ -1070,7 +1070,7 @@ module Aws::CodeStarconnections
|
|
|
1070
1070
|
# resp.sync_configuration.branch #=> String
|
|
1071
1071
|
# resp.sync_configuration.config_file #=> String
|
|
1072
1072
|
# resp.sync_configuration.owner_id #=> String
|
|
1073
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1073
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1074
1074
|
# resp.sync_configuration.repository_link_id #=> String
|
|
1075
1075
|
# resp.sync_configuration.repository_name #=> String
|
|
1076
1076
|
# resp.sync_configuration.resource_name #=> String
|
|
@@ -1115,7 +1115,7 @@ module Aws::CodeStarconnections
|
|
|
1115
1115
|
# @example Request syntax with placeholder values
|
|
1116
1116
|
#
|
|
1117
1117
|
# resp = client.list_connections({
|
|
1118
|
-
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab
|
|
1118
|
+
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
|
1119
1119
|
# host_arn_filter: "HostArn",
|
|
1120
1120
|
# max_results: 1,
|
|
1121
1121
|
# next_token: "NextToken",
|
|
@@ -1126,7 +1126,7 @@ module Aws::CodeStarconnections
|
|
|
1126
1126
|
# resp.connections #=> Array
|
|
1127
1127
|
# resp.connections[0].connection_name #=> String
|
|
1128
1128
|
# resp.connections[0].connection_arn #=> String
|
|
1129
|
-
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1129
|
+
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1130
1130
|
# resp.connections[0].owner_account_id #=> String
|
|
1131
1131
|
# resp.connections[0].connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
|
1132
1132
|
# resp.connections[0].host_arn #=> String
|
|
@@ -1171,7 +1171,7 @@ module Aws::CodeStarconnections
|
|
|
1171
1171
|
# resp.hosts #=> Array
|
|
1172
1172
|
# resp.hosts[0].name #=> String
|
|
1173
1173
|
# resp.hosts[0].host_arn #=> String
|
|
1174
|
-
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1174
|
+
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1175
1175
|
# resp.hosts[0].provider_endpoint #=> String
|
|
1176
1176
|
# resp.hosts[0].vpc_configuration.vpc_id #=> String
|
|
1177
1177
|
# resp.hosts[0].vpc_configuration.subnet_ids #=> Array
|
|
@@ -1222,7 +1222,7 @@ module Aws::CodeStarconnections
|
|
|
1222
1222
|
# resp.repository_links[0].connection_arn #=> String
|
|
1223
1223
|
# resp.repository_links[0].encryption_key_arn #=> String
|
|
1224
1224
|
# resp.repository_links[0].owner_id #=> String
|
|
1225
|
-
# resp.repository_links[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1225
|
+
# resp.repository_links[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1226
1226
|
# resp.repository_links[0].repository_link_arn #=> String
|
|
1227
1227
|
# resp.repository_links[0].repository_link_id #=> String
|
|
1228
1228
|
# resp.repository_links[0].repository_name #=> String
|
|
@@ -1317,7 +1317,7 @@ module Aws::CodeStarconnections
|
|
|
1317
1317
|
# resp.sync_configurations[0].branch #=> String
|
|
1318
1318
|
# resp.sync_configurations[0].config_file #=> String
|
|
1319
1319
|
# resp.sync_configurations[0].owner_id #=> String
|
|
1320
|
-
# resp.sync_configurations[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1320
|
+
# resp.sync_configurations[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1321
1321
|
# resp.sync_configurations[0].repository_link_id #=> String
|
|
1322
1322
|
# resp.sync_configurations[0].repository_name #=> String
|
|
1323
1323
|
# resp.sync_configurations[0].resource_name #=> String
|
|
@@ -1496,7 +1496,7 @@ module Aws::CodeStarconnections
|
|
|
1496
1496
|
# resp.repository_link_info.connection_arn #=> String
|
|
1497
1497
|
# resp.repository_link_info.encryption_key_arn #=> String
|
|
1498
1498
|
# resp.repository_link_info.owner_id #=> String
|
|
1499
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1499
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1500
1500
|
# resp.repository_link_info.repository_link_arn #=> String
|
|
1501
1501
|
# resp.repository_link_info.repository_link_id #=> String
|
|
1502
1502
|
# resp.repository_link_info.repository_name #=> String
|
|
@@ -1607,7 +1607,7 @@ module Aws::CodeStarconnections
|
|
|
1607
1607
|
# resp.sync_configuration.branch #=> String
|
|
1608
1608
|
# resp.sync_configuration.config_file #=> String
|
|
1609
1609
|
# resp.sync_configuration.owner_id #=> String
|
|
1610
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab"
|
|
1610
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
|
1611
1611
|
# resp.sync_configuration.repository_link_id #=> String
|
|
1612
1612
|
# resp.sync_configuration.repository_name #=> String
|
|
1613
1613
|
# resp.sync_configuration.resource_name #=> String
|
|
@@ -1636,7 +1636,7 @@ module Aws::CodeStarconnections
|
|
|
1636
1636
|
params: params,
|
|
1637
1637
|
config: config)
|
|
1638
1638
|
context[:gem_name] = 'aws-sdk-codestarconnections'
|
|
1639
|
-
context[:gem_version] = '1.
|
|
1639
|
+
context[:gem_version] = '1.39.0'
|
|
1640
1640
|
Seahorse::Client::Request.new(handlers, context)
|
|
1641
1641
|
end
|
|
1642
1642
|
|
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.39.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-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|