aws-sdk-codeconnections 1.22.0 → 1.24.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeconnections/client.rb +30 -33
- data/lib/aws-sdk-codeconnections/types.rb +1 -1
- data/lib/aws-sdk-codeconnections.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +9 -9
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2ead412ddce001621bf3e2d17c885f6c30b367875c254592dca717ee0720ecc
|
4
|
+
data.tar.gz: 3b9ada5d3b63927868bbf25c752c1f81086741a0be99914fd9c6b28e21e4e70a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a75b8dd94235d8780a43b7a2208f4e97cfcc6efa223ab6f8950e9628821f3f32e35e5306b01ed08bf1c216bfc116b0b3bdecb2e859ddd92cb7f1e3b63bd975c4
|
7
|
+
data.tar.gz: afb6dab23aeedc3b186b3124901b2e71556194884c4a9568f4ab84c8947631b6dd5c27654385ed52f60a83b39a2c6ce7dd99230508493f6d75ce2650edcdab8b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.24.0 (2025-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - New integration with Azure DevOps provider type.
|
8
|
+
|
9
|
+
1.23.0 (2025-07-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.22.0 (2025-07-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -95,8 +95,8 @@ module Aws::CodeConnections
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::CodeConnections
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::CodeConnections
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -384,8 +381,8 @@ module Aws::CodeConnections
|
|
384
381
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
385
382
|
#
|
386
383
|
# @option options [Aws::TokenProvider] :token_provider
|
387
|
-
# Your Bearer token used for authentication. This can be
|
388
|
-
# following classes:
|
384
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
385
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
389
386
|
#
|
390
387
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
391
388
|
# tokens.
|
@@ -513,7 +510,7 @@ module Aws::CodeConnections
|
|
513
510
|
# @example Request syntax with placeholder values
|
514
511
|
#
|
515
512
|
# resp = client.create_connection({
|
516
|
-
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
513
|
+
# provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged, AzureDevOps
|
517
514
|
# connection_name: "ConnectionName", # required
|
518
515
|
# tags: [
|
519
516
|
# {
|
@@ -582,7 +579,7 @@ module Aws::CodeConnections
|
|
582
579
|
#
|
583
580
|
# resp = client.create_host({
|
584
581
|
# name: "HostName", # required
|
585
|
-
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
582
|
+
# provider_type: "Bitbucket", # required, accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged, AzureDevOps
|
586
583
|
# provider_endpoint: "Url", # required
|
587
584
|
# vpc_configuration: {
|
588
585
|
# vpc_id: "VpcId", # required
|
@@ -660,7 +657,7 @@ module Aws::CodeConnections
|
|
660
657
|
# resp.repository_link_info.connection_arn #=> String
|
661
658
|
# resp.repository_link_info.encryption_key_arn #=> String
|
662
659
|
# resp.repository_link_info.owner_id #=> String
|
663
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
660
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
664
661
|
# resp.repository_link_info.repository_link_arn #=> String
|
665
662
|
# resp.repository_link_info.repository_link_id #=> String
|
666
663
|
# resp.repository_link_info.repository_name #=> String
|
@@ -739,7 +736,7 @@ module Aws::CodeConnections
|
|
739
736
|
# resp.sync_configuration.branch #=> String
|
740
737
|
# resp.sync_configuration.config_file #=> String
|
741
738
|
# resp.sync_configuration.owner_id #=> String
|
742
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
739
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
743
740
|
# resp.sync_configuration.repository_link_id #=> String
|
744
741
|
# resp.sync_configuration.repository_name #=> String
|
745
742
|
# resp.sync_configuration.resource_name #=> String
|
@@ -883,7 +880,7 @@ module Aws::CodeConnections
|
|
883
880
|
#
|
884
881
|
# resp.connection.connection_name #=> String
|
885
882
|
# resp.connection.connection_arn #=> String
|
886
|
-
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
883
|
+
# resp.connection.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
887
884
|
# resp.connection.owner_account_id #=> String
|
888
885
|
# resp.connection.connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
889
886
|
# resp.connection.host_arn #=> String
|
@@ -921,7 +918,7 @@ module Aws::CodeConnections
|
|
921
918
|
#
|
922
919
|
# resp.name #=> String
|
923
920
|
# resp.status #=> String
|
924
|
-
# resp.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
921
|
+
# resp.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
925
922
|
# resp.provider_endpoint #=> String
|
926
923
|
# resp.vpc_configuration.vpc_id #=> String
|
927
924
|
# resp.vpc_configuration.subnet_ids #=> Array
|
@@ -961,7 +958,7 @@ module Aws::CodeConnections
|
|
961
958
|
# resp.repository_link_info.connection_arn #=> String
|
962
959
|
# resp.repository_link_info.encryption_key_arn #=> String
|
963
960
|
# resp.repository_link_info.owner_id #=> String
|
964
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
961
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
965
962
|
# resp.repository_link_info.repository_link_arn #=> String
|
966
963
|
# resp.repository_link_info.repository_link_id #=> String
|
967
964
|
# resp.repository_link_info.repository_name #=> String
|
@@ -1049,7 +1046,7 @@ module Aws::CodeConnections
|
|
1049
1046
|
# resp.desired_state.directory #=> String
|
1050
1047
|
# resp.desired_state.owner_id #=> String
|
1051
1048
|
# resp.desired_state.repository_name #=> String
|
1052
|
-
# resp.desired_state.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1049
|
+
# resp.desired_state.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1053
1050
|
# resp.desired_state.sha #=> String
|
1054
1051
|
# resp.latest_successful_sync.events #=> Array
|
1055
1052
|
# resp.latest_successful_sync.events[0].event #=> String
|
@@ -1060,7 +1057,7 @@ module Aws::CodeConnections
|
|
1060
1057
|
# resp.latest_successful_sync.initial_revision.directory #=> String
|
1061
1058
|
# resp.latest_successful_sync.initial_revision.owner_id #=> String
|
1062
1059
|
# resp.latest_successful_sync.initial_revision.repository_name #=> String
|
1063
|
-
# resp.latest_successful_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1060
|
+
# resp.latest_successful_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1064
1061
|
# resp.latest_successful_sync.initial_revision.sha #=> String
|
1065
1062
|
# resp.latest_successful_sync.started_at #=> Time
|
1066
1063
|
# resp.latest_successful_sync.status #=> String, one of "FAILED", "INITIATED", "IN_PROGRESS", "SUCCEEDED"
|
@@ -1068,7 +1065,7 @@ module Aws::CodeConnections
|
|
1068
1065
|
# resp.latest_successful_sync.target_revision.directory #=> String
|
1069
1066
|
# resp.latest_successful_sync.target_revision.owner_id #=> String
|
1070
1067
|
# resp.latest_successful_sync.target_revision.repository_name #=> String
|
1071
|
-
# resp.latest_successful_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1068
|
+
# resp.latest_successful_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1072
1069
|
# resp.latest_successful_sync.target_revision.sha #=> String
|
1073
1070
|
# resp.latest_successful_sync.target #=> String
|
1074
1071
|
# resp.latest_sync.events #=> Array
|
@@ -1080,7 +1077,7 @@ module Aws::CodeConnections
|
|
1080
1077
|
# resp.latest_sync.initial_revision.directory #=> String
|
1081
1078
|
# resp.latest_sync.initial_revision.owner_id #=> String
|
1082
1079
|
# resp.latest_sync.initial_revision.repository_name #=> String
|
1083
|
-
# resp.latest_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1080
|
+
# resp.latest_sync.initial_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1084
1081
|
# resp.latest_sync.initial_revision.sha #=> String
|
1085
1082
|
# resp.latest_sync.started_at #=> Time
|
1086
1083
|
# resp.latest_sync.status #=> String, one of "FAILED", "INITIATED", "IN_PROGRESS", "SUCCEEDED"
|
@@ -1088,7 +1085,7 @@ module Aws::CodeConnections
|
|
1088
1085
|
# resp.latest_sync.target_revision.directory #=> String
|
1089
1086
|
# resp.latest_sync.target_revision.owner_id #=> String
|
1090
1087
|
# resp.latest_sync.target_revision.repository_name #=> String
|
1091
|
-
# resp.latest_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1088
|
+
# resp.latest_sync.target_revision.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1092
1089
|
# resp.latest_sync.target_revision.sha #=> String
|
1093
1090
|
# resp.latest_sync.target #=> String
|
1094
1091
|
#
|
@@ -1175,7 +1172,7 @@ module Aws::CodeConnections
|
|
1175
1172
|
# resp.sync_configuration.branch #=> String
|
1176
1173
|
# resp.sync_configuration.config_file #=> String
|
1177
1174
|
# resp.sync_configuration.owner_id #=> String
|
1178
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1175
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1179
1176
|
# resp.sync_configuration.repository_link_id #=> String
|
1180
1177
|
# resp.sync_configuration.repository_name #=> String
|
1181
1178
|
# resp.sync_configuration.resource_name #=> String
|
@@ -1223,7 +1220,7 @@ module Aws::CodeConnections
|
|
1223
1220
|
# @example Request syntax with placeholder values
|
1224
1221
|
#
|
1225
1222
|
# resp = client.list_connections({
|
1226
|
-
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged
|
1223
|
+
# provider_type_filter: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, GitLabSelfManaged, AzureDevOps
|
1227
1224
|
# host_arn_filter: "HostArn",
|
1228
1225
|
# max_results: 1,
|
1229
1226
|
# next_token: "NextToken",
|
@@ -1234,7 +1231,7 @@ module Aws::CodeConnections
|
|
1234
1231
|
# resp.connections #=> Array
|
1235
1232
|
# resp.connections[0].connection_name #=> String
|
1236
1233
|
# resp.connections[0].connection_arn #=> String
|
1237
|
-
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1234
|
+
# resp.connections[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1238
1235
|
# resp.connections[0].owner_account_id #=> String
|
1239
1236
|
# resp.connections[0].connection_status #=> String, one of "PENDING", "AVAILABLE", "ERROR"
|
1240
1237
|
# resp.connections[0].host_arn #=> String
|
@@ -1279,7 +1276,7 @@ module Aws::CodeConnections
|
|
1279
1276
|
# resp.hosts #=> Array
|
1280
1277
|
# resp.hosts[0].name #=> String
|
1281
1278
|
# resp.hosts[0].host_arn #=> String
|
1282
|
-
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1279
|
+
# resp.hosts[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1283
1280
|
# resp.hosts[0].provider_endpoint #=> String
|
1284
1281
|
# resp.hosts[0].vpc_configuration.vpc_id #=> String
|
1285
1282
|
# resp.hosts[0].vpc_configuration.subnet_ids #=> Array
|
@@ -1330,7 +1327,7 @@ module Aws::CodeConnections
|
|
1330
1327
|
# resp.repository_links[0].connection_arn #=> String
|
1331
1328
|
# resp.repository_links[0].encryption_key_arn #=> String
|
1332
1329
|
# resp.repository_links[0].owner_id #=> String
|
1333
|
-
# resp.repository_links[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1330
|
+
# resp.repository_links[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1334
1331
|
# resp.repository_links[0].repository_link_arn #=> String
|
1335
1332
|
# resp.repository_links[0].repository_link_id #=> String
|
1336
1333
|
# resp.repository_links[0].repository_name #=> String
|
@@ -1425,7 +1422,7 @@ module Aws::CodeConnections
|
|
1425
1422
|
# resp.sync_configurations[0].branch #=> String
|
1426
1423
|
# resp.sync_configurations[0].config_file #=> String
|
1427
1424
|
# resp.sync_configurations[0].owner_id #=> String
|
1428
|
-
# resp.sync_configurations[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1425
|
+
# resp.sync_configurations[0].provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1429
1426
|
# resp.sync_configurations[0].repository_link_id #=> String
|
1430
1427
|
# resp.sync_configurations[0].repository_name #=> String
|
1431
1428
|
# resp.sync_configurations[0].resource_name #=> String
|
@@ -1607,7 +1604,7 @@ module Aws::CodeConnections
|
|
1607
1604
|
# resp.repository_link_info.connection_arn #=> String
|
1608
1605
|
# resp.repository_link_info.encryption_key_arn #=> String
|
1609
1606
|
# resp.repository_link_info.owner_id #=> String
|
1610
|
-
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1607
|
+
# resp.repository_link_info.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1611
1608
|
# resp.repository_link_info.repository_link_arn #=> String
|
1612
1609
|
# resp.repository_link_info.repository_link_id #=> String
|
1613
1610
|
# resp.repository_link_info.repository_name #=> String
|
@@ -1732,7 +1729,7 @@ module Aws::CodeConnections
|
|
1732
1729
|
# resp.sync_configuration.branch #=> String
|
1733
1730
|
# resp.sync_configuration.config_file #=> String
|
1734
1731
|
# resp.sync_configuration.owner_id #=> String
|
1735
|
-
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged"
|
1732
|
+
# resp.sync_configuration.provider_type #=> String, one of "Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged", "AzureDevOps"
|
1736
1733
|
# resp.sync_configuration.repository_link_id #=> String
|
1737
1734
|
# resp.sync_configuration.repository_name #=> String
|
1738
1735
|
# resp.sync_configuration.resource_name #=> String
|
@@ -1769,7 +1766,7 @@ module Aws::CodeConnections
|
|
1769
1766
|
tracer: tracer
|
1770
1767
|
)
|
1771
1768
|
context[:gem_name] = 'aws-sdk-codeconnections'
|
1772
|
-
context[:gem_version] = '1.
|
1769
|
+
context[:gem_version] = '1.24.0'
|
1773
1770
|
Seahorse::Client::Request.new(handlers, context)
|
1774
1771
|
end
|
1775
1772
|
|
@@ -79,7 +79,7 @@ module Aws::CodeConnections
|
|
79
79
|
# @!attribute [rw] connection_arn
|
80
80
|
# The Amazon Resource Name (ARN) of the connection. The ARN is used as
|
81
81
|
# the connection reference when the connection is shared between
|
82
|
-
# Amazon Web
|
82
|
+
# Amazon Web Services services.
|
83
83
|
#
|
84
84
|
# <note markdown="1"> The ARN is never reused if the connection is deleted.
|
85
85
|
#
|
data/sig/client.rbs
CHANGED
@@ -86,7 +86,7 @@ module Aws
|
|
86
86
|
end
|
87
87
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeConnections/Client.html#create_connection-instance_method
|
88
88
|
def create_connection: (
|
89
|
-
?provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
|
89
|
+
?provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps"),
|
90
90
|
connection_name: ::String,
|
91
91
|
?tags: Array[
|
92
92
|
{
|
@@ -106,7 +106,7 @@ module Aws
|
|
106
106
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeConnections/Client.html#create_host-instance_method
|
107
107
|
def create_host: (
|
108
108
|
name: ::String,
|
109
|
-
provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
|
109
|
+
provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps"),
|
110
110
|
provider_endpoint: ::String,
|
111
111
|
?vpc_configuration: {
|
112
112
|
vpc_id: ::String,
|
@@ -211,7 +211,7 @@ module Aws
|
|
211
211
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetHostOutput]
|
212
212
|
def name: () -> ::String
|
213
213
|
def status: () -> ::String
|
214
|
-
def provider_type: () -> ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
214
|
+
def provider_type: () -> ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
215
215
|
def provider_endpoint: () -> ::String
|
216
216
|
def vpc_configuration: () -> Types::VpcConfiguration
|
217
217
|
end
|
@@ -285,7 +285,7 @@ module Aws
|
|
285
285
|
end
|
286
286
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeConnections/Client.html#list_connections-instance_method
|
287
287
|
def list_connections: (
|
288
|
-
?provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged"),
|
288
|
+
?provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps"),
|
289
289
|
?host_arn_filter: ::String,
|
290
290
|
?max_results: ::Integer,
|
291
291
|
?next_token: ::String
|
data/sig/types.rbs
CHANGED
@@ -31,7 +31,7 @@ module Aws::CodeConnections
|
|
31
31
|
class Connection
|
32
32
|
attr_accessor connection_name: ::String
|
33
33
|
attr_accessor connection_arn: ::String
|
34
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
34
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
35
35
|
attr_accessor owner_account_id: ::String
|
36
36
|
attr_accessor connection_status: ("PENDING" | "AVAILABLE" | "ERROR")
|
37
37
|
attr_accessor host_arn: ::String
|
@@ -39,7 +39,7 @@ module Aws::CodeConnections
|
|
39
39
|
end
|
40
40
|
|
41
41
|
class CreateConnectionInput
|
42
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
42
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
43
43
|
attr_accessor connection_name: ::String
|
44
44
|
attr_accessor tags: ::Array[Types::Tag]
|
45
45
|
attr_accessor host_arn: ::String
|
@@ -54,7 +54,7 @@ module Aws::CodeConnections
|
|
54
54
|
|
55
55
|
class CreateHostInput
|
56
56
|
attr_accessor name: ::String
|
57
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
57
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
58
58
|
attr_accessor provider_endpoint: ::String
|
59
59
|
attr_accessor vpc_configuration: Types::VpcConfiguration
|
60
60
|
attr_accessor tags: ::Array[Types::Tag]
|
@@ -150,7 +150,7 @@ module Aws::CodeConnections
|
|
150
150
|
class GetHostOutput
|
151
151
|
attr_accessor name: ::String
|
152
152
|
attr_accessor status: ::String
|
153
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
153
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
154
154
|
attr_accessor provider_endpoint: ::String
|
155
155
|
attr_accessor vpc_configuration: Types::VpcConfiguration
|
156
156
|
SENSITIVE: []
|
@@ -216,7 +216,7 @@ module Aws::CodeConnections
|
|
216
216
|
class Host
|
217
217
|
attr_accessor name: ::String
|
218
218
|
attr_accessor host_arn: ::String
|
219
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
219
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
220
220
|
attr_accessor provider_endpoint: ::String
|
221
221
|
attr_accessor vpc_configuration: Types::VpcConfiguration
|
222
222
|
attr_accessor status: ::String
|
@@ -240,7 +240,7 @@ module Aws::CodeConnections
|
|
240
240
|
end
|
241
241
|
|
242
242
|
class ListConnectionsInput
|
243
|
-
attr_accessor provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
243
|
+
attr_accessor provider_type_filter: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
244
244
|
attr_accessor host_arn_filter: ::String
|
245
245
|
attr_accessor max_results: ::Integer
|
246
246
|
attr_accessor next_token: ::String
|
@@ -317,7 +317,7 @@ module Aws::CodeConnections
|
|
317
317
|
attr_accessor connection_arn: ::String
|
318
318
|
attr_accessor encryption_key_arn: ::String
|
319
319
|
attr_accessor owner_id: ::String
|
320
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
320
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
321
321
|
attr_accessor repository_link_arn: ::String
|
322
322
|
attr_accessor repository_link_id: ::String
|
323
323
|
attr_accessor repository_name: ::String
|
@@ -390,7 +390,7 @@ module Aws::CodeConnections
|
|
390
390
|
attr_accessor directory: ::String
|
391
391
|
attr_accessor owner_id: ::String
|
392
392
|
attr_accessor repository_name: ::String
|
393
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
393
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
394
394
|
attr_accessor sha: ::String
|
395
395
|
SENSITIVE: []
|
396
396
|
end
|
@@ -429,7 +429,7 @@ module Aws::CodeConnections
|
|
429
429
|
attr_accessor branch: ::String
|
430
430
|
attr_accessor config_file: ::String
|
431
431
|
attr_accessor owner_id: ::String
|
432
|
-
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
432
|
+
attr_accessor provider_type: ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
433
433
|
attr_accessor repository_link_id: ::String
|
434
434
|
attr_accessor repository_name: ::String
|
435
435
|
attr_accessor resource_name: ::String
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codeconnections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|