aws-sdk-resourceexplorer2 1.0.0 → 1.1.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-resourceexplorer2/client.rb +28 -2
- data/lib/aws-sdk-resourceexplorer2.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: a99aa487e69de778a7e409a2914b4a9064a0ccf8024e597deade7ea21885a00c
|
|
4
|
+
data.tar.gz: dd16447a63892844f167dfa42276872f6b2841f7a3792eba11d3ed14325ddddd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3b0124907ebef9699526aaeb7c535cd8f4cc7417d92f0dc9dc78086ede3e70c6e46446e2c9afedd5965414e1dee57b2424b8adbfabe2269e18a1ec1c5d759eb
|
|
7
|
+
data.tar.gz: b37970f0518f968217457cefb3fb40e1b0bb9cb2f736db063605a8ed09ac053d41087701c00f516eff3719d2d42e7fb21a68182dc205b467cceb7bf857491ded
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
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.
|
|
1488
|
+
context[:gem_version] = '1.1.0'
|
|
1463
1489
|
Seahorse::Client::Request.new(handlers, context)
|
|
1464
1490
|
end
|
|
1465
1491
|
|
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.
|
|
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-
|
|
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
|