aws-sdk-core 2.11.78 → 2.11.79

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: 0ac813a7c0c6c4a1f44ca939d1c4583644424612
4
- data.tar.gz: c56a4bd24c730eee9d48d3ad49e3388a869f16ae
3
+ metadata.gz: 38a221722cbcf14e69f7dded5a32f0fea6e6c5b0
4
+ data.tar.gz: 1f7be9505616a4b6c6d0e5f3e45a98d073808bed
5
5
  SHA512:
6
- metadata.gz: 30186de75e6242bd57fd8fb98af9150f2b54b17a1285c8ef95ffb7635625b9421ae2b6b6b487f0362edc833c9cc84019e9f32370fadd53a2da85e97571f75457
7
- data.tar.gz: 16b3c08a28b9ecc4a31d8894fdae0e38a8b05db380a7f1ccc1130f6f150b1e7134cac11e0b22c1d7f69f3515274202ab8572dad735dee201d2fbde9e41caa087
6
+ metadata.gz: 6dc03e7fc474b62236d76acfac06a12c1b67788c07a3c86f1d2d7188f8a7a7dc15c6caf4ac89c3a6fe365f10d658089cf0acdaaca4c79c68fea48fc70f5b55e5
7
+ data.tar.gz: fb6980d38a837e6f34dee0c08385c47e1f8a33038789da999f22eda2eca43fe48cec8a042f64687381be7c9bab5969ac3c7bb111489f4a53d877f91d40432880
@@ -45,6 +45,26 @@
45
45
  "title": "To create a basic secret"
46
46
  }
47
47
  ],
48
+ "DeleteResourcePolicy": [
49
+ {
50
+ "input": {
51
+ "SecretId": "MyTestDatabaseSecret"
52
+ },
53
+ "output": {
54
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseMasterSecret-a1b2c3",
55
+ "Name": "MyTestDatabaseSecret"
56
+ },
57
+ "comments": {
58
+ "input": {
59
+ },
60
+ "output": {
61
+ }
62
+ },
63
+ "description": "The following example shows how to delete the resource-based policy that is attached to a secret.",
64
+ "id": "to-delete-the-resource-based-policy-attached-to-a-secret-1530209419204",
65
+ "title": "To delete the resource-based policy attached to a secret"
66
+ }
67
+ ],
48
68
  "DeleteSecret": [
49
69
  {
50
70
  "input": {
@@ -136,6 +156,27 @@
136
156
  "title": "To generate a random password"
137
157
  }
138
158
  ],
159
+ "GetResourcePolicy": [
160
+ {
161
+ "input": {
162
+ "SecretId": "MyTestDatabaseSecret"
163
+ },
164
+ "output": {
165
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
166
+ "Name": "MyTestDatabaseSecret",
167
+ "ResourcePolicy": "{\n\"Version\":\"2012-10-17\",\n\"Statement\":[{\n\"Effect\":\"Allow\",\n\"Principal\":{\n\"AWS\":\"arn:aws:iam::123456789012:root\"\n},\n\"Action\":\"secretsmanager:GetSecretValue\",\n\"Resource\":\"*\"\n}]\n}"
168
+ },
169
+ "comments": {
170
+ "input": {
171
+ },
172
+ "output": {
173
+ }
174
+ },
175
+ "description": "The following example shows how to retrieve the resource-based policy that is attached to a secret.",
176
+ "id": "to-retrieve-the-resource-based-policy-attached-to-a-secret-1530209677536",
177
+ "title": "To retrieve the resource-based policy attached to a secret"
178
+ }
179
+ ],
139
180
  "GetSecretValue": [
140
181
  {
141
182
  "input": {
@@ -245,6 +286,27 @@
245
286
  "title": "To list the secrets in your account"
246
287
  }
247
288
  ],
289
+ "PutResourcePolicy": [
290
+ {
291
+ "input": {
292
+ "ResourcePolicy": "{\n\"Version\":\"2012-10-17\",\n\"Statement\":[{\n\"Effect\":\"Allow\",\n\"Principal\":{\n\"AWS\":\"arn:aws:iam::123456789012:root\"\n},\n\"Action\":\"secretsmanager:GetSecretValue\",\n\"Resource\":\"*\"\n}]\n}",
293
+ "SecretId": "MyTestDatabaseSecret"
294
+ },
295
+ "output": {
296
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
297
+ "Name": "MyTestDatabaseSecret"
298
+ },
299
+ "comments": {
300
+ "input": {
301
+ },
302
+ "output": {
303
+ }
304
+ },
305
+ "description": "The following example shows how to add a resource-based policy to a secret.",
306
+ "id": "to-add-a-resource-based-policy-to-a-secret-1530209881839",
307
+ "title": "To add a resource-based policy to a secret"
308
+ }
309
+ ],
248
310
  "PutSecretValue": [
249
311
  {
250
312
  "input": {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.78'
2
+ VERSION = '2.11.79'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.78
4
+ version: 2.11.79
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-06-28 00:00:00.000000000 Z
11
+ date: 2018-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath