aws-sdk-proton 1.12.0 → 1.15.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.
@@ -54,23 +54,21 @@ module Aws::Proton
54
54
  include Aws::Structure
55
55
  end
56
56
 
57
- # The Proton pipeline service role and repository data.
57
+ # The Proton pipeline service role and repository data shared across the
58
+ # Amazon Web Services account.
58
59
  #
59
60
  # @!attribute [rw] pipeline_provisioning_repository
60
- # The repository that you provide with pull request provisioning.
61
- #
62
- # Provisioning by pull request is currently in feature preview and is
63
- # only usable with Terraform based Proton Templates. To learn more
64
- # about [Amazon Web Services Feature Preview terms][1], see section 2
65
- # on Beta and Previews.
66
- #
67
- #
68
- #
69
- # [1]: https://aws.amazon.com/service-terms
61
+ # The repository configured in the Amazon Web Services account for
62
+ # pipeline provisioning. Required it if you have environments
63
+ # configured for self-managed provisioning with services that include
64
+ # pipelines.
70
65
  # @return [Types::RepositoryBranch]
71
66
  #
72
67
  # @!attribute [rw] pipeline_service_role_arn
73
- # The Amazon Resource Name (ARN) of the Proton pipeline service role.
68
+ # The Amazon Resource Name (ARN) of the service role you want to use
69
+ # for provisioning pipelines. Assumed by Proton for Amazon Web
70
+ # Services-managed provisioning, and by customer-owned automation for
71
+ # self-managed provisioning.
74
72
  # @return [String]
75
73
  #
76
74
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/AccountSettings AWS API Documentation
@@ -275,7 +273,7 @@ module Aws::Proton
275
273
  #
276
274
  # @!attribute [rw] management_account_id
277
275
  # The ID of the management account that accepts or rejects the
278
- # environment account connection. You create an manage the Proton
276
+ # environment account connection. You create and manage the Proton
279
277
  # environment in this account. If the management account accepts the
280
278
  # environment account connection, Proton can use the associated IAM
281
279
  # role to provision environment infrastructure resources in the
@@ -290,9 +288,11 @@ module Aws::Proton
290
288
  # @return [String]
291
289
  #
292
290
  # @!attribute [rw] tags
293
- # Tags for your environment account connection. For more information,
294
- # see [Proton resources and tagging][1] in the *Proton Administrator
295
- # Guide*.
291
+ # An optional list of metadata items that you can associate with the
292
+ # Proton environment account connection. A tag is a key-value pair.
293
+ #
294
+ # For more information, see [Proton resources and tagging][1] in the
295
+ # *Proton Administrator Guide*.
296
296
  #
297
297
  #
298
298
  #
@@ -356,12 +356,14 @@ module Aws::Proton
356
356
  # @!attribute [rw] environment_account_connection_id
357
357
  # The ID of the environment account connection that you provide if
358
358
  # you're provisioning your environment infrastructure resources to an
359
- # environment account. You must include either the
360
- # `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
361
- # and value and omit the `provisioningRepository` parameter and
362
- # values. For more information, see [Environment account
359
+ # environment account. For more information, see [Environment account
363
360
  # connections][1] in the *Proton Administrator guide*.
364
361
  #
362
+ # To use Amazon Web Services-managed provisioning for the environment,
363
+ # specify either the `environmentAccountConnectionId` or
364
+ # `protonServiceRoleArn` parameter and omit the
365
+ # `provisioningRepository` parameter.
366
+ #
365
367
  #
366
368
  #
367
369
  # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html
@@ -373,34 +375,27 @@ module Aws::Proton
373
375
  #
374
376
  # @!attribute [rw] proton_service_role_arn
375
377
  # The Amazon Resource Name (ARN) of the Proton service role that
376
- # allows Proton to make calls to other services on your behalf. You
377
- # must include either the `environmentAccountConnectionId` or
378
- # `protonServiceRoleArn` parameter and value and omit the
379
- # `provisioningRepository` parameter when you use standard
380
- # provisioning.
378
+ # allows Proton to make calls to other services on your behalf.
379
+ #
380
+ # To use Amazon Web Services-managed provisioning for the environment,
381
+ # specify either the `environmentAccountConnectionId` or
382
+ # `protonServiceRoleArn` parameter and omit the
383
+ # `provisioningRepository` parameter.
381
384
  # @return [String]
382
385
  #
383
386
  # @!attribute [rw] provisioning_repository
384
- # The repository that you provide with pull request provisioning. If
385
- # you provide this parameter, you must omit the
386
- # `environmentAccountConnectionId` and `protonServiceRoleArn`
387
- # parameters.
388
- #
389
- # Provisioning by pull request is currently in feature preview and is
390
- # only usable with Terraform based Proton Templates. To learn more
391
- # about [Amazon Web Services Feature Preview terms][1], see section 2
392
- # on Beta and Previews.
387
+ # The infrastructure repository that you use to host your rendered
388
+ # infrastructure templates for self-managed provisioning.
393
389
  #
394
- #
395
- #
396
- # [1]: https://aws.amazon.com/service-terms
390
+ # To use self-managed provisioning for the environment, specify this
391
+ # parameter and omit the `environmentAccountConnectionId` and
392
+ # `protonServiceRoleArn` parameters.
397
393
  # @return [Types::RepositoryBranchInput]
398
394
  #
399
395
  # @!attribute [rw] spec
400
- # A link to a YAML formatted spec file that provides inputs as defined
401
- # in the environment template bundle schema file. For more
402
- # information, see [Environments][1] in the *Proton Administrator
403
- # Guide*.
396
+ # A YAML formatted string that provides inputs as defined in the
397
+ # environment template bundle schema file. For more information, see
398
+ # [Environments][1] in the *Proton Administrator Guide*.
404
399
  #
405
400
  #
406
401
  #
@@ -408,9 +403,11 @@ module Aws::Proton
408
403
  # @return [String]
409
404
  #
