aws-sdk-codestarconnections 1.73.0 → 1.74.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 +1 -1
- data/lib/aws-sdk-codestarconnections.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: '0308631cceb2d582e27c1d4fdb01dc13eb10dea5f1beed246166986f5913e6d2'
|
|
4
|
+
data.tar.gz: 24da15eb11b48fb8c989bcaf82c497df76aa186cbd1c3e685bb8a36dc1f5fbd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 162917746858cb288ad409910ed00f060bc9da1d1d334f6459ee8be30314ff95c5fdd5f7e9cd48880e831a5392c4ff655c41cfba9ecb1d968577d550aa33f351
|
|
7
|
+
data.tar.gz: 2578cf85b250a6aae1e017166583e197ea9b38d42df3996fc40514b60a81b4197f25f518259d1d4b8feef4c955e116ba6f3dc243224cf121d07258b0735ead10
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
|
@@ -1752,7 +1752,7 @@ module Aws::CodeStarconnections
|
|
|
1752
1752
|
tracer: tracer
|
|
1753
1753
|
)
|
|
1754
1754
|
context[:gem_name] = 'aws-sdk-codestarconnections'
|
|
1755
|
-
context[:gem_version] = '1.
|
|
1755
|
+
context[:gem_version] = '1.74.0'
|
|
1756
1756
|
Seahorse::Client::Request.new(handlers, context)
|
|
1757
1757
|
end
|
|
1758
1758
|
|
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
|
|
@@ -361,7 +361,7 @@ module Aws
|
|
|
361
361
|
{
|
|
362
362
|
key: ::String,
|
|
363
363
|
value: ::String
|
|
364
|
-
}
|
|
364
|
+
}
|
|
365
365
|
]
|
|
366
366
|
) -> _TagResourceResponseSuccess
|
|
367
367
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|