aws-sdk-secretsmanager 1.130.0 → 1.131.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-secretsmanager/client.rb +1 -1
- data/lib/aws-sdk-secretsmanager.rb +1 -1
- data/sig/client.rbs +7 -7
- 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: c489f913881db0f82d4b600dd824cb6c8154527e2eff22a2b3f0509945de1fc4
|
|
4
|
+
data.tar.gz: 66a2afefe007648141c64e7a097a11968d742d6ead7746e96468bb4b983a8a95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 816f2614979e46dc74256fa051ed4482e7ab84319cb82ef93ff3e54f3e8fe09bc1d16dafd57925de50144a3dea8923bf59bd7faa3b25401a0c6ea34efa895b85
|
|
7
|
+
data.tar.gz: 135484a584548e39f34e39a3b610f59f500133f4b339b1a27d6925dcaf64ebb65d3aa2202214178204961902443ede60cfecf19d44aa5606df85b5abe926631d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.131.0
|
|
@@ -3512,7 +3512,7 @@ module Aws::SecretsManager
|
|
|
3512
3512
|
tracer: tracer
|
|
3513
3513
|
)
|
|
3514
3514
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
|
3515
|
-
context[:gem_version] = '1.
|
|
3515
|
+
context[:gem_version] = '1.131.0'
|
|
3516
3516
|
Seahorse::Client::Request.new(handlers, context)
|
|
3517
3517
|
end
|
|
3518
3518
|
|
data/sig/client.rbs
CHANGED
|
@@ -92,7 +92,7 @@ module Aws
|
|
|
92
92
|
{
|
|
93
93
|
key: ("description" | "name" | "tag-key" | "tag-value" | "primary-region" | "owning-service" | "all")?,
|
|
94
94
|
values: Array[::String]?
|
|
95
|
-
}
|
|
95
|
+
}
|
|
96
96
|
],
|
|
97
97
|
?max_results: ::Integer,
|
|
98
98
|
?next_token: ::String
|
|
@@ -130,13 +130,13 @@ module Aws
|
|
|
130
130
|
{
|
|
131
131
|
key: ::String?,
|
|
132
132
|
value: ::String?
|
|
133
|
-
}
|
|
133
|
+
}
|
|
134
134
|
],
|
|
135
135
|
?add_replica_regions: Array[
|
|
136
136
|
{
|
|
137
137
|
region: ::String?,
|
|
138
138
|
kms_key_id: ::String?
|
|
139
|
-
}
|
|
139
|
+
}
|
|
140
140
|
],
|
|
141
141
|
?force_overwrite_replica_secret: bool,
|
|
142
142
|
?type: ::String
|
|
@@ -275,7 +275,7 @@ module Aws
|
|
|
275
275
|
{
|
|
276
276
|
key: ("description" | "name" | "tag-key" | "tag-value" | "primary-region" | "owning-service" | "all")?,
|
|
277
277
|
values: Array[::String]?
|
|
278
|
-
}
|
|
278
|
+
}
|
|
279
279
|
],
|
|
280
280
|
?sort_order: ("asc" | "desc"),
|
|
281
281
|
?sort_by: ("created-date" | "last-accessed-date" | "last-changed-date" | "name")
|
|
@@ -337,7 +337,7 @@ module Aws
|
|
|
337
337
|
{
|
|
338
338
|
region: ::String?,
|
|
339
339
|
kms_key_id: ::String?
|
|
340
|
-
}
|
|
340
|
+
}
|
|
341
341
|
],
|
|
342
342
|
?force_overwrite_replica_secret: bool
|
|
343
343
|
) -> _ReplicateSecretToRegionsResponseSuccess
|
|
@@ -374,7 +374,7 @@ module Aws
|
|
|
374
374
|
{
|
|
375
375
|
key: ::String?,
|
|
376
376
|
value: ::String?
|
|
377
|
-
}
|
|
377
|
+
}
|
|
378
378
|
],
|
|
379
379
|
?external_secret_rotation_role_arn: ::String,
|
|
380
380
|
?rotate_immediately: bool
|
|
@@ -398,7 +398,7 @@ module Aws
|
|
|
398
398
|
{
|
|
399
399
|
key: ::String?,
|
|
400
400
|
value: ::String?
|
|
401
|
-
}
|
|
401
|
+
}
|
|
402
402
|
]
|
|
403
403
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
404
404
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|