410
405
  # @!attribute [rw] tags
411
- # Create tags for your environment. For more information, see *Proton
412
- # resources and tagging* in the [Proton Administrator Guide][1] or
413
- # [Proton User Guide][2].
406
+ # An optional list of metadata items that you can associate with the
407
+ # Proton environment. A tag is a key-value pair.
408
+ #
409
+ # For more information, see *Proton resources and tagging* in the
410
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
414
411
  #
415
412
  #
416
413
  #
@@ -504,9 +501,11 @@ module Aws::Proton
504
501
  # @return [String]
505
502
  #
506
503
  # @!attribute [rw] tags
507
- # Create tags for your environment template. For more information, see
508
- # *Proton resources and tagging* in the [Proton Administrator
509
- # Guide][1] or [Proton User Guide][2].
504
+ # An optional list of metadata items that you can associate with the
505
+ # Proton environment template. A tag is a key-value pair.
506
+ #
507
+ # For more information, see *Proton resources and tagging* in the
508
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
510
509
  #
511
510
  #
512
511
  #
@@ -575,11 +574,11 @@ module Aws::Proton
575
574
  # @return [String]
576
575
  #
577
576
  # @!attribute [rw] major_version
578
- # To create a new minor version of the environment template, include a
577
+ # To create a new minor version of the environment template, include
579
578
  # `major Version`.
580
579
  #
581
580
  # To create a new major and minor version of the environment template,
582
- # *exclude* `major Version`.
581
+ # exclude `major Version`.
583
582
  # @return [String]
584
583
  #
585
584
  # @!attribute [rw] source
@@ -588,7 +587,16 @@ module Aws::Proton
588
587
  # @return [Types::TemplateVersionSourceInput]
589
588
  #
590
589
  # @!attribute [rw] tags
591
- # Create tags for a new version of an environment template.
590
+ # An optional list of metadata items that you can associate with the
591
+ # Proton environment template version. A tag is a key-value pair.
592
+ #
593
+ # For more information, see *Proton resources and tagging* in the
594
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
595
+ #
596
+ #
597
+ #
598
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
599
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
592
600
  # @return [Array<Types::Tag>]
593
601
  #
594
602
  # @!attribute [rw] template_name
@@ -628,6 +636,12 @@ module Aws::Proton
628
636
  # encryption_key: "Arn",
629
637
  # name: "RepositoryName", # required
630
638
  # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
639
+ # tags: [
640
+ # {
641
+ # key: "TagKey", # required
642
+ # value: "TagValue", # required
643
+ # },
644
+ # ],
631
645
  # }
632
646
  #
633
647
  # @!attribute [rw] connection_arn
@@ -637,7 +651,7 @@ module Aws::Proton
637
651
  #
638
652
  #
639
653
  #
640
- # [1]: https://docs.aws.amazon.com/setting-up-for-service
654
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html
641
655
  # @return [String]
642
656
  #
643
657
  # @!attribute [rw] encryption_key
@@ -646,20 +660,34 @@ module Aws::Proton
646
660
  # @return [String]
647
661
  #
648
662
  # @!attribute [rw] name
649
- # The repository name, for example `myrepos/myrepo`.
663
+ # The repository name (for example, `myrepos/myrepo`).
650
664
  # @return [String]
651
665
  #
652
666
  # @!attribute [rw] provider
653
667
  # The repository provider.
654
668
  # @return [String]
655
669
  #
670
+ # @!attribute [rw] tags
671
+ # An optional list of metadata items that you can associate with the
672
+ # Proton repository. A tag is a key-value pair.
673
+ #
674
+ # For more information, see *Proton resources and tagging* in the
675
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
676
+ #
677
+ #
678
+ #
679
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
680
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
681
+ # @return [Array<Types::Tag>]
682
+ #
656
683
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateRepositoryInput AWS API Documentation
657
684
  #
658
685
  class CreateRepositoryInput < Struct.new(
659
686
  :connection_arn,
660
687
  :encryption_key,
661
688
  :name,
662
- :provider)
689
+ :provider,
690
+ :tags)
663
691
  SENSITIVE = []
664
692
  include Aws::Structure
665
693
  end
@@ -731,8 +759,8 @@ module Aws::Proton
731
759
  #
732
760
  # @!attribute [rw] spec
733
761
  # A link to a spec file that provides inputs as defined in the service
734
- # template bundle schema file. The spec file is in YAML format. Don’t
735
- # include pipeline inputs in the spec if your service template
762
+ # template bundle schema file. The spec file is in YAML format.
763
+ # *Don’t* include pipeline inputs in the spec if your service template
736
764
  # *doesn’t* include a service pipeline. For more information, see
737
765
  # [Create a service][1] in the *Proton Administrator Guide* and
738
766
  # [Create a service][2] in the *Proton User Guide*.
@@ -744,9 +772,11 @@ module Aws::Proton
744
772
  # @return [String]
745
773
  #
746
774
  # @!attribute [rw] tags
747
- # Create tags for your service. For more information, see *Proton
748
- # resources and tagging* in the [Proton Administrator Guide][1] or
749
- # [Proton User Guide][2].
775
+ # An optional list of metadata items that you can associate with the
776
+ # Proton service. A tag is a key-value pair.
777
+ #
778
+ # For more information, see *Proton resources and tagging* in the
779
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
750
780
  #
751
781
  #
752
782
  #
@@ -832,11 +862,11 @@ module Aws::Proton
832
862
  # @return [String]
833
863
  #
834
864
  # @!attribute [rw] pipeline_provisioning
835
- # Proton includes a service pipeline for your service by default. When
836
- # included, this parameter indicates that an Proton service pipeline
837
- # *won't* be included for your service. Once specified, this
838
- # parameter *can't* be changed. For more information, see [Service
839
- # template bundles][1] in the *Proton Administrator Guide*.
865
+ # By default, Proton provides a service pipeline for your service.
866
+ # When this parameter is included, it indicates that an Proton service
867
+ # pipeline *isn't* provided for your service. After it's included,
868
+ # it *can't* be changed. For more information, see [Service template
869
+ # bundles][1] in the *Proton Administrator Guide*.
840
870
  #
