aws-sdk-codeconnections 1.34.0 → 1.35.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-codeconnections/client.rb +1 -1
- data/lib/aws-sdk-codeconnections.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf91ab5da176263d5d9bc6f720e17826f2112e0c1621fe89485cb958827d8fb3
|
|
4
|
+
data.tar.gz: 3375bfeaf2a1f0ec91e7000eb542dbc0fe2c807bf673a4ebb977a65ddc54517c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf30eb1492822bd11ff09388111f0ed14b3966f4af472b6097588d181b1730ee958c3394964d342addb8f3fb4bb82ae8d78b980d19fdbacc02ebfe661d612af8
|
|
7
|
+
data.tar.gz: 5b2a62e69e6f70e4098a65a76c946e9ec9aa6a2a8ebdcf3888affbde7b2dae8882f7fd1e73dc248bec6a2a3d58c7d717b8655420b9ff416f217cf4f1a8e10a81
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
|
@@ -1766,7 +1766,7 @@ module Aws::CodeConnections
|
|
|
1766
1766
|
tracer: tracer
|
|
1767
1767
|
)
|
|
1768
1768
|
context[:gem_name] = 'aws-sdk-codeconnections'
|
|
1769
|
-
context[:gem_version] = '1.
|
|
1769
|
+
context[:gem_version] = '1.35.0'
|
|
1770
1770
|
Seahorse::Client::Request.new(handlers, context)
|
|
1771
1771
|
end
|
|
1772
1772
|
|
data/sig/client.rbs
CHANGED
|
@@ -92,7 +92,7 @@ module Aws
|
|
|
92
92
|
{
|
|
93
93
|
key: ::String,
|
|
94
94
|
value: ::String
|
|
95
|
-
}
|
|
95
|
+
}
|
|
96
96
|
],
|
|
97
97
|
?host_arn: ::String
|
|
98
98
|
) -> _CreateConnectionResponseSuccess
|
|
@@ -118,7 +118,7 @@ module Aws
|
|
|
118
118
|
{
|
|
119
119
|
key: ::String,
|
|
120
120
|
value: ::String
|
|
121
|
-
}
|
|
121
|
+
}
|
|
122
122
|
]
|
|
123
123
|
) -> _CreateHostResponseSuccess
|
|
124
124
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHostResponseSuccess
|
|
@@ -137,7 +137,7 @@ module Aws
|
|
|
137
137
|
{
|
|
138
138
|
key: ::String,
|
|
139
139
|
value: ::String
|
|
140
|
-
}
|
|
140
|
+
}
|
|
141
141
|
]
|
|
142
142
|
) -> _CreateRepositoryLinkResponseSuccess
|
|
143
143
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryLinkResponseSuccess
|
|
@@ -362,7 +362,7 @@ module Aws
|
|
|
362
362
|
{
|
|
363
363
|
key: ::String,
|
|
364
364
|
value: ::String
|
|
365
|
-
}
|
|
365
|
+
}
|
|
366
366
|
]
|
|
367
367
|
) -> _TagResourceResponseSuccess
|
|
368
368
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|