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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c13a0ea73f0c0434bffdd5d7ac207dc92eff226fad0baf70630c34a75d7c4d1
4
- data.tar.gz: f62d0a583874832882b79a753969180fc48b90db09e85954004063dcdd73dce1
3
+ metadata.gz: fc9077d170bd2476c21265f3252bfb385b133947567ef4019a1b9410806bba0b
4
+ data.tar.gz: e374a7c89bca7938fb8635a5423033c93a350b841f9dcd7719df0e9c8efc0fcc
5
5
  SHA512:
6
- metadata.gz: 92c732dee3081a0e7a1748c48b7da6da8606c77e1b7c176ad35fab75b8f8eca0365e7fc10afec5409f20c7ba5348977857734e1ed60d257a349b302e0efc81e0
7
- data.tar.gz: a2b83ed64fbd245dcd0eec5652871e4661f88fd33fd50c671756201d798531b79b84ce02f23ad016537b7e3b575f478ad3851bf42ecd716550d225dfe6ac0e2c
6
+ metadata.gz: b0c7f44a3f259c6126333dfa7f3d7ecf93b7abb646884e4b82f032d31b1b7e62701975f5a53f8fb64f354d96067df0a9701a4497fc8729923b190f19a9b47755
7
+ data.tar.gz: e2062d170c3020d0ce05f17f7a7386f3b03f274ed2887556bde4faf87c8a7ad174a8f845fccb0fb4146ece92ba7e9f08fe781ded12ec9069c6eeb18c3f758ba8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2021-07-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update links
8
+
4
9
  1.2.0 (2021-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-proton/customizations'
49
49
  # @!group service
50
50
  module Aws::Proton
51
51
 
52
- GEM_VERSION = '1.2.0'
52
+ GEM_VERSION = '1.3.0'
53
53
 
54
54
  end
@@ -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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
347
- # in the *AWS Proton Administrator guide*.
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](proton/latest/adminguide/ag-env-account-connections.html)
586
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
690
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
1291
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
1639
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
1971
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
2471
- # in the *AWS Proton Administrator guide*.
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
- # connections](proton/latest/adminguide/ag-env-account-connections.html)
2783
- # in the *AWS Proton Administrator guide*.
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.2.0'
3419
+ context[:gem_version] = '1.3.0'
3396
3420
  Seahorse::Client::Request.new(handlers, context)
3397
3421
  end
3398
3422
 
@@ -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](proton/latest/adminguide/ag-env-account-connections.html)
329
- # in the *AWS Proton Administrator guide*.
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.2.0
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-21 00:00:00.000000000 Z
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