841
871
  #
842
872
  #
@@ -844,9 +874,11 @@ module Aws::Proton
844
874
  # @return [String]
845
875
  #
846
876
  # @!attribute [rw] tags
847
- # Create tags for your service template. For more information, see
848
- # *Proton resources and tagging* in the [Proton Administrator
849
- # Guide][1] or [Proton User Guide][2].
877
+ # An optional list of metadata items that you can associate with the
878
+ # Proton service template. A tag is a key-value pair.
879
+ #
880
+ # For more information, see *Proton resources and tagging* in the
881
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
850
882
  #
851
883
  #
852
884
  #
@@ -939,7 +971,16 @@ module Aws::Proton
939
971
  # @return [Types::TemplateVersionSourceInput]
940
972
  #
941
973
  # @!attribute [rw] tags
942
- # Create tags for a new version of a service template.
974
+ # An optional list of metadata items that you can associate with the
975
+ # Proton service template version. A tag is a key-value pair.
976
+ #
977
+ # For more information, see *Proton resources and tagging* in the
978
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
979
+ #
980
+ #
981
+ #
982
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
983
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
943
984
  # @return [Array<Types::Tag>]
944
985
  #
945
986
  # @!attribute [rw] template_name
@@ -990,7 +1031,7 @@ module Aws::Proton
990
1031
  # @return [String]
991
1032
  #
992
1033
  # @!attribute [rw] repository_name
993
- # The name of your repository, for example `myrepos/myrepo`.
1034
+ # The name of your repository (for example, `myrepos/myrepo`).
994
1035
  # @return [String]
995
1036
  #
996
1037
  # @!attribute [rw] repository_provider
@@ -1411,16 +1452,8 @@ module Aws::Proton
1411
1452
  # @return [String]
1412
1453
  #
1413
1454
  # @!attribute [rw] provisioning_repository
1414
- # The repository that you provide with pull request provisioning.
1415
- #
1416
- # Provisioning by pull request is currently in feature preview and is
1417
- # only usable with Terraform based Proton Templates. To learn more
1418
- # about [Amazon Web Services Feature Preview terms][1], see section 2
1419
- # on Beta and Previews.
1420
- #
1421
- #
1422
- #
1423
- # [1]: https://aws.amazon.com/service-terms
1455
+ # The infrastructure repository that you use to host your rendered
1456
+ # infrastructure templates for self-managed provisioning.
1424
1457
  # @return [Types::RepositoryBranch]
1425
1458
  #
1426
1459
  # @!attribute [rw] spec
@@ -1428,11 +1461,11 @@ module Aws::Proton
1428
1461
  # @return [String]
1429
1462
  #
1430
1463
  # @!attribute [rw] template_major_version
1431
- # The ID of the major version of the environment template.
1464
+ # The major version of the environment template.
1432
1465
  # @return [String]
1433
1466
  #
1434
1467
  # @!attribute [rw] template_minor_version
1435
- # The ID of the minor version of the environment template.
1468
+ # The minor version of the environment template.
1436
1469
  # @return [String]
1437
1470
  #
1438
1471
  # @!attribute [rw] template_name
@@ -1912,7 +1945,7 @@ module Aws::Proton
1912
1945
  # @return [String]
1913
1946
  #
1914
1947
  # @!attribute [rw] template_name
1915
- # The name of the version of an environment template.
1948
+ # The name of the environment template.
1916
1949
  # @return [String]
1917
1950
  #
1918
1951
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/EnvironmentTemplateVersionSummary AWS API Documentation
@@ -2381,7 +2414,7 @@ module Aws::Proton
2381
2414
  # @return [String]
2382
2415
  #
2383
2416
  # @!attribute [rw] template_version
2384
- # The template version.
2417
+ # The template major version.
2385
2418
  # @return [String]
2386
2419
  #
2387
2420
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/GetTemplateSyncStatusInput AWS API Documentation
@@ -2450,7 +2483,7 @@ module Aws::Proton
2450
2483
  # @return [Integer]
2451
2484
  #
2452
2485
  # @!attribute [rw] next_token
2453
- # A token to indicate the location of the next environment account
2486
+ # A token that indicates the location of the next environment account
2454
2487
  # connection in the array of environment account connections, after
2455
2488
  # the list of environment account connections that was previously
2456
2489
  # requested.
@@ -2483,7 +2516,7 @@ module Aws::Proton
2483
2516
  # @return [Array<Types::EnvironmentAccountConnectionSummary>]
2484
2517
  #
2485
2518
  # @!attribute [rw] next_token
2486
- # A token to indicate the location of the next environment account
2519
+ # A token that indicates the location of the next environment account
2487
2520
  # connection in the array of environment account connections, after
2488
2521
  # the current requested list of environment account connections.
2489
2522
  # @return [String]
@@ -2510,8 +2543,8 @@ module Aws::Proton
2510
2543
  # @return [String]
2511
2544
  #
2512
2545
  # @!attribute [rw] next_token
2513
- # A token to indicate the location of the next environment output in
2514
- # the array of environment outputs, after the list of environment
2546
+ # A token that indicates the location of the next environment output
2547
+ # in the array of environment outputs, after the list of environment
2515
2548
  # outputs that was previously requested.
2516
2549
  # @return [String]
2517
2550
  #
@@ -2525,9 +2558,9 @@ module Aws::Proton
2525
2558
  end
2526
2559
 
2527
2560
  # @!attribute [rw] next_token
2528
- # A token to indicate the location of the next environment output in
2529
- # the array of environment outputs, after the current requested list
2530
- # of environment outputs.
2561
+ # A token that indicates the location of the next environment output
2562
+ # in the array of environment outputs, after the current requested
2563
+ # list of environment outputs.
2531
2564
  # @return [String]
