aws-sdk-proton 1.1.0 → 1.2.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: 74aa5afb9c8569e90b900a049ba377cba55999b4c851bbab79b3983f57e7f0b0
4
- data.tar.gz: 95004813b6014ce85aa9809e0c537e47f739ac8a484c93de24359c744c780af4
3
+ metadata.gz: 8c13a0ea73f0c0434bffdd5d7ac207dc92eff226fad0baf70630c34a75d7c4d1
4
+ data.tar.gz: f62d0a583874832882b79a753969180fc48b90db09e85954004063dcdd73dce1
5
5
  SHA512:
6
- metadata.gz: 5d20167348156a29b01535fb836099e895e11fc136cfac0687f504a8461888c9573d903f880028a5349bd9295f6a580394c6d3d8368a56de0c6a9061ca8c7521
7
- data.tar.gz: 90e25b4eb9da531285e978f4f6a76d36b5f6e6ddd30d0461b776b515a832754f1df220bfba0ee1bb1c2d2c68a181cc317d65ab748df536144ba594a9e365302d
6
+ metadata.gz: 92c732dee3081a0e7a1748c48b7da6da8606c77e1b7c176ad35fab75b8f8eca0365e7fc10afec5409f20c7ba5348977857734e1ed60d257a349b302e0efc81e0
7
+ data.tar.gz: a2b83ed64fbd245dcd0eec5652871e4661f88fd33fd50c671756201d798531b79b84ce02f23ad016537b7e3b575f478ad3851bf42ecd716550d225dfe6ac0e2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2021-07-21)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Proton
8
+
4
9
  1.1.0 (2021-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.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.1.0'
52
+ GEM_VERSION = '1.2.0'
53
53
 
54
54
  end
@@ -344,7 +344,7 @@ module Aws::Proton
344
344
  #
345
345
  # For more information, see [Environment account
346
346
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
347
- # in the *AWS Proton Administration guide*.
347
+ # in the *AWS Proton Administrator guide*.
348
348
  #
349
349
  # @option params [required, String] :id
350
350
  # The ID of the environment account connection.
@@ -382,7 +382,7 @@ module Aws::Proton
382
382
 
383
383
  # Attempts to cancel an environment deployment on an UpdateEnvironment
384
384
  # action, if the deployment is `IN_PROGRESS`. For more information, see
385
- # [Update an environment][1] in the *AWS Proton Administration guide*.
385
+ # [Update an environment][1] in the *AWS Proton Administrator guide*.
386
386
  #
387
387
  # The following list includes potential cancellation scenarios.
388
388
  #
@@ -444,7 +444,7 @@ module Aws::Proton
444
444
  # Attempts to cancel a service instance deployment on an
445
445
  # UpdateServiceInstance action, if the deployment is `IN_PROGRESS`. For
446
446
  # more information, see *Update a service instance* in the [AWS Proton
447
- # Administration guide][1] or the [AWS Proton User guide][2].
447
+ # Administrator guide][1] or the [AWS Proton User guide][2].
448
448
  #
449
449
  # The following list includes potential cancellation scenarios.
450
450
  #
@@ -509,7 +509,7 @@ module Aws::Proton
509
509
  # Attempts to cancel a service pipeline deployment on an
510
510
  # UpdateServicePipeline action, if the deployment is `IN_PROGRESS`. For
511
511
  # more information, see *Update a service pipeline* in the [AWS Proton
512
- # Administration guide][1] or the [AWS Proton User guide][2].
512
+ # Administrator guide][1] or the [AWS Proton User guide][2].
513
513
  #
514
514
  # The following list includes potential cancellation scenarios.
515
515
  #
@@ -567,7 +567,7 @@ module Aws::Proton
567
567
  # Deploy a new environment. An AWS Proton environment is created from an
568
568
  # environment template that defines infrastructure and resources that
569
569
  # can be shared across services. For more information, see the
570
- # [Environments][1] in the *AWS Proton Administration Guide.*
570
+ # [Environments][1] in the *AWS Proton Administrator Guide.*
571
571
  #
572
572
  #
573
573
  #
@@ -583,7 +583,7 @@ module Aws::Proton
583
583
  # `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
584
584
  # and value. For more information, see [Environment account
585
585
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
586
- # in the *AWS Proton Administration guide*.
586
+ # in the *AWS Proton Administrator guide*.
587
587
  #
588
588
  # @option params [required, String] :name
589
589
  # The name of the environment.
@@ -597,15 +597,15 @@ module Aws::Proton
597
597
  # @option params [required, String] :spec
598
598
  # A link to a YAML formatted spec file that provides inputs as defined
599
599
  # in the environment template bundle schema file. For more information,
600
- # see [Environments][1] in the *AWS Proton Administration Guide*.
600
+ # see [Environments][1] in the *AWS Proton Administrator Guide*.
601
601
  #
602
602
  #
603
603
  #
604
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-managing-environments.html
604
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
605
605
  #
606
606
  # @option params [Array<Types::Tag>] :tags
607
607
  # Create tags for your environment. For more information, see *AWS
608
- # Proton resources and tagging* in the [AWS Proton Administration
608
+ # Proton resources and tagging* in the [AWS Proton Administrator
609
609
  # Guide][1] or [AWS Proton User Guide][2].
610
610
  #
611
611
  #
@@ -621,11 +621,11 @@ module Aws::Proton
621
621
  #
622
622
  # @option params [required, String] :template_name
623
623
  # The name of the environment template. For more information, see
624
- # [Environment Templates][1] in the *AWS Proton Administration Guide*.
624
+ # [Environment Templates][1] in the *AWS Proton Administrator Guide*.
625
625
  #
626
626
  #
627
627
  #
628
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-templates.html
628
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
629
629
  #
630
630
  # @return [Types::CreateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
631
631
  #
@@ -680,14 +680,14 @@ module Aws::Proton
680
680
 
681
681
  # Create an environment account connection in an environment account so
682
682
  # that environment infrastructure resources can be provisioned in the
683
- # environment account from the management account.
683
+ # environment account from a management account.
684
684
  #
685
685
  # An environment account connection is a secure bi-directional
686
686
  # connection between a *management account* and an *environment account*
687
687
  # that maintains authorization and permissions. For more information,
688
688
  # see [Environment account
689
689
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
690
- # in the *AWS Proton Administration guide*.
690
+ # in the *AWS Proton Administrator guide*.
691
691
  #
692
692
  # @option params [String] :client_token
693
693
  # When included, if two identicial requests are made with the same
@@ -749,7 +749,7 @@ module Aws::Proton
749
749
  end
750
750
 
751
751
  # Create an environment template for AWS Proton. For more information,
752
- # see [Environment Templates][1] in the *AWS Proton Administration
752
+ # see [Environment Templates][1] in the *AWS Proton Administrator
753
753
  # Guide*.
754
754
  #
755
755
  # You can create an environment template in one of the two following
@@ -766,12 +766,12 @@ module Aws::Proton
766
766
  # provisioned and managed infrastructure, include the `provisioning`
767
767
  # parameter and set the value to `CUSTOMER_MANAGED`. For more
768
768
  # information, see [Register and publish an environment template][2]
769
- # in the *AWS Proton Administration Guide*.
769
+ # in the *AWS Proton Administrator Guide*.
770
770
  #
771
771
  #
772
772
  #
773
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-templates.html
774
- # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/env-template-v1.html
773
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
774
+ # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/template-create.html
775
775
  #
776
776
  # @option params [String] :description
777
777
  # A description of the environment template.
@@ -792,7 +792,7 @@ module Aws::Proton
792
792
  #
793
793
  # @option params [Array<Types::Tag>] :tags
794
794
  # Create tags for your environment template. For more information, see
795
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
795
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
796
796
  # Guide][1] or [AWS Proton User Guide][2].
797
797
  #
798
798
  #
@@ -862,7 +862,7 @@ module Aws::Proton
862
862
  # `majorVersion`.
863
863
  #
864
864
  # To create a new major and minor version of the environment template,
865
- # exclude `majorVersion`.
865
+ # *exclude* `majorVersion`.
866
866
  #
867
867
  # @option params [required, Types::TemplateVersionSourceInput] :source
868
868
  # An object that includes the template bundle S3 bucket path and name
@@ -925,7 +925,7 @@ module Aws::Proton
925
925
  # Create an AWS Proton service. An AWS Proton service is an
926
926
  # instantiation of a service template and often includes several service
927
927
  # instances and pipeline. For more information, see [Services][1] in the
928
- # *AWS Proton Administration Guide* and [Services][2] in the *AWS Proton
928
+ # *AWS Proton Administrator Guide* and [Services][2] in the *AWS Proton
929
929
  # User Guide*.
930
930
  #
931
931
  #
@@ -945,16 +945,16 @@ module Aws::Proton
945
945
  # The service name.
946
946
  #
947
947
  # @option params [String] :repository_connection_arn
948
- # The ARN of the repository connection. For more information, see [Set
949
- # up repository connection][1] in the *AWS Proton Administration Guide*
950
- # and [Getting started][2] in the *AWS Proton User Guide*. *Don't*
951
- # include this parameter if your service template *doesn't* include a
952
- # service pipeline.
948
+ # The Amazon Resource Name (ARN) of the repository connection. For more
949
+ # information, see [Set up repository connection][1] in the *AWS Proton
950
+ # Administrator Guide* and [Setting up with AWS Proton][2] in the *AWS
951
+ # Proton User Guide*. *Don't* include this parameter if your service
952
+ # template *doesn't* include a service pipeline.
953
953
  #
954
954
  #
955
955
  #
956
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#settingSS-up-vcontrol
957
- # [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-getting-started.html#getting-started-step1
956
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol
957
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
958
958
  #
959
959
  # @option params [String] :repository_id
960
960
  # The ID of the code repository. *Don't* include this parameter if your
@@ -963,9 +963,9 @@ module Aws::Proton
963
963
  # @option params [required, String] :spec
964
964
  # A link to a spec file that provides inputs as defined in the service
965
965
  # template bundle schema file. The spec file is in YAML format. Don’t
966
- # include pipeline inputs in the spec if your service template doesn’t
966
+ # include pipeline inputs in the spec if your service template *doesn’t*
967
967
  # include a service pipeline. For more information, see [Create a
968
- # service][1] in the *AWS Proton Administration Guide* and [Create a
968
+ # service][1] in the *AWS Proton Administrator Guide* and [Create a
969
969
  # service][2] in the *AWS Proton User Guide*.
970
970
  #
971
971
  #
@@ -975,7 +975,7 @@ module Aws::Proton
975
975
  #
976
976
  # @option params [Array<Types::Tag>] :tags
977
977
  # Create tags for your service. For more information, see *AWS Proton
978
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
978
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
979
979
  # [AWS Proton User Guide][2].
980
980
  #
981
981
  #
@@ -1059,7 +1059,7 @@ module Aws::Proton
1059
1059
  # pipeline definition, they provide a link to their source code
1060
1060
  # repository. AWS Proton then deploys and manages the infrastructure
1061
1061
  # defined by the selected service template. For more information, see
1062
- # [Service Templates][1] in the *AWS Proton Administration Guide*.
1062
+ # [Service Templates][1] in the *AWS Proton Administrator Guide*.
1063
1063
  #
1064
1064
  #
1065
1065
  #
@@ -1083,15 +1083,15 @@ module Aws::Proton
1083
1083
  # When included, this parameter indicates that an AWS Proton service
1084
1084
  # pipeline *won't* be included for your service. Once specified, this
1085
1085
  # parameter *can't* be changed. For more information, see [Service
1086
- # template bundles][1] in the *AWS Proton Administration Guide*.
1086
+ # template bundles][1] in the *AWS Proton Administrator Guide*.
1087
1087
  #
1088
1088
  #
1089
1089
  #
1090
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-template-bundles.html
1090
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
1091
1091
  #
1092
1092
  # @option params [Array<Types::Tag>] :tags
1093
1093
  # Create tags for your service template. For more information, see *AWS
1094
- # Proton resources and tagging* in the [AWS Proton Administration
1094
+ # Proton resources and tagging* in the [AWS Proton Administrator
1095
1095
  # Guide][1] or [AWS Proton User Guide][2].
1096
1096
  #
1097
1097
  #
@@ -1288,7 +1288,7 @@ module Aws::Proton
1288
1288
  #
1289
1289
  # For more information, see [Environment account
1290
1290
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
1291
- # in the *AWS Proton Administration guide*.
1291
+ # in the *AWS Proton Administrator guide*.
1292
1292
  #
1293
1293
  # @option params [required, String] :id
1294
1294
  # The ID of the environment account connection to delete.
@@ -1636,7 +1636,7 @@ module Aws::Proton
1636
1636
  #
1637
1637
  # For more information, see [Environment account
1638
1638
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
1639
- # in the *AWS Proton Administration guide*.
1639
+ # in the *AWS Proton Administrator guide*.
1640
1640
  #
1641
1641
  # @option params [required, String] :id
1642
1642
  # The ID of the environment account connection.
@@ -1968,7 +1968,7 @@ module Aws::Proton
1968
1968
  #
1969
1969
  # For more information, see [Environment account
1970
1970
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
1971
- # in the *AWS Proton Administration guide*.
1971
+ # in the *AWS Proton Administrator guide*.
1972
1972
  #
1973
1973
  # @option params [String] :environment_name
1974
1974
  # The environment name that's associated with each listed environment
@@ -2406,7 +2406,7 @@ module Aws::Proton
2406
2406
  end
2407
2407
 
2408
2408
  # List tags for a resource. For more information, see *AWS Proton
2409
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
2409
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
2410
2410
  # [AWS Proton User Guide][2].
2411
2411
  #
2412
2412
  #
@@ -2423,7 +2423,7 @@ module Aws::Proton
2423
2423
  # requested.
2424
2424
  #
2425
2425
  # @option params [required, String] :resource_arn
2426
- # The ARN of the resource for the listed tags.
2426
+ # The Amazon Resource Name (ARN) of the resource for the listed tags.
2427
2427
  #
2428
2428
  # @return [Types::ListTagsForResourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2429
2429
  #
@@ -2468,7 +2468,7 @@ module Aws::Proton
2468
2468
  #
2469
2469
  # For more information, see [Environment account
2470
2470
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
2471
- # in the *AWS Proton Administration guide*.
2471
+ # in the *AWS Proton Administrator guide*.
2472
2472
  #
2473
2473
  # @option params [required, String] :id
2474
2474
  # The ID of the environment account connection to reject.
@@ -2505,7 +2505,7 @@ module Aws::Proton
2505
2505
  end
2506
2506
 
2507
2507
  # Tag a resource. For more information, see *AWS Proton resources and
2508
- # tagging* in the [AWS Proton Administration Guide][1] or [AWS Proton
2508
+ # tagging* in the [AWS Proton Administrator Guide][1] or [AWS Proton
2509
2509
  # User Guide][2].
2510
2510
  #
2511
2511
  #
@@ -2544,7 +2544,7 @@ module Aws::Proton
2544
2544
  end
2545
2545
 
2546
2546
  # Remove a tag from a resource. For more information, see *AWS Proton
2547
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
2547
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
2548
2548
  # [AWS Proton User Guide][2].
2549
2549
  #
2550
2550
  #
@@ -2615,7 +2615,7 @@ module Aws::Proton
2615
2615
  #
2616
2616
  # You can only update to a new environment account connection if it was
2617
2617
  # created in the same environment account that the current environment
2618
- # account connection was created in and associated with the current
2618
+ # account connection was created in and is associated with the current
2619
2619
  # environment.
2620
2620
  #
2621
2621
  # If the environment *isn't* associated with an environment account
@@ -2711,15 +2711,15 @@ module Aws::Proton
2711
2711
  #
2712
2712
  # You can only update to a new environment account connection if it was
2713
2713
  # created in the same environment account that the current environment
2714
- # account connection was created in and associated with the current
2714
+ # account connection was created in and is associated with the current
2715
2715
  # environment.
2716
2716
  #
2717
2717
  # @option params [required, String] :name
2718
2718
  # The name of the environment to update.
2719
2719
  #
2720
2720
  # @option params [String] :proton_service_role_arn
2721
- # The ARN of the AWS Proton service role that allows AWS Proton to make
2722
- # API calls to other services your behalf.
2721
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
2722
+ # allows AWS Proton to make API calls to other services your behalf.
2723
2723
  #
2724
2724
  # @option params [String] :spec
2725
2725
  # The formatted specification that defines the update.
@@ -2780,7 +2780,7 @@ module Aws::Proton
2780
2780
  #
2781
2781
  # For more information, see [Environment account
2782
2782
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
2783
- # in the *AWS Proton Administration guide*.
2783
+ # in the *AWS Proton Administrator guide*.
2784
2784
  #
2785
2785
  # @option params [required, String] :id
2786
2786
  # The ID of the environment account connection to update.
@@ -2945,7 +2945,7 @@ module Aws::Proton
2945
2945
  # to remain. Omit the existing service instances to delete from the
2946
2946
  # list. *Don't* include edits to the existing service instances or
2947
2947
  # pipeline. For more information, see *Edit a service* in the [AWS
2948
- # Proton Administration Guide][1] or the [AWS Proton User Guide][2].
2948
+ # Proton Administrator Guide][1] or the [AWS Proton User Guide][2].
2949
2949
  #
2950
2950
  #
2951
2951
  #
@@ -3392,7 +3392,7 @@ module Aws::Proton
3392
3392
  params: params,
3393
3393
  config: config)
