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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37bd8b6d51020c43b22954554a156b86092881e5649a2aa9d0cb38a4bf0d2df7
4
- data.tar.gz: 1117ceb5c6b158383f1b2f7ac3e4c16258ca7a1433a780e52174afc54dd45559
3
+ metadata.gz: a1ade630d63954f4fb0bd703e0dee352288e8059e34bfd440cfb14782d1cb141
4
+ data.tar.gz: 7c9b9e86437a59854ba589c0a3fc63774f6c1043630a4bffb261f65821188c87
5
5
  SHA512:
6
- metadata.gz: e0cba80897b3791f6e9b6f4309bd18393fd7ea81779834dcc7de28eb1e5d7314f93d4fdb3ef12f23bbaf26dcfcef73a9cce129f67dc595dd0e375474ac69df6d
7
- data.tar.gz: 81a78b756de5faf95ebcf9c0341fa31375e3690e04776800f0729fe4d7026582d04ad15dbdc418ac3f534847489fa85f03ab30f1a1291b3c223b1476e65ca1c0
6
+ metadata.gz: 165322bfcdf2b424670f2a3718ad20c82844a0849e974f2a2576f082af9280ffda4f867a7860240fed94f02ddd3a9badaabcbe6d5141a9f7a68e06fda7a82df0
7
+ data.tar.gz: 1bc9b28cd32a650397c1ab22d564ee183ddba6a2f3025b8d9dca061eacf2bb7654ff3716f0b93d11d0ffe461c085e53cd04cc8544aa81cde02625103cda19ea9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2022-03-21)
5
+ ------------------
6
+
7
+ * Feature - Document improvements to the RAM API operations and parameter descriptions.
8
+
4
9
  1.38.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -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> – resources that you are sharing
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> – resources that other accounts
1350
- # share with you
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> – resources that you are sharing
1668
+ # * <b> <code>SELF</code> </b> – principals that your account is sharing
1669
+ # resources with
1668
1670
  #
1669
- # * <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts
1670
- # share with you
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 shares or the
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 you are sharing
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 you
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.38.0'
2305
+ context[:gem_version] = '1.39.0'
2303
2306
  Seahorse::Client::Request.new(handlers, context)
2304
2307
  end
2305
2308
 
@@ -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> – resources that you are sharing
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> – resources that other
1079
- # accounts share with you
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> – resources that you are sharing
1506
+ # * <b> <code>SELF</code> </b> – principals that your account is
1507
+ # sharing resources with
1506
1508
  #
1507
- # * <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other
1508
- # accounts share with you
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 you are sharing
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 you
1804
+ # accounts share with your account
1802
1805
  # @return [String]
1803
1806
  #
1804
1807
  # @!attribute [rw] principal
data/lib/aws-sdk-ram.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ram/customizations'
48
48
  # @!group service
49
49
  module Aws::RAM
50
50
 
51
- GEM_VERSION = '1.38.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
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.38.0
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-02-24 00:00:00.000000000 Z
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