2532
2565
  #
2533
2566
  # @!attribute [rw] outputs
@@ -2556,10 +2589,10 @@ module Aws::Proton
2556
2589
  # @return [String]
2557
2590
  #
2558
2591
  # @!attribute [rw] next_token
2559
- # A token to indicate the location of the next environment provisioned
2560
- # resource in the array of environment provisioned resources, after
2561
- # the list of environment provisioned resources that was previously
2562
- # requested.
2592
+ # A token that indicates the location of the next environment
2593
+ # provisioned resource in the array of environment provisioned
2594
+ # resources, after the list of environment provisioned resources that
2595
+ # was previously requested.
2563
2596
  # @return [String]
2564
2597
  #
2565
2598
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListEnvironmentProvisionedResourcesInput AWS API Documentation
@@ -2572,9 +2605,9 @@ module Aws::Proton
2572
2605
  end
2573
2606
 
2574
2607
  # @!attribute [rw] next_token
2575
- # A token to indicate the location of the next environment provisioned
2576
- # resource in the array of provisioned resources, after the current
2577
- # requested list of environment provisioned resources.
2608
+ # A token that indicates the location of the next environment
2609
+ # provisioned resource in the array of provisioned resources, after
2610
+ # the current requested list of environment provisioned resources.
2578
2611
  # @return [String]
2579
2612
  #
2580
2613
  # @!attribute [rw] provisioned_resources
@@ -2614,10 +2647,10 @@ module Aws::Proton
2614
2647
  # @return [Integer]
2615
2648
  #
2616
2649
  # @!attribute [rw] next_token
2617
- # A token to indicate the location of the next major or minor version
2618
- # in the array of major or minor versions of an environment template,
2619
- # after the list of major or minor versions that was previously
2620
- # requested.
2650
+ # A token that indicates the location of the next major or minor
2651
+ # version in the array of major or minor versions of an environment
2652
+ # template, after the list of major or minor versions that was
2653
+ # previously requested.
2621
2654
  # @return [String]
2622
2655
  #
2623
2656
  # @!attribute [rw] template_name
@@ -2636,10 +2669,10 @@ module Aws::Proton
2636
2669
  end
2637
2670
 
2638
2671
  # @!attribute [rw] next_token
2639
- # A token to indicate the location of the next major or minor version
2640
- # in the array of major or minor versions of an environment template,
2641
- # after the list of major or minor versions that was previously
2642
- # requested.
2672
+ # A token that indicates the location of the next major or minor
2673
+ # version in the array of major or minor versions of an environment
2674
+ # template, after the list of major or minor versions that was
2675
+ # previously requested.
2643
2676
  # @return [String]
2644
2677
  #
2645
2678
  # @!attribute [rw] template_versions
@@ -2669,8 +2702,8 @@ module Aws::Proton
2669
2702
  # @return [Integer]
2670
2703
  #
2671
2704
  # @!attribute [rw] next_token
2672
- # A token to indicate the location of the next environment template in
2673
- # the array of environment templates, after the list of environment
2705
+ # A token that indicates the location of the next environment template
2706
+ # in the array of environment templates, after the list of environment
2674
2707
  # templates that was previously requested.
2675
2708
  # @return [String]
2676
2709
  #
@@ -2684,9 +2717,9 @@ module Aws::Proton
2684
2717
  end
2685
2718
 
2686
2719
  # @!attribute [rw] next_token
2687
- # A token to indicate the location of the next environment template in
2688
- # the array of environment templates, after the current requested list
2689
- # of environment templates.
2720
+ # A token that indicates the location of the next environment template
2721
+ # in the array of environment templates, after the current requested
2722
+ # list of environment templates.
2690
2723
  # @return [String]
2691
2724
  #
2692
2725
  # @!attribute [rw] templates
@@ -2725,7 +2758,7 @@ module Aws::Proton
2725
2758
  # @return [Integer]
2726
2759
  #
2727
2760
  # @!attribute [rw] next_token
2728
- # A token to indicate the location of the next environment in the
2761
+ # A token that indicates the location of the next environment in the
2729
2762
  # array of environments, after the list of environments that was
2730
2763
  # previously requested.
2731
2764
  # @return [String]
@@ -2745,7 +2778,7 @@ module Aws::Proton
2745
2778
  # @return [Array<Types::EnvironmentSummary>]
2746
2779
  #
2747
2780
  # @!attribute [rw] next_token
2748
- # A token to indicate the location of the next environment in the
2781
+ # A token that indicates the location of the next environment in the
2749
2782
  # array of environments, after the current requested list of
2750
2783
  # environments.
2751
2784
  # @return [String]
@@ -2772,8 +2805,8 @@ module Aws::Proton
2772
2805
  # @return [Integer]
2773
2806
  #
2774
2807
  # @!attribute [rw] next_token
2775
- # A token to indicate the location of the next repository in the array
2776
- # of repositories, after the list of repositories previously
2808
+ # A token that indicates the location of the next repository in the
2809
+ # array of repositories, after the list of repositories previously
2777
2810
  # requested.
2778
2811
  # @return [String]
2779
2812
  #
@@ -2787,8 +2820,9 @@ module Aws::Proton
2787
2820
  end
2788
2821
 
2789
2822
  # @!attribute [rw] next_token
2790
- # A token to indicate the location of the next repository in the array
2791
- # of repositories, after the current requested list of repositories.
2823
+ # A token that indicates the location of the next repository in the
2824
+ # array of repositories, after the current requested list of
2825
+ # repositories.
2792
2826
  # @return [String]
2793
2827
  #
2794
2828
  # @!attribute [rw] repositories
@@ -2815,7 +2849,7 @@ module Aws::Proton
2815
2849
  # }
2816
2850
  #
2817
2851
  # @!attribute [rw] next_token
