aws-sdk-proton 1.1.0 → 1.5.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: 74aa5afb9c8569e90b900a049ba377cba55999b4c851bbab79b3983f57e7f0b0
4
- data.tar.gz: 95004813b6014ce85aa9809e0c537e47f739ac8a484c93de24359c744c780af4
3
+ metadata.gz: 9e3b7480ab143a71ad439d6471d5cd2648c476cb006466b3da6d93573eaccc1a
4
+ data.tar.gz: 466524010b3d66145e70e06ce856fe0f7ca0fccc62895fe2068fa487e907bb21
5
5
  SHA512:
6
- metadata.gz: 5d20167348156a29b01535fb836099e895e11fc136cfac0687f504a8461888c9573d903f880028a5349bd9295f6a580394c6d3d8368a56de0c6a9061ca8c7521
7
- data.tar.gz: 90e25b4eb9da531285e978f4f6a76d36b5f6e6ddd30d0461b776b515a832754f1df220bfba0ee1bb1c2d2c68a181cc317d65ab748df536144ba594a9e365302d
6
+ metadata.gz: e9646552560562d8a467060d0af919ee53fc4766f8b50facd348c2e8aadc117e820eb25ef6ffd5bdbcf719cd2261bb13c36eb403f8979decc45713dd217a5bec
7
+ data.tar.gz: 3d342da1ebe23eb016fdb2cef01579a763c62840368c0ab739690aa9d90d54e788b4a1583cb90654178971be3d09ea8f829abfda37eabfc5c7fc7d0a5e1e0d1e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.4.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.3.0 (2021-07-26)
15
+ ------------------
16
+
17
+ * Feature - Documentation-only update links
18
+
19
+ 1.2.0 (2021-07-21)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for AWS Proton
23
+
4
24
  1.1.0 (2021-06-25)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.5.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.5.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 Administration 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.
@@ -382,7 +385,7 @@ module Aws::Proton
382
385
 
383
386
  # Attempts to cancel an environment deployment on an UpdateEnvironment
384
387
  # action, if the deployment is `IN_PROGRESS`. For more information, see
385
- # [Update an environment][1] in the *AWS Proton Administration guide*.
388
+ # [Update an environment][1] in the *AWS Proton Administrator guide*.
386
389
  #
387
390
  # The following list includes potential cancellation scenarios.
388
391
  #
@@ -444,7 +447,7 @@ module Aws::Proton
444
447
  # Attempts to cancel a service instance deployment on an
445
448
  # UpdateServiceInstance action, if the deployment is `IN_PROGRESS`. For
446
449
  # more information, see *Update a service instance* in the [AWS Proton
447
- # Administration guide][1] or the [AWS Proton User guide][2].
450
+ # Administrator guide][1] or the [AWS Proton User guide][2].
448
451
  #
449
452
  # The following list includes potential cancellation scenarios.
450
453
  #
@@ -509,7 +512,7 @@ module Aws::Proton
509
512
  # Attempts to cancel a service pipeline deployment on an
510
513
  # UpdateServicePipeline action, if the deployment is `IN_PROGRESS`. For
511
514
  # more information, see *Update a service pipeline* in the [AWS Proton
512
- # Administration guide][1] or the [AWS Proton User guide][2].
515
+ # Administrator guide][1] or the [AWS Proton User guide][2].
513
516
  #
514
517
  # The following list includes potential cancellation scenarios.
515
518
  #
@@ -567,7 +570,7 @@ module Aws::Proton
567
570
  # Deploy a new environment. An AWS Proton environment is created from an
568
571
  # environment template that defines infrastructure and resources that
569
572
  # can be shared across services. For more information, see the
570
- # [Environments][1] in the *AWS Proton Administration Guide.*
573
+ # [Environments][1] in the *AWS Proton Administrator Guide.*
571
574
  #
572
575
  #
573
576
  #
@@ -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 Administration 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.
@@ -597,15 +603,15 @@ module Aws::Proton
597
603
  # @option params [required, String] :spec
598
604
  # A link to a YAML formatted spec file that provides inputs as defined
599
605
  # in the environment template bundle schema file. For more information,