3394
3394
  context[:gem_name] = 'aws-sdk-proton'
3395
- context[:gem_version] = '1.1.0'
3395
+ context[:gem_version] = '1.2.0'
3396
3396
  Seahorse::Client::Request.new(handlers, context)
3397
3397
  end
3398
3398
 
@@ -326,7 +326,7 @@ module Aws::Proton
326
326
  # `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
327
327
  # and value. For more information, see [Environment account
328
328
  # connections](proton/latest/adminguide/ag-env-account-connections.html)
329
- # in the *AWS Proton Administration guide*.
329
+ # in the *AWS Proton Administrator guide*.
330
330
  # @return [String]
331
331
  #
332
332
  # @!attribute [rw] name
@@ -343,17 +343,17 @@ module Aws::Proton
343
343
  # @!attribute [rw] spec
344
344
  # A link to a YAML formatted spec file that provides inputs as defined
345
345
  # in the environment template bundle schema file. For more
346
- # information, see [Environments][1] in the *AWS Proton Administration
346
+ # information, see [Environments][1] in the *AWS Proton Administrator
347
347
  # Guide*.
348
348
  #
349
349
  #
350
350
  #
351
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-managing-environments.html
351
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
352
352
  # @return [String]
353
353
  #
354
354
  # @!attribute [rw] tags