2818
- # A token to indicate the location of the next repository sync
2852
+ # A token that indicates the location of the next repository sync
2819
2853
  # definition in the array of repository sync definitions, after the
2820
2854
  # list of repository sync definitions previously requested.
2821
2855
  # @return [String]
@@ -2844,7 +2878,7 @@ module Aws::Proton
2844
2878
  end
2845
2879
 
2846
2880
  # @!attribute [rw] next_token
2847
- # A token to indicate the location of the next repository sync
2881
+ # A token that indicates the location of the next repository sync
2848
2882
  # definition in the array of repository sync definitions, after the
2849
2883
  # current requested list of repository sync definitions.
2850
2884
  # @return [String]
@@ -2872,8 +2906,8 @@ module Aws::Proton
2872
2906
  # }
2873
2907
  #
2874
2908
  # @!attribute [rw] next_token
2875
- # A token to indicate the location of the next output in the array of
2876
- # outputs, after the list of outputs that was previously requested.
2909
+ # A token that indicates the location of the next output in the array
2910
+ # of outputs, after the list of outputs that was previously requested.
2877
2911
  # @return [String]
2878
2912
  #
2879
2913
  # @!attribute [rw] service_instance_name
@@ -2895,8 +2929,8 @@ module Aws::Proton
2895
2929
  end
2896
2930
 
2897
2931
  # @!attribute [rw] next_token
2898
- # A token to indicate the location of the next output in the array of
2899
- # outputs, after the current requested list of outputs.
2932
+ # A token that indicates the location of the next output in the array
2933
+ # of outputs, after the current requested list of outputs.
2900
2934
  # @return [String]
2901
2935
  #
2902
2936
  # @!attribute [rw] outputs
@@ -2922,8 +2956,8 @@ module Aws::Proton
2922
2956
  # }
2923
2957
  #
2924
2958
  # @!attribute [rw] next_token
2925
- # A token to indicate the location of the next provisioned resource in
2926
- # the array of provisioned resources, after the list of provisioned
2959
+ # A token that indicates the location of the next provisioned resource
2960
+ # in the array of provisioned resources, after the list of provisioned
2927
2961
  # resources that was previously requested.
2928
2962
  # @return [String]
2929
2963
  #
@@ -2946,9 +2980,9 @@ module Aws::Proton
2946
2980
  end
2947
2981
 
2948
2982
  # @!attribute [rw] next_token
2949
- # A token to indicate the location of the next provisioned resource in
2950
- # the array of provisioned resources, after the current requested list
2951
- # of provisioned resources.
2983
+ # A token that indicates the location of the next provisioned resource
2984
+ # in the array of provisioned resources, after the current requested
2985
+ # list of provisioned resources.
2952
2986
  # @return [String]
2953
2987
  #
2954
2988
  # @!attribute [rw] provisioned_resources
@@ -2978,8 +3012,8 @@ module Aws::Proton
2978
3012
  # @return [Integer]
2979
3013
  #
2980
3014
  # @!attribute [rw] next_token
2981
- # A token to indicate the location of the next service in the array of
2982
- # service instances, after the list of service instances that was
3015
+ # A token that indicates the location of the next service in the array
3016
+ # of service instances, after the list of service instances that was
2983
3017
  # previously requested.
2984
3018
  # @return [String]
2985
3019
  #
@@ -2998,8 +3032,8 @@ module Aws::Proton
2998
3032
  end
2999
3033
 
3000
3034
  # @!attribute [rw] next_token
3001
- # A token to indicate the location of the next service instance in the
3002
- # array of service instances, after the current requested list of
3035
+ # A token that indicates the location of the next service instance in
3036
+ # the array of service instances, after the current requested list of
3003
3037
  # service instances.
3004
3038
  # @return [String]
3005
3039
  #
@@ -3025,8 +3059,8 @@ module Aws::Proton
3025
3059
  # }
3026
3060
  #
3027
3061
  # @!attribute [rw] next_token
3028
- # A token to indicate the location of the next output in the array of
3029
- # outputs, after the list of outputs that was previously requested.
3062
+ # A token that indicates the location of the next output in the array
3063
+ # of outputs, after the list of outputs that was previously requested.
3030
3064
  # @return [String]
3031
3065
  #
3032
3066
  # @!attribute [rw] service_name
@@ -3043,8 +3077,8 @@ module Aws::Proton
3043
3077
  end
3044
3078
 
3045
3079
  # @!attribute [rw] next_token
3046
- # A token to indicate the location of the next output in the array of
3047
- # outputs, after the current requested list of outputs.
3080
+ # A token that indicates the location of the next output in the array
3081
+ # of outputs, after the current requested list of outputs.
3048
3082
  # @return [String]
3049
3083
  #
3050
3084
  # @!attribute [rw] outputs
@@ -3069,8 +3103,8 @@ module Aws::Proton
3069
3103
  # }
3070
3104
  #
3071
3105
  # @!attribute [rw] next_token
3072
- # A token to indicate the location of the next provisioned resource in
3073
- # the array of provisioned resources, after the list of provisioned
3106
+ # A token that indicates the location of the next provisioned resource
3107
+ # in the array of provisioned resources, after the list of provisioned
3074
3108
  # resources that was previously requested.
3075
3109
  # @return [String]
3076
3110
  #
@@ -3088,9 +3122,9 @@ module Aws::Proton
3088
3122
  end
3089
3123
 
3090
3124
  # @!attribute [rw] next_token
3091
- # A token to indicate the location of the next provisioned resource in
3092
- # the array of provisioned resources, after the current requested list
3093
- # of provisioned resources.
3125
+ # A token that indicates the location of the next provisioned resource
3126
+ # in the array of provisioned resources, after the current requested
3127
+ # list of provisioned resources.
3094
3128
  # @return [String]
3095
3129
  #
3096
3130
  # @!attribute [rw] provisioned_resources
@@ -3130,9 +3164,10 @@ module Aws::Proton
3130
3164
  # @return [Integer]