600
- # see [Environments][1] in the *AWS Proton Administration Guide*.
606
+ # see [Environments][1] in the *AWS Proton Administrator Guide*.
601
607
  #
602
608
  #
603
609
  #
604
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-managing-environments.html
610
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
605
611
  #
606
612
  # @option params [Array<Types::Tag>] :tags
607
613
  # Create tags for your environment. For more information, see *AWS
608
- # Proton resources and tagging* in the [AWS Proton Administration
614
+ # Proton resources and tagging* in the [AWS Proton Administrator
609
615
  # Guide][1] or [AWS Proton User Guide][2].
610
616
  #
611
617
  #
@@ -621,11 +627,11 @@ module Aws::Proton
621
627
  #
622
628
  # @option params [required, String] :template_name
623
629
  # The name of the environment template. For more information, see
624
- # [Environment Templates][1] in the *AWS Proton Administration Guide*.
630
+ # [Environment Templates][1] in the *AWS Proton Administrator Guide*.
625
631
  #
626
632
  #
627
633
  #
628
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-templates.html
634
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
629
635
  #
630
636
  # @return [Types::CreateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
631
637
  #
@@ -680,14 +686,17 @@ module Aws::Proton
680
686
 
681
687
  # Create an environment account connection in an environment account so
682
688
  # that environment infrastructure resources can be provisioned in the
683
- # environment account from the management account.
689
+ # environment account from a management account.
684
690
  #
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 Administration 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
@@ -749,7 +758,7 @@ module Aws::Proton
749
758
  end
750
759
 
751
760
  # Create an environment template for AWS Proton. For more information,
752
- # see [Environment Templates][1] in the *AWS Proton Administration
761
+ # see [Environment Templates][1] in the *AWS Proton Administrator
753
762
  # Guide*.
754
763
  #
755
764
  # You can create an environment template in one of the two following
@@ -766,12 +775,12 @@ module Aws::Proton
766
775
  # provisioned and managed infrastructure, include the `provisioning`
767
776
  # parameter and set the value to `CUSTOMER_MANAGED`. For more
768
777
  # information, see [Register and publish an environment template][2]
769
- # in the *AWS Proton Administration Guide*.
778
+ # in the *AWS Proton Administrator Guide*.
770
779
  #
771
780
  #
772
781
  #
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
782
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
783
+ # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/template-create.html
775
784
  #
776
785
  # @option params [String] :description
777
786
  # A description of the environment template.
@@ -792,7 +801,7 @@ module Aws::Proton
792
801
  #
793
802
  # @option params [Array<Types::Tag>] :tags
794
803
  # Create tags for your environment template. For more information, see
795
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
804
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
796
805
  # Guide][1] or [AWS Proton User Guide][2].
797
806
  #
798
807
  #
@@ -862,7 +871,7 @@ module Aws::Proton
862
871
  # `majorVersion`.
863
872
  #
864
873
  # To create a new major and minor version of the environment template,
865
- # exclude `majorVersion`.
874
+ # *exclude* `majorVersion`.
866
875
  #
867
876
  # @option params [required, Types::TemplateVersionSourceInput] :source
868
877
  # An object that includes the template bundle S3 bucket path and name
@@ -925,7 +934,7 @@ module Aws::Proton
925
934
  # Create an AWS Proton service. An AWS Proton service is an
926
935
  # instantiation of a service template and often includes several service
927
936
  # instances and pipeline. For more information, see [Services][1] in the
928
- # *AWS Proton Administration Guide* and [Services][2] in the *AWS Proton
937
+ # *AWS Proton Administrator Guide* and [Services][2] in the *AWS Proton
929
938
  # User Guide*.
930
939
  #
931
940
  #
@@ -945,16 +954,16 @@ module Aws::Proton
945
954
  # The service name.
946
955
  #
947
956
  # @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.
957
+ # The Amazon Resource Name (ARN) of the repository connection. For more
958
+ # information, see [Set up repository connection][1] in the *AWS Proton
959
+ # Administrator Guide* and [Setting up with AWS Proton][2] in the *AWS
960
+ # Proton User Guide*. *Don't* include this parameter if your service
961
+ # template *doesn't* include a service pipeline.
953
962
  #