355
355
  # Create tags for your environment. For more information, see *AWS
356
- # Proton resources and tagging* in the [AWS Proton Administration
356
+ # Proton resources and tagging* in the [AWS Proton Administrator
357
357
  # Guide][1] or [AWS Proton User Guide][2].
358
358
  #
359
359
  #
@@ -372,11 +372,11 @@ module Aws::Proton
372
372
  #
373
373
  # @!attribute [rw] template_name
374
374
  # The name of the environment template. For more information, see
375
- # [Environment Templates][1] in the *AWS Proton Administration Guide*.
375
+ # [Environment Templates][1] in the *AWS Proton Administrator Guide*.
376
376
  #
377
377
  #
378
378
  #
379
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-templates.html
379
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
380
380
  # @return [String]
381
381
  #
382
382
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateEnvironmentInput AWS API Documentation
@@ -449,7 +449,7 @@ module Aws::Proton
449
449
  #
450
450
  # @!attribute [rw] tags
451
451
  # Create tags for your environment template. For more information, see
452
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
452
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
453
453
  # Guide][1] or [AWS Proton User Guide][2].
454
454
  #
455
455
  #
@@ -523,7 +523,7 @@ module Aws::Proton
523
523
  # `majorVersion`.
524
524
  #
525
525
  # To create a new major and minor version of the environment template,