3131
3165
  #
3132
3166
  # @!attribute [rw] next_token
3133
- # A token to indicate the location of the next major or minor version
3134
- # in the array of major or minor versions of a service template, after
3135
- # the list of major or minor versions that was previously requested.
3167
+ # A token that indicates the location of the next major or minor
3168
+ # version in the array of major or minor versions of a service
3169
+ # template, after the list of major or minor versions that was
3170
+ # previously requested.
3136
3171
  # @return [String]
3137
3172
  #
3138
3173
  # @!attribute [rw] template_name
@@ -3151,9 +3186,10 @@ module Aws::Proton
3151
3186
  end
3152
3187
 
3153
3188
  # @!attribute [rw] next_token
3154
- # A token to indicate the location of the next major or minor version
3155
- # in the array of major or minor versions of a service template, after
3156
- # the current requested list of service major or minor versions.
3189
+ # A token that indicates the location of the next major or minor
3190
+ # version in the array of major or minor versions of a service
3191
+ # template, after the current requested list of service major or minor
3192
+ # versions.
3157
3193
  # @return [String]
3158
3194
  #
3159
3195
  # @!attribute [rw] template_versions
@@ -3183,8 +3219,8 @@ module Aws::Proton
3183
3219
  # @return [Integer]
3184
3220
  #
3185
3221
  # @!attribute [rw] next_token
3186
- # A token to indicate the location of the next service template in the
3187
- # array of service templates, after the list of service templates
3222
+ # A token that indicates the location of the next service template in
3223
+ # the array of service templates, after the list of service templates
3188
3224
  # previously requested.
3189
3225
  # @return [String]
3190
3226
  #
@@ -3198,8 +3234,8 @@ module Aws::Proton
3198
3234
  end
3199
3235
 
3200
3236
  # @!attribute [rw] next_token
3201
- # A token to indicate the location of the next service template in the
3202
- # array of service templates, after the current requested list of
3237
+ # A token that indicates the location of the next service template in
3238
+ # the array of service templates, after the current requested list of
3203
3239
  # service templates.
3204
3240
  # @return [String]
3205
3241
  #
@@ -3229,8 +3265,9 @@ module Aws::Proton
3229
3265
  # @return [Integer]
3230
3266
  #
3231
3267
  # @!attribute [rw] next_token
3232
- # A token to indicate the location of the next service in the array of
3233
- # services, after the list of services that was previously requested.
3268
+ # A token that indicates the location of the next service in the array
3269
+ # of services, after the list of services that was previously
3270
+ # requested.
3234
3271
  # @return [String]
3235
3272
  #
3236
3273
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListServicesInput AWS API Documentation
@@ -3243,8 +3280,8 @@ module Aws::Proton
3243
3280
  end
3244
3281
 
3245
3282
  # @!attribute [rw] next_token
3246
- # A token to indicate the location of the next service in the array of
3247
- # services, after the current requested list of services.
3283
+ # A token that indicates the location of the next service in the array
3284
+ # of services, after the current requested list of services.
3248
3285
  # @return [String]
3249
3286
  #
3250
3287
  # @!attribute [rw] services
@@ -3274,7 +3311,7 @@ module Aws::Proton
3274
3311
  # @return [Integer]
3275
3312
  #
3276
3313
  # @!attribute [rw] next_token
3277
- # A token to indicate the location of the next resource tag in the
3314
+ # A token that indicates the location of the next resource tag in the
3278
3315
  # array of resource tags, after the list of resource tags that was
3279
3316
  # previously requested.
3280
3317
  # @return [String]
@@ -3294,13 +3331,13 @@ module Aws::Proton
3294
3331
  end
3295
3332
 
3296
3333
  # @!attribute [rw] next_token
3297
- # A token to indicate the location of the next resource tag in the
3334
+ # A token that indicates the location of the next resource tag in the
3298
3335
  # array of resource tags, after the current requested list of resource
3299
3336
  # tags.
3300
3337
  # @return [String]
3301
3338
  #
3302
3339
  # @!attribute [rw] tags
3303
- # An array of resource tags with detail data.
3340
+ # A list of resource tags with detail data.
3304
3341
  # @return [Array<Types::Tag>]
3305
3342
  #
3306
3343
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListTagsForResourceOutput AWS API Documentation
@@ -3403,16 +3440,16 @@ module Aws::Proton
3403
3440
  # @return [String]
3404
3441
  #
3405
3442
  # @!attribute [rw] provisioning_engine
3406
- # The resource provisioning engine.
3443
+ # The resource provisioning engine. At this time, `CLOUDFORMATION` can
3444
+ # be used for Amazon Web Services-managed provisioning, and
3445
+ # `TERRAFORM` can be used for self-managed provisioning.
3407
3446
  #
3408
- # Provisioning by pull request is currently in feature preview and is
3409
- # only usable with Terraform based Proton Templates. To learn more
3410
- # about [Amazon Web Services Feature Preview terms][1], see section 2
3411
- # on Beta and Previews.
3447
+ # For more information, see [Self-managed provisioning][1] in the
3448
+ # *Proton Administrator Guide*.
3412
3449
  #
3413
3450
  #
3414
3451
  #
3415
- # [1]: https://aws.amazon.com/service-terms
3452
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-works-prov-methods.html#ag-works-prov-methods-self
3416
3453
  # @return [String]
3417
3454
  #
3418
3455
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ProvisionedResource AWS API Documentation
@@ -3494,15 +3531,6 @@ module Aws::Proton
3494
3531
 
3495
3532
  # Detail data for a repository branch.
3496
3533
  #
3497
- # Provisioning by pull request is currently in feature preview and is
3498
- # only usable with Terraform based Proton Templates. To learn more about
3499
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
3500
- # and Previews.
3501
- #
3502
- #
3503
- #
3504
- # [1]: https://aws.amazon.com/service-terms
3505
- #
3506
3534
  # @!attribute [rw] arn
