aws-sdk-ram 1.38.0 → 1.39.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-ram/client.rb +13 -10
- data/lib/aws-sdk-ram/types.rb +11 -8
- data/lib/aws-sdk-ram.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1ade630d63954f4fb0bd703e0dee352288e8059e34bfd440cfb14782d1cb141
|
|
4
|
+
data.tar.gz: 7c9b9e86437a59854ba589c0a3fc63774f6c1043630a4bffb261f65821188c87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 165322bfcdf2b424670f2a3718ad20c82844a0849e974f2a2576f082af9280ffda4f867a7860240fed94f02ddd3a9badaabcbe6d5141a9f7a68e06fda7a82df0
|
|
7
|
+
data.tar.gz: 1bc9b28cd32a650397c1ab22d564ee183ddba6a2f3025b8d9dca061eacf2bb7654ff3716f0b93d11d0ffe461c085e53cd04cc8544aa81cde02625103cda19ea9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
data/lib/aws-sdk-ram/client.rb
CHANGED
|
@@ -1344,10 +1344,11 @@ module Aws::RAM
|
|
|
1344
1344
|
# Specifies that you want to retrieve details of only those resource
|
|
1345
1345
|
# shares that match the following:
|
|
1346
1346
|
#
|
|
1347
|
-
# * <b> <code>SELF</code> </b> –
|
|
1347
|
+
# * <b> <code>SELF</code> </b> – resource shares that your account
|
|
1348
|
+
# shares with other accounts
|
|
1348
1349
|
#
|
|
1349
|
-
# * <b> <code>OTHER-ACCOUNTS</code> </b> –
|
|
1350
|
-
# share with
|
|
1350
|
+
# * <b> <code>OTHER-ACCOUNTS</code> </b> – resource shares that other
|
|
1351
|
+
# accounts share with your account
|
|
1351
1352
|
#
|
|
1352
1353
|
# @option params [String] :name
|
|
1353
1354
|
# Specifies the name of an individual resource share that you want to
|
|
@@ -1664,10 +1665,11 @@ module Aws::RAM
|
|
|
1664
1665
|
# Specifies that you want to list information for only resource shares
|
|
1665
1666
|
# that match the following:
|
|
1666
1667
|
#
|
|
1667
|
-
# * <b> <code>SELF</code> </b> –
|
|
1668
|
+
# * <b> <code>SELF</code> </b> – principals that your account is sharing
|
|
1669
|
+
# resources with
|
|
1668
1670
|
#
|
|
1669
|
-
# * <b> <code>OTHER-ACCOUNTS</code> </b> –
|
|
1670
|
-
#
|
|
1671
|
+
# * <b> <code>OTHER-ACCOUNTS</code> </b> – principals that are sharing
|
|
1672
|
+
# resources with your account
|
|
1671
1673
|
#
|
|
1672
1674
|
# @option params [String] :resource_arn
|
|
1673
1675
|
# Specifies that you want to list principal information for the resource
|
|
@@ -1916,17 +1918,18 @@ module Aws::RAM
|
|
|
1916
1918
|
req.send_request(options)
|
|
1917
1919
|
end
|
|
1918
1920
|
|
|
1919
|
-
# Lists the resources that you added to a resource
|
|
1921
|
+
# Lists the resources that you added to a resource share or the
|
|
1920
1922
|
# resources that are shared with you.
|
|
1921
1923
|
#
|
|
1922
1924
|
# @option params [required, String] :resource_owner
|
|
1923
1925
|
# Specifies that you want to list only the resource shares that match
|
|
1924
1926
|
# the following:
|
|
1925
1927
|
#
|
|
1926
|
-
# * <b> <code>SELF</code> </b> – resources that
|
|
1928
|
+
# * <b> <code>SELF</code> </b> – resources that your account shares with
|
|
1929
|
+
# other accounts
|
|
1927
1930
|
#
|
|
1928
1931
|
# * <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts
|
|
1929
|
-
# share with
|
|
1932
|
+
# share with your account
|
|
1930
1933
|
#
|
|
1931
1934
|
# @option params [String] :principal
|
|
1932
1935
|
# Specifies that you want to list only the resource shares that are
|
|
@@ -2299,7 +2302,7 @@ module Aws::RAM
|
|
|
2299
2302
|
params: params,
|
|
2300
2303
|
config: config)
|
|
2301
2304
|
context[:gem_name] = 'aws-sdk-ram'
|
|
2302
|
-
context[:gem_version] = '1.
|
|
2305
|
+
context[:gem_version] = '1.39.0'
|
|
2303
2306
|
Seahorse::Client::Request.new(handlers, context)
|
|
2304
2307
|
end
|
|
2305
2308
|
|
data/lib/aws-sdk-ram/types.rb
CHANGED
|
@@ -1073,10 +1073,11 @@ module Aws::RAM
|
|
|
1073
1073
|
# Specifies that you want to retrieve details of only those resource
|
|
1074
1074
|
# shares that match the following:
|
|
1075
1075
|
#
|
|
1076
|
-
# * <b> <code>SELF</code> </b> –
|
|
1076
|
+
# * <b> <code>SELF</code> </b> – resource shares that your account
|
|
1077
|
+
# shares with other accounts
|
|
1077
1078
|
#
|
|
1078
|
-
# * <b> <code>OTHER-ACCOUNTS</code> </b> –
|
|
1079
|
-
# accounts share with
|
|
1079
|
+
# * <b> <code>OTHER-ACCOUNTS</code> </b> – resource shares that other
|
|
1080
|
+
# accounts share with your account
|
|
1080
1081
|
# @return [String]
|
|
1081
1082
|
#
|
|
1082
1083
|
# @!attribute [rw] name
|
|
@@ -1502,10 +1503,11 @@ module Aws::RAM
|
|
|
1502
1503
|
# Specifies that you want to list information for only resource shares
|
|
1503
1504
|
# that match the following:
|
|
1504
1505
|
#
|
|
1505
|
-
# * <b> <code>SELF</code> </b> –
|
|
1506
|
+
# * <b> <code>SELF</code> </b> – principals that your account is
|
|
1507
|
+
# sharing resources with
|
|
1506
1508
|
#
|
|
1507
|
-
# * <b> <code>OTHER-ACCOUNTS</code> </b> –
|
|
1508
|
-
#
|
|
1509
|
+
# * <b> <code>OTHER-ACCOUNTS</code> </b> – principals that are sharing
|
|
1510
|
+
# resources with your account
|
|
1509
1511
|
# @return [String]
|
|
1510
1512
|
#
|
|
1511
1513
|
# @!attribute [rw] resource_arn
|
|
@@ -1795,10 +1797,11 @@ module Aws::RAM
|
|
|
1795
1797
|
# Specifies that you want to list only the resource shares that match
|
|
1796
1798
|
# the following:
|
|
1797
1799
|
#
|
|
1798
|
-
# * <b> <code>SELF</code> </b> – resources that
|
|
1800
|
+
# * <b> <code>SELF</code> </b> – resources that your account shares
|
|
1801
|
+
# with other accounts
|
|
1799
1802
|
#
|
|
1800
1803
|
# * <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other
|
|
1801
|
-
# accounts share with
|
|
1804
|
+
# accounts share with your account
|
|
1802
1805
|
# @return [String]
|
|
1803
1806
|
#
|
|
1804
1807
|
# @!attribute [rw] principal
|
data/lib/aws-sdk-ram.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.39.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: 2022-
|
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|