aws-sdk-secretsmanager 1.32.0 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd76ecdb343fbda1b19d21014f4fd088a0d74a88
|
4
|
+
data.tar.gz: d12b643c952934186ddec46b60742ee4c7332e68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c9f8fd3b6e3200578fbcf90e9d4b5396dbfc7b7002ad05f2f7020d9804e4c79911ca1022c3f24e260011c3da7facd434a544b148d23286d6a62a6ba2a4ecdb2
|
7
|
+
data.tar.gz: 8faa66146504603acf23a729cb872d44cbd88a8be0c672501bcac182d896b4e900f347450c6714207de9442f8addf9532fa2f1477950b140f3432cfbcab382fe
|
@@ -2917,7 +2917,7 @@ module Aws::SecretsManager
|
|
2917
2917
|
params: params,
|
2918
2918
|
config: config)
|
2919
2919
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
2920
|
-
context[:gem_version] = '1.
|
2920
|
+
context[:gem_version] = '1.33.0'
|
2921
2921
|
Seahorse::Client::Request.new(handlers, context)
|
2922
2922
|
end
|
2923
2923
|
|
@@ -593,6 +593,7 @@ module Aws::SecretsManager
|
|
593
593
|
# @return [Hash<String,Array<String>>]
|
594
594
|
#
|
595
595
|
# @!attribute [rw] owning_service
|
596
|
+
# Returns the name of the service that created this secret.
|
596
597
|
# @return [String]
|
597
598
|
#
|
598
599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/DescribeSecretResponse AWS API Documentation
|
@@ -1695,7 +1696,7 @@ module Aws::SecretsManager
|
|
1695
1696
|
# @return [String]
|
1696
1697
|
#
|
1697
1698
|
# @!attribute [rw] rotation_enabled
|
1698
|
-
#
|
1699
|
+
# Indicates whether automatic, scheduled rotation is enabled for this
|
1699
1700
|
# secret.
|
1700
1701
|
# @return [Boolean]
|
1701
1702
|
#
|
@@ -1751,6 +1752,7 @@ module Aws::SecretsManager
|
|
1751
1752
|
# @return [Hash<String,Array<String>>]
|
1752
1753
|
#
|
1753
1754
|
# @!attribute [rw] owning_service
|
1755
|
+
# Returns the name of the service that created the secret.
|
1754
1756
|
# @return [String]
|
1755
1757
|
#
|
1756
1758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/SecretListEntry AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-secretsmanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|