3507
3535
  # The Amazon Resource Name (ARN) of the repository branch.
3508
3536
  # @return [String]
@@ -3532,15 +3560,6 @@ module Aws::Proton
3532
3560
 
3533
3561
  # Detail input data for a repository branch.
3534
3562
  #
3535
- # Provisioning by pull request is currently in feature preview and is
3536
- # only usable with Terraform based Proton Templates. To learn more about
3537
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
3538
- # and Previews.
3539
- #
3540
- #
3541
- #
3542
- # [1]: https://aws.amazon.com/service-terms
3543
- #
3544
3563
  # @note When making an API call, you may pass RepositoryBranchInput
3545
3564
  # data as a hash:
3546
3565
  #
@@ -4466,12 +4485,12 @@ module Aws::Proton
4466
4485
  # }
4467
4486
  #
4468
4487
  # @!attribute [rw] resource_arn
4469
- # The Amazon Resource Name (ARN) of the resource that the resource tag
4470
- # is applied to.
4488
+ # The Amazon Resource Name (ARN) of the Proton resource to apply
4489
+ # customer tags to.
4471
4490
  # @return [String]
4472
4491
  #
4473
4492
  # @!attribute [rw] tags
4474
- # An array of resource tags to apply to a resource.
4493
+ # A list of customer tags to apply to the Proton resource.
4475
4494
  # @return [Array<Types::Tag>]
4476
4495
  #
4477
4496
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/TagResourceInput AWS API Documentation
@@ -4570,13 +4589,13 @@ module Aws::Proton
4570
4589
  # }
4571
4590
  #
4572
4591
  # @!attribute [rw] resource_arn
4573
- # The Amazon Resource Name (ARN) of the resource that the tag is to be
4574
- # removed from.
4592
+ # The Amazon Resource Name (ARN) of the resource to remove customer
4593
+ # tags from.
4575
4594
  # @return [String]
4576
4595
  #
4577
4596
  # @!attribute [rw] tag_keys
4578
- # An array of tag keys indicating the resource tags to be removed from
4579
- # the resource.
4597
+ # A list of customer tag keys that indicate the customer tags to be
4598
+ # removed from the resource.
4580
4599
  # @return [Array<String>]
4581
4600
  #
4582
4601
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UntagResourceInput AWS API Documentation
@@ -4605,29 +4624,16 @@ module Aws::Proton
4605
4624
  # }
4606
4625
  #
4607
4626
  # @!attribute [rw] pipeline_provisioning_repository
4608
- # The repository that you provide with pull request provisioning.
4609
- #
4610
- # Provisioning by pull request is currently in feature preview and is
4611
- # only usable with Terraform based Proton Templates. To learn more
4612
- # about [Amazon Web Services Feature Preview terms][1], see section 2
4613
- # on Beta and Previews.
4614
- #
4615
- #
4616
- #
4617
- # [1]: https://aws.amazon.com/service-terms
4627
+ # A repository for pipeline provisioning. Specify it if you have
4628
+ # environments configured for self-managed provisioning with services
4629
+ # that include pipelines.
4618
4630
  # @return [Types::RepositoryBranchInput]
4619
4631
  #
4620
4632
  # @!attribute [rw] pipeline_service_role_arn
4621
- # The Amazon Resource Name (ARN) of the Proton pipeline service role.
4622
- #
4623
- # Provisioning by pull request is currently in feature preview and is
4624
- # only usable with Terraform based Proton Templates. To learn more
4625
- # about [Amazon Web Services Feature Preview terms][1], see section 2
4626
- # on Beta and Previews.
4627
- #
4628
- #
4629
- #
4630
- # [1]: https://aws.amazon.com/service-terms
4633
+ # The Amazon Resource Name (ARN) of the service role you want to use
4634
+ # for provisioning pipelines. Assumed by Proton for Amazon Web
4635
+ # Services-managed provisioning, and by customer-owned automation for
4636
+ # self-managed provisioning.
4631
4637
  # @return [String]
4632
4638
  #
4633
4639
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateAccountSettingsInput AWS API Documentation
@@ -4640,8 +4646,8 @@ module Aws::Proton
4640
4646
  end
4641
4647
 
4642
4648
  # @!attribute [rw] account_settings
4643
- # The Proton pipeline service role repository detail data that's
4644
- # returned by Proton.
4649
+ # The Proton pipeline service role and repository data shared across
4650
+ # the Amazon Web Services account.
4645
4651
  # @return [Types::AccountSettings]
4646
4652
  #
4647
4653
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateAccountSettingsOutput AWS API Documentation
@@ -4665,7 +4671,7 @@ module Aws::Proton
4665
4671
  # @return [String]
4666
4672
  #
4667
4673
  # @!attribute [rw] role_arn
4668
- # The Amazon Resource Name (ARN) of the IAM service role that is
4674
+ # The Amazon Resource Name (ARN) of the IAM service role that's
4669
4675
  # associated with the environment account connection to update.
4670
4676
  # @return [String]
4671
4677
  #
@@ -4711,8 +4717,8 @@ module Aws::Proton
4711
4717
  # }
4712
4718
  #
4713
4719
  # @!attribute [rw] deployment_type
4714
- # There are four modes for updating an environment as described in the
4715
- # following. The `deploymentType` field defines the mode.
4720
+ # There are four modes for updating an environment. The
4721
+ # `deploymentType` field defines the mode.
4716
4722
  #
4717
4723
  #
4718
4724
  #
@@ -4727,7 +4733,7 @@ module Aws::Proton
4727
4733
  #
4728
4734
  # In this mode, the environment is deployed and updated with the new
4729
4735
  # spec that you provide. Only requested parameters are updated.
4730
- # *Don’t* include minor or major version parameters when you use
4736
+ # *Don’t* include major or minor version parameters when you use
4731
4737
  # this `deployment-type`.
4732
4738
  #
4733
4739
  #