526
- # exclude `majorVersion`.
526
+ # *exclude* `majorVersion`.
527
527
  # @return [String]
528
528
  #
529
529
  # @!attribute [rw] source
@@ -600,16 +600,16 @@ module Aws::Proton
600
600
  # @return [String]
601
601
  #
602
602
  # @!attribute [rw] repository_connection_arn
603
- # The ARN of the repository connection. For more information, see [Set
604
- # up repository connection][1] in the *AWS Proton Administration
605
- # Guide* and [Getting started][2] in the *AWS Proton User Guide*.
606
- # *Don't* include this parameter if your service template *doesn't*
607
- # include a service pipeline.
603
+ # The Amazon Resource Name (ARN) of the repository connection. For
604
+ # more information, see [Set up repository connection][1] in the *AWS
605
+ # Proton Administrator Guide* and [Setting up with AWS Proton][2] in
606
+ # the *AWS Proton User Guide*. *Don't* include this parameter if your
607
+ # service template *doesn't* include a service pipeline.
608
608
  #
609
609
  #
610
610
  #
611
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#settingSS-up-vcontrol
612
- # [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-getting-started.html#getting-started-step1
611
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol
612
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
613
613
  # @return [String]
614
614
  #
615
615
  # @!attribute [rw] repository_id
@@ -620,10 +620,10 @@ module Aws::Proton
620
620
  # @!attribute [rw] spec
621
621
  # A link to a spec file that provides inputs as defined in the service
622
622
  # template bundle schema file. The spec file is in YAML format. Don’t
623
- # include pipeline inputs in the spec if your service template doesn’t
624
- # include a service pipeline. For more information, see [Create a
625
- # service][1] in the *AWS Proton Administration Guide* and [Create a
626
- # service][2] in the *AWS Proton User Guide*.
623
+ # include pipeline inputs in the spec if your service template
624
+ # *doesn’t* include a service pipeline. For more information, see
625
+ # [Create a service][1] in the *AWS Proton Administrator Guide* and
626
+ # [Create a service][2] in the *AWS Proton User Guide*.
627
627
  #
628
628
  #
629
629
  #
@@ -633,8 +633,8 @@ module Aws::Proton
633
633
  #
634
634
  # @!attribute [rw] tags
635
635
  # Create tags for your service. For more information, see *AWS Proton
636
- # resources and tagging* in the [AWS Proton Administration Guide][1]
637
- # or [AWS Proton User Guide][2].
636
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
637
+ # [AWS Proton User Guide][2].
638
638
  #
639
639
  #
640
640
  #
@@ -724,16 +724,16 @@ module Aws::Proton
724
724
  # When included, this parameter indicates that an AWS Proton service