954
963
  #
955
964
  #
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
965
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol
966
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
958
967
  #
959
968
  # @option params [String] :repository_id
960
969
  # The ID of the code repository. *Don't* include this parameter if your
@@ -963,9 +972,9 @@ module Aws::Proton
963
972
  # @option params [required, String] :spec
964
973
  # A link to a spec file that provides inputs as defined in the service
965
974
  # 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
975
+ # include pipeline inputs in the spec if your service template *doesn’t*
967
976
  # include a service pipeline. For more information, see [Create a
968
- # service][1] in the *AWS Proton Administration Guide* and [Create a
977
+ # service][1] in the *AWS Proton Administrator Guide* and [Create a
969
978
  # service][2] in the *AWS Proton User Guide*.
970
979
  #
971
980
  #
@@ -975,7 +984,7 @@ module Aws::Proton
975
984
  #
976
985
  # @option params [Array<Types::Tag>] :tags
977
986
  # Create tags for your service. For more information, see *AWS Proton
978
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
987
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
979
988
  # [AWS Proton User Guide][2].
980
989
  #
981
990
  #
@@ -1059,7 +1068,7 @@ module Aws::Proton
1059
1068
  # pipeline definition, they provide a link to their source code
1060
1069
  # repository. AWS Proton then deploys and manages the infrastructure
1061
1070
  # defined by the selected service template. For more information, see
1062
- # [Service Templates][1] in the *AWS Proton Administration Guide*.
1071
+ # [Service Templates][1] in the *AWS Proton Administrator Guide*.
1063
1072
  #
1064
1073
  #
1065
1074
  #
@@ -1083,15 +1092,15 @@ module Aws::Proton
1083
1092
  # When included, this parameter indicates that an AWS Proton service
1084
1093
  # pipeline *won't* be included for your service. Once specified, this
1085
1094
  # parameter *can't* be changed. For more information, see [Service
1086
- # template bundles][1] in the *AWS Proton Administration Guide*.
1095
+ # template bundles][1] in the *AWS Proton Administrator Guide*.
1087
1096
  #
1088
1097
  #
1089
1098
  #
1090
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-template-bundles.html
1099
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
1091
1100
  #
1092
1101
  # @option params [Array<Types::Tag>] :tags
1093
1102
  # Create tags for your service template. For more information, see *AWS
1094
- # Proton resources and tagging* in the [AWS Proton Administration
1103
+ # Proton resources and tagging* in the [AWS Proton Administrator
1095
1104
  # Guide][1] or [AWS Proton User Guide][2].
1096
1105
  #
1097
1106
  #
@@ -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 Administration 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 Administration 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 Administration 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
@@ -2406,7 +2424,7 @@ module Aws::Proton
2406
2424
  end
2407
2425
 
2408
2426
  # List tags for a resource. For more information, see *AWS Proton
2409
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
2427
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
2410
2428
  # [AWS Proton User Guide][2].
2411
2429
  #
2412
2430
  #
@@ -2423,7 +2441,7 @@ module Aws::Proton
2423
2441
  # requested.
2424
2442
  #
2425
2443
  # @option params [required, String] :resource_arn
2426
- # The ARN of the resource for the listed tags.
2444
+ # The Amazon Resource Name (ARN) of the resource for the listed tags.
2427
2445
  #
2428
2446
  # @return [Types::ListTagsForResourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2429
2447
  #
@@ -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 Administration 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.
@@ -2505,7 +2526,7 @@ module Aws::Proton
2505
2526
  end
2506
2527
 
2507
2528
  # Tag a resource. For more information, see *AWS Proton resources and
2508
- # tagging* in the [AWS Proton Administration Guide][1] or [AWS Proton
2529
+ # tagging* in the [AWS Proton Administrator Guide][1] or [AWS Proton
2509
2530
  # User Guide][2].
2510
2531
  #
2511
2532
  #
@@ -2544,7 +2565,7 @@ module Aws::Proton
2544
2565
  end
2545
2566
 