@@ -4773,16 +4779,8 @@ module Aws::Proton
4773
4779
  # @return [String]
4774
4780
  #
4775
4781
  # @!attribute [rw] provisioning_repository
4776
- # The repository that you provide with pull request provisioning.
4777
- #
4778
- # Provisioning by pull request is currently in feature preview and is
4779
- # only usable with Terraform based Proton Templates. To learn more
4780
- # about [Amazon Web Services Feature Preview terms][1], see section 2
4781
- # on Beta and Previews.
4782
- #
4783
- #
4784
- #
4785
- # [1]: https://aws.amazon.com/service-terms
4782
+ # The infrastructure repository that you use to host your rendered
4783
+ # infrastructure templates for self-managed provisioning.
4786
4784
  # @return [Types::RepositoryBranchInput]
4787
4785
  #
4788
4786
  # @!attribute [rw] spec
@@ -4982,8 +4980,8 @@ module Aws::Proton
4982
4980
  # @!attribute [rw] deployment_type
4983
4981
  # The deployment type.
4984
4982
  #
4985
- # There are four modes for updating a service instance as described in
4986
- # the following. The `deploymentType` field defines the mode.
4983
+ # There are four modes for updating a service instance. The
4984
+ # `deploymentType` field defines the mode.
4987
4985
  #
4988
4986
  #
4989
4987
  #
@@ -4998,7 +4996,7 @@ module Aws::Proton
4998
4996
  #
4999
4997
  # In this mode, the service instance is deployed and updated with
5000
4998
  # the new spec that you provide. Only requested parameters are
5001
- # updated. *Don’t* include minor or major version parameters when
4999
+ # updated. *Don’t* include major or minor version parameters when
5002
5000
  # you use this `deployment-type`.
5003
5001
  #
5004
5002
  #
@@ -5016,9 +5014,9 @@ module Aws::Proton
5016
5014
  #
5017
5015
  # In this mode, the service instance is deployed and updated with
5018
5016
  # the published, recommended (latest) major and minor version of the
5019
- # current template, by default. You can also specify a different
5020
- # major version that is higher than the major version in use and a
5021
- # minor version (optional).
5017
+ # current template, by default. You can specify a different major
5018
+ # version that's higher than the major version in use and a minor
5019
+ # version.
5022
5020
  # @return [String]
5023
5021
  #
5024
5022
  # @!attribute [rw] name
@@ -5056,7 +5054,7 @@ module Aws::Proton
5056
5054
  end
5057
5055
 
5058
5056
  # @!attribute [rw] service_instance
5059
- # The service instance summary data returned by Proton.
5057
+ # The service instance summary data that's returned by Proton.
5060
5058
  # @return [Types::ServiceInstance]
5061
5059
  #
5062
5060
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateServiceInstanceOutput AWS API Documentation
@@ -5093,8 +5091,8 @@ module Aws::Proton
5093
5091
  # @!attribute [rw] deployment_type
5094
5092
  # The deployment type.
5095
5093
  #
5096
- # There are four modes for updating a service pipeline as described in
5097
- # the following. The `deploymentType` field defines the mode.
5094
+ # There are four modes for updating a service pipeline. The
5095
+ # `deploymentType` field defines the mode.
5098
5096
  #
5099
5097
  #
5100
5098
  #
@@ -5109,7 +5107,7 @@ module Aws::Proton
5109
5107
  #
5110
5108
  # In this mode, the service pipeline is deployed and updated with
5111
5109
  # the new spec that you provide. Only requested parameters are
5112
- # updated. *Don’t* include minor or major version parameters when
5110
+ # updated. *Don’t* include major or minor version parameters when
5113
5111
  # you use this `deployment-type`.
5114
5112
  #
5115
5113
  #
@@ -5118,7 +5116,7 @@ module Aws::Proton
5118
5116
  #
5119
5117
  # In this mode, the service pipeline is deployed and updated with
5120
5118
  # the published, recommended (latest) minor version of the current
5121
- # major version in use, by default. You can also specify a different
5119
+ # major version in use, by default. You can specify a different
5122
5120
  # minor version of the current major version in use.
5123
5121
  #
5124
5122
  #
@@ -5127,9 +5125,9 @@ module Aws::Proton
5127
5125
  #
5128
5126
  # In this mode, the service pipeline is deployed and updated with
5129
5127
  # the published, recommended (latest) major and minor version of the
5130
- # current template, by default. You can also specify a different
5131
- # major version that is higher than the major version in use and a
5132
- # minor version (optional).
5128
+ # current template, by default. You can specify a different major
5129
+ # version that's higher than the major version in use and a minor
5130
+ # version.
5133
5131
  # @return [String]
5134
5132
  #
5135
5133
  # @!attribute [rw] service_name
@@ -5163,7 +5161,7 @@ module Aws::Proton
5163
5161
  end
5164
5162
 
5165
5163
  # @!attribute [rw] pipeline
5166
- # The pipeline details returned by Proton.
5164
+ # The pipeline details that are returned by Proton.
5167
5165
  # @return [Types::ServicePipeline]
5168
5166
  #
5169
5167
  # @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateServicePipelineOutput AWS API Documentation
@@ -5188,7 +5186,7 @@ module Aws::Proton
5188
5186
  # @return [String]
5189
5187
  #
5190
5188
  # @!attribute [rw] display_name
5191
- # The name of the service template to update as displayed in the
5189
+ # The name of the service template to update that's displayed in the
5192
5190
  # developer interface.
5193
5191
  # @return [String]
5194
5192
  #
@@ -5304,7 +5302,7 @@ module Aws::Proton
5304
5302
  # @return [String]
5305
5303
  #
5306
5304
  # @!attribute [rw] repository_name
5307
- # The name of the repository, for example `myrepos/myrepo`.
5305
+ # The name of the repository (for example, `myrepos/myrepo`).
5308
5306
  # @return [String]
5309
5307
  #
5310
5308
  # @!attribute [rw] repository_provider