aws-sdk-secretsmanager 1.20.0 → 1.21.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3883f93079375304f74cad073bcec31f835add06
4
- data.tar.gz: c06a0f956d8921941b0084669bc23f212f07f9f1
3
+ metadata.gz: e1ea1423a7f346762cb65fd316579fcd268948f0
4
+ data.tar.gz: 87e1a5e8711a454dc6c861c648f4c877e99425cc
5
5
  SHA512:
6
- metadata.gz: b8de82e9d999ca54d1e23ae4163d9fb3cee8ec66f94accccde36ee9ecd3f5f5b94c1aa29a505f56f35d4af57e727c0f5b7ebc2ae1cf782556fd3c86414d851c2
7
- data.tar.gz: 4c9da97ca9d68aa5e377c13e5eee95e397a2c172c114170e0470adfc38326a9d39ab5d702b404c62901e44bc7d78ae91984e6b39b1d35ff58b6c0c60ae0584b0
6
+ metadata.gz: ac9964ff0d13ee8894fd51f80073f134bf1ce6fa3d0ec1276cf969cefb7dbf03e7bae0eba541fd51bd1db38d38975885fe98936d07023f7c91888d3552292d84
7
+ data.tar.gz: 3bdde4026d9b9e2ba93f71f97bc88bc678abae9d9011e5a93d832443734ff2552cf99793efac93e4a16099f63e3092faf4019a9cd8760768d06e24e80abe6c57
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-secretsmanager/customizations'
42
42
  # @service
43
43
  module Aws::SecretsManager
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -535,7 +535,7 @@ module Aws::SecretsManager
535
535
  #
536
536
  #
537
537
  #
538
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
538
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
539
539
  #
540
540
  # @option params [Array<Types::Tag>] :tags
541
541
  # (Optional) Specifies a list of user-defined tags that are attached to
@@ -586,7 +586,7 @@ module Aws::SecretsManager
586
586
  #
587
587
  #
588
588
  #
589
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
589
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
590
590
  #
591
591
  # @return [Types::CreateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
592
592
  #
@@ -1628,7 +1628,7 @@ module Aws::SecretsManager
1628
1628
  #
1629
1629
  #
1630
1630
  # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_resource-based-policies.html
1631
- # [2]: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html
1631
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html
1632
1632
  #
1633
1633
  # @option params [required, String] :secret_id
1634
1634
  # Specifies the secret that you want to attach the resource-based policy
@@ -1885,7 +1885,7 @@ module Aws::SecretsManager
1885
1885
  #
1886
1886
  #
1887
1887
  #
1888
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1888
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1889
1889
  #
1890
1890
  # @option params [Array<String>] :version_stages
1891
1891
  # (Optional) Specifies a list of staging labels that are attached to
@@ -2099,7 +2099,7 @@ module Aws::SecretsManager
2099
2099
  #
2100
2100
  #
2101
2101
  #
2102
- # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html
2102
+ # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html
2103
2103
  #
2104
2104
  # @option params [required, String] :secret_id
2105
2105
  # Specifies the secret that you want to rotate. You can specify either
@@ -2267,7 +2267,7 @@ module Aws::SecretsManager
2267
2267
  #
2268
2268
  #
2269
2269
  #
2270
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2270
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2271
2271
  #
2272
2272
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2273
2273
  #
@@ -2368,7 +2368,7 @@ module Aws::SecretsManager
2368
2368
  #
2369
2369
  #
2370
2370
  #
2371
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2371
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2372
2372
  #
2373
2373
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2374
2374
  #
@@ -2598,7 +2598,7 @@ module Aws::SecretsManager
2598
2598
  #
2599
2599
  #
2600
2600
  #
2601
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2601
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
2602
2602
  #
2603
2603
  # @return [Types::UpdateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2604
2604
  #
@@ -2726,7 +2726,7 @@ module Aws::SecretsManager
2726
2726
  #
2727
2727
  #
2728
2728
  #
2729
- # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/terms-concepts.html#term_staging-label
2729
+ # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/terms-concepts.html#term_staging-label
2730
2730
  #
2731
2731
  # @option params [required, String] :secret_id
2732
2732
  # Specifies the secret with the version whose list of staging labels you
@@ -2865,7 +2865,7 @@ module Aws::SecretsManager
2865
2865
  params: params,
2866
2866
  config: config)
2867
2867
  context[:gem_name] = 'aws-sdk-secretsmanager'
2868
- context[:gem_version] = '1.20.0'
2868
+ context[:gem_version] = '1.21.0'
2869
2869
  Seahorse::Client::Request.new(handlers, context)
2870
2870
  end
2871
2871
 
@@ -215,7 +215,7 @@ module Aws::SecretsManager
215
215
  #
216
216
  #
217
217
  #
218
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
218
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
219
219
  # @return [String]
220
220
  #
221
221
  # @!attribute [rw] tags
@@ -267,7 +267,7 @@ module Aws::SecretsManager
267
267
  #
268
268
  #
269
269
  #
270
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
270
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
271
271
  # @return [Array<Types::Tag>]
272
272
  #
273
273
  # @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/CreateSecretRequest AWS API Documentation
@@ -1257,7 +1257,7 @@ module Aws::SecretsManager
1257
1257
  #
1258
1258
  #
1259
1259
  #
1260
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1260
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1261
1261
  # @return [String]
1262
1262
  #
1263
1263
  # @!attribute [rw] version_stages
@@ -1516,7 +1516,7 @@ module Aws::SecretsManager
1516
1516
  #
1517
1517
  #
1518
1518
  #
1519
- # [1]: http://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources
1519
+ # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources
1520
1520
  # @return [String]
1521
1521
  #
1522
1522
  # @!attribute [rw] name
@@ -1718,7 +1718,7 @@ module Aws::SecretsManager
1718
1718
  #
1719
1719
  #
1720
1720
  #
1721
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1721
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1722
1722
  # @return [Array<Types::Tag>]
1723
1723
  #
1724
1724
  # @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/TagResourceRequest AWS API Documentation
@@ -1771,7 +1771,7 @@ module Aws::SecretsManager
1771
1771
  #
1772
1772
  #
1773
1773
  #
1774
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1774
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1775
1775
  # @return [Array<String>]
1776
1776
  #
1777
1777
  # @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/UntagResourceRequest AWS API Documentation
@@ -1922,7 +1922,7 @@ module Aws::SecretsManager
1922
1922
  #
1923
1923
  #
1924
1924
  #
1925
- # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1925
+ # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
1926
1926
  # @return [String]
1927
1927
  #
1928
1928
  # @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/UpdateSecretRequest 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.20.0
4
+ version: 1.21.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: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2019-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core