2546
2567
  # Remove a tag from a resource. For more information, see *AWS Proton
2547
- # resources and tagging* in the [AWS Proton Administration Guide][1] or
2568
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
2548
2569
  # [AWS Proton User Guide][2].
2549
2570
  #
2550
2571
  #
@@ -2615,7 +2636,7 @@ module Aws::Proton
2615
2636
  #
2616
2637
  # You can only update to a new environment account connection if it was
2617
2638
  # created in the same environment account that the current environment
2618
- # account connection was created in and associated with the current
2639
+ # account connection was created in and is associated with the current
2619
2640
  # environment.
2620
2641
  #
2621
2642
  # If the environment *isn't* associated with an environment account
@@ -2711,15 +2732,15 @@ module Aws::Proton
2711
2732
  #
2712
2733
  # You can only update to a new environment account connection if it was
2713
2734
  # created in the same environment account that the current environment
2714
- # account connection was created in and associated with the current
2735
+ # account connection was created in and is associated with the current
2715
2736
  # environment.
2716
2737
  #
2717
2738
  # @option params [required, String] :name
2718
2739
  # The name of the environment to update.
2719
2740
  #
2720
2741
  # @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.
2742
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
2743
+ # allows AWS Proton to make API calls to other services your behalf.
2723
2744
  #
2724
2745
  # @option params [String] :spec
2725
2746
  # The formatted specification that defines the update.
@@ -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 Administration 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.
@@ -2945,7 +2969,7 @@ module Aws::Proton
2945
2969
  # to remain. Omit the existing service instances to delete from the
2946
2970
  # list. *Don't* include edits to the existing service instances or
2947
2971
  # pipeline. For more information, see *Edit a service* in the [AWS
2948
- # Proton Administration Guide][1] or the [AWS Proton User Guide][2].
2972
+ # Proton Administrator Guide][1] or the [AWS Proton User Guide][2].
2949
2973
  #
2950
2974
  #
2951
2975
  #
@@ -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.1.0'
3419
+ context[:gem_version] = '1.5.0'
3396
3420
  Seahorse::Client::Request.new(handlers, context)
3397
3421
  end
3398
3422
 
@@ -167,7 +167,7 @@ module Aws::Proton
167
167
  TagValue = Shapes::StringShape.new(name: 'TagValue')
168
168
  TemplateSchema = Shapes::StringShape.new(name: 'TemplateSchema')
169
169
  TemplateVersionPart = Shapes::StringShape.new(name: 'TemplateVersionPart')
170
- TemplateVersionSourceInput = Shapes::StructureShape.new(name: 'TemplateVersionSourceInput')
170
+ TemplateVersionSourceInput = Shapes::UnionShape.new(name: 'TemplateVersionSourceInput')
171
171
  TemplateVersionStatus = Shapes::StringShape.new(name: 'TemplateVersionStatus')
172
172
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
173
173
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
@@ -784,6 +784,9 @@ module Aws::Proton
784
784
  TagResourceOutput.struct_class = Types::TagResourceOutput
785
785
 
786
786
  TemplateVersionSourceInput.add_member(:s3, Shapes::ShapeRef.new(shape: S3ObjectSource, location_name: "s3"))
787
+ TemplateVersionSourceInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
788
+ TemplateVersionSourceInput.add_member_subclass(:s3, Types::TemplateVersionSourceInput::S3)
789
+ TemplateVersionSourceInput.add_member_subclass(:unknown, Types::TemplateVersionSourceInput::Unknown)
787
790
  TemplateVersionSourceInput.struct_class = Types::TemplateVersionSourceInput
788
791
 
789
792
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
@@ -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 Administration 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
@@ -343,17 +346,17 @@ module Aws::Proton
343
346
  # @!attribute [rw] spec
344
347
  # A link to a YAML formatted spec file that provides inputs as defined
345
348
  # in the environment template bundle schema file. For more
346
- # information, see [Environments][1] in the *AWS Proton Administration
349
+ # information, see [Environments][1] in the *AWS Proton Administrator
347
350
  # Guide*.
348
351
  #
349
352
  #
350
353
  #
