aws-sdk-serverlessapplicationrepository 1.90.0 → 1.91.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-serverlessapplicationrepository/client.rb +1 -1
- data/lib/aws-sdk-serverlessapplicationrepository.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: ebdbd81343f5e551a752a21425165ccf288deca4c6dbf0bb5a8bf8f7ecd2f61c
|
|
4
|
+
data.tar.gz: b23f70cd9cd1b0e75563bb4c2234fe139f61d0beba5fdb492de46b28b4767a93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae536899739c720a0d728e9870d963f6625307f2c608193693cb66fadfb7400e5fad1727dbf0599fbfeb1d87b77986e475bd1b32f308c29bfecc23ef99310f68
|
|
7
|
+
data.tar.gz: edb42b866d88932fd93e28c62b07542b923f14adc053726ef887540a14cbe299cb3a410fcba10836ef5da88569ddeec01f71e26293a659e8f0b67512c8994eb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.91.0
|
|
@@ -1292,7 +1292,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
1292
1292
|
tracer: tracer
|
|
1293
1293
|
)
|
|
1294
1294
|
context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
|
|
1295
|
-
context[:gem_version] = '1.
|
|
1295
|
+
context[:gem_version] = '1.91.0'
|
|
1296
1296
|
Seahorse::Client::Request.new(handlers, context)
|
|
1297
1297
|
end
|
|
1298
1298
|
|
|
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.91.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|
data/sig/client.rbs
CHANGED
|
@@ -156,7 +156,7 @@ module Aws
|
|
|
156
156
|
{
|
|
157
157
|
name: ::String,
|
|
158
158
|
value: ::String
|
|
159
|
-
}
|
|
159
|
+
}
|
|
160
160
|
],
|
|
161
161
|
?resource_types: Array[::String],
|
|
162
162
|
?rollback_configuration: {
|
|
@@ -165,7 +165,7 @@ module Aws
|
|
|
165
165
|
{
|
|
166
166
|
arn: ::String,
|
|
167
167
|
type: ::String
|
|
168
|
-
}
|
|
168
|
+
}
|
|
169
169
|
]?
|
|
170
170
|
},
|
|
171
171
|
?semantic_version: ::String,
|
|
@@ -174,7 +174,7 @@ module Aws
|
|
|
174
174
|
{
|
|
175
175
|
key: ::String,
|
|
176
176
|
value: ::String
|
|
177
|
-
}
|
|
177
|
+
}
|
|
178
178
|
],
|
|
179
179
|
?template_id: ::String
|
|
180
180
|
) -> _CreateCloudFormationChangeSetResponseSuccess
|
|
@@ -305,7 +305,7 @@ module Aws
|
|
|
305
305
|
principal_org_i_ds: Array[::String]?,
|
|
306
306
|
principals: Array[::String],
|
|
307
307
|
statement_id: ::String?
|
|
308
|
-
}
|
|
308
|
+
}
|
|
309
309
|
]
|
|
310
310
|
) -> _PutApplicationPolicyResponseSuccess
|
|
311
311
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutApplicationPolicyResponseSuccess
|