aws-sdk-proton 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-proton.rb +1 -1
- data/lib/aws-sdk-proton/client.rb +48 -24
- data/lib/aws-sdk-proton/types.rb +5 -2
- 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: fc9077d170bd2476c21265f3252bfb385b133947567ef4019a1b9410806bba0b
|
4
|
+
data.tar.gz: e374a7c89bca7938fb8635a5423033c93a350b841f9dcd7719df0e9c8efc0fcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0c7f44a3f259c6126333dfa7f3d7ecf93b7abb646884e4b82f032d31b1b7e62701975f5a53f8fb64f354d96067df0a9701a4497fc8729923b190f19a9b47755
|
7
|
+
data.tar.gz: e2062d170c3020d0ce05f17f7a7386f3b03f274ed2887556bde4faf87c8a7ad174a8f845fccb0fb4146ece92ba7e9f08fe781ded12ec9069c6eeb18c3f758ba8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|
data/lib/aws-sdk-proton.rb
CHANGED
@@ -342,9 +342,12 @@ module Aws::Proton
|
|
342
342
|
# AWS Proton can use the associated IAM role to provision environment
|
343
343
|
# infrastructure resources in the associated environment account.
|
344
344
|
#
|
345
|
-
# For more information, see [Environment account
|
346
|
-
#
|
347
|
-
#
|
345
|
+
# For more information, see [Environment account connections][1] in the
|
346
|
+
# *AWS Proton Administrator guide*.
|
347
|
+
#
|
348
|
+
#
|
349
|
+
#
|
350
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
348
351
|
#
|
349
352
|
# @option params [required, String] :id
|
350
353
|
# The ID of the environment account connection.
|
@@ -582,8 +585,11 @@ module Aws::Proton
|
|
582
585
|
# environment account. You must include either the
|
583
586
|
# `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
|
584
587
|
# and value. For more information, see [Environment account
|
585
|
-
# connections]
|
586
|
-
#
|
588
|
+
# connections][1] in the *AWS Proton Administrator guide*.
|
589
|
+
#
|
590
|
+
#
|
591
|
+
#
|
592
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
587
593
|
#
|
588
594
|
# @option params [required, String] :name
|
589
595
|
# The name of the environment.
|
@@ -685,9 +691,12 @@ module Aws::Proton
|
|
685
691
|
# An environment account connection is a secure bi-directional
|
686
692
|
# connection between a *management account* and an *environment account*
|
687
693
|
# that maintains authorization and permissions. For more information,
|
688
|
-
# see [Environment account
|
689
|
-
#
|
690
|
-
#
|
694
|
+
# see [Environment account connections][1] in the *AWS Proton
|
695
|
+
# Administrator guide*.
|
696
|
+
#
|
697
|
+
#
|
698
|
+
#
|
699
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
691
700
|
#
|
692
701
|
# @option params [String] :client_token
|
693
702
|
# When included, if two identicial requests are made with the same
|
@@ -1286,9 +1295,12 @@ module Aws::Proton
|
|
1286
1295
|
# You're responsible for cleaning up provisioned resources that remain
|
1287
1296
|
# without an environment connection.
|
1288
1297
|
#
|
1289
|
-
# For more information, see [Environment account
|
1290
|
-
#
|
1291
|
-
#
|
1298
|
+
# For more information, see [Environment account connections][1] in the
|
1299
|
+
# *AWS Proton Administrator guide*.
|
1300
|
+
#
|
1301
|
+
#
|
1302
|
+
#
|
1303
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
1292
1304
|
#
|
1293
1305
|
# @option params [required, String] :id
|
1294
1306
|
# The ID of the environment account connection to delete.
|
@@ -1634,9 +1646,12 @@ module Aws::Proton
|
|
1634
1646
|
# In an environment account, view the detail data for an environment
|
1635
1647
|
# account connection.
|
1636
1648
|
#
|
1637
|
-
# For more information, see [Environment account
|
1638
|
-
#
|
1639
|
-
#
|
1649
|
+
# For more information, see [Environment account connections][1] in the
|
1650
|
+
# *AWS Proton Administrator guide*.
|
1651
|
+
#
|
1652
|
+
#
|
1653
|
+
#
|
1654
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
1640
1655
|
#
|
1641
1656
|
# @option params [required, String] :id
|
1642
1657
|
# The ID of the environment account connection.
|
@@ -1966,9 +1981,12 @@ module Aws::Proton
|
|
1966
1981
|
|
1967
1982
|
# View a list of environment account connections.
|
1968
1983
|
#
|
1969
|
-
# For more information, see [Environment account
|
1970
|
-
#
|
1971
|
-
#
|
1984
|
+
# For more information, see [Environment account connections][1] in the
|
1985
|
+
# *AWS Proton Administrator guide*.
|
1986
|
+
#
|
1987
|
+
#
|
1988
|
+
#
|
1989
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
1972
1990
|
#
|
1973
1991
|
# @option params [String] :environment_name
|
1974
1992
|
# The environment name that's associated with each listed environment
|
@@ -2466,9 +2484,12 @@ module Aws::Proton
|
|
2466
2484
|
# You *can’t* reject an environment account connection that is connected
|
2467
2485
|
# to an environment.
|
2468
2486
|
#
|
2469
|
-
# For more information, see [Environment account
|
2470
|
-
#
|
2471
|
-
#
|
2487
|
+
# For more information, see [Environment account connections][1] in the
|
2488
|
+
# *AWS Proton Administrator guide*.
|
2489
|
+
#
|
2490
|
+
#
|
2491
|
+
#
|
2492
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
2472
2493
|
#
|
2473
2494
|
# @option params [required, String] :id
|
2474
2495
|
# The ID of the environment account connection to reject.
|
@@ -2778,9 +2799,12 @@ module Aws::Proton
|
|
2778
2799
|
# In an environment account, update an environment account connection to
|
2779
2800
|
# use a new IAM role.
|
2780
2801
|
#
|
2781
|
-
# For more information, see [Environment account
|
2782
|
-
#
|
2783
|
-
#
|
2802
|
+
# For more information, see [Environment account connections][1] in the
|
2803
|
+
# *AWS Proton Administrator guide*.
|
2804
|
+
#
|
2805
|
+
#
|
2806
|
+
#
|
2807
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
2784
2808
|
#
|
2785
2809
|
# @option params [required, String] :id
|
2786
2810
|
# The ID of the environment account connection to update.
|
@@ -3392,7 +3416,7 @@ module Aws::Proton
|
|
3392
3416
|
params: params,
|
3393
3417
|
config: config)
|
3394
3418
|
context[:gem_name] = 'aws-sdk-proton'
|
3395
|
-
context[:gem_version] = '1.
|
3419
|
+
context[:gem_version] = '1.3.0'
|
3396
3420
|
Seahorse::Client::Request.new(handlers, context)
|
3397
3421
|
end
|
3398
3422
|
|
data/lib/aws-sdk-proton/types.rb
CHANGED
@@ -325,8 +325,11 @@ module Aws::Proton
|
|
325
325
|
# environment account. You must include either the
|
326
326
|
# `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
|
327
327
|
# and value. For more information, see [Environment account
|
328
|
-
# connections]
|
329
|
-
#
|
328
|
+
# connections][1] in the *AWS Proton Administrator guide*.
|
329
|
+
#
|
330
|
+
#
|
331
|
+
#
|
332
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
|
330
333
|
# @return [String]
|
331
334
|
#
|
332
335
|
# @!attribute [rw] name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-proton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.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: 2021-07-
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|