aws-sdk-resourceexplorer2 1.0.0 → 1.1.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
  SHA256:
3
- metadata.gz: b67e22379c0074614ef318f21e689d436881f9914e30416d79c3efc226a49771
4
- data.tar.gz: 07b06c53add966fab92eb9e23b39fd18ae82fc1f27ef51ec3dbc5c22bbb1e42f
3
+ metadata.gz: a99aa487e69de778a7e409a2914b4a9064a0ccf8024e597deade7ea21885a00c
4
+ data.tar.gz: dd16447a63892844f167dfa42276872f6b2841f7a3792eba11d3ed14325ddddd
5
5
  SHA512:
6
- metadata.gz: 305707513c39b1dc87f876fe78a834f41508d03280200e3d16da047ef3cc91411ade740fcde8e880d291b0369bdbba51795aed51198124585e0962859d069077
7
- data.tar.gz: f2bf203804d6e21a83d35fb3d972491349b7c84b89ee4fb141effca95366d0037e01a7d9e1563d1a0aba1996374230016c996e6a4dbcb522d1bb4c3fc1ec2c51
6
+ metadata.gz: e3b0124907ebef9699526aaeb7c535cd8f4cc7417d92f0dc9dc78086ede3e70c6e46446e2c9afedd5965414e1dee57b2424b8adbfabe2269e18a1ec1c5d759eb
7
+ data.tar.gz: b37970f0518f968217457cefb3fb40e1b0bb9cb2f736db063605a8ed09ac053d41087701c00f516eff3719d2d42e7fb21a68182dc205b467cceb7bf857491ded
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2022-11-10)
5
+ ------------------
6
+
7
+ * Feature - Text only updates to some Resource Explorer descriptions.
8
+
4
9
  1.0.0 (2022-11-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -482,13 +482,39 @@ module Aws::ResourceExplorer2
482
482
  # that allows Resource Explorer to enumerate your resources to populate
483
483
  # the index.
484
484
  #
485
- # <ul> <li> <p> <b>Action</b>: <code>resource-explorer-2:CreateIndex</code> </p> <p> <b>Resource</b>: The ARN of the index (as it will exist after the operation completes) in the Amazon Web Services Region and account in which you're trying to create the index. Use the wildcard character (<code>*</code>) at the end of the string to match the eventual UUID. For example, the following <code>Resource</code> element restricts the role or user to creating an index in only the <code>us-east-2</code> Region of the specified account.</p> <p> <code>"Resource": "arn:aws:resource-explorer-2:us-east-2:<i>&lt;account-id&gt;</i>:index/*"</code> </p> <p>Alternatively, you can use <code>"Resource": "*"</code> to allow the role or user to create an index in any Region.</p> </li> <li> <p> <b>Action</b>: <code>iam:CreateServiceLinkedRole</code> </p> <p> <b>Resource</b>: No specific resource (*). </p> <p>This permission is required only the first time you create an index to turn on Resource Explorer in the account. Resource Explorer uses this to create the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html">service-linked role needed to index the resources in your account</a>. Resource Explorer uses the same service-linked role for all additional indexes you create afterwards.</p> </li> </ul>
485
+ # * **Action**\: `resource-explorer-2:CreateIndex`
486
+ #
487
+ # **Resource**\: The ARN of the index (as it will exist after the
488
+ # operation completes) in the Amazon Web Services Region and account
489
+ # in which you're trying to create the index. Use the wildcard
490
+ # character (`*`) at the end of the string to match the eventual UUID.
491
+ # For example, the following `Resource` element restricts the role or
492
+ # user to creating an index in only the `us-east-2` Region of the
493
+ # specified account.
494
+ #
495
+ # `"Resource":
496
+ # "arn:aws:resource-explorer-2:us-west-2:<account-id>:index/*"`
497
+ #
498
+ # Alternatively, you can use `"Resource": "*"` to allow the role or
499
+ # user to create an index in any Region.
500
+ #
501
+ # * **Action**\: `iam:CreateServiceLinkedRole`
502
+ #
503
+ # **Resource**\: No specific resource (*).
504
+ #
505
+ # This permission is required only the first time you create an index
506
+ # to turn on Resource Explorer in the account. Resource Explorer uses
507
+ # this to create the [service-linked role needed to index the
508
+ # resources in your account][4]. Resource Explorer uses the same
509
+ # service-linked role for all additional indexes you create
510
+ # afterwards.
486
511
  #
487
512
  #
488
513
  #
489
514
  # [1]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html
490
515
  # [2]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-service-activate.html
491
516
  # [3]: https://docs.aws.amazon.com/arexug/mainline/security_iam_service-linked-roles.html
517
+ # [4]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html
492
518
  #
493
519
  # @option params [String] :client_token
494
520
  # This value helps ensure idempotency. Resource Explorer uses this value
@@ -1459,7 +1485,7 @@ module Aws::ResourceExplorer2
1459
1485
  params: params,
1460
1486
  config: config)
1461
1487
  context[:gem_name] = 'aws-sdk-resourceexplorer2'
1462
- context[:gem_version] = '1.0.0'
1488
+ context[:gem_version] = '1.1.0'
1463
1489
  Seahorse::Client::Request.new(handlers, context)
1464
1490
  end
1465
1491
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-resourceexplorer2/customizations'
52
52
  # @!group service
53
53
  module Aws::ResourceExplorer2
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourceexplorer2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-08 00:00:00.000000000 Z
11
+ date: 2022-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core