351
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-managing-environments.html
354
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
352
355
  # @return [String]
353
356
  #
354
357
  # @!attribute [rw] tags
355
358
  # Create tags for your environment. For more information, see *AWS
356
- # Proton resources and tagging* in the [AWS Proton Administration
359
+ # Proton resources and tagging* in the [AWS Proton Administrator
357
360
  # Guide][1] or [AWS Proton User Guide][2].
358
361
  #
359
362
  #
@@ -372,11 +375,11 @@ module Aws::Proton
372
375
  #
373
376
  # @!attribute [rw] template_name
374
377
  # The name of the environment template. For more information, see
375
- # [Environment Templates][1] in the *AWS Proton Administration Guide*.
378
+ # [Environment Templates][1] in the *AWS Proton Administrator Guide*.
376
379
  #
377
380
  #
378
381
  #
379
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-templates.html
382
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html
380
383
  # @return [String]
381
384
  #
382
385
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateEnvironmentInput AWS API Documentation
@@ -449,7 +452,7 @@ module Aws::Proton
449
452
  #
450
453
  # @!attribute [rw] tags
451
454
  # Create tags for your environment template. For more information, see
452
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
455
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
453
456
  # Guide][1] or [AWS Proton User Guide][2].
454
457
  #
455
458
  #
@@ -523,7 +526,7 @@ module Aws::Proton
523
526
  # `majorVersion`.
524
527
  #
525
528
  # To create a new major and minor version of the environment template,
526
- # exclude `majorVersion`.
529
+ # *exclude* `majorVersion`.
527
530
  # @return [String]
528
531
  #
529
532
  # @!attribute [rw] source
@@ -600,16 +603,16 @@ module Aws::Proton
600
603
  # @return [String]
601
604
  #
602
605
  # @!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.
606
+ # The Amazon Resource Name (ARN) of the repository connection. For
607
+ # more information, see [Set up repository connection][1] in the *AWS
608
+ # Proton Administrator Guide* and [Setting up with AWS Proton][2] in
609
+ # the *AWS Proton User Guide*. *Don't* include this parameter if your
610
+ # service template *doesn't* include a service pipeline.
608
611
  #
609
612
  #
610
613
  #
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
614
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol
615
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
613
616
  # @return [String]
614
617
  #
615
618
  # @!attribute [rw] repository_id
@@ -620,10 +623,10 @@ module Aws::Proton
620
623
  # @!attribute [rw] spec
621
624
  # A link to a spec file that provides inputs as defined in the service
622
625
  # 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*.
626
+ # include pipeline inputs in the spec if your service template
627
+ # *doesn’t* include a service pipeline. For more information, see
628
+ # [Create a service][1] in the *AWS Proton Administrator Guide* and
629
+ # [Create a service][2] in the *AWS Proton User Guide*.
627
630
  #
628
631
  #
629
632
  #
@@ -633,8 +636,8 @@ module Aws::Proton
633
636
  #
634
637
  # @!attribute [rw] tags
635
638
  # 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].
639
+ # resources and tagging* in the [AWS Proton Administrator Guide][1] or
640
+ # [AWS Proton User Guide][2].
638
641
  #
639
642
  #
640
643
  #
@@ -724,16 +727,16 @@ module Aws::Proton
724
727
  # When included, this parameter indicates that an AWS Proton service
725
728
  # pipeline *won't* be included for your service. Once specified, this
726
729
  # parameter *can't* be changed. For more information, see [Service
727
- # template bundles][1] in the *AWS Proton Administration Guide*.
730
+ # template bundles][1] in the *AWS Proton Administrator Guide*.
728
731
  #
729
732
  #
730
733
  #
731
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-template-bundles.html
734
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
732
735
  # @return [String]
733
736
  #
734
737
  # @!attribute [rw] tags
735
738
  # Create tags for your service template. For more information, see
736
- # *AWS Proton resources and tagging* in the [AWS Proton Administration
739
+ # *AWS Proton resources and tagging* in the [AWS Proton Administrator
737
740
  # Guide][1] or [AWS Proton User Guide][2].
738
741
  #
739
742
  #