725
725
  # pipeline *won't* be included for your service. Once specified, this
726
726
  # parameter *can't* be changed. For more information, see [Service
727
- # template bundles][1] in the *AWS Proton Administration Guide*.
727
+ # template bundles][1] in the *AWS Proton Administrator Guide*.
728
728
  #
729
729
  #
730
730
  #
731
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-template-bundles.html
731
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
732
732
  # @return [String]
733
733
  #
734
734
  # @!attribute [rw] tags
735
735
  # Create tags for your service template. For more information, see
736
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
736
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
737
737
  # Guide][1] or [AWS Proton User Guide][2].
738
738
  #
739
739
  #
@@ -1151,8 +1151,8 @@ module Aws::Proton
1151
1151
  # @return [String]
1152
1152
  #
1153
1153
  # @!attribute [rw] proton_service_role_arn
1154
- # The ARN of the AWS Proton service role that allows AWS Proton to
1155
- # make calls to other services on your behalf.
1154
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
1155
+ # allows AWS Proton to make calls to other services on your behalf.
1156
1156
  # @return [String]
1157
1157
  #
1158
1158
  # @!attribute [rw] provisioning
@@ -1173,7 +1173,7 @@ module Aws::Proton
1173
1173
  # @return [String]
1174
1174
  #
1175
1175
  # @!attribute [rw] template_name
1176
- # The ARN of the environment template.
1176
+ # The Amazon Resource Name (ARN) of the environment template.
1177
1177
  # @return [String]
1178
1178
  #
1179
1179
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/Environment AWS API Documentation
@@ -1362,8 +1362,8 @@ module Aws::Proton
1362
1362
  # @return [String]
1363
1363
  #
1364
1364
  # @!attribute [rw] proton_service_role_arn
1365
- # The ARN of the AWS Proton service role that allows AWS Proton to
1366
- # make calls to other services on your behalf.
1365
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
1366
+ # allows AWS Proton to make calls to other services on your behalf.
1367
1367
  # @return [String]
1368
1368
  #
1369
1369
  # @!attribute [rw] provisioning
@@ -2452,7 +2452,7 @@ module Aws::Proton
2452
2452
  # @return [String]
2453
2453
  #
2454
2454
  # @!attribute [rw] resource_arn
2455
- # The ARN of the resource for the listed tags.
2455
+ # The Amazon Resource Name (ARN) of the resource for the listed tags.
2456
2456
  # @return [String]
2457
2457
  #
2458
2458
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListTagsForResourceInput AWS API Documentation
@@ -2588,14 +2588,15 @@ module Aws::Proton
2588
2588
  # @return [Types::ServicePipeline]
2589
2589
  #
2590
2590
  # @!attribute [rw] repository_connection_arn
2591
- # The ARN of the repository connection. For more information, see [Set
2592
- # up a repository connection][1] in the *AWS Proton Administration
2593
- # Guide* and [Getting started][2] in the *AWS Proton User Guide*.
2591
+ # The Amazon Resource Name (ARN) of the repository connection. For
2592
+ # more information, see [Set up a repository connection][1] in the
2593
+ # *AWS Proton Administrator Guide* and [Setting up with AWS Proton][2]
2594
+ # in the *AWS Proton User Guide*.
2594
2595
  #
2595
2596
  #
2596
2597
  #
2597
2598
  # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol
2598
- # [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-getting-started.html#getting-started-step1
2599
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
2599
2600
  # @return [String]
2600
2601
  #
2601
2602
  # @!attribute [rw] repository_id
@@ -2851,7 +2852,7 @@ module Aws::Proton
2851
2852
  end
2852
2853
 
2853
2854
  # A quota was exceeded. For more information, see [AWS Proton Quotas][1]
2854
- # in the *AWS Proton Administration Guide*.
2855
+ # in the *AWS Proton Administrator Guide*.
2855
2856
  #
2856
2857
  #
2857
2858
  #
@@ -3422,7 +3423,7 @@ module Aws::Proton
3422
3423
  #
3423
3424
  # You can only update to a new environment account connection if it
3424
3425
  # was created in the same environment account that the current
3425
- # environment account connection was created in and associated with
3426
+ # environment account connection was created in and is associated with
3426
3427
  # the current environment.
3427
3428
  # @return [String]
3428
3429
  #
@@ -3431,8 +3432,8 @@ module Aws::Proton
3431
3432
  # @return [String]
3432
3433
  #
3433
3434
  # @!attribute [rw] proton_service_role_arn
3434
- # The ARN of the AWS Proton service role that allows AWS Proton to
3435
- # make API calls to other services your behalf.
3435
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
3436
+ # allows AWS Proton to make API calls to other services your behalf.
3436
3437
  # @return [String]
3437
3438
  #
3438
3439
  # @!attribute [rw] spec
@@ -3598,7 +3599,7 @@ module Aws::Proton
3598
3599
  # instances to remain. Omit the existing service instances to delete
3599
3600
  # from the list. *Don't* include edits to the existing service
3600
3601
  # instances or pipeline. For more information, see *Edit a service* in
3601
- # the [AWS Proton Administration Guide][1] or the [AWS Proton User
3602
+ # the [AWS Proton Administrator Guide][1] or the [AWS Proton User
3602
3603
  # Guide][2].
3603
3604
  #
3604
3605
  #
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.1.0
4
+ version: 1.2.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-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core