@@ -1151,8 +1154,8 @@ module Aws::Proton
1151
1154
  # @return [String]
1152
1155
  #
1153
1156
  # @!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.
1157
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
1158
+ # allows AWS Proton to make calls to other services on your behalf.
1156
1159
  # @return [String]
1157
1160
  #
1158
1161
  # @!attribute [rw] provisioning
@@ -1173,7 +1176,7 @@ module Aws::Proton
1173
1176
  # @return [String]
1174
1177
  #
1175
1178
  # @!attribute [rw] template_name
1176
- # The ARN of the environment template.
1179
+ # The Amazon Resource Name (ARN) of the environment template.
1177
1180
  # @return [String]
1178
1181
  #
1179
1182
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/Environment AWS API Documentation
@@ -1362,8 +1365,8 @@ module Aws::Proton
1362
1365
  # @return [String]
1363
1366
  #
1364
1367
  # @!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.
1368
+ # The Amazon Resource Name (ARN) of the AWS Proton service role that
1369
+ # allows AWS Proton to make calls to other services on your behalf.
1367
1370
  # @return [String]
1368
1371
  #
1369
1372
  # @!attribute [rw] provisioning
@@ -2452,7 +2455,7 @@ module Aws::Proton
2452
2455
  # @return [String]
2453
2456
  #
2454
2457
  # @!attribute [rw] resource_arn
2455
- # The ARN of the resource for the listed tags.
2458
+ # The Amazon Resource Name (ARN) of the resource for the listed tags.
2456
2459
  # @return [String]
2457
2460
  #
2458
2461
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListTagsForResourceInput AWS API Documentation
@@ -2588,14 +2591,15 @@ module Aws::Proton
2588
2591
  # @return [Types::ServicePipeline]
2589
2592
  #
2590
2593
  # @!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*.
2594
+ # The Amazon Resource Name (ARN) of the repository connection. For
2595
+ # more information, see [Set up a repository connection][1] in the
2596
+ # *AWS Proton Administrator Guide* and [Setting up with AWS Proton][2]
2597
+ # in the *AWS Proton User Guide*.
2594
2598
  #
2595
2599
  #
2596
2600
  #
2597
2601
  # [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
2602
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
2599
2603
  # @return [String]
2600
2604
  #
2601
2605
  # @!attribute [rw] repository_id
@@ -2851,7 +2855,7 @@ module Aws::Proton
2851
2855
  end
2852
2856
 
2853
2857
  # A quota was exceeded. For more information, see [AWS Proton Quotas][1]
2854
- # in the *AWS Proton Administration Guide*.
2858
+ # in the *AWS Proton Administrator Guide*.
2855
2859
  #
2856
2860
  #
2857
2861
  #
@@ -3220,15 +3224,7 @@ module Aws::Proton
3220
3224
 
3221
3225
  # Template version source data.
3222
3226
  #
3223
- # @note When making an API call, you may pass TemplateVersionSourceInput
3224
- # data as a hash:
3225
- #
3226
- # {
3227
- # s3: {
3228
- # bucket: "S3Bucket", # required
3229
- # key: "S3Key", # required
3230
- # },
3231
- # }
3227
+ # @note TemplateVersionSourceInput is a union - when making an API calls you must set exactly one of the members.
3232
3228
  #
3233
3229
  # @!attribute [rw] s3
3234
3230
  # An S3 source object that includes the template bundle S3 path and
@@ -3238,9 +3234,14 @@ module Aws::Proton
3238
3234
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/TemplateVersionSourceInput AWS API Documentation
3239
3235
  #
3240
3236
  class TemplateVersionSourceInput < Struct.new(
3241
- :s3)
3237
+ :s3,
3238
+ :unknown)
3242
3239
  SENSITIVE = []
3243
3240
  include Aws::Structure
3241
+ include Aws::Structure::Union
3242
+
3243
+ class S3 < TemplateVersionSourceInput; end
3244
+ class Unknown < TemplateVersionSourceInput; end
3244
3245
  end
3245
3246
 
3246
3247
  # The request was denied due to request throttling.
@@ -